.ad_banner.aside_articles_web .banner {
  width: 100%;
  margin-top: 15px; }

.ad_banner.calendar_mobile .banner {
  width: 100%; }

.ad_banner.calendar_web .banner {
  width: 100%; }

.ad_banner.inter_articles_web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ad_banner.inter_articles_web .banner {
    width: 100%; }

.ad_banner.top_bpos_mobile, .ad_banner.top_bpos_web, .ad_banner.top_mobile, .ad_banner.top_web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ad_banner.top_bpos_mobile .banner, .ad_banner.top_bpos_web .banner, .ad_banner.top_mobile .banner, .ad_banner.top_web .banner {
    max-width: 1170px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

@media screen and (max-width: 1169px) {
  .ad_banner.top_web .banner {
    width: 100vw;
    height: 17.09vw; } }

@media screen and (max-width: 1169px) {
  .ad_banner.top_bpos_web .banner {
    width: 100vw;
    height: 8.54vw; } }

.ad_banner.inter_articles_mobile .banner, .ad_banner.top_mobile .banner, .ad_banner.top_bpos_mobile .banner {
  width: 100%; }
.article-index-section-wrapper {
  min-height: 100vh; }

.article-list-wrapper {
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.article-list-wrapper.loaded {
    opacity: 1; }

.article-load-more {
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 20px;
  color: #444;
  border: 1px solid #444;
  line-height: 75px; }

.article-load-more:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000; }

.article-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #eee; }

.article-item-wrapper.disabled {
    display: none;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0; }

@media screen and (max-width: 767px) {
    .article-item-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      align-item: center; } }

.article-item-wrapper:first-of-type {
    padding-top: 4rem; }

.article-item-wrapper .article-item-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.article-item-wrapper .article-item-caption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 2rem; }

@media screen and (max-width: 767px) {
      .article-item-wrapper .article-item-caption {
        padding-left: 0; } }

.article-item-wrapper a[class*="article-item-caption-"]:active, .article-item-wrapper a[class*="article-item-caption-"]:hover, .article-item-wrapper a[class*="article-item-caption-"]:focus, .article-item-wrapper a[class*="article-item-caption-"]:visited {
    text-decoration: none; }

.article-item-wrapper .article-item-caption-category {
    display: inline-block;
    background: #000;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #fff; }

.article-item-wrapper .article-item-caption-category:hover {
      color: #fff; }

@media screen and (max-width: 767px) {
      .article-item-wrapper .article-item-caption-category {
        margin-top: 2rem; } }

.article-item-wrapper .article-item-caption-title {
    color: #000;
    font-weight: bold; }

.article-item-wrapper .article-item-caption-title:hover {
      color: #888; }

.article-item-wrapper p.article-item-caption-date {
    font-size: 1.25rem;
    color: #888;
    margin-top: 2rem; }

.article-item-wrapper .article-item-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.article-item-wrapper .article-item-share .icon {
      width: 20px;
      height: 20px;
      margin-left: 10px;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      text-align: center; }

.article-item-wrapper .article-item-share .icon.facebook {
        background-color: #3b5998; }

.article-item-wrapper .article-item-share .icon.twitter {
        background-color: #00aced; }

.article-item-wrapper .article-item-share .icon.weibo {
        background-color: #df2029; }

.article-item-wrapper .ads-label {
    position: absolute;
    margin-top: -23px;
    line-height: 20px;
    color: #ccc; }

.article-index-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6rem;
  border-bottom: 1px solid #eee; }

.article-index-tabs-item-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #fff;
  color: #888; }

.article-index-tabs-item-wrapper:hover, .article-index-tabs-item-wrapper:focus, .article-index-tabs-item-wrapper:visited {
    text-decoration: none;
    color: #000; }

.article-index-tabs-item-wrapper:hover {
    cursor: pointer; }

.article-index-tabs-item-wrapper:active {
    background: #000;
    color: #fff; }

@media screen and (max-width: 767px) {
    .article-index-tabs-item-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: center; } }

.article-index-tabs-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 2rem 4rem;
  font-size: 2rem;
  line-height: 2rem;
  border-bottom: 1px solid #eee; }

.article-index-tabs-item.active {
    background: #000;
    color: #fff; }
.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .social-share .icon {
    width: 22px;
    height: 22px;
    margin-left: 25px;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-align: center; }
  .social-share .icon.facebook {
      margin-left: 0; }
  .social-share .icon.facebook:hover {
        color: #3b5998; }
  .social-share .icon.twitter:hover {
      color: #00aced; }
  .social-share .icon.weibo:hover {
      color: #df2029; }
  .social-share .icon.whatsapp:hover {
      color: #25D366; }
  .social-share .icon.line:hover {
      color: #00c300; }
.react_intrinsic_img + br + span {
  position: relative;
  top: -30px;
  left: 0px; }

.intrinsic-wrapper {
  position: relative;
  overflow: hidden;
  line-height: 0px;
  display: block; }

.intrinsic-wrapper .intrinsic-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out; }

.intrinsic-wrapper .intrinsic-thumb.loaded {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-filter: blur(0px);
              filter: blur(0px); }

.intrinsic-wrapper .aspectratio-placeholder {
    width: 100%;
    height: 0; }

.intrinsic-wrapper .aspectratio-placeholder.loaded {
      padding-bottom: 0% !important; }

.intrinsic-wrapper .instrinsic-original {
    width: 100%;
    height: 0;
    opacity: 0; }

.intrinsic-wrapper .instrinsic-original.loaded {
      height: 100%;
      -webkit-animation: reveal 300ms ease-in-out forwards;
              animation: reveal 300ms ease-in-out forwards; }

.intrinsic-wrapper .instrinsic-original.hovering {
      -webkit-transform: scale(1.04);
              transform: scale(1.04); }

@-webkit-keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.backToTopButton {
  position: fixed;
  right: 15px;
  bottom: 80px;
  width: 46px;
  height: 46px;
  z-index: 10;
  background-color: #fff;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .backToTopButton:hover {
    cursor: pointer; }
  .backToTopButton img {
    font-size: 20px;
    color: #aaa;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .backToTopButton.loaded {
    opacity: 1; }
  @-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.featured-carousel-wrapper {
  position: relative;
  width: 100%;
  max-height: 56.25%;
  background: #fff;
  overflow: hidden;
  /* For slick slider */ }
  .featured-carousel-wrapper .carousel-caption {
    position: inherit;
    color: #000;
    text-shadow: none; }
  .featured-carousel-wrapper .carousel-caption .carousel-featured-category {
      display: inline-block;
      margin-bottom: 0.8rem;
      font-size: 16px;
      color: #fff !important;
      background: #000;
      padding: 6px 15px;
      border-radius: 6px; }
  .featured-carousel-wrapper .carousel-caption .carousel-featured-category:hover {
        text-decoration: none; }
  .featured-carousel-wrapper .carousel-caption a {
      color: #000; }
  .featured-carousel-wrapper .carousel-caption a:hover {
        color: #888;
        text-decoration: none; }
  .featured-carousel-wrapper .carousel-caption .carousel-title {
      display: block;
      font-size: 1.5em;
      padding-left: 1em;
      padding-right: 1em; }
  .featured-carousel-wrapper .slick-next, .featured-carousel-wrapper .slick-prev {
    top: 40%;
    width: 40px; }
  .featured-carousel-wrapper .slick-next:before, .featured-carousel-wrapper .slick-prev:before {
      opacity: 0.45; }
  .featured-carousel-wrapper .slick-arrow {
    height: 100%; }
  .featured-carousel-wrapper .slick-arrow:hover {
      background: none; }
  .featured-carousel-wrapper .slick-arrow:before {
      border-top-width: 24px;
      border-bottom-width: 24px; }
  .featured-carousel-wrapper .slick-arrow.slick-next:before {
      border-left-width: 16px; }
  .featured-carousel-wrapper .slick-arrow.slick-prev:before {
      border-right-width: 16px; }
  .featured-carousel-wrapper .slick-dots li {
    background: #000; }
  @media screen and (max-width: 767px) {
    .featured-carousel-wrapper {
      margin-bottom: 2em;
      border-bottom: 1px solid #eee; } }
  .featured-carousel-loading {
  height: 1000px; }
  .featured-carousel-icon {
  position: absolute;
  top: 50%;
  font-size: 40px;
  margin-top: -20px;
  margin-left: -10px; }
  .featured-carousel-icon.left {
    left: 30%; }
  .featured-carousel-icon.right {
    left: 70%; }
.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;
  position: relative; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/*# sourceMappingURL=slick.min.css.map */
.slick-arrow {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  opacity: .4;
  position: absolute;
  z-index: 2;
  top: 20px;
  background: 0 0;
  border: 0;
  font-size: 32px;
  cursor: pointer; }

.slick-arrow:hover {
  opacity: 1; }

.slick-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: ''; }

.slick-prev.slick-arrow {
  left: 0; }

.slick-prev.slick-arrow:before {
  border-right: 8px solid #fff; }

.slick-next.slick-arrow {
  right: 0; }

.slick-next.slick-arrow:before {
  border-left: 8px solid #fff; }

.slick-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px; }

.slick-arrow:hover {
  background: rgba(0, 0, 0, 0.2); }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: 0; }

[dir=rtl] .slick-prev {
  right: 0;
  left: auto; }

.slick-next {
  right: 0; }

[dir=rtl] .slick-next {
  right: auto;
  left: 0; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  text-align: center;
  width: 100%; }

.slick-dots li {
  -webkit-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
  opacity: .3;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px; }

.slick-dots li.slick-active, .slick-dots li:hover {
  opacity: 1; }

/*# sourceMappingURL=slick-theme.min.css.map */
.spotted-box-wrapper {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .spotted-box-wrapper a, .spotted-box-wrapper a:link {
    color: #000; }
  .spotted-box-wrapper a:visited, .spotted-box-wrapper a:hover, .spotted-box-wrapper a:active {
    text-decoration: none; }
  .spotted-box-wrapper a:hover {
    cursor: pointer;
    color: #888; }
  @media screen and (min-width: 768px) {
    .spotted-box-wrapper {
      margin-left: -1.5rem; } }
  .spotted-box-wrapper .spotted-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%;
    max-width: 100%;
    padding-left: 1.5rem;
    margin-bottom: 3rem; }
  .spotted-box-wrapper .spotted-box .spotted-title {
      display: block;
      font-size: 14px;
      margin-top: 5px;
      margin-bottom: 5px; }
  .spotted-box-wrapper .spotted-box:nth-child(n+3) {
      display: none; }
  @media screen and (max-width: 767px) {
      .spotted-box-wrapper .spotted-box {
        min-width: 50%;
        max-width: 50%;
        padding-left: .75rem;
        padding-right: .75rem; }
        .spotted-box-wrapper .spotted-box:nth-child(even) {
          padding-right: 1.5rem; }
        .spotted-box-wrapper .spotted-box:nth-child(odd) {
          padding-left: 1.5rem; } }
  .spotted-box-wrapper .spotted-box-category {
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    font-size: 12px;
    color: #fff !important;
    background: #000;
    padding: 3px 10px;
    border-radius: 3px; }
  .spotted-box-wrapper .spotted-box-category:hover {
      color: #fff; }
