.top-banner-section {
  background-image: url(../img/ic-banner-bg.jpg);
  background-position: center;
  background-size: auto 100%;
}
.categories-nav-wrapper .breadcrumb {
  margin: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.breadcrumb .iconfont {
  font-size: 20px;
  color: #15499a;
}
.nav-categories .nav {
  justify-content: flex-end;
  overflow: none;
  flex-wrap: nowrap;
}
.categories-nav-wrapper.fixed {
  width: 100%;
  top: 0;
  position: fixed;
  background-color: #fff;
  z-index: 999;
}
.nav-categories .nav .nav-item {
  flex: 0 1 120px;
  text-align: center;
}
.nav-categories .nav-link {
  padding: 1.5rem .5rem;
  white-space: nowrap;
}
.nav-categories .nav-link.active {
  color: #15499a;
  border-bottom: 2px solid #15499a;
}
.categories-entry-wrapper {
  padding: 3rem 1rem;
}
.categories-entry-wrapper:nth-child(even) {
  background-color: #f8f8f8;
}
.display-title .main-title {
  font-size: 60px;
  color: #15499a;
  line-height: 60px;
}
.display-title .sub-title {
  font-size: 36px;
  color: #666;
  line-height: 40px;
}
.image-wrapper img {
  width: 100%;
}
.title-wrapper {
  position: relative;
}
.title-wrapper::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 80px;
  left: 0;
  bottom: 0;
  background-color: #1a9d4e;
}
.title-wrapper .num-title {
  font-size: 100px;
  line-height: 120px;
  font-family: Impact;
  color: #cbe99b;
  letter-spacing: 1rem;
}
.title-wrapper .text-title {
  position: absolute;
  left: 0;
  top: 20%;
  font-size: 48px;
  color: #333333;
}
.desc-wrapper {
  font-size: 20px;
  color: #888888;
  line-height: 38px;
}
.button-wrapper .btn-outline-success {
  padding: 0.8rem 3rem;
  font-size: 20px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #bb2d37;
  border-color: #bb2d37;
}
.page-link:hover {
  z-index: 2;
  color: #888;
}
.page-link {
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .nav-categories .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .nav-categories .nav {
    justify-content: space-between;
  }
  .button-wrapper {
    text-align: center;
  }
  .nav-categories .nav-link {
    padding: 0.5rem 1rem;
  }

  .display-title .main-title {
    font-size: 48px;
    line-height: 48px;
  }
  .display-title .sub-title {
    font-size: 28px;
    line-height: 32px;
  }

  .title-wrapper .num-title {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 1rem;
  }
  .title-wrapper .text-title {
    top: 16%;
    font-size: 40px;
  }
}
