.logo img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.nav a {
  color: #000;
}
.nav a .tw:after, .nav a.active .en:after {
  background: #000;
}

.hamburger-bar {
  background: #666;
}

.container {
  margin-top: 0;
  background: none;
  pointer-events: none;
}

.news-title {
  color: #000;
  font-size: 1.25rem;
  opacity: 0;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.news-title.show {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.news-date {
  font-size: 0.75rem;
  background: #ccc;
  border-radius: 2px;
  width: fit-content;
  padding: 2px 5px;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.news-date.show {
  opacity: 1;
}
.news-content {
  padding: 40px 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.news-text {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  margin-bottom: 20px;
  pointer-events: auto;
}
.news-text.show {
  opacity: 1;
}
.news-text a {
  color: #caab77;
  text-decoration: underline;
}
.news-subtitle {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #000;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.news-subtitle.show {
  opacity: 1;
}
.news-img {
  margin: 40px 0;
  padding: 40px;
  background: #f6f6f6;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.news-img.show {
  opacity: 1;
}
.news-img:last-child {
  margin-bottom: 0;
}
.news-img img {
  width: 100%;
  opacity: 0;
  margin-bottom: 20px;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.news-img img:last-child {
  margin-bottom: 0;
}
.news-img img.show {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-img-text {
  font-size: 0.75rem;
}
.news-img .col1 {
  overflow: hidden;
  margin-bottom: 20px;
}
.news-img .col1:last-child {
  margin-bottom: 0;
}
.news-img .col2 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.news-img .col2:last-child {
  margin-bottom: 0;
}
.news-img .col2 li {
  overflow: hidden;
}
.news-img .col2 li:nth-child(odd) {
  margin-right: 20px;
}
.news-btns {
  text-align: center;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.news-btns.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.news-btns a {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 30px;
  margin: 40px 20px 0;
  pointer-events: auto;
}
.news-btns a:before, .news-btns a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.news-btns a:before {
  width: 100%;
  background: #ccc;
  -moz-transition: padding 0.6s;
  -o-transition: padding 0.6s;
  -webkit-transition: padding 0.6s;
  transition: padding 0.6s;
}
.news-btns a:after {
  width: 0;
  background: #000;
  -moz-transition: width 0.6s, padding 0.6s;
  -o-transition: width 0.6s, padding 0.6s;
  -webkit-transition: width 0.6s, padding 0.6s;
  transition: width 0.6s, padding 0.6s;
}
.news-btns a i {
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.news-btns a:hover {
  color: #000;
}
.news-btns a:hover:before, .news-btns a:hover:after {
  padding-right: 5px;
}
.news-btns a:hover:after {
  width: 100%;
}
.news-btns a:hover i {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media screen and (max-width: 1100px) {
  .container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .news-img {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .news-title {
    font-size: 1rem;
  }

  .news-subtitle {
    font-size: 0.875rem;
  }

  .news-img {
    padding: 10px;
    margin: 20px 0;
  }
  .news-img img {
    margin-bottom: 10px;
  }
  .news-img .col2 {
    margin-bottom: 10px;
  }
  .news-img .col2 li:nth-child(odd) {
    margin-right: 10px;
  }
}
