/* Layout */
/* Header */
#header-top {
  z-index: 4;
}

#header {
  z-index: 3;
}

@media (min-width: 769px) {
  #ia > ul > li:hover > ul.sub-menu {
    max-height: 100px;
    transition: max-height 0.2s ease-out;
  }
}

/* Article */
article .contents .ts-fab-avatar img {
  margin: 0 auto;
}

/* Chinese articles list */
.chinese-articles-wrapper {
  border: 1px solid #d7d7d7;
  padding: 15px;
}

/* Chinese article detailt */
.chinese-article-doc {
  align-items: center;
  display: flex;
  margin: 10px 0;
}

.chinese-article-doc .icon-pdf {
  background-image: url(../img/icon-pdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 30px;
  margin-right: 7px;
  width: 30px;
}

.chinese-article-doc > a {
  font-weight: 700;
}

/* Sidebar */
/* Block sidebar Awards */
.widget-awards .wa-body .awards-img {
  margin-bottom: 15px;
  width: 100%;
}

.widget-awards .wa-body .awards-img:last-child {
  margin: 0;
}