/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.store/css-loader@6.7.3/node_modules/css-loader/dist/cjs.js!./node_modules/.store/postcss-loader@6.2.1/node_modules/postcss-loader/dist/cjs.js!./node_modules/.store/less-loader@10.2.0/node_modules/less-loader/dist/cjs.js!./assets/less/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ====================================
   Let
   ==================================== */
/* Background */
/* Text */
/* Link */
/* ===========================================
   Custom Let
   =========================================== */
/* Border */
/* Button */
/* Icon */
/* Loading */
/* Table */
/* Form */
/* Labels */
/* Progress */
/* Checkbox & Radio */
/* -------------- Custom Let END ------------------ */
/* Global */
/* Nav and Tools */
/* Font size */
/* Title */
/* Font family */
/* Space */
/* Form */
/* Labels */
/* -------------- Grid STAR ----------------- */
/* -------------- END ------------------ */
/* ------------- Media List ------------ */
/* -------------- END ------------------ */
/* Background */
/* Text */
/* Link */
/* Border */
/* Button */
/* Icon */
/* Loading */
/* Table */
/* Form */
/* Navbar */
/* Labels */
/* Progress */
/* Checkbox & Radio */
/* Panel */
/* Block */
/* Global */
/* Nav and Tools */
/* Font size */
/* Title */
/* Font family */
/* Space */
/* Button */
/* Form */
/* Labels */
/*
 * Variables
 */
/*
 * bootstrap plugins variables
 * TODO: move to bootstrap-varibles.less, and import let.less
 */
/*
 * Core
 */
/*
 * Utilities
 */
.bg-primary {
  background-color: #86000D;
  color: #fff;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary a,
.bg-primary p {
  color: #fff;
}
.bg-base {
  background-color: #ffffff;
}
.bg-lighter {
  background-color: #f2f2f2;
}
.bg-shadow {
  background-color: #eeeeee;
}
.bg-dark {
  background-color: #212121;
}
.bg-black {
  background-color: #000000;
}
.bg-white,
.bg-light {
  background-color: #ffffff;
  color: #333333;
}
.bg-gray {
  background-color: #bbbbbb;
}
.bg-color-primary {
  background-color: #86000D;
}
.bg-color-success {
  background-color: #4caf50;
}
.bg-color-info {
  background-color: #03a9f4;
}
.bg-color-warning {
  background-color: #fbc02d;
}
.bg-color-error {
  background-color: #F44339;
}
.bg-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-top {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-right {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-left {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed !important;
}
/* basic */
.g-c {
  margin-left: auto;
  margin-right: auto;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.t-l {
  text-align: left;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.bold {
  font-weight: bold;
}
/**
 * @form docroot/core/themes/stable/css/system/components/align.module.css
 * Alignment classes for text and block level elements.
 */
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.text-align-justify {
  text-align: justify;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-primary {
  color: #86000D;
}
.text-base {
  color: #333333;
}
.text-light {
  color: #777777;
}
.text-lighter {
  color: #eeeeee;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-color-primary {
  color: #86000D;
}
.text-color-success {
  color: #4caf50;
}
.text-color-info {
  color: #03a9f4;
}
.text-color-warning {
  color: #fbc02d;
}
.text-color-error {
  color: #F44339;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline-hover {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .underline-hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    bottom: -2px;
    left: 0;
    border-bottom: 1px solid;
    visibility: visible;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .underline-hover:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.border-colored {
  border: 1px solid #86000D;
}
.border-shadow {
  border: 1px solid #e5e5e5;
}
.underline {
  text-decoration: underline;
}
.size-lr {
  font-size: 26px;
}
.size-l {
  font-size: 16px;
}
.size-b {
  font-size: 14px;
}
.size-s {
  font-size: 13px;
}
.size-m {
  font-size: 12px;
}
.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.two-line {
  overflow: hidden;
  min-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.two-line.size-lr {
  overflow: hidden;
  min-height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.two-line.size-l {
  overflow: hidden;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.two-line.size-s {
  overflow: hidden;
  min-height: 39px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.two-line.size-m {
  overflow: hidden;
  min-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line {
  overflow: hidden;
  min-height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.three-line.size-lr {
  overflow: hidden;
  min-height: 117px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.three-line.size-l {
  overflow: hidden;
  min-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.three-line.size-s {
  overflow: hidden;
  min-height: 58.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.three-line.size-m {
  overflow: hidden;
  min-height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.four-line {
  overflow: hidden;
  min-height: 84px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.four-line.size-lr {
  overflow: hidden;
  min-height: 156px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.four-line.size-l {
  overflow: hidden;
  min-height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.four-line.size-s {
  overflow: hidden;
  min-height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.four-line.size-m {
  overflow: hidden;
  min-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/*
 * 快速添加border类名
 */
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.border-left {
  border-left: 1px solid #e5e5e5;
}
.border-right {
  border-right: 1px solid #e5e5e5;
}
.border-x {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.border-y {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.border-xy {
  border: 1px solid #e5e5e5;
}
.d_l {
  display: inline;
}
.d_b {
  display: block;
}
.d_ib {
  display: inline-block;
}
/* Box Sizing */
.g-out {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.g-in {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.row .g-out {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.row .g-in {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* flex */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-align-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flex-align-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.flex-align-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
/* justified */
.justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  position: relative;
  vertical-align: middle;
}
.justified-item {
  width: 100%;
  vertical-align: top;
  display: table-cell;
  float: none;
  border-collapse: separate;
}
.justified-item-auto {
  width: 1%;
}
.justified-middle {
  vertical-align: middle;
  float: none;
  width: unset;
}
.justified-middle .justified-item,
.justified-middle.justified-item {
  vertical-align: middle;
  float: none;
}
/* positon */
.y-m {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.x-m {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.x-y-m {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.z-wrapper {
  position: relative;
  z-index: 1;
}
.z-wrapper .z-target {
  position: absolute;
  z-index: 2;
}
.z-wrapper .z-target.top {
  top: 0;
}
.z-wrapper .z-target.right {
  right: 0;
}
.z-wrapper .z-target.bottom {
  bottom: 0;
}
.z-wrapper .z-target.left {
  left: 0;
}
/* fixed */
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
/*
 * Main
 */
/* =============================================================================
   Button
   ========================================================================== */
.btn {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
}
.btn .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.btn i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.btn:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
  background-color: none;
  border-color: none;
}
.btn.disabled:before,
.btn[disabled]:before,
fieldset[disabled] .btn:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.btn.btn-clear {
  padding: 0;
}
.btn.btn-clear:after {
  display: none;
}
.btn-raised,
.btn.btn-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.btn-radius,
.btn.btn-radius {
  border-radius: 4px;
}
.btn-circle,
.btn.btn-circle {
  border-radius: 50%;
}
.btn-circle .icon,
.btn.btn-circle .icon {
  border-radius: 50%;
}
.btn-icon {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
}
.btn-icon .icon {
  font-size: 150%;
  line-height: 1;
  position: relative;
  margin: -6px 0 -1px;
  top: 2px;
}
.btn-icon .icon-2x {
  font-size: 200%;
}
.btn-icon .icon-3x {
  font-size: 300%;
}
.btn-icon .icon-4x {
  font-size: 400%;
}
.btn-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-img img {
  min-height: 100%;
  max-height: 100%;
  width: auto;
}
.btn-mini {
  padding: 2px 7px;
  font-size: 12px;
}
.btn-sm {
  font-size: 13px;
  padding-bottom: 3.5px;
  padding-top: 3.5px;
}
.btn-sm.btn-ele-circle {
  border-radius: 30px;
}
.btn-w-lg {
  padding-left: 28px;
  padding-right: 28px;
}
.btn-w-lg.btn-ele-circle .img.f-l {
  margin-left: -28px;
  margin-right: 14px;
}
.btn-w-lg.btn-ele-circle .img.f-r {
  margin-right: -28px;
  margin-left: 14px;
}
.btn-lg {
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 18px;
  padding-right: 18px;
}
.btn-lg.btn-ele-circle {
  border-radius: 30px;
}
.btn-lg.btn-w-lg {
  padding-left: 42px;
  padding-right: 42px;
}
.btn-outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus {
  color: #ffffff;
}
.btn-outline .img {
  background-color: #ffffff;
}
.btn-base {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.btn-base:hover,
.btn-base:focus,
.btn-base.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.btn-base.disabled,
.btn-base[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
.btn-base-outline {
  background-color: #ffffff;
  border-color: #86000D;
  color: #86000D;
}
.btn-base-outline:hover,
.btn-base-outline:focus,
.btn-base-outline.focus,
.btn-base-outline.disabled,
.btn-base-outline[disabled] {
  border-color: #ff3246;
  color: #86000D;
}
.btn-info {
  background-color: #03a9f4;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.disabled,
.btn-info[disabled] {
  border-color: #a4e2fe;
  background-color: #a4e2fe;
  color: #03a9f4;
}
.btn-info-outline {
  background-color: #ffffff;
  border-color: #03a9f4;
  color: #03a9f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.disabled,
.btn-info-outline[disabled] {
  border-color: #a4e2fe;
  color: #03a9f4;
}
.btn-warning {
  background-color: #fbc02d;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.disabled,
.btn-warning[disabled] {
  border-color: #fef2d5;
  background-color: #fef2d5;
  color: #fbc02d;
}
.btn-warning-outline {
  background-color: #ffffff;
  border-color: #fbc02d;
  color: #fbc02d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.disabled,
.btn-warning-outline[disabled] {
  border-color: #fef2d5;
  color: #fbc02d;
}
.btn-error {
  background-color: #F44339;
  color: #ffffff;
}
.btn-error:hover,
.btn-error:focus,
.btn-error.focus,
.btn-error.disabled,
.btn-error[disabled] {
  border-color: #fddddb;
  background-color: #fddddb;
  color: #F44339;
}
.btn-error-outline {
  background-color: #ffffff;
  border-color: #F44339;
  color: #F44339;
}
.btn-error-outline:hover,
.btn-error-outline:focus,
.btn-error-outline.focus,
.btn-error-outline.disabled,
.btn-error-outline[disabled] {
  border-color: #fddddb;
  color: #F44339;
}
.btn-gray {
  background-color: gray;
  color: #ffffff;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray.disabled,
.btn-gray[disabled] {
  border-color: gray;
  background-color: gray;
  color: #ffffff;
}
.btn-gray-outline {
  background-color: #ffffff;
  border-color: gray;
  color: gray;
}
.btn-gray-outline:hover,
.btn-gray-outline:focus,
.btn-gray-outline.focus,
.btn-gray-outline.disabled,
.btn-gray-outline[disabled] {
  background-color: #ffffff;
  border-color: #333333;
  color: #333333;
}
/* Btn Element */
.btn-ele {
  height: 32px;
}
.btn-ele .img {
  border-radius: 16px;
}
.btn.btn-ele {
  height: 32px;
}
.btn.btn-ele .img {
  border-radius: 16px;
}
.btn-ele-circle,
.btn.btn-ele-circle {
  height: 32px;
  border-radius: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
.btn-ele-circle .img,
.btn.btn-ele-circle .img {
  border-radius: 16px;
}
.btn-ele-circle img,
.btn.btn-ele-circle img {
  position: relative;
  float: left;
  max-height: 100%;
  width: auto;
}
.btn-ele-circle.btn-img,
.btn.btn-ele-circle.btn-img {
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-ele-circle.btn-img img.f-l,
.btn.btn-ele-circle.btn-img img.f-l {
  margin-left: -16px;
  margin-right: 6.4px;
}
.btn-ele-circle.btn-img img.f-r,
.btn.btn-ele-circle.btn-img img.f-r {
  float: right;
  margin-right: -16px;
  margin-left: 6.4px;
}
.btn-ele-circle.btn-clear,
.btn.btn-ele-circle.btn-clear {
  padding: 0;
}
.btn-ele-line {
  margin: 0;
}
/* Btn Actions */
.btn-group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/* hidden */
.h-t {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
}
.h-b {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
/* ClearFix */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.search-page-form #edit-keywords-fieldset .fieldset-wrapper:after,
#system-themes-page .system-themes-list:after,
.modal-header:after,
.modal-footer:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearover {
  clear: both;
  overflow: hidden !important;
}
/* Scroll */
.webkit-touch {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.webkit-touch::-webkit-scrollbar {
  display: none;
}
/* text overflow */
/* Full Screen */
.full-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fill-full-width {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Hide elements */
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}
/* radius circle */
.radius-circle {
  border-radius: 50%;
}
.radius-circle img {
  border-radius: 50%;
}
/*  */
.disabled,
.disabled:hover {
  color: #333333;
  cursor: not-allowed !important;
}
.disabled a,
.disabled:hover a,
.disabled a:hover,
.disabled:hover a:hover {
  color: inherit;
  cursor: inherit;
}
/* Fade */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 0.5s linear;
  transition: opacity 0.15s linear 0.5s linear;
}
.fade.in {
  opacity: 1;
}
/* Images */
img.img-full {
  display: block;
  width: 100%;
}
.img-full img {
  display: block;
  width: 100%;
}
.equal-item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.equal-item .item {
  float: left;
}
.equal-item .item:nth-last-child(2),
.equal-item .item:nth-last-child(2) ~ .item {
  width: 50%;
}
.equal-item .item:nth-last-child(3),
.equal-item .item:nth-last-child(3) ~ .item {
  width: 33.33%;
}
.equal-item .item:nth-last-child(4),
.equal-item .item:nth-last-child(4) ~ .item {
  width: 25%;
}
.equal-item .item:nth-last-child(5),
.equal-item .item:nth-last-child(5) ~ .item {
  width: 20%;
}
.equal-item .item:nth-last-child(6),
.equal-item .item:nth-last-child(6) ~ .item {
  width: 16.66%;
}
.equal-item .item:nth-last-child(7),
.equal-item .item:nth-last-child(7) ~ .item {
  width: 14.2857%;
}
.equal-item .item:nth-last-child(8),
.equal-item .item:nth-last-child(8) ~ .item {
  width: 12.5%;
}
.equal-item .item:nth-last-child(9),
.equal-item .item:nth-last-child(9) ~ .item {
  width: 11.1111%;
}
.equal-item .item:nth-last-child(10),
.equal-item .item:nth-last-child(10) ~ .item {
  width: 10%;
}
.equal-item .item:nth-last-child(11),
.equal-item .item:nth-last-child(11) ~ .item {
  width: 9.09%;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 13px;
}
small,
.small {
  font-size: 85%;
}
figure {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 14px;
  margin-left: 14px;
}
figcaption {
  padding-top: 7px;
  padding-bottom: 7px;
}
hr {
  border: 0;
  height: 1px;
  margin: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
code,
kbd,
pre,
samp,
blockquote {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
blockquote {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  color: #777777;
  display: block;
  position: relative;
  padding: 14px 21px 14px 42px;
  margin: 14px 0;
}
blockquote p {
  color: #777777;
}
blockquote:before,
blockquote:after {
  font-family: arial;
  color: #e2e2e2;
  font-size: 300%;
  line-height: 1;
  position: absolute;
}
blockquote:before {
  content: '"';
  left: 14px;
  top: 14px;
}
td code {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #F44339;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.box-raised {
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.box-shadow {
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
/* one line */
/* =============================================================================
   Form Base
   ========================================================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
button,
input,
optgroup,
select,
textarea {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}
/* Input */
input {
  background-color: #ffffff;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  outline: none;
  padding-bottom: 3px;
  padding-top: 3px;
  max-width: 100%;
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 1000px #fff 3px 5px rgba(0, 0, 0, 0.5);
}
input[type="text"],
input[type="email"] {
  background-color: transparent;
  border: 1px solid transparent;
}
input[type="password"] {
  background-color: transparent;
  border: 1px solid transparent;
}
input[type="number"] {
  background-color: transparent;
  border: none;
}
input[type="radio"] {
  padding: 0;
}
input[type="checkbox"] {
  padding: 0;
}
input[type="range"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input[disabled],
input.disabled {
  background-color: rgba(0, 0, 0, 0.38);
  color: #333333;
  cursor: not-allowed !important;
}
/* Select */
select {
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: none;
}
select:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
  -moz-box-shadow: inset 0 0 0 1000px #fff;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
select[multiple="multiple"] {
  max-height: 100px;
}
select.form-select {
  -webkit-appearance: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 21px;
  background-image: url(_resources/95d067d9b25fe616d060.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}
select.form-select[multiple="multiple"] {
  height: auto;
}
/* Textarea */
textarea {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  max-width: 100%;
  outline: none;
  resize: none;
}
textarea:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
  -moz-box-shadow: inset 0 0 0 1000px #fff;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
/* fieldset */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/* Element */
label {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 5px 0;
  font-weight: bold;
}
label.option {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
}
label.form-required:after {
  content: "*";
  color: #F44339;
  padding: 0 2px;
}
.icon {
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-2x {
  font-size: 200%;
}
.icon-2x-h {
  line-height: 200%;
  min-height: 200%;
}
.icon-3x {
  font-size: 300%;
}
.icon-3x-h {
  line-height: 300%;
  min-height: 300%;
}
.icon-4x {
  font-size: 400%;
}
.icon-4x-h {
  line-height: 400%;
  min-height: 400%;
}
/* =============================================================================
   List
   ========================================================================== */
ul,
ol {
  margin-top: 7px;
  margin-bottom: 0;
  padding-left: 1.35em;
}
ul.menu,
ol.menu,
ul.link,
ol.link {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
ul.menu li,
ol.menu li,
ul.link li,
ol.link li {
  list-style: none;
  list-style-image: none;
}
ul li,
ol li {
  margin-bottom: 7px;
}
ul.inline li,
ol.inline li {
  padding-right: 7px;
  display: inline-block;
  margin-bottom: 0;
}
ul.inline.t-r li,
ol.inline.t-r li {
  padding-left: 7px;
  padding-right: 0;
}
/* menu */
.menu li {
  line-height: 150%;
  margin-bottom: 0;
}
/* radius */
/* image responsive */
/* opacity */
/* Px to Rem */
.outside-t {
  margin-top: 14px;
}
.outside-r {
  margin-right: 14px;
}
.outside-b {
  margin-bottom: 14px;
}
.outside-l {
  margin-left: 14px;
}
.outside-tb {
  margin-top: 14px;
  margin-bottom: 14px;
}
.outside-tb-lg {
  margin-top: 28px;
  margin-bottom: 28px;
}
.outside-lr {
  margin-right: 14px;
  margin-left: 14px;
}
.outside {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 14px;
  margin-left: 14px;
}
.outside-min-l {
  margin-left: 7px;
}
.outside-min-r {
  margin-right: 7px;
}
.outside-min-t {
  margin-top: 7px;
}
.outside-min-b {
  margin-bottom: 7px;
}
.outside-min-lr {
  margin-left: 7px;
  margin-right: 7px;
}
.outside-min-tb {
  margin-top: 7px;
  margin-bottom: 7px;
}
.outside-min {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
}
.inside-t {
  padding-top: 14px;
}
.inside-r {
  padding-right: 14px;
}
.inside-b {
  padding-bottom: 14px;
}
.inside-l {
  padding-left: 14px;
}
.inside-lr {
  padding-right: 14px;
  padding-left: 14px;
}
.inside-tb {
  padding-top: 14px;
  padding-bottom: 14px;
}
.inside-tb-lg {
  padding-top: 28px;
  padding-bottom: 28px;
}
.inside {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.inside-min-t {
  padding-top: 7px;
}
.inside-min-r {
  padding-right: 7px;
}
.inside-min-b {
  padding-bottom: 7px;
}
.inside-min-l {
  padding-left: 7px;
}
.inside-min-lr {
  padding-right: 7px;
  padding-left: 7px;
}
.inside-min-tb {
  padding-top: 7px;
  padding-bottom: 7px;
}
.inside-min {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
}
.outside-c-t,
div.outside-c-t {
  margin-top: 0;
}
.outside-c-r,
div.outside-c-r {
  margin-right: 0;
}
.outside-c-b,
div.outside-c-b {
  margin-bottom: 0;
}
.outside-c-l,
div.outside-c-l {
  margin-left: 0;
}
.outside-c-lr,
div.outside-c-lr {
  margin-left: 0;
  margin-right: 0;
}
.outside-c-tb,
div.outside-c-tb {
  margin-top: 0;
  margin-bottom: 0;
}
.outside-c,
div.outside-c {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.inside-c-t,
.inner.inside-c-t {
  padding-top: 0;
}
.inside-c-r,
.col.inside-c-r,
.inner.inside-c-r {
  padding-right: 0;
}
.inside-c-b,
.inner.inside-c-b {
  padding-bottom: 0;
}
.inside-c-l,
.col.inside-c-l,
.inner.inside-c-l {
  padding-left: 0;
}
.inside-c-lr,
.inner.inside-c-lr {
  padding-left: 0;
  padding-right: 0;
}
.inside-c-tb,
.inner.inside-c-tb {
  padding-top: 0;
  padding-bottom: 0;
}
.inside-c,
.inner.inside-c {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.spacer-lg {
  height: 56px;
}
@media screen and (max-width: 767px) {
  .spacer-lg {
    height: 28px;
  }
}
.spacer-md {
  height: 28px;
}
@media screen and (max-width: 767px) {
  .spacer-md {
    height: 14px;
  }
}
.spacer-sm {
  height: 14px;
}
@media screen and (max-width: 767px) {
  .spacer-sm {
    height: 7px;
  }
}
/* =============================================================================
   Table style
   ========================================================================== */
.table-wrapper,
.row .table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  margin: 14px auto;
  display: inline-block;
}
.table-wrapper table,
.row .table-wrapper table {
  border: none;
  margin: 0;
}
div.table-wrapper-full,
.row .table-wrapper-full {
  display: block;
  width: 100%;
}
table {
  background-color: #ffffff;
  max-width: 100%;
  margin: 14px auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table caption {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
  color: #777777;
  text-align: left;
}
table th {
  text-align: left;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 14px;
  line-height: 1.42857143;
}
table > thead > tr > th h1,
table > tbody > tr > th h1,
table > tfoot > tr > th h1,
table > thead > tr > td h1,
table > tbody > tr > td h1,
table > tfoot > tr > td h1,
table > thead > tr > th h2,
table > tbody > tr > th h2,
table > tfoot > tr > th h2,
table > thead > tr > td h2,
table > tbody > tr > td h2,
table > tfoot > tr > td h2,
table > thead > tr > th h3,
table > tbody > tr > th h3,
table > tfoot > tr > th h3,
table > thead > tr > td h3,
table > tbody > tr > td h3,
table > tfoot > tr > td h3,
table > thead > tr > th h4,
table > tbody > tr > th h4,
table > tfoot > tr > th h4,
table > thead > tr > td h4,
table > tbody > tr > td h4,
table > tfoot > tr > td h4,
table > thead > tr > th h5,
table > tbody > tr > th h5,
table > tfoot > tr > th h5,
table > thead > tr > td h5,
table > tbody > tr > td h5,
table > tfoot > tr > td h5,
table > thead > tr > th h6,
table > tbody > tr > th h6,
table > tfoot > tr > th h6,
table > thead > tr > td h6,
table > tbody > tr > td h6,
table > tfoot > tr > td h6 {
  margin-top: 7px;
  margin-bottom: 7px;
}
table > thead > tr > th img,
table > tbody > tr > th img,
table > tfoot > tr > th img,
table > thead > tr > td img,
table > tbody > tr > td img,
table > tfoot > tr > td img {
  display: inline-block;
  margin-left: 7px;
}
table > thead > tr > th {
  vertical-align: bottom;
  font-weight: bold;
  background-color: #f4f5f9;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table .table {
  background-color: #ffffff;
}
table.table-full {
  width: 100%;
}
table.table-bordered {
  border: 1px solid #e5e5e5;
}
table.table-bordered > thead > tr > th,
table.table-bordered > tbody > tr > th,
table.table-bordered > tfoot > tr > th,
table.table-bordered > thead > tr > td,
table.table-bordered > tbody > tr > td,
table.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
table.table-bordered > thead > tr > th,
table.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
table.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
/*
 * Mixins
**/
/*
 * Classes
**/
.text-inherit {
  color: inherit;
}
.underline--hover:hover {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-0 {
  padding: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.m-0 {
  margin: 0px;
}
.-ml-0 {
  margin-left: 0px;
}
.-mr-0 {
  margin-right: 0px;
}
.-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.-mt-0 {
  margin-top: 0px;
}
.-mb-0 {
  margin-bottom: 0px;
}
.-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.-m-0 {
  margin: 0px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-20 {
  padding: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-20 {
  margin: 20px;
}
.-ml-20 {
  margin-left: -20px;
}
.-mr-20 {
  margin-right: -20px;
}
.-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.-mt-20 {
  margin-top: -20px;
}
.-mb-20 {
  margin-bottom: -20px;
}
.-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}
.-m-20 {
  margin: -20px;
}
.pl-xs {
  padding-left: 3.5px;
}
.pr-xs {
  padding-right: 3.5px;
}
.px-xs {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.pt-xs {
  padding-top: 3.5px;
}
.pb-xs {
  padding-bottom: 3.5px;
}
.py-xs {
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
.p-xs {
  padding: 3.5px;
}
.ml-xs {
  margin-left: 3.5px;
}
.mr-xs {
  margin-right: 3.5px;
}
.mx-xs {
  margin-left: 3.5px;
  margin-right: 3.5px;
}
.mt-xs {
  margin-top: 3.5px;
}
.mb-xs {
  margin-bottom: 3.5px;
}
.my-xs {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.m-xs {
  margin: 3.5px;
}
.-ml-xs {
  margin-left: -3.5px;
}
.-mr-xs {
  margin-right: -3.5px;
}
.-mx-xs {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.-mt-xs {
  margin-top: -3.5px;
}
.-mb-xs {
  margin-bottom: -3.5px;
}
.-my-xs {
  margin-top: -3.5px;
  margin-bottom: -3.5px;
}
.-m-xs {
  margin: -3.5px;
}
.pl-sm {
  padding-left: 7px;
}
.pr-sm {
  padding-right: 7px;
}
.px-sm {
  padding-left: 7px;
  padding-right: 7px;
}
.pt-sm {
  padding-top: 7px;
}
.pb-sm {
  padding-bottom: 7px;
}
.py-sm {
  padding-top: 7px;
  padding-bottom: 7px;
}
.p-sm {
  padding: 7px;
}
.ml-sm {
  margin-left: 7px;
}
.mr-sm {
  margin-right: 7px;
}
.mx-sm {
  margin-left: 7px;
  margin-right: 7px;
}
.mt-sm {
  margin-top: 7px;
}
.mb-sm {
  margin-bottom: 7px;
}
.my-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.m-sm {
  margin: 7px;
}
.-ml-sm {
  margin-left: -7px;
}
.-mr-sm {
  margin-right: -7px;
}
.-mx-sm {
  margin-left: -7px;
  margin-right: -7px;
}
.-mt-sm {
  margin-top: -7px;
}
.-mb-sm {
  margin-bottom: -7px;
}
.-my-sm {
  margin-top: -7px;
  margin-bottom: -7px;
}
.-m-sm {
  margin: -7px;
}
.pl-base {
  padding-left: 14px;
}
.pr-base {
  padding-right: 14px;
}
.px-base {
  padding-left: 14px;
  padding-right: 14px;
}
.pt-base {
  padding-top: 14px;
}
.pb-base {
  padding-bottom: 14px;
}
.py-base {
  padding-top: 14px;
  padding-bottom: 14px;
}
.p-base {
  padding: 14px;
}
.ml-base {
  margin-left: 14px;
}
.mr-base {
  margin-right: 14px;
}
.mx-base {
  margin-left: 14px;
  margin-right: 14px;
}
.mt-base {
  margin-top: 14px;
}
.mb-base {
  margin-bottom: 14px;
}
.my-base {
  margin-top: 14px;
  margin-bottom: 14px;
}
.m-base {
  margin: 14px;
}
.-ml-base {
  margin-left: -14px;
}
.-mr-base {
  margin-right: -14px;
}
.-mx-base {
  margin-left: -14px;
  margin-right: -14px;
}
.-mt-base {
  margin-top: -14px;
}
.-mb-base {
  margin-bottom: -14px;
}
.-my-base {
  margin-top: -14px;
  margin-bottom: -14px;
}
.-m-base {
  margin: -14px;
}
.pl-md {
  padding-left: 28px;
}
.pr-md {
  padding-right: 28px;
}
.px-md {
  padding-left: 28px;
  padding-right: 28px;
}
.pt-md {
  padding-top: 28px;
}
.pb-md {
  padding-bottom: 28px;
}
.py-md {
  padding-top: 28px;
  padding-bottom: 28px;
}
.p-md {
  padding: 28px;
}
.ml-md {
  margin-left: 28px;
}
.mr-md {
  margin-right: 28px;
}
.mx-md {
  margin-left: 28px;
  margin-right: 28px;
}
.mt-md {
  margin-top: 28px;
}
.mb-md {
  margin-bottom: 28px;
}
.my-md {
  margin-top: 28px;
  margin-bottom: 28px;
}
.m-md {
  margin: 28px;
}
.-ml-md {
  margin-left: -28px;
}
.-mr-md {
  margin-right: -28px;
}
.-mx-md {
  margin-left: -28px;
  margin-right: -28px;
}
.-mt-md {
  margin-top: -28px;
}
.-mb-md {
  margin-bottom: -28px;
}
.-my-md {
  margin-top: -28px;
  margin-bottom: -28px;
}
.-m-md {
  margin: -28px;
}
.pl-lg {
  padding-left: 42px;
}
.pr-lg {
  padding-right: 42px;
}
.px-lg {
  padding-left: 42px;
  padding-right: 42px;
}
.pt-lg {
  padding-top: 42px;
}
.pb-lg {
  padding-bottom: 42px;
}
.py-lg {
  padding-top: 42px;
  padding-bottom: 42px;
}
.p-lg {
  padding: 42px;
}
.ml-lg {
  margin-left: 42px;
}
.mr-lg {
  margin-right: 42px;
}
.mx-lg {
  margin-left: 42px;
  margin-right: 42px;
}
.mt-lg {
  margin-top: 42px;
}
.mb-lg {
  margin-bottom: 42px;
}
.my-lg {
  margin-top: 42px;
  margin-bottom: 42px;
}
.m-lg {
  margin: 42px;
}
.-ml-lg {
  margin-left: -42px;
}
.-mr-lg {
  margin-right: -42px;
}
.-mx-lg {
  margin-left: -42px;
  margin-right: -42px;
}
.-mt-lg {
  margin-top: -42px;
}
.-mb-lg {
  margin-bottom: -42px;
}
.-my-lg {
  margin-top: -42px;
  margin-bottom: -42px;
}
.-m-lg {
  margin: -42px;
}
.pl-xl {
  padding-left: 56px;
}
.pr-xl {
  padding-right: 56px;
}
.px-xl {
  padding-left: 56px;
  padding-right: 56px;
}
.pt-xl {
  padding-top: 56px;
}
.pb-xl {
  padding-bottom: 56px;
}
.py-xl {
  padding-top: 56px;
  padding-bottom: 56px;
}
.p-xl {
  padding: 56px;
}
.ml-xl {
  margin-left: 56px;
}
.mr-xl {
  margin-right: 56px;
}
.mx-xl {
  margin-left: 56px;
  margin-right: 56px;
}
.mt-xl {
  margin-top: 56px;
}
.mb-xl {
  margin-bottom: 56px;
}
.my-xl {
  margin-top: 56px;
  margin-bottom: 56px;
}
.m-xl {
  margin: 56px;
}
.-ml-xl {
  margin-left: -56px;
}
.-mr-xl {
  margin-right: -56px;
}
.-mx-xl {
  margin-left: -56px;
  margin-right: -56px;
}
.-mt-xl {
  margin-top: -56px;
}
.-mb-xl {
  margin-bottom: -56px;
}
.-my-xl {
  margin-top: -56px;
  margin-bottom: -56px;
}
.-m-xl {
  margin: -56px;
}
.ratio-1_1 {
  padding-top: 100%;
}
.ratio-9_16 {
  padding-top: 56.25%;
}
@media screen and (min-width: 992px) {
  .pl-0--md {
    padding-left: 0px;
  }
  .pr-0--md {
    padding-right: 0px;
  }
  .px-0--md {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt-0--md {
    padding-top: 0px;
  }
  .pb-0--md {
    padding-bottom: 0px;
  }
  .py-0--md {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-0--md {
    padding: 0px;
  }
  .ml-0--md {
    margin-left: 0px;
  }
  .mr-0--md {
    margin-right: 0px;
  }
  .mx-0--md {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt-0--md {
    margin-top: 0px;
  }
  .mb-0--md {
    margin-bottom: 0px;
  }
  .my-0--md {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-0--md {
    margin: 0px;
  }
  .-ml-0--md {
    margin-left: 0px;
  }
  .-mr-0--md {
    margin-right: 0px;
  }
  .-mx-0--md {
    margin-left: 0px;
    margin-right: 0px;
  }
  .-mt-0--md {
    margin-top: 0px;
  }
  .-mb-0--md {
    margin-bottom: 0px;
  }
  .-my-0--md {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .-m-0--md {
    margin: 0px;
  }
  .pl-xs--md {
    padding-left: 3.5px;
  }
  .pr-xs--md {
    padding-right: 3.5px;
  }
  .px-xs--md {
    padding-left: 3.5px;
    padding-right: 3.5px;
  }
  .pt-xs--md {
    padding-top: 3.5px;
  }
  .pb-xs--md {
    padding-bottom: 3.5px;
  }
  .py-xs--md {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  .p-xs--md {
    padding: 3.5px;
  }
  .ml-xs--md {
    margin-left: 3.5px;
  }
  .mr-xs--md {
    margin-right: 3.5px;
  }
  .mx-xs--md {
    margin-left: 3.5px;
    margin-right: 3.5px;
  }
  .mt-xs--md {
    margin-top: 3.5px;
  }
  .mb-xs--md {
    margin-bottom: 3.5px;
  }
  .my-xs--md {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
  }
  .m-xs--md {
    margin: 3.5px;
  }
  .-ml-xs--md {
    margin-left: -3.5px;
  }
  .-mr-xs--md {
    margin-right: -3.5px;
  }
  .-mx-xs--md {
    margin-left: -3.5px;
    margin-right: -3.5px;
  }
  .-mt-xs--md {
    margin-top: -3.5px;
  }
  .-mb-xs--md {
    margin-bottom: -3.5px;
  }
  .-my-xs--md {
    margin-top: -3.5px;
    margin-bottom: -3.5px;
  }
  .-m-xs--md {
    margin: -3.5px;
  }
  .pl-sm--md {
    padding-left: 7px;
  }
  .pr-sm--md {
    padding-right: 7px;
  }
  .px-sm--md {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pt-sm--md {
    padding-top: 7px;
  }
  .pb-sm--md {
    padding-bottom: 7px;
  }
  .py-sm--md {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .p-sm--md {
    padding: 7px;
  }
  .ml-sm--md {
    margin-left: 7px;
  }
  .mr-sm--md {
    margin-right: 7px;
  }
  .mx-sm--md {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mt-sm--md {
    margin-top: 7px;
  }
  .mb-sm--md {
    margin-bottom: 7px;
  }
  .my-sm--md {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .m-sm--md {
    margin: 7px;
  }
  .-ml-sm--md {
    margin-left: -7px;
  }
  .-mr-sm--md {
    margin-right: -7px;
  }
  .-mx-sm--md {
    margin-left: -7px;
    margin-right: -7px;
  }
  .-mt-sm--md {
    margin-top: -7px;
  }
  .-mb-sm--md {
    margin-bottom: -7px;
  }
  .-my-sm--md {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .-m-sm--md {
    margin: -7px;
  }
  .pl-base--md {
    padding-left: 14px;
  }
  .pr-base--md {
    padding-right: 14px;
  }
  .px-base--md {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pt-base--md {
    padding-top: 14px;
  }
  .pb-base--md {
    padding-bottom: 14px;
  }
  .py-base--md {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .p-base--md {
    padding: 14px;
  }
  .ml-base--md {
    margin-left: 14px;
  }
  .mr-base--md {
    margin-right: 14px;
  }
  .mx-base--md {
    margin-left: 14px;
    margin-right: 14px;
  }
  .mt-base--md {
    margin-top: 14px;
  }
  .mb-base--md {
    margin-bottom: 14px;
  }
  .my-base--md {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .m-base--md {
    margin: 14px;
  }
  .-ml-base--md {
    margin-left: -14px;
  }
  .-mr-base--md {
    margin-right: -14px;
  }
  .-mx-base--md {
    margin-left: -14px;
    margin-right: -14px;
  }
  .-mt-base--md {
    margin-top: -14px;
  }
  .-mb-base--md {
    margin-bottom: -14px;
  }
  .-my-base--md {
    margin-top: -14px;
    margin-bottom: -14px;
  }
  .-m-base--md {
    margin: -14px;
  }
  .pl-md--md {
    padding-left: 28px;
  }
  .pr-md--md {
    padding-right: 28px;
  }
  .px-md--md {
    padding-left: 28px;
    padding-right: 28px;
  }
  .pt-md--md {
    padding-top: 28px;
  }
  .pb-md--md {
    padding-bottom: 28px;
  }
  .py-md--md {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .p-md--md {
    padding: 28px;
  }
  .ml-md--md {
    margin-left: 28px;
  }
  .mr-md--md {
    margin-right: 28px;
  }
  .mx-md--md {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mt-md--md {
    margin-top: 28px;
  }
  .mb-md--md {
    margin-bottom: 28px;
  }
  .my-md--md {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .m-md--md {
    margin: 28px;
  }
  .-ml-md--md {
    margin-left: -28px;
  }
  .-mr-md--md {
    margin-right: -28px;
  }
  .-mx-md--md {
    margin-left: -28px;
    margin-right: -28px;
  }
  .-mt-md--md {
    margin-top: -28px;
  }
  .-mb-md--md {
    margin-bottom: -28px;
  }
  .-my-md--md {
    margin-top: -28px;
    margin-bottom: -28px;
  }
  .-m-md--md {
    margin: -28px;
  }
  .pl-lg--md {
    padding-left: 42px;
  }
  .pr-lg--md {
    padding-right: 42px;
  }
  .px-lg--md {
    padding-left: 42px;
    padding-right: 42px;
  }
  .pt-lg--md {
    padding-top: 42px;
  }
  .pb-lg--md {
    padding-bottom: 42px;
  }
  .py-lg--md {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .p-lg--md {
    padding: 42px;
  }
  .ml-lg--md {
    margin-left: 42px;
  }
  .mr-lg--md {
    margin-right: 42px;
  }
  .mx-lg--md {
    margin-left: 42px;
    margin-right: 42px;
  }
  .mt-lg--md {
    margin-top: 42px;
  }
  .mb-lg--md {
    margin-bottom: 42px;
  }
  .my-lg--md {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .m-lg--md {
    margin: 42px;
  }
  .-ml-lg--md {
    margin-left: -42px;
  }
  .-mr-lg--md {
    margin-right: -42px;
  }
  .-mx-lg--md {
    margin-left: -42px;
    margin-right: -42px;
  }
  .-mt-lg--md {
    margin-top: -42px;
  }
  .-mb-lg--md {
    margin-bottom: -42px;
  }
  .-my-lg--md {
    margin-top: -42px;
    margin-bottom: -42px;
  }
  .-m-lg--md {
    margin: -42px;
  }
  .pl-xl--md {
    padding-left: 56px;
  }
  .pr-xl--md {
    padding-right: 56px;
  }
  .px-xl--md {
    padding-left: 56px;
    padding-right: 56px;
  }
  .pt-xl--md {
    padding-top: 56px;
  }
  .pb-xl--md {
    padding-bottom: 56px;
  }
  .py-xl--md {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .p-xl--md {
    padding: 56px;
  }
  .ml-xl--md {
    margin-left: 56px;
  }
  .mr-xl--md {
    margin-right: 56px;
  }
  .mx-xl--md {
    margin-left: 56px;
    margin-right: 56px;
  }
  .mt-xl--md {
    margin-top: 56px;
  }
  .mb-xl--md {
    margin-bottom: 56px;
  }
  .my-xl--md {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .m-xl--md {
    margin: 56px;
  }
  .-ml-xl--md {
    margin-left: -56px;
  }
  .-mr-xl--md {
    margin-right: -56px;
  }
  .-mx-xl--md {
    margin-left: -56px;
    margin-right: -56px;
  }
  .-mt-xl--md {
    margin-top: -56px;
  }
  .-mb-xl--md {
    margin-bottom: -56px;
  }
  .-my-xl--md {
    margin-top: -56px;
    margin-bottom: -56px;
  }
  .-m-xl--md {
    margin: -56px;
  }
}
@media screen and (min-width: 1200px) {
  .pl-0--lg {
    padding-left: 0px;
  }
  .pr-0--lg {
    padding-right: 0px;
  }
  .px-0--lg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt-0--lg {
    padding-top: 0px;
  }
  .pb-0--lg {
    padding-bottom: 0px;
  }
  .py-0--lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-0--lg {
    padding: 0px;
  }
  .ml-0--lg {
    margin-left: 0px;
  }
  .mr-0--lg {
    margin-right: 0px;
  }
  .mx-0--lg {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt-0--lg {
    margin-top: 0px;
  }
  .mb-0--lg {
    margin-bottom: 0px;
  }
  .my-0--lg {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-0--lg {
    margin: 0px;
  }
  .-ml-0--lg {
    margin-left: 0px;
  }
  .-mr-0--lg {
    margin-right: 0px;
  }
  .-mx-0--lg {
    margin-left: 0px;
    margin-right: 0px;
  }
  .-mt-0--lg {
    margin-top: 0px;
  }
  .-mb-0--lg {
    margin-bottom: 0px;
  }
  .-my-0--lg {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .-m-0--lg {
    margin: 0px;
  }
  .pl-xs--lg {
    padding-left: 3.5px;
  }
  .pr-xs--lg {
    padding-right: 3.5px;
  }
  .px-xs--lg {
    padding-left: 3.5px;
    padding-right: 3.5px;
  }
  .pt-xs--lg {
    padding-top: 3.5px;
  }
  .pb-xs--lg {
    padding-bottom: 3.5px;
  }
  .py-xs--lg {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  .p-xs--lg {
    padding: 3.5px;
  }
  .ml-xs--lg {
    margin-left: 3.5px;
  }
  .mr-xs--lg {
    margin-right: 3.5px;
  }
  .mx-xs--lg {
    margin-left: 3.5px;
    margin-right: 3.5px;
  }
  .mt-xs--lg {
    margin-top: 3.5px;
  }
  .mb-xs--lg {
    margin-bottom: 3.5px;
  }
  .my-xs--lg {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
  }
  .m-xs--lg {
    margin: 3.5px;
  }
  .-ml-xs--lg {
    margin-left: -3.5px;
  }
  .-mr-xs--lg {
    margin-right: -3.5px;
  }
  .-mx-xs--lg {
    margin-left: -3.5px;
    margin-right: -3.5px;
  }
  .-mt-xs--lg {
    margin-top: -3.5px;
  }
  .-mb-xs--lg {
    margin-bottom: -3.5px;
  }
  .-my-xs--lg {
    margin-top: -3.5px;
    margin-bottom: -3.5px;
  }
  .-m-xs--lg {
    margin: -3.5px;
  }
  .pl-sm--lg {
    padding-left: 7px;
  }
  .pr-sm--lg {
    padding-right: 7px;
  }
  .px-sm--lg {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pt-sm--lg {
    padding-top: 7px;
  }
  .pb-sm--lg {
    padding-bottom: 7px;
  }
  .py-sm--lg {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .p-sm--lg {
    padding: 7px;
  }
  .ml-sm--lg {
    margin-left: 7px;
  }
  .mr-sm--lg {
    margin-right: 7px;
  }
  .mx-sm--lg {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mt-sm--lg {
    margin-top: 7px;
  }
  .mb-sm--lg {
    margin-bottom: 7px;
  }
  .my-sm--lg {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .m-sm--lg {
    margin: 7px;
  }
  .-ml-sm--lg {
    margin-left: -7px;
  }
  .-mr-sm--lg {
    margin-right: -7px;
  }
  .-mx-sm--lg {
    margin-left: -7px;
    margin-right: -7px;
  }
  .-mt-sm--lg {
    margin-top: -7px;
  }
  .-mb-sm--lg {
    margin-bottom: -7px;
  }
  .-my-sm--lg {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .-m-sm--lg {
    margin: -7px;
  }
  .pl-base--lg {
    padding-left: 14px;
  }
  .pr-base--lg {
    padding-right: 14px;
  }
  .px-base--lg {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pt-base--lg {
    padding-top: 14px;
  }
  .pb-base--lg {
    padding-bottom: 14px;
  }
  .py-base--lg {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .p-base--lg {
    padding: 14px;
  }
  .ml-base--lg {
    margin-left: 14px;
  }
  .mr-base--lg {
    margin-right: 14px;
  }
  .mx-base--lg {
    margin-left: 14px;
    margin-right: 14px;
  }
  .mt-base--lg {
    margin-top: 14px;
  }
  .mb-base--lg {
    margin-bottom: 14px;
  }
  .my-base--lg {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .m-base--lg {
    margin: 14px;
  }
  .-ml-base--lg {
    margin-left: -14px;
  }
  .-mr-base--lg {
    margin-right: -14px;
  }
  .-mx-base--lg {
    margin-left: -14px;
    margin-right: -14px;
  }
  .-mt-base--lg {
    margin-top: -14px;
  }
  .-mb-base--lg {
    margin-bottom: -14px;
  }
  .-my-base--lg {
    margin-top: -14px;
    margin-bottom: -14px;
  }
  .-m-base--lg {
    margin: -14px;
  }
  .pl-md--lg {
    padding-left: 28px;
  }
  .pr-md--lg {
    padding-right: 28px;
  }
  .px-md--lg {
    padding-left: 28px;
    padding-right: 28px;
  }
  .pt-md--lg {
    padding-top: 28px;
  }
  .pb-md--lg {
    padding-bottom: 28px;
  }
  .py-md--lg {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .p-md--lg {
    padding: 28px;
  }
  .ml-md--lg {
    margin-left: 28px;
  }
  .mr-md--lg {
    margin-right: 28px;
  }
  .mx-md--lg {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mt-md--lg {
    margin-top: 28px;
  }
  .mb-md--lg {
    margin-bottom: 28px;
  }
  .my-md--lg {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .m-md--lg {
    margin: 28px;
  }
  .-ml-md--lg {
    margin-left: -28px;
  }
  .-mr-md--lg {
    margin-right: -28px;
  }
  .-mx-md--lg {
    margin-left: -28px;
    margin-right: -28px;
  }
  .-mt-md--lg {
    margin-top: -28px;
  }
  .-mb-md--lg {
    margin-bottom: -28px;
  }
  .-my-md--lg {
    margin-top: -28px;
    margin-bottom: -28px;
  }
  .-m-md--lg {
    margin: -28px;
  }
  .pl-lg--lg {
    padding-left: 42px;
  }
  .pr-lg--lg {
    padding-right: 42px;
  }
  .px-lg--lg {
    padding-left: 42px;
    padding-right: 42px;
  }
  .pt-lg--lg {
    padding-top: 42px;
  }
  .pb-lg--lg {
    padding-bottom: 42px;
  }
  .py-lg--lg {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .p-lg--lg {
    padding: 42px;
  }
  .ml-lg--lg {
    margin-left: 42px;
  }
  .mr-lg--lg {
    margin-right: 42px;
  }
  .mx-lg--lg {
    margin-left: 42px;
    margin-right: 42px;
  }
  .mt-lg--lg {
    margin-top: 42px;
  }
  .mb-lg--lg {
    margin-bottom: 42px;
  }
  .my-lg--lg {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .m-lg--lg {
    margin: 42px;
  }
  .-ml-lg--lg {
    margin-left: -42px;
  }
  .-mr-lg--lg {
    margin-right: -42px;
  }
  .-mx-lg--lg {
    margin-left: -42px;
    margin-right: -42px;
  }
  .-mt-lg--lg {
    margin-top: -42px;
  }
  .-mb-lg--lg {
    margin-bottom: -42px;
  }
  .-my-lg--lg {
    margin-top: -42px;
    margin-bottom: -42px;
  }
  .-m-lg--lg {
    margin: -42px;
  }
  .pl-xl--lg {
    padding-left: 56px;
  }
  .pr-xl--lg {
    padding-right: 56px;
  }
  .px-xl--lg {
    padding-left: 56px;
    padding-right: 56px;
  }
  .pt-xl--lg {
    padding-top: 56px;
  }
  .pb-xl--lg {
    padding-bottom: 56px;
  }
  .py-xl--lg {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .p-xl--lg {
    padding: 56px;
  }
  .ml-xl--lg {
    margin-left: 56px;
  }
  .mr-xl--lg {
    margin-right: 56px;
  }
  .mx-xl--lg {
    margin-left: 56px;
    margin-right: 56px;
  }
  .mt-xl--lg {
    margin-top: 56px;
  }
  .mb-xl--lg {
    margin-bottom: 56px;
  }
  .my-xl--lg {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .m-xl--lg {
    margin: 56px;
  }
  .-ml-xl--lg {
    margin-left: -56px;
  }
  .-mr-xl--lg {
    margin-right: -56px;
  }
  .-mx-xl--lg {
    margin-left: -56px;
    margin-right: -56px;
  }
  .-mt-xl--lg {
    margin-top: -56px;
  }
  .-mb-xl--lg {
    margin-bottom: -56px;
  }
  .-my-xl--lg {
    margin-top: -56px;
    margin-bottom: -56px;
  }
  .-m-xl--lg {
    margin: -56px;
  }
}
@media screen and (min-width: 1470px) {
  .pl-0--xl {
    padding-left: 0px;
  }
  .pr-0--xl {
    padding-right: 0px;
  }
  .px-0--xl {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt-0--xl {
    padding-top: 0px;
  }
  .pb-0--xl {
    padding-bottom: 0px;
  }
  .py-0--xl {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-0--xl {
    padding: 0px;
  }
  .ml-0--xl {
    margin-left: 0px;
  }
  .mr-0--xl {
    margin-right: 0px;
  }
  .mx-0--xl {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt-0--xl {
    margin-top: 0px;
  }
  .mb-0--xl {
    margin-bottom: 0px;
  }
  .my-0--xl {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-0--xl {
    margin: 0px;
  }
  .-ml-0--xl {
    margin-left: 0px;
  }
  .-mr-0--xl {
    margin-right: 0px;
  }
  .-mx-0--xl {
    margin-left: 0px;
    margin-right: 0px;
  }
  .-mt-0--xl {
    margin-top: 0px;
  }
  .-mb-0--xl {
    margin-bottom: 0px;
  }
  .-my-0--xl {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .-m-0--xl {
    margin: 0px;
  }
  .pl-xs--xl {
    padding-left: 3.5px;
  }
  .pr-xs--xl {
    padding-right: 3.5px;
  }
  .px-xs--xl {
    padding-left: 3.5px;
    padding-right: 3.5px;
  }
  .pt-xs--xl {
    padding-top: 3.5px;
  }
  .pb-xs--xl {
    padding-bottom: 3.5px;
  }
  .py-xs--xl {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  .p-xs--xl {
    padding: 3.5px;
  }
  .ml-xs--xl {
    margin-left: 3.5px;
  }
  .mr-xs--xl {
    margin-right: 3.5px;
  }
  .mx-xs--xl {
    margin-left: 3.5px;
    margin-right: 3.5px;
  }
  .mt-xs--xl {
    margin-top: 3.5px;
  }
  .mb-xs--xl {
    margin-bottom: 3.5px;
  }
  .my-xs--xl {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
  }
  .m-xs--xl {
    margin: 3.5px;
  }
  .-ml-xs--xl {
    margin-left: -3.5px;
  }
  .-mr-xs--xl {
    margin-right: -3.5px;
  }
  .-mx-xs--xl {
    margin-left: -3.5px;
    margin-right: -3.5px;
  }
  .-mt-xs--xl {
    margin-top: -3.5px;
  }
  .-mb-xs--xl {
    margin-bottom: -3.5px;
  }
  .-my-xs--xl {
    margin-top: -3.5px;
    margin-bottom: -3.5px;
  }
  .-m-xs--xl {
    margin: -3.5px;
  }
  .pl-sm--xl {
    padding-left: 7px;
  }
  .pr-sm--xl {
    padding-right: 7px;
  }
  .px-sm--xl {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pt-sm--xl {
    padding-top: 7px;
  }
  .pb-sm--xl {
    padding-bottom: 7px;
  }
  .py-sm--xl {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .p-sm--xl {
    padding: 7px;
  }
  .ml-sm--xl {
    margin-left: 7px;
  }
  .mr-sm--xl {
    margin-right: 7px;
  }
  .mx-sm--xl {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mt-sm--xl {
    margin-top: 7px;
  }
  .mb-sm--xl {
    margin-bottom: 7px;
  }
  .my-sm--xl {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .m-sm--xl {
    margin: 7px;
  }
  .-ml-sm--xl {
    margin-left: -7px;
  }
  .-mr-sm--xl {
    margin-right: -7px;
  }
  .-mx-sm--xl {
    margin-left: -7px;
    margin-right: -7px;
  }
  .-mt-sm--xl {
    margin-top: -7px;
  }
  .-mb-sm--xl {
    margin-bottom: -7px;
  }
  .-my-sm--xl {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .-m-sm--xl {
    margin: -7px;
  }
  .pl-base--xl {
    padding-left: 14px;
  }
  .pr-base--xl {
    padding-right: 14px;
  }
  .px-base--xl {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pt-base--xl {
    padding-top: 14px;
  }
  .pb-base--xl {
    padding-bottom: 14px;
  }
  .py-base--xl {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .p-base--xl {
    padding: 14px;
  }
  .ml-base--xl {
    margin-left: 14px;
  }
  .mr-base--xl {
    margin-right: 14px;
  }
  .mx-base--xl {
    margin-left: 14px;
    margin-right: 14px;
  }
  .mt-base--xl {
    margin-top: 14px;
  }
  .mb-base--xl {
    margin-bottom: 14px;
  }
  .my-base--xl {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .m-base--xl {
    margin: 14px;
  }
  .-ml-base--xl {
    margin-left: -14px;
  }
  .-mr-base--xl {
    margin-right: -14px;
  }
  .-mx-base--xl {
    margin-left: -14px;
    margin-right: -14px;
  }
  .-mt-base--xl {
    margin-top: -14px;
  }
  .-mb-base--xl {
    margin-bottom: -14px;
  }
  .-my-base--xl {
    margin-top: -14px;
    margin-bottom: -14px;
  }
  .-m-base--xl {
    margin: -14px;
  }
  .pl-md--xl {
    padding-left: 28px;
  }
  .pr-md--xl {
    padding-right: 28px;
  }
  .px-md--xl {
    padding-left: 28px;
    padding-right: 28px;
  }
  .pt-md--xl {
    padding-top: 28px;
  }
  .pb-md--xl {
    padding-bottom: 28px;
  }
  .py-md--xl {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .p-md--xl {
    padding: 28px;
  }
  .ml-md--xl {
    margin-left: 28px;
  }
  .mr-md--xl {
    margin-right: 28px;
  }
  .mx-md--xl {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mt-md--xl {
    margin-top: 28px;
  }
  .mb-md--xl {
    margin-bottom: 28px;
  }
  .my-md--xl {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .m-md--xl {
    margin: 28px;
  }
  .-ml-md--xl {
    margin-left: -28px;
  }
  .-mr-md--xl {
    margin-right: -28px;
  }
  .-mx-md--xl {
    margin-left: -28px;
    margin-right: -28px;
  }
  .-mt-md--xl {
    margin-top: -28px;
  }
  .-mb-md--xl {
    margin-bottom: -28px;
  }
  .-my-md--xl {
    margin-top: -28px;
    margin-bottom: -28px;
  }
  .-m-md--xl {
    margin: -28px;
  }
  .pl-lg--xl {
    padding-left: 42px;
  }
  .pr-lg--xl {
    padding-right: 42px;
  }
  .px-lg--xl {
    padding-left: 42px;
    padding-right: 42px;
  }
  .pt-lg--xl {
    padding-top: 42px;
  }
  .pb-lg--xl {
    padding-bottom: 42px;
  }
  .py-lg--xl {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .p-lg--xl {
    padding: 42px;
  }
  .ml-lg--xl {
    margin-left: 42px;
  }
  .mr-lg--xl {
    margin-right: 42px;
  }
  .mx-lg--xl {
    margin-left: 42px;
    margin-right: 42px;
  }
  .mt-lg--xl {
    margin-top: 42px;
  }
  .mb-lg--xl {
    margin-bottom: 42px;
  }
  .my-lg--xl {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .m-lg--xl {
    margin: 42px;
  }
  .-ml-lg--xl {
    margin-left: -42px;
  }
  .-mr-lg--xl {
    margin-right: -42px;
  }
  .-mx-lg--xl {
    margin-left: -42px;
    margin-right: -42px;
  }
  .-mt-lg--xl {
    margin-top: -42px;
  }
  .-mb-lg--xl {
    margin-bottom: -42px;
  }
  .-my-lg--xl {
    margin-top: -42px;
    margin-bottom: -42px;
  }
  .-m-lg--xl {
    margin: -42px;
  }
  .pl-xl--xl {
    padding-left: 56px;
  }
  .pr-xl--xl {
    padding-right: 56px;
  }
  .px-xl--xl {
    padding-left: 56px;
    padding-right: 56px;
  }
  .pt-xl--xl {
    padding-top: 56px;
  }
  .pb-xl--xl {
    padding-bottom: 56px;
  }
  .py-xl--xl {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .p-xl--xl {
    padding: 56px;
  }
  .ml-xl--xl {
    margin-left: 56px;
  }
  .mr-xl--xl {
    margin-right: 56px;
  }
  .mx-xl--xl {
    margin-left: 56px;
    margin-right: 56px;
  }
  .mt-xl--xl {
    margin-top: 56px;
  }
  .mb-xl--xl {
    margin-bottom: 56px;
  }
  .my-xl--xl {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .m-xl--xl {
    margin: 56px;
  }
  .-ml-xl--xl {
    margin-left: -56px;
  }
  .-mr-xl--xl {
    margin-right: -56px;
  }
  .-mx-xl--xl {
    margin-left: -56px;
    margin-right: -56px;
  }
  .-mt-xl--xl {
    margin-top: -56px;
  }
  .-mb-xl--xl {
    margin-bottom: -56px;
  }
  .-my-xl--xl {
    margin-top: -56px;
    margin-bottom: -56px;
  }
  .-m-xl--xl {
    margin: -56px;
  }
}
.w-1_2 {
  width: 50%;
}
.w-1_4 {
  width: 25%;
}
.w-1_6 {
  width: -webkit-calc(1 / 6 * 100%);
  width: calc(1 / 6 * 100%);
}
.w-2_6 {
  width: -webkit-calc(2 / 6 * 100%);
  width: calc(2 / 6 * 100%);
}
.w-3_6 {
  width: -webkit-calc(3 / 6 * 100%);
  width: calc(3 / 6 * 100%);
}
.w-4_6 {
  width: -webkit-calc(4 / 6 * 100%);
  width: calc(4 / 6 * 100%);
}
.w-5_6 {
  width: -webkit-calc(5 / 6 * 100%);
  width: calc(5 / 6 * 100%);
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.h-10 {
  height: 10px;
}
.h-15 {
  height: 15px;
}
.h-20 {
  height: 20px;
}
.h-25 {
  height: 25px;
}
.h-30 {
  height: 30px;
}
.h-35 {
  height: 35px;
}
.h-40 {
  height: 40px;
}
.h-45 {
  height: 45px;
}
.h-50 {
  height: 50px;
}
.h-55 {
  height: 55px;
}
.h-60 {
  height: 60px;
}
@media screen and (min-width: 992px) {
  .w-auto--md {
    width: auto;
  }
  .h-20--md {
    height: 20px;
  }
  .h-30--md {
    height: 30px;
  }
  .h-40--md {
    height: 40px;
  }
  .h-50--md {
    height: 50px;
  }
  .h-60--md {
    height: 60px;
  }
  .h-70--md {
    height: 70px;
  }
  .h-80--md {
    height: 80px;
  }
  .h-90--md {
    height: 90px;
  }
  .h-100--md {
    height: 100px;
  }
  .h-110--md {
    height: 110px;
  }
  .h-120--md {
    height: 120px;
  }
}
/*
  * Components
  */
/*
 * Bootstrap Grid System
 */
.container {
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 734px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 954px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1154px;
  }
}
.container-fluid {
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -7px;
  margin-left: -7px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row > div {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.row > .col-sm-10-2 {
  float: left;
  padding-right: 7px;
  padding-left: 7px;
}
@media (min-width: 768px) {
  .col-sm-10-2 {
    width: 20%;
  }
  .sm-t-c {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .col-md-10-2 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-10-2 {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .col-xs-10-2 {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .col-sm-10-2 {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .col-md-10-2 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .col-lg-10-2 {
    width: 20%;
  }
}
/*
 * Components
 */
/* =============================================================================
   Animate
   ========================================================================== */
.animating-play-once {
  animation-iteration-count: 1 !important;
  -webkit-animation-iteration-count: 1 !important;
}
.animating-play-repaly {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.animating-stop {
  animation-iteration-count: 0;
  -webkit-animation-iteration-count: 0;
}
/* Zoom In Out */
.animating {
  animation: zoomInOut 0.3s linear;
  -webkit-animation: zoomInOut 0.3s linear;
  -ms-transform-origin: center center;
      transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
}
@keyframes zoomInOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  50% {
    opacity: 0.85;
    -moz-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    -o-transform: scale(0.85, 0.85);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  50% {
    opacity: 0.85;
    -moz-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    -o-transform: scale(0.85, 0.85);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
/* Loading Scale */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* refresh */
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 * 鼠标hover动画效果
 */
/* =============================================================================
   Badges
   ========================================================================== */
.badge {
  display: inline-block;
  color: #fff;
  background-color: #777777;
  min-width: 7px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}
.badge-full {
  display: block;
}
.badge-primary {
  background-color: #ff3246;
  color: #86000D;
}
.badge-success {
  background-color: #c2e4c3;
  color: #4caf50;
}
.badge-warning {
  background-color: #fef2d5;
  color: #fbc02d;
}
.badge-error {
  background-color: #fddddb;
  color: #F44339;
}
/* =============================================================================
   Checkbox && Radio Button
   ========================================================================== */
/* ------
@chooses-size:20px;
@chooses-color: @site-base;
----- */
.btn-chooses {
  background-color: #ffffff;
}
.btn-chooses .btn-choose:not(:last-child) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-choose-square .btn-choose-mark:before {
  content: "\e63c";
}
.btn-choose-square .btn-choose-mark:after {
  content: "\e61a";
}
.btn-choose-round .btn-choose-mark:before {
  content: "\e6d4";
}
.btn-choose-round .btn-choose-mark:after {
  content: "\e6ab";
}
.btn-choose {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  min-height: 16px;
  padding-left: 21px;
  display: block;
  text-align: left;
  position: relative;
}
.btn-choose.disabled {
  cursor: default;
  color: #333333;
}
.btn-choose.disabled .btn-choose-mark:before {
  opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
  color: #333333 !important;
}
.btn-choose.disabled .btn-choose-mark:after {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.btn-choose.disabled > .btn-choose-input {
  visibility: hidden;
  position: absolute;
}
.btn-choose.disabled > .btn-choose-input:checked + .btn-choose-mark:before {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.btn-choose.disabled > .btn-choose-input:checked + .btn-choose-mark:after {
  opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
  color: #333333 !important;
}
.btn-choose .btn-choose-mark {
  display: block;
}
.btn-choose .btn-choose-mark:before,
.btn-choose .btn-choose-mark:after {
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.5, 1);
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.5, 1);
}
.btn-choose > .btn-choose-mark {
  visibility: visible;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 16px;
}
.btn-choose > .btn-choose-mark:before {
  animation: zoomInOut 0.3s linear;
  -webkit-animation: zoomInOut 0.3s linear;
  -ms-transform-origin: center center;
      transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
}
.btn-choose > .btn-choose-mark:after {
  color: #86000D;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-choose > .btn-choose-input {
  visibility: hidden;
  position: absolute;
}
.btn-choose > .btn-choose-input:checked + .btn-choose-mark:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-choose > .btn-choose-input:checked + .btn-choose-mark:after {
  opacity: 1;
  filter: alpha(opacity=100);
  animation: zoomInOut 0.3s linear;
  -webkit-animation: zoomInOut 0.3s linear;
  -ms-transform-origin: center center;
      transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  color: #86000D;
}
.btn-choose-disabled {
  cursor: default;
  color: #333333;
}
.btn-choose-disabled .btn-choose-mark:before {
  opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
  color: #333333 !important;
}
.btn-choose-disabled .btn-choose-mark:after {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.btn-choose-disabled > .btn-choose-input {
  visibility: hidden;
  position: absolute;
}
.btn-choose-disabled > .btn-choose-input:checked + .btn-choose-mark:before {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.btn-choose-disabled > .btn-choose-input:checked + .btn-choose-mark:after {
  opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
  color: #333333 !important;
}
/* =============================================================================
   Switch
   ========================================================================== */
.form-switch {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 48px;
  height: 25.33333333px;
  line-height: 25.33333333px;
  margin-bottom: 0;
}
.form-item.form-item-switch {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 25.33333333px;
}
.form-item.form-item-switch:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.form-switch-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0.001;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-switch-input:checked + .form-switch-toggle {
  background-color: #86000D;
}
.form-switch-input:checked + .form-switch-toggle:before {
  -webkit-transform: translateX(23.2px);
      -ms-transform: translateX(23.2px);
          transform: translateX(23.2px);
}
.form-switch-input:not(:checked) + .form-switch-toggle:before {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.form-switch-input:disabled + .form-switch-toggle {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
}
.form-switch-input:disabled + .form-switch-toggle:before {
  background-color: #f2f2f2;
}
.form-switch-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  background-color: #e2e2e2;
  border-radius: 16px;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.form-switch-toggle,
.form-switch-toggle:before {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
.form-switch-toggle:before {
  content: "";
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f2f3));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f2f3));
  background: linear-gradient(to bottom, #ffffff 0%, #f1f2f3 100%);
  -webkit-box-shadow: 0 1px 1px #FFFFFF inset 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px #FFFFFF inset 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) 3px 5px rgba(0, 0, 0, 0.5);
  border-radius: 21.33333333px;
  height: 21.33333333px;
  width: 21.33333333px;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.5, 1);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.5, 1);
}
/* =============================================================================
   Labels
   ========================================================================== */
.labels {
  padding-bottom: 15px;
}
.labels .label {
  margin-right: 3px;
}
.label {
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid transparent;
  padding: 0.3em 0.8em;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-size: 12px;
  line-height: 1;
}
.label p {
  color: inherit;
}
.label.label-base {
  background-color: #86000D;
  border-color: #86000D;
}
.label.label-base > i {
  color: inherit;
}
.label.label-success {
  background-color: #4caf50;
  color: #ffffff;
}
.label.label-info {
  background-color: #03a9f4;
  color: #ffffff;
}
.label.label-fail {
  background-color: #F44339;
  color: #ffffff;
}
.label.label-warning {
  background-color: #fbc02d;
  color: #ffffff;
}
.label > i {
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-size: 102%;
  margin-top: 3px;
}
/* =============================================================================
   Media Item
   ========================================================================== */
/* Images */
img.img-m {
  width: 32px;
  height: auto;
}
img.img-s {
  width: 64px;
  height: auto;
}
img.img-n {
  width: 128px;
  height: auto;
}
img.img-l {
  width: 256px;
  height: auto;
}
img.img-desaturate {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
img.img-radius {
  border-radius: 5px;
}
img.img-circle {
  border-radius: 50%;
}
img.img-thumbnail {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  border: 0 none;
  -webkit-box-shadow: 0 1px 2px rgba(164, 158, 147, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(164, 158, 147, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  padding: 7px;
}
img.img-thumbnail.img-radius {
  border-radius: 12px;
}
img.img-shadow {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.media-oneline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.media-oneline img {
  display: block;
  max-width: unset;
  height: auto;
}
.media-oneline .media-body {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.media-oneline .media-body p {
  margin-bottom: 0;
  margin-top: 7px;
}
.media:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.media .media-i img {
  max-width: 100%;
  height: auto;
}
.media .media-i .btn-s {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.media .media-i .btn-n {
  width: 128px;
  height: 128px;
  line-height: 114px;
  font-size: 32px;
}
.media .media-i .btn-l {
  width: 256px;
  height: 256px;
}
.media-s img,
.media-n img,
.media-l img {
  width: 100%;
}
.media-s .media-i {
  width: 64px;
}
.media-n .media-i {
  width: 128px;
}
.media-l .media-i {
  width: 256px;
}
.video-conrainer {
  position: relative;
}
.video-conrainer .video-controls .play-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-conrainer .video-controls .paused {
  display: none;
}
.video-conrainer .play-pause {
  border-radius: 50% !important;
  width: 49px;
  height: 49px;
  line-height: 49px;
  padding: 0;
  margin: 0;
}
.video-conrainer .play-pause:before {
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  font-size: 175%;
  content: "\e603";
}
.video-conrainer .paused:before {
  content: "\e79f";
}
/**
 * responsive image
 */
.wrapper-image {
  height: 0;
  overflow: hidden !important;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.wrapper-image img {
  width: 100%;
  position: absolute;
}
.wrapper-image.ratio-2-1 {
  padding-bottom: 50%;
}
/* =============================================================================
   Message
   ========================================================================== */
.messages {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  border-color: #c9e1bd #c9e1bd #c9e1bd #325e1c;
  color: #325e1c;
  opacity: 0.85;
  filter: alpha(opacity=85);
  background-color: #fcf8e3;
  border-radius: 4px 4px 4px 4px;
  padding-right: 28px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px 1px 1px 5px;
}
.messages a,
.messages .btn-close {
  color: #325e1c;
}
.messages.messages,
.messages.message {
  background-color: #f3faef;
}
.messages pre,
.messages p {
  margin-bottom: 0;
}
.messages a {
  font-weight: bold;
}
.messages a:hover {
  color: #333333;
}
.messages .btn-close {
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  top: -5px;
  right: -14px;
  font-size: 21px;
  color: inherit;
  float: right;
}
.message {
  border: none;
}
.status {
  border-color: #c9e1bd #c9e1bd #c9e1bd #325e1c;
  color: #325e1c;
}
.status a,
.status .btn-close {
  color: #325e1c;
}
.status.messages,
.status.message {
  background-color: #f3faef;
}
.info {
  border-color: #bce8f1 #bce8f1 #bce8f1 #31708f;
  color: #31708f;
}
.info a,
.info .btn-close {
  color: #31708f;
}
.info.messages,
.info.message {
  background-color: #d9edf7;
}
.warning {
  border-color: #f4daa6 #f4daa6 #f4daa6 #734c00;
  color: #734c00;
}
.warning a,
.warning .btn-close {
  color: #734c00;
}
.warning.messages,
.warning.message {
  background-color: #fdf8ed;
}
.error {
  background-color: #fcf4f2;
  border-color: #f9c9bf #f9c9bf #f9c9bf #e62600;
  color: #a51b00;
}
.error a,
.error .btn-close {
  color: #a51b00;
}
.error.messages,
.error.message {
  background-color: #fcf4f2;
}
.message-state {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  clear: both;
  font-size: 16px;
  color: #777777;
  text-align: center;
}
.message-state .icon {
  margin-bottom: 14px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 300%;
}
.message-state-error {
  color: #325e1c;
}
/* =============================================================================
   Navbar
   ========================================================================== */
.navbar .nav-menu {
  display: block;
}
.navbar .nav-menu li {
  float: left;
  margin-bottom: 0;
}
.navbar .nav-menu li a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
  display: block;
  color: #fff;
  font-size: 16px;
}
.navbar .nav-u li {
  margin-left: 7px;
  float: left;
}
.navbar-one .nav-logo {
  position: relative;
}
.navbar-one .nav-logo img {
  width: 42px;
}
.navbar-one .nav-name {
  display: block;
  line-height: 1;
  width: 100%;
  font-size: 24px;
}
.navbar-one .nav-name a {
  line-height: inherit;
}
.navbar-one .nav-slogan {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.navbar-one .nav-menu li a {
  color: #ffffff;
}
.navbar-one .nav-menu li a:hover {
  color: #410006;
}
/* -----------------------
   Navbar Toggle
----------------------- */
.btn-hide-navbar {
  border-radius: 50% 0 50% 50%;
  position: fixed;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding: 0;
}
.btn-hide-navbar:before {
  content: "开导航";
}
.open-navbar .btn-hide-navbar:before {
  content: "收导航";
}
/* =============================================================================
   Labels
   ========================================================================== */
.notices {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #ffffff;
  border: 1px solid transparent;
  vertical-align: baseline;
}
.notices:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.notices p {
  margin-top: 7px;
  margin-bottom: 7px;
}
.notices .btn {
  padding-right: 28px;
  padding-left: 28px;
}
.notices.notices-base {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.notices.notices-base > i {
  color: inherit;
}
.notices.notices-base p {
  color: inherit;
}
.notices.notices-success {
  background-color: #4caf50;
  color: #ffffff;
}
.notices.notices-success p {
  color: inherit;
}
.notices.notices-info {
  background-color: #03a9f4;
  color: #ffffff;
}
.notices.notices-info p {
  color: inherit;
}
.notices.notices-fail {
  background-color: #F44339;
  color: #ffffff;
}
.notices.notices-fail p {
  color: inherit;
}
.notices.notices-warning {
  background-color: #fbc02d;
  color: #ffffff;
}
.notices.notices-warning p {
  color: inherit;
}
.notices > i {
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-size: 102%;
  margin-top: 3px;
}
/* =============================================================================
   Pager
   ========================================================================== */
.pager .pager-items {
  display: inline-block;
}
.pager .pager-items .pager-item {
  display: inline;
}
.pager .pager-items .pager-item a {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
  border: 1px solid #cb0014;
  display: block;
  float: left;
  font-size: 12px;
  margin-left: -1px;
  line-height: 1;
}
.pager .pager-items .pager-item a:hover,
.pager .pager-items .pager-item a:focus,
.pager .pager-items .pager-item a.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.pager .pager-items .pager-item a.disabled,
.pager .pager-items .pager-item a[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
.pager .pager-items .pager-item a:hover {
  background-color: #cb0014;
}
.pager .pager-items .pager-item a.active {
  background-color: transparent;
  color: #86000D;
}
.pager .pager-items .pager-item.is-active a {
  background-color: transparent;
  color: #86000D;
}
.pager .pager-items .pager-item:first-child a {
  border-radius: 3px 0 0 3px;
}
.pager .pager-items .pager-item:last-child a {
  border-radius: 0 3px 3px 0;
}
.pager .pager-items .pager-item-ellipsis {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 14px;
  padding-left: 14px;
  float: left;
  border: 1px solid #86000D;
  margin-left: -1px;
}
@media (max-width: 768px) {
  .pager .pager-items {
    display: block;
  }
  .pager .pager-items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .pager .pager-items .pager-item {
    width: 25%;
    float: left;
    margin-right: -1px;
  }
  .pager .pager-items .pager-item a {
    width: 100%;
    padding: 7px;
    float: none;
  }
  .pager .pager-items .pager-item-number {
    display: none;
  }
  .pager .pager-items:first-child a {
    border-radius: 3px 3px 0 0;
  }
  .pager .pager-items:last-child a {
    border-radius: 0 0 3px 3px;
  }
}
/* =============================================================================
   Panel Item
   ========================================================================== */
.panel:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.panel .panel-title {
  background-color: #f2f2f2;
  color: #333333;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
}
.panel .panel-body:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.panel .panel-row {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
}
.panel .panel-row-larg {
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 42px;
  padding-top: 42px;
}
.panel .panel-row-larger {
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 56px;
  padding-top: 56px;
}
.panel-card {
  border-radius: 5px;
  border: #e5e5e5;
  background-color: #e2e2e2;
}
.panel-card .panel-title {
  border-radius: 5px 5px 0 0;
  border-bottom: #e5e5e5;
}
.panel-card .panel-body {
  border-radius: 0 0 5px 5px;
}
.panel-card .panel-bar {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
  position: relative;
}
.panel-talk .talk-bottom {
  margin-bottom: 21px;
}
.panel-talk .talk-bottom:before {
  left: 50%;
}
body.panels-ipe-active [data-aos] {
  opacity: 1 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transform: initial !important;
      -ms-transform: initial !important;
          transform: initial !important;
}
/* =============================================================================
   Progress
   -- @progress-height
   -- @progress-color
   -- @progress-border
   -- @progress-track-bg
   -- @progress-bar-bg
   ========================================================================== */
.progress .progress-label {
  margin-bottom: 3px;
  font-weight: bold;
  padding-left: 3px;
}
.progress .progress-track {
  border-radius: 4px;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}
.progress .progress-track .progress-bar {
  border-radius: 4px;
  background-color: #86000D;
  height: 21px;
}
.progress .progress-percentage {
  padding-right: 7px;
  padding-left: 7px;
  color: #ffffff;
  position: absolute;
  line-height: 21px;
}
.progress .progress-description {
  color: #777777;
  padding: 3px;
}
/* ========================================
   Card Display
   ======================================== */
.talk {
  border-radius: 5px;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  padding: 10px 20px;
}
.talk.talk-left,
.talk.talk-top,
.talk.talk-bottom {
  position: relative;
  background-color: #eeeeee;
  overflow: visible;
}
.talk.talk-left:before,
.talk.talk-top:before,
.talk.talk-bottom:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #eeeeee;
  background-image: -webkit-linear-gradient(45deg, #eeeeee, #eeeeee 50%, transparent 50%);
  background-image: linear-gradient(45deg, #eeeeee, #eeeeee 50%, transparent 50%);
  background-color: transparent;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}
.talk.talk-left {
  margin-left: 1.5px;
}
.talk.talk-left:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  border-width: 0 0 1px 1px;
  margin-left: 9px;
  margin-top: 9px;
}
.talk.talk-bottom {
  margin-bottom: 1.5px;
}
.talk.talk-bottom:before {
  border-width: 0 0 1px 1px;
  bottom: -6px;
  left: 28px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.talk.talk-top {
  margin-top: 15px;
}
.talk.talk-top:before {
  top: 0;
  left: 20px;
  margin-top: -5.9px;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*
  * Drupal
  */
/*
 * System
 */
/* Blocks */
.block {
  /**
   * remove block default margin bottom, the component already have spacer
   */
  position: relative;
}
.block:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.block .block-title {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.block .block-title hr {
  border: none;
  border-left: 2px solid #86000D;
  margin-right: 14px;
  margin-left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: 0.6s 0.5s linear;
  transition: 0.6s 0.5s linear;
}
.block .block-title-nb {
  border: none;
}
.block.block-row-mz {
  margin: 0;
}
.block.block-row-pz {
  padding: 0;
}
.block.block-row-pb {
  padding-bottom: 28px;
}
.block.block-row-pt {
  padding-top: 28px;
}
.block.block-row-mb {
  margin-bottom: 56px;
}
.block.block-row-mt {
  margin-top: 56px;
}
.block .inner.inner-pz {
  padding: 0;
}
/* Theme Blocks */
.breadcrumb {
  margin-top: 14px;
  margin-bottom: 14px;
}
.breadcrumb .list-breadcrumb {
  padding-top: 7px;
  padding-bottom: 7px;
}
.breadcrumb .list-breadcrumb:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/* Field */
.field .field-inside {
  padding-left: 3px;
  padding-right: 3px;
}
.field .field-inside:after {
  display: none;
}
.field-label-inline .field-label {
  display: inline-block;
}
.field-label-inline .field-items {
  display: inline-block;
}
.field-label-inline .field-item {
  display: inline-block;
}
/* Element */
.description {
  color: #777777;
  font-size: 12px;
  padding: 3px 0 5px 0;
}
.form-element {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  display: block;
  padding: 7px 7px;
  line-height: 32px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s 0.5s linear;
  transition: border-color ease-in-out 0.15s 0.5s linear;
}
.form-element:hover {
  border-color: #bbbbbb;
}
.form-element:focus {
  outline: 0;
  border-color: #86000D;
}
.form-element[disabled],
.form-element.disabled {
  background-color: rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed !important;
}
.form-element[disabled]::-webkit-input-placeholder, .form-element.disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-element[disabled]::-moz-placeholder, .form-element.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-element[disabled]:-ms-input-placeholder, .form-element.disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-element[disabled]::-ms-input-placeholder, .form-element.disabled::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-element[disabled]::placeholder,
.form-element.disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-element.info {
  color: #03a9f4;
}
.form-element.info:hover {
  border-color: #a4e2fe;
}
.form-element.info:focus {
  border-color: #03a9f4;
  color: #03a9f4;
}
.form-element.success {
  color: #4caf50;
}
.form-element.success:hover {
  border-color: #c2e4c3;
}
.form-element.success:focus {
  border-color: #4caf50;
  color: #4caf50;
}
.form-element.error {
  color: #F44339;
}
.form-element.error:hover {
  border-color: #fddddb;
}
.form-element.error:focus {
  border-color: #F44339;
  color: #F44339;
}
.form-element.warning {
  color: #fbc02d;
}
.form-element.warning:hover {
  border-color: #fbc02d;
}
.form-element.warning:focus {
  border-color: #fbc02d;
  color: #fbc02d;
}
.form-element.form-element-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.form-element.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
.form-element.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
.form-element-shadow {
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
}
.form-element-shadow:hover {
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
}
.form-element-shadow:focus {
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
}
.form-element-radius {
  border-radius: 3px;
}
.form-element-full {
  width: 100%;
}
.form-element-circle,
.form-element.form-element-circle,
input.form-file.form-element-circle,
input.form-number.form-element-circle,
input.form-email.form-element-circle,
input.form-text.form-element-circle,
select.form-select.form-element-circle,
textarea.form-textarea.form-element-circle,
.file--image.form-element-circle {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 32px / 2;
}
.form-element-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
/* input */
input.form-file {
  text-align: left;
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  display: block;
  padding: 7px 7px;
  line-height: 32px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s 0.5s linear;
  transition: border-color ease-in-out 0.15s 0.5s linear;
  height: 32px;
  margin-right: 7px;
  padding-top: 3px;
}
input.form-file:hover {
  border-color: #bbbbbb;
}
input.form-file:focus {
  outline: 0;
  border-color: #86000D;
}
input.form-file[disabled],
input.form-file.disabled {
  background-color: rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed !important;
}
input.form-file[disabled]::-webkit-input-placeholder, input.form-file.disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-file[disabled]::-moz-placeholder, input.form-file.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-file[disabled]:-ms-input-placeholder, input.form-file.disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-file[disabled]::-ms-input-placeholder, input.form-file.disabled::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-file[disabled]::placeholder,
input.form-file.disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-file.info {
  color: #03a9f4;
}
input.form-file.info:hover {
  border-color: #a4e2fe;
}
input.form-file.info:focus {
  border-color: #03a9f4;
  color: #03a9f4;
}
input.form-file.success {
  color: #4caf50;
}
input.form-file.success:hover {
  border-color: #c2e4c3;
}
input.form-file.success:focus {
  border-color: #4caf50;
  color: #4caf50;
}
input.form-file.error {
  color: #F44339;
}
input.form-file.error:hover {
  border-color: #fddddb;
}
input.form-file.error:focus {
  border-color: #F44339;
  color: #F44339;
}
input.form-file.warning {
  color: #fbc02d;
}
input.form-file.warning:hover {
  border-color: #fbc02d;
}
input.form-file.warning:focus {
  border-color: #fbc02d;
  color: #fbc02d;
}
input.form-file.form-element-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
input.form-file.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
input.form-file.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
input.form-file::-webkit-file-upload-button {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  background-color: #cb0014;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 7px;
  position: absolute;
  right: 3px;
  top: 3px;
}
input.form-file::-webkit-file-upload-button .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
input.form-file::-webkit-file-upload-button i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
input.form-file::-webkit-file-upload-button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
input.form-file::-webkit-file-upload-button:hover,
input.form-file::-webkit-file-upload-button:focus,
input.form-file::-webkit-file-upload-button.focus {
  text-decoration: none;
}
input.form-file::-webkit-file-upload-button:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
input.form-file::-webkit-file-upload-button:active,
input.form-file::-webkit-file-upload-button.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
input.form-file::-webkit-file-upload-button.disabled,
input.form-file::-webkit-file-upload-button[disabled],
fieldset[disabled] input.form-file::-webkit-file-upload-button {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
input.form-file::-webkit-file-upload-button.disabled:hover,
input.form-file::-webkit-file-upload-button[disabled]:hover,
fieldset[disabled] input.form-file::-webkit-file-upload-button:hover {
  background-color: none;
  border-color: none;
}
input.form-file::-webkit-file-upload-button.disabled:before,
input.form-file::-webkit-file-upload-button[disabled]:before,
fieldset[disabled] input.form-file::-webkit-file-upload-button:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
input.form-file::-webkit-file-upload-button.btn-clear {
  padding: 0;
}
input.form-file::-webkit-file-upload-button.btn-clear:after {
  display: none;
}
input.form-file:hover::-webkit-file-upload-button {
  background-color: #86000D;
}
input.form-number {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  display: block;
  padding: 7px 7px;
  line-height: 32px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s 0.5s linear;
  transition: border-color ease-in-out 0.15s 0.5s linear;
  height: 32px;
}
input.form-number:hover {
  border-color: #bbbbbb;
}
input.form-number:focus {
  outline: 0;
  border-color: #86000D;
}
input.form-number[disabled],
input.form-number.disabled {
  background-color: rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed !important;
}
input.form-number[disabled]::-webkit-input-placeholder, input.form-number.disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-number[disabled]::-moz-placeholder, input.form-number.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-number[disabled]:-ms-input-placeholder, input.form-number.disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-number[disabled]::-ms-input-placeholder, input.form-number.disabled::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-number[disabled]::placeholder,
input.form-number.disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-number.info {
  color: #03a9f4;
}
input.form-number.info:hover {
  border-color: #a4e2fe;
}
input.form-number.info:focus {
  border-color: #03a9f4;
  color: #03a9f4;
}
input.form-number.success {
  color: #4caf50;
}
input.form-number.success:hover {
  border-color: #c2e4c3;
}
input.form-number.success:focus {
  border-color: #4caf50;
  color: #4caf50;
}
input.form-number.error {
  color: #F44339;
}
input.form-number.error:hover {
  border-color: #fddddb;
}
input.form-number.error:focus {
  border-color: #F44339;
  color: #F44339;
}
input.form-number.warning {
  color: #fbc02d;
}
input.form-number.warning:hover {
  border-color: #fbc02d;
}
input.form-number.warning:focus {
  border-color: #fbc02d;
  color: #fbc02d;
}
input.form-number.form-element-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
input.form-number.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
input.form-number.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
input.form-email {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  display: block;
  padding: 7px 7px;
  line-height: 32px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s 0.5s linear;
  transition: border-color ease-in-out 0.15s 0.5s linear;
  height: 32px;
}
input.form-email:hover {
  border-color: #bbbbbb;
}
input.form-email:focus {
  outline: 0;
  border-color: #86000D;
}
input.form-email[disabled],
input.form-email.disabled {
  background-color: rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed !important;
}
input.form-email[disabled]::-webkit-input-placeholder, input.form-email.disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-email[disabled]::-moz-placeholder, input.form-email.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-email[disabled]:-ms-input-placeholder, input.form-email.disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-email[disabled]::-ms-input-placeholder, input.form-email.disabled::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-email[disabled]::placeholder,
input.form-email.disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-email.info {
  color: #03a9f4;
}
input.form-email.info:hover {
  border-color: #a4e2fe;
}
input.form-email.info:focus {
  border-color: #03a9f4;
  color: #03a9f4;
}
input.form-email.success {
  color: #4caf50;
}
input.form-email.success:hover {
  border-color: #c2e4c3;
}
input.form-email.success:focus {
  border-color: #4caf50;
  color: #4caf50;
}
input.form-email.error {
  color: #F44339;
}
input.form-email.error:hover {
  border-color: #fddddb;
}
input.form-email.error:focus {
  border-color: #F44339;
  color: #F44339;
}
input.form-email.warning {
  color: #fbc02d;
}
input.form-email.warning:hover {
  border-color: #fbc02d;
}
input.form-email.warning:focus {
  border-color: #fbc02d;
  color: #fbc02d;
}
input.form-email.form-element-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
input.form-email.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
input.form-email.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
input.form-text {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  display: block;
  padding: 7px 7px;
  line-height: 32px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s 0.5s linear;
  transition: border-color ease-in-out 0.15s 0.5s linear;
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
}
input.form-text:hover {
  border-color: #bbbbbb;
}
input.form-text:focus {
  outline: 0;
  border-color: #86000D;
}
input.form-text[disabled],
input.form-text.disabled {
  background-color: rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed !important;
}
input.form-text[disabled]::-webkit-input-placeholder, input.form-text.disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-text[disabled]::-moz-placeholder, input.form-text.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-text[disabled]:-ms-input-placeholder, input.form-text.disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-text[disabled]::-ms-input-placeholder, input.form-text.disabled::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-text[disabled]::placeholder,
input.form-text.disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input.form-text.info {
  color: #03a9f4;
}
input.form-text.info:hover {
  border-color: #a4e2fe;
}
input.form-text.info:focus {
  border-color: #03a9f4;
  color: #03a9f4;
}
input.form-text.success {
  color: #4caf50;
}
input.form-text.success:hover {
  border-color: #c2e4c3;
}
input.form-text.success:focus {
  border-color: #4caf50;
  color: #4caf50;
}
input.form-text.error {
  color: #F44339;
}
input.form-text.error:hover {
  border-color: #fddddb;
}
input.form-text.error:focus {
  border-color: #F44339;
  color: #F44339;
}
input.form-text.warning {
  color: #fbc02d;
}
input.form-text.warning:hover {
  border-color: #fbc02d;
}
input.form-text.warning:focus {
  border-color: #fbc02d;
  color: #fbc02d;
}
input.form-text.form-element-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
input.form-text.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
input.form-text.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
input.form-submit {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
input.form-submit .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
input.form-submit i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
input.form-submit:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
input.form-submit:hover,
input.form-submit:focus,
input.form-submit.focus {
  text-decoration: none;
}
input.form-submit:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
input.form-submit:active,
input.form-submit.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
input.form-submit.disabled,
input.form-submit[disabled],
fieldset[disabled] input.form-submit {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
input.form-submit.disabled:hover,
input.form-submit[disabled]:hover,
fieldset[disabled] input.form-submit:hover {
  background-color: none;
  border-color: none;
}
input.form-submit.disabled:before,
input.form-submit[disabled]:before,
fieldset[disabled] input.form-submit:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
input.form-submit.btn-clear {
  padding: 0;
}
input.form-submit.btn-clear:after {
  display: none;
}
input.form-submit:hover,
input.form-submit:focus,
input.form-submit.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
input.form-submit.disabled,
input.form-submit[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
input.form-search {
  height: 32px;
}
input.image-button {
  background-color: transparent;
}
input.image-button:hover {
  background-color: transparent;
}
.form-checkboxes:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.form-checkboxes .form-type-checkbox {
  float: left;
  margin-right: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-radios:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.form-radios .form-type-radio {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  margin-right: 14px;
}
/* select */
select.form-select {
  -webkit-appearance: none;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  display: block;
  padding: 7px 7px;
  line-height: 32px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s 0.5s linear;
  transition: border-color ease-in-out 0.15s 0.5s linear;
  height: 32px;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(_resources/95d067d9b25fe616d060.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px 10px;
}
select.form-select:hover {
  border-color: #bbbbbb;
}
select.form-select:focus {
  outline: 0;
  border-color: #86000D;
}
select.form-select[disabled],
select.form-select.disabled {
  background-color: rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed !important;
}
select.form-select[disabled]::-webkit-input-placeholder, select.form-select.disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
select.form-select[disabled]::-moz-placeholder, select.form-select.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
select.form-select[disabled]:-ms-input-placeholder, select.form-select.disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
select.form-select[disabled]::-ms-input-placeholder, select.form-select.disabled::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
select.form-select[disabled]::placeholder,
select.form-select.disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
select.form-select.info {
  color: #03a9f4;
}
select.form-select.info:hover {
  border-color: #a4e2fe;
}
select.form-select.info:focus {
  border-color: #03a9f4;
  color: #03a9f4;
}
select.form-select.success {
  color: #4caf50;
}
select.form-select.success:hover {
  border-color: #c2e4c3;
}
select.form-select.success:focus {
  border-color: #4caf50;
  color: #4caf50;
}
select.form-select.error {
  color: #F44339;
}
select.form-select.error:hover {
  border-color: #fddddb;
}
select.form-select.error:focus {
  border-color: #F44339;
  color: #F44339;
}
select.form-select.warning {
  color: #fbc02d;
}
select.form-select.warning:hover {
  border-color: #fbc02d;
}
select.form-select.warning:focus {
  border-color: #fbc02d;
  color: #fbc02d;
}
select.form-select.form-element-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
select.form-select.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
select.form-select.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
select.form-select.form-element-radius {
  border-radius: 3px;
}
select.form-select.form-element-transparent {
  background-image: url(_resources/8e39f5e7b7ec35065adc.svg);
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
select.form-select.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
select.form-select.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
select.form-select[disabled],
select.form-select.disabled {
  background-image: url(_resources/e9c61806792aa4b7e880.svg);
}
select.form-select.form-element-circle {
  background-position: 96% center;
}
/* textarea */
textarea:hover {
  border-color: #bbbbbb;
}
textarea:focus {
  outline: 0;
  border-color: #86000D;
}
textarea.form-textarea {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  display: block;
  padding: 7px 7px;
  line-height: 32px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s 0.5s linear;
  transition: border-color ease-in-out 0.15s 0.5s linear;
  line-height: 150%;
}
textarea.form-textarea:hover {
  border-color: #bbbbbb;
}
textarea.form-textarea:focus {
  outline: 0;
  border-color: #86000D;
}
textarea.form-textarea[disabled],
textarea.form-textarea.disabled {
  background-color: rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed !important;
}
textarea.form-textarea[disabled]::-webkit-input-placeholder, textarea.form-textarea.disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
textarea.form-textarea[disabled]::-moz-placeholder, textarea.form-textarea.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
textarea.form-textarea[disabled]:-ms-input-placeholder, textarea.form-textarea.disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
textarea.form-textarea[disabled]::-ms-input-placeholder, textarea.form-textarea.disabled::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
textarea.form-textarea[disabled]::placeholder,
textarea.form-textarea.disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
textarea.form-textarea.info {
  color: #03a9f4;
}
textarea.form-textarea.info:hover {
  border-color: #a4e2fe;
}
textarea.form-textarea.info:focus {
  border-color: #03a9f4;
  color: #03a9f4;
}
textarea.form-textarea.success {
  color: #4caf50;
}
textarea.form-textarea.success:hover {
  border-color: #c2e4c3;
}
textarea.form-textarea.success:focus {
  border-color: #4caf50;
  color: #4caf50;
}
textarea.form-textarea.error {
  color: #F44339;
}
textarea.form-textarea.error:hover {
  border-color: #fddddb;
}
textarea.form-textarea.error:focus {
  border-color: #F44339;
  color: #F44339;
}
textarea.form-textarea.warning {
  color: #fbc02d;
}
textarea.form-textarea.warning:hover {
  border-color: #fbc02d;
}
textarea.form-textarea.warning:focus {
  border-color: #fbc02d;
  color: #fbc02d;
}
textarea.form-textarea.form-element-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
textarea.form-textarea.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
textarea.form-textarea.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
/* fieldset */
fieldset.form-wrapper legend {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
fieldset.form-wrapper legend .fieldset-legend {
  font-weight: bold;
  font-size: 16px;
}
fieldset.form-wrapper .fieldset-wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/* Form Container */
form .form-wrapper h1,
form .form-wrapper h2,
form .form-wrapper h3,
form .form-wrapper h4,
form .form-wrapper h5,
form .form-wrapper h6 {
  margin-top: 7px;
  margin-bottom: 7px;
}
form .form-item {
  margin-bottom: 14px;
  margin-top: 14px;
}
form .form-item-text-format-value {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
form .form-actions {
  margin-bottom: 14px;
  margin-top: 14px;
}
form .form-actions .form-submit {
  padding: 7px 14px;
  margin-right: 7px;
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
form .form-actions .form-submit:hover,
form .form-actions .form-submit:focus,
form .form-actions .form-submit.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
form .form-actions .form-submit.disabled,
form .form-actions .form-submit[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
form .form-actions #edit-cancel {
  background-color: gray;
  color: #ffffff;
}
form .form-actions #edit-cancel:hover,
form .form-actions #edit-cancel:focus,
form .form-actions #edit-cancel.focus,
form .form-actions #edit-cancel.disabled,
form .form-actions #edit-cancel[disabled] {
  border-color: gray;
  background-color: gray;
  color: #ffffff;
}
form .form-actions p.f-r {
  margin-bottom: 0;
  line-height: 32px;
}
form .form-actions.t-r .form-submit {
  margin-left: 7px;
}
.form-checkboxes .form-type-checkbox {
  float: left;
  margin-right: 14px;
}
.form-checkbox {
  position: relative;
  top: -1px;
}
.form-radios .form-type-radio {
  float: left;
  margin-right: 14px;
}
.form-radio {
  position: relative;
  top: -1px;
}
/* file */
.file--image {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  display: block;
  padding: 7px 7px;
  line-height: 32px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s 0.5s linear;
  transition: border-color ease-in-out 0.15s 0.5s linear;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed !important;
  min-width: 200px;
  max-width: 260px;
  display: inline-block;
  line-height: 1;
}
.file--image:hover {
  border-color: #bbbbbb;
}
.file--image:focus {
  outline: 0;
  border-color: #86000D;
}
.file--image[disabled],
.file--image.disabled {
  background-color: rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed !important;
}
.file--image[disabled]::-webkit-input-placeholder, .file--image.disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.file--image[disabled]::-moz-placeholder, .file--image.disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.file--image[disabled]:-ms-input-placeholder, .file--image.disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.file--image[disabled]::-ms-input-placeholder, .file--image.disabled::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.file--image[disabled]::placeholder,
.file--image.disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.file--image.info {
  color: #03a9f4;
}
.file--image.info:hover {
  border-color: #a4e2fe;
}
.file--image.info:focus {
  border-color: #03a9f4;
  color: #03a9f4;
}
.file--image.success {
  color: #4caf50;
}
.file--image.success:hover {
  border-color: #c2e4c3;
}
.file--image.success:focus {
  border-color: #4caf50;
  color: #4caf50;
}
.file--image.error {
  color: #F44339;
}
.file--image.error:hover {
  border-color: #fddddb;
}
.file--image.error:focus {
  border-color: #F44339;
  color: #F44339;
}
.file--image.warning {
  color: #fbc02d;
}
.file--image.warning:hover {
  border-color: #fbc02d;
}
.file--image.warning:focus {
  border-color: #fbc02d;
  color: #fbc02d;
}
.file--image.form-element-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.file--image.form-element-transparent:hover {
  border-color: #fafbfc;
  color: #fafbfc;
}
.file--image.form-element-transparent:focus {
  border-color: #fbfbfb;
  color: #fbfbfb;
}
.file--image::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.file--image::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.file--image:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.file--image::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.file--image::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.image-widget {
  line-height: 30px;
}
.image-widget img {
  display: block;
  float: left;
  max-width: 50%;
  margin-right: 14px;
}
.image-widget .form-file {
  float: left;
  margin-right: 7px;
}
.image-widget .file--image {
  margin-bottom: 7px;
}
.image-widget .form-submit {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
  margin-right: 7px;
  float: none;
  display: block;
}
.image-widget .form-submit .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.image-widget .form-submit i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.image-widget .form-submit:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.image-widget .form-submit:hover,
.image-widget .form-submit:focus,
.image-widget .form-submit.focus {
  text-decoration: none;
}
.image-widget .form-submit:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.image-widget .form-submit:active,
.image-widget .form-submit.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.image-widget .form-submit.disabled,
.image-widget .form-submit[disabled],
fieldset[disabled] .image-widget .form-submit {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.image-widget .form-submit.disabled:hover,
.image-widget .form-submit[disabled]:hover,
fieldset[disabled] .image-widget .form-submit:hover {
  background-color: none;
  border-color: none;
}
.image-widget .form-submit.disabled:before,
.image-widget .form-submit[disabled]:before,
fieldset[disabled] .image-widget .form-submit:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.image-widget .form-submit.btn-clear {
  padding: 0;
}
.image-widget .form-submit.btn-clear:after {
  display: none;
}
.image-widget .form-submit:hover,
.image-widget .form-submit:focus,
.image-widget .form-submit.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.image-widget .form-submit.disabled,
.image-widget .form-submit[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
/* container */
.container-inline form .form-item {
  float: left;
  margin-right: 7px;
}
.container-inline form .form-item label {
  float: left;
}
.container-inline form .form-item .form-submit {
  float: left;
}
.container-inline form .form-item .form-element {
  float: left;
}
.container-inline form .form-wrapper {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
/* textfield machine */
.form-item-textfield-machine .field-suffix small {
  background-color: #e5e5e5;
  position: relative;
  margin-top: -3px;
  line-height: 150%;
  padding-bottom: 5px;
  padding-top: 8px;
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 0 0 3px 3px;
  display: inline-block;
}
.form-item-textfield-machine .field-suffix small .machine-name-label {
  font-weight: bold;
}
.form-item-textfield-machine .field-suffix small .machine-name-value {
  padding-right: 7px;
  padding-left: 7px;
}
.form-item-textfield-machine .field-suffix small .admin-link .link {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  font-size: inherit;
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
  padding: 2px 7px;
  font-size: 12px;
}
.form-item-textfield-machine .field-suffix small .admin-link .link .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.form-item-textfield-machine .field-suffix small .admin-link .link i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.form-item-textfield-machine .field-suffix small .admin-link .link:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.form-item-textfield-machine .field-suffix small .admin-link .link:hover,
.form-item-textfield-machine .field-suffix small .admin-link .link:focus,
.form-item-textfield-machine .field-suffix small .admin-link .link.focus {
  text-decoration: none;
}
.form-item-textfield-machine .field-suffix small .admin-link .link:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.form-item-textfield-machine .field-suffix small .admin-link .link:active,
.form-item-textfield-machine .field-suffix small .admin-link .link.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.form-item-textfield-machine .field-suffix small .admin-link .link.disabled,
.form-item-textfield-machine .field-suffix small .admin-link .link[disabled],
fieldset[disabled] .form-item-textfield-machine .field-suffix small .admin-link .link {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.form-item-textfield-machine .field-suffix small .admin-link .link.disabled:hover,
.form-item-textfield-machine .field-suffix small .admin-link .link[disabled]:hover,
fieldset[disabled] .form-item-textfield-machine .field-suffix small .admin-link .link:hover {
  background-color: none;
  border-color: none;
}
.form-item-textfield-machine .field-suffix small .admin-link .link.disabled:before,
.form-item-textfield-machine .field-suffix small .admin-link .link[disabled]:before,
fieldset[disabled] .form-item-textfield-machine .field-suffix small .admin-link .link:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.form-item-textfield-machine .field-suffix small .admin-link .link.btn-clear {
  padding: 0;
}
.form-item-textfield-machine .field-suffix small .admin-link .link.btn-clear:after {
  display: none;
}
.form-item-textfield-machine .field-suffix small .admin-link .link:hover,
.form-item-textfield-machine .field-suffix small .admin-link .link:focus,
.form-item-textfield-machine .field-suffix small .admin-link .link.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.form-item-textfield-machine .field-suffix small .admin-link .link.disabled,
.form-item-textfield-machine .field-suffix small .admin-link .link[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
/* managed file */
.form-managed-file:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.form-managed-file .form-file {
  float: left;
  margin-right: 7px;
}
/* datetime group */
.form-datetime {
  background-color: #f2f2f2;
  display: inline-block;
  border-radius: 4px;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 7px;
}
.form-datetime:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.form-datetime .form-item {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 7px;
  margin-right: 7px;
}
/**
 * Password Form Element
 * Password strength indicator.
**/
.form-type-password {
  position: relative;
}
.form-type-password .form-text {
  width: 300px;
  max-width: 100%;
}
.form-type-password .password-strength .password-strength__meter {
  background-color: #d9edf7;
  border-radius: 0 0 3px 3px;
  width: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 4px;
  margin-top: 0;
}
.form-type-password .password-strength .password-strength__meter .password-strength__indicator {
  background-color: #31708f;
}
.form-type-password .password-strength .password-strength__title {
  color: #eeeeee;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 100px;
  width: 200px;
  text-align: right;
}
.form-type-password .password-strength .password-strength__text {
  color: #31708f;
}
.form-type-password div.password-confirm {
  color: #eeeeee;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 100px;
  width: 200px;
  text-align: right;
}
.form-type-password div.password-confirm .ok {
  background-color: transparent;
  color: #325e1c;
}
.form-type-password div.password-confirm .error {
  background-color: transparent;
  color: #a51b00;
}
div.password-suggestions {
  border-radius: 5px;
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  position: relative;
  background-color: #eeeeee;
  overflow: visible;
  margin-top: 15px;
  font-size: 12px;
  line-height: 2;
  color: #734c00;
  font-weight: bold;
}
div.password-suggestions.talk-left,
div.password-suggestions.talk-top,
div.password-suggestions.talk-bottom {
  position: relative;
  background-color: #eeeeee;
  overflow: visible;
}
div.password-suggestions.talk-left:before,
div.password-suggestions.talk-top:before,
div.password-suggestions.talk-bottom:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #eeeeee;
  background-image: -webkit-linear-gradient(45deg, #eeeeee, #eeeeee 50%, transparent 50%);
  background-image: linear-gradient(45deg, #eeeeee, #eeeeee 50%, transparent 50%);
  background-color: transparent;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}
div.password-suggestions.talk-left {
  margin-left: 1.5px;
}
div.password-suggestions.talk-left:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  border-width: 0 0 1px 1px;
  margin-left: 9px;
  margin-top: 9px;
}
div.password-suggestions.talk-bottom {
  margin-bottom: 1.5px;
}
div.password-suggestions.talk-bottom:before {
  border-width: 0 0 1px 1px;
  bottom: -6px;
  left: 28px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.password-suggestions.talk-top {
  margin-top: 15px;
}
div.password-suggestions.talk-top:before {
  top: 0;
  left: 20px;
  margin-top: -5.9px;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
div.password-suggestions:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #eeeeee;
  background-image: -webkit-linear-gradient(45deg, #eeeeee, #eeeeee 50%, transparent 50%);
  background-image: linear-gradient(45deg, #eeeeee, #eeeeee 50%, transparent 50%);
  background-color: transparent;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}
div.password-suggestions:before {
  top: 0;
  left: 20px;
  margin-top: -5.9px;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
div.password-suggestions ul {
  font-weight: normal;
  color: #eeeeee;
  line-height: inherit;
  margin-bottom: 0;
}
/* Search Form */
.search-page-form details,
.search-page-form fieldset {
  clear: both;
}
.search-page-form div.form-item {
  float: left;
}
.search-page-form .form-actions {
  float: left;
  margin-left: 14px;
}
.search-page-form .form-actions .form-submit {
  margin-top: 21px;
}
.search-page-form .form-actions a {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  margin-right: 7px;
  margin-top: 21px;
}
.search-page-form .form-actions a .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.search-page-form .form-actions a i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.search-page-form .form-actions a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.search-page-form .form-actions a:hover,
.search-page-form .form-actions a:focus,
.search-page-form .form-actions a.focus {
  text-decoration: none;
}
.search-page-form .form-actions a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.search-page-form .form-actions a:active,
.search-page-form .form-actions a.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.search-page-form .form-actions a.disabled,
.search-page-form .form-actions a[disabled],
fieldset[disabled] .search-page-form .form-actions a {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.search-page-form .form-actions a.disabled:hover,
.search-page-form .form-actions a[disabled]:hover,
fieldset[disabled] .search-page-form .form-actions a:hover {
  background-color: none;
  border-color: none;
}
.search-page-form .form-actions a.disabled:before,
.search-page-form .form-actions a[disabled]:before,
fieldset[disabled] .search-page-form .form-actions a:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.search-page-form .form-actions a.btn-clear {
  padding: 0;
}
.search-page-form .form-actions a.btn-clear:after {
  display: none;
}
.search-page-form .form-actions a.search-help-link {
  background-color: #f2f2f2;
  color: #fbc02d;
  border-radius: 4px;
}
.search-page-form .form-actions a.search-help-link:before {
  content: "\e88f";
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
  position: relative;
  margin-top: -4px;
  margin-bottom: -3px;
  margin-right: 3px;
  font-size: 150%;
}
.search-page-form #edit-keywords-fieldset .fieldset-wrapper {
  margin-right: -7px;
  margin-left: -7px;
}
.search-page-form #edit-keywords-fieldset .fieldset-wrapper .form-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
@media (min-width: 768px) {
  .search-page-form #edit-keywords-fieldset .fieldset-wrapper .form-item {
    float: left;
    width: 50%;
  }
}
.search-page-form #edit-keywords-fieldset .fieldset-wrapper .form-item .form-element {
  width: 100%;
}
.search-page-form .action .form-submit {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.search-page-form .action .form-submit:hover,
.search-page-form .action .form-submit:focus,
.search-page-form .action .form-submit.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.search-page-form .action .form-submit.disabled,
.search-page-form .action .form-submit[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
/* jquery.ui.button */
/* jquery.ui.dialog */
.ui-dialog {
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  max-height: 80%;
  overflow: hidden;
  overflow-y: auto;
}
.ui-dialog .ui-dialog-title {
  font-size: 16px;
}
.ui-dialog .ui-dialog-buttonpane {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .button {
  margin-left: 7px;
  margin-right: 7px;
}
.ui-dialog {
  background: transparent;
  border: 0;
  position: absolute;
  z-index: 1260;
  padding: 0;
}
@media all and (max-width: 48em) {
  /* 768px */
  .ui-dialog {
    min-width: 92%;
    max-width: 92%;
  }
}
.ui-dialog .ui-dialog-titlebar {
  background: #6b6b6b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 49px 15px 15px;
  /* LTR */
}
.ui-dialog .ui-dialog-title {
  font-size: 1.231em;
  font-weight: 600;
  margin: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.ui-dialog .ui-dialog-titlebar-close {
  border: 3px solid #6b6b6b;
  border-radius: 5px;
  background: none;
  right: 12px;
  /* LTR */
  top: 10px;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  border-color: #fff;
}
.ui-dialog .ui-widget-content.ui-dialog-content {
  background: #fff;
  overflow: auto;
  padding: 1em;
}
.views-ui-dialog .ui-widget-content.ui-dialog-content {
  padding: 0;
}
.ui-dialog .ui-widget-content.ui-dialog-buttonpane {
  background: #f5f5f2;
  /* border-top: 1px solid #bfbfbf; */
  margin: 0;
  padding: 15px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin: 0;
  padding: 0;
  float: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: static;
}
/* Form action buttons are moved in dialogs. Remove empty space. */
.ui-dialog .ui-dialog-content .form-actions {
  padding: 0;
  margin: 0;
}
.ui-dialog .ajax-progress-throbber {
  /* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
  left: 49%;
  /* LTR */
  position: fixed;
  top: 48.5%;
  z-index: 1000;
  background-color: #232323;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  height: 24px;
  opacity: 0.9;
  padding: 4px;
  width: 24px;
}
.ui-dialog .ajax-progress-throbber .throbber,
.ui-dialog .ajax-progress-throbber .message {
  display: none;
}
.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
  position: relative;
}
.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar-close {
  top: 10px;
}
.ui-dialog.ui-dialog-off-canvas .ui-widget-content.ui-dialog-content {
  background: none;
}
/* jquery.ui */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.35);
}
.ui-widget .ui-widget-header {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
.ui-widget .ui-widget-content {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
/* ===========================================================
-- Drupal system Layout Style
-- by wenroo
-------------------------------------------------------------- */
details {
  border-radius: 7px;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
  border: 1px solid #e5e5e5;
}
details:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
details summary {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px #fff;
          box-shadow: 0 1px #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
  text-align: left;
  display: block;
  background-color: #f2f2f2;
}
details summary .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
details summary i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
details summary:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
details summary:hover,
details summary:focus,
details summary.focus {
  text-decoration: none;
}
details summary:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
details summary:active,
details summary.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
details summary.disabled,
details summary[disabled],
fieldset[disabled] details summary {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
details summary.disabled:hover,
details summary[disabled]:hover,
fieldset[disabled] details summary:hover {
  background-color: none;
  border-color: none;
}
details summary.disabled:before,
details summary[disabled]:before,
fieldset[disabled] details summary:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
details summary.btn-clear {
  padding: 0;
}
details summary.btn-clear:after {
  display: none;
}
details .details-wrapper {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
details .details-wrapper fieldset.form-wrapper {
  margin-top: 0;
}
details .details-wrapper fieldset.form-wrapper fieldset {
  border-radius: 7px 7px 0 0;
  background-color: #f2f2f2;
  margin-top: 14px;
}
details .details-wrapper fieldset.form-wrapper fieldset legend .fieldset-legend {
  background-color: #e2e2e2;
  font-size: 14px;
  border-radius: 7px 7px 0 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 14px;
  padding-left: 14px;
  display: block;
}
details .details-wrapper fieldset.form-wrapper fieldset .fieldset-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
}
details[open] summary {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 7px 7px 0 0;
}
/*
 * Basic styles by primary and secondary tabs.
 */
div.tabs {
  margin-top: 14px;
  margin-bottom: 14px;
}
ul.tabs {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 0px 1px 0 #cccccc;
          box-shadow: 0px 0px 1px 0 #cccccc;
  border-radius: 4px;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.tabs li {
  display: block;
  float: left;
  overflow: hidden;
}
ul.tabs li a {
  border-bottom: 2px solid transparent;
  cursor: pointer;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
  min-width: 60px;
}
/* primary menu */
ul.primary {
  margin-bottom: 7px;
}
ul.primary li {
  margin: 1px;
}
ul.primary li a {
  border-radius: 4px;
  padding: 14px 21px;
}
ul.primary li a:hover {
  background-color: #f1f1f1;
}
ul.primary li a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #86000D;
  color: #000000;
}
/* Menu Tasks */
ul.menu-task {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.menu-task li {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
ul.menu-task li a {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: color 0.3s 0.5s linear;
  transition: color 0.3s 0.5s linear;
  width: 100%;
  border: none;
  color: #777777;
}
ul.menu-task li a .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
ul.menu-task li a i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
ul.menu-task li a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
ul.menu-task li a:hover,
ul.menu-task li a:focus,
ul.menu-task li a.focus {
  text-decoration: none;
}
ul.menu-task li a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
ul.menu-task li a:active,
ul.menu-task li a.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
ul.menu-task li a.disabled,
ul.menu-task li a[disabled],
fieldset[disabled] ul.menu-task li a {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
ul.menu-task li a.disabled:hover,
ul.menu-task li a[disabled]:hover,
fieldset[disabled] ul.menu-task li a:hover {
  background-color: none;
  border-color: none;
}
ul.menu-task li a.disabled:before,
ul.menu-task li a[disabled]:before,
fieldset[disabled] ul.menu-task li a:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
ul.menu-task li a.btn-clear {
  padding: 0;
}
ul.menu-task li a.btn-clear:after {
  display: none;
}
ul.menu-task li a.is-active {
  color: #86000D;
}
#menu-task-primary {
  -webkit-box-shadow: inset 0 -2px #e5e5e5 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -2px #e5e5e5 3px 5px rgba(0, 0, 0, 0.5);
}
#menu-task-primary .menu-task li a {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s 0.5s linear;
  -webkit-transition: -webkit-box-shadow 0.3s 0.5s linear;
  transition: -webkit-box-shadow 0.3s 0.5s linear;
  transition: box-shadow 0.3s 0.5s linear;
  transition: box-shadow 0.3s 0.5s linear, -webkit-box-shadow 0.3s 0.5s linear;
  -webkit-box-shadow: inset 0 -2px #e5e5e5 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -2px #e5e5e5 3px 5px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 7px;
  padding-right: 28px;
}
#menu-task-primary .menu-task li a:hover {
  -webkit-box-shadow: inset 0 -2px #777777 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -2px #777777 3px 5px rgba(0, 0, 0, 0.5);
}
#menu-task-primary .menu-task li a.is-active {
  -webkit-box-shadow: inset 0 -2px #86000D 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -2px #86000D 3px 5px rgba(0, 0, 0, 0.5);
}
#menu-task-secondary .menu-task li {
  position: relative;
}
#menu-task-secondary .menu-task li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #86000D;
}
#menu-task-secondary .menu-task li a:hover {
  color: #777777;
}
#menu-task-secondary .menu-task li a.is-active {
  color: #777777;
}
#menu-task-secondary .menu-task li a.is-active:before,
#menu-task-secondary .menu-task li a.is-active:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
  margin-top: -1px;
}
#menu-task-secondary .menu-task li a.is-active:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: #e5e5e5;
}
#menu-task-secondary .menu-task li a.is-active:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #ffffff;
}
/**
 * Reset Pannel default style
 */
#panels-ipe-tray {
  /*fix颜色轮链接颜色为白色的情况*/
  color: #333;
}
#panels-ipe-tray a {
  color: #056dae;
}
#panels-ipe-tray a:hover {
  color: #002a54;
}
#panels-ipe-tray .ipe-tabs-content {
  max-height: 70vh;
  overflow: scroll;
  font-size: 12px;
  line-height: 21px;
}
#panels-ipe-tray .ipe-tabs-content .ipe-category-picker-top {
  overflow: unset;
  width: 100%;
  max-height: none !important;
}
#panels-ipe-tray .ipe-tabs-content .ipe-category-picker-top.active.form-displayed {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#panels-ipe-tray .ipe-tabs-content .ipe-category-picker-top .ipe-block-content-type-info p {
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#panels-ipe-tray .ipe-tabs-content .ipe-category-picker-top > h4 strong {
  font-weight: 700;
  font-size: 21px;
}
#panels-ipe-tray .ipe-tab-wrapper {
  color: #333;
  /* Prevent focus ring being covered by next siblings. */
  /**
 * Overrides styling from system.theme.
 */
  /**
 * 1. Use px units to ensure button text is centered vertically.
 */
  /* Link actions. */
  /**
 * Style a clickable/tappable element as a link. Duplicates the base style for
 * the <a> tag, plus a reset for padding, borders and background.
 */
  /**
 * We've temporarily added the danger button here, bit of a harsh reset but we
 * need it.
 * @todo replace with link--danger.
 * See https://www.drupal.org/node/2123731
 */
  /* See colors.css */
  /* Exceptions */
}
#panels-ipe-tray .ipe-tab-wrapper p {
  margin: 0;
  font-size: inherit;
}
#panels-ipe-tray .ipe-tab-wrapper label {
  padding: 0;
}
#panels-ipe-tray .ipe-tab-wrapper .btn-choose > .btn-choose-input {
  visibility: visible;
  position: relative;
}
#panels-ipe-tray .ipe-tab-wrapper .btn-choose > .btn-choose-mark {
  visibility: hidden;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-tab.active a {
  color: #437d21;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-form .table-wrapper {
  width: 100%;
  margin: 0;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-form .table-wrapper table.field-multiple-table thead tr,
#panels-ipe-tray .ipe-tab-wrapper .ipe-form .table-wrapper table.field-multiple-table thead th {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-form .table-wrapper table.field-multiple-table thead tr h4.label,
#panels-ipe-tray .ipe-tab-wrapper .ipe-form .table-wrapper table.field-multiple-table thead th h4.label {
  padding: 0;
  margin: 0;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-form .table-wrapper table.field-multiple-table tbody tr.draggable {
  background-color: #f3f4ee;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-form .dropbutton-multiple .dropbutton-widget {
  background: none;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-form .dropbutton-multiple .dropbutton-widget .dropbutton {
  list-style: none;
  background: none !important;
  margin: 0;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-form .dropbutton-multiple .dropbutton-widget .dropbutton .dropbutton-toggle {
  border-left: 0;
}
#panels-ipe-tray .ipe-tab-wrapper .ajax-progress.ajax-progress-throbber {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#panels-ipe-tray .ipe-tab-wrapper .ajax-progress.ajax-progress-throbber .message {
  display: none;
}
#panels-ipe-tray .ipe-tab-wrapper .button {
  position: relative;
  /* 1 */
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 1.5em;
  /* 4 */
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f3), to(#e7e7df));
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  font-size: 0.875rem;
  /* 5 */
  font-weight: 600;
  line-height: 21px;
  /* 2 */
  -webkit-appearance: none;
  /* 3 */
  -moz-appearance: none;
  /* 3 */
  -webkit-font-smoothing: antialiased;
  /* 6 */
}
#panels-ipe-tray .ipe-tab-wrapper .button:hover,
#panels-ipe-tray .ipe-tab-wrapper .button:focus {
  text-decoration: none;
  color: #1a1a1a;
  outline: none;
  background-color: #f9f8f6;
  background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfa), to(#e9e9dd));
  background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
}
#panels-ipe-tray .ipe-tab-wrapper .button:hover {
  -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125);
          box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125);
}
#panels-ipe-tray .ipe-tab-wrapper .button:focus {
  z-index: 10;
  border: 1px solid #3ab2ff;
  -webkit-box-shadow: 0 0 0.5em 0.1em hsla(203, 100%, 60%, 0.7);
          box-shadow: 0 0 0.5em 0.1em hsla(203, 100%, 60%, 0.7);
}
#panels-ipe-tray .ipe-tab-wrapper .button:active {
  -webkit-transition: none;
  transition: none;
  border: 1px solid #a6a6a6;
  background-color: #dfdfd9;
  background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f3), to(#e7e7df));
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  -webkit-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2);
          box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2);
}
#panels-ipe-tray .ipe-tab-wrapper .button--primary {
  color: #fff;
  border-color: #1e5c90;
  background-color: #0071b8;
  background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007bc6), to(#0071b8));
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
  text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
#panels-ipe-tray .ipe-tab-wrapper .button--primary:hover,
#panels-ipe-tray .ipe-tab-wrapper .button--primary:focus {
  color: #fff;
  border-color: #1e5c90;
  background-color: #2369a6;
  background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c97ed), to(#1f86c7));
  background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
}
#panels-ipe-tray .ipe-tab-wrapper .button--primary:focus {
  border: 1px solid #1280df;
}
#panels-ipe-tray .ipe-tab-wrapper .button--primary:hover {
  -webkit-box-shadow: 0 1px 2px hsla(203, 10%, 10%, 0.25);
          box-shadow: 0 1px 2px hsla(203, 10%, 10%, 0.25);
}
#panels-ipe-tray .ipe-tab-wrapper .button--primary:active {
  border-color: #144b78;
  background-image: -webkit-linear-gradient(top, #08639b, #0071b8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08639b), to(#0071b8));
  background-image: linear-gradient(to bottom, #08639b, #0071b8);
  -webkit-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2);
          box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2);
}
#panels-ipe-tray .ipe-tab-wrapper .button-action:before {
  margin-left: -0.2em;
  /* LTR */
  padding-right: 0.2em;
  /* LTR */
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  -webkit-font-smoothing: auto;
}
#panels-ipe-tray .ipe-tab-wrapper .no-touchevents .button--small {
  padding: 2px 1em;
  /* 1 */
  font-size: 13px;
  font-size: 0.813rem;
}
#panels-ipe-tray .ipe-tab-wrapper .button:disabled,
#panels-ipe-tray .ipe-tab-wrapper .button:disabled:active,
#panels-ipe-tray .ipe-tab-wrapper .button.is-disabled,
#panels-ipe-tray .ipe-tab-wrapper .button.is-disabled:active {
  cursor: default;
  color: #5c5c5c;
  border-color: #d4d4d4;
  background: #ededed;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
  font-weight: normal;
}
#panels-ipe-tray .ipe-tab-wrapper .link {
  display: inline;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #0074bd;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#panels-ipe-tray .ipe-tab-wrapper .link:hover,
#panels-ipe-tray .ipe-tab-wrapper .link:focus {
  text-decoration: underline;
  color: #008ee6;
}
#panels-ipe-tray .ipe-tab-wrapper .button--danger {
  display: inline;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  color: #c72100;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#panels-ipe-tray .ipe-tab-wrapper .button--danger:hover,
#panels-ipe-tray .ipe-tab-wrapper .button--danger:focus,
#panels-ipe-tray .ipe-tab-wrapper .button--danger:active {
  padding: 0;
  text-decoration: underline;
  color: #ff2a00;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
#panels-ipe-tray .ipe-tab-wrapper .button--danger:disabled,
#panels-ipe-tray .ipe-tab-wrapper .button--danger.is-disabled {
  padding: 0;
  cursor: default;
  text-decoration: none;
  color: #737373;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-font-smoothing: antialiased;
}
#panels-ipe-tray .ipe-tab-wrapper button.link {
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #056dae;
  display: inline-block;
  line-height: 20px;
}
#panels-ipe-tray .ipe-tab-wrapper details {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fcfcfa;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
#panels-ipe-tray .ipe-tab-wrapper summary {
  cursor: pointer;
  text-shadow: 0 1px 0 white;
  color: inherit;
}
#panels-ipe-tray .ipe-tab-wrapper summary:hover,
#panels-ipe-tray .ipe-tab-wrapper summary:focus,
#panels-ipe-tray .ipe-tab-wrapper details[open] > summary {
  color: inherit;
}
#panels-ipe-tray .ipe-tab-wrapper .details-wrapper {
  padding: 10px;
}
#panels-ipe-tray .ipe-tab-wrapper .details-wrapper p {
  padding: 10px 0;
}
#panels-ipe-tray .ipe-tab-wrapper .table-wrapper .draggable .button {
  padding: 4px 1.5em;
}
#panels-ipe-tray .ipe-tab-wrapper table {
  width: 100%;
  margin: 0 0 10px;
}
#panels-ipe-tray .ipe-tab-wrapper th {
  padding: 10px;
}
#panels-ipe-tray .ipe-tab-wrapper thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase;
}
#panels-ipe-tray .ipe-tab-wrapper tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em;
}
#panels-ipe-tray .ipe-tab-wrapper thead > tr {
  border-bottom: 1px solid #000;
}
#panels-ipe-tray .ipe-tab-wrapper tbody tr:hover,
#panels-ipe-tray .ipe-tab-wrapper tbody tr:focus {
  background: #f7fcff;
}
#panels-ipe-tray .ipe-tab-wrapper tbody tr.color-warning:hover,
#panels-ipe-tray .ipe-tab-wrapper tbody tr.color-warning:focus {
  background: #fdf8ed;
}
#panels-ipe-tray .ipe-tab-wrapper tbody tr.color-error:hover,
#panels-ipe-tray .ipe-tab-wrapper tbody tr.color-error:focus {
  background: #fcf4f2;
}
#panels-ipe-tray .ipe-tab-wrapper table.no-highlight tr.selected td {
  background: transparent;
}
#panels-ipe-tray .ipe-tab-wrapper td,
#panels-ipe-tray .ipe-tab-wrapper th {
  vertical-align: middle;
}
#panels-ipe-tray .ipe-tab-wrapper td {
  padding: 10px;
  text-align: left;
}
#panels-ipe-tray .ipe-tab-wrapper td img {
  margin: 0;
  max-width: 90%;
}
#panels-ipe-tray .ipe-tab-wrapper th > a {
  position: relative;
  display: block;
}
#panels-ipe-tray .ipe-tab-wrapper th > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
#panels-ipe-tray .ipe-tab-wrapper .caption {
  margin-bottom: 1.2em;
}
#panels-ipe-tray .ipe-tab-wrapper .form-item {
  margin: 0.75em 0;
}
#panels-ipe-tray .ipe-tab-wrapper tr.odd .form-item,
#panels-ipe-tray .ipe-tab-wrapper tr.even .form-item {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#panels-ipe-tray .ipe-tab-wrapper td > .form-item:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
#panels-ipe-tray .ipe-tab-wrapper ul.tips,
#panels-ipe-tray .ipe-tab-wrapper div.description,
#panels-ipe-tray .ipe-tab-wrapper .form-item .description {
  margin: 0.2em 0 0 0;
  color: #595959;
  font-size: 0.95em;
}
#panels-ipe-tray .ipe-tab-wrapper .form-item .description.error {
  margin-top: 0;
  color: #a51b00;
}
#panels-ipe-tray .ipe-tab-wrapper .form-text,
#panels-ipe-tray .ipe-tab-wrapper .form-textarea {
  border-radius: 2px;
  font-size: 1em;
  line-height: normal;
}
#panels-ipe-tray .ipe-tab-wrapper input.form-autocomplete,
#panels-ipe-tray .ipe-tab-wrapper input.form-text,
#panels-ipe-tray .ipe-tab-wrapper input.form-tel,
#panels-ipe-tray .ipe-tab-wrapper input.form-email,
#panels-ipe-tray .ipe-tab-wrapper input.form-url,
#panels-ipe-tray .ipe-tab-wrapper input.form-search,
#panels-ipe-tray .ipe-tab-wrapper input.form-number,
#panels-ipe-tray .ipe-tab-wrapper input.form-color,
#panels-ipe-tray .ipe-tab-wrapper input.form-file,
#panels-ipe-tray .ipe-tab-wrapper input.form-date,
#panels-ipe-tray .ipe-tab-wrapper input.form-time,
#panels-ipe-tray .ipe-tab-wrapper textarea.form-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.4em 0.3em 0.5em;
  /* LTR */
  max-width: 100%;
  border: 1px solid #b8b8b8;
  border-top-color: #999;
  border-radius: 2px;
  background: #fcfcfa;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  font-size: 1em;
  color: #595959;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  height: auto;
  line-height: 21px;
}
#panels-ipe-tray .ipe-tab-wrapper .form-text:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-tel:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-email:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-url:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-search:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-number:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-color:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-file:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-textarea:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-date:focus,
#panels-ipe-tray .ipe-tab-wrapper .form-time:focus {
  border-color: #40b6ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
  background-color: #fff;
}
#panels-ipe-tray .ipe-tab-wrapper .confirm-parent,
#panels-ipe-tray .ipe-tab-wrapper .password-parent {
  overflow: visible;
  width: auto;
}
#panels-ipe-tray .ipe-tab-wrapper .form-item-options-group-info-identifier,
#panels-ipe-tray .ipe-tab-wrapper .form-item-pass .description {
  clear: both;
}
#panels-ipe-tray .ipe-tab-wrapper select {
  max-width: 100%;
  overflow: auto;
  height: auto;
  line-height: 21px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #panels-ipe-tray .ipe-tab-wrapper select {
    cursor: pointer;
    -webkit-appearance: none;
    padding: 1px 21px 1px 0.5em !important;
    border: 1px solid #a6a6a6;
    border-radius: 0.143em;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
    font-size: 0.875rem;
    color: #333;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-font-smoothing: antialiased;
  }
  #panels-ipe-tray .ipe-tab-wrapper select:focus,
  #panels-ipe-tray .ipe-tab-wrapper select:hover {
    color: #1a1a1a;
  }
  #panels-ipe-tray .ipe-tab-wrapper select:hover {
    -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125);
            box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125);
  }
}
#panels-ipe-tray .ipe-tab-wrapper #edit-cancel {
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  #panels-ipe-tray .ipe-tab-wrapper input.form-autocomplete,
  #panels-ipe-tray .ipe-tab-wrapper input.form-text,
  #panels-ipe-tray .ipe-tab-wrapper input.form-tel,
  #panels-ipe-tray .ipe-tab-wrapper input.form-email,
  #panels-ipe-tray .ipe-tab-wrapper input.form-url,
  #panels-ipe-tray .ipe-tab-wrapper input.form-search,
  #panels-ipe-tray .ipe-tab-wrapper input.form-number,
  #panels-ipe-tray .ipe-tab-wrapper input.form-color,
  #panels-ipe-tray .ipe-tab-wrapper input.form-file,
  #panels-ipe-tray .ipe-tab-wrapper textarea.form-textarea {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.2em;
  }
  #panels-ipe-tray .ipe-tab-wrapper input.form-number {
    width: auto;
  }
  #panels-ipe-tray .ipe-tab-wrapper .form-actions input,
  #panels-ipe-tray .ipe-tab-wrapper .form-wrapper input[type="submit"] {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 6px;
    width: 100%;
  }
  #panels-ipe-tray .ipe-tab-wrapper .form-actions input:first-child,
  #panels-ipe-tray .ipe-tab-wrapper .form-wrapper input[type="submit"]:first-child {
    margin-top: 0;
  }
  #panels-ipe-tray .ipe-tab-wrapper details summary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #panels-ipe-tray .ipe-tab-wrapper .password-strength {
    width: 100%;
  }
  #panels-ipe-tray .ipe-tab-wrapper div.form-item div.password-suggestions {
    float: none;
  }
  #panels-ipe-tray .ipe-tab-wrapper #dblog-filter-form .form-actions {
    float: none;
    padding: 0;
  }
  #panels-ipe-tray .ipe-tab-wrapper #edit-cancel {
    display: block;
    margin: 10px 0 0 0;
  }
  #panels-ipe-tray .ipe-tab-wrapper select {
    width: 100%;
  }
}
#panels-ipe-tray .ipe-tab-wrapper #diff-inline-form select,
#panels-ipe-tray .ipe-tab-wrapper div.filter-options select {
  padding: 0;
}
#panels-ipe-tray .ipe-tab-wrapper a.tabledrag-handle .handle {
  margin: -0.3em 0.5em;
  padding: 0.42em 0.5em;
  width: 24px;
  height: 24px;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper {
  width: 100%;
  text-align: center;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 0;
  padding: 0 20px;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories a {
  padding: 7px 1em;
  background-color: #f6f6f4;
  border: 1px solid #d3d3d3;
  float: left;
  border-radius: 0;
  text-decoration: none;
  margin-bottom: 0;
  width: 100%;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories a.active {
  background-color: #fff;
  border-bottom-color: transparent;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories a:first-child {
  border-radius: 5px 5px 0 0;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories a:last-child {
  border-radius: 0 0 5px 5px;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories a:last-child.active {
  border-bottom: 1px solid #d3d3d3;
}
@media (min-width: 768px) {
  #panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper {
    width: 100%;
    border-bottom: 1px solid lightgray;
  }
  #panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories {
    display: inline-block;
    width: auto;
  }
  #panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories a {
    width: auto;
    margin-left: -5px;
  }
  #panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories a:first-child {
    border-radius: 5px 0 0 0;
  }
  #panels-ipe-tray .ipe-tab-wrapper .ipe-block-type-categories-wrapper .ipe-block-type-categories a:last-child {
    border-radius: 0 5px 0 0;
  }
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-category-picker-bottom.top-open {
  border-top: 1px solid lightgray;
}
#panels-ipe-tray .ipe-tab-wrapper .ipe-category-picker-bottom .ipe-categories .ipe-category.active {
  color: inherit;
}
/**
 * block actions
 */
.ipe-actions .ipe-action-list .ipe-icon {
  display: inline;
  display: initial;
}
.ipe-actions .ipe-action-list .ipe-icon-edit {
  font-size: 20px;
}
/**
 * @file
 * Visual styles for animated throbber.
 * Animated throbber
 * @see autocomplete.js
 */
.js input.form-autocomplete {
  background-position: 99% center;
  background-repeat: no-repeat;
}
.js input.form-autocomplete.ui-autocomplete-loading {
  background-position: 99% center;
}
/**
 * The dropbutton styling.
 *
 * A dropbutton is a widget that displays a list of action links as a button
 * with a primary action. Secondary actions are hidden behind a click on a
 * twisty arrow.
 *
 * The arrow is created using border on a zero-width, zero-height span.
 * The arrow inherits the link color, but can be overridden with border colors.
 */
.dropbutton-wrapper {
  height: 32px;
}
.dropbutton-wrapper a {
  color: #ffffff;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton {
  visibility: visible;
  background-color: #03a9f4 !important;
  border-radius: 4px;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li {
  margin-bottom: 0;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li a {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  padding-right: 14px;
  padding-left: 14px;
  padding-right: 46px;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.dropbutton-action a,
.dropbutton-wrapper .dropbutton-widget .dropbutton li.dropbutton-action .form-submit {
  display: block;
  color: #ffffff;
  margin-right: 0 !important;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.dropbutton-action a:hover,
.dropbutton-wrapper .dropbutton-widget .dropbutton li.dropbutton-action .form-submit:hover {
  color: #333333 !important;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.dropbutton-toggle {
  padding-right: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  /* LTR */
  display: block;
  text-indent: 110%;
  white-space: nowrap;
  border-left: 1px solid #4caf50;
  width: 32px;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.dropbutton-toggle .dropbutton-arrow {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 0.3333em 0.3333em 0;
  display: block;
  height: 0;
  line-height: 0;
  position: absolute;
  right: 40%;
  /* 0.6667em; */
  /* LTR */
  top: 50%;
  margin-top: -0.1666em;
  width: 0;
  overflow: hidden;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.dropbutton-toggle button {
  border-radius: 0 3px 3px 0;
  color: #bce8f1 #bce8f1 #bce8f1 #31708f;
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.dropbutton-toggle button:hover {
  color: #333333;
  outline: medium none invert;
  outline: initial;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.secondary-action {
  display: none;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #4caf50;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.secondary-action a,
.dropbutton-wrapper .dropbutton-widget .dropbutton li.secondary-action .form-submit {
  display: block;
  border-radius: 0 !important;
  width: 100%;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.secondary-action a:hover,
.dropbutton-wrapper .dropbutton-widget .dropbutton li.secondary-action .form-submit:hover {
  border-radius: 0 !important;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.secondary-action:last-child a,
.dropbutton-wrapper .dropbutton-widget .dropbutton li.secondary-action:last-child .form-submit {
  border-radius: 0 0 3px 3px !important;
}
.dropbutton-wrapper .dropbutton-widget .dropbutton li.secondary-action:last-child a:hover,
.dropbutton-wrapper .dropbutton-widget .dropbutton li.secondary-action:last-child .form-submit:hover {
  border-radius: 0 0 3px 3px !important;
}
.dropbutton-wrapper.open {
  max-width: none;
  z-index: 100;
}
.dropbutton-wrapper.open .dropbutton-widget {
  max-width: none;
  border-radius: 3px 3px 3px 0;
}
.dropbutton-wrapper.open .dropbutton-widget .dropbutton li.dropbutton-action a,
.dropbutton-wrapper.open .dropbutton-widget .dropbutton li.dropbutton-action .form-submit {
  border-radius: 3px 0 0 0;
}
.dropbutton-wrapper.open .dropbutton-widget .dropbutton li.dropbutton-toggle .dropbutton-arrow {
  border-bottom: 0.3333em solid;
  border-top-color: transparent;
  top: 0.7667em;
}
.dropbutton-wrapper.open .dropbutton-widget .dropbutton li.dropbutton-toggle button {
  color: #333333;
}
.dropbutton-wrapper.open .dropbutton-widget .dropbutton li.secondary-action {
  display: block;
}
.dropbutton-wrapper.open .dropbutton-widget .dropbutton li.secondary-action a,
.dropbutton-wrapper.open .dropbutton-widget .dropbutton li.secondary-action .form-submit {
  border-radius: 3px 0 0 0;
}
.js .dropbutton-wrapper,
.js .dropbutton-widget {
  display: block;
  position: relative;
}
.js .dropbutton-multiple .dropbutton-widget {
  background-color: #03a9f4;
  display: block;
  border-radius: 4px;
  height: 32px;
}
.js .form-actions .dropbutton-widget {
  position: static;
}
.js td .dropbutton-wrapper {
  min-height: 32px;
  padding-right: 11em;
  margin-right: 2em;
}
.js td .dropbutton-widget {
  position: absolute;
}
.js td .dropbutton-multiple {
  max-width: 100%;
}
.js td .dropbutton-multiple .dropbutton-action a,
.js td .dropbutton-multiple .dropbutton-action input,
.js td .dropbutton-multiple .dropbutton-action button {
  width: auto;
}
@media screen and (max-width: 600px) {
  .js .dropbutton-wrapper {
    width: 100%;
  }
}
/* Splitbuttons */
@media screen and (min-width: 600px) {
  .form-actions .dropbutton-wrapper {
    float: left;
    /* LTR */
    margin-right: 14px;
  }
  [dir="rtl"] .form-actions .dropbutton-wrapper {
    float: right;
    margin-left: 14px;
  }
}
/* Draggable */
.tableresponsive-toggle-columns,
.tabledrag-toggle-weight-wrapper {
  width: 50%;
}
.tableresponsive-toggle-columns button,
.tabledrag-toggle-weight-wrapper button {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
}
.tableresponsive-toggle-columns button .icon,
.tabledrag-toggle-weight-wrapper button .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.tableresponsive-toggle-columns button i,
.tabledrag-toggle-weight-wrapper button i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.tableresponsive-toggle-columns button:hover,
.tabledrag-toggle-weight-wrapper button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.tableresponsive-toggle-columns button:hover,
.tabledrag-toggle-weight-wrapper button:hover,
.tableresponsive-toggle-columns button:focus,
.tabledrag-toggle-weight-wrapper button:focus,
.tableresponsive-toggle-columns button.focus,
.tabledrag-toggle-weight-wrapper button.focus {
  text-decoration: none;
}
.tableresponsive-toggle-columns button:focus,
.tabledrag-toggle-weight-wrapper button:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.tableresponsive-toggle-columns button:active,
.tabledrag-toggle-weight-wrapper button:active,
.tableresponsive-toggle-columns button.active,
.tabledrag-toggle-weight-wrapper button.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.tableresponsive-toggle-columns button.disabled,
.tabledrag-toggle-weight-wrapper button.disabled,
.tableresponsive-toggle-columns button[disabled],
.tabledrag-toggle-weight-wrapper button[disabled],
fieldset[disabled] .tableresponsive-toggle-columns button,
fieldset[disabled] .tabledrag-toggle-weight-wrapper button {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.tableresponsive-toggle-columns button.disabled:hover,
.tabledrag-toggle-weight-wrapper button.disabled:hover,
.tableresponsive-toggle-columns button[disabled]:hover,
.tabledrag-toggle-weight-wrapper button[disabled]:hover,
fieldset[disabled] .tableresponsive-toggle-columns button:hover,
fieldset[disabled] .tabledrag-toggle-weight-wrapper button:hover {
  background-color: none;
  border-color: none;
}
.tableresponsive-toggle-columns button.disabled:before,
.tabledrag-toggle-weight-wrapper button.disabled:before,
.tableresponsive-toggle-columns button[disabled]:before,
.tabledrag-toggle-weight-wrapper button[disabled]:before,
fieldset[disabled] .tableresponsive-toggle-columns button:before,
fieldset[disabled] .tabledrag-toggle-weight-wrapper button:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.tableresponsive-toggle-columns button.btn-clear,
.tabledrag-toggle-weight-wrapper button.btn-clear {
  padding: 0;
}
.tableresponsive-toggle-columns button.btn-clear:after,
.tabledrag-toggle-weight-wrapper button.btn-clear:after {
  display: none;
}
.tableresponsive-toggle-columns button:hover,
.tabledrag-toggle-weight-wrapper button:hover,
.tableresponsive-toggle-columns button:focus,
.tabledrag-toggle-weight-wrapper button:focus,
.tableresponsive-toggle-columns button.focus,
.tabledrag-toggle-weight-wrapper button.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.tableresponsive-toggle-columns button.disabled,
.tabledrag-toggle-weight-wrapper button.disabled,
.tableresponsive-toggle-columns button[disabled],
.tabledrag-toggle-weight-wrapper button[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
.tabledrag-toggle-weight-wrapper {
  float: right;
  text-align: right;
  padding-right: 0;
}
.tableresponsive-toggle-columns {
  float: left;
  padding-left: 0;
}
table.sticky-header {
  border-radius: 0;
  background-color: #fff;
  margin-top: 0;
  z-index: 1;
}
table.sticky-header th,
table.sticky-header td {
  border-radius: 0 !important;
}
body.drag {
  cursor: move;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  /* LTR */
  height: 1.7em;
  margin-left: -1em;
  /* LTR */
  overflow: hidden;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  height: 13px;
  margin: -0.55em 0.5em;
  /* LTR */
  padding: 0.42em 0.5em;
  /* LTR */
  width: 13px;
}
a.tabledrag-handle-hover .handle {
  background-position: 6px -7px;
}
div.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}
/**/
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}
/**
 * @file
 * Override of misc/vertical-tabs.css.
 */
.vertical-tabs {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background: #e6e5e1;
}
.vertical-tabs__menu {
  float: left;
  /* LTR */
  width: 240px;
  margin: 0 -100% -1px 0;
  /* LTR */
  padding: 0;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
[dir="rtl"] .vertical-tabs__menu {
  float: right;
  margin: 0 0 -1px -100%;
}
.vertical-tabs__menu-item {
  position: relative;
  margin-bottom: 0;
}
.vertical-tabs__menu-item.is-selected {
  z-index: 1;
  overflow-x: hidden;
  width: 100%;
  border-right: 1px solid #fcfcfa;
  /* LTR */
  -webkit-box-shadow: 0 5px 5px -5px hsla(0, 0%, 0%, 0.3);
          box-shadow: 0 5px 5px -5px hsla(0, 0%, 0%, 0.3);
  border-bottom: 1px solid #b3b2ad;
  margin-bottom: 0;
}
.vertical-tabs__menu-item.last {
  border-bottom: none;
}
[dir="rtl"] .vertical-tabs__menu-item.is-selected {
  border-left: 1px solid #fcfcfa;
  border-right: none;
}
.vertical-tabs__menu-item:focus,
.vertical-tabs__menu-item:active {
  z-index: 2;
}
.vertical-tabs__menu-item a {
  display: block;
  padding: 10px 15px 15px;
  border-bottom: 1px solid #b3b2ad;
  background-color: #f2f2f0;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}
.vertical-tabs__menu-item:last-child a {
  border-bottom: 0;
}
.vertical-tabs__menu-item.is-selected a,
.vertical-tabs__menu-item a:hover,
.vertical-tabs__menu-item a:focus {
  background: #fcfcfa;
  text-shadow: none;
}
.vertical-tabs__menu-item a:focus {
  outline: none;
}
.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title {
  text-decoration: underline;
}
.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item.is-selected a:focus .vertical-tabs__menu-item-title {
  text-decoration: none;
}
.vertical-tabs__menu-item.is-selected a {
  color: #333;
  padding-left: 11px;
  /* LTR */
  border-bottom: none;
  text-decoration: none;
}
[dir="rtl"] .vertical-tabs__menu-item.is-selected a {
  padding-left: 15px;
  padding-right: 11px;
}
.vertical-tabs__menu-item.is-selected a:hover,
.vertical-tabs__menu-item.is-selected a:focus {
  color: #333;
}
[data-vertical-tabs-panes] {
  background-color: #fcfcfa;
}
.vertical-tabs__panes {
  margin: 0 0 0 240px;
  /* LTR */
  padding: 10px 15px 10px 15px;
  border-left: 1px solid #a6a5a1;
  /* LTR */
}
[dir="rtl"] .vertical-tabs__panes {
  margin: 0 240px 0 0;
  border-left: none;
  border-right: 1px solid #a6a5a1;
}
.vertical-tabs__panes:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-tabs__pane {
  margin: 0;
  padding: 0;
  border: 0;
  color: #595959;
}
.vertical-tabs__menu-item-summary {
  display: block;
  padding-top: 0.4em;
  color: #666;
}
.vertical-tabs__pane > summary {
  display: none;
}
table tbody tr td.description {
  padding: 10px 14px;
}
table.sticky-table {
  width: 100%;
}
table.responsive-enabled {
  width: 100%;
}
/*
 * Drupal
 */
.glass {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
}
.glass-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.glass-inner {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.theme-default .theme-info__header {
  font-weight: normal;
}
.admin-requirements,
.admin-required {
  color: #ffffff;
}
#system-themes-page .system-themes-list {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
  margin-right: -7px;
  margin-left: -7px;
  margin-left: 0;
  margin-right: 0;
}
#system-themes-page .system-themes-list .system-themes-list__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
#system-themes-page .system-themes-list .theme-selector {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  #system-themes-page .system-themes-list .theme-selector {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #system-themes-page .system-themes-list .theme-selector {
    float: left;
    width: 50%;
  }
}
#system-themes-page .system-themes-list .theme-default {
  background-color: rgba(255, 255, 255, 0.3);
}
#system-themes-page .system-themes-list .theme-admin {
  background-color: rgba(255, 255, 255, 0.1);
}
#system-themes-page .system-themes-list .theme-selector img {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
#system-themes-page .system-themes-list .theme-selector .screenshot,
#system-themes-page .system-themes-list .theme-selector .no-screenshot {
  border-radius: 4px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
#system-themes-page .system-themes-list .theme-selector .theme-info {
  width: 50%;
  float: left;
  padding: 0 7px;
}
#system-themes-page .system-themes-list .theme-selector .theme-info .theme-info__header {
  margin-bottom: 7px;
}
#system-themes-page .system-themes-list .theme-selector .operations li {
  border-color: #86000D;
}
#system-themes-page .system-themes-list-uninstalled {
  padding-top: 0;
  border-top: 7px solid #bce8f1 #bce8f1 #bce8f1 #31708f;
}
#system-themes-page .system-themes-list-uninstalled .theme-selector {
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
  padding-right: 14px;
  padding-left: 14px;
}
@media (min-width: 992px) {
  #system-themes-page .system-themes-list-uninstalled .theme-selector {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  #system-themes-page .system-themes-list-uninstalled .theme-selector {
    float: left;
    width: 33.33333333%;
  }
}
#system-themes-page .system-themes-list-uninstalled .theme-selector img {
  max-width: 100%;
}
#system-themes-page .system-themes-list-uninstalled .theme-selector .theme-info {
  float: none;
  width: 100%;
  padding: 0;
}
form#system-themes-admin-form {
  background-color: transparent;
  padding: 0;
}
.layout-node-form .layout-region-node-main {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  width: 63%;
  margin-right: 2%;
}
.layout-node-form .layout-region-node-secondary .entity-meta__header {
  margin-top: 0;
}
.page-admin .block-system > form {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.page-admin .block-system > form.search-form,
.page-admin .block-system > form.user-admin-settings,
.page-admin .block-system > form.system-performance-settings,
.page-admin .block-system > form.locale-translate-filter-form,
.page-admin .block-system > form.block-admin-display-form,
.page-admin .block-system > form.system-site-information-settings {
  background-color: transparent;
  padding: 0;
}
.page-admin .block-system > form.system-theme-settings,
.page-admin .block-system > form.locale-translate-edit-form {
  padding: 0;
}
.page-admin .block-system > form.system-theme-settings .form-actions,
.page-admin .block-system > form.locale-translate-edit-form .form-actions {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.page-admin .block-system > table {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.page-admin .views-exposed-form {
  border-top: 3px solid #c9e1bd #c9e1bd #c9e1bd #325e1c;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
}
.page-admin .views-exposed-form:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.page-admin .views-exposed-form .form-item {
  float: left;
  margin-right: 14px;
}
.page-admin .views-exposed-form .form-actions {
  padding-top: 20px;
}
.page-admin .views-exposed-form .form-actions .form-submit {
  padding-left: 21px;
  padding-right: 21px;
}
.page-admin .views-form {
  border-top: 3px solid #325e1c;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
}
.page-admin .views-form:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.page-admin .views-form form > .form-item {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 14px;
  margin-left: 14px;
}
.page-admin .views-form .form-item-action {
  float: left;
}
.page-admin .views-form .form-item-action label {
  margin-bottom: 0;
  float: left;
  margin-right: 14px;
  line-height: 32px;
  font-size: 16px;
}
.page-admin .views-form .form-actions {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 14px;
  margin-left: 14px;
}
.page-admin table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.page-admin table thead tr th {
  text-align: left;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: rgba(255, 255, 255, 0.2);
}
.page-admin table tbody tr td {
  background-color: transparent;
}
.page-admin table tbody tr td.description {
  padding: 7px 14px;
}
.page-admin table tbody tr:nth-child(even) td,
.page-admin table tbody tr.even td {
  background-color: rgba(255, 255, 255, 0.1);
}
.page-admin table#blocks {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-admin table#blocks tbody tr.region-title td {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #31708f;
}
.page-admin table#blocks tbody tr.region-title td .button {
  margin-left: 14px;
  background-color: #ffffff;
  color: #31708f;
}
.page-admin table.list-group {
  background-color: transparent;
}
.page-admin table.list-group .list-group-item .list-group__link {
  border-radius: 3px 0 0 3px;
}
.page-admin table.list-group .list-group-item .list-group__link a {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  width: 100%;
  padding: 14px;
  border-radius: 4px;
  background-color: #86000D;
  color: #ffffff;
  font-size: 16px;
}
.page-admin table.list-group .list-group-item .list-group__link a .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.page-admin table.list-group .list-group-item .list-group__link a i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.page-admin table.list-group .list-group-item .list-group__link a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.page-admin table.list-group .list-group-item .list-group__link a:hover,
.page-admin table.list-group .list-group-item .list-group__link a:focus,
.page-admin table.list-group .list-group-item .list-group__link a.focus {
  text-decoration: none;
}
.page-admin table.list-group .list-group-item .list-group__link a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.page-admin table.list-group .list-group-item .list-group__link a:active,
.page-admin table.list-group .list-group-item .list-group__link a.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.page-admin table.list-group .list-group-item .list-group__link a.disabled,
.page-admin table.list-group .list-group-item .list-group__link a[disabled],
fieldset[disabled] .page-admin table.list-group .list-group-item .list-group__link a {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.page-admin table.list-group .list-group-item .list-group__link a.disabled:hover,
.page-admin table.list-group .list-group-item .list-group__link a[disabled]:hover,
fieldset[disabled] .page-admin table.list-group .list-group-item .list-group__link a:hover {
  background-color: none;
  border-color: none;
}
.page-admin table.list-group .list-group-item .list-group__link a.disabled:before,
.page-admin table.list-group .list-group-item .list-group__link a[disabled]:before,
fieldset[disabled] .page-admin table.list-group .list-group-item .list-group__link a:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.page-admin table.list-group .list-group-item .list-group__link a.btn-clear {
  padding: 0;
}
.page-admin table.list-group .list-group-item .list-group__link a.btn-clear:after {
  display: none;
}
.page-admin table.list-group .list-group-item .list-group__link a:before {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
  content: "\e68d";
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 200%;
  margin-bottom: 7px;
}
.page-admin table.list-group .list-group-item .list-group__description {
  border-radius: 0 3px 3px 0;
  margin-left: 0;
  padding-left: 21px;
}
.page-admin table.list-group .even {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-admin table.list-group .even td {
  padding: 0;
}
.locale-translate-filter-form #edit-filters .details-wrapper .form-actions {
  padding-top: 0;
  margin-top: 35px;
}
.page-user form.shortcut-set-switch {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
}
.page-user .user-form {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.page-user .user-form div.password-suggestions ul li {
  color: #666666;
}
.page-user .node-confirm-form {
  text-align: center;
  font-size: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 35px;
}
.page-user .node-confirm-form .form-actions {
  margin-top: 35px;
  margin-bottom: 0;
}
.page-user .node-confirm-form .form-actions a {
  font-size: 16px;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  background-color: gray;
  color: #ffffff;
}
.page-user .node-confirm-form .form-actions a .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.page-user .node-confirm-form .form-actions a i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.page-user .node-confirm-form .form-actions a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.page-user .node-confirm-form .form-actions a:hover,
.page-user .node-confirm-form .form-actions a:focus,
.page-user .node-confirm-form .form-actions a.focus {
  text-decoration: none;
}
.page-user .node-confirm-form .form-actions a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.page-user .node-confirm-form .form-actions a:active,
.page-user .node-confirm-form .form-actions a.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.page-user .node-confirm-form .form-actions a.disabled,
.page-user .node-confirm-form .form-actions a[disabled],
fieldset[disabled] .page-user .node-confirm-form .form-actions a {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.page-user .node-confirm-form .form-actions a.disabled:hover,
.page-user .node-confirm-form .form-actions a[disabled]:hover,
fieldset[disabled] .page-user .node-confirm-form .form-actions a:hover {
  background-color: none;
  border-color: none;
}
.page-user .node-confirm-form .form-actions a.disabled:before,
.page-user .node-confirm-form .form-actions a[disabled]:before,
fieldset[disabled] .page-user .node-confirm-form .form-actions a:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.page-user .node-confirm-form .form-actions a.btn-clear {
  padding: 0;
}
.page-user .node-confirm-form .form-actions a.btn-clear:after {
  display: none;
}
.page-user .node-confirm-form .form-actions a:hover,
.page-user .node-confirm-form .form-actions a:focus,
.page-user .node-confirm-form .form-actions a.focus,
.page-user .node-confirm-form .form-actions a.disabled,
.page-user .node-confirm-form .form-actions a[disabled] {
  border-color: gray;
  background-color: gray;
  color: #ffffff;
}
.page-devel #content {
  height: 100%;
}
.page-devel #content .block-system {
  height: 100%;
}
.page-devel #content .block-system details.devel-dumper {
  height: 100%;
}
details.package-listing .details-wrapper {
  padding: 0;
  color: #333333;
}
details.package-listing .details-wrapper details {
  background-color: transparent;
}
details.package-listing .details-wrapper details summary {
  background-color: transparent;
  border: none;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.system-modules label {
  color: #333333;
}
.system-modules table {
  width: 100%;
  margin: 0;
}
.system-modules table td.checkbox .form-item {
  margin: 0 7px 0 14px;
}
.system-modules-uninstall label {
  color: #333333;
}
.btn-group-system_compact {
  text-align: right;
}
.btn-group-system_compact a {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.btn-group-system_compact a .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.btn-group-system_compact a i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.btn-group-system_compact a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.btn-group-system_compact a:hover,
.btn-group-system_compact a:focus,
.btn-group-system_compact a.focus {
  text-decoration: none;
}
.btn-group-system_compact a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn-group-system_compact a:active,
.btn-group-system_compact a.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.btn-group-system_compact a.disabled,
.btn-group-system_compact a[disabled],
fieldset[disabled] .btn-group-system_compact a {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.btn-group-system_compact a.disabled:hover,
.btn-group-system_compact a[disabled]:hover,
fieldset[disabled] .btn-group-system_compact a:hover {
  background-color: none;
  border-color: none;
}
.btn-group-system_compact a.disabled:before,
.btn-group-system_compact a[disabled]:before,
fieldset[disabled] .btn-group-system_compact a:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.btn-group-system_compact a.btn-clear {
  padding: 0;
}
.btn-group-system_compact a.btn-clear:after {
  display: none;
}
.btn-group-system_compact a:hover,
.btn-group-system_compact a:focus,
.btn-group-system_compact a.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.btn-group-system_compact a.disabled,
.btn-group-system_compact a[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
.layout-column .panel {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  border-radius: 4px;
}
.layout-column .panel .panel__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.layout-column .panel .panel__content {
  padding-right: 14px;
  padding-left: 14px;
}
.layout-column .panel .panel__content .list-group .list-group__link {
  width: 30%;
}
.layout-column .panel .panel__content .list-group .list-group__link a {
  font-size: 14px;
}
/* - core/modules/color/css/color.admin.css ---- Overwrite */
.color-form .form-item {
  height: 3.2em;
}
.toolbar-oriented .toolbar-bar {
  z-index: 505;
}
/* buttons */
.button {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  background-color: gray;
  color: #ffffff;
  border-radius: 4px;
}
.button .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.button i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.button:hover,
.button:focus,
.button.focus {
  text-decoration: none;
}
.button:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover {
  background-color: none;
  border-color: none;
}
.button.disabled:before,
.button[disabled]:before,
fieldset[disabled] .button:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.button.btn-clear {
  padding: 0;
}
.button.btn-clear:after {
  display: none;
}
.button:hover,
.button:focus,
.button.focus,
.button.disabled,
.button[disabled] {
  border-color: gray;
  background-color: gray;
  color: #ffffff;
}
.button--small {
  padding: 2px 7px;
  font-size: 12px;
}
.button--primary,
input.button--primary {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.button--primary:hover,
input.button--primary:hover,
.button--primary:focus,
input.button--primary:focus,
.button--primary.focus,
input.button--primary.focus {
  background-color: #86000D;
  border-color: #86000D;
  color: #ffffff;
}
.button--primary.disabled,
input.button--primary.disabled,
.button--primary[disabled],
input.button--primary[disabled] {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
}
.button--danger,
input.button--danger {
  background-color: #F44339;
  color: #ffffff;
}
.button--danger:hover,
input.button--danger:hover,
.button--danger:focus,
input.button--danger:focus,
.button--danger.focus,
input.button--danger.focus,
.button--danger.disabled,
input.button--danger.disabled,
.button--danger[disabled],
input.button--danger[disabled] {
  border-color: #fddddb;
  background-color: #fddddb;
  color: #F44339;
}
.button-action,
a.button-action,
input.button-action {
  background-color: #03a9f4;
  color: #ffffff;
}
.button-action:hover,
a.button-action:hover,
input.button-action:hover,
.button-action:focus,
a.button-action:focus,
input.button-action:focus,
.button-action.focus,
a.button-action.focus,
input.button-action.focus,
.button-action.disabled,
a.button-action.disabled,
input.button-action.disabled,
.button-action[disabled],
a.button-action[disabled],
input.button-action[disabled] {
  border-color: #a4e2fe;
  background-color: #a4e2fe;
  color: #03a9f4;
}
/* toolbar */
.toolbar-menu .menu-item {
  margin-bottom: 0;
}
/* message */
.messages-wrapper {
  margin-bottom: 7px;
}
.messages-wrapper .inner {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.messages-wrapper .inner .messages {
  margin-bottom: 7px;
}
form .messages-wrapper .inner {
  padding-left: 0;
  padding-right: 0;
}
form .messages-wrapper .inner .messages {
  border-left-width: 1px;
}
/* DEVEL */
.element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.element-invisible.focusable:active,
.element-invisible.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}
.links {
  list-style: none;
  list-style-image: none;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0;
}
.links li {
  list-style: none;
  list-style-image: none;
}
.links li a {
  line-height: 1.75;
}
/* Menus */
.list-breadcrumb {
  color: #777777;
}
/* icons */
.feed-icon:before {
  content: "\e6bb";
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-help {
  color: #86000D;
}
.icon-help:before {
  content: "\e88f";
  font-size: 12px;
  top: -1px;
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
  background-color: #c5c5c5;
  border-radius: 50%;
  color: #fff;
  padding: 3px;
  width: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 16px;
}
.more-link {
  display: block;
  text-align: right;
}
/**/
.secondary {
  clear: left;
}
.secondary li {
  margin: 1px;
}
.secondary li a {
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(to bottom, #ffffff, #dddddd);
  font-size: 90%;
  padding: 10px 14px;
  margin-bottom: 0;
  border-bottom: none !important;
}
.secondary li a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  color: #231f20;
}
.secondary li.active a {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-color: #dddddd;
  color: #000000;
}
/* filter */
.filter-guidelines .title {
  font-size: 16px;
  color: #fbc02d;
  margin-top: 0;
  margin-bottom: 7px;
}
.filter-guidelines ul li {
  font-size: 13px;
}
/* ctools */
.modal-default {
  border: 1px solid #333333;
  background-color: #fff;
  border-radius: 4px;
}
.modal-default .modal-header {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: #000000;
  color: #ffffff;
}
.modal-default .modal-header a {
  color: #ffffff;
}
.modal-default .modal-header .close {
  float: right;
}
.modal-default .modal-header .close img {
  display: none;
}
.modal-default .modal-content {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
/* ==========================================================================
   drupal system javascript
   ========================================================================== */
/**
 * Collapsible fieldsets.
 * @see collapse.js
 */
#autocomplete {
  border: 1px solid #86000D;
  border-top: none;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  margin-top: -2px;
}
#autocomplete ul {
  background-color: #f0f0f0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#autocomplete li {
  border-top: 1px dashed #ffffff;
  list-style: none;
  color: #000;
  cursor: default;
  white-space: pre;
  padding: 3px 4px;
}
#autocomplete li.selected {
  background-color: #ffffff;
}
/*
  * Plugins
  */
/*
 * Slick
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
}
.slick-prev:before,
.slick-next:before {
  font-family: "davyin";
  font-size: 24px;
  line-height: 1;
  color: #333333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e819";
}
[dir="rtl"] .slick-prev:before {
  content: "\e817";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e817";
}
[dir="rtl"] .slick-next:before {
  content: "\e819";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #86000D;
  opacity: 0.75;
}
/*
 * Slider
 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* 
 *Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* 
 * Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* 
 * Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-horizontal .noUi-handle:hover {
  cursor: pointer;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* 
 * Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #e5e5e5;
  border-radius: 4px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #86000D;
}
/* 
 * Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #86000D;
  border-radius: 100%;
  background: #fff;
  cursor: default;
}
.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
/* 
 * Handle stripes;
 */
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* 
 * Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* 
 * Base;
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/*
 * Values;
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/*
 * Markings;
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
/*
 * Horizontal layout;
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/*
 * Vertical layout;
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
      transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/*
 * Main
 */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden !important;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.dropdown {
  position: relative;
}
.dropdown-toggle-icon {
  padding: 0 3px;
}
.dropdown-toggle {
  position: relative;
  display: block;
}
.dropdown-toggle .dropdown-icon {
  position: absolute;
  right: 7px;
  top: 7px;
  text-align: center;
}
.dropdown-toggle .caret {
  position: relative;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}
ul.dropdown-menu,
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin: 0;
  float: left;
  list-style: none;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 190px;
}
@media (max-width: 480px) {
  ul.dropdown-menu,
  .dropdown .dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 99;
    margin-top: -1px;
    margin-left: -1px;
    min-width: 100%;
    position: absolute;
    display: none;
  }
}
ul.dropdown-menu > li,
.dropdown .dropdown-menu > li {
  display: block !important;
  border-top: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
}
ul.dropdown-menu > li > a,
.dropdown .dropdown-menu > li > a {
  color: #777777;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 14px 14px;
  overflow: hidden;
  clear: both;
  font-weight: normal;
  white-space: nowrap;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #eeeeee;
}
.open .dropdown-toggle {
  color: #410006;
}
.open .dropdown-toggle .caret {
  border-top: none;
  border-bottom: 5px dashed;
  border-bottom: 5px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-bottom: 2px;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.panel-tabs .tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.panel-tabs .tab-nav:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.panel-tabs .tab-nav li {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.panel-tabs .tab-nav li a {
  width: 100%;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  font-size: 14px;
  padding: 14px 0;
}
.panel-tabs .tab-nav li a .icon {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.panel-tabs .tab-nav li a i {
  font-size: 130%;
  top: 1.5px;
  margin-top: -3px;
}
.panel-tabs .tab-nav li a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.panel-tabs .tab-nav li a:hover,
.panel-tabs .tab-nav li a:focus,
.panel-tabs .tab-nav li a.focus {
  text-decoration: none;
}
.panel-tabs .tab-nav li a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.panel-tabs .tab-nav li a:active,
.panel-tabs .tab-nav li a.active {
  outline: 0;
  background-image: none;
  cursor: default;
}
.panel-tabs .tab-nav li a.disabled,
.panel-tabs .tab-nav li a[disabled],
fieldset[disabled] .panel-tabs .tab-nav li a {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: #e5e5e5;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.panel-tabs .tab-nav li a.disabled:hover,
.panel-tabs .tab-nav li a[disabled]:hover,
fieldset[disabled] .panel-tabs .tab-nav li a:hover {
  background-color: none;
  border-color: none;
}
.panel-tabs .tab-nav li a.disabled:before,
.panel-tabs .tab-nav li a[disabled]:before,
fieldset[disabled] .panel-tabs .tab-nav li a:before {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.panel-tabs .tab-nav li a.btn-clear {
  padding: 0;
}
.panel-tabs .tab-nav li a.btn-clear:after {
  display: none;
}
.panel-tabs .tab-nav li a:hover {
  opacity: 1;
}
.panel-tabs .tab-nav li.active a {
  cursor: default;
}
@media screen and (min-width: 768px) {
  .panel-tabs .tab-nav {
    display: block;
  }
  .panel-tabs .tab-nav > li {
    float: left;
    width: 100%;
  }
  .panel-tabs .tab-nav > li:nth-last-child(2),
  .panel-tabs .tab-nav > li:nth-last-child(2) ~ li {
    width: 50%;
  }
  .panel-tabs .tab-nav > li:nth-last-child(3),
  .panel-tabs .tab-nav > li:nth-last-child(3) ~ li {
    width: 33.33%;
  }
  .panel-tabs .tab-nav > li:nth-last-child(4),
  .panel-tabs .tab-nav > li:nth-last-child(4) ~ li {
    width: 25%;
  }
  .panel-tabs .tab-nav > li:nth-last-child(5),
  .panel-tabs .tab-nav > li:nth-last-child(5) ~ li {
    width: 20%;
  }
  .panel-tabs .tab-nav > li:nth-last-child(6),
  .panel-tabs .tab-nav > li:nth-last-child(6) ~ li {
    width: 16.66%;
  }
  .panel-tabs .tab-nav > li:nth-last-child(7),
  .panel-tabs .tab-nav > li:nth-last-child(7) ~ li {
    width: 14.2857%;
  }
  .panel-tabs .tab-nav > li:nth-last-child(8),
  .panel-tabs .tab-nav > li:nth-last-child(8) ~ li {
    width: 12.5%;
  }
  .panel-tabs .tab-nav > li:nth-last-child(9),
  .panel-tabs .tab-nav > li:nth-last-child(9) ~ li {
    width: 11.1111%;
  }
  .panel-tabs .tab-nav > li:nth-last-child(10),
  .panel-tabs .tab-nav > li:nth-last-child(10) ~ li {
    width: 10%;
  }
}
.panel-tabs .tab-nav-1 {
  border-bottom: 2px solid #86000D;
}
.panel-tabs .tab-nav-1 li {
  overflow: hidden;
  margin-top: -2px;
  margin-bottom: -2px;
}
.panel-tabs .tab-nav-1 li a {
  border: 2px solid transparent;
}
.panel-tabs .tab-nav-1 li.active a {
  color: #86000D;
  border-color: #86000D;
  border-bottom-color: #ffffff;
}
.panel-tabs .tab-nav-2:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.panel-tabs .tab-nav-2 li {
  background-color: #86000D;
  border-top: 3px solid #86000D;
  overflow: hidden;
}
.panel-tabs .tab-nav-2 li a {
  color: #ffffff;
}
.panel-tabs .tab-nav-2 li.active a {
  color: #86000D;
  background-color: #ffffff;
}
.panel-tabs .tab-nav-3:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.panel-tabs .tab-nav-3 li {
  overflow: hidden;
  border-bottom: 3px solid #86000D;
}
.panel-tabs .tab-nav-3 li a {
  color: #86000D;
  font-size: 14px;
}
.panel-tabs .tab-nav-3 li.active a {
  color: #ffffff;
  background-color: #86000D;
}
.panel-tabs .tab-nav-3-red li {
  border-bottom: 3px solid #a51b00;
}
.panel-tabs .tab-nav-3-red li a {
  color: #a51b00;
}
.panel-tabs .tab-nav-3-red li.active a {
  background-color: #a51b00;
}
.panel-tabs .tab-nav-3-blue {
  border-bottom: 3px solid #03a9f4;
}
.panel-tabs .tab-nav-3-blue li a {
  color: #03a9f4;
}
.panel-tabs .tab-nav-3-blue li.active a {
  background-color: #03a9f4;
}
.panel-tabs .tab-nav-3-orange li {
  border-bottom: 3px solid #fbc02d;
}
.panel-tabs .tab-nav-3-orange li a {
  color: #fbc02d;
}
.panel-tabs .tab-nav-3-orange li.active a {
  background-color: #fbc02d;
}
.panel-tabs .tab-content {
  margin-top: 7px;
  margin-bottom: 7px;
}
.panel-tabs .tab-content .tab-pane {
  display: none;
}
.panel-tabs .tab-content .active {
  display: block;
}
.panel-tabs .tab-nav-4 li {
  border-bottom: 1px solid #e2e2e2;
}
.panel-tabs .tab-nav-4 li.active {
  border-bottom: 2px solid #86000D;
}
.panel-tabs .tab-nav-4 li a {
  font-size: 24px;
}
[dir="ltr"] .tooltip{
  text-align: left;
}
[dir="rtl"] .tooltip{
  text-align: right;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Microsoft YaHei", "微软雅黑", SimSun, Arial, Helvetica, Tahoma, STXihei, "华文细黑", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.7);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.7);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.7);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.7);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.7);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.tooltip.theme-white {
  padding: 0;
}
.tooltip.theme-white.left {
  padding-right: 8px;
}
.tooltip.theme-white.left .tooltip-arrow {
  border-left-color: #fff;
  border-right-width: 0;
}
.tooltip.theme-white.right {
  padding-left: 8px;
}
.tooltip.theme-white.right .tooltip-arrow {
  border-right-color: #fff;
  border-left-width: 0;
}
.tooltip.theme-white.top {
  padding-bottom: 8px;
}
.tooltip.theme-white.top .tooltip-arrow {
  border-top-color: #fff;
  border-bottom-width: 0;
}
.tooltip.theme-white.bottom {
  padding-top: 8px;
}
.tooltip.theme-white.bottom .tooltip-arrow {
  border-bottom-color: #fff;
  border-top-width: 0;
}
.tooltip.theme-white .tooltip-arrow {
  border-width: 8px;
}
.tooltip.theme-white .tooltip-inner {
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px -10px #000000;
          box-shadow: 0px 0px 40px -10px #000000;
}
#go-to-top {
  z-index: 99999;
  text-align: center;
  width: 43px;
  height: 43px;
  padding: 8px 4px;
  position: fixed;
  bottom: -100px;
  right: 15px;
  cursor: pointer;
  overflow: auto;
  background: #86000D;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-radius: 3px 3px 3px 3px;
}
#go-to-top:hover {
  background: rgba(134, 0, 13, 0.7);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#go-to-top i {
  font-size: 25px;
}
/* 初始化 */
/* 主体结构 */
@-webkit-keyframes laydate-upbit {
  /* 微微往上滑入 */
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes laydate-upbit {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
html #layuicss-laydate {
  display: none;
  position: absolute;
  width: 1989px;
}
.layui-laydate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 66666666;
  margin: 5px 0;
  border-radius: 2px;
  font-size: 14px;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: laydate-upbit;
  animation-name: laydate-upbit;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #666;
}
.layui-laydate * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
}
.layui-laydate .layui-this {
  background-color: #86000D !important;
  color: #fff !important;
  border-radius: 20px;
}
.layui-laydate .laydate-disabled {
  background: none !important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.layui-laydate .laydate-disabled:hover {
  background: none !important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.layui-laydate-main {
  width: 272px;
}
.layui-laydate-header {
  position: relative;
  line-height: 30px;
  padding: 10px 70px 5px;
  border-bottom: 1px solid #e2e2e2;
}
.layui-laydate-header * {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  display: inline-block;
  vertical-align: bottom;
}
.layui-laydate-header i {
  position: absolute;
  top: 10px;
  padding: 0 5px;
  color: #999;
  font-size: 18px;
  cursor: pointer;
}
.layui-laydate-header i:hover {
  color: #86000D;
}
.layui-laydate-header i.laydate-prev-y {
  left: 15px;
}
.layui-laydate-header i.laydate-prev-m {
  left: 45px;
}
.layui-laydate-header i.laydate-next-y {
  right: 15px;
}
.layui-laydate-header i.laydate-next-m {
  right: 45px;
}
.layui-laydate-header span:hover {
  color: #86000D;
}
.layui-laydate-content {
  position: relative;
  padding: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-top: none 0;
  border-bottom: none 0;
}
.layui-laydate-content td {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  width: 36px;
  height: 36px;
  padding: 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #444;
  border-radius: 50%;
}
.layui-laydate-content td:hover {
  background-color: #eaeaea;
  color: #333;
}
.layui-laydate-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.layui-laydate-content th {
  width: 36px;
  height: 30px;
  padding: 5px;
  text-align: center;
  font-weight: 400;
  color: #333;
}
.layui-laydate-content td.laydate-selected {
  background-color: #b3e3f8;
  border-radius: 0;
}
.layui-laydate-content .laydate-day-prev {
  color: #d2d2d2;
}
.layui-laydate-content .laydate-day-next {
  color: #d2d2d2;
}
.layui-laydate-content td.layui-this .laydate-day-mark::after {
  display: none;
}
.layui-laydate-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.layui-laydate-list li {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.layui-laydate-list li:hover {
  background-color: #eaeaea;
  color: #333;
}
.layui-laydate-list > li {
  position: relative;
  display: inline-block;
  width: 33.3%;
  height: 36px;
  line-height: 36px;
  margin: 3px 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.layui-laydate-static {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0;
  -webkit-animation: none;
  animation: none;
}
.laydate-ym-show .laydate-prev-m {
  display: none !important;
}
.laydate-ym-show .laydate-next-m {
  display: none !important;
}
.laydate-ym-show .laydate-prev-y {
  display: inline-block !important;
}
.laydate-ym-show .laydate-next-y {
  display: inline-block !important;
}
.laydate-ym-show .laydate-set-ym span[lay-type="month"] {
  display: none !important;
}
.laydate-time-show .layui-laydate-header .layui-icon {
  display: none !important;
}
.laydate-time-show .laydate-set-ym span[lay-type="year"] {
  display: none !important;
}
.laydate-time-show .laydate-set-ym span[lay-type="month"] {
  display: none !important;
}
.laydate-set-ym {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.laydate-set-ym span {
  padding: 0 5px;
  cursor: pointer;
}
.laydate-time-text {
  cursor: default !important;
}
.laydate-day-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
}
.laydate-day-mark::after {
  position: absolute;
  content: "";
  right: 2px;
  top: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5fb878;
}
.layui-laydate-footer {
  position: relative;
  height: 46px;
  line-height: 26px;
  padding: 10px 20px;
  border-top: 1px solid #e2e2e2;
}
.layui-laydate-footer span {
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
.layui-laydate-footer span:hover {
  color: #86000D;
}
.layui-laydate-footer span[lay-type="date"] {
  color: #86000D;
}
.laydate-footer-btns {
  position: absolute;
  right: 10px;
  top: 10px;
}
.laydate-footer-btns span {
  height: 26px;
  line-height: 26px;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 2px;
}
.laydate-month-list > li {
  width: 25%;
  margin: 17px 0;
}
.laydate-month-list > li.layui-this {
  border-radius: 14px;
}
.laydate-time-list > li {
  height: 100%;
  margin: 0;
  line-height: normal;
  cursor: default;
}
.laydate-time-list > li:hover {
  background: none;
}
.laydate-time-list > li:hover ol {
  overflow-y: auto;
}
.laydate-time-list p {
  position: relative;
  top: -4px;
  line-height: 29px;
}
.laydate-time-list ol {
  height: 181px;
  overflow: hidden;
}
.laydate-time-list ol li {
  width: 130%;
  padding-left: 33px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
}
.laydate-time-list ol li.layui-this {
  border-radius: 0;
}
.laydate-time-list li ol {
  margin: 0;
  padding: 0;
  border: 1px solid #e2e2e2;
  border-left-width: 0;
}
.laydate-time-list li:first-child ol {
  border-left-width: 1px;
}
.layui-laydate-hint {
  position: absolute;
  top: 115px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #666;
  color: #ff5722;
}
.layui-laydate-range {
  width: 546px;
}
.layui-laydate-range .layui-laydate-main {
  display: inline-block;
  vertical-align: middle;
}
.layui-laydate-range .layui-laydate-main .layui-this + .laydate-selected:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #b3e3f8;
  top: 0;
  z-index: -1;
  left: -50%;
}
.layui-laydate-range .layui-laydate-main .laydate-selected + .layui-this:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #b3e3f8;
  top: 0;
  z-index: -1;
  left: -50%;
}
.layui-laydate-range .laydate-main-list-0 .laydate-next-m {
  display: none;
}
.layui-laydate-range .laydate-main-list-0 .laydate-next-y {
  display: none;
}
.layui-laydate-range .laydate-main-list-1 .laydate-prev-y {
  display: none;
}
.layui-laydate-range .laydate-main-list-1 .laydate-prev-m {
  display: none;
}
.layui-laydate-range .laydate-main-list-1 .layui-laydate-content {
  border-left: 1px solid #e2e2e2;
}
.laydate-selected:hover {
  background-color: #83d1f4 !important;
}
.laydate-selected.laydate-day-prev {
  background-color: #f8f8f8 !important;
}
.laydate-selected.laydate-day-next {
  background-color: #f8f8f8 !important;
}
.laydate-theme-molv {
  border: none;
}
.laydate-theme-molv .layui-laydate-main {
  width: 274px;
}
.laydate-theme-molv .layui-laydate-header {
  border: none;
  background-color: #009688;
}
.laydate-theme-molv .layui-laydate-header i {
  color: #f6f6f6;
}
.laydate-theme-molv .layui-laydate-header i:hover {
  color: #fff;
}
.laydate-theme-molv .layui-laydate-header span {
  color: #f6f6f6;
}
.laydate-theme-molv .layui-laydate-header span:hover {
  color: #fff;
}
.laydate-theme-molv .layui-laydate-content {
  border: 1px solid #e2e2e2;
  border-top: none;
  border-bottom: none;
}
.laydate-theme-molv .laydate-main-list-1 .layui-laydate-content {
  border-left: none;
}
.laydate-theme-molv .layui-laydate-footer {
  border: 1px solid #e2e2e2;
}
.laydate-theme-molv.layui-laydate-range {
  width: 548px;
}
.laydate-theme-grid .layui-laydate-content td {
  border: 1px solid #e2e2e2;
}
.laydate-theme-grid .layui-laydate-content thead {
  border: 1px solid #e2e2e2;
}
.laydate-theme-grid .laydate-year-list {
  margin: 1px 0 0 1px;
}
.laydate-theme-grid .laydate-year-list > li {
  border: 1px solid #e2e2e2;
  margin: 0 -1px -1px 0;
  height: 43px;
  line-height: 43px;
}
.laydate-theme-grid .laydate-month-list {
  margin: 1px 0 0 1px;
}
.laydate-theme-grid .laydate-month-list > li {
  border: 1px solid #e2e2e2;
  margin: 0 -1px -1px 0;
  height: 71px;
  line-height: 71px;
}
.laydate-theme-grid .laydate-selected {
  background-color: #f2f2f2 !important;
  color: #009688 !important;
}
.laydate-theme-grid .laydate-selected:hover {
  background-color: #f2f2f2 !important;
  color: #009688 !important;
}
.laydate-theme-grid .laydate-selected.laydate-day-prev {
  color: #d2d2d2 !important;
}
.laydate-theme-grid .laydate-selected.laydate-day-next {
  color: #d2d2d2 !important;
}
/*
  * Theme
  */
/* ==========================
   Desktop Style Reset
   ========================== */
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  -ms-overflow-style: scrollbar;
}
html {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
body {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 120%;
  font-family: "Microsoft YaHei", "微软雅黑", SimSun, Arial, Helvetica, Tahoma, STXihei, "华文细黑", sans-serif;
  min-width: 100%;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", "微软雅黑", Montserrat, "Helvetica", "Lucida Grande", "Lucida Sans", STXihei, "华文细黑", sans-serif;
  line-height: 120%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
}
a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #86000D;
}
a:hover {
  color: #410006;
}
a:focus {
  text-decoration: none;
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
p {
  margin: 0 0 14px;
  line-height: 1.5;
  font-size: 14px;
}
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 14px;
}
div,
ul,
ol,
li,
a {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/*
 * code is inline block, not block
 */
pre {
  border: none;
  width: 100%;
  overflow-x: auto;
  margin: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ===========================================================
-- Layout Style
-------------------------------------------------------------- */
.inner {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
@media (min-width: 768px) {
  .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .inner {
    width: 1170px;
  }
}
.has-sidebar .inner {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
/**
 * about header style
 * logo, header block
 */
#header .block {
  margin-bottom: 0;
}
#site-logo img {
  height: 40px;
  width: auto;
}
/**
 * main common class
 */
.main-menu .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.main-menu .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-menu .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.main-menu .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.main-menu .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.main-menu .nav-menu .open > .dropdown-menu {
  display: block;
}
.main-menu .nav-menu .expanded {
  position: relative;
}
.main-menu .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.main-menu .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.main-menu .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.main-menu .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.main-menu .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.main-menu .nav-menu .expanded .level-menu .menu-item > a.is-active,
.main-menu .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.main-menu .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.main-menu .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.main-menu .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.main-menu .open > .dropdown-menu {
  display: block;
}
.main-menu .open > a {
  outline: 0;
}
.navbar {
  background-color: #86000D;
}
.navbar .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.navbar .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.navbar .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.navbar .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.navbar .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.navbar .nav-menu .open > .dropdown-menu {
  display: block;
}
.navbar .nav-menu .expanded {
  position: relative;
}
.navbar .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.navbar .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.navbar .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.navbar .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.navbar .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.navbar .nav-menu .expanded .level-menu .menu-item > a.is-active,
.navbar .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.navbar .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.navbar .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.navbar .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.navbar .open > .dropdown-menu {
  display: block;
}
.navbar .open > a {
  outline: 0;
}
.navbar .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.navbar .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.navbar .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.navbar .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.navbar .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.navbar .nav-menu .open > .dropdown-menu {
  display: block;
}
.navbar .nav-menu .expanded {
  position: relative;
}
.navbar .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.navbar .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.navbar .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.navbar .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.navbar .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.navbar .nav-menu .expanded .level-menu .menu-item > a.is-active,
.navbar .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.navbar .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.navbar .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.navbar .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.navbar .open > .dropdown-menu {
  display: block;
}
.navbar .open > a {
  outline: 0;
}
.navbar .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .nav-menu .menu-item a {
  padding: 14px 1em;
  color: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", Montserrat, "Helvetica", "Lucida Grande", "Lucida Sans", STXihei, "华文细黑", sans-serif;
}
.navbar .nav-menu .menu-item a:hover {
  background-color: #fff;
  color: #86000D;
}
.main-menu-v1 {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
.main-menu-v1 .logo {
  display: none;
}
.main-menu-v1 .stuck {
  left: 0;
  right: 0;
  background-color: #86000D;
  border-bottom: 3px solid #02a7f7;
  -webkit-animation: menu_sticky 0.7s ease-in-out;
          animation: menu_sticky 0.7s ease-in-out;
}
.main-menu-v1 .stuck .logo {
  display: block;
  height: 40px;
  padding: 9px 0;
  width: 20%;
}
.main-menu-v1 .stuck .nav-menu {
  float: right;
  width: 80%;
}
.main-menu-v1 .stuck .nav-menu .menu-item a {
  color: #fff;
}
.main-menu-v1 .stuck .nav-menu .menu-item a:hover {
  background-color: #6d000b;
}
.main-menu-v1 .inner {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.main-menu-v1 .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.main-menu-v1 .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-menu-v1 .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.main-menu-v1 .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.main-menu-v1 .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.main-menu-v1 .nav-menu .open > .dropdown-menu {
  display: block;
}
.main-menu-v1 .nav-menu .expanded {
  position: relative;
}
.main-menu-v1 .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.main-menu-v1 .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.main-menu-v1 .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a.is-active,
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.main-menu-v1 .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.main-menu-v1 .open > .dropdown-menu {
  display: block;
}
.main-menu-v1 .open > a {
  outline: 0;
}
.main-menu-v1 .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.main-menu-v1 .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-menu-v1 .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.main-menu-v1 .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.main-menu-v1 .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.main-menu-v1 .nav-menu .open > .dropdown-menu {
  display: block;
}
.main-menu-v1 .nav-menu .expanded {
  position: relative;
}
.main-menu-v1 .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.main-menu-v1 .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.main-menu-v1 .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a.is-active,
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.main-menu-v1 .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.main-menu-v1 .open > .dropdown-menu {
  display: block;
}
.main-menu-v1 .open > a {
  outline: 0;
}
.main-menu-v1 .nav-menu .menu-item a {
  padding: 14px 1em;
  color: #333333;
  font-family: "Microsoft YaHei", "微软雅黑", Montserrat, "Helvetica", "Lucida Grande", "Lucida Sans", STXihei, "华文细黑", sans-serif;
}
.main-menu-v1 .nav-menu .menu-item a:hover {
  background-color: #86000D;
  color: #fff;
}
.main-menu-v1 .nav-menu .menu-item.open a {
  background-color: #86000D;
  color: #fff;
}
.main-menu-v1 .nav-menu .expanded .icon {
  display: none;
}
.main-menu-v1 .nav-menu .expanded .level-menu {
  background-color: #86000D;
  text-align: left;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item {
  border-top: 1px solid #a0000f;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item a {
  color: #fff;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item a.is-active,
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item a:hover {
  background-color: #7c000c;
}
.main-menu-v1 .nav-menu > .menu-item {
  text-align: center;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(4),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(4) ~ li {
  width: 25%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(5),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(5) ~ li {
  width: 20%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(6),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(6) ~ li {
  width: 16.66%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(7),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(7) ~ li {
  width: 14.2857%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(8),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(8) ~ li {
  width: 12.5%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(9),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(9) ~ li {
  width: 11.1111%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(10),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(10) ~ li {
  width: 10%;
}
@media only screen and (min-width: 992px) {
  .main-menu-v1 {
    display: block;
  }
}
.ui-preview-header .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.ui-preview-header .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.ui-preview-header .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.ui-preview-header .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.ui-preview-header .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.ui-preview-header .nav-menu .open > .dropdown-menu {
  display: block;
}
.ui-preview-header .nav-menu .expanded {
  position: relative;
}
.ui-preview-header .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.ui-preview-header .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.ui-preview-header .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a.is-active,
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.ui-preview-header .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.ui-preview-header .open > .dropdown-menu {
  display: block;
}
.ui-preview-header .open > a {
  outline: 0;
}
.ui-preview-header .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.ui-preview-header .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.ui-preview-header .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.ui-preview-header .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.ui-preview-header .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.ui-preview-header .nav-menu .open > .dropdown-menu {
  display: block;
}
.ui-preview-header .nav-menu .expanded {
  position: relative;
}
.ui-preview-header .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.ui-preview-header .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.ui-preview-header .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a.is-active,
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.ui-preview-header .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.ui-preview-header .open > .dropdown-menu {
  display: block;
}
.ui-preview-header .open > a {
  outline: 0;
}
.ui-preview-header .nav-menu .menu-item a {
  padding: 27px;
}
.ui-preview-header .nav-menu .menu-item a.menu-toggle {
  font-size: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.ui-preview-header .nav-menu .menu-item:hover .menu-toggle {
  color: #fff;
  background-color: #6d000b;
}
.ui-preview-header .nav-menu .expanded .level-menu {
  min-width: 200px;
  background-color: #6d000b;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item {
  border-top: 1px solid #62000a;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item a {
  color: #fff;
  font-size: 16px;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item a:hover {
  color: #fff;
  background-color: #600009;
}
@media only screen and (max-width: 768px) {
  .ui-preview-header .js-main-menu .nav-menu {
    display: none;
  }
}
@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
/**
 * sidebar menu common class
 */
.sidebar-menu a {
  color: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding-left: 14px;
}
.sidebar-menu .level-menu a {
  font-size: 16px;
}
.sidebar-menu .level-menu a:hover,
.sidebar-menu .level-menu a.is-active {
  color: #86000D;
}
.sidebar-menu-v1 a {
  color: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding-left: 14px;
}
.sidebar-menu-v1 .level-menu a {
  font-size: 16px;
}
.sidebar-menu-v1 .level-menu a:hover,
.sidebar-menu-v1 .level-menu a.is-active {
  color: #86000D;
}
.sidebar-menu-v1 a {
  color: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding-left: 14px;
}
.sidebar-menu-v1 .level-menu a {
  font-size: 16px;
}
.sidebar-menu-v1 .level-menu a:hover,
.sidebar-menu-v1 .level-menu a.is-active {
  color: #86000D;
}
.sidebar-menu-v1 .nav-menu > .menu-item > a {
  background-color: #eeeeee;
  margin-bottom: 2px;
  position: relative;
}
.sidebar-menu-v1 .nav-menu > .menu-item.active > a {
  background-color: #86000D;
  color: #fff;
  font-weight: bold;
}
.sidebar-menu-v1 .nav-menu .level-menu a {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-menu-v1 .nav-menu .level-menu a:before {
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  content: "\e817";
  font-size: 12px;
  padding-right: 7px;
}
.sidebar-menu-v1 .nav-menu .level-menu .menu-item:last-child a {
  border-bottom: 0;
}
.sidebar-menu-v1 .nav-menu .expanded .menu-collapse .icon-toggle {
  float: right;
  padding: 0 14px;
}
.sidebar-menu-v1 .nav-menu .expanded .menu-collapse .icon-toggle:after {
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  content: "\e817";
  font-size: 18px;
}
.sidebar-menu-v1 .nav-menu .expanded .level-menu {
  display: none;
}
.sidebar-menu-v1 .nav-menu .expanded.active .level-menu {
  display: block;
}
.navbar-static-top {
  background-color: #86000D;
  border: 0;
  min-height: 50px;
}
.navbar-static-top .navbar-custom-menu {
  float: right;
}
.navbar-static-top .navbar-custom-menu ul,
.navbar-static-top .navbar-custom-menu li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.navbar-static-top .navbar-custom-menu > ul.nav {
  position: relative;
  float: left;
}
.navbar-static-top .navbar-custom-menu > ul.nav:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li {
  position: relative;
  float: left;
  display: block;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li > a {
  color: #fff;
  padding: 15px;
  line-height: 18px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li > a:hover {
  color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-static-top .navbar-custom-menu > ul.nav > li > a .icon {
  font-size: 18px;
  line-height: 18px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li > a .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: 0.9;
  border: 0;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu {
  right: 0;
  left: auto;
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
  border: 1px solid #e5e5e5;
  z-index: 9;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li {
  border-top: 0;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 14px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu li a {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu li a:hover {
  background-color: #f2f2f2;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu li a .icon {
  font-size: 16px;
  width: 20px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media.media-float img {
  float: left;
  margin-right: 7px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media.media-float .media-body {
  margin-left: 50px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media.media-float .media-body p {
  margin: 3.5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media .title {
  position: relative;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media .title small {
  color: #777777;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media .title small .icon {
  font-size: inherit;
  width: auto;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li.footer a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .navbar-static-top .navbar-custom-menu > ul.nav > li {
    position: static;
  }
  .navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu {
    right: 5%;
  }
}
.heading .heading-title {
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 14px;
}
.heading .heading-title strong {
  color: #86000D;
}
.heading .title-desc {
  max-width: 700px;
  margin: 0 auto;
  line-height: 2em;
}
.title-box > .title {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
}
.title-box > .title:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  background: #333;
  height: 1px;
  width: 40px;
  margin: 0 0 -1px;
}
.title-box > .title:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  height: 1px;
  margin: 0 0 -1px;
}
.title-box > .title.inner:after {
  left: 10px;
}
.title-box > .title.inner:before {
  left: 10px;
  right: 10px;
}
.breadcrumb .list-breadcrumb li a {
  color: #333333;
}
.breadcrumb .list-breadcrumb li a:hover {
  color: #86000D;
  text-decoration: underline;
}
.breadcrumb .list-breadcrumb .space {
  color: #c4c4c4;
}
/* -----------------
---- Promo Core ----
----------------- */
.promo {
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
.promo .inner {
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 70px;
  padding-top: 70px;
}
.promo .promo-row {
  margin-top: 21px;
  margin-bottom: 21px;
}
.promo .promo-row:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.promo .promo-inside {
  padding-bottom: 100px;
  padding-top: 100px;
}
.promo .promo-inside-lg {
  padding-bottom: 140px;
  padding-top: 140px;
}
.promo .promo-inside-min {
  padding-bottom: 35px;
  padding-top: 35px;
}
.promo .promo-inside-c-b {
  padding-bottom: 0px;
}
.promo .promo-inside-c-t {
  padding-top: 0px;
}
.promo .video-conrainer {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.promo .video-conrainer .video-media {
  display: block;
  width: 100%;
  height: auto;
}
.promo .title {
  margin-top: 14px;
  margin-bottom: 14px;
}
.promo h1,
.promo h2,
.promo h3,
.promo h4,
.promo h5,
.promo h6 {
  line-height: 1.5;
}
.promo p {
  color: inherit;
  font-size: 14px;
}
.promo .btn {
  border-radius: 32px / 2;
  margin-right: 14px;
}
.icon-box .icon {
  color: #86000D;
}
.icon-box .title {
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 14px;
}
.icon-box-1 .icon {
  color: #86000D;
}
.icon-box-1 .title {
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 14px;
}
.icon-box-1 .icon-box-inner {
  display: table;
}
.icon-box-1 .icon-box-inner .icon,
.icon-box-1 .icon-box-inner .title {
  display: table-cell;
  vertical-align: middle;
}
.icon-box-1 .icon-box-inner .icon {
  padding-right: 14px;
}
.icon-box-2 .icon {
  color: #86000D;
}
.icon-box-2 .title {
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 14px;
}
.icon-box-3 .icon {
  color: #86000D;
}
.icon-box-3 .title {
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 14px;
}
.icon-box-3 .icon-box-inner {
  display: table;
}
.icon-box-3 .icon-box-inner .icon-box-media,
.icon-box-3 .icon-box-inner .icon-box-content {
  display: table-cell;
  vertical-align: top;
}
.icon-box-3 .icon-box-inner .icon-box-media .title,
.icon-box-3 .icon-box-inner .icon-box-content .title {
  margin-top: 0;
}
.icon-box-3 .icon-box-inner .icon-box-media {
  padding-right: 14px;
}
/* ------
   Page Style
------ */
/* -----------------------
	 Theme Default Style
----------------------- */
.logo {
  display: table;
}
.logo .site-logo img {
  max-height: 60px;
}
.logo .site-name {
  font-size: 40px;
}
.logo .site-logo,
.logo .site-name {
  display: table-cell;
  vertical-align: middle;
}
/* -----------------------
	 Modules Set
----------------------- */
.ipe-layout {
  margin-bottom: 14px;
}
/* -----------------------
	  panel-ipe
----------------------- */
#panels-ipe-tray .ipe-form {
  /*fix ie center*/
  margin: 0;
}
/* search */
#search-block-form:after,
.search-block-form:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#search-block-form .form-item-keys,
.search-block-form .form-item-keys {
  float: left;
  margin-right: 7px;
}
#search-block-form .form-actions,
.search-block-form .form-actions {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
#search-block-form .form-actions .form-submit,
.search-block-form .form-actions .form-submit {
  margin-right: 0;
  height: 32px;
}
#search-form #edit-basic:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#search-form #edit-basic .form-item-keys {
  float: left;
}
#search-form #edit-basic .form-actions {
  float: left;
  padding-top: 21px;
  margin-left: 14px;
}
.title-icon {
  color: #86000D;
}
.title-icon span {
  position: relative;
  padding: 0 7px;
}
.title-icon span:before,
.title-icon span:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #e5e5e5;
  top: 50%;
  position: absolute;
  margin-top: -2px;
}
.title-icon span:before {
  right: 100%;
}
.title-icon span:after {
  left: 100%;
}
.title-line {
  position: relative;
}
.title-line:after {
  content: "";
  width: 56px;
  height: 1px;
  background-color: #86000D;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.heading-line {
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  margin: 14px auto;
  background-color: #86000D;
}
.heading-line.heading-line-2x {
  height: 2px;
}
.time {
  text-align: center;
}
.time .time-top,
.time .time-bottom {
  padding: 7px 14px;
  line-height: 1.5;
}
.time .time-top {
  border-top: 3px solid #fbc02d;
  position: relative;
  background-color: #fff;
}
.time .time-top:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #fbc02d transparent transparent transparent;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  margin-left: -6px;
}
.time .time-bottom {
  background-color: #86000D;
  color: #fff;
}
.time-v1 {
  text-align: center;
}
.time-v1 .time-top,
.time-v1 .time-bottom {
  padding: 7px 14px;
  line-height: 1.5;
}
.time-v1 .time-top {
  border-top: 3px solid #fbc02d;
  position: relative;
  background-color: #fff;
}
.time-v1 .time-top:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #fbc02d transparent transparent transparent;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  margin-left: -6px;
}
.time-v1 .time-bottom {
  background-color: #86000D;
  color: #fff;
}
[data-loading]:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
}
[data-loading][data-loading="loading"]:after,
[data-loading][data-loading="loading"] .load {
  display: block;
}
[data-loading] .load {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  -webkit-animation: rotate 1.4s linear infinite;
          animation: rotate 1.4s linear infinite;
  color: #cb0014;
}
[data-loading] .loading {
  -webkit-animation: dash 1.4s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0px;
  color: #cb0014;
  stroke: currentColor;
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: 60;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -30;
  }
  100% {
    stroke-dasharray: 90, 96;
    stroke-dashoffset: -120;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: 60;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -30;
  }
  100% {
    stroke-dasharray: 90, 96;
    stroke-dashoffset: -120;
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[data-toggle="slimScroll"] {
  height: 100%;
}
.hamburger.hamburger--collapse {
  display: block;
}
@media only screen and (min-width: 992px) {
  .hamburger.hamburger--collapse {
    display: none;
  }
}
.hamburger.hamburger--collapse .hamburger-inner,
.hamburger.hamburger--collapse .hamburger-inner:after,
.hamburger.hamburger--collapse .hamburger-inner:before {
  background-color: #fff;
}
.hamburger.hamburger--collapse.is-active .hamburger-inner,
.hamburger.hamburger--collapse.is-active .hamburger-inner:after,
.hamburger.hamburger--collapse.is-active .hamburger-inner:before {
  background-color: #fff;
}
.sticky-wrapper {
  background-color: inherit;
}
.sticky-wrapper .stuck {
  position: fixed;
  top: 0;
  z-index: 503;
  background-color: inherit;
  width: 100%;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
/* - Math Default Height Fun ---------*/
.js-dy-footer {
  visibility: hidden;
}
.dy-footer {
  background-color: #86000D;
  color: #fff;
}
.dy-footer .inner {
  padding: 0;
}
.dy-footer a,
.dy-footer p {
  color: #fff;
}
.dy-footer ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.dy-footer ul li {
  list-style: none;
}
.dy-footer i {
  color: #86000D;
  font-size: 16px;
  line-height: 2em;
  margin-right: 7px;
}
.dy-footer .footer-logo img {
  height: 38px;
  padding: 14px 0;
}
.dy-footer .footer-links li {
  list-style: none;
  float: left;
  margin-right: 12px;
  padding: 11px 0;
}
.dy-footer .footer-links li a {
  font-size: 13px;
}
.dy-footer hr {
  border: 0;
  border-top: 1px solid #eee;
}
.panel-ui .panel-slide {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 200%;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 14px;
}
.panel-ui .panel-slide:before {
  color: #777777;
  content: "\e602";
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.panel-ui > .panel-content {
  margin-left: 200px;
}
.panel-ui > .panel-content code {
  padding: 0;
  max-height: 400px;
  overflow: auto;
}
.panel-ui .panel-full {
  margin-left: 0;
  margin-right: 0;
}
.panel-ui .panel-shadow {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.panel-ui .panel-ui-block {
  margin-bottom: 42px;
}
.panel-ui .panel-ui-block .badge {
  height: 100px;
  width: 100%;
  border-radius: 0;
}
.panel-ui .panel-ui-block .title {
  margin-top: 7px;
  font-weight: normal;
}
.panel-ui .panel-ui-block p {
  margin-bottom: 0;
}
.panel-ui .panel-ui-pick-color-error .badge {
  background-color: #F44339;
}
.panel-ui .panel-ui-pick-color-warning .badge {
  background-color: #fbc02d;
}
.panel-ui .panel-ui-pick-color-info .badge {
  background-color: #03a9f4;
}
.panel-ui .panel-ui-pick-color-primary .badge {
  background-color: #86000D;
}
.panel-ui .panel-ui-pick-color-success .badge {
  background-color: #4caf50;
}
.panel-ui .panel-ui-state-color-success .badge {
  background-color: #325e1c;
}
.panel-ui .panel-ui-state-color-info .badge {
  background-color: #31708f;
}
.panel-ui .panel-ui-state-color-warning .badge {
  background-color: #734c00;
}
.panel-ui .panel-ui-state-color-danger .badge {
  background-color: #a51b00;
}
.panel-ui .panel-ui-global-color .badge {
  background-color: #000;
}
.panel-ui .panel-ui-global-color-darker .badge {
  background-color: #222222;
}
.panel-ui .panel-ui-global-color-dark .badge {
  background-color: #333333;
}
.panel-ui .panel-ui-global-color-light .badge {
  background-color: #777777;
}
.panel-ui .panel-ui-global-color-lighter .badge {
  background-color: #eeeeee;
}
.panel-ui .panel-ui-global-color-base .badge {
  background-color: #555555;
}
.panel-ui .panel-ui-pick-color-light .badge {
  background-color: #0079c3;
}
.panel-ui .panel-ui-pick-color-dark .badge {
  background-color: #011936;
}
.panel-ui .panel-ui-border-color .badge {
  background-color: #e5e5e5;
}
.panel-ui .panel-ui-global-color-white .badge {
  background-color: #fff;
}
.panel-ui .icon_lists {
  width: 100% !important;
}
.panel-ui .icon_lists li {
  padding-right: 7px;
  padding-left: 7px;
  float: left;
  margin: 7px 0;
  width: 100px;
  text-align: center;
  list-style: none !important;
}
.panel-ui .icon_lists .name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-ui .icon_lists .code {
  background-color: #eee;
}
.panel-ui .icon_lists .icon {
  color: #666;
  font-size: 36px;
  -webkit-transition: font-size 0.25s ease-out 0s;
  transition: font-size 0.25s ease-out 0s;
  border: 1px solid #d4d4d4;
  padding: 12px;
  border-radius: 5px;
}
.panel-ui .icon_lists input {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  border: none;
  margin: 0 auto;
  padding: 0;
  line-height: 20px;
  height: 20px;
  cursor: copy;
}
.panel-ui .icon_lists i + input {
  margin-top: 7px;
}
.panel-ui .dy-components {
  margin-top: 14px;
}
.panel-ui .dy-components + .dy-components {
  margin-top: 28px;
}
.panel-ui .dy-components .dy-components-demo {
  margin-top: 14px;
}
.panel-ui .dy-components .dy-components-inner {
  padding-top: 28px;
  padding-bottom: 28px;
}
.panel-ui .dy-components .section-header {
  font-size: 18px;
}
.panel-ui .dy-components .section-header:before {
  display: none;
}
.panel-ui .dy-components .section-item + .section-item {
  margin-top: 21px;
}
.btn.expand-code {
  display: block;
  text-align: left;
  padding: 14px;
}
.btn.expand-code:hover {
  background-color: #eee;
  text-decoration: underline;
}
.btn.expand-code i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.btn.expand-code.collapsed i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
/* --------
   wall
--------- */
#wall {
  background-color: #f1f1f1;
  position: relative;
  color: #333333;
  background-repeat: repeat;
  background-size: auto;
  min-height: 216px;
}
#wall .title {
  font-size: 16px;
  color: #555555;
}
#wall h1.page-title {
  display: block;
}
#wall .inner {
  padding: 55px 14px;
}
#wall .inner p {
  font-size: 24px;
}
@media (max-width: 767px) {
  #wall {
    min-height: auto;
  }
}
.page-ui-preview .block {
  margin-bottom: 0;
}
.ui-preview-header.sticky-header .stuck {
  left: 0;
  right: 0;
  background-color: #86000D;
  -webkit-animation: menu_sticky 0.7s ease-in-out;
          animation: menu_sticky 0.7s ease-in-out;
  -webkit-box-shadow: 0 0 2px #777777;
          box-shadow: 0 0 2px #777777;
}
.ui-preview-header .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.ui-preview-header .hamburger {
  margin-top: 7px;
}
.ui-preview-header .hamburger .hamburger-inner,
.ui-preview-header .hamburger .hamburger-inner:after,
.ui-preview-header .hamburger .hamburger-inner:before {
  background-color: #fff;
}
.ui-preview-header .nav-menu {
  z-index: 9;
}
.page-ui-preview-theme .breadcrumb,
.page-ui-preview-theme h1.page-title {
  display: none;
}
.page-ui-preview-theme #block-dyniva-ui-content {
  margin-bottom: 0;
}
.page-ui-preview-theme #outside {
  display: none;
}
.page-ui-preview-theme #outside.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}
.page-ui-preview .page nav.breadcrumb,
.page-ui-preview .page h1.page-title {
  display: none;
}
.panel-ui-color .dy-components-demo .col-sm-5 {
  float: left;
}
.panel-ui-color .dy-components-demo .col-sm-5:nth-child(2n) {
  float: right;
}
.ui-space-wrapper {
  background-color: rgba(255, 0, 0, 0.2);
  width: 100%;
}
.ui-space-wrapper-larg {
  height: 28px;
}
.ui-space-wrapper-default {
  height: 14px;
}
.ui-space-wrapper-min {
  height: 7px;
}
.ui-feature .icon {
  background: #f2f2f2;
  width: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 300%;
}
.video-modal-container .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1280px;
  max-height: 790px;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  padding: 0 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-modal-container .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.video-modal-container .modal-dialog .modal-content .modal-header {
  display: none;
}
.video-modal-container .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: -40px;
  right: 0;
  margin-top: 0;
  color: #fff;
  opacity: 1;
  font-weight: normal;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.video-modal-container .modal-dialog .modal-content .modal-header .close:before,
.video-modal-container .modal-dialog .modal-content .modal-header .close:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 10px;
  background-color: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.video-modal-container .modal-dialog .modal-content .modal-header .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-modal-container .modal-dialog .modal-content .modal-header .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-modal-container .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.video-modal-container .modal-dialog video {
  width: 100%;
}
@media (min-width: 768px) {
  .video-modal-container .modal-dialog {
    padding: 0 40px;
  }
}
.video-modal-container .iframe-video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video-modal-container .iframe-video iframe {
  border: none;
  background-color: #000000;
}
.tooltip h3 {
  color: inherit;
}
.dy-chart {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
body.toolbar-horizontal:not(.toolbar-loading) .sticky-wrapper .stuck {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  top: 39px !important;
}
body.toolbar-horizontal:not(.toolbar-loading).toolbar-tray-open .sticky-wrapper .stuck {
  top: 79px !important;
}
.hamburger.hamburger--collapse {
  display: block;
}
@media only screen and (min-width: 992px) {
  .hamburger.hamburger--collapse {
    display: none;
  }
}
.hamburger.hamburger--collapse .hamburger-inner,
.hamburger.hamburger--collapse .hamburger-inner:after,
.hamburger.hamburger--collapse .hamburger-inner:before {
  background-color: #fff;
}
.hamburger.hamburger--collapse.is-active .hamburger-inner,
.hamburger.hamburger--collapse.is-active .hamburger-inner:after,
.hamburger.hamburger--collapse.is-active .hamburger-inner:before {
  background-color: #fff;
}
/**
 * about header style
 * logo, header block
 */
#header .block {
  margin-bottom: 0;
}
#site-logo img {
  height: 40px;
  width: auto;
}
/* ===========================================================
-- Layout Style
-------------------------------------------------------------- */
.inner {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
@media (min-width: 768px) {
  .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .inner {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .inner {
    width: 1440px;
  }
}
.inner-sm {
  padding: 0 7px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .inner-sm {
    width: 100%;
    max-width: 764px;
  }
}
@media screen and (min-width: 992px) {
  .inner-sm {
    width: 100%;
    max-width: 918px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .inner-sm {
    width: 100%;
    max-width: 1106px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 1470px) {
  .inner-sm {
    width: 100%;
    max-width: 1184px;
    padding-left: 42px;
    padding-right: 42px;
  }
}
.inner-lg {
  padding: 0 7px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .inner-lg {
    width: 100%;
    max-width: 764px;
  }
}
@media screen and (min-width: 992px) {
  .inner-lg {
    width: 100%;
    max-width: 998px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .inner-lg {
    width: 100%;
    max-width: 1226px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 1470px) {
  .inner-lg {
    width: 100%;
    max-width: 1724px;
    padding-left: 42px;
    padding-right: 42px;
  }
}
.has-sidebar .inner {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
  .row.row-md {
    margin-left: -14px;
    margin-right: -14px;
  }
  .row.row-md > [class*="col-"] {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .row.row-lg {
    margin-left: -21px;
    margin-right: -21px;
  }
  .row.row-lg > [class*="col-"] {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .row.row-xl {
    margin-left: -28px;
    margin-right: -28px;
  }
  .row.row-xl > [class*="col-"] {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 1470px) {
  .row.row-xl {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.row-xl > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/**
 * main common class
 */
.main-menu .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.main-menu .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-menu .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.main-menu .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.main-menu .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.main-menu .nav-menu .open > .dropdown-menu {
  display: block;
}
.main-menu .nav-menu .expanded {
  position: relative;
}
.main-menu .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.main-menu .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.main-menu .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.main-menu .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.main-menu .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.main-menu .nav-menu .expanded .level-menu .menu-item > a.is-active,
.main-menu .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.main-menu .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.main-menu .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.main-menu .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.main-menu .open > .dropdown-menu {
  display: block;
}
.main-menu .open > a {
  outline: 0;
}
.navbar {
  background-color: #86000D;
}
.navbar .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.navbar .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.navbar .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.navbar .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.navbar .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.navbar .nav-menu .open > .dropdown-menu {
  display: block;
}
.navbar .nav-menu .expanded {
  position: relative;
}
.navbar .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.navbar .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.navbar .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.navbar .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.navbar .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.navbar .nav-menu .expanded .level-menu .menu-item > a.is-active,
.navbar .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.navbar .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.navbar .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.navbar .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.navbar .open > .dropdown-menu {
  display: block;
}
.navbar .open > a {
  outline: 0;
}
.navbar .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.navbar .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.navbar .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.navbar .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.navbar .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.navbar .nav-menu .open > .dropdown-menu {
  display: block;
}
.navbar .nav-menu .expanded {
  position: relative;
}
.navbar .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.navbar .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.navbar .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.navbar .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.navbar .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.navbar .nav-menu .expanded .level-menu .menu-item > a.is-active,
.navbar .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.navbar .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.navbar .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.navbar .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.navbar .open > .dropdown-menu {
  display: block;
}
.navbar .open > a {
  outline: 0;
}
.navbar .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .nav-menu .menu-item a {
  padding: 14px 1em;
  color: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", Montserrat, "Helvetica", "Lucida Grande", "Lucida Sans", STXihei, "华文细黑", sans-serif;
}
.navbar .nav-menu .menu-item a:hover {
  background-color: #fff;
  color: #86000D;
}
.main-menu-v1 {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
.main-menu-v1 .logo {
  display: none;
}
.main-menu-v1 .stuck {
  left: 0;
  right: 0;
  background-color: #86000D;
  border-bottom: 3px solid #02a7f7;
  -webkit-animation: menu_sticky 0.7s ease-in-out;
          animation: menu_sticky 0.7s ease-in-out;
}
.main-menu-v1 .stuck .logo {
  display: block;
  height: 40px;
  padding: 9px 0;
  width: 20%;
}
.main-menu-v1 .stuck .nav-menu {
  float: right;
  width: 80%;
}
.main-menu-v1 .stuck .nav-menu .menu-item a {
  color: #fff;
}
.main-menu-v1 .stuck .nav-menu .menu-item a:hover {
  background-color: #6d000b;
}
.main-menu-v1 .inner {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.main-menu-v1 .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.main-menu-v1 .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-menu-v1 .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.main-menu-v1 .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.main-menu-v1 .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.main-menu-v1 .nav-menu .open > .dropdown-menu {
  display: block;
}
.main-menu-v1 .nav-menu .expanded {
  position: relative;
}
.main-menu-v1 .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.main-menu-v1 .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.main-menu-v1 .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a.is-active,
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.main-menu-v1 .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.main-menu-v1 .open > .dropdown-menu {
  display: block;
}
.main-menu-v1 .open > a {
  outline: 0;
}
.main-menu-v1 .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.main-menu-v1 .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-menu-v1 .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.main-menu-v1 .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.main-menu-v1 .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.main-menu-v1 .nav-menu .open > .dropdown-menu {
  display: block;
}
.main-menu-v1 .nav-menu .expanded {
  position: relative;
}
.main-menu-v1 .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.main-menu-v1 .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.main-menu-v1 .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a.is-active,
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.main-menu-v1 .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.main-menu-v1 .open > .dropdown-menu {
  display: block;
}
.main-menu-v1 .open > a {
  outline: 0;
}
.main-menu-v1 .nav-menu .menu-item a {
  padding: 14px 1em;
  color: #333333;
  font-family: "Microsoft YaHei", "微软雅黑", Montserrat, "Helvetica", "Lucida Grande", "Lucida Sans", STXihei, "华文细黑", sans-serif;
}
.main-menu-v1 .nav-menu .menu-item a:hover {
  background-color: #86000D;
  color: #fff;
}
.main-menu-v1 .nav-menu .menu-item.open a {
  background-color: #86000D;
  color: #fff;
}
.main-menu-v1 .nav-menu .expanded .icon {
  display: none;
}
.main-menu-v1 .nav-menu .expanded .level-menu {
  background-color: #86000D;
  text-align: left;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item {
  border-top: 1px solid #a0000f;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item a {
  color: #fff;
}
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item a.is-active,
.main-menu-v1 .nav-menu .expanded .level-menu .menu-item a:hover {
  background-color: #7c000c;
}
.main-menu-v1 .nav-menu > .menu-item {
  text-align: center;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(4),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(4) ~ li {
  width: 25%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(5),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(5) ~ li {
  width: 20%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(6),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(6) ~ li {
  width: 16.66%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(7),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(7) ~ li {
  width: 14.2857%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(8),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(8) ~ li {
  width: 12.5%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(9),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(9) ~ li {
  width: 11.1111%;
}
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(10),
.main-menu-v1 .nav-menu > .menu-item:nth-last-child(10) ~ li {
  width: 10%;
}
@media only screen and (min-width: 992px) {
  .main-menu-v1 {
    display: block;
  }
}
.ui-preview-header .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.ui-preview-header .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.ui-preview-header .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.ui-preview-header .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.ui-preview-header .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.ui-preview-header .nav-menu .open > .dropdown-menu {
  display: block;
}
.ui-preview-header .nav-menu .expanded {
  position: relative;
}
.ui-preview-header .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.ui-preview-header .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.ui-preview-header .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a.is-active,
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.ui-preview-header .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.ui-preview-header .open > .dropdown-menu {
  display: block;
}
.ui-preview-header .open > a {
  outline: 0;
}
.ui-preview-header .nav-menu {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.ui-preview-header .nav-menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.ui-preview-header .nav-menu .menu-item {
  display: block;
  line-height: 1;
  float: left;
}
.ui-preview-header .nav-menu .menu-item a {
  display: block;
  padding: 28px 1em;
}
.ui-preview-header .nav-menu .menu-item:last-child .level-menu {
  right: 0;
  left: auto;
}
.ui-preview-header .nav-menu .open > .dropdown-menu {
  display: block;
}
.ui-preview-header .nav-menu .expanded {
  position: relative;
}
.ui-preview-header .nav-menu .expanded.level-open .level-menu {
  display: block;
}
.ui-preview-header .nav-menu .expanded .level-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 300px;
}
.ui-preview-header .nav-menu .expanded .level-menu a {
  line-height: 1;
  padding: 14px;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a {
  color: #333333;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a.is-active,
.ui-preview-header .nav-menu .expanded .level-menu .menu-item > a:hover {
  background-color: #f2f2f2;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item:first-child {
  border-top: 0;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item .level-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.ui-preview-header .nav-menu .expanded .level-menu.level-open {
  display: block;
}
.ui-preview-header .open > .dropdown-menu {
  display: block;
}
.ui-preview-header .open > a {
  outline: 0;
}
.ui-preview-header .nav-menu .menu-item a {
  padding: 27px;
}
.ui-preview-header .nav-menu .menu-item a.menu-toggle {
  font-size: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.ui-preview-header .nav-menu .menu-item:hover .menu-toggle {
  color: #fff;
  background-color: #6d000b;
}
.ui-preview-header .nav-menu .expanded .level-menu {
  min-width: 200px;
  background-color: #6d000b;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item {
  border-top: 1px solid #62000a;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item a {
  color: #fff;
  font-size: 16px;
}
.ui-preview-header .nav-menu .expanded .level-menu .menu-item a:hover {
  color: #fff;
  background-color: #600009;
}
@media only screen and (max-width: 768px) {
  .ui-preview-header .js-main-menu .nav-menu {
    display: none;
  }
}
@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
/**
 * sidebar menu common class
 */
.sidebar-menu a {
  color: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding-left: 14px;
}
.sidebar-menu .level-menu a {
  font-size: 16px;
}
.sidebar-menu .level-menu a:hover,
.sidebar-menu .level-menu a.is-active {
  color: #86000D;
}
.sidebar-menu-v1 a {
  color: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding-left: 14px;
}
.sidebar-menu-v1 .level-menu a {
  font-size: 16px;
}
.sidebar-menu-v1 .level-menu a:hover,
.sidebar-menu-v1 .level-menu a.is-active {
  color: #86000D;
}
.sidebar-menu-v1 a {
  color: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding-left: 14px;
}
.sidebar-menu-v1 .level-menu a {
  font-size: 16px;
}
.sidebar-menu-v1 .level-menu a:hover,
.sidebar-menu-v1 .level-menu a.is-active {
  color: #86000D;
}
.sidebar-menu-v1 .nav-menu > .menu-item > a {
  background-color: #eeeeee;
  margin-bottom: 2px;
  position: relative;
}
.sidebar-menu-v1 .nav-menu > .menu-item.active > a {
  background-color: #86000D;
  color: #fff;
  font-weight: bold;
}
.sidebar-menu-v1 .nav-menu .level-menu a {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-menu-v1 .nav-menu .level-menu a:before {
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  content: "\e817";
  font-size: 12px;
  padding-right: 7px;
}
.sidebar-menu-v1 .nav-menu .level-menu .menu-item:last-child a {
  border-bottom: 0;
}
.sidebar-menu-v1 .nav-menu .expanded .menu-collapse .icon-toggle {
  float: right;
  padding: 0 14px;
}
.sidebar-menu-v1 .nav-menu .expanded .menu-collapse .icon-toggle:after {
  position: relative;
  display: inline-block;
  font-family: "davyin";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  content: "\e817";
  font-size: 18px;
}
.sidebar-menu-v1 .nav-menu .expanded .level-menu {
  display: none;
}
.sidebar-menu-v1 .nav-menu .expanded.active .level-menu {
  display: block;
}
.navbar-static-top {
  background-color: #86000D;
  border: 0;
  min-height: 50px;
}
.navbar-static-top .navbar-custom-menu {
  float: right;
}
.navbar-static-top .navbar-custom-menu ul,
.navbar-static-top .navbar-custom-menu li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.navbar-static-top .navbar-custom-menu > ul.nav {
  position: relative;
  float: left;
}
.navbar-static-top .navbar-custom-menu > ul.nav:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li {
  position: relative;
  float: left;
  display: block;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li > a {
  color: #fff;
  padding: 15px;
  line-height: 18px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li > a:hover {
  color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-static-top .navbar-custom-menu > ul.nav > li > a .icon {
  font-size: 18px;
  line-height: 18px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li > a .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: 0.9;
  border: 0;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu {
  right: 0;
  left: auto;
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
  border: 1px solid #e5e5e5;
  z-index: 9;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li {
  border-top: 0;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 14px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu li a {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu li a:hover {
  background-color: #f2f2f2;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu li a .icon {
  font-size: 16px;
  width: 20px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media.media-float img {
  float: left;
  margin-right: 7px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media.media-float .media-body {
  margin-left: 50px;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media.media-float .media-body p {
  margin: 14px / 4 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media .title {
  position: relative;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media .title small {
  color: #777777;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li .menu .media .title small .icon {
  font-size: inherit;
  width: auto;
}
.navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu li.footer a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .navbar-static-top .navbar-custom-menu > ul.nav > li {
    position: static;
  }
  .navbar-static-top .navbar-custom-menu > ul.nav > li .dropdown-menu {
    right: 5%;
  }
}
/* ------
   Page Style
------ */
.pager .pager-items .pager-item:first-child,
.pager .pager-items .pager-item:last-child {
  border-radius: 0;
}
.pager .pager-items .pager-item a {
  min-width: 30px;
  height: 30px;
  text-align: center;
  padding: 7px;
  background-color: #fff;
  width: auto;
  color: #54585A;
  border: none;
  font-size: 14px;
}
.pager .pager-items .pager-item a:focus,
.pager .pager-items .pager-item a:hover {
  color: #54585A;
  background-color: #f6e7e7;
}
.pager .pager-items .pager-item.is-active a {
  color: #54585A;
  background-color: #f6e7e7;
}
.pager .pager-items .pager-item-ellipsis {
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: inherit;
  padding-left: inherit;
  border: none;
  margin-left: 0px;
}
/* -----------------------
	 Widget Style
----------------------- */
.mask-black-to-b:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
}
.mask-black:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(rgba(0, 0, 0, 0.5));
}
.bg-mask--hero-1-0:after,
.bg-mask--hero-1-1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: linear-gradient(21, 93, 173, 0.3);
}
@media screen and (min-width: 992px) {
  .bg-mask--hero-1-0:after,
  .bg-mask--hero-1-1:after {
    background-color: transparent;
    background-image: -webkit-linear-gradient(330deg, rgba(21, 93, 173, 0.7), rgba(21, 93, 173, 0.7) 20%, hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(120deg, rgba(21, 93, 173, 0.7), rgba(21, 93, 173, 0.7) 20%, hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, 0));
  }
}
.bg-mask--hero-1-1:after {
  background-color: fade-out(164, 19, 19, 0.3);
}
@media screen and (min-width: 992px) {
  .bg-mask--hero-1-1:after {
    background-color: transparent;
    background-image: -webkit-linear-gradient(330deg, rgba(164, 19, 19, 0.5), rgba(164, 19, 19, 0.2) 40%, hsla(0, 0%, 100%, 0) 60%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(120deg, rgba(164, 19, 19, 0.5), rgba(164, 19, 19, 0.2) 40%, hsla(0, 0%, 100%, 0) 60%, hsla(0, 0%, 100%, 0));
  }
}
.tooltip-1-0 {
  padding: 10px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  left: 10px;
  display: none;
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  z-index: 2;
  color: #333;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .tooltip-1-0 {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.tooltip-1-0::after {
  content: "";
  display: block;
  position: absolute;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  left: 0%;
  top: -webkit-calc(100% - 2px);
  top: calc(100% - 2px);
}
@media screen and (min-width: 992px) {
  .tooltip-1-0::after {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.views-exposed-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.views-exposed-form .form-item .form-text {
  width: 460px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 28px;
}
.views-exposed-form .form-actions .form-submit {
  line-height: 40px;
  height: 40px;
  width: 120px;
  padding: 0 28px;
}
/*
  * Modules
  */
.banner-v1 {
  padding: 30% 40%;
  position: relative;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .banner-v1 {
    padding: 10% 50%;
  }
}
.banner-v1 .banner-inner {
  display: block;
  vertical-align: middle;
  width: 75%;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
.banner-v1 .banner-inner:after {
  content: "\200B";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.banner-v1 .banner-inner .banner-title {
  font-size: 40px;
  margin-bottom: 14px;
}
.banner-v1 .banner-inner .banner-desc {
  font-size: 18px;
  line-height: 1.5;
}
.banner-v1 .banner-content {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
/**
 * carousel of full screen
 */
.dy-carousel {
  display: none;
}
.dy-carousel.slick-initialized {
  display: block;
}
.dy-carousel.only-mobile {
  display: block;
}
.dy-carousel .slick-list {
  overflow: hidden;
}
.dy-carousel.arrow-inside .slick-prev,
.dy-carousel.arrow-inside .slick-next {
  z-index: 1;
}
.dy-carousel.arrow-inside .slick-prev:before,
.dy-carousel.arrow-inside .slick-next:before {
  color: #fff;
}
.dy-carousel.arrow-inside .slick-prev {
  left: 0;
}
.dy-carousel.arrow-inside .slick-next {
  right: 0;
}
.dy-carousel.dots-inside .slick-dots {
  bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .dy-carousel.left-mode .slick-list {
    padding: 0 20% 0 0;
  }
}
.dots-animate-width li {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 10px;
  height: 10px;
  opacity: 0.8;
}
.dots-animate-width li button {
  width: 100%;
  height: 100%;
}
.dots-animate-width li button:before {
  content: "";
  background: #011936;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.dots-animate-width li.slick-active {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 60px;
  height: 10px;
  opacity: 1;
}
.dots-highlight li button:before {
  background-color: #fff !important;
  opacity: 1 !important;
}
.dots-highlight li.slick-active button:before {
  background: #e5a923 !important;
}
.dy-carousel-wrapper {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}
.dy-carousel-1-1 .slick-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dy-carousel-1-1 .slick-slide .carousel-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 21px;
  padding-left: 10%;
  padding-right: 10%;
}
.dy-carousel-1-1 .slick-slide .carousel-inner .carousel-title {
  margin-bottom: 7px;
  font-size: 14px;
}
.dy-carousel-1-1 .slick-slide .carousel-inner .carousel-body {
  font-size: 16px;
  line-height: 1.2;
  min-height: 40px;
}
.dy-carousel-1-1 .slick-slide .carousel-inner .carousel-wrapper {
  position: relative;
  z-index: 2;
}
.dy-carousel-1-1 .slick-slide .carousel-inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  height: 38%;
  opacity: 0.8;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, #000000 100%);
}
@media (min-width: 768px) {
  .dy-carousel-1-1 .slick-slide .carousel-inner {
    padding-top: 240px;
    padding-bottom: 40px;
  }
  .dy-carousel-1-1 .slick-slide .carousel-inner .carousel-title {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .dy-carousel-1-1 .slick-slide .carousel-inner .carousel-body {
    font-size: 28px;
  }
}
.dy-carousel-2-0 {
  border-top: 8px solid #011936;
  position: relative;
}
.dy-carousel-2-0 .head {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 48px;
}
.dy-carousel-2-0 .head:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-carousel-2-0 .head h1 {
  float: left;
  line-height: 48px;
}
.dy-carousel-2-0 .head a {
  float: right;
}
.dy-carousel-2-0 .head a .icon {
  font-size: 40px;
  color: #86000D;
  line-height: 48px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dy-carousel-2-0 .head a .icon:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.dy-carousel-2-0 .dy-carousel .slick-prev,
.dy-carousel-2-0 .dy-carousel .slick-next {
  left: auto;
  right: 35px;
  top: -48px;
  font-weight: bold;
  height: 48px;
}
.dy-carousel-2-0 .dy-carousel .slick-prev:before,
.dy-carousel-2-0 .dy-carousel .slick-next:before {
  color: #011936;
}
.dy-carousel-2-0 .dy-carousel .slick-next {
  right: 0px;
}
.dy-carousel-2-0 .dy-carousel.has-link .slick-prev {
  right: 135px;
}
.dy-carousel-2-0 .dy-carousel.has-link .slick-next {
  right: 100px;
}
.dy-carousel-2-0 .item-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dy-carousel-2-0 .item-container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-carousel-2-0 .item-container a {
  color: inherit;
}
.dy-carousel-2-0 .item-container:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dy-carousel-2-0 .item-container:hover .img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dy-carousel-2-0 .item-container:hover .text {
  background-color: #011936;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dy-carousel-2-0 .item-container:hover .text h3,
.dy-carousel-2-0 .item-container:hover .text p,
.dy-carousel-2-0 .item-container:hover .text .time {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #fff;
}
.dy-carousel-2-0 .item-container:hover-2x .text {
  opacity: 0.8;
}
.dy-carousel-2-0 .item-container .img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dy-carousel-2-0 .item-container .text {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dy-carousel-2-0 .item-container .text h3,
.dy-carousel-2-0 .item-container .text p,
.dy-carousel-2-0 .item-container .text .time {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dy-carousel-2-0 .carousel-item {
  padding: 0 7px;
  width: 100%;
  height: 350px;
  position: relative;
  border-radius: 4px;
}
.dy-carousel-2-0 .carousel-item .img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.dy-carousel-2-0 .carousel-item .text {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
}
.dy-carousel-2-0 .carousel-item .text h3 {
  margin-bottom: 14px;
}
.dy-carousel-2-0 .carousel-item .text .time {
  font-size: 13px;
  color: #777777;
  text-align: left;
}
@media (min-width: 768px) {
  .dy-carousel-2-0 .carousel-item {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .dy-carousel-2-0 .carousel-item {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .dy-carousel-2-0 .carousel-item {
    height: 350px;
  }
}
.dy-carousel-2-0 .dy-carousel.left-mode .slick-list {
  padding-bottom: 14px;
  margin: 0 -7px 28px;
}
.dy-carousel-2-0 .dy-carousel.left-mode .slick-dots {
  bottom: auto;
  top: 100%;
}
.dy-carousel-2-0 .dy-carousel.left-mode .slick-dots li {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 10px;
  height: 10px;
  opacity: 0.8;
}
.dy-carousel-2-0 .dy-carousel.left-mode .slick-dots li button {
  width: 100%;
  height: 100%;
}
.dy-carousel-2-0 .dy-carousel.left-mode .slick-dots li button:before {
  content: "";
  background: #011936;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.dy-carousel-2-0 .dy-carousel.left-mode .slick-dots li.slick-active {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 60px;
  height: 10px;
  opacity: 1;
}
.dy-hero-1 {
  background-size: cover;
  min-height: 450px;
  position: relative;
}
.dy-hero-1 .dy-hero-content {
  min-height: 450px;
  position: relative;
}
.dy-hero-1 .dy-hero-content p {
  font-size: 16px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .dy-hero-1 {
    min-height: 600px;
  }
  .dy-hero-1 .dy-hero-content {
    min-height: 600px;
  }
}
.dy-hero-2 {
  background-color: #0079c3;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dy-hero-2 .dy-hero-text p {
  font-size: 16px;
  color: #ffffff;
}
.dy-hero-3 {
  padding: 150px 0;
  background-size: cover;
  background-color: #0079c3;
}
.dy-hero-3 .dy-hero-text p {
  font-size: 16px;
  color: #ffffff;
}
.dy-hero-4 {
  padding-top: 60px;
  padding-bottom: 10px;
  background-size: cover;
}
.dy-hero-4 .dy-hero-text p {
  font-size: 16px;
}
.dy-hero-5 {
  padding: 180px 0 150px;
  background-color: #0079c3;
  background-size: cover;
}
.dy-hero-5 .dy-hero-text p {
  font-size: 16px;
  color: #ffffff;
}
.dy-hero-6 {
  padding: 150px 0;
  background-color: #0079c3;
  background-size: cover;
}
.dy-hero-6 .dy-hero-text p {
  font-size: 16px;
  color: #777777;
}
.dy-hero-7 {
  padding: 150px 0;
  background-color: #0079c3;
  background-size: cover;
}
.dy-hero-7 .dy-hero-text p {
  font-size: 16px;
  color: #ffffff;
}
.dy-hero-8 {
  padding: 150px 0;
  background-color: #0079c3;
  background-size: cover;
}
.dy-hero-8 .dy-hero-text p {
  font-size: 16px;
  color: #777777;
}
.dy-hero-9 {
  padding: 100px 0 10px;
  background-size: cover;
}
.dy-hero-9 .dy-hero-text p {
  font-size: 16px;
}
.dy-hero-10 {
  padding: 150px 0;
  background-size: cover;
}
.dy-hero-10 .dy-hero-text p {
  font-size: 16px;
  color: #ffffff;
}
.dy-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 7px;
}
.dy-list > li {
  margin-bottom: 0;
  margin-top: 7px;
  line-height: 1.5;
}
.dy-list > li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-list.dy-list-divider > li:nth-child(n + 2) {
  padding-top: 7px;
  border-top: 1px solid #e5e5e5;
}
.dy-list.dy-list-striped > li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 7px;
}
.dy-list.dy-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.dy-list .badge {
  float: right;
}
.dy-list .badge + .badge {
  margin-right: 3.5px;
}
.dy-list-wrapper {
  width: 100%;
  height: auto;
}
.dy-list-wrapper .dy-list-container {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  position: relative;
}
.dy-list-wrapper .dy-list-container hr {
  margin: 21px 0;
}
.dy-list-wrapper .head:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-list-wrapper .head h1 {
  float: left;
  line-height: 48px;
}
.dy-list-wrapper .head a {
  float: right;
}
.dy-list-wrapper .head a .icon {
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
  color: #86000D;
  line-height: 48px;
}
.dy-list-wrapper .head a .icon:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.dy-list-wrapper a:hover {
  color: #86000D;
}
.dy-list-1-0 .list-item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.dy-list-1-0 .list-item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-list-1-0 .list-item:last-child {
  border-bottom: none;
}
.dy-list-1-0 .list-body {
  width: 100%;
}
.dy-list-1-0 .list-body.has-media {
  width: 100%;
}
.dy-list-1-0 .list-body .title {
  line-height: 30px;
  margin-bottom: 14px;
}
.dy-list-1-0 .list-body .title a {
  color: #333333;
}
.dy-list-1-0 .list-body .title a:hover {
  color: #86000D;
}
.dy-list-1-0 .list-body .time {
  color: #777777;
  font-size: 13px;
}
.dy-list-1-0 .list-media {
  margin-top: 14px;
  width: 100%;
}
.dy-list-1-0 .list-media .img {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
}
.dy-list-1-0 .list-text {
  margin-bottom: 14px;
  height: 84px;
}
.dy-list-1-0 .list-text p {
  line-height: 21px;
  font-size: 14px;
}
.dy-list-1-1 .list-item,
.dy-list-3-0 .list-item {
  margin-bottom: 14px;
}
.dy-list-1-1 .list-item:after,
.dy-list-3-0 .list-item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-list-1-1 .title,
.dy-list-3-0 .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dy-list-1-1 .title a,
.dy-list-3-0 .title a {
  color: #333333;
  line-height: 30px;
}
.dy-list-1-1 .title a:hover,
.dy-list-3-0 .title a:hover {
  color: #86000D;
}
.dy-list-1-1 .time,
.dy-list-3-0 .time {
  text-align: right;
  float: right;
  margin-left: 7px;
  line-height: 30px;
  color: #777777;
  font-size: 13px;
}
.dy-list-2-0 {
  margin: 0;
}
.dy-list-2-0 .head {
  margin-bottom: 40px;
}
.dy-list-2-0 .head:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-list-2-0 .head h1 {
  float: left;
}
.dy-list-2-0 .list-item {
  margin-bottom: 14px;
  width: 100%;
}
.dy-list-2-0 .list-item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-list-2-0 .item-l {
  width: 85px;
  float: left;
  margin-right: 14px;
}
.dy-list-2-0 .item-l .sign {
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border-radius: 4px;
  color: #fff;
}
.dy-list-2-0 .item-l .sign.bg-brown {
  background-color: #a38a49;
}
.dy-list-2-0 .item-l .sign.bg-blue {
  background-color: #333970;
}
.dy-list-2-0 .item-l .sign.bg-red {
  background-color: #e44c4c;
}
.dy-list-2-0 .item-l .time {
  white-space: nowrap;
  margin-top: 10.5px;
  color: #777777;
}
.dy-list-2-0 .item-r {
  width: -webkit-calc(100% - 85px - 14px);
  width: calc(100% - 85px - 14px);
  float: right;
}
.dy-list-2-0 .item-r .title {
  font-size: 18px;
  height: 48px;
  overflow: hidden;
}
.dy-list-2-0 .item-r .title a {
  color: #333333;
  line-height: 24px;
}
.dy-list-2-0 .item-r .title a:hover {
  color: #86000D;
}
.dy-list-2-0 .item-text {
  height: 63px;
  margin-top: 10.5px;
}
.dy-list-2-0 .item-text p {
  color: #555555;
  font-size: 14px;
  line-height: 21px;
}
.dy-list-3-0 .list-item {
  width: 100%;
}
.dy-list-3-0 .list-item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dy-list-line {
  margin-top: 14px;
  margin-bottom: 14px;
}
.dy-list-line hr {
  margin: 0 auto;
  max-width: 1470px;
  color: #777777;
}
.list-tooltip {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
@media (min-width: 768px) {
  .dy-list-1-0 .dy-list-container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .dy-list-1-0 .list-item {
    position: relative;
  }
  .dy-list-1-0 .list-body {
    width: 100%;
  }
  .dy-list-1-0 .list-body.has-media {
    float: left;
    width: -webkit-calc(75% - 14px * 1);
    width: calc(75% - 14px * 1);
  }
  .dy-list-1-0 .list-body .title {
    margin-bottom: 14px;
  }
  .dy-list-1-0 .list-media {
    margin-bottom: 14px;
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .dy-list-1-0 .list-media .img {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .dy-list-3-0 .dy-list-container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .dy-list-3-0 .list-item {
    width: -webkit-calc((100% - 14px * 2)/2);
    width: calc((100% - 14px * 2)/2);
    float: left;
  }
  .dy-list-3-0 .list-item:nth-child(2n) {
    float: right;
  }
}
@media (min-width: 992px) {
  .dy-list-1-0 .list-body.has-media {
    width: -webkit-calc(75% - 14px * 3);
    width: calc(75% - 14px * 3);
  }
  .dy-list-2-0 .list-item {
    float: left;
    width: -webkit-calc((100% - 14px *2)/3);
    width: calc((100% - 14px *2)/3);
    margin-right: 14px;
    margin-bottom: 0;
  }
  .dy-list-2-0 .list-item:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .dy-list-2-0 .list-item:last-child {
    margin-right: 0;
  }
  .dy-list-3-0 .list-item {
    width: -webkit-calc((100% - 14px * 4)/2);
    width: calc((100% - 14px * 4)/2);
    float: left;
  }
  .dy-list-3-0 .list-item:nth-child(2n) {
    float: right;
  }
}
@media (min-width: 1200px) {
  .dy-list-1-0 .list-body.has-media {
    width: -webkit-calc(75% - 14px * 5);
    width: calc(75% - 14px * 5);
  }
  .dy-list-2-0 .list-item {
    width: -webkit-calc((100% - 14px *2 * 3)/3);
    width: calc((100% - 14px *2 * 3)/3);
    margin-right: 42px;
  }
  .dy-list-2-0 .list-item:last-child {
    margin-right: 0;
  }
  .dy-list-3-0 .list-item {
    width: -webkit-calc((100% - 14px * 6)/2);
    width: calc((100% - 14px * 6)/2);
    float: left;
  }
  .dy-list-3-0 .list-item:nth-child(2n) {
    float: right;
  }
}
.dy-photo-1-0 .masonry-container .masonry-item {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .dy-photo-1-0 .masonry-container .masonry-item {
    margin-bottom: 14px;
  }
}
.dy-photo-1-0 .masonry-container .masonry-item img {
  width: 100%;
  height: auto;
}
.dy-photo-1-0 .masonry-more {
  line-height: 25px;
}
.dy-showcase-wrapper {
  width: 100%;
  height: auto;
}
.dy-showcase-wrapper .dy-showcase-container {
  max-width: 1470px;
  margin: 0 auto;
  position: relative;
}
.dy-showcase-wrapper .dy-showcase-container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-showcase-wrapper .showcase-media {
  height: auto;
  position: relative;
  overflow: hidden;
}
.dy-showcase-wrapper .showcase-media .img {
  width: 100%;
  height: 0;
}
.dy-showcase-wrapper .showcase-media .img,
.dy-showcase-wrapper .showcase-media img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dy-showcase-wrapper .showcase-media:hover .img,
.dy-showcase-wrapper .showcase-media:hover img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.dy-showcase-wrapper .showcase-body {
  height: auto;
  z-index: 9;
  line-height: 23px;
  text-align: justify;
}
.dy-showcase-wrapper .showcase-title {
  font-size: 24px;
  line-height: 1.5;
  height: -webkit-calc(24px * 1.5 * 2);
  height: calc(24px * 1.5 * 2);
  overflow: hidden;
}
.dy-showcase-wrapper .showcase-title a {
  color: #000;
}
.dy-showcase-wrapper .showcase-title a:hover {
  color: #86000D;
  text-decoration: underline;
}
.dy-showcase-wrapper .showcase-desc {
  height: 72px;
  overflow: hidden;
}
.dy-showcase-wrapper .showcase-desc p {
  line-height: 24px;
}
.dy-showcase-wrapper .showcase-action {
  color: #777777;
}
.dy-showcase-wrapper .showcase-action .icon {
  font-size: 24px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #86000D;
  cursor: pointer;
}
.dy-showcase-wrapper .showcase-action .icon:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
.dy-showcase-1-0 .showcase-media,
.dy-showcase-1-1 .showcase-media {
  width: 100%;
}
.dy-showcase-1-0 .showcase-media .img,
.dy-showcase-1-1 .showcase-media .img {
  padding-bottom: 63%;
}
.dy-showcase-1-0 .showcase-media.left .img,
.dy-showcase-1-1 .showcase-media.left .img {
  border-radius: 5px 5px 0 0;
}
.dy-showcase-1-0 .showcase-media.right .img,
.dy-showcase-1-1 .showcase-media.right .img {
  border-radius: 0 0 5px 5px;
}
.dy-showcase-1-0 .showcase-body,
.dy-showcase-1-1 .showcase-body {
  width: 100%;
  position: relative;
}
.dy-showcase-1-0 .showcase-body.left,
.dy-showcase-1-1 .showcase-body.left {
  border-bottom: 8px solid #86000D;
}
.dy-showcase-1-0 .showcase-body.right,
.dy-showcase-1-1 .showcase-body.right {
  border-top: 8px solid #86000D;
}
.dy-showcase-1-2 .showcase-media {
  width: 100%;
}
.dy-showcase-1-2 .showcase-media .img {
  padding-bottom: 56%;
}
.dy-showcase-1-2 .showcase-body {
  width: 100%;
  position: relative;
  padding: 14px 0;
  border: none;
}
.dy-showcase-1-2 .showcase-desc {
  height: auto;
  max-height: 120px;
}
.dy-showcase-2-0 .showcase-item {
  width: 100%;
}
.dy-showcase-2-0 .showcase-media {
  width: 100%;
}
.dy-showcase-2-0 .showcase-media .img {
  border-radius: 5px 5px 0 0;
  padding-bottom: 68%;
}
.dy-showcase-2-0 .showcase-body {
  width: 100%;
  position: relative;
  border-top: 4px solid #86000D;
}
.dy-showcase-2-1 .showcase-item,
.dy-showcase-2-2 .showcase-item {
  background: #f2f2f2;
  width: 100%;
  position: relative;
}
.dy-showcase-2-1 .showcase-media,
.dy-showcase-2-2 .showcase-media {
  width: 100%;
}
.dy-showcase-2-1 .showcase-media .img,
.dy-showcase-2-2 .showcase-media .img {
  border-radius: 0;
  padding-bottom: 100%;
}
.dy-showcase-2-1 .showcase-body,
.dy-showcase-2-2 .showcase-body {
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
}
.dy-showcase-2-1 .showcase-body:before,
.dy-showcase-2-2 .showcase-body:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent transparent #f2f2f2 transparent;
  border-style: solid;
  border-width: 10px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  z-index: 9;
}
.dy-showcase-2-1 .showcase-desc,
.dy-showcase-2-2 .showcase-desc {
  height: auto;
  position: relative;
  max-height: 117px;
}
.dy-showcase-2-1 .showcase-desc p,
.dy-showcase-2-2 .showcase-desc p {
  line-height: 19.5px;
  font-size: 13px;
}
.dy-showcase-2-1 .showcase-title,
.dy-showcase-2-2 .showcase-title {
  height: 54px;
}
.dy-showcase-2-1 .showcase-title h3,
.dy-showcase-2-2 .showcase-title h3 {
  font-size: 18px;
  line-height: 27px;
}
.dy-showcase-2-1 .showcase-title h3 a,
.dy-showcase-2-2 .showcase-title h3 a {
  display: inline-block;
}
.dy-showcase-2-1 .showcase-action,
.dy-showcase-2-2 .showcase-action {
  height: 16px;
}
.dy-showcase-2-1 .showcase-body {
  right: 0;
}
.dy-showcase-2-2 .showcase-item:before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  border-color: transparent transparent transparent #f2f2f2;
}
.dy-showcase-2-2 .showcase .showcase-media {
  float: right;
}
.dy-showcase-2-2 .showcase .showcase-body:before {
  border-color: #f2f2f2 transparent transparent transparent;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
}
.dy-showcase-3-0 .showcase-item,
.dy-showcase-3-1 .showcase-item {
  margin-bottom: 14px;
}
.dy-showcase-3-0 .showcase-media,
.dy-showcase-3-1 .showcase-media {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.dy-showcase-3-0 .showcase-media > img,
.dy-showcase-3-1 .showcase-media > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.dy-showcase-3-0 .showcase-body,
.dy-showcase-3-1 .showcase-body {
  text-align: center;
}
.dy-showcase-3-0 .showcase-body h2 a,
.dy-showcase-3-1 .showcase-body h2 a {
  color: #000;
}
.dy-showcase-3-0 .showcase-body h3,
.dy-showcase-3-1 .showcase-body h3 {
  color: #777777;
}
.dy-showcase-3-0 .showcase-item {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.dy-showcase-3-0 .showcase-desc {
  padding: 0;
  margin-bottom: 14px;
  height: 60px;
  overflow: hidden;
}
.dy-showcase-3-0 .showcase-desc h3 {
  line-height: 25px;
  margin-bottom: 7px;
}
.dy-showcase-3-0 .showcase-desc h3:last-child {
  margin-bottom: 0px;
}
.dy-showcase-3-0 .showcase-media {
  margin-bottom: 14px;
  border-radius: 50%;
}
.dy-showcase-3-0 .about {
  line-height: 20px;
}
.dy-showcase-3-0 .about:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dy-showcase-3-0 .about .phone {
  float: left;
  text-align: left;
  color: #333333;
}
.dy-showcase-3-0 .about .phone:hover {
  color: #86000D;
}
.dy-showcase-3-0 .about .more {
  float: right;
  text-align: right;
  width: 80px;
  border-left: 1px solid #e5e5e5;
}
.dy-showcase-3-0 .about .more:hover {
  color: #86000D;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .dy-showcase-2-1 .showcase-item,
  .dy-showcase-2-2 .showcase-item {
    width: 100%;
    background: #f2f2f2;
  }
  .dy-showcase-2-1 .showcase-item:before,
  .dy-showcase-2-2 .showcase-item:before {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent #f2f2f2 transparent transparent;
    border-style: solid;
    border-width: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    z-index: 9;
  }
  .dy-showcase-2-1 .showcase-media,
  .dy-showcase-2-2 .showcase-media {
    width: 50%;
    float: left;
  }
  .dy-showcase-2-1 .showcase-media .img,
  .dy-showcase-2-2 .showcase-media .img {
    border-radius: 0;
    padding-bottom: 100%;
  }
  .dy-showcase-2-1 .showcase-body,
  .dy-showcase-2-2 .showcase-body {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
    border: none;
  }
  .dy-showcase-2-1 .showcase-body:before,
  .dy-showcase-2-2 .showcase-body:before {
    content: none;
  }
  .dy-showcase-2-1 .showcase-desc,
  .dy-showcase-2-2 .showcase-desc {
    max-height: 156px;
  }
  .dy-showcase-2-2 .showcase-item:before {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    border-color: transparent transparent transparent #f2f2f2;
  }
  .dy-showcase-2-2 .showcase-media {
    float: right;
  }
  .dy-showcase-2-2 .showcase-body {
    float: left;
  }
}
@media (min-width: 992px) {
  .dy-showcase-1-0 .showcase-media,
  .dy-showcase-1-1 .showcase-media {
    width: 64%;
  }
  .dy-showcase-1-0 .showcase-media .img,
  .dy-showcase-1-1 .showcase-media .img {
    padding-bottom: 63%;
  }
  .dy-showcase-1-0 .showcase-media.left,
  .dy-showcase-1-1 .showcase-media.left {
    float: left;
  }
  .dy-showcase-1-0 .showcase-media.left .img,
  .dy-showcase-1-1 .showcase-media.left .img {
    border-radius: 5px;
  }
  .dy-showcase-1-0 .showcase-media.right,
  .dy-showcase-1-1 .showcase-media.right {
    float: right;
  }
  .dy-showcase-1-0 .showcase-media.right .img,
  .dy-showcase-1-1 .showcase-media.right .img {
    border-radius: 5px;
  }
  .dy-showcase-1-0 .showcase-body,
  .dy-showcase-1-1 .showcase-body {
    border-top: 8px solid #86000D;
    width: 41%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
  }
  .dy-showcase-1-0 .showcase-body.right,
  .dy-showcase-1-1 .showcase-body.right {
    border-bottom: none;
    right: 0;
    left: auto;
  }
  .dy-showcase-1-0 .showcase-body.left,
  .dy-showcase-1-1 .showcase-body.left {
    border-bottom: none;
    left: 0;
    right: auto;
  }
  .dy-showcase-1-2 .showcase-media {
    width: 50%;
  }
  .dy-showcase-1-2 .showcase-body {
    width: -webkit-calc(50% - 14px * 2);
    width: calc(50% - 14px * 2);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .dy-showcase-2-0 .showcase-item {
    width: -webkit-calc((100% - 14px)/2);
    width: calc((100% - 14px)/2);
  }
  .dy-showcase-2-0 .showcase-item:first-child {
    float: left;
  }
  .dy-showcase-2-0 .showcase-item:last-child {
    float: right;
  }
  .dy-showcase-2-1 .inner,
  .dy-showcase-2-2 .inner {
    padding: 0;
  }
  .dy-showcase-2-1 .showcase-item,
  .dy-showcase-2-2 .showcase-item {
    width: 50%;
  }
  .dy-showcase-2-1 .showcase-item:first-child,
  .dy-showcase-2-2 .showcase-item:first-child {
    float: left;
  }
  .dy-showcase-2-1 .showcase-item:last-child,
  .dy-showcase-2-2 .showcase-item:last-child {
    float: right;
  }
  .dy-showcase-2-1 .showcase-body,
  .dy-showcase-2-2 .showcase-body {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .dy-showcase-2-1 .showcase-desc,
  .dy-showcase-2-2 .showcase-desc {
    max-height: 78px;
  }
}
@media (min-width: 1200px) {
  .dy-showcase-1-2 .showcase-desc {
    max-height: 168px;
  }
  .dy-showcase-2-1 .showcase-desc,
  .dy-showcase-2-2 .showcase-desc {
    max-height: 117px;
  }
}
.tooltip-showcase-3 .tooltip-inner {
  padding: 10px;
}
.tooltip-showcase-3 h3 {
  margin-bottom: 10px;
}
.tooltip-showcase-3 h3:last-child {
  margin-bottom: 0px;
}
.action-1-0 .action-body {
  background-color: #f2f2f2;
  padding: 15px 30px 30px;
}
.action-1-0 .action-body .action-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.action-1-0 .action-body .action-title .action-title-label {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.action-1-0 .action-body .action-text {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.action-1-0 .action-body .action-text a:hover {
  text-decoration: underline;
}
.action-1-1 .action-body {
  background-color: #155dad;
  padding: 15px 30px 32px;
}
.action-1-1 .action-body .action-title {
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.action-1-1 .action-body .action-text {
  color: white;
  font-size: 16px;
  margin-right: -50px;
}
.action-1-1 .action-body .action-text a {
  padding-right: 50px;
  margin-bottom: 15px;
}
.action-1-1 .action-body .action-text a:hover {
  text-decoration: underline;
}
.action-1-2 > .action-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .action-1-2 > .action-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.action-1-2 > .action-body .item-body {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .action-1-2 > .action-body .item-body {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .action-1-2 > .action-body .item-body .action-1-0,
  .action-1-2 > .action-body .item-body .action-1-1 {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .action-1-2 > .action-body .item-body .action-1-0 .action-body,
  .action-1-2 > .action-body .item-body .action-1-1 .action-body {
    height: 100%;
  }
}
.action-2-0 .action-body {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #86000D;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .action-2-0 .action-body {
    margin-bottom: 30px;
  }
}
.action-2-0 .action-body .action-item {
  width: 50px;
  height: 50px;
  border: 1px solid #86000D;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media screen and (min-width: 992px) {
  .action-2-0 .action-body .action-item {
    margin-right: 30px;
  }
}
.action-2-0 .action-body .action-item:last-child {
  margin-right: 0;
}
.action-2-0 .action-body .action-item:hover > .qrcode {
  display: block;
}
.action-2-0 .action-body .action-item > span,
.action-2-0 .action-body .action-item > a {
  width: 100%;
}
.action-2-0 .action-body .action-item .qrcode {
  width: 170px;
  height: 170px;
  margin-bottom: 15px;
  display: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
  z-index: 2;
  bottom: 100%;
  left: 50%;
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.action-2-0 .action-body .action-item .qrcode::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.action-2-0 .action-body .action-number-wrapper {
  font-size: 16px;
}
.action-2-0 .action-body .action-number-wrapper .icon {
  font-size: 20px;
}
.action-3-0 .action-title-wrapper {
  background-color: #fbfbfb;
  overflow: hidden;
  margin-bottom: 20px;
}
.action-3-0 .action-title-wrapper .action-title {
  display: inline-block;
  background-color: #86000D;
  margin-left: -10px;
  border-radius: 0px 0px 10px;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}
.action-3-0 .action-title-wrapper .action-title span {
  padding: 0px 30px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
  display: inline-block;
}
.action-3-0 .action-body .action-phone {
  margin-right: 10px;
}
.header-1-0 .header-sticky-wrapper {
  padding-top: 20px;
  background-color: #86000D;
  color: white;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper {
    padding-bottom: 0px;
  }
}
.header-1-0 .header-sticky-wrapper .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #86000D;
  color: white;
}
@media screen and (min-width: 1470px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1600px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper {
    margin-left: -80px;
    margin-right: -80px;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 390px;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-toggle {
  display: block;
  font-size: 26px;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body {
    background-color: #333;
    color: #fff;
    display: none;
    height: -webkit-calc(100vh - 56px);
    height: calc(100vh - 56px);
    left: 0;
    overflow-y: auto;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
  }
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-search {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-search {
    margin: 0 0 0 auto;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-search .search-item {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-search .search-item .search-input {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-search .search-item .search-input {
    width: 220px;
    padding: 5px;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-search .search-item .search-btn {
  background: white;
  color: inherit;
  font-size: 28px;
  color: #86000D;
  cursor: pointer;
  border: none;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-search .search-item .search-btn {
    font-size: 18px;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu {
  font-size: 18px;
  font-weight: bold;
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item {
  position: relative;
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item span,
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item a,
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item .icon {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item span,
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item a,
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item .icon {
    padding: 20px 6px;
  }
}
@media screen and (min-width: 1470px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item span,
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item a,
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item .icon {
    padding: 20px 10px;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item span,
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item a {
  display: block;
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item .icon {
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item:hover > .menu-child {
    display: block;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item .icon-down {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu-item .icon-down {
    display: none;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child {
  background-color: #333;
  padding: 20px;
  display: none;
  min-width: 100%;
  overflow-y: auto;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child {
    padding: 20px 0;
    background-color: #86000D;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 5;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    overflow: inherit;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child .menu-item a {
  color: white;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child .menu-item:hover > .menu-child-sublevel {
    display: block;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child .menu-item:hover > a {
  text-decoration: underline;
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child-sublevel {
  background-color: #333;
  padding: 20px;
  display: block;
  min-width: 100%;
  overflow-y: auto;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child-sublevel {
    display: none;
    padding: 20px 0;
    background-color: #86000D;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 5;
    width: 180px;
    right: -100%;
    left: inherit;
    top: 20px;
    -webkit-box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.2);
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child-sublevel .menu-item a {
  color: white;
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child-sublevel .menu-item a.active,
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu .menu .menu.menu-child-sublevel .menu-item a:hover {
  text-decoration: underline;
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-content: end;
        -ms-flex-line-pack: end;
            align-content: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    place-content: end;
    text-align: center;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu .menu-item.active,
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu .menu-item:hover {
  background-color: #86000D;
}
@media (max-width: 991px) {
  .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu .menu-item.expanded .menu.menu-child {
    display: block;
  }
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu .menu-item.expanded .icon {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu .menu-item > .icon {
  float: right;
}
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu .menu-item:nth-last-child(1) .menu-child .menu-child-sublevel,
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu .menu-item:nth-last-child(2) .menu-child .menu-child-sublevel,
.header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu .menu-item:nth-last-child(3) .menu-child .menu-child-sublevel {
  left: -100%;
  right: auto;
  right: initial;
}
.footer-1-0 {
  position: relative;
}
.footer-1-0 .footer-body,
.footer-1-0 .footer-copyright {
  position: relative;
  color: white;
}
.footer-1-0 .footer-body {
  background-size: cover !important;
}
.footer-1-0 .footer-body .inner {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .footer-1-0 .footer-body .inner {
    padding-top: 45px;
  }
}
.footer-1-0 .footer-body .footer-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: white;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .footer-1-0 .footer-body .footer-title {
    margin-bottom: 40px;
  }
}
.footer-1-0 .footer-body .footer-item {
  padding-bottom: 10px;
  font-size: 14px;
  color: #d8d8d8;
}
.footer-1-0 .footer-body .row > [class*="col-"] {
  margin-bottom: 20px;
}
.footer-1-0 .footer-copyright {
  background-color: #86000D;
  padding-top: 25px;
}
.footer-1-0 .footer-copyright .copyright-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer-1-0 .footer-copyright .copyright-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-1-0 .footer-copyright .copyright-body .item-media {
  padding-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-1-0 .footer-copyright .copyright-body .item-text {
  font-weight: 300;
  font-size: 12px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .body-carousel-wrapper:not(.page-ui-preview):not(.toolbar-horizontal) {
    overflow: hidden;
  }
  .body-carousel-wrapper:not(.page-ui-preview):not(.toolbar-horizontal) .carousel-1-0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
}
.body-carousel-wrapper:not(.page-ui-preview):not(.toolbar-horizontal) .header-1-0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.body-carousel-wrapper:not(.page-ui-preview):not(.toolbar-horizontal) .header-1-0 .header-sticky-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.body-carousel-wrapper:not(.page-ui-preview):not(.toolbar-horizontal) .header-1-0 .header-sticky-wrapper .header-body-wrapper {
  background: none;
}
.body-carousel-wrapper:not(.page-ui-preview):not(.toolbar-horizontal) .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu .menu-item.active {
  background: none;
}
.body-carousel-wrapper:not(.page-ui-preview):not(.toolbar-horizontal) .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu > .menu-item.active::after,
.body-carousel-wrapper:not(.page-ui-preview):not(.toolbar-horizontal) .header-1-0 .header-sticky-wrapper .header-body-wrapper .header-body .header-menu > .menu > .menu-item:hover::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  background-color: #86000D;
}
.carousel-1-0 {
  position: relative;
  overflow: hidden;
}
.carousel-1-0 .slick-list .carousel-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .carousel-1-0 .slick-list .carousel-media img {
    height: 100vh;
  }
}
.carousel-1-0 .slick-dots-container-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .carousel-1-0 .slick-dots-container-wrapper {
    height: 100px;
  }
}
.carousel-1-0 .slick-dots-container-wrapper .slick-dots-container {
  z-index: 1;
  position: relative;
}
.carousel-1-0 .slick-dots-container-wrapper .slick-dots-container .slick-dots {
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .carousel-1-0 .slick-dots-container-wrapper .slick-dots-container .slick-dots {
    text-align: right;
  }
}
.carousel-1-0 .slick-dots-container-wrapper .slick-dots-container .slick-dots li {
  margin-right: 20px;
  margin-left: 0px;
  width: auto;
  height: auto;
  position: relative;
}
.carousel-1-0 .slick-dots-container-wrapper .slick-dots-container .slick-dots li button {
  width: 34px;
  height: 6px;
  background-color: #f7f7f7;
}
.carousel-1-0 .slick-dots-container-wrapper .slick-dots-container .slick-dots li button:before {
  display: none;
}
.carousel-1-0 .slick-dots-container-wrapper .slick-dots-container .slick-dots li.slick-active button {
  background-color: #86000d;
}
.carousel-1-0 .slick-down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  padding: 0 10px;
  -webkit-animation: carousel-slick-down 2s linear 0s infinite;
          animation: carousel-slick-down 2s linear 0s infinite;
  font-weight: bold;
  opacity: 1;
  display: none;
}
@media screen and (min-width: 992px) {
  .carousel-1-0 .slick-down {
    display: block;
  }
}
.carousel-1-0 .slick-down:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  color: #fff;
}
@-webkit-keyframes carousel-slick-down {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(-50%, 3px);
            transform: translate(-50%, 3px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
  }
}
@keyframes carousel-slick-down {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(-50%, 3px);
            transform: translate(-50%, 3px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
  }
}
.carousel-2-0 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
  background-size: 100% 100% !important;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.carousel-2-0 .carousel-container-wrapper .item-body {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 .carousel-container-wrapper .item-body {
    margin-bottom: 90px;
  }
}
.carousel-2-0 .carousel-container-wrapper .item-body .item-title {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body {
  background-color: white;
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 .carousel-container-wrapper .carousel-body {
    padding: 60px;
  }
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options {
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 .carousel-container-wrapper .carousel-body .for_options {
    margin-bottom: 30px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-2-0 .carousel-container-wrapper .carousel-body .for_options {
    margin-top: -120px;
  }
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-media-wrapper .carousel-media {
  position: relative;
  padding: 5px;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-media-wrapper .carousel-media::after,
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-media-wrapper .carousel-media::before {
  content: '';
  position: absolute;
  width: 113px;
  height: 75px;
  background-color: #7b0f22;
  z-index: -1;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-media-wrapper .carousel-media::after {
  bottom: 0;
  left: 0;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-media-wrapper .carousel-media::before {
  top: 0;
  right: 0;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-media-wrapper .carousel-media a:hover {
  opacity: 1;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-media-wrapper .carousel-media img {
  position: relative;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper {
    padding-top: 110px;
  }
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .carousel-date {
  font-size: 14px;
  margin-bottom: 10px;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .carousel-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .carousel-title {
    margin-bottom: 30px;
  }
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .carousel-base {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .carousel-base {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper {
  padding-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-dots-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-dots-container .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-dots-container .slick-dots li {
  margin-left: 0px;
  width: auto;
  height: auto;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-dots-container .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #a41313;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-dots-container .slick-dots li button:before {
  display: none;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-dots-container .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-number {
  font-family: 'RobotoSerif';
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-number .slick-start-number {
  color: #a41313;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-number .slick-start-number {
    font-size: 44px;
  }
}
.carousel-2-0 .carousel-container-wrapper .carousel-body .for_options .carousel-inner .carousel-text-wrapper .slick-dots-container-wrapper .slick-number .slick-end-number {
  color: #cccccc;
  font-size: 22px;
}
.carousel-2-0 .carousel-container-wrapper .slick-list.draggable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel-2-0 .carousel-container-wrapper .slick-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel-2-0 .carousel-container-wrapper .slick-slider .slick-list .slick-track .carousel-inner {
  height: 100%;
}
.carousel-2-0 .carousel-container-wrapper .slick-slider .slick-list .slick-track .carousel-inner .carousel-media {
  height: 100%;
}
.carousel-2-0 .carousel-container-wrapper .slick-slider .slick-list .slick-track .carousel-inner .carousel-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-2-0 .carousel-container-wrapper .nav_options {
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}
@media screen and (min-width: 992px) {
  .carousel-2-0 .carousel-container-wrapper .nav_options {
    display: block;
  }
}
.carousel-2-0 .carousel-container-wrapper .nav_options .slick-slide.slick-current {
  display: none;
}
.carousel-2-0 .carousel-container-wrapper .nav_options .carousel-inner {
  margin-left: 20px;
  position: relative;
  margin-right: 20px;
}
.carousel-2-0 .carousel-container-wrapper .nav_options .carousel-inner .carousel-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.carousel-2-0 .carousel-container-wrapper .nav_options .carousel-inner .carousel-title-wrapper .carousel-title {
  position: relative;
  text-align: center;
  z-index: 1;
  color: white;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.carousel-3-0 {
  overflow: hidden;
  position: relative;
}
.carousel-3-0 .item-title {
  padding: 20px 0px 30px;
  text-align: center;
  color: white;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .carousel-3-0 .item-title {
    padding: 50px 0 80px;
  }
}
.carousel-3-0 .carousel-container-wrapper {
  padding-top: 0px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .carousel-3-0 .carousel-container-wrapper {
    padding-bottom: 80px;
  }
}
.carousel-3-0 .carousel-container-wrapper .carousel-container {
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  opacity: 1;
  display: block;
}
.carousel-3-0 .carousel-container-wrapper .carousel-container .carousel-text-wrapper {
  padding-top: 20px;
  text-align: center;
  color: white;
  font-size: 24px;
  padding-bottom: 20px;
}
.carousel-3-0 .carousel-container-wrapper .carousel-container .carousel-text-wrapper p {
  color: white;
  font-size: inherit;
}
@media screen and (min-width: 992px) {
  .carousel-3-0 .carousel-container-wrapper .carousel-container .carousel-inner {
    margin-right: 20px;
  }
}
.carousel-3-0 .carousel-container-wrapper .carousel-container .carousel-inner .carousel-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .carousel-3-0 .carousel-container-wrapper .carousel-container .slick-slide {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  .carousel-3-0 .carousel-container-wrapper .carousel-container .slick-slide.slick-current {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .carousel-3-0 .carousel-container-wrapper .carousel-container .slick-slide.slick-current ~ .slick-slide ~ .slick-slide {
    margin-left: -webkit-calc(-1% - 4px);
    margin-left: calc(-1% - 4px);
  }
}
.carousel-3-0 .carousel-container-wrapper .carousel-container .slick-slide.slick-current .carousel-text-wrapper {
  font-weight: bold;
}
.carousel-3-0 .slick-dots-container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .carousel-3-0 .slick-dots-container-wrapper {
    padding: 60px 120px;
    background-color: #86000d;
    width: 100vw;
    left: -96vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .carousel-3-0 .slick-dots-container-wrapper .slick-number-wrapper {
    width: 28px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .carousel-3-0 .slick-dots-container-wrapper .slick-number-wrapper .slick-number {
    font-size: 16px;
    color: white;
    font-weight: bold;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 992px) {
  .carousel-3-0 .slick-dots-container .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 28px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    margin-bottom: 30px;
  }
  .carousel-3-0 .slick-dots-container .slick-dots li {
    margin-left: 0px;
    width: auto;
    height: auto;
    padding: 60px 0;
    margin-right: 0px;
  }
  .carousel-3-0 .slick-dots-container .slick-dots li:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
    background-color: white;
  }
  .carousel-3-0 .slick-dots-container .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    position: relative;
  }
  .carousel-3-0 .slick-dots-container .slick-dots li button:before {
    display: none;
  }
  .carousel-3-0 .slick-dots-container .slick-dots li.slick-active button {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #86000d;
    font-weight: bold;
  }
}
.carousel-3-0 .slick-prev,
.carousel-3-0 .slick-next {
  z-index: 1;
}
.carousel-3-0 .slick-prev {
  left: 10px;
}
.carousel-3-0 .slick-next {
  right: 30px;
}
.carousel-4-0 .carousel-container-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.carousel-4-0 .carousel-container-wrapper .item-body {
  position: relative;
  padding: 40px 0;
  background-color: #f7f7f7;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .item-body {
    padding: 125px 0;
    text-align: left;
    background-color: transparent;
    background-color: initial;
  }
}
.carousel-4-0 .carousel-container-wrapper .item-body:before {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  width: 100vw;
  height: -webkit-calc(100% - 45px);
  height: calc(100% - 45px);
  top: 0;
  right: 0;
  display: none;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .item-body:before {
    display: block;
  }
}
.carousel-4-0 .carousel-container-wrapper .item-body .item-title {
  color: #333;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .item-body .item-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper {
    margin-bottom: 130px;
  }
}
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-prev,
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-next {
  position: relative;
  left: auto;
  left: initial;
  width: 55px;
  height: 55px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-prev.slick-disabled,
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
  height: 0px;
}
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-prev,
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-next {
  background-color: white;
  border: 1px solid #d7d7d7;
}
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-prev:before,
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-next:before {
  content: "\e709";
  color: #86000d;
}
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-prev:hover,
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-next:hover {
  background-color: #8e050f;
  border: 1px solid #8e050f;
}
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-prev:hover:before,
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-next:hover:before {
  color: white;
}
.carousel-4-0 .carousel-container-wrapper .item-body .slick-arrows-container-wrapper .slick-arrows-container .slick-next:before {
  content: "\e70e";
}
.carousel-4-0 .carousel-container-wrapper .item-body .item-moer {
  position: relative;
}
.carousel-4-0 .carousel-container-wrapper .carousel-container {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #e8e8e8;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .carousel-container {
    margin-left: -70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 360px;
    margin-bottom: 45px;
    width: -webkit-calc(75% + 70px);
    width: calc(75% + 70px);
    background-color: transparent;
    background-color: initial;
  }
}
.carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-track,
.carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide {
  height: 100%;
}
.carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-media {
    height: 100%;
  }
}
.carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-text-wrapper {
  padding: 20px 15px;
  background-color: #e8e8e8;
  font-size: 16px;
  color: #333;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-text-wrapper {
    padding: 38px 15px;
  }
}
.carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-text-wrapper .carousel-name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-text-wrapper .carousel-name {
    margin-bottom: 10px;
    width: 1em;
  }
}
.carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-text-wrapper .carousel-professional {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-text-wrapper .carousel-professional {
    margin-bottom: 30px;
  }
}
.carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-text-wrapper .carousel-text-label {
  margin-bottom: 20px;
  font-weight: bold;
}
.carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .carousel-inner .carousel-text-wrapper .carousel-text p {
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide .carousel-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide .carousel-inner .carousel-school,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide .carousel-inner .carousel-text-label,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide .carousel-inner .carousel-professional,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide .carousel-inner .carousel-text {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-current .carousel-inner,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-placeholder-block .carousel-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-current .carousel-inner .carousel-media,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-placeholder-block .carousel-inner .carousel-media {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 50px;
    background-color: #230306;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-current .carousel-inner .carousel-text-wrapper,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-placeholder-block .carousel-inner .carousel-text-wrapper {
    padding: 35px 20px 55px;
    width: 40%;
  }
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-current .carousel-inner .carousel-text-wrapper .carousel-name,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-placeholder-block .carousel-inner .carousel-text-wrapper .carousel-name {
    font-size: 30px;
    width: auto;
  }
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-current .carousel-inner .carousel-text-wrapper .carousel-school,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-placeholder-block .carousel-inner .carousel-text-wrapper .carousel-school,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-current .carousel-inner .carousel-text-wrapper .carousel-name,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-placeholder-block .carousel-inner .carousel-text-wrapper .carousel-name,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-current .carousel-inner .carousel-text-wrapper .carousel-text-label,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-placeholder-block .carousel-inner .carousel-text-wrapper .carousel-text-label,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-current .carousel-inner .carousel-text-wrapper .carousel-professional,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-placeholder-block .carousel-inner .carousel-text-wrapper .carousel-professional,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-current .carousel-inner .carousel-text-wrapper .carousel-text,
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-placeholder-block .carousel-inner .carousel-text-wrapper .carousel-text {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .carousel-4-0 .carousel-container-wrapper .carousel-container .slick-list .slick-slide.slick-cloned {
    height: 0;
    opacity: 0;
  }
}
.carousel-4-0 .slick-dots {
  bottom: 25px;
}
.hero-1-0 {
  position: relative;
}
.hero-1-0 .item-body {
  position: relative;
}
.hero-1-0 .item-body .item-media {
  height: 330px;
}
@media screen and (min-width: 992px) {
  .hero-1-0 .item-body .item-media {
    height: auto;
  }
}
.hero-1-0 .item-body .item-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-1-0 .item-body .item-text-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
}
.hero-1-0 .item-body .item-text-wrapper .item-text-body {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero-1-0 .item-body .item-text-wrapper .item-text-body .item-text {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (min-width: 992px) {
  .hero-1-0 .item-body .item-text-wrapper .item-text-body .item-text {
    font-size: 44px;
  }
}
@media screen and (min-width: 992px) {
  .hero-1-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb {
    padding-bottom: 6px;
  }
}
.hero-1-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb nav.breadcrumb {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.hero-1-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb nav.breadcrumb ul {
  padding-left: 0;
  list-style: none;
}
.hero-1-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb nav.breadcrumb ul li a {
  color: white;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .hero-1-0.show-sidebar-body .item-body .item-text-wrapper .item-text-body .item-breadcrumb {
    margin-left: 25%;
    padding-left: 20px;
  }
}
.list-1-0 .list-top-title {
  padding-bottom: 25px;
  border-bottom: 1px solid #86000D;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.list-1-0 ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  list-style: none;
}
.list-1-0 ul .item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #86000D;
  padding: 20px 0;
  border-bottom: 1px solid #86000D;
}
.list-1-0 ul .item-body .item-date {
  margin-right: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .list-1-0 ul .item-body .item-date {
    font-size: 45px;
  }
}
.list-1-0 ul .item-body .item-date .item-day {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
}
.list-1-0 ul .item-body .item-date .item-years {
  font-size: 14px;
}
.list-1-0 ul .item-body .item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 22px;
  padding-top: 0.3em;
}
.list-2-0 ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .list-2-0 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1470px) {
  .list-2-0 ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.list-2-0 ul .item-body-wrapper {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 992px) {
  .list-2-0 ul .item-body-wrapper {
    width: 50%;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .list-2-0 ul .item-body-wrapper {
    width: 33.333333%;
  }
}
@media screen and (min-width: 1470px) {
  .list-2-0 ul .item-body-wrapper {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
  }
}
.list-2-0 ul .item-body-wrapper .item-media {
  height: 100%;
}
.list-2-0 ul .item-body-wrapper .item-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-2-0 ul .item-body-wrapper .item-body {
  background-color: #e8e8e8;
  padding: 20px;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 992px) {
  .list-2-0 ul .item-body-wrapper .item-body {
    padding: 30px 30px 40px;
  }
}
.list-2-0 ul .item-body-wrapper .item-body .carousel-name {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
.list-2-0 ul .item-body-wrapper .item-body .carousel-school {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .list-2-0 ul .item-body-wrapper .item-body .carousel-school .carousel-school-value {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 992px) {
  .list-2-0 ul .item-body-wrapper .item-body .carousel-school:hover .tooltip-1-0 {
    display: block;
  }
}
.list-2-0 ul .item-body-wrapper .item-body .carousel-professional {
  margin-bottom: 10px;
}
.list-2-0 ul .item-body-wrapper .item-body .carousel-text-label {
  margin-bottom: 15px;
  font-weight: bold;
}
.list-2-0 ul .item-body-wrapper .item-body .carousel-text {
  position: relative;
}
@media screen and (min-width: 992px) {
  .list-2-0 ul .item-body-wrapper .item-body .carousel-text .carousel-text-value {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .list-2-0 ul .item-body-wrapper .item-body .carousel-text:hover .tooltip-1-0 {
    display: block;
  }
}
.list-2-0 ul .item-body-wrapper .item-body .item-moer {
  display: none;
}
@media screen and (min-width: 992px) {
  .list-2-0 ul .item-body-wrapper .item-body .item-moer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -22px;
  }
}
.list-3-0 {
  padding: 20px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
  .list-3-0 {
    padding: 30px;
  }
}
.list-3-0 .list-top-title {
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.list-3-0 ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  list-style: none;
}
.list-3-0 ul .item-body {
  padding: 25px 0;
  border-bottom: 1px solid #e7e9e6;
}
.list-3-0 ul .item-body:last-child {
  border-bottom: 0px;
}
.list-3-0 ul .item-body .item-date {
  color: #999;
  margin-bottom: 5px;
}
.list-3-0 ul .item-body .item-title {
  color: #54585a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-4-0 ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list-4-0 ul .item-body-wrapper {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .list-4-0 ul .item-body-wrapper {
    width: 33.333333%;
  }
}
.list-4-0 ul .item-body-wrapper .item-body {
  padding: 10px 14px;
}
.list-4-0 ul .item-body-wrapper .item-body .item-media {
  margin-bottom: 15px;
}
.list-4-0 ul .item-body-wrapper .item-body .item-media img {
  width: 100%;
}
.list-4-0 ul .item-body-wrapper .item-body .item-address {
  text-align: center;
  font-size: 14px;
}
.list-5-0 ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  list-style: none;
}
.list-5-0 ul li {
  margin-bottom: 15px;
}
.list-5-0 ul li .item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .list-5-0 ul li .item-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.list-5-0 ul li .item-body .item-media {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .list-5-0 ul li .item-body .item-media {
    margin-bottom: 0px;
  }
}
.list-5-0 ul li .item-body .item-media img {
  width: 100%;
}
.list-5-0 ul li .item-body .item-text {
  margin-bottom: 20px;
  text-indent: 2em;
}
.list-5-0 ul li .item-body .item-more {
  font-size: 14px;
}
.list-6-0 ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list-6-0 ul .item-body-wrapper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .list-6-0 ul .item-body-wrapper {
    width: 20%;
  }
}
.list-6-0 ul .item-body-wrapper .item-body {
  padding: 10px 14px;
}
.list-6-0 ul .item-body-wrapper .item-body .item-media {
  margin-bottom: 15px;
}
.list-6-0 ul .item-body-wrapper .item-body .item-media img {
  width: 100%;
}
.list-6-0 ul .item-body-wrapper .item-body .item-text {
  text-align: center;
  font-size: 14px;
}
.list-6-0 .list-more {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .list-6-0 .list-more {
    text-align: right;
  }
}
.list-6-0 .list-more a {
  color: #999999;
}
.list-7-0 ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  list-style: none;
}
.list-7-0 ul li {
  margin-bottom: 15px;
}
.list-7-0 ul li .item-media img {
  width: 100%;
}
.list-7-0 ul li .item-text {
  margin-bottom: 20px;
  text-indent: 2em;
}
.list-8-0 ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  list-style: none;
}
.list-8-0 .list-menu .list-item {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .list-8-0 .list-menu .list-item {
    margin-bottom: 50px;
  }
}
.list-8-0 .list-menu .list-item .list-top-body {
  margin-bottom: 15px;
  text-indent: 2em;
}
.list-8-0 .list-menu .list-item .list-media-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .list-8-0 .list-menu .list-item .list-media-ul {
    margin-right: -15px;
  }
}
.list-8-0 .list-menu .list-item .list-media-ul .item-media-wrapper {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .list-8-0 .list-menu .list-item .list-media-ul .item-media-wrapper {
    width: 50%;
    padding-right: 15px;
  }
}
.list-8-0 .list-menu .list-item .list-media-ul .item-media-wrapper .item-media {
  height: 100%;
}
.list-8-0 .list-menu .list-item .list-media-ul .item-media-wrapper .item-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-9-0 table {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-collapse: initial;
  min-width: 480px;
}
.list-9-0 table thead th {
  text-align: left;
  border: none !important;
  border-bottom: 1px #e0e0e0 dashed !important;
  background: inherit;
  font-size: 13px;
  padding: 13px 0;
  line-height: 1.5;
}
.list-9-0 table tbody tr td {
  border: none !important;
  border-bottom: 1px #e0e0e0 dashed !important;
  padding: 13px 0;
  font-size: 13px;
  line-height: 1.5;
}
.list-9-0 table th:nth-child(1),
.list-9-0 table tbody tr td:nth-child(1) {
  width: 16%;
}
.list-9-0 table thead th:nth-child(2),
.list-9-0 table tbody tr td:nth-child(2) {
  width: 50%;
}
.list-9-0 table thead th:nth-child(3),
.list-9-0 table tbody tr td:nth-child(3) {
  width: 24%;
}
.list-9-0 table thead th:nth-child(4),
.list-9-0 table tbody tr td:nth-child(4) {
  width: 10%;
}
.tab-1-0 .tab-nav li {
  background-color: #86000D;
  border-right: 1px solid #fff;
}
.tab-1-0 .tab-nav li:last-child {
  border-color: #86000D;
}
.tab-1-0 .tab-nav li.active,
.tab-1-0 .tab-nav li:hover {
  background-color: #eeb969;
}
.tab-1-0 .tab-nav li.active::after,
.tab-1-0 .tab-nav li:hover::after {
  content: '';
  width: 0;
  height: 0px;
  border-top: 12px solid #eeb969;
  border-left: 85px solid transparent;
  border-right: 85px solid transparent;
  display: none;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .tab-1-0 .tab-nav li.active::after,
  .tab-1-0 .tab-nav li:hover::after {
    display: block;
  }
}
.tab-1-0 .tab-nav li a {
  cursor: pointer;
  color: white;
}
.tab-1-0 .tab-content {
  -webkit-box-shadow: 0px 2px 4px 0px #ddd;
          box-shadow: 0px 2px 4px 0px #ddd;
  padding: 20px;
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .tab-1-0 .tab-content {
    padding: 50px 45px;
  }
}
.searchbar-1-0 {
  padding: 20px;
  background-color: #f5f5f5;
  border-bottom: 4px solid #86000D;
}
@media screen and (min-width: 992px) {
  .searchbar-1-0 {
    padding: 38px;
  }
}
.searchbar-1-0 .searchbar-title {
  margin-bottom: 10px;
}
.searchbar-1-0 .searchbar-body {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .searchbar-1-0 .searchbar-body {
    margin-left: -10px;
  }
}
.searchbar-1-0 .searchbar-body > a {
  color: #666;
  padding: 5px 10px;
  font-size: 14px;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .searchbar-1-0 .searchbar-body > a {
    margin-right: 10px;
  }
}
.searchbar-1-0 .searchbar-body > a:hover {
  color: #86000D;
}
.searchbar-1-0 .searchbar-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.searchbar-1-0 .searchbar-form .searchbar-input {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 992px) {
  .searchbar-1-0 .searchbar-form .searchbar-input {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.searchbar-1-0 .searchbar-form .searchbar-input .form-text {
  padding: 10px 20px;
  width: 100%;
  border: 0;
}
@media screen and (min-width: 992px) {
  .searchbar-1-0 .searchbar-form .searchbar-input .form-text {
    width: 330px;
  }
}
.searchbar-1-0 .searchbar-form .searchbar-button .btn-submit {
  padding: 10px 20px;
  background-color: #86000D;
  color: white;
  border: 0;
}
@media screen and (min-width: 992px) {
  .searchbar-1-0 .searchbar-form .searchbar-button .btn-submit {
    padding: 10px 50px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar-1-0 {
    margin-top: -50px;
  }
}
.sidebar-1-0 .sidebar-body {
  -webkit-box-shadow: 5px 5px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1;
}
.sidebar-1-0 .sidebar-body .sidebar-top-title {
  padding: 20px;
  background-color: #86000D;
  text-align: center;
  color: white;
  font-size: 30px;
}
.sidebar-1-0 .sidebar-body ul.menu {
  padding: 0px 20px;
  margin-top: 0px;
  list-style: none;
  padding-bottom: 30px;
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item .item-text {
  color: #333333;
  font-size: 20px;
  padding: 20px 0;
  border-bottom: 2px dashed #86000D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item .item-text .item-icon {
  padding: 8px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item .item-text .item-icon .icon-up {
  font-size: 20px;
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item .menu-child {
  padding: 0px;
  margin-top: 0px;
  min-height: auto;
  list-style: none;
  display: none;
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item .menu-child .item-text {
  color: #666666;
  font-size: 16px;
  border-color: #333333;
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item.active > .menu-child {
  display: block;
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item.active > .item-text .item-icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item .menu-child .item-text {
  padding-left: 1em;
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item .menu-child .menu-item.active > .menu-child {
  display: block;
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item .menu-child .menu-item.active > .menu-child .menu-item .item-text {
  padding-left: 2em;
}
.sidebar-1-0 .sidebar-body ul.menu .siderbar-item .menu-child .menu-item.active .item-text .item-icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sidebar-1-0 .sidebar-body .sidebar-image {
  width: 100%;
  display: block;
}
.showcase-1-0 .showcase-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .showcase-1-0 .showcase-header {
    margin-bottom: 35px;
  }
}
.showcase-1-0 .showcase-header .showcase-title {
  color: #333;
  font-weight: bold;
  font-size: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.showcase-1-0 .showcase-body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 992px) {
  .showcase-1-0 .showcase-body {
    grid-template-columns: repeat(4, 1fr);
  }
}
.showcase-1-0 .showcase-body .showcase-item {
  position: relative;
  color: white;
}
.showcase-1-0 .showcase-body .showcase-item:first-child {
  background-color: #155dad;
}
@media screen and (min-width: 992px) {
  .showcase-1-0 .showcase-body .showcase-item:first-child {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
}
.showcase-1-0 .showcase-body .showcase-item:nth-child(3) {
  background-color: #155dad;
}
.showcase-1-0 .showcase-body .showcase-item:nth-child(4),
.showcase-1-0 .showcase-body .showcase-item:nth-child(5),
.showcase-1-0 .showcase-body .showcase-item:nth-child(7) {
  background-color: #f5f5f5;
  color: #333333;
}
.showcase-1-0 .showcase-body .showcase-item:nth-child(2),
.showcase-1-0 .showcase-body .showcase-item:nth-child(6),
.showcase-1-0 .showcase-body .showcase-item:nth-child(8) {
  background-color: #86000d;
}
@media screen and (min-width: 992px) {
  .showcase-1-0 .showcase-body .showcase-item:nth-child(7) {
    grid-column: span 2 / span 2;
  }
}
.showcase-1-0 .showcase-body .showcase-item .item-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.showcase-1-0 .showcase-body .showcase-item .item-body,
.showcase-1-0 .showcase-body .showcase-item .item-media {
  height: 100%;
}
.showcase-1-0 .showcase-body .showcase-item .item-footer-wrapper .item-footer-body {
  padding: 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.showcase-1-0 .showcase-body .showcase-item .item-footer-wrapper .item-footer-body .item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 22px;
  color: white;
}
.showcase-1-0 .showcase-body .showcase-item .item-footer-wrapper .item-footer-body .item-icon-wrapper .icon {
  font-size: 20px;
}
.showcase-1-0 .showcase-body .showcase-item .item-footer-wrapper .item-footer-body .item-icon-wrapper .item-icon-text {
  font-size: 14px;
}
.showcase-1-0 .showcase-body .showcase-item .item-body.item-body-no-background {
  padding: 20px 20px 0px;
}
@media screen and (min-width: 992px) {
  .showcase-1-0 .showcase-body .showcase-item .item-body.item-body-no-background {
    padding: 35px 30px 0px;
  }
}
.showcase-1-0 .showcase-body .showcase-item .item-body.item-body-no-background .item-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.showcase-1-0 .showcase-body .showcase-item .item-body.item-body-no-background .item-text-wrapper .item-title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .showcase-1-0 .showcase-body .showcase-item .item-body.item-body-no-background .item-text-wrapper .item-title {
    margin-bottom: 30px;
  }
}
.showcase-1-0 .showcase-body .showcase-item .item-body.item-body-no-background .item-text-wrapper .item-text {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.showcase-1-0 .showcase-body .showcase-item .item-body.item-body-no-background .item-text-wrapper .item-text > div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.showcase-1-0 .showcase-body .showcase-item .item-body.item-body-background .item-footer-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.showcase-2-0 .item-media img {
  width: 100%;
}
.showcase-2-0 .item-body {
  background-color: #a41313;
  padding: 20px;
  color: white;
}
@media screen and (min-width: 992px) {
  .showcase-2-0 .item-body {
    padding: 30px 40px;
    margin: -200px 0 0 auto;
    position: relative;
    width: -webkit-calc(50% + 35px);
    width: calc(50% + 35px);
    min-height: 260px;
  }
}
.showcase-2-0 .item-body .item-title {
  font-size: 30px;
  margin-bottom: 15px;
}
.showcase-3-0 .showcase-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .showcase-3-0 .showcase-header {
    margin-bottom: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.showcase-3-0 .showcase-header .showcase-header-media,
.showcase-3-0 .showcase-header .showcase-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 992px) {
  .showcase-3-0 .showcase-header .showcase-text-wrapper {
    padding-bottom: 110px;
  }
}
.showcase-3-0 .showcase-header .showcase-header-media {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .showcase-3-0 .showcase-header .showcase-header-media {
    margin-right: 70px;
    margin-bottom: 0px;
  }
}
.showcase-3-0 .showcase-header .showcase-header-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.showcase-3-0 .showcase-footer .showcase-footer-media {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .showcase-3-0 .showcase-footer .showcase-footer-media {
    float: right;
    width: 470px;
    text-align: right;
    margin-top: -160px;
    margin-bottom: 0px;
  }
}
.showcase-3-0 .showcase-footer .showcase-footer-media img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .showcase-3-0 .showcase-footer .showcase-footer-media img {
    width: 370px;
  }
}
.showcase-3-0 .showcase-text-wrapper {
  color: #333;
}
.showcase-3-0 .showcase-text-wrapper .showcase-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.showcase-3-0 .showcase-text-wrapper .showcase-text {
  position: relative;
}
@media screen and (min-width: 992px) {
  .showcase-3-0 .showcase-text-wrapper .showcase-text {
    padding-left: 90px;
  }
}
.showcase-3-0 .showcase-text-wrapper .showcase-text::before,
.showcase-3-0 .showcase-text-wrapper .showcase-text::after {
  content: "";
  display: none;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .showcase-3-0 .showcase-text-wrapper .showcase-text::before,
  .showcase-3-0 .showcase-text-wrapper .showcase-text::after {
    display: block;
  }
}
.showcase-3-0 .showcase-text-wrapper .showcase-text::after {
  background: url(_resources/6eae701c4e2c9f308d46.png);
  width: 23px;
  height: 23px;
  top: 0;
  left: 35px;
  background-size: cover;
}
.showcase-3-0 .showcase-text-wrapper .showcase-text::before {
  width: 2px;
  background-color: #86000D;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  top: 30px;
  left: 46px;
}
.showcase-3-0 .showcase-text-wrapper .showcase-text .showcase-child-title {
  font-size: 22px;
}
.showcase-3-0 p {
  font-size: 16px;
}
.showcase-4-0 .showcase-body .showcase-top-title {
  padding-bottom: 20px;
  position: relative;
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid #86000D;
}
@media screen and (min-width: 992px) {
  .showcase-4-0 .showcase-body .showcase-top-title {
    padding-bottom: 40px;
  }
}
.showcase-4-0 .showcase-body .showcase-top-title::after {
  content: "";
  display: none;
  position: absolute;
  background: url(_resources/6eae701c4e2c9f308d46.png);
  width: 23px;
  height: 23px;
  left: 50%;
  margin-left: -11.5px;
  bottom: -12px;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .showcase-4-0 .showcase-body .showcase-top-title::after {
    display: block;
  }
}
.showcase-4-0 .showcase-body .item-body {
  color: #333;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .showcase-4-0 .showcase-body .item-body {
    padding: 40px 0;
  }
}
.showcase-4-0 .showcase-body .item-body::after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  top: 0px;
  background-color: #86000D;
}
@media screen and (min-width: 992px) {
  .showcase-4-0 .showcase-body .item-body::after {
    display: block;
  }
}
.showcase-4-0 .showcase-body .item-body .showcase-child-title {
  font-size: 22px;
}
.showcase-4-0 p {
  font-size: 16px;
}
.showcase-5-0 .showcase-body {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .showcase-5-0 .showcase-body {
    margin-bottom: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.showcase-5-0 .showcase-body .item-media img {
  width: 100%;
}
.showcase-5-0 .showcase-body .item-body .carousel-name {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #86000D;
  padding-bottom: 25px;
}
.showcase-5-0 .showcase-body .item-body .carousel-school-wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .showcase-5-0 .showcase-body .item-body .carousel-school-wrapper {
    margin-bottom: 50px;
  }
}
.showcase-5-0 .showcase-body .item-body .carousel-school-wrapper .carousel-school {
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .showcase-5-0 .showcase-body .item-body .carousel-school-wrapper .carousel-school {
    margin-right: 40px;
  }
}
.showcase-5-0 .showcase-body .item-body .carousel-position {
  margin-bottom: 20px;
}
.showcase-5-0 .showcase-body .item-body .carousel-text-wrapper {
  background-color: #e8e8e8;
  padding: 20px 20px 20px 40px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .showcase-5-0 .showcase-body .item-body .carousel-text-wrapper {
    padding-left: 60px;
  }
}
.showcase-5-0 .showcase-body .item-body .carousel-text-wrapper::after {
  content: "";
  position: absolute;
  width: 1px;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #86000D;
}
@media screen and (min-width: 992px) {
  .showcase-5-0 .showcase-body .item-body .carousel-text-wrapper::after {
    left: 40px;
  }
}
.showcase-5-0 .showcase-body .item-body .carousel-text-wrapper .carousel-text-label {
  margin-bottom: 20px;
  font-weight: bold;
}
.showcase-6-0 {
  background-size: 100% 85% !important;
  position: relative;
}
.showcase-6-0.mask-black-to-b:before {
  height: 85%;
}
.showcase-7-0 .showcase-body {
  color: #333;
  font-size: 16px;
  text-align: center;
}
.showcase-7-0 .showcase-body .showcase-title {
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #86000D;
}
.showcase-7-0 .showcase-body .showcase-text .showcase-date::after {
  content: "|";
  padding-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.moer-1-0,
.moer-1-1 {
  color: #86000D;
  padding: 7px 20px;
  border: 1px solid #86000D;
}
.moer-1-0 .icon-right,
.moer-1-1 .icon-right {
  padding-left: 20px;
}
.moer-1-0:hover,
.moer-1-1:hover {
  color: #86000D;
}
.moer-1-1 {
  padding: 5px 10px;
  font-size: 12px;
}
.moer-2-0 {
  color: white;
  padding: 4px 10px;
  font-size: 24px;
  background-color: #86000D;
  display: inline-block;
}
.moer-2-0:hover {
  color: white;
}
.title-1-0 {
  color: #86000D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #c6c6c6;
  margin-bottom: 14px;
}
.title-1-0::before {
  content: "";
  display: inline-block;
  background-color: #86000D;
  width: 4px;
  height: 1.5em;
  margin-right: 5px;
}
/* ==========================
   Desktop Style Reset
   ========================== */
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  -ms-overflow-style: scrollbar;
}
html {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
body {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Microsoft YaHei", "微软雅黑", SimSun, Arial, Helvetica, Tahoma, STXihei, "华文细黑", sans-serif;
  min-width: 100%;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", "微软雅黑", Montserrat, "Helvetica", "Lucida Grande", "Lucida Sans", STXihei, "华文细黑", sans-serif;
  line-height: 120%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #86000D;
}
a:hover {
  opacity: 0.8;
  outline: none;
  color: inherit;
}
a:active,
a.active {
  opacity: 0.8;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  outline: none;
}
p {
  margin: 0 0 7px;
  line-height: 1.5;
  color: #333333;
  font-size: 14px;
}
div,
ul,
ol,
li,
a {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
code,
.code {
  background-color: #2f3640;
}
code pre,
.code pre {
  border: none;
  width: 100%;
  overflow-x: auto;
  margin: 0;
}
div.ipe-actions-block {
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .row.row-sm {
    margin-left: -10.5px;
    margin-right: -10.5px;
  }
  .row.row-sm [class*="col-"] {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }
  .row.row-md {
    margin-left: -14px;
    margin-right: -14px;
  }
  .row.row-md [class*="col-"] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .row.row-lg {
    margin-left: -21px;
    margin-right: -21px;
  }
  .row.row-lg [class*="col-"] {
    padding-left: 21px;
    padding-right: 21px;
  }
  .row.row-2xl {
    margin-left: -28px;
    margin-right: -28px;
  }
  .row.row-2xl [class*="col-"] {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .row.row-2xl {
    margin-left: -56px;
    margin-right: -56px;
  }
  .row.row-2xl [class*="col-"] {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.row.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.row-no-gutters [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.html-modal-container .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: -webkit-calc(100% - 14px * 2);
  width: calc(100% - 14px * 2);
  max-height: -webkit-calc(100vh - 14px * 2);
  max-height: calc(100vh - 14px * 2);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
}
@media (min-width: 992px) {
  .html-modal-container .modal-dialog {
    width: 900px;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .html-modal-container .modal-dialog {
    width: 1000px;
  }
}
.html-modal-container .list-preview .card-1-5 .card-media {
  height: 0;
  padding-top: 125%;
}
.html-modal-container .list-preview .card-1-5 .card-body .name {
  font-size: 18px;
}
@media (min-width: 992px) {
  .html-modal-container .list-preview .card-1-5 .card-body .name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .html-modal-container .list-preview .card-1-5 .card-body .name {
    font-size: 24px;
  }
}
.html-modal-container .list-preview .desc {
  font-size: 14px;
  line-height: 2;
  overflow: auto;
}
.html-modal-container .list-preview .desc p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 2;
}
@media (min-width: 992px) {
  .html-modal-container .list-preview .desc {
    max-height: -webkit-calc(100vh - 14px * 10);
    max-height: calc(100vh - 14px * 10);
  }
}
@media (min-width: 1200px) {
  .html-modal-container .list-preview .desc {
    font-size: 16px;
  }
}
.html-modal-container .image-preview {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.html-modal-container .image-preview .preview-body ul.download-detail {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #86000D;
  border-bottom: 1px solid #86000D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.html-modal-container .image-preview .preview-body ul.download-detail li {
  list-style: none;
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .html-modal-container .image-preview .preview-body ul.download-detail li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .html-modal-container .image-preview .preview-body ul.download-detail li {
    font-size: 16px;
  }
}
.html-modal-container .image-preview .preview-body ul.download-detail li span,
.html-modal-container .image-preview .preview-body ul.download-detail li a,
.html-modal-container .image-preview .preview-body ul.download-detail li i {
  font-size: inherit;
}
.html-modal-container .image-preview .preview-body ul.download-detail li i {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.html-modal-container .image-preview .preview-body ul.download-detail li i:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.html-modal-container .image-preview .preview-body .item {
  margin-top: 14px;
}
.html-modal-container .image-preview .preview-body .item .title {
  width: 120px;
  font-weight: bold;
  float: left;
}
.html-modal-container .image-preview .preview-body .item a,
.html-modal-container .image-preview .preview-body .item span {
  display: block;
}
.html-modal-container .image-preview .preview-body .item .text {
  overflow: hidden;
}
.html-modal-container .image-preview .preview-body .item a.text:hover {
  text-decoration: underline;
}
.html-modal-container .modal-header span,
.html-modal-container .modal-header p,
.html-modal-container .modal-header a {
  font-size: 1.5rem;
}
.html-modal-container .modal-header h4 {
  font-size: 1.5rem;
}
.html-modal-container .modal-body {
  max-height: -webkit-calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.html-modal-container .modal-body span,
.html-modal-container .modal-body p,
.html-modal-container .modal-body a {
  font-size: 1rem;
}
.image-modal-container.fade .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.image-modal-container.in .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.image-modal-container .modal-dialog {
  width: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.image-modal-container .modal-footer {
  display: none;
}
.image-modal-container img {
  max-height: -webkit-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
}
.video-modal-container .modal-body {
  background-color: #000;
  outline: none;
}
.video-modal-container .modal-body video {
  outline: none;
}

