body {
  background: top center/100% auto url(../img/bg-newmedia.jpg) no-repeat, #0f59a4;
}

.media-header {
  height: 400px;
}
.media-header .logo img {
  max-width: 100%;
  object-fit: contain;
}
.media-header .main-title img {
  height: 87px;
  max-width: 100%;
  object-fit: contain;
}

.media-tab-wrapper {
  border-radius: 15px;
  overflow: hidden;
}
.media-tab-wrapper .nav {
  background-color: #b5d6f9;
}
.media-tab-wrapper .nav .nav-item .nav-link {
  color: #0f59a4;
  font-size: 1.875rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.media-tab-wrapper .nav .nav-item .nav-link.active {
  background-color: #0f59a4;
  color: #fff;
}
.media-tab-wrapper .tab-content {
  background-color: #1d73ca;
}

.new-media-list {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.new-media-list .entry {
  flex-basis: 20%;
  min-width: 220px;
  padding: 15px 30px;
}
.new-media-list .entry .entry-link {
  border-radius: 8px;
  display: block;
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
}
.new-media-list .entry .entry-link .entry-img img {
  height: 200px;
  width: 200px;
  max-width: 100%;
  object-fit: contain;
}
.new-media-list .entry .entry-link .title {
  font-size: 1.125rem;
}

@media only screen and (max-width: 1199.9px) {
  body {
    background-size: 130%;
  }
  .new-media-list .entry {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 991.9px) {
  body {
    background-size: 160%;
  }
  .new-media-list .entry {
    flex-basis: 33.3333%;
  }
  .media-header {
    height: 240px;
  }
  .media-header .main-title img {
    height: 72px;
  }
}
@media only screen and (max-width: 767.9px) {
  .logo img {
    max-width: 100%;
    height: 40px;
    object-fit: contain;
  }
  .new-media-list .entry {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 575.9px) {
  body {
    background-size: 200%;
  }
  .new-media-list .entry {
    flex-basis: 100%;
  }
  .media-header {
    height: 170px;
  }
  .media-header .main-title img {
    height: 60px;
    max-width: 100%;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1630px;
  }
}

/*# sourceMappingURL=newmedia.css.map */
