@charset "UTF-8";
/* 
Theme Name: Jarida
Theme URI: http://3issam.com/
Author: Aissam Elkallali
Author URI: https://www.facebook.com/AIS10/
Description: WordPress Theme
Version: 1.0
License: license purchased
License URI: http://3issam.com/item/jarida
Text Domain: jarida 
Tags: theme-options,grid-layout,custom-background,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,post-formats,rtl-language-support
*/
body {
  font-family: "ap-font", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  direction: rtl;
  background: #fff;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9997;
}

.trans,
.widget .gallery .bt,
.navigation {
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
}

.transfast,
.ap_header .ap_logo,
.form-wrapper-wrap .form-wrapper,
.ap_menu li a:after,
.ap_slider .polist .arrow,
.ap_tabs .tab_header ul li span,
.main_videos .polist .item .thumbnail .ap-play,
.main_content .main_videos .polist .item .thumbnail .ap-play,
.main_content .main_videos .polist .item:nth-child(1) .thumbnail .ap-play,
.ap-tabs ul.tabs li,
.ap-slider_widget .polist .slick-dots,
.ap-slider_widget .polist .arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sticky-top {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}

.thumbnail {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
}
.thumbnail img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.ap-ring {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 55px;
}
.ap-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 2px solid;
  border-radius: 50%;
  animation: ap-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-animation: ap-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #888 transparent transparent transparent;
}
.ap-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.ap-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.ap-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes ap-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ap-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.aplink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.ap-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-none {
  display: none !important;
}

@font-face {
  font-family: ap-font;
  font-display: swap;
  src: local("Al Jazeera-Light"), local("Al-Jazeera-Light"), url(./assets/fonts/Al-Jazeera-Light.woff2) format("woff2"),
    url(./assets/fonts/Al-Jazeera-Light.woff) format("woff"),
    url(./assets/fonts/Al-Jazeera-Light.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: ap-font;
  font-display: swap;
  src: local("Al Jazeera-Regular"), local("Al-Jazeera-Regular"),
    url(./assets/fonts/Al-Jazeera-Regular.woff2) format("woff2"),
    url(./assets/fonts/Al-Jazeera-Regular.woff) format("woff"),
    url(./assets/fonts/Al-Jazeera-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ap-font;
  font-display: swap;
  src: local("Al Jazeera-Bold"), local("Al-Jazeera-Bold"), url(./assets/fonts/Al-Jazeera-Bold.woff2) format("woff2"),
    url(./assets/fonts/Al-Jazeera-Bold.woff) format("woff"), url(./assets/fonts/Al-Jazeera-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: ap-font;
  font-display: swap;
  src: local("Al Jazeera-Heavy"), local("Al-Jazeera-Heavy"), url(./assets/fonts/Al-Jazeera-Heavy.woff2) format("woff2"),
    url(./assets/fonts/Al-Jazeera-Heavy.woff) format("woff"),
    url(./assets/fonts/Al-Jazeera-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ap-clock {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ap-clock.clock-d {
  background-image: url(./assets/img/ic/clock.svg);
}
.ap-clock.clock-w {
  background-image: url(./assets/img/ic/clock-w.svg);
}

.ap-play {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./assets/img/ic/ic_play.svg);
}

.ap-plus {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./assets/img/ic/ic_plus.svg);
}

.ap-plus-w {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./assets/img/ic/ic_plus-w.svg);
}

.ap-icon {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.ap-icon.ap-facebook {
  background-image: url(./assets/img/so/facebook.svg);
}
.ap-icon.ap-twitter {
  background-image: url(./assets/img/so/twitter.svg);
}
.ap-icon.ap-youtube {
  background-image: url(./assets/img/so/youtube.svg);
}
.ap-icon.ap-instagram {
  background-image: url(./assets/img/so/instagram.svg);
}
.ap-icon.ap-whatsapp {
  background-image: url(./assets/img/so/whatsapp.svg);
}
.ap-icon.ap-print {
  background-image: url(./assets/img/ic/ic_print.svg);
}
.ap-icon.ap-mail {
  background-image: url(./assets/img/ic/ic_mail.svg);
}

.ap-top {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./assets/img/ic/ic_top.svg);
}

.arch-layout {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.arch-layout.list {
  background-image: url(./assets/img/ic/ic_list.svg);
}
.arch-layout.grid {
  background-image: url(./assets/img/ic/ic_grid.svg);
}

.ap-link {
  background-image: url(./assets/img/ic/ic_link.svg);
}

.ap-comments {
  background-image: url(./assets/img/ic/ic_comments.svg);
}

.ap-thumbs-up {
  background-image: url(./assets/img/ic/ic_thumbs_up.svg);
}

.ap-thumbs-down {
  background-image: url(./assets/img/ic/ic_thumbs_down.svg);
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}

::-moz-placeholder {
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

::-ms-input-placeholder {
  color: #d1d1d1;
}

::-webkit-input-placeholder {
  color: #d1d1d1;
}

::-moz-placeholder {
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type="text"]:not(.browser-default):disabled,
input[type="text"]:not(.browser-default)[readonly="readonly"],
input[type="password"]:not(.browser-default):disabled,
input[type="password"]:not(.browser-default)[readonly="readonly"],
input[type="email"]:not(.browser-default):disabled,
input[type="email"]:not(.browser-default)[readonly="readonly"],
input[type="url"]:not(.browser-default):disabled,
input[type="url"]:not(.browser-default)[readonly="readonly"],
input[type="time"]:not(.browser-default):disabled,
input[type="time"]:not(.browser-default)[readonly="readonly"],
input[type="date"]:not(.browser-default):disabled,
input[type="date"]:not(.browser-default)[readonly="readonly"],
input[type="datetime"]:not(.browser-default):disabled,
input[type="datetime"]:not(.browser-default)[readonly="readonly"],
input[type="datetime-local"]:not(.browser-default):disabled,
input[type="datetime-local"]:not(.browser-default)[readonly="readonly"],
input[type="tel"]:not(.browser-default):disabled,
input[type="tel"]:not(.browser-default)[readonly="readonly"],
input[type="number"]:not(.browser-default):disabled,
input[type="number"]:not(.browser-default)[readonly="readonly"],
input[type="search"]:not(.browser-default):disabled,
input[type="search"]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type="text"]:not(.browser-default):disabled + label,
input[type="text"]:not(.browser-default)[readonly="readonly"] + label,
input[type="password"]:not(.browser-default):disabled + label,
input[type="password"]:not(.browser-default)[readonly="readonly"] + label,
input[type="email"]:not(.browser-default):disabled + label,
input[type="email"]:not(.browser-default)[readonly="readonly"] + label,
input[type="url"]:not(.browser-default):disabled + label,
input[type="url"]:not(.browser-default)[readonly="readonly"] + label,
input[type="time"]:not(.browser-default):disabled + label,
input[type="time"]:not(.browser-default)[readonly="readonly"] + label,
input[type="date"]:not(.browser-default):disabled + label,
input[type="date"]:not(.browser-default)[readonly="readonly"] + label,
input[type="datetime"]:not(.browser-default):disabled + label,
input[type="datetime"]:not(.browser-default)[readonly="readonly"] + label,
input[type="datetime-local"]:not(.browser-default):disabled + label,
input[type="datetime-local"]:not(.browser-default)[readonly="readonly"] + label,
input[type="tel"]:not(.browser-default):disabled + label,
input[type="tel"]:not(.browser-default)[readonly="readonly"] + label,
input[type="number"]:not(.browser-default):disabled + label,
input[type="number"]:not(.browser-default)[readonly="readonly"] + label,
input[type="search"]:not(.browser-default):disabled + label,
input[type="search"]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #e4e6eb;
  box-shadow: 0 1px 0 0 #e4e6eb;
}

input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #e4e6eb;
}

input:not([type]):focus.valid ~ label,
input[type="text"]:not(.browser-default):focus.valid ~ label,
input[type="password"]:not(.browser-default):focus.valid ~ label,
input[type="email"]:not(.browser-default):focus.valid ~ label,
input[type="url"]:not(.browser-default):focus.valid ~ label,
input[type="time"]:not(.browser-default):focus.valid ~ label,
input[type="date"]:not(.browser-default):focus.valid ~ label,
input[type="datetime"]:not(.browser-default):focus.valid ~ label,
input[type="datetime-local"]:not(.browser-default):focus.valid ~ label,
input[type="tel"]:not(.browser-default):focus.valid ~ label,
input[type="number"]:not(.browser-default):focus.valid ~ label,
input[type="search"]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4caf50;
}

input:not([type]):focus.invalid ~ label,
input[type="text"]:not(.browser-default):focus.invalid ~ label,
input[type="password"]:not(.browser-default):focus.invalid ~ label,
input[type="email"]:not(.browser-default):focus.invalid ~ label,
input[type="url"]:not(.browser-default):focus.invalid ~ label,
input[type="time"]:not(.browser-default):focus.invalid ~ label,
input[type="date"]:not(.browser-default):focus.invalid ~ label,
input[type="datetime"]:not(.browser-default):focus.invalid ~ label,
input[type="datetime-local"]:not(.browser-default):focus.invalid ~ label,
input[type="tel"]:not(.browser-default):focus.invalid ~ label,
input[type="number"]:not(.browser-default):focus.invalid ~ label,
input[type="search"]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #f44336;
}

input:not([type]).validate + label,
input[type="text"]:not(.browser-default).validate + label,
input[type="password"]:not(.browser-default).validate + label,
input[type="email"]:not(.browser-default).validate + label,
input[type="url"]:not(.browser-default).validate + label,
input[type="time"]:not(.browser-default).validate + label,
input[type="date"]:not(.browser-default).validate + label,
input[type="datetime"]:not(.browser-default).validate + label,
input[type="datetime-local"]:not(.browser-default).validate + label,
input[type="tel"]:not(.browser-default).validate + label,
input[type="number"]:not(.browser-default).validate + label,
input[type="search"]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type="text"]:not(.browser-default),
input.valid[type="text"]:not(.browser-default):focus,
input.valid[type="password"]:not(.browser-default),
input.valid[type="password"]:not(.browser-default):focus,
input.valid[type="email"]:not(.browser-default),
input.valid[type="email"]:not(.browser-default):focus,
input.valid[type="url"]:not(.browser-default),
input.valid[type="url"]:not(.browser-default):focus,
input.valid[type="time"]:not(.browser-default),
input.valid[type="time"]:not(.browser-default):focus,
input.valid[type="date"]:not(.browser-default),
input.valid[type="date"]:not(.browser-default):focus,
input.valid[type="datetime"]:not(.browser-default),
input.valid[type="datetime"]:not(.browser-default):focus,
input.valid[type="datetime-local"]:not(.browser-default),
input.valid[type="datetime-local"]:not(.browser-default):focus,
input.valid[type="tel"]:not(.browser-default),
input.valid[type="tel"]:not(.browser-default):focus,
input.valid[type="number"]:not(.browser-default),
input.valid[type="number"]:not(.browser-default):focus,
input.valid[type="search"]:not(.browser-default),
input.valid[type="search"]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type="text"]:not(.browser-default),
input.invalid[type="text"]:not(.browser-default):focus,
input.invalid[type="password"]:not(.browser-default),
input.invalid[type="password"]:not(.browser-default):focus,
input.invalid[type="email"]:not(.browser-default),
input.invalid[type="email"]:not(.browser-default):focus,
input.invalid[type="url"]:not(.browser-default),
input.invalid[type="url"]:not(.browser-default):focus,
input.invalid[type="time"]:not(.browser-default),
input.invalid[type="time"]:not(.browser-default):focus,
input.invalid[type="date"]:not(.browser-default),
input.invalid[type="date"]:not(.browser-default):focus,
input.invalid[type="datetime"]:not(.browser-default),
input.invalid[type="datetime"]:not(.browser-default):focus,
input.invalid[type="datetime-local"]:not(.browser-default),
input.invalid[type="datetime-local"]:not(.browser-default):focus,
input.invalid[type="tel"]:not(.browser-default),
input.invalid[type="tel"]:not(.browser-default):focus,
input.invalid[type="number"]:not(.browser-default),
input.invalid[type="number"]:not(.browser-default):focus,
input.invalid[type="search"]:not(.browser-default),
input.invalid[type="search"]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type="text"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="text"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="text"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="text"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="password"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="password"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="password"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="password"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="email"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="email"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="email"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="email"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="url"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="url"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="url"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="url"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="time"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="time"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="time"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="time"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="date"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="date"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="date"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="date"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="datetime"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="datetime"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="datetime"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="datetime"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="datetime-local"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="datetime-local"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="datetime-local"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="datetime-local"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="tel"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="tel"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="tel"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="tel"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="number"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="number"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="number"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="number"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type="search"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="search"]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type="search"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="search"]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error],
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type="text"]:not(.browser-default).valid ~ .helper-text:after,
input[type="text"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="password"]:not(.browser-default).valid ~ .helper-text:after,
input[type="password"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="email"]:not(.browser-default).valid ~ .helper-text:after,
input[type="email"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="url"]:not(.browser-default).valid ~ .helper-text:after,
input[type="url"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="time"]:not(.browser-default).valid ~ .helper-text:after,
input[type="time"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="date"]:not(.browser-default).valid ~ .helper-text:after,
input[type="date"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default).valid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default).valid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="tel"]:not(.browser-default).valid ~ .helper-text:after,
input[type="tel"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="number"]:not(.browser-default).valid ~ .helper-text:after,
input[type="number"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="search"]:not(.browser-default).valid ~ .helper-text:after,
input[type="search"]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after,
.select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4caf50;
}

input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type="text"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="text"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="password"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="password"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="email"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="email"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="url"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="url"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="time"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="time"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="date"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="date"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="tel"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="tel"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="number"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="number"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="search"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="search"]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after,
.select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #f44336;
}

input:not([type]) + label:after,
input[type="text"]:not(.browser-default) + label:after,
input[type="password"]:not(.browser-default) + label:after,
input[type="email"]:not(.browser-default) + label:after,
input[type="url"]:not(.browser-default) + label:after,
input[type="time"]:not(.browser-default) + label:after,
input[type="date"]:not(.browser-default) + label:after,
input[type="datetime"]:not(.browser-default) + label:after,
input[type="datetime-local"]:not(.browser-default) + label:after,
input[type="tel"]:not(.browser-default) + label:after,
input[type="number"]:not(.browser-default) + label:after,
input[type="search"]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after,
.select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.input-field.col label {
  right: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default) + label,
.input-field > input[type="date"]:not(.browser-default) + label,
.input-field > input[type="time"]:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  top: 0.5rem;
}

.input-field .prefix.active {
  color: #e4e6eb;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}
/* Search Field */
.input-field input[type="search"] {
  display: block;
  line-height: inherit;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

.nav-wrapper .input-field input[type="search"] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

.input-field input[type="search"]:focus:not(.browser-default) {
  background-color: #fff;
  color: #444;
}

.input-field input[type="search"]:focus:not(.browser-default) + label i,
.input-field input[type="search"]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type="search"]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type="search"] + .label-icon {
  -webkit-transform: none;
  transform: none;
  left: 1rem;
}

.input-field input[type="search"] ~ .mdi-navigation-close,
.input-field input[type="search"] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 0.8rem 0 0.8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

.pagination-centered {
  text-align: center;
  padding: 15px;
}
.pagination-centered .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagination-centered .pager .count {
  margin: auto;
  color: #626262;
}
.pagination-centered .pager .previous {
  margin: auto 0 auto auto;
}
.pagination-centered .pager .next {
  margin: auto auto auto 0;
}

.widget {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #e6ecf0;
}
.widget .widget-title {
  border-top: 2px solid #32a2ef;
  background: #f3f3f3;
  color: #32a2ef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1px -1px 0 -1px;
  font-size: 1.1rem;
  padding: 15px;
}
.widget .widget-title a {
  color: #32a2ef;
}
.widget .widget-title h4 {
  margin: auto 0;
}
.widget .widget-title .rmore {
  margin: auto auto auto 0;
  background: rgba(255, 255, 255, 0.04);
  padding: 15px;
  display: block;
}
.widget .widget-content {
  background: #fff;
  padding: 20px;
}
.widget.widget_nav_menu ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_views ul li {
  padding: 10px;
  border-bottom: 1px solid #fafafa;
}
.widget.ap-code {
  padding: 0;
  border: 0;
}
.widget.widget_polls-widget .wp-polls {
  border: 1px solid #eee;
  padding: 10px 0;
}
.widget.widget_polls-widget .wp-polls strong {
  color: #32a2ef;
  display: block;
  padding: 10px 0;
}
.widget.widget_polls-widget .wp-polls .wp-polls-ul {
  margin: 0 10px;
}
.widget.widget_polls-widget .wp-polls ul li {
  padding: 5px 0;
}
.widget.widget_polls-widget .wp-polls input[type="checkbox"],
.widget.widget_polls-widget .wp-polls input[type="radio"] {
  position: relative;
  top: -0.25em;
  margin: 0 1em 0 1em;
  cursor: pointer;
  background: #fff;
}
.widget.widget_polls-widget .wp-polls .Buttons {
  border: 0;
  background-color: #32a2ef;
  color: #fff;
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 10px;
}
.widget.widget_polls-widget .wp-polls .Buttons:hover {
  background: #f2f2f2;
  color: #666;
}
.widget.widget_polls-widget .wp-polls .pview {
  font-size: 12px;
  padding: 14px 15px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #eee;
  vertical-align: middle;
}
.widget.widget_polls-widget .wp-polls input[type="checkbox"]:before,
.widget.widget_polls-widget .wp-polls input[type="radio"]:before {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  content: "";
  position: absolute;
  left: -3px;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ddd;
  border-radius: 50%;
}
.widget.widget_polls-widget .wp-polls input[type="checkbox"]:checked:before,
.widget.widget_polls-widget .wp-polls input[type="radio"]:checked:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.6em;
  border-color: #f0a306;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
  background: none;
}
.widget.widget_polls-widget .wp-polls input[type="checkbox"]:after,
.widget.widget_polls-widget .wp-polls input[type="radio"]:after {
  content: "";
  position: absolute;
  top: -0.125em;
  left: -3px;
  width: 1.6em;
  height: 1.6em;
  background: #fff;
  cursor: pointer;
}
.widget .gallery {
  display: none;
}
.widget .gallery.slick-initialized {
  display: block;
}
.widget .gallery:hover .bt {
  opacity: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.widget .gallery .gallery-item {
  width: 100%;
  position: relative;
}
.widget .gallery .gallery-item .wp-caption-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0 10px 30px;
  text-align: center;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}
.widget .gallery .gallery-item img {
  width: 100%;
}
.widget .gallery .slick-dots {
  bottom: 5px;
  margin: auto;
  position: absolute;
  width: 100%;
  text-align: center;
}
.widget .gallery .slick-dots li {
  display: inline-block;
}
.widget .gallery .slick-dots li button {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
  font-size: 0;
}
.widget .gallery .slick-dots li.slick-active button {
  background: #000;
  color: #fff;
}
.widget .gallery .bt {
  position: absolute;
  top: 0;
  z-index: 99;
  color: #32a2ef;
  font-size: 1.5em;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
}
.widget .gallery .bt.nxt {
  right: 20px;
}
.widget .gallery .bt.prv {
  left: 20px;
}

.me-plugin {
  position: relative !important;
}

.widget img,
.widget .size-auto,
.widget .size-full,
.widget .size-large,
.widget .size-medium,
.widget .attachment img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.widget .centered,
.widget .aligncenter {
  display: block;
  margin: 5px auto;
}
.widget .alignright {
  margin: 5px 0 5px 25px;
  display: inline;
  float: right;
}
.widget .alignleft {
  margin: 5px 25px 5px 0;
  display: inline;
  float: left;
}

.tagcloud {
  padding: 10px 15px;
}
.tagcloud a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin-left: 20px;
  margin-bottom: 5px;
  padding: 0 10px 0 12px;
  background: #f1f1f1;
  text-decoration: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tagcloud a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #f1f1f1;
  border-style: solid;
  border-width: 12px 0 12px 12px;
}
.tagcloud a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  float: right;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  box-shadow: -1px -1px 2px #eee;
}

#wp-calendar {
  width: 100%;
  text-align: center;
  border-spacing: 0;
}
#wp-calendar caption {
  padding: 10px;
  background: #ccc;
  color: #fff;
}
#wp-calendar thead {
  background: #eee;
}
#wp-calendar tbody a {
  background: #eee;
  display: block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
#wp-calendar th,
#wp-calendar td {
  padding: 5px;
}

.widget_search .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.widget_search .search .input-field {
  width: 80%;
  margin: 0;
}
.widget_search .search input.input {
  float: right;
  height: auto;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
.widget_search .search .button {
  margin-right: 15px;
  cursor: pointer;
  font-family: "ap-font", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  color: #000;
  background-color: #f3f3f3;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.glry .slick-dots {
  margin: auto;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  position: absolute;
  top: 20px;
  right: 50%;
  margin-right: -25px;
}
.glry .slick-dots li {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 5px;
  margin-right: 5px;
  width: 5px;
  opacity: 0.5;
}
.glry .slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 0;
}
.glry .slick-dots li.slick-active {
  opacity: 1;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.glry .bt {
  color: #fff;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  position: absolute;
  text-align: center;
  z-index: 10;
}
.glry .bt:before {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -20px;
  margin-right: -5px;
}
.glry .bt.prv {
  left: 0;
}
.glry .bt.nxt {
  right: 0;
}
.glry .item {
  position: relative;
}
.glry .item .det {
  padding: 10px;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}
.glry .item .det h2 {
  font-size: 1em;
}
.glry .item .det h2 a {
  color: #fff;
}
.glry .item .det .t {
  background: #32a2ef;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
}
.glry .item .det .t a {
  color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  border: 0 none;
}

*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Container
   ========================================================================== */
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.entry {
  padding: 0;
  text-align: justify;
}
.entry p {
  line-height: 1.5;
  text-align: justify;
  font-size: 1.1em;
  margin-bottom: 20px;
  font-weight: 500;
}
.entry blockquote {
  position: relative;
  font-style: normal;
  padding: 20px 20px 20px;
  background: #eee;
  margin: 20px 0;
}
.entry blockquote p {
  padding: 0;
  margin: 0;
}
.entry blockquote:after {
  position: absolute;
  content: " ” ";
  top: 15px;
  color: #f0a306;
  font-family: serif, "Helvetica", Arial, sans-serif;
  display: block;
  font-size: 5em;
  line-height: 0;
}
.entry blockquote p {
  font-size: 1.3em;
  font-weight: 800;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 400;
}
.entry ol,
.entry ul {
  margin: 20px 20px 20px 0;
}
.entry ul li {
  list-style: outside disc;
  list-style-image: none;
}
.entry ol li {
  list-style: outside decimal;
}
.entry li {
  margin: 0 0 5px;
}
.entry li ul,
.entry li ol {
  margin: 5px 0 0 15px;
}
.entry pre {
  max-width: 100%;
  overflow: auto;
}
.entry table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eee;
  border-collapse: separate;
  margin-bottom: 1.5em;
}
.entry table tr:nth-child(even) {
  background: #f9f9f9;
}
.entry table td,
.entry table th {
  text-align: right;
  border-right: 1px dotted #eee;
  padding: 0.4em;
}
.entry table thead th {
  background: #f4f4f4;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0.7em 0.4em;
}
.entry table tbody th {
  background: #f4f4f4;
  border-bottom: 1px solid #eee;
}
.entry table tbody td {
  border-bottom: 1px solid #eee;
}
.entry table tr th:last-child,
.entry table tr td:last-child {
  border-right: 0;
}
.entry table tbody tr:last-child td,
.entry table tbody tr:last-child th {
  border-bottom: 0;
}
.entry img {
  max-width: 100%;
}
.entry iframe {
  max-width: 100%;
}
.entry .post_tags {
  margin: 20px 0;
}
.entry .post_tags span {
  background: #f6f7fb;
  color: #a1a1b5;
  padding: 4px 15px;
  font-size: 13px;
  border-radius: 2px;
  margin-left: 10px;
}
.entry .post_tags span.tgt {
  background: #f6f7fb;
  font-size: 13px;
  color: #a9a9a9;
  border-radius: 2px;
  padding: 5px 15px;
  margin-left: 10px;
}
.entry .post_tags a {
  background: #f6f7fb;
  padding: 4px 15px;
  font-size: 13px;
  border-radius: 2px;
}
.entry .post_tags a:hover {
  background: #666;
  color: #fff;
}
.entry img,
.entry .size-auto,
.entry .size-full,
.entry .size-large,
.entry .size-medium,
.entry .attachment img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.entry .centered,
.entry .aligncenter {
  display: block;
  margin: 5px auto;
}
.entry .alignright {
  margin: 5px 0 5px 25px;
  display: inline;
  float: right;
}
.entry .alignleft {
  margin: 5px 25px 5px 0;
  display: inline;
  float: left;
}
.entry .gallery {
  clear: both;
  margin: 0 auto 18px;
}
.entry .gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 10px;
}
.entry .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry .gallery .gallery-item img {
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 auto;
}
.entry .gallery .gallery-item a:hover img {
  opacity: 0.6 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.32);
}
.entry .gallery-caption {
  color: #888;
  margin: 0 0 12px;
}

.customize-support .navigation {
  padding-top: 32px;
}

.ap_header {
  background: #32a2ef;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9996;
  margin-bottom: 20px;
}
.ap_header .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  position: relative;
}
.ap_header .ic_menu {
  margin: auto 20px;
  cursor: pointer;
}
.ap_header .ic_menu span {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./assets/img/ic/ic_menu.svg);
  width: 50px;
  height: 50px;
  display: block;
}
.ap_header .search-icon {
  color: #fff;
  margin: auto auto auto 0;
  outline: none;
}
.ap_header .search-icon .icon-close {
  display: none;
  opacity: 0;
}
.ap_header .search-icon.active .icon-search {
  display: none;
}
.ap_header .search-icon.active .icon-close {
  opacity: 1;
  display: block;
}
.ap_header .ap_logo {
  height: 70px;
  margin: auto 0 auto auto;
}
.ap_header .ap_logo img {
  height: 100%;
  width: auto;
}
.ap_header.sticky-header .ap_logo {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .ap_header .inn {
    padding: 0;
    height: 50px;
  }
  .ap_header .ap_logo {
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }
  .ap_header .ic_menu {
    margin: auto 0 auto 25px;
  }
}
.form-wrapper-wrap {
  background: #fff;
  box-shadow: 0 9px 18px 0 rgba(205, 205, 205, 0.5), inset 0 6px 9px #e8e8e8;
}
.form-wrapper-wrap .form-wrapper {
  height: 0;
  overflow: hidden;
}
.form-wrapper-wrap .form-wrapper .field-search {
  background: transparent;
  font-size: 1.5em;
  color: #212121;
  font-weight: bold;
  height: 50px;
  margin: 0 0 0 0;
  vertical-align: text-top;
  border: none;
  width: 100%;
  border-bottom: 2px solid #f3f3f3;
}
.form-wrapper-wrap .form-wrapper .field-search:focus {
  border-bottom: 2px solid #32a2ef;
}
.form-wrapper-wrap .form-wrapper.visible {
  height: auto;
  overflow-x: hidden;
  overflow: hidden;
  padding: 10px 0;
}

.ap_menu {
  margin: auto 0;
  z-index: 9999;
  position: relative;
  font-size: 18px;
}
.ap_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.ap_menu ul li {
  display: inline-block;
}
.ap_menu a {
  padding: 0 10px;
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
}
.ap_menu a:hover {
  opacity: 0.9;
}
.ap_menu ul ul {
  display: none;
  position: absolute;
  top: 44px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.ap_menu ul li:hover > ul {
  display: inherit;
}
.ap_menu ul ul {
  background: #fff;
  color: #242424;
}
.ap_menu ul ul li {
  width: 230px;
  float: none;
  display: list-item;
  position: relative;
}
.ap_menu ul ul li a {
  color: #242424;
  height: 44px;
  padding: 0 10px;
  line-height: 44px;
}
.ap_menu ul ul ul {
  top: 0;
  right: 230px;
}
.ap_menu ul ul ul li {
  position: relative;
  top: 0;
  left: 0;
}
.ap_menu li:hover a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.ap_menu li a:after {
  content: "";
  background: url(assets/img/ic/ic_arrow.svg) no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 45px;
  float: left;
  margin-right: 10px;
}
.ap_menu li a:only-child:after {
  content: "";
  width: 0;
  height: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .ap_menu {
    display: none;
  }
}
.navigation {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background: #32a2ef;
  z-index: 1001;
  min-width: 250px;
  overflow: auto;
  display: none;
  z-index: 9999;
  box-shadow: -4px 0 16px 3px rgba(0, 0, 0, 0.18);
}
.navigation > nav {
  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%;
}
.navigation .bottomsocial {
  margin: 10px auto;
}
.navigation .bottomsocial li {
  display: inline-block;
  padding: 7px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.navigation .bottomsocial li .ap-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.navigation.open {
  display: block;
}

.navigation-button {
  text-align: left;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.08);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.navigation-button .ic_menu {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./assets/img/ic/ic_close.svg);
  width: 30px;
  height: 30px;
}

.navigation-heading {
  margin: 0;
  padding: 10px;
}

#sidebmenu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#sidebmenu ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#sidebmenu ul li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#sidebmenu ul li:hover {
  background: rgba(255, 255, 255, 0.08);
}
#sidebmenu ul li a {
  color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#sidebmenu ul ul {
  display: none;
}
#sidebmenu > ul > li.active > ul {
  display: block;
}

.align-right {
  float: right;
}

#sidebmenu > ul > li > a {
  padding: 15px;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#sidebmenu > ul > li > a:hover {
  opacity: 0.9;
}
#sidebmenu ul > li.menu-item-has-children > a:after {
  position: absolute;
  left: 20px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 11px;
  width: 1px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#sidebmenu ul > li.menu-item-has-children > a:before {
  position: absolute;
  left: 15px;
  top: 24px;
  display: block;
  width: 11px;
  height: 1px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#sidebmenu ul > li.menu-item-has-children.open > a:after,
#sidebmenu ul > li.menu-item-has-children.open > a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sidebmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  background: rgba(73, 80, 90, 0.12);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#sidebmenu ul ul ul li a {
  padding-left: 32px;
}
#sidebmenu ul ul li a:hover {
  opacity: 0.8;
}
#sidebmenu ul ul > li.menu-item-has-children > a:after {
  top: 16px;
  left: 20px;
  background: #dddddd;
}
#sidebmenu ul ul > li.menu-item-has-children > a:before {
  top: 20px;
  background: #dddddd;
}

@media only screen and (max-width: 768px) {
  .navigation {
    left: 0;
  }
}
.ap_slider {
  margin-bottom: 15px;
  border: 1px solid #e6ecf0;
}
.ap_slider:hover .polist .item .det h3 {
  text-decoration: underline;
}
.ap_slider:hover .polist .arrow {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.ap_slider .polist.slick-initialized {
  display: block;
}
.ap_slider .polist.slick-initialized .item:nth-child(1n + 2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap_slider .polist .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.ap_slider .polist .item:nth-child(1n + 2) {
  display: none;
}
.ap_slider .polist .item .thumbnail {
  width: 65%;
  height: 370px;
}
.ap_slider .polist .item .det {
  width: 27%;
  -webkit-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
  margin: 0 5%;
}
.ap_slider .polist .item .det h3 {
  margin: 30px 0 20px;
  font-size: 1.9rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
.ap_slider .polist .item .det h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #32a2ef;
  right: -22%;
  width: 16px;
}
.ap_slider .polist .item .det .time {
  font-size: 0.8rem;
  color: #626262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap_slider .polist .item .det .time .ap-clock {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.ap_slider .polist .item .det .time span {
  margin: auto 0;
}
.ap_slider .polist .item .det p {
  color: #626262;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 1rem;
}
.ap_slider .polist .slick-dots {
  top: 10px;
  margin: auto;
  position: absolute;
  width: 0;
  right: 10px;
  text-align: center;
}
.ap_slider .polist .slick-dots li {
  background: #f3f3f3;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-bottom: 10px;
  width: 15px;
  text-align: center;
}
.ap_slider .polist .slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 0;
}
.ap_slider .polist .slick-dots li.slick-active {
  background: #32a2ef;
}
.ap_slider .polist .slick-dots li.slick-active button {
  color: #fff;
}
.ap_slider .polist .arrow {
  background-color: #32a2ef;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 35%;
  z-index: 99;
  overflow: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ap_slider .polist .arrow:hover {
  background: #e6ecf0;
}
.ap_slider .polist .arrow.button-next {
  bottom: 30px;
  background-image: url(./assets/img/ic/left-arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.ap_slider .polist .arrow.button-prev {
  bottom: 71px;
  background-image: url(./assets/img/ic/right-arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .ap_slider .polist .item {
    display: block;
    position: relative;
  }
  .ap_slider .polist .item .thumbnail {
    width: 100%;
    height: 300px;
  }
  .ap_slider .polist .item .det {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0;
    padding: 15px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.63) 0, rgba(30, 30, 30, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0, rgba(30, 30, 30, 0) 100%);
  }
  .ap_slider .polist .item .det h3 {
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
  }
  .ap_slider .polist .item .det h3:after {
    display: none;
  }
  .ap_slider .polist .item .det p {
    display: none;
  }
  .ap_slider .polist .arrow {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .ap_slider .polist .arrow.button-prev {
    bottom: auto;
    top: 0;
    left: 40px;
  }
  .ap_slider .polist .arrow.button-next {
    bottom: auto;
    top: 0;
    left: 0;
  }
}
.marquee {
  padding: 0;
  height: 35px;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.marquee .t {
  top: 0;
  padding: 0 15px;
  background: #fff;
  border: 2px solid #32a2ef;
  float: right;
  position: relative;
  color: #32a2ef;
}
.marquee .t h3 {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
}
.marquee .mframe {
  width: 100%;
  float: right;
}

.marquee-frame {
  padding: 0px !important;
  overflow: hidden;
}
.marquee-frame p {
  height: 35px;
  line-height: 1.5;
  font-size: 1em;
  font-weight: 500;
  direction: rtl;
}
.marquee-frame span {
  margin: auto 0;
}
.marquee-frame span a {
  padding: 7px;
  display: inline-block;
  margin: 0 0 0 -5px;
}
.marquee-frame .time {
  margin-right: 15px;
  color: #32a2ef;
}
.marquee-frame .time img {
  width: 35px;
  height: auto;
}
.ap_tabs {
  margin-bottom: 15px;
}
.ap_tabs .tab_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.ap_tabs .tab_header:after {
  content: "#";
  color: #e7e6e6;
  font-size: 56px;
  position: absolute;
  right: -3px;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ap_tabs .tab_header .hash {
  color: #32a2ef;
  padding: 15px;
  font-size: 1.2rem;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ap_tabs .tab_header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.ap_tabs .tab_header ul li span {
  font-size: 1.1rem;
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 10px 22px;
  margin: 10px 5px;
  border-radius: 50px;
  cursor: pointer;
}
.ap_tabs .tab_header ul li.active span {
  background: #32a2ef;
  color: #fff;
}
.ap_tabs .inn .ap-ring {
  margin: auto;
  display: none;
}
.ap_tabs .inn .polist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}
.ap_tabs .inn .polist .item {
  position: relative;
  width: calc(100% * 1 / 4 - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
}
.ap_tabs .inn .polist .item .thumbnail {
  height: 140px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.ap_tabs .inn .polist .item .det {
  padding: 10px;
  z-index: 9;
  z-index: 4;
}
.ap_tabs .inn .polist .item .det h2 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-right: -15px;
  padding-right: 10px;
}
.ap_tabs .inn .polist .item .det .time {
  font-size: 0.7rem;
  color: #626262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.ap_tabs .inn .polist .item .det .time .ap-clock {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.ap_tabs .inn .polist .item .det .time span {
  margin: auto 0;
}

@media only screen and (max-width: 768px) {
  .ap_tabs .tab_header {
    display: block;
    text-align: center;
  }
  .ap_tabs .tab_header .hash {
    position: relative;
  }
  .ap_tabs .tab_header ul {
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: hidden;
  }
  .ap_tabs .inn .polist {
    display: block;
    margin: 0;
  }
  .ap_tabs .inn .polist .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.breadcrumb {
  font-size: 12px;
  margin-bottom: 15px;
  padding: 15px 0;
}
.breadcrumb > * {
  display: inline-block;
}
.breadcrumb > *.arrow.button-next {
  width: 17px;
  height: 10px;
  display: inline-block;
  background-image: url(./assets/img/ic/ic_arrowd.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumb > *:last-child {
  color: #828282;
}

/*
  Comments style
*/
.comments-area {
  border: 1px solid #e6ecf0;
}
.comments-area .comments_header {
  padding: 10px;
  background: #f3f3f3;
  border-bottom: 1px solid #e6ecf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comments-area .comments_header h5 {
  margin: auto 15px;
  font-size: 1rem;
  font-weight: 200;
}
.comments-area .comments_header .ap-icon {
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.comments-area .comments_body {
  padding: 15px;
}
.comments-area .ap-filter-comments {
  text-align: center;
  padding: 10px;
}
.comments-area .ap-filter-comments .d-block {
  display: block;
}
.comments-area .ap-filter-comments #comment_filter {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #f3f3f3;
  -o-border-image: initial;
  border-image: initial;
  font-size: 1rem;
  margin: 10px;
  padding: 10px;
}

.comment-body p {
  text-align: justify;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-author img {
  border-radius: 100%;
}

.comment-author {
  margin-bottom: 12px;
  color: #c00;
  font-size: 1rem;
  font-weight: bold;
}
.comment-author a {
  color: #c00;
}

.commentmetadata {
  font-size: 0.7rem;
  color: #6c757d;
  margin-bottom: 5px;
}

.commentmetadata a {
  color: inherit;
}

cite.fn {
  margin: 0px 5px;
  font-style: normal;
}

.says {
  display: none;
}

.comments-area .comment-list .comment-body {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e6ecf0;
}

#single-post-quick-read {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  z-index: 1000000;
  display: none;
}

.comment-author:before {
  display: inline-block;
  content: counter(item) " - ";
  counter-increment: item;
}

.comment-list {
  counter-reset: item;
}

.is-invalid {
  border-bottom: 1px #f00 solid !important;
  box-shadow: 0 1px 0 0 #f00 !important;
}

.text-danger {
  color: #f00;
  font-size: 11px;
}

.fn {
  margin-right: 0;
}

.vote-counter {
  height: 25px;
  line-height: 25px;
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 10px;
}

.comment-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
}
.comment-action .ap-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.comment-action span {
  cursor: pointer;
}

.comment-action i {
  width: 20px;
  height: 20px;
  display: block;
}

.action-text {
  font-size: 12px;
  font-weight: bold;
}

.un-like-btn {
  padding: 8px;
  cursor: pointer;
  border: 0;
  background: none;
}
.un-like-btn:hover {
  background: #f3f3f3;
}

.mr-auto {
  margin-right: auto;
}
.mr-auto > * {
  color: #32a2ef;
  padding: 0 10px;
  font-size: 0.7rem;
}

/*
      comment-respond
      */
.comment-respond {
  position: relative;
  padding: 15px;
}
.comment-respond .logged-in-as {
  padding: 10px;
}

.comment-respond h3.comment-reply-title {
  font-weight: 800;
  font-size: 1rem;
  padding: 10px;
  background: #f3f3f3;
}

.comment-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  position: relative;
  width: calc(50% - 15px);
  margin-left: 15px;
  float: right;
}

.comment-form-url {
  padding-left: 0;
  padding-right: 0;
}

.comment-respond .required {
  position: absolute;
  left: 5px;
  top: 5px;
  color: red;
}

.text-secondary {
  color: #6c757d !important;
}
.text-secondary span {
  margin-bottom: 10px;
  display: inline-block;
}

.alert-box {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px;
}

.ajax-success {
  color: #270;
  background-color: #dff2bf;
}

.ajax-error {
  color: #d8000c;
  background-color: #ffbaba;
}

.btn-submit {
  font-family: "ap-font", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  color: #000;
  background-color: #f3f3f3;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.jmb_banner,
.bnr_thumb,
.bnr_post {
  margin-bottom: 15px;
  text-align: center;
}
.jmb_banner img,
.bnr_thumb img,
.bnr_post img {
  max-width: 100%;
  height: auto;
}

.ap-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.ap-single .single-main {
  width: calc(66.66667% - 15px);
  margin-left: 15px;
  top: 0;
  float: right;
}
.ap-single .single-main .post-header h1.post-title {
  line-height: 1.5;
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.ap-single .single-main .post-header .post-media {
  margin-bottom: 15px;
}
.ap-single .single-main .post-header .post-media .thumbnail {
  height: 400px;
}
.ap-single .single-main .post-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  margin-bottom: 15px;
}
.ap-single .single-main .post-entry .post-content {
  width: 100%;
}
.ap-single .single-main .post-entry .post-controll {
  padding-left: 1.5rem;
}
.ap-single .single-main .post-entry .post-controll .inn {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}
.ap-single .single-main .post-entry .post-controll .inn .post-icons,
.ap-single .single-main .post-entry .post-controll .inn .post-share {
  border: 1px solid #e6ecf0;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.ap-single .single-main .post-entry .post-controll .inn .post-icons li,
.ap-single .single-main .post-entry .post-controll .inn .post-share li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #e6ecf0;
  cursor: pointer;
}
.ap-single .single-main .post-entry .post-controll .inn .post-icons li:last-child,
.ap-single .single-main .post-entry .post-controll .inn .post-share li:last-child {
  border: 0;
}
.ap-single .single-main .post-entry .post-controll .inn .post-icons li:hover,
.ap-single .single-main .post-entry .post-controll .inn .post-share li:hover {
  background: #f3f3f3;
}
.ap-single .single-main .post-entry .post-controll .inn .post-icons li a,
.ap-single .single-main .post-entry .post-controll .inn .post-share li a {
  display: block;
}
.ap-single .single-main .post-entry .post-controll .inn .post-icons li.plus,
.ap-single .single-main .post-entry .post-controll .inn .post-share li.plus {
  font-weight: 400;
  font-size: 1.3rem;
}
.ap-single .single-main .post-entry .post-controll .inn .post-icons li .ap-icon,
.ap-single .single-main .post-entry .post-controll .inn .post-share li .ap-icon {
  width: 50px;
  height: 50px;
  display: block;
  background-size: 50%;
}
.ap-single .single-main .post-entry .post-controll .inn .post-share {
  border: 1px solid #e6ecf0;
  margin-bottom: 15px;
}
.ap-single .single-main .post-entry .post-info {
  margin-bottom: 15px;
  font-size: 0.8rem;
}
.ap-single .single-main .post-entry .post-info .author {
  color: #c00;
  display: block;
  margin-bottom: 10px;
}
.ap-single .single-main .post-entry .post-info .time {
  color: #828282;
}
.ap-single .single-main .post-entry .post-info .time .ap-clock {
  width: 12px;
  height: 12px;
  display: inline-block;
}
.ap-single .single-sidebar {
  width: calc(33.333% - 15px);
  margin-right: 15px;
  top: 0;
}
.ap-single .single-sidebar > div:last-child {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 9;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .ap-single {
    display: block;
  }
  .ap-single .single-main {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    float: none;
  }
  .ap-single .single-main .post-header h1.post-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .ap-single .single-main .post-header .post-media .thumbnail {
    height: 200px;
  }
  .ap-single .single-main .post-entry {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ap-single .single-main .post-entry .post-controll {
    padding-left: 0;
  }
  .ap-single .single-main .post-entry .post-controll .inn {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .ap-single .single-main .post-entry .post-controll .inn .post-icons ul,
  .ap-single .single-main .post-entry .post-controll .inn .post-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ap-single .single-main .post-entry .post-controll .inn .post-icons ul li,
  .ap-single .single-main .post-entry .post-controll .inn .post-share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #e6ecf0;
    border-bottom: 0;
  }
  .ap-single .single-main .post-entry .post-controll .inn .post-icons ul li .ap-icon,
  .ap-single .single-main .post-entry .post-controll .inn .post-share ul li .ap-icon {
    width: 40px;
    height: 40px;
  }
  .ap-single .single-main .post-entry .post-controll .inn .post-share {
    border: 1px solid #e6ecf0;
    margin-bottom: 15px;
  }
  .ap-single .single-sidebar {
    width: 100%;
    margin-right: 0;
  }
}
@media print {
  .ap_header {
    position: relative;
  }

  .ap-single .single-main {
    width: 100%;
  }
  .ap-single .single-main .post-entry .post-content {
    width: 100%;
  }
  .ap-single .single-main .post-entry .post-controll {
    display: none;
  }
  .ap-single .single-sidebar {
    display: none;
  }

  .go-top {
    display: none;
  }
}
.more_news {
  border: 1px solid #e6ecf0;
}
.more_news .news_header {
  padding: 10px;
  background: #f3f3f3;
  border-bottom: 1px solid #e6ecf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.more_news .news_header h5 {
  margin: auto 15px;
  font-size: 1rem;
  font-weight: 200;
}
.more_news .news_header .ap-icon {
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.more_news .news_body {
  padding: 15px;
}
.more_news .news_body .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}
.more_news .news_body .list .item {
  width: calc(100% * 1 / 2 - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px dashed #e6ecf0;
  padding-bottom: 15px;
}
.more_news .news_body .list .item:nth-last-child(-n + 2) {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.more_news .news_body .list .item .thumbnail {
  width: 50%;
  height: 110px;
}
.more_news .news_body .list .item .det {
  width: 50%;
  padding: 10px;
}
.more_news .news_body .list .item .det h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.more_news .news_body .list .item .det .time {
  font-size: 0.7rem;
  color: #626262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.more_news .news_body .list .item .det .time .ap-clock {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.more_news .news_body .list .item .det .time span {
  margin: auto 0;
}

@media only screen and (max-width: 768px) {
  .more_news .news_body .list {
    display: block;
  }
  .more_news .news_body .list .item {
    width: 100%;
    margin-left: 0;
  }
  .more_news .news_body .list .item:nth-last-child(-n + 2) {
    margin-bottom: 15px;
    border-bottom: 1px dashed #e6ecf0;
    padding-bottom: 15px;
  }
  .more_news .news_body .list .item:nth-last-child(-n + 1) {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.ap-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.ap-archive .archive-main {
  width: calc(66.66667% - 15px);
  margin-left: 15px;
  top: 0;
  border: 1px solid #f3f3f3;
  -webkit-align-self: self-start;
  -ms-flex-item-align: self-start;
  align-self: self-start;
}
.ap-archive .archive-main .archive-head {
  border-bottom: 1px solid #f3f3f3;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-archive .archive-main .archive-head h3 {
  margin: auto 0 auto auto;
}
.ap-archive .archive-main .archive-head .arch-layout {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: auto 10px;
  cursor: pointer;
}
.ap-archive .archive-main .archive-body .items {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ap-archive .archive-main .archive-body .items .item {
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
  position: relative;
}
.ap-archive .archive-main .archive-body .items .item .det h2 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
.ap-archive .archive-main .archive-body .items .item .det p {
  color: #626262;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 0.9rem;
}
.ap-archive .archive-main .archive-body .items .item .det .time {
  font-size: 0.6rem;
  color: #626262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-archive .archive-main .archive-body .items .item .det .time .ap-clock {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.ap-archive .archive-main .archive-body .items .item .det .time span {
  margin: auto 0;
}
.ap-archive .archive-main .archive-body .items.list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #e6ecf0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}
.ap-archive .archive-main .archive-body .items.list .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.ap-archive .archive-main .archive-body .items.list .item .thumbnail {
  width: 40%;
  height: 150px;
}
.ap-archive .archive-main .archive-body .items.list .item .det {
  width: 60%;
  padding-right: 15px;
}
.ap-archive .archive-main .archive-body .items.grid {
  margin-left: -15px;
}
.ap-archive .archive-main .archive-body .items.grid .item {
  display: block;
  border-bottom: 1px dashed #e6ecf0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: calc(100% * 1 / 2 - 15px);
  margin-left: 15px;
}
.ap-archive .archive-main .archive-body .items.grid .item:nth-last-child(-1n + 2) {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.ap-archive .archive-main .archive-body .items.grid .item .thumbnail {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
}
.ap-archive .archive-main .archive-footer {
  padding: 15px;
  border-top: 1px solid #f3f3f3;
  text-align: center;
}
.ap-archive .archive-sidebar {
  width: calc(33.333% - 15px);
  margin-right: 15px;
  top: 0;
}
.ap-archive .archive-sidebar > div:last-child {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .ap-archive {
    display: block;
  }
  .ap-archive .archive-main {
    width: 100%;
  }
  .ap-archive .archive-main .archive-body .items.list .item .det p,
  .ap-archive .archive-main .archive-body .items.grid .item .det p {
    display: none;
  }
  .ap-archive .archive-main .archive-body .items.list .item .thumbnail,
  .ap-archive .archive-main .archive-body .items.grid .item .thumbnail {
    height: 80px;
  }
  .ap-archive .archive-sidebar {
    width: 100%;
    margin-right: 0;
  }
}
.ap-page {
  width: 80%;
  margin: auto;
  border: 1px solid #f3f3f3;
  padding: 15px;
  margin-bottom: 15px;
}
.ap-page .page-header {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 15px;
  text-align: center;
}
.ap-page .page-header h1.page-title {
  font-size: 1.5rem;
  font-weight: 800;
  border-bottom: 2px solid #32a2ef;
  display: inline-block;
  padding: 0 15px 15px 15px;
  margin-bottom: -1px;
}
.ap-page .page-main {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  .ap-page {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .ap-page .page-main {
    padding: 0;
  }
}
.sec_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.sec_one .main_content {
  width: 66.66667%;
  border-left: 1px solid #e6ecf0;
  border-bottom: 1px solid #e6ecf0;
  top: 0;
}
.sec_one .main_content .inn_top {
  padding-left: 15px;
  border-bottom: 1px solid #e6ecf0;
  margin-bottom: 15px;
}
.sec_one .main_content .inn_top > .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}
.sec_one .main_sidebar {
  width: calc(33.333% - 15px);
  margin-right: 15px;
  top: 0;
}
.sec_one .main_sidebar > div:last-child {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 9;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .sec_one {
    display: block;
  }
  .sec_one .main_content {
    width: 100%;
    border-left: 0;
  }
  .sec_one .main_content .inn_top {
    padding-left: 0;
  }
  .sec_one .main_content .inn_top > .inn {
    display: block;
    position: relative;
    top: 0;
  }
  .sec_one .main_sidebar {
    width: 100%;
    margin-right: 0;
  }
}
.main-news {
  width: 66.66667%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.main-news .polist {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #e6ecf0;
  height: 100%;
}
.main-news .polist .item {
  border-bottom: 1px dashed #e6ecf0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.main-news .polist .item .thumbnail {
  height: 210px;
  margin-bottom: 15px;
}
.main-news .polist .item .det h2 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}
.main-news .polist .item .det p {
  color: #626262;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 0.9rem;
}
.main-news .polist .item:nth-child(3),
.main-news .polist .item:nth-child(4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-news .polist .item:nth-child(3) .thumbnail,
.main-news .polist .item:nth-child(4) .thumbnail {
  width: 30%;
  height: 120px;
}
.main-news .polist .item:nth-child(3) .det,
.main-news .polist .item:nth-child(4) .det {
  width: 70%;
  padding-right: 15px;
}
.main-news .polist .item:nth-child(3) .det h2,
.main-news .polist .item:nth-child(4) .det h2 {
  font-size: 1rem;
  font-weight: 600;
}
.main-news .polist .item:nth-child(1n + 5) {
  padding-right: 15px;
  position: relative;
}
.main-news .polist .item:nth-child(1n + 5):after {
  content: "";
  background: #031a46;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #031a46;
}
.main-news .polist .item:nth-child(1n + 5) .det {
  padding-right: 15px;
}
.main-news .polist .item:nth-child(1n + 5) .det h2 {
  font-size: 1rem;
  font-weight: 600;
}
.main-news .polist .item:last-child {
  border: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .main-news {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-news .polist {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding: 0;
    border: 0;
    margin-right: 0;
  }
  .main-news .polist .item .det h2 {
    font-size: 1rem;
  }
  .main-news .polist .item .det p {
    display: none;
  }
  .main-news .polist .item .thumbnail {
    height: 110px;
  }
  .main-news .polist .item:nth-child(3) .thumbnail,
  .main-news .polist .item:nth-child(4) .thumbnail {
    width: 40%;
    height: 80px;
    margin-bottom: 0;
  }
  .main-news .polist .item:nth-child(3) .det,
  .main-news .polist .item:nth-child(4) .det {
    width: 60%;
  }
  .main-news .polist .item:nth-child(3) .det h2,
  .main-news .polist .item:nth-child(4) .det h2 {
    font-weight: 500;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main-news .polist .item:nth-child(1n + 5) .det h2 {
    font-weight: 500;
  }
}
.main_fixed {
  width: 33.333%;
  position: relative;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.main_fixed .item {
  margin-bottom: 15px;
  border-bottom: 1px dashed #d8d8d8;
  position: relative;
}
.main_fixed .item:last-child {
  padding-bottom: 0;
  border: 0;
}
.main_fixed .item .thumbnail {
  height: 110px;
}
.main_fixed .item .det {
  background: #f3f3f3;
  padding: 10px;
}
.main_fixed .item .det h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .main_fixed {
    width: 100%;
  }
}
.wi_n {
  margin-bottom: 15px;
}
.wi_n:last-child {
  border-bottom: 0;
}
.wi_n .wi_title {
  padding: 0;
  color: #32a2ef;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #f3f3f3;
}
.wi_n .wi_title h4 {
  position: relative;
  font-weight: 500;
  font-size: 1.1rem;
}
.wi_n .wi_title h4 a {
  color: #32a2ef;
  border-bottom: 2px solid;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: -2px;
}
.wi_n .time {
  font-size: 0.7rem;
  color: #626262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.wi_n .time .ap-clock {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.wi_n .time span {
  margin: auto 0;
}

.wi_n_one {
  border-bottom: 1px solid #e6ecf0;
}
.wi_n_one .polist {
  padding: 15px 0 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wi_n_one .polist .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e6ecf0;
  width: 100%;
  position: relative;
}
.wi_n_one .polist .item .thumbnail {
  width: 60%;
  height: 220px;
}
.wi_n_one .polist .item .det {
  width: 40%;
  padding: 0 10px;
}
.wi_n_one .polist .item .det h2 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}
.wi_n_one .polist .item .det p {
  color: #626262;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 0.9rem;
}
.wi_n_one .polist .item:nth-child(1n + 2) {
  width: 50%;
  float: right;
}
.wi_n_one .polist .item:nth-child(1n + 2) .thumbnail {
  width: 35%;
  height: 80px;
}
.wi_n_one .polist .item:nth-child(1n + 2) .det {
  width: 65%;
}
.wi_n_one .polist .item:nth-child(1n + 2) .det h2 {
  font-weight: 500;
  font-size: 1rem;
}
.wi_n_one .polist .item:nth-child(1n + 2) .det p {
  display: none;
}
.wi_n_one .polist .item:nth-last-child(-n + 2) {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wi_n_two {
  border-bottom: 1px solid #e6ecf0;
}
.wi_n_two .polist {
  padding: 15px 0 15px 15px;
}
.wi_n_two .polist .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: calc(50% - 15px);
  float: right;
  position: relative;
}
.wi_n_two .polist .item .thumbnail {
  width: 100%;
  height: 220px;
}
.wi_n_two .polist .item .det {
  width: 100%;
  padding: 10px;
}
.wi_n_two .polist .item .det h2 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}
.wi_n_two .polist .item .det p {
  color: #626262;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 0.9rem;
}
.wi_n_two .polist .item:nth-child(1) {
  margin-left: 15px;
  border: 0;
}
.wi_n_two .polist .item:nth-child(1n + 2) {
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  border-bottom: 1px dashed #e6ecf0;
}
.wi_n_two .polist .item:nth-child(1n + 2) .thumbnail {
  width: 35%;
  height: 80px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.wi_n_two .polist .item:nth-child(1n + 2) .det {
  width: 65%;
  padding-left: 15px;
}
.wi_n_two .polist .item:nth-child(1n + 2) .det h2 {
  font-weight: 500;
  font-size: 1rem;
}
.wi_n_two .polist .item:nth-child(1n + 2) .det p {
  display: none;
}
.wi_n_two .polist .item:nth-last-child(-n + 1) {
  border: 0;
  margin-bottom: 0;
}

.wi_n_three {
  border-bottom: 1px solid #e6ecf0;
}
.wi_n_three .polist {
  padding: 15px 0 15px 15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wi_n_three .polist .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: calc(100% * 1 / 3 - 15px);
  margin-left: 15px;
  float: right;
  position: relative;
}
.wi_n_three .polist .item .thumbnail {
  width: 100%;
  height: 120px;
}
.wi_n_three .polist .item .det {
  width: 100%;
  padding: 10px;
}
.wi_n_three .polist .item .det h2 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}
.wi_n_three .polist .item .det p {
  color: #626262;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 0.9rem;
}

.wi_n_four {
  border-bottom: 1px solid #e6ecf0;
}
.wi_n_four .polist {
  padding: 15px 0 15px 15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wi_n_four .polist .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: calc(100% * 1 / 2 - 15px);
  margin-left: 15px;
  float: right;
  position: relative;
}
.wi_n_four .polist .item .thumbnail {
  width: 100%;
  height: 170px;
}
.wi_n_four .polist .item .det {
  width: 100%;
  padding: 10px;
}
.wi_n_four .polist .item .det h2 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}
.wi_n_four .polist .item .det p {
  color: #626262;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 0.9rem;
}

.wi_n_five {
  border-bottom: 1px solid #e6ecf0;
}
.wi_n_five .wi_title .contrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 0;
}
.wi_n_five .wi_title .contrl span {
  cursor: pointer;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.wi_n_five .wi_title .contrl span svg {
  width: 14px;
  height: 14px;
}
.wi_n_five .wi_title .contrl span .arrow {
  stroke: #32a2ef;
}
.wi_n_five .polist {
  padding: 15px 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  margin: 0 -7.5px;
}
.wi_n_five .polist.slick-initialized {
  display: block;
}
.wi_n_five .polist .item {
  margin-bottom: 15px;
  float: right;
  margin: 0 7.5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  position: relative;
}
.wi_n_five .polist .item .thumbnail {
  width: 100%;
  height: 140px;
}
.wi_n_five .polist .item .det {
  width: 100%;
  padding: 10px;
}
.wi_n_five .polist .item .det h2 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}
.wi_n_five .polist .item .det p {
  color: #626262;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 0.9rem;
}

.sidebar .wi_n {
  border: 1px solid #f3f3f3;
}
.sidebar .wi_n .wi_title {
  margin-bottom: 15px;
}
.sidebar .wi_n_one,
.sidebar .wi_n_two,
.sidebar .wi_n_three,
.sidebar .wi_n_four {
  border-bottom: 1px solid #e6ecf0;
  padding: 15px;
}
.sidebar .wi_n_one .polist,
.sidebar .wi_n_two .polist,
.sidebar .wi_n_three .polist,
.sidebar .wi_n_four .polist {
  display: block;
  padding: 0;
  margin: 0;
}
.sidebar .wi_n_one .polist .item,
.sidebar .wi_n_one .polist .item:nth-child(1n + 2),
.sidebar .wi_n_two .polist .item,
.sidebar .wi_n_two .polist .item:nth-child(1n + 2),
.sidebar .wi_n_three .polist .item,
.sidebar .wi_n_three .polist .item:nth-child(1n + 2),
.sidebar .wi_n_four .polist .item,
.sidebar .wi_n_four .polist .item:nth-child(1n + 2) {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px dashed #e6ecf0;
}
.sidebar .wi_n_one .polist .item:nth-last-child(-n + 2),
.sidebar .wi_n_one .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
.sidebar .wi_n_two .polist .item:nth-last-child(-n + 2),
.sidebar .wi_n_two .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
.sidebar .wi_n_three .polist .item:nth-last-child(-n + 2),
.sidebar .wi_n_three .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
.sidebar .wi_n_four .polist .item:nth-last-child(-n + 2),
.sidebar .wi_n_four .polist .item:nth-child(1n + 2):nth-last-child(-n + 2) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f3f3f3;
}
.sidebar .wi_n_one .polist .item:last-child,
.sidebar .wi_n_one .polist .item:nth-child(1n + 2):last-child,
.sidebar .wi_n_two .polist .item:last-child,
.sidebar .wi_n_two .polist .item:nth-child(1n + 2):last-child,
.sidebar .wi_n_three .polist .item:last-child,
.sidebar .wi_n_three .polist .item:nth-child(1n + 2):last-child,
.sidebar .wi_n_four .polist .item:last-child,
.sidebar .wi_n_four .polist .item:nth-child(1n + 2):last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
.sidebar .wi_n_one .polist .item .thumbnail,
.sidebar .wi_n_one .polist .item:nth-child(1n + 2) .thumbnail,
.sidebar .wi_n_two .polist .item .thumbnail,
.sidebar .wi_n_two .polist .item:nth-child(1n + 2) .thumbnail,
.sidebar .wi_n_three .polist .item .thumbnail,
.sidebar .wi_n_three .polist .item:nth-child(1n + 2) .thumbnail,
.sidebar .wi_n_four .polist .item .thumbnail,
.sidebar .wi_n_four .polist .item:nth-child(1n + 2) .thumbnail {
  width: 130px;
  height: 80px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.sidebar .wi_n_one .polist .item .det,
.sidebar .wi_n_one .polist .item:nth-child(1n + 2) .det,
.sidebar .wi_n_two .polist .item .det,
.sidebar .wi_n_two .polist .item:nth-child(1n + 2) .det,
.sidebar .wi_n_three .polist .item .det,
.sidebar .wi_n_three .polist .item:nth-child(1n + 2) .det,
.sidebar .wi_n_four .polist .item .det,
.sidebar .wi_n_four .polist .item:nth-child(1n + 2) .det {
  width: calc(100% - 130px);
  padding: 0 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.sidebar .wi_n_one .polist .item .det h2,
.sidebar .wi_n_one .polist .item:nth-child(1n + 2) .det h2,
.sidebar .wi_n_two .polist .item .det h2,
.sidebar .wi_n_two .polist .item:nth-child(1n + 2) .det h2,
.sidebar .wi_n_three .polist .item .det h2,
.sidebar .wi_n_three .polist .item:nth-child(1n + 2) .det h2,
.sidebar .wi_n_four .polist .item .det h2,
.sidebar .wi_n_four .polist .item:nth-child(1n + 2) .det h2 {
  font-size: 1rem;
  font-weight: 400;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar .wi_n_one .polist .item .det p,
.sidebar .wi_n_one .polist .item:nth-child(1n + 2) .det p,
.sidebar .wi_n_two .polist .item .det p,
.sidebar .wi_n_two .polist .item:nth-child(1n + 2) .det p,
.sidebar .wi_n_three .polist .item .det p,
.sidebar .wi_n_three .polist .item:nth-child(1n + 2) .det p,
.sidebar .wi_n_four .polist .item .det p,
.sidebar .wi_n_four .polist .item:nth-child(1n + 2) .det p {
  display: none;
}
.sidebar .wi_n_five {
  padding: 15px;
}
.sidebar .wi_n_five .polist {
  padding: 0;
}
.sidebar .wi_n_five .polist .item {
  position: relative;
  width: calc(100% * 1 / 3 - 15px);
  box-shadow: 0 3px 6px 0 #d6d3d6;
}
.sidebar .wi_n_five .polist .item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.sidebar .wi_n_five .polist .item .thumbnail {
  height: 300px;
}
.sidebar .wi_n_five .polist .item .det {
  padding: 10px;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  z-index: 4;
  width: auto;
}
.sidebar .wi_n_five .polist .item .det h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0px #000;
}
.sidebar .wi_n_five .polist .item .det p {
  color: #fff;
  text-align: center;
}
.sidebar .wi_n_five .polist .item .det .time {
  display: none;
}

@media only screen and (max-width: 768px) {
  .main_content .wi_n,
  .sidebar .wi_n {
    border: 1px solid #f3f3f3;
  }
  .main_content .wi_n .wi_title,
  .sidebar .wi_n .wi_title {
    margin-bottom: 15px;
  }
  .main_content .wi_n_one,
  .main_content .wi_n_two,
  .main_content .wi_n_three,
  .main_content .wi_n_four,
  .sidebar .wi_n_one,
  .sidebar .wi_n_two,
  .sidebar .wi_n_three,
  .sidebar .wi_n_four {
    border: 0;
    padding: 0;
  }
  .main_content .wi_n_one .polist,
  .main_content .wi_n_two .polist,
  .main_content .wi_n_three .polist,
  .main_content .wi_n_four .polist,
  .sidebar .wi_n_one .polist,
  .sidebar .wi_n_two .polist,
  .sidebar .wi_n_three .polist,
  .sidebar .wi_n_four .polist {
    display: block;
    padding: 0;
    margin: 0;
  }
  .main_content .wi_n_one .polist .item,
  .main_content .wi_n_one .polist .item:nth-child(1n + 2),
  .main_content .wi_n_two .polist .item,
  .main_content .wi_n_two .polist .item:nth-child(1n + 2),
  .main_content .wi_n_three .polist .item,
  .main_content .wi_n_three .polist .item:nth-child(1n + 2),
  .main_content .wi_n_four .polist .item,
  .main_content .wi_n_four .polist .item:nth-child(1n + 2),
  .sidebar .wi_n_one .polist .item,
  .sidebar .wi_n_one .polist .item:nth-child(1n + 2),
  .sidebar .wi_n_two .polist .item,
  .sidebar .wi_n_two .polist .item:nth-child(1n + 2),
  .sidebar .wi_n_three .polist .item,
  .sidebar .wi_n_three .polist .item:nth-child(1n + 2),
  .sidebar .wi_n_four .polist .item,
  .sidebar .wi_n_four .polist .item:nth-child(1n + 2) {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px dashed #e6ecf0;
  }
  .main_content .wi_n_one .polist .item:nth-last-child(-n + 2),
  .main_content .wi_n_one .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
  .main_content .wi_n_two .polist .item:nth-last-child(-n + 2),
  .main_content .wi_n_two .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
  .main_content .wi_n_three .polist .item:nth-last-child(-n + 2),
  .main_content .wi_n_three .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
  .main_content .wi_n_four .polist .item:nth-last-child(-n + 2),
  .main_content .wi_n_four .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
  .sidebar .wi_n_one .polist .item:nth-last-child(-n + 2),
  .sidebar .wi_n_one .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
  .sidebar .wi_n_two .polist .item:nth-last-child(-n + 2),
  .sidebar .wi_n_two .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
  .sidebar .wi_n_three .polist .item:nth-last-child(-n + 2),
  .sidebar .wi_n_three .polist .item:nth-child(1n + 2):nth-last-child(-n + 2),
  .sidebar .wi_n_four .polist .item:nth-last-child(-n + 2),
  .sidebar .wi_n_four .polist .item:nth-child(1n + 2):nth-last-child(-n + 2) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #f3f3f3;
  }
  .main_content .wi_n_one .polist .item:last-child,
  .main_content .wi_n_one .polist .item:nth-child(1n + 2):last-child,
  .main_content .wi_n_two .polist .item:last-child,
  .main_content .wi_n_two .polist .item:nth-child(1n + 2):last-child,
  .main_content .wi_n_three .polist .item:last-child,
  .main_content .wi_n_three .polist .item:nth-child(1n + 2):last-child,
  .main_content .wi_n_four .polist .item:last-child,
  .main_content .wi_n_four .polist .item:nth-child(1n + 2):last-child,
  .sidebar .wi_n_one .polist .item:last-child,
  .sidebar .wi_n_one .polist .item:nth-child(1n + 2):last-child,
  .sidebar .wi_n_two .polist .item:last-child,
  .sidebar .wi_n_two .polist .item:nth-child(1n + 2):last-child,
  .sidebar .wi_n_three .polist .item:last-child,
  .sidebar .wi_n_three .polist .item:nth-child(1n + 2):last-child,
  .sidebar .wi_n_four .polist .item:last-child,
  .sidebar .wi_n_four .polist .item:nth-child(1n + 2):last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
  }
  .main_content .wi_n_one .polist .item .thumbnail,
  .main_content .wi_n_one .polist .item:nth-child(1n + 2) .thumbnail,
  .main_content .wi_n_two .polist .item .thumbnail,
  .main_content .wi_n_two .polist .item:nth-child(1n + 2) .thumbnail,
  .main_content .wi_n_three .polist .item .thumbnail,
  .main_content .wi_n_three .polist .item:nth-child(1n + 2) .thumbnail,
  .main_content .wi_n_four .polist .item .thumbnail,
  .main_content .wi_n_four .polist .item:nth-child(1n + 2) .thumbnail,
  .sidebar .wi_n_one .polist .item .thumbnail,
  .sidebar .wi_n_one .polist .item:nth-child(1n + 2) .thumbnail,
  .sidebar .wi_n_two .polist .item .thumbnail,
  .sidebar .wi_n_two .polist .item:nth-child(1n + 2) .thumbnail,
  .sidebar .wi_n_three .polist .item .thumbnail,
  .sidebar .wi_n_three .polist .item:nth-child(1n + 2) .thumbnail,
  .sidebar .wi_n_four .polist .item .thumbnail,
  .sidebar .wi_n_four .polist .item:nth-child(1n + 2) .thumbnail {
    width: 100px;
    height: 80px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .main_content .wi_n_one .polist .item .det,
  .main_content .wi_n_one .polist .item:nth-child(1n + 2) .det,
  .main_content .wi_n_two .polist .item .det,
  .main_content .wi_n_two .polist .item:nth-child(1n + 2) .det,
  .main_content .wi_n_three .polist .item .det,
  .main_content .wi_n_three .polist .item:nth-child(1n + 2) .det,
  .main_content .wi_n_four .polist .item .det,
  .main_content .wi_n_four .polist .item:nth-child(1n + 2) .det,
  .sidebar .wi_n_one .polist .item .det,
  .sidebar .wi_n_one .polist .item:nth-child(1n + 2) .det,
  .sidebar .wi_n_two .polist .item .det,
  .sidebar .wi_n_two .polist .item:nth-child(1n + 2) .det,
  .sidebar .wi_n_three .polist .item .det,
  .sidebar .wi_n_three .polist .item:nth-child(1n + 2) .det,
  .sidebar .wi_n_four .polist .item .det,
  .sidebar .wi_n_four .polist .item:nth-child(1n + 2) .det {
    width: calc(100% - 100px);
    padding: 0 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .main_content .wi_n_one .polist .item .det h2,
  .main_content .wi_n_one .polist .item:nth-child(1n + 2) .det h2,
  .main_content .wi_n_two .polist .item .det h2,
  .main_content .wi_n_two .polist .item:nth-child(1n + 2) .det h2,
  .main_content .wi_n_three .polist .item .det h2,
  .main_content .wi_n_three .polist .item:nth-child(1n + 2) .det h2,
  .main_content .wi_n_four .polist .item .det h2,
  .main_content .wi_n_four .polist .item:nth-child(1n + 2) .det h2,
  .sidebar .wi_n_one .polist .item .det h2,
  .sidebar .wi_n_one .polist .item:nth-child(1n + 2) .det h2,
  .sidebar .wi_n_two .polist .item .det h2,
  .sidebar .wi_n_two .polist .item:nth-child(1n + 2) .det h2,
  .sidebar .wi_n_three .polist .item .det h2,
  .sidebar .wi_n_three .polist .item:nth-child(1n + 2) .det h2,
  .sidebar .wi_n_four .polist .item .det h2,
  .sidebar .wi_n_four .polist .item:nth-child(1n + 2) .det h2 {
    font-size: 1rem;
    font-weight: 400;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main_content .wi_n_one .polist .item .det p,
  .main_content .wi_n_one .polist .item:nth-child(1n + 2) .det p,
  .main_content .wi_n_two .polist .item .det p,
  .main_content .wi_n_two .polist .item:nth-child(1n + 2) .det p,
  .main_content .wi_n_three .polist .item .det p,
  .main_content .wi_n_three .polist .item:nth-child(1n + 2) .det p,
  .main_content .wi_n_four .polist .item .det p,
  .main_content .wi_n_four .polist .item:nth-child(1n + 2) .det p,
  .sidebar .wi_n_one .polist .item .det p,
  .sidebar .wi_n_one .polist .item:nth-child(1n + 2) .det p,
  .sidebar .wi_n_two .polist .item .det p,
  .sidebar .wi_n_two .polist .item:nth-child(1n + 2) .det p,
  .sidebar .wi_n_three .polist .item .det p,
  .sidebar .wi_n_three .polist .item:nth-child(1n + 2) .det p,
  .sidebar .wi_n_four .polist .item .det p,
  .sidebar .wi_n_four .polist .item:nth-child(1n + 2) .det p {
    display: none;
  }
  .main_content .wi_n_five,
  .sidebar .wi_n_five {
    padding: 0;
    border: 0;
  }
  .main_content .wi_n_five .wi_title,
  .sidebar .wi_n_five .wi_title {
    margin: 0;
  }
  .main_content .wi_n_five .polist,
  .sidebar .wi_n_five .polist {
    padding: 0;
  }
  .main_content .wi_n_five .polist .item,
  .sidebar .wi_n_five .polist .item {
    position: relative;
    width: calc(100% * 1 / 3 - 15px);
    box-shadow: 0 3px 6px 0 #d6d3d6;
  }
  .main_content .wi_n_five .polist .item:before,
  .sidebar .wi_n_five .polist .item:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  }
  .main_content .wi_n_five .polist .item .thumbnail,
  .sidebar .wi_n_five .polist .item .thumbnail {
    height: 300px;
  }
  .main_content .wi_n_five .polist .item .det,
  .sidebar .wi_n_five .polist .item .det {
    padding: 10px;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    z-index: 4;
    width: auto;
  }
  .main_content .wi_n_five .polist .item .det h2,
  .sidebar .wi_n_five .polist .item .det h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
  }
  .main_content .wi_n_five .polist .item .det p,
  .sidebar .wi_n_five .polist .item .det p {
    color: #fff;
    text-align: center;
  }
  .main_content .wi_n_five .polist .item .det .time,
  .sidebar .wi_n_five .polist .item .det .time {
    display: none;
  }
}
.main_videos {
  background: #1e222b;
  width: 100%;
  margin-bottom: 15px;
}
.main_videos .tt {
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main_videos .tt a {
  color: #fff;
}
.main_videos .tt .ap-plus-w {
  width: 15px;
  height: 15px;
  margin: auto auto auto 0;
}
.main_videos .polist .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
}
.main_videos .polist .item:hover .thumbnail .ap-play {
  background-color: #c00;
}
.main_videos .polist .item .thumbnail {
  width: 40%;
  height: 80px;
  position: relative;
}
.main_videos .polist .item .thumbnail .ap-play {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.41);
  background-size: 60%;
}
.main_videos .polist .item .det {
  width: 60%;
  padding: 10px;
}
.main_videos .polist .item .det h2 {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
  font-weight: 500;
}
.main_videos .polist .item .det .time {
  font-size: 0.6rem;
  color: #626262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main_videos .polist .item .det .time .ap-clock {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.main_videos .polist .item .det .time span {
  margin: auto 0;
}
.main_videos .polist .item:nth-child(1) {
  position: relative;
  display: block;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px dashed rgba(238, 238, 238, 0.25);
}
.main_videos .polist .item:nth-child(1) .thumbnail {
  width: 100%;
  height: 170px;
}
.main_videos .polist .item:nth-child(1) .thumbnail .ap-play {
  bottom: auto;
  top: 0;
  width: 45px;
  height: 45px;
}
.main_videos .polist .item:nth-child(1) .det {
  width: 100%;
  padding: 0;
}
.main_videos .polist .item:nth-child(1) .det h2 {
  font-size: 1rem;
  padding: 15px;
  font-weight: 600;
}
.main_videos .polist .item:nth-child(1) .det .time {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.32);
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

.main_content .main_videos .polist {
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
}
.main_content .main_videos .polist .item,
.main_content .main_videos .polist .item:nth-child(1) {
  width: calc(100% * 1 / 3 - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
  display: block;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px dashed rgba(238, 238, 238, 0.25);
  position: relative;
}
.main_content .main_videos .polist .item:hover .thumbnail .ap-play,
.main_content .main_videos .polist .item:nth-child(1):hover .thumbnail .ap-play {
  background-color: #c00;
}
.main_content .main_videos .polist .item .det,
.main_content .main_videos .polist .item:nth-child(1) .det {
  width: 100%;
}
.main_content .main_videos .polist .item .det h2,
.main_content .main_videos .polist .item:nth-child(1) .det h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.main_content .main_videos .polist .item .det .time,
.main_content .main_videos .polist .item:nth-child(1) .det .time {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.32);
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}
.main_content .main_videos .polist .item .thumbnail,
.main_content .main_videos .polist .item:nth-child(1) .thumbnail {
  width: 100%;
  height: 120px;
}
.main_content .main_videos .polist .item .thumbnail .ap-play,
.main_content .main_videos .polist .item:nth-child(1) .thumbnail .ap-play {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 0;
  top: auto;
  background-color: rgba(0, 0, 0, 0.41);
  background-size: 60%;
}

@media only screen and (max-width: 768px) {
  .main_content .main_videos .polist {
    display: block;
    margin-left: 0;
  }
  .main_content .main_videos .polist .item,
  .main_content .main_videos .polist .item:nth-child(1) {
    width: 100%;
    margin-left: 0;
  }
}
.ap-last {
  margin-bottom: 15px;
  border: 1px solid #f3f3f3;
}
.ap-last .wi_title {
  padding: 15px;
  color: #616161;
  font-weight: 800;
  font-size: 1.1rem;
  background: #f3f3f3;
}
.ap-last .wi_title a {
  color: #616161;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-last .wi_title a span {
  margin: auto 0;
}
.ap-last .wi_title .ic {
  background: url("./assets/img/ic/ic_24.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}
.ap-last .polist {
  padding: 15px;
}
.ap-last .polist .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e6ecf0;
}
.ap-last .polist .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.ap-last .polist .item .item_time {
  width: 20%;
  font-weight: 700;
  font-size: 1rem;
  padding: 0 0 0 0.75rem;
  text-align: center;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.ap-last .polist .item .det {
  width: 80%;
  padding: 0;
}
.ap-last .polist .item .det .cat {
  color: #32a2ef;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.ap-last .polist .item .det .cat a {
  color: #32a2ef;
}
.ap-last .polist .item .det h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.main_content .ap-last {
  margin-left: 15px;
}
.main_content .ap-last .polist .item .item_time {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .main_content .ap-last {
    margin-left: 0;
  }
  .main_content .ap-last .polist .item .item_time {
    width: 50px;
  }
  .main_content .ap-last .polist .item .det {
    width: calc(100% - 50px);
  }
}
.main_editors {
  border-top: 2px solid #32a2ef;
  margin-bottom: 15px;
}
.main_editors .tt {
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 800;
  background: #f3f3f3;
  color: #32a2ef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main_editors .tt a {
  color: #fff;
}
.main_editors .tt .ap-plus {
  width: 15px;
  height: 15px;
  margin: auto auto auto 0;
}
.main_editors .polist {
  border: 1px solid #f3f3f3;
  padding: 15px;
}
.main_editors .polist .item {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #e6ecf0;
  position: relative;
}
.main_editors .polist .item:last-child {
  border: 0;
}
.main_editors .polist .item .av {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main_editors .polist .item .det {
  width: calc(100% - 65px);
  padding-right: 10px;
}
.main_editors .polist .item .det .name {
  font-size: 0.8rem;
  padding: 5px;
  color: #a8a8a8;
  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;
}
.main_editors .polist .item .det .name .man {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./assets/img/ic/ic_usser.svg);
  width: 17px;
  height: 12px;
  margin-left: 5px;
}
.main_editors .polist .item .det .name a {
  color: #a8a8a8;
}
.main_editors .polist .item .det h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  padding-right: 10px;
}

.main_content .main_editors .polist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 0;
}
.main_content .main_editors .polist .item {
  padding: 0;
  width: calc(100% * 1 / 2 - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.main_content .main_editors .polist .item:nth-last-child(-n + 2) {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .main_content .main_editors .polist {
    display: block;
    border: 1px solid #f3f3f3;
  }
  .main_content .main_editors .polist .item {
    width: 100%;
    margin-left: 0;
  }
}
.ap-tabs {
  margin-bottom: 10px;
}
.ap-tabs ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #32a2ef;
}
.ap-tabs ul.tabs li {
  float: right;
  width: 33.33%;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 15px 0;
  color: #666;
  overflow: hidden;
  position: relative;
  font-size: 0.8rem;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.ap-tabs ul.tabs li.active {
  background-color: #32a2ef;
  color: #fff;
  display: block;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ap-tabs .tab_container {
  clear: both;
  width: 100%;
  background: #fff;
}
.ap-tabs .tab_container .tab_content {
  padding: 0;
  display: none;
}
.ap-tabs .tab_container .tab_content .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px dashed #e6ecf0;
  padding: 15px;
  position: relative;
}
.ap-tabs .tab_container .tab_content .item:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
.ap-tabs .tab_container .tab_content .item .det h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ap-tabs .tab_container .tab_content .item .det .time {
  font-size: 0.7rem;
  color: #626262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.ap-tabs .tab_container .tab_content .item .det .time .ap-clock {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.ap-tabs .tab_container .tab_content .item .det .time span {
  margin: auto 0;
}

.main_content .widget_ap_posts_tabs_widget {
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .main_content .widget_ap_posts_tabs_widget {
    margin-left: 0;
  }
}
.ap-slider_widget {
  overflow: hidden;
  margin-bottom: 15px;
}
.ap-slider_widget:hover .polist .slick-dots {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ap-slider_widget:hover .polist .arrow {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.ap-slider_widget .polist.slick-initialized {
  display: block;
}
.ap-slider_widget .polist.slick-initialized .item:nth-child(1n + 2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-slider_widget .polist .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.ap-slider_widget .polist .item:nth-child(1n + 2) {
  display: none;
}
.ap-slider_widget .polist .item .thumbnail {
  width: 100%;
  height: 442px;
  position: relative;
}
.ap-slider_widget .polist .item .thumbnail:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 80%;
  background: #000;
  background: -webkit-linear-gradient(bottom, #000, transparent);
  background: linear-gradient(to top, #000, transparent);
}
.ap-slider_widget .polist .item .det {
  position: absolute;
  right: 30px;
  left: 30px;
  bottom: 60px;
  z-index: 99;
}
.ap-slider_widget .polist .item .det h3 {
  margin: 30px 0 10px;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  color: #fff;
}
.ap-slider_widget .polist .item .det .time {
  font-size: 0.8rem;
  color: #626262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-slider_widget .polist .item .det .time .ap-clock {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.ap-slider_widget .polist .item .det .time span {
  margin: auto 0;
}
.ap-slider_widget .polist .item .det p {
  color: #626262;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 1rem;
}
.ap-slider_widget .polist .slick-dots {
  bottom: 10px;
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.ap-slider_widget .polist .slick-dots li {
  text-align: center;
  display: inline-block;
  margin: 1px;
}
.ap-slider_widget .polist .slick-dots li button {
  color: #fff;
  opacity: 1;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: #32a2ef;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
}
.ap-slider_widget .polist .slick-dots li.slick-active button {
  color: #040169;
  background: #fff;
  border-color: #fff;
}
.ap-slider_widget .polist .arrow {
  color: #fff;
  opacity: 1;
  line-height: 33px;
  height: 35px;
  width: 35px;
  border: 2px solid;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 9;
  text-align: center;
  font-size: 1.5em;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.ap-slider_widget .polist .arrow:hover {
  background: #32a2ef;
  border-color: #32a2ef;
}
.ap-slider_widget .polist .arrow.button-prev {
  background-image: url(assets/img/ic/ic_right.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
}
.ap-slider_widget .polist .arrow.button-next {
  background-image: url(assets/img/ic/ic_left.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
}

.sidebar .ap-slider_widget .polist .item .thumbnail {
  height: 330px;
}
.sidebar .ap-slider_widget .polist .item .det {
  text-align: center;
}
.sidebar .ap-slider_widget .polist .item .det h3 {
  font-size: 1.3rem;
}
.sidebar .ap-slider_widget .polist .item .det .time {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .ap-slider_widget .polist .item .thumbnail {
    height: 330px;
  }
  .ap-slider_widget .polist .item .det {
    text-align: center;
  }
  .ap-slider_widget .polist .item .det h3 {
    font-size: 1.3rem;
  }
  .ap-slider_widget .polist .item .det .time {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ap_footer {
  padding: 20px;
  background: #1e222b;
  color: #ced4da;
}
.ap_footer a {
  color: #ced4da;
}
.ap_footer .ft_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.ap_footer .ft_top .ft_menu {
  width: 70%;
  padding: 15px;
}
.ap_footer .ft_top .ft_menu li {
  display: inline-block;
  padding: 10px;
  position: relative;
  width: 25%;
}
.ap_footer .ft_top .ft_menu li:after {
  content: "+";
  float: right;
  padding-left: 5px;
}
.ap_footer .ft_top .ft_info {
  width: 30%;
}
.ap_footer .ft_top .ft_info .ftlogo {
  width: 200px;
}
.ap_footer .ft_top .ft_info .ftlogo img {
  width: 100%;
  height: auto;
}
.ap_footer .ft_top .ft_info .ftsocial li {
  display: inline-block;
  padding: 7px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.ap_footer .ft_top .ft_info .ftsocial li .ap-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.ap_footer .ft_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.7rem;
}
.ap_footer .ft_bottom #cp {
  margin: auto auto auto 0;
}

.go-top {
  position: fixed;
  bottom: 2em;
  right: 1em;
  color: #ffffff;
  background-color: rgba(132, 144, 169, 0.2);
  box-shadow: 0 0 7px -3px rgba(0, 0, 0, 0.3);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 1.2em;
  display: none;
  z-index: 9998;
  background-size: 60%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .ap_footer .ft_top {
    display: block;
  }
  .ap_footer .ft_top .ft_menu {
    width: 100%;
    padding: 15px 0;
  }
  .ap_footer .ft_top .ft_menu li {
    width: auto;
  }
  .ap_footer .ft_top .ft_info {
    width: 100%;
  }
  .ap_footer .ft_top .ft_info .ftlogo {
    margin: 0 auto;
  }
  .ap_footer .ft_top .ft_info .ftsocial ul {
    margin: auto;
    text-align: center;
  }
  .ap_footer .ft_bottom {
    display: block;
    text-align: center;
  }
  .ap_footer .ft_bottom > div {
    margin-bottom: 10px;
  }
}
.ap_covid {
  background-color: #1e222b;
  background-image: url(./assets/img/corona.png);
  background-repeat: no-repeat;
  background-position: -50px 0;
  background-size: 20%;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.ap_covid .co-title {
  text-align: center;
  font-size: 2rem;
  padding-right: 15px;
  padding-left: 15px;
  color: #32a2ef;
}
.ap_covid .co-title span {
  display: block;
  margin-bottom: 10px;
}
.ap_covid .co-country {
  margin: 0 15px;
  border-left: 3px solid #fff;
}
.ap_covid .co-country:last-child {
  border: 0;
}
.ap_covid .co-country .name {
  background: #32a2ef;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  color: #1e222b;
}
.ap_covid .box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap_covid .box-list .co-box {
  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;
  text-align: center;
  padding: 15px;
}
.ap_covid .box-list .co-box .numbers {
  font-size: 1.7rem;
}

@media only screen and (max-width: 768px) {
  .ap_covid {
    display: block;
    background-size: 40%;
  }
  .ap_covid .co-title span {
    display: inline-block;
  }
  .ap_covid .co-country {
    text-align: center;
    border: 0;
  }
  .ap_covid .box-list {
    display: block;
  }
}
