@media (max-width: 767.98px) {
  html {
    font-size: .9rem; } }

.mc1 {
  color: #005AA2; }

.c2 {
  color: #707070; }

.navbar {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%; }

article {
  padding-top: 80px;
  padding-bottom: 80px; }

.txt {
  line-height: 2; }

.h1 {
  letter-spacing: 5px; }

section {
  margin-top: 80px;
  margin-bottom: 80px; }
  section:first-child {
    margin-top: 0; }

.pic {
  width: 100%;
  height: 0;
  position: relative; }
  .pic span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pic span img {
      max-width: 100%;
      max-height: 100%; }

.main-title {
  margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    .main-title {
      margin-bottom: 30px;
      font-size: 2rem; } }
  .main-title:after {
    content: '';
    height: 3px;
    width: 5rem;
    display: block;
    background-color: #005AA2;
    margin: 1rem auto; }

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  outline: none; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #005AA2; }

.swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swiper-button-next,
.swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  position: static;
  background-color: #005AA2;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: .8; }
  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 2.5rem; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-prev,
.project-nav .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none; }
  .project-nav .swiper-button-prev i,
  .project-nav .swiper-button-next i {
    color: #005AA2;
    font-size: 3rem; }

.project-nav .swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-next {
  right: 0; }

#back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  background-color: #005AA2;
  z-index: 8000;
  line-height: 50px;
  text-align: center;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  cursor: pointer; }
  #back-to-top i {
    font-size: 25px;
    color: #fff;
    line-height: 50px; }

.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0; }
  .pages .page {
    margin-left: .5rem;
    margin-right: .5rem; }
    .pages .page a {
      display: block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border: 1px solid transparent;
      border-radius: 50%;
      text-align: center;
      color: #005AA2;
      text-decoration: none; }
    .pages .page.active a, .pages .page:hover a {
      border-color: #005AA2; }

.btn-primary.back {
  margin-top: 50px;
  margin-bottom: 50px;
  background: none;
  border: none;
  border-bottom: 2px solid #005AA2;
  border-radius: 0; }
  .btn-primary.back span {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold; }
  .btn-primary.back i {
    color: #005AA2;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px; }
  .btn-primary.back:hover span {
    color: #005AA2; }

.btn-primary.main-btn {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  padding: 0;
  border: none;
  position: relative; }
  .btn-primary.main-btn:before, .btn-primary.main-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #005AA2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-primary.main-btn:before {
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
  .btn-primary.main-btn:after {
    bottom: 0;
    right: 0;
    -webkit-transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  .btn-primary.main-btn:hover, .btn-primary.main-btn:focus, .btn-primary.main-btn:active {
    background-color: #005AA2;
    color: #fff;
    -webkit-transition: all .3s .2s ease;
    -o-transition: all .3s .2s ease;
    transition: all .3s .2s ease; }
    .btn-primary.main-btn:hover:before, .btn-primary.main-btn:hover:after,
    .btn-primary.main-btn:hover span:before,
    .btn-primary.main-btn:hover span:after, .btn-primary.main-btn:focus:before, .btn-primary.main-btn:focus:after,
    .btn-primary.main-btn:focus span:before,
    .btn-primary.main-btn:focus span:after, .btn-primary.main-btn:active:before, .btn-primary.main-btn:active:after,
    .btn-primary.main-btn:active span:before,
    .btn-primary.main-btn:active span:after {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .btn-primary.main-btn span {
    padding: 10px 25px;
    display: block; }
    .btn-primary.main-btn span:before, .btn-primary.main-btn span:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      background-color: #005AA2;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .btn-primary.main-btn span:before {
      top: 0;
      left: 0;
      -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
      transform: scaleY(0.2);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
    .btn-primary.main-btn span:after {
      bottom: 0;
      right: 0;
      -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
      transform: scaleY(0.2);
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom; }

.aside-style aside {
  width: 180px;
  padding-left: 10px;
  padding-right: 10px; }
  .aside-style aside .main-title {
    margin-bottom: 30px; }
    .aside-style aside .main-title:after {
      margin-left: 0;
      margin-right: 0;
      width: 4rem; }
  .aside-style aside .aside-menu > li {
    margin: .5rem 0; }
    .aside-style aside .aside-menu > li:hover > a, .aside-style aside .aside-menu > li.active > a {
      color: #005AA2; }
    .aside-style aside .aside-menu > li > a {
      display: block;
      font-weight: bold;
      font-size: 1.1rem; }

.aside-style .right-block {
  width: calc(100% - 180px);
  padding-left: 30px;
  padding-right: 10px; }

@media (max-width: 575.98px) {
  .aside-style aside,
  .aside-style .right-block {
    width: 100%; } }

.select-menu {
  margin-top: 50px; }
  .select-menu .h4 {
    margin-bottom: 20px; }
  .select-menu .select-category > li {
    border-bottom: 1px solid #005AA2;
    padding: 10px 0; }
    .select-menu .select-category > li > p {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .select-menu .select-category > li > p span {
        display: block;
        width: calc(100% - 1.5rem); }
      .select-menu .select-category > li > p:after {
        content: '\f067';
        display: block;
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        font-size: 1.2rem;
        color: #005AA2;
        width: 1.5rem;
        text-align: right; }
      .select-menu .select-category > li > p.active:after {
        content: '\f068'; }
    .select-menu .select-category > li:first-child {
      border-top: 1px solid #005AA2; }
    .select-menu .select-category > li .item-group .item {
      margin: 8px 0; }

.navbar-nav .nav-link {
  padding-top: 25px;
  padding-bottom: 25px; }
  .navbar-nav .nav-link span {
    display: block;
    padding: 5px 20px;
    border-radius: 50px; }

.navbar-nav .nav-item:hover .nav-link span, .navbar-nav .nav-item.active .nav-link span {
  background-color: #005AA2;
  color: #fff; }

@media (max-width: 1199.98px) {
  .navbar-nav .nav-link {
    padding: 1rem 0; }
  .navbar-nav .nav-item:hover .nav-link span, .navbar-nav .nav-item.active .nav-link span {
    background: none;
    color: #005AA2; } }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 5px;
  padding-right: 5px; }

footer {
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16); }
  footer .nav-item {
    margin-left: 15px; }
  footer .nav-link {
    padding: 0; }
    footer .nav-link:hover {
      text-decoration: underline; }
  footer .footer-logo {
    margin-right: 20px; }
  footer .company-name:after {
    content: '';
    display: block;
    height: 2px;
    width: 6rem;
    background-color: #005AA2;
    margin-top: 10px;
    margin-bottom: 10px; }
  @media (max-width: 991.98px) {
    footer .footer-nav {
      margin-top: 20px;
      margin-bottom: 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer .footer-nav .nav-item {
        width: 33.33%;
        margin: 1rem 0;
        text-align: center; } }
  @media (max-width: 767.98px) {
    footer #footer-info {
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    footer .footer-logo,
    footer .footer-info {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      margin: 20px 0; }
    footer .footer-info .company-name {
      display: inline-block; }
    footer .footer-logo img {
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 1199.98px) {
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    z-index: 9000;
    position: relative; }
    #burger span {
      background-color: #5e5e5e;
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:before, #burger span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #5e5e5e;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
      #burger span:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #burger span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; }
    #burger.active span {
      background-color: transparent;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #burger.active span:before, #burger.active span:after {
        background-color: #aaa;
        -webkit-transition-property: top,-webkit-transform;
        transition-property: top,-webkit-transform;
        -o-transition-property: top,transform;
        transition-property: top,transform;
        transition-property: top,transform,-webkit-transform;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0s, 0.2s;
        -o-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s; }
      #burger.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #burger.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .navbar > .container {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

.big-logo-row {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../_img/index/index_bg.jpg);
  background-color: #fff;
  z-index: 1000; }
  .big-logo-row .scroll-button {
    position: fixed;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    cursor: pointer; }
    .big-logo-row .scroll-button img {
      margin: auto; }
    .big-logo-row .scroll-button .button-txt {
      color: #005AA2;
      font-size: 1.2rem;
      margin-top: .5rem; }

.logo-big {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 380px;
  z-index: 8000; }

.index-about {
  background-image: url(../_img/index/whoweare_bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  position: relative; }
  .index-about .about-txt {
    padding-top: 80px;
    padding-bottom: 80px;
    text-shadow: 0 3px 3px #fff; }
    .index-about .about-txt:before {
      content: '';
      display: block;
      height: 90%;
      width: 100%;
      background-color: rgba(0, 90, 162, 0.2);
      position: absolute;
      right: 70%;
      top: 0; }
      @media (max-width: 1199.98px) {
        .index-about .about-txt:before {
          display: none; } }
  .index-about > .container {
    padding-bottom: 5%;
    position: relative; }

#banner-slider {
  max-width: 1100px;
  margin-left: auto;
  margin-right: 0; }
  #banner-slider .bg-img {
    padding-left: 100px; }
  #banner-slider .bg-cover {
    padding-bottom: 41%; }
  #banner-slider .banner-txt {
    background-color: #005AA2;
    display: inline-block;
    padding: 50px 80px;
    font-size: 1.8rem;
    color: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 1000; }
  @media (max-width: 991.98px) {
    #banner-slider .bg-img {
      padding-left: 0; }
    #banner-slider .banner-txt {
      padding: 20px;
      text-align: center;
      font-size: 1.5rem;
      width: 100%;
      margin: 0; }
    #banner-slider .swiper-nav {
      bottom: auto;
      top: 0; }
      #banner-slider .swiper-nav .swiper-button-next,
      #banner-slider .swiper-nav .swiper-button-prev {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

.desk-img {
  position: relative; }

.desk-row {
  position: absolute;
  width: 91.5%;
  height: 0;
  padding-bottom: 52.6%;
  top: 6.5%;
  left: 0;
  right: 0;
  margin: auto; }
  .desk-row .pic {
    width: 100%;
    padding-bottom: 57%; }

.rent-select {
  margin-bottom: 80px; }
  .rent-select > li {
    padding: 5px 30px;
    margin: 10px;
    background: none;
    border-radius: 50px;
    cursor: pointer; }
    .rent-select > li:hover, .rent-select > li.active {
      background-color: #005AA2;
      color: #fff; }

.rent-content > li {
  margin-bottom: 50px; }
  .rent-content > li .content {
    padding: 30px; }

.rent-img .pic {
  width: 100%;
  padding-bottom: 50%; }

.a {
  position: relative; }
  .a:after {
    content: '\f067';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    color: #005AA2;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer; }
  .a.active:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.q {
  border-top: 2px solid #005AA2; }

.rent-table td {
  color: #005AA2; }
  .rent-table td a {
    color: #005AA2; }

.apply-content {
  width: 100%;
  max-width: 800px; }
  .apply-content .item {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .apply-content .item:last-child:after {
      display: none; }
    .apply-content .item:after {
      content: '\f0ab';
      font-size: 2rem;
      font-family: 'Font Awesome 5 Pro';
      font-weight: bold;
      color: #000;
      text-align: center;
      display: block;
      margin: 50px 0; }
    .apply-content .item .content {
      padding: 50px;
      text-align: center;
      border-radius: 20px;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .apply-content .item img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }

.class-list > li {
  margin-bottom: 80px; }
  .class-list > li .h1 {
    margin-bottom: 20px; }
    .class-list > li .h1:after {
      content: '';
      display: block;
      height: 2px;
      width: 80%;
      background-color: #000;
      margin: 10px 0; }
  .class-list > li .detail-list > li + li {
    margin-top: 20px; }

@media (max-width: 767.98px) {
  .class-list {
    padding-left: 30px;
    padding-right: 30px; } }

.news-list > li {
  margin: 50px 0; }

.news-list .img-row a {
  display: block;
  overflow: hidden; }

.news-list .img-row .bg-cover {
  width: 100%;
  padding-bottom: 60%; }

.news-list .txt-row .n-title {
  line-height: 2rem;
  max-height: 4rem;
  overflow: hidden; }

.news-list .txt-row .n-detail {
  line-height: 2rem;
  height: 4rem;
  overflow: hidden;
  margin-bottom: 30px; }

.news-list .txt-row .category-row .category-button {
  padding: 5px 30px;
  border-radius: 30px;
  border: 1px solid #005AA2;
  margin-right: 1rem;
  color: #005AA2; }

.news-inner .n-title {
  border-bottom: 2px solid #005AA2;
  padding-bottom: 10px; }

.form {
  max-width: 720px;
  margin: 80px auto;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 50px 100px; }
  @media (max-width: 575.98px) {
    .form {
      padding-left: 30px;
      padding-right: 30px; } }
  .form .form-group {
    border-bottom: 1px solid #005AA2;
    margin-top: 30px;
    margin-bottom: 30px; }
    .form .form-group .form-control {
      border: none; }
    .form .form-group.textarea {
      border: 1px solid #005AA2; }
      .form .form-group.textarea textarea {
        height: 180px; }

.about-section1 {
  padding-bottom: 100px;
  background-image: url(../_img/about/about_bg_big.png);
  background-repeat: no-repeat;
  background-size: 100% 155px;
  background-position: 50% 100%; }

.project-list {
  counter-reset: num; }
  .project-list .project {
    position: relative; }
    @media (max-width: 991.98px) {
      .project-list .project {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .project-list .content {
    background-color: rgba(0, 90, 162, 0.5);
    padding: 50px 20px;
    height: 100%;
    position: relative;
    z-index: 1000; }
    .project-list .content:before {
      counter-increment: num;
      content: counter(num);
      position: absolute;
      left: 5%;
      bottom: 5%;
      font-size: 10rem;
      line-height: 1;
      opacity: .1; }

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