.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
}
section .wrapper {
  width: 125rem;
}
.video-section .video a {
  display: flex;
  width: 100%;
  background-color: white;
  margin: 5rem 0;
}
.video-section .video a > div:first-child {
  width: 61rem;
  height: 46rem;
}
.video-section .video a > div:first-child img {
  width: 100%;
  height: 100%;
}
.video-section .video a > div:last-child {
  padding: 6.2rem;
  width: 64rem;
}
.video-section .video a > div:last-child .title {
  font-size: 2.8rem;
  font-family: Arial;
  font-weight: 300;
  color: #323232;
  margin: 5.3rem 0;
}
.video-section .video a > div:last-child > div:last-child {
  font-size: 1.8rem;
  font-family: Arial;
  font-weight: 300;
  color: #666666;
  line-height: 3.34rem;
}
.paginations-section {
  margin-bottom: 10rem;
}
.paginations-section .wrapper {
  width: 125.8rem;
  display: flex;
  justify-content: flex-end;
}
.paginations-section .pagination {
  display: flex;
}
.paginations-section .pagination > li {
  margin: 0 1rem;
  background-color: white;
}
.paginations-section .pagination > li,
.paginations-section > li > a {
  font-size: 1.48rem;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  line-height: 2.01rem;
}
.paginations-section .pagination > .active > a {
  background-color: #348C2D;
  border-color: #348C2D;
  color: white;
}
.paginations-section .pagination > .disabled > a {
  color: #a7a7a7;
}
@media (max-width: 991px) {
  .banner {
    width: 100%;
    height: auto;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
  }
  section .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .video-section .video a {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    margin: 25px 10px;
  }
  .video-section .video a > div:first-child {
    width: 100%;
    height: auto;
  }
  .video-section .video a > div:first-child img {
    width: 100%;
    height: auto;
  }
  .video-section .video a > div:last-child {
    padding: 0;
    width: 100%;
  }
  .video-section .video a > div:last-child .title {
    font-size: 14px;
    font-family: Arial;
    font-weight: 300;
    color: #323232;
    margin: 10px 0;
  }
  .video-section .video a > div:last-child > div:last-child {
    font-size: 11px;
    font-family: Arial;
    font-weight: 300;
    color: #666666;
    line-height: 2;
    text-align: justify ;
  }
  .paginations-section .wrapper {
    width: 629px;
    display: flex;
    justify-content: flex-end;
  }
  .paginations-section .pagination {
    display: flex;
  }
  .paginations-section .pagination > li {
    margin: 0 4px;
    background-color: white;
  }
  .paginations-section .pagination > li,
  .paginations-section > li > a {
    font-size: 9px;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
  }
  .paginations-section .pagination > .active > a {
    background-color: #348C2D;
    border-color: #348C2D;
    color: white;
  }
  .paginations-section .pagination > .disabled > a {
    color: #a7a7a7;
  }
}
/*# sourceMappingURL=video_list.css.map */