@media screen and (max-width: 1366px) {
  .container,
.container-fluid {
    width: calc(22.5% * 4);
    max-width: none;
  }

  .banner-area .swiper-pagination {
    left: 20px;
  }

  .scroll-top {
    left: 20px;
  }

  .social-page {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .content-wrap {
    padding: 70px 0;
  }

  .control-group + .control-group {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--c-grey_l3);
  }

  .col-control {
    margin-bottom: 30px;
  }

  .main-header.sticky {
    transform: none !important;
  }

  .user-header .btn-user {
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .user-header .btn-user i {
    margin: -1px 0 0;
    font-size: 16px;
    color: var(--c-white);
    transition: color 0.3s var(--easing);
  }
  .sticky .user-header .btn-user i {
    color: var(--c-dark);
  }
  .login-page .user-header .btn-user i {
    color: var(--c-dark);
  }
  .user-header .btn-user span {
    display: none;
  }
  .user-header .btn-user:hover:before {
    transform: scale(1.1);
  }

  .social-page,
.scroll-top,
.topbar {
    display: none;
  }

  .page-header .main-title .title {
    font-size: 50px;
  }

  .caption-bg-media {
    min-height: auto;
  }
  .caption-bg-media .caption-img-wrapper {
    display: none;
  }
  .caption-bg-media .caption-txt {
    margin: 0;
  }

  .banner-area .banner-caption .main-title .title {
    font-size: 60px;
  }

  #home-about {
    background-color: var(--c-grey_l4);
  }

  #home-program .program-list .caption-txt {
    margin-bottom: 0;
  }
  #home-program .program-list .bg-img {
    display: none;
  }
  #home-program .program-list-wrapper {
    margin-top: 50px;
  }

  .tab-menu {
    margin-bottom: 70px;
    position: relative;
    transform: translateZ(0);
    width: 100%;
    z-index: 10;
  }
  .tab-menu .menu {
    overflow: scroll;
    width: 100%;
    white-space: nowrap;
    display: block;
  }
  .tab-menu .menu li {
    display: inline-block;
  }
  .tab-menu .menu li + li {
    margin-left: 5px;
  }
  .tab-menu .menu li:last-child {
    padding-right: 50px;
  }

  .facility-item .caption-img-wrapper {
    display: flex;
    text-align: center;
  }
  .facility-item .caption-img-wrapper .caption-img {
    margin-bottom: 30px;
  }
  .facility-item .main-title {
    margin-bottom: 30px;
  }

  .single-slide .swiper-slide {
    width: 300px;
  }

  .sticky-css {
    position: static;
  }

  .main-footer .logo-footer-wrap {
    margin-bottom: 70px;
  }
  .main-footer .logo-footer {
    justify-content: center;
  }
  .main-footer .main-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .main-footer .footer-wrap + .footer-wrap {
    margin-top: 50px;
  }
  .main-footer .footer-nav:not(.contact-footer) li {
    padding: 0 15px;
    text-align: left;
  }
  .main-footer .footer-nav:not(.contact-footer) li:nth-child(odd) {
    text-align: right;
  }
  .main-footer .contact-footer {
    text-align: center;
  }

  .main-login-page {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .banner-area .banner-caption {
    padding: 0;
  }
  .banner-area .banner-caption .main-title .title {
    font-size: 42px;
  }
  .banner-area .swiper-pagination-fraction {
    display: none;
  }
  .banner-area .swiper-button-wrapper .container-fluid {
    justify-content: center;
  }

  .page-header {
    padding: 160px 0 80px;
    min-height: auto;
  }
  .page-header .main-title .title {
    font-size: 36px;
  }

  #home-program .program-list .program-item {
    margin-bottom: 20px;
  }
  #home-program .program-list .program-item .program-img {
    flex: 0 0 80px;
  }

  #home-quote {
    padding: 70px 0;
  }
  #home-quote .main-title .title {
    font-size: 22px;
  }

  .main-footer .bottom-footer .container {
    display: block;
    text-align: center;
  }
  .main-footer .bottom-footer .made-in {
    margin: 20px 0 0;
  }
}

/*# sourceMappingURL=responsive.css.map */
