.common-header {
  background: #eef2f5;
  color: #1d1d1d;
  min-height: 260px;
  padding: 115px 0 0px 0;
  margin-bottom: 30px; }
  .common-header.list-header {
    padding: 145px 0 0px 0; }
  .common-header.book-header, .common-header.review-header {
    background: #4f547f;
    color: #fff; }
  .common-header.article-header {
    background: #a13a78;
    color: #fff; }
  .common-header.opinion-header, .common-header.discussion-header {
    background: #45bdc9;
    color: #fff; }
  .common-header.news-header {
    background: #37bca5;
    color: #fff; }
  .common-header.searchTag-header {
    background: rgba(54, 188, 164, 0.3);
    color: #1d1d1d; }
  .common-header .name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      .common-header .name {
        font-size: 36px;
        line-height: 36px; } }
  .common-header .description {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .common-header .description {
        margin-bottom: 35px;
        line-height: 22px;
        font-size: 18px; } }
  .common-header .date, .common-header .author {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      .common-header .date, .common-header .author {
        margin: 0 0 40px 0; } }
    @media (min-width: 1380px) {
      .common-header .date, .common-header .author {
        margin: 0 0 30px 0; } }
  .common-header svg, .common-header .fa {
    margin-left: 15px; }

.title-section {
  font-weight: normal;
  margin-bottom: 30px; }
  .title-section .section-name {
    font-weight: 600; }

.articleFilter .info {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
.articleFilter .bg-wrapper {
  display: none; }
  @media (min-width: 1024px) {
    .articleFilter .bg-wrapper {
      display: block; } }
.articleFilter img {
  display: block;
  max-width: 100%;
  max-height: 100%; }
  @media (min-width: 1024px) {
    .articleFilter img {
      display: none; } }
.articleFilter .bg-cover {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  background: #000;
  will-change: opacity;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1; }
  .articleFilter .bg-cover .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
.articleFilter.article-article .bg-wrapper:after, .articleFilter.article-article .article:after {
  background: #a13a78; }
.articleFilter.article-news .bg-wrapper:after, .articleFilter.article-news .article:after {
  background: #37bca5; }
.articleFilter.article-review .bg-wrapper:after, .articleFilter.article-review .article:after {
  background: #4f547f; }
.articleFilter.article-opinion .bg-wrapper:after, .articleFilter.article-opinion .article:after {
  background: #45bdc9; }
.articleFilter .btn-readmore {
  min-width: 220px;
  text-align: center;
  letter-spacing: 1.3px;
  display: none;
  position: relative; }
  .articleFilter .btn-readmore:after {
    content: '';
    background: #a13a78;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    will-change: height;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: height .5s cubic-bezier(0.785, .135, .15, .86);
    transition: height .5s cubic-bezier(0.785, .135, .15, .86); }
.articleFilter:hover .btn-readmore {
  color: #1d1d1d; }
.articleFilter:hover .btn-readmore:after {
  height: 10px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .odd-wrapper {
    padding-left: 0; }
    .odd-wrapper .article-small {
      float: right; }
    .odd-wrapper .info {
      float: right;
      width: 325px;
      height: 90px; }
  .even-wrapper {
    padding-right: 0; }
    .even-wrapper .article-small {
      float: left; }
    .even-wrapper .info {
      float: left;
      height: 90px;
      padding-left: 0; } }

.article-small {
  margin: 0px auto;
  overflow: hidden;
  max-width: 420px;
  height: 330px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-bottom: 15px; }
  .article-small .description {
    margin-bottom: 0px; }
  @media (min-width: 1024px) {
    .article-small {
      height: 420px;
      padding-bottom: 0;
      margin-bottom: 30px; } }
  .article-small .btn-readmore {
    bottom: 10px; }
  .article-small.article-news .info .btn-readmore:after {
    background: #37bca5; }
  .article-small.article-review .info .btn-readmore:after {
    background: #4f547f; }
  .article-small.article-review .btn-readmore {
    bottom: 0px; }
  .article-small.article-opinion .info .btn-readmore:after {
    background: #45bdc9; }
  .article-small.article-opinion .btn-readmore {
    bottom: 0px; }
  .article-small:hover .bg-wrapper .bg-cover {
    opacity: 0; }
  @media (min-width: 1024px) {
    .article-small:hover .bg-wrapper:after {
      width: 100%; } }
  .article-small:hover .btn-readmore {
    color: #1d1d1d; }
  .article-small:hover .btn-readmore:after {
    height: 10px; }
  .article-small .bg-wrapper {
    width: 100%;
    height: 180px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 768px) {
      .article-small .bg-wrapper {
        height: 240px; } }
    .article-small .bg-wrapper:after {
      content: '';
      background: #a13a78;
      width: 0;
      top: 100%;
      left: 0;
      height: 10px;
      position: absolute;
      will-change: width;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: width .5s cubic-bezier(0.785, .135, .15, .86);
      transition: width .5s cubic-bezier(0.785, .135, .15, .86); }
  .article-small .info {
    color: #1d1d1d;
    z-index: 10;
    padding-top: 10px;
    margin-top: 10px; }
    @media (max-width: 470px) {
      .article-small .info {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 1024px) {
      .article-small .info {
        padding-left: 0px;
        padding-right: 0px; } }
    .article-small .info .article .title {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 5px;
      text-overflow: ellipsis;
      overflow: hidden;
      max-height: 48px;
      white-space: nowrap; }
    .article-small .info .author {
      color: #949494;
      letter-spacing: 1px;
      font-size: 12px;
      line-height: 24px;
      font-weight: 600; }
  .article-small .btn-readmore {
    display: none;
    position: absolute;
    bottom: 0;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .article-small .btn-readmore {
        display: inline-block; } }
    .article-small .btn-readmore:after {
      content: '';
      background: #a13a78;
      width: 100%;
      height: 100%;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: -1;
      position: absolute;
      will-change: height;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: height .5s cubic-bezier(0.785, .135, .15, .86);
      transition: height .5s cubic-bezier(0.785, .135, .15, .86); }

.adphoto {
  margin-bottom: 30px;
  max-width: 100%;
  max-height: 100%; }

.adphoto {
  height: 320px; }
  @media (min-width: 1024px) {
    .adphoto {
      height: 420px;
      width: 420px; } }
