@media (max-width: 1500px) {
  header .container-lg {
    padding: 0 20px;
  }
  .banner-info {
    margin-right: 75px;
  }
}

@media (max-width: 992px) {
  .h1, h1 {
    font-size: 2.3rem;
  }
  .banner-info {
    margin: 0 auto;
  }
  .banner-img {
    bottom: -60vw;
    left: 0;
    width: 100%;
    height: auto;
  }

  .page-footer > .module-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-footer .module-footer {
    -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
            justify-content: space-between!important;
  }
  .page-footer .social-module  {
    margin: auto;
  }
  .page-footer .social-module > .module-title  {
    text-align: center;
  }
  .page-footer .social-module > .module-title:after {
    margin: 5px auto 0;
  }
}

@media (max-width: 768px) {
  .h3, h3 {
    font-size: 1.55rem;
  }
  .h4, h4 {
    font-size: 1.4rem;
  }
  .navbar-top button#showSearch {
    display: none;
  }
  .category-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-module .card-item {
    width: 100%;
    margin: 15px 0;
  }
  .page-footer .social-module  {
    margin: auto;
  }
  fieldset.word > input.inputbox {
    margin-bottom: 10px;
    max-width: 95vw;
    padding: 5px;
  }

}
@media (max-width: 576px) {
  .h1, h1 {
    font-size: 2rem;
  }
  .h2, h2 {
    font-size: 1.6rem;
  }
  .h3, h3 {
    font-size: 1.4rem;
  }
  header .container-lg {
    padding: 0;
  }
  .navbar-top {
    height: 45px;
    margin: 5px 0;
  }
  .navbar-top .logo > img {
    width: 45px;
  }
  .banner {
    height: calc(100vh - 55px);
    max-height: 757px;
  }
  h1.banner-title {
    font-size: 19px;
  }
  .logo-text {
    display: none!important;
  }
  .finder.smart-search > form {
    height: 40px;
  }
  .finder.smart-search {
    max-width: 85vw;
    top: 0px;
  }
  button.search-clear {
    margin: 0;
    padding: 0;
  }
  .page-main {
    /* padding-top: 26px; */
  }
  .module {
    margin-top: 36px;
  }
  .module-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-carousel {
    overflow-x: auto;
  }
  .main-carousel::-webkit-scrollbar {
    width: 4px!important;
  }
  .main-carousel .slider-button {
    display: none;
  }
  .main-carousel a.swiper-slide.swiper-slide-active {
    max-width: 100%;
  }
  .main-carousel .bsunow-item__title {
    font-size: 26px;
  }
  .category-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-module .card-item {
    width: 100%;
    margin: 15px 0;
  }
  footer.page-footer {
    margin-top: 36px;
  }
  .page-footer .social-module  {
    margin: auto;
  }
  .page-footer .module .module-item {
    padding: 0;
  }
  .page-footer .module ul.module-item, .page-footer .module .menu-footer > ul{
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .list_social a {
    margin: 5px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .jlgroupprocustom {
    min-width: 250px;
    max-width: 250px;
  }
  .jlgroupprocustom iframe,
  div[class*=csstabs] input:checked + * *:first-child,
  div[id*=jlvkgrouppro] {
    max-width: 250px;
  }
  .copyright {
    font-size: 12px;
  }
  .item-page .article-info {
    font-size: 12px;
  }
  .pagination-start,
  .pagination-prev,
  .pagination-next,
  .pagination-end {
    width: 40%;
  }
  .pagination-start {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .pagination-prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination-next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg {
    max-width: 1440px;
    padding-right: 45px;
    padding-left: 45px;
  }
}
