body {
  position: relative;
  background-color: #000; }
  body .navs {
    position: fixed;
    z-index: 99999;
    top: 115px;
    right: 0;
    width: 195px;
    padding: 0;
    list-style-type: none; }
    body .navs .li {
      transition: all 0.4s;
      margin-left: auto;
      margin-bottom: 10px;
      width: 185px;
      position: relative;
      display: block; }
      body .navs .li .li-link {
        transition: all 0.4s;
        display: block;
        padding: 12px;
        background-color: rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.8);
        font-size: 15.6px; }
        body .navs .li .li-link i {
          margin-right: 10px; }
      body .navs .li:hover {
        transition: all 0.4s;
        width: 195px; }
        body .navs .li:hover .li-link {
          color: #fff;
          text-decoration: none;
          background-color: #000; }
    body .navs .ol {
      transition: all 0.4s;
      margin-left: auto;
      margin-top: 15px;
      margin-bottom: 10px;
      width: 135px;
      position: relative;
      display: block; }
      body .navs .ol .ol-link {
        transition: all 0.4s;
        display: block;
        padding: 10px 8px 7px 11px;
        background-color: #005EB8;
        text-transform: uppercase;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8); }
        body .navs .ol .ol-link i {
          margin-right: 10px; }
      body .navs .ol:hover {
        transition: all 0.4s;
        width: 145px; }
        body .navs .ol:hover .ol-link {
          color: #fff;
          text-decoration: none;
          background-color: #005EB8; }
  body .navs-in {
    position: fixed;
    z-index: 99999;
    top: 115px;
    right: 385px;
    width: 195px;
    padding: 0;
    list-style-type: none; }
    body .navs-in .li {
      transition: all 0.4s;
      margin-left: auto;
      margin-bottom: 10px;
      width: 185px;
      position: relative;
      display: block; }
      body .navs-in .li .li-link {
        transition: all 0.4s;
        display: block;
        padding: 12px;
        background-color: rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.8);
        font-size: 15.6px; }
        body .navs-in .li .li-link i {
          margin-right: 10px; }
      body .navs-in .li:hover {
        transition: all 0.4s;
        width: 195px; }
        body .navs-in .li:hover .li-link {
          color: #fff;
          text-decoration: none;
          background-color: #000; }
    body .navs-in .ol {
      transition: all 0.4s;
      margin-left: auto;
      margin-top: 15px;
      margin-bottom: 10px;
      width: 135px;
      position: relative;
      display: block; }
      body .navs-in .ol .ol-link {
        transition: all 0.4s;
        display: block;
        padding: 10px 8px 7px 11px;
        background-color: #005EB8;
        text-transform: uppercase;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8); }
        body .navs-in .ol .ol-link i {
          margin-right: 10px; }
      body .navs-in .ol:hover {
        transition: all 0.4s;
        width: 145px; }
        body .navs-in .ol:hover .ol-link {
          color: #fff;
          text-decoration: none;
          background-color: #005EB8; }
  body .n-have {
    transition: all 0.7s;
    width: 195px;
    position: fixed;
    z-index: 9999; }
  body .n-d-have {
    transition: all 0.7s;
    width: 0;
    position: fixed;
    z-index: 9999; }
  body .right-navs {
    position: fixed;
    width: 0;
    top: 0;
    right: 0%;
    z-index: 800;
    transition: all 0.6s; }
    body .right-navs .navs-close {
      opacity: 0;
      width: calc(100% - 385px);
      height: 100vh;
      position: relative;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.71); }
    body .right-navs .right-menu {
      position: relative;
      width: 0;
      right: -58px;
      display: none;
      padding: 58px;
      height: 100vh;
      background-color: #000; }
      body .right-navs .right-menu h1 {
        color: red; }
  body .right-navs-open {
    width: 100%; }
    body .right-navs-open .navs-close {
      opacity: 1;
      animation-name: keyframes2;
      animation-iteration-count: 1;
      animation-duration: 0.7s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
@keyframes keyframes2 {
  0% {
    opacity: 0;
    display: none; }
  75% {
    opacity: 0.1;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }
    body .right-navs-open .right-menu {
      position: absolute;
      top: 0;
      right: 0;
      height: 100vh;
      animation-name: keyframes;
      animation-iteration-count: 1;
      animation-duration: 0.7s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      display: block;
      overflow: auto;
      transition-delay: 2s; }
      body .right-navs-open .right-menu::-webkit-scrollbar {
        display: none; }
      body .right-navs-open .right-menu .removed {
        position: absolute;
        right: 25px;
        top: 10px;
        font-size: 25px;
        color: #fff; }
        body .right-navs-open .right-menu .removed:hover {
          text-decoration: none; }
      body .right-navs-open .right-menu .right-menu-in {
        width: 100%;
        display: block;
        transition-delay: 2s;
        color: #fff; }
        body .right-navs-open .right-menu .right-menu-in .menu-right {
          display: block;
          width: 100%;
          transition-delay: 2s; }
          body .right-navs-open .right-menu .right-menu-in .menu-right .link1 {
            padding: 0;
            list-style-type: none;
            border-top: 2px solid #2c2c33; }
            body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li {
              border-bottom: 2px solid #2c2c33; }
              body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li a {
                font-size: 17px;
                padding: 5px 14.400px 5px 0;
                transition: all 0.3s;
                display: inline-block;
                margin-bottom: 1px;
                color: #fff;
                width: 87%; }
                body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li a:hover {
                  text-decoration: none;
                  padding-left: 15px;
                  background-color: #2c2c33;
                  color: #fff; }
              body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li .btns {
                display: inline-block;
                width: 13%;
                float: right;
                height: 100%;
                background-color: #16161a;
                color: #fff;
                border-radius: 0;
                border: none;
                padding: 6.5px 0px; }
                body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li .btns i {
                  color: #fff; }
              body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li ul {
                padding-left: 20px;
                list-style-type: none; }
                body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li ul li {
                  border-top: 2px solid #2c2c33;
                  border-bottom: none;
                  width: 100%;
                  display: block; }
                  body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li ul li a {
                    font-size: 16px;
                    padding: 5px 14.400px 5px 0;
                    transition: all 0.3s;
                    display: block;
                    width: 100%;
                    margin-bottom: 1px;
                    color: #bbb; }
                    body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li ul li a:hover {
                      text-decoration: none;
                      padding-left: 15px;
                      background-color: #2c2c33;
                      color: #fff; }
          body .right-navs-open .right-menu .right-menu-in .menu-right .link2 {
            padding-left: 0;
            list-style-type: none; }
            body .right-navs-open .right-menu .right-menu-in .menu-right .link2 li {
              width: 100%;
              display: block; }
              body .right-navs-open .right-menu .right-menu-in .menu-right .link2 li a {
                font-size: 14px;
                padding: 5px 14.400px 5px 0;
                transition: all 0.3s;
                display: inline-block;
                margin-bottom: 1px;
                color: #bbb; }
                body .right-navs-open .right-menu .right-menu-in .menu-right .link2 li a:hover {
                  text-decoration: none;
                  padding-left: 15px;
                  color: #fff; }
        body .right-navs-open .right-menu .right-menu-in .search-right {
          width: 100%; }
          body .right-navs-open .right-menu .right-menu-in .search-right .search-inputs {
            width: 100%;
            position: relative; }
            body .right-navs-open .right-menu .right-menu-in .search-right .search-inputs form {
              width: 100%;
              position: relative;
              display: block; }
              body .right-navs-open .right-menu .right-menu-in .search-right .search-inputs form .form-controls {
                position: relative;
                border-radius: 0;
                width: 100%;
                display: block;
                border: 7px solid #2c2c33;
                border-bottom: none;
                line-height: 2.5;
                font-size: 20px;
                color: #2c2c33;
                padding: 0 5px; }
              body .right-navs-open .right-menu .right-menu-in .search-right .search-inputs form .btns {
                background-color: #2c2c33;
                position: relative;
                display: block;
                width: 100%;
                border: 7px solid #2c2c33;
                line-height: 2.5;
                border-radius: 0;
                color: #fff; }
          body .right-navs-open .right-menu .right-menu-in .search-right h1 {
            font-size: 22px;
            color: #fff;
            margin-bottom: 5px;
            margin-top: 20px;
            font-weight: 700; }
          body .right-navs-open .right-menu .right-menu-in .search-right .link1 {
            padding: 0;
            list-style-type: none;
            border-top: 2px solid #2c2c33; }
            body .right-navs-open .right-menu .right-menu-in .search-right .link1 li {
              border-bottom: 2px solid #2c2c33; }
              body .right-navs-open .right-menu .right-menu-in .search-right .link1 li a {
                font-size: 17px;
                padding: 5px 14.400px 5px 0;
                transition: all 0.3s;
                display: inline-block;
                margin-bottom: 1px;
                width: 100%;
                color: #b4b2ad; }
                body .right-navs-open .right-menu .right-menu-in .search-right .link1 li a:hover {
                  text-decoration: none;
                  padding-left: 15px;
                  background-color: #2c2c33;
                  color: #fff; }
        body .right-navs-open .right-menu .right-menu-in .apllVisit {
          display: none; }
        body .right-navs-open .right-menu .right-menu-in .news-right {
          position: relative; }
          body .right-navs-open .right-menu .right-menu-in .news-right .link1 {
            padding: 0;
            list-style-type: none; }
            body .right-navs-open .right-menu .right-menu-in .news-right .link1 li {
              border-bottom: 2px solid #2c2c33; }
              body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a {
                font-size: 17px;
                padding: 5px 14.400px 0px 0;
                transition: all 0.3s;
                display: inline-block;
                margin-bottom: 1px;
                width: 100%;
                color: #b4b2ad; }
                body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a h5 {
                  font-weight: 700;
                  margin-bottom: 0px; }
                body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a:hover {
                  text-decoration: none;
                  padding-left: 15px;
                  background-color: #2c2c33;
                  color: #fff; }
                body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .img {
                  width: 60px;
                  height: 60px;
                  position: relative;
                  overflow: hidden;
                  display: inline-block; }
                body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .text {
                  width: 68%;
                  display: inline-block;
                  font-size: 14px;
                  word-break: keep-all;
                  max-height: 60px;
                  text-overflow: clip;
                  overflow: hidden; }
                  body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .text p {
                    font-size: 14px;
                    word-break: keep-all;
                    max-height: 30px;
                    text-overflow: clip;
                    overflow: hidden;
                    margin-bottom: 0;
                    line-height: 1;
                    padding-bottom: 0; }
                  body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .text .date {
                    display: inline-block; }
            body .right-navs-open .right-menu .right-menu-in .news-right .link1 .more-news {
              border-bottom: 0; }
              body .right-navs-open .right-menu .right-menu-in .news-right .link1 .more-news a {
                padding: 5px 14.400px 5px 0;
                font-size: 15px; }
          body .right-navs-open .right-menu .right-menu-in .news-right .footers {
            text-align: center; }
            body .right-navs-open .right-menu .right-menu-in .news-right .footers .seticons a {
              color: #fff;
              margin-right: 5px; }
              body .right-navs-open .right-menu .right-menu-in .news-right .footers .seticons a:hover i {
                color: #005eb8; }
              body .right-navs-open .right-menu .right-menu-in .news-right .footers .seticons a i {
                font-size: 24px; }
@keyframes keyframes {
  0% {
    width: 0%;
    padding: 0; }
  75% {
    width: 415px;
    padding: 58px; }
  100% {
    width: 385px;
    padding: 58px; } }
  body .right-navs-close {
    width: 0;
    transition-delay: 2s;
    transition: all 0.7s; }
    body .right-navs-close .navs-close {
      animation-name: keyframes22;
      animation-iteration-count: 1;
      animation-duration: 0.7s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
@keyframes keyframes22 {
  0% {
    opacity: 1;
    display: block; }
  75% {
    opacity: 0.1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
    body .right-navs-close .right-menu {
      position: absolute;
      top: 0;
      right: 0;
      width: 385px;
      animation-name: keyframes3;
      animation-iteration-count: 1;
      animation-duration: 0.3s;
      animation-delay: 0.4s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      display: block; }
@keyframes keyframes3 {
  0% {
    width: 385px;
    padding: 58px; }
  75% {
    width: 415px;
    padding: 58px; }
  100% {
    width: 0%;
    padding: 0;
    right: -385px; } }
  body main {
    background-color: #fff; }
    body main .aboutka-1 {
      background-image: url("../img/campus life.JPG");
      background-position: center center;
      background-size: 100% auto;
      height: 75vh;
      position: relative; }
      body main .aboutka-1 .dots {
        background-image: url("../img/dot-matrix_03-1b37f2ee63.png");
        background-repeat: repeat;
        background-color: rgba(0, 94, 184, 0.38);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0; }
      body main .aboutka-1 .brand {
        position: absolute;
        top: 0;
        left: 0;
        padding: 50px 50px 40px 50px;
        z-index: 1;
        width: 20%;}
        body main .aboutka-1 .brand img {
          width: 100%;
          height: auto; }
      body main .aboutka-1 .menus {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 333;
        background-color: rgba(0, 92, 191, 0.84);
        height: 57px;
        width: 57px;
        text-align: center;
        transition: all 0.4s; }
        body main .aboutka-1 .menus .fa-bars {
          color: #fff;
          font-size: 18px;
          border: none;
          line-height: 57px; }
        body main .aboutka-1 .menus:hover {
          transition: all 0.4s;
          background-color: #000;
          width: 70px; }
          body main .aboutka-1 .menus:hover .fa-bars {
            color: #fff;
            text-decoration: none; }
      body main .aboutka-1 .m-have {
        transition: all 0.7s;
        width: 57px;
        opacity: 1; }
      body main .aboutka-1 .n-d-have {
        transition: all 0.7s;
        width: 0;
        opacity: 0; }
      body main .aboutka-1 .container {
        position: relative; }
        body main .aboutka-1 .container .titles {
          width: 100%;
          z-index: 1;
          text-align: center;
          color: #fff;
          padding-top: 20vh; }
          body main .aboutka-1 .container .titles .title {
            font-size: 77px;
            font-weight: 100;
            text-transform: uppercase; }
          body main .aboutka-1 .container .titles .address {
            background-color: #005eb8;
            padding: 5px 10px;
            font-size: 19px;
            display: inline-block;
            margin-top: 15px; }
            body main .aboutka-1 .container .titles .address a {
              display: inline-block;
              color: #fff;
              text-decoration-color: #000;
              position: relative;
              margin-top: 0;
              font-weight: 400; }
              body main .aboutka-1 .container .titles .address a:after {
                width: 100%;
                background-color: #000;
                height: 2px;
                content: '';
                position: absolute;
                bottom: -2px;
                opacity: 0;
                transition: all 0.4s;
                left: 0; }
              body main .aboutka-1 .container .titles .address a:hover {
                text-decoration: none; }
                body main .aboutka-1 .container .titles .address a:hover:after {
                  opacity: 1;
                  transition: all 0.4s; }
            body main .aboutka-1 .container .titles .address p {
              display: inline-block;
              margin: 0 5px;
              font-weight: 600; }
    body main .kontent-2 .container {
      padding-top: 30px;
      padding-bottom: 50px; }
      body main .kontent-2 .container .row .col-3 {
        position: relative; }
        body main .kontent-2 .container .row .col-3 .container-fluid {
          padding: 0;
          width: 100%;
          list-style-type: none;
          border-top: 2px solid #e5e2e0; }
          body main .kontent-2 .container .row .col-4 .menulist1 li {
            border-bottom: 2px solid #e5e2e0; font-weight: bold;}
            body main .kontent-2 .container .row .col-4 .menulist1 li a {
              font-size: 17px;
              padding: 5px 14.400px 5px 0;
              transition: all 0.5s;
              display: inline-block;
              margin-bottom: 1px;
              color: #434343;
              width: 100%;
              font-weight: 500; }
              body main .kontent-2 .container .row .col-4 .menulist1 li a:hover {
                text-decoration: none;
                padding-left: 15px;
                background-color: #e5e2e0;
                color: #000; }
            body main .kontent-2 .container .row .col-4 .menulist1 li .active {
              color: #005eb8;
              text-decoration: underline;
              font-weight: 700; }
              body main .kontent-2 .container .row .col-4 .menulist1 li .active:hover {
                text-decoration: underline; }
            body main .kontent-2 .container .row .col-4 .menulist1 li ul {
              padding-left: 20px;
              list-style-type: none; }
              body main .kontent-2 .container .row .col-4 .menulist1 li ul li {
                border-top: 2px solid #e5e2e0;
                border-bottom: none;
                width: 100%;
                display: block; }
                body main .kontent-2 .container .row .col-4 .menulist1 li ul li a {
                  font-size: 16px;
                  padding: 5px 14.400px 5px 0;
                  transition: all 0.5s;
                  display: block;
                  width: 100%;
                  margin-bottom: 1px;
                  color: #434343; }
                  body main .kontent-2 .container .row .col-4 .menulist1 li ul li a:hover {
                    text-decoration: none;
                    padding-left: 15px;
                    background-color: #e5e2e0;
                    color: #000; }
        body main .kontent-2 .container .row .col-4:after {
          content: '';
          position: absolute;
          right: -15px;
          top: 0;
          bottom: 0;
          height: 100%;
          width: 2px;
          background-color: #e5e2e0; }
      body main .kontent-2 .container .row .col-8 {
        width: 100%;
        font-weight: 500; }
        body main .kontent-2 .container .row .col-8 .textkontent1 {
          padding-left: 25px; }
          body main .kontent-2 .container .row .col-8 .textkontent1 p {
            font-size: 19px; }
            body main .kontent-2 .container .row .col-8 .textkontent1 p a {
              color: #000;
              text-decoration: none;
              border-bottom: 2px solid #005eb8;
              transition: all 0.5s; }
              body main .kontent-2 .container .row .col-8 .textkontent1 p a:hover {
                background-color: #005eb8;
                transition: all 0.5s;
                color: #fff; }
          body main .kontent-2 .container .row .col-8 .textkontent1 blockquote {
            border-left: 5px solid #005eb8;
            font-size: 19px;
            padding-left: 20px;
            font-style: italic;
            margin: 20px; }
    body main footer {
      padding-top: 100px;
      padding-bottom: 70px;
      background-image: url("../img/footerBack.png");
      background-color: #000;
      background-position: center right;
      color: #fff; }
      body main footer .container .row .col1 .brand {
        width: 80%;
        height: auto; }
        body main footer .container .row .col1 .brand img {
          width: 100%;
          height: auto; }
      body main footer .container .row .col1 p {
        margin-top: 40px; }
      body main footer .container .row .col1 .social {
        margin-top: 50px; }
        body main footer .container .row .col1 .social a {
          background-color: rgba(0, 0, 0, 0.44);
          border-radius: 50%;
          text-align: center;
          width: 40px;
          height: 40px;
          line-height: 45px;
          display: inline-block;
          margin-left: 5px;
          transition: all 0.5s; }
          body main footer .container .row .col1 .social a i {
            font-size: 22px;
            color: #fff; }
          body main footer .container .row .col1 .social a:hover {
            background-color: #005eb8;
            color: #fff;
            transition: all 0.5s; }
      body main footer .container .row .col2 h5 {
        margin-bottom: 30px; }
      body main footer .container .row .col2 .link1 {
        padding: 0;
        list-style-type: none;
        width: 100%; }
        body main footer .container .row .col2 .link1 li {
          width: 100%;
          margin-bottom: 20px; }
          body main footer .container .row .col2 .link1 li a {
            font-size: 17px;
            padding: 5px 14.400px 0px 0;
            transition: all 0.3s;
            display: inline-block;
            margin-bottom: 1px;
            width: 100%;
            color: #fff; }
            body main footer .container .row .col2 .link1 li a h5 {
              font-weight: 700;
              margin-bottom: 0px; }
            body main footer .container .row .col2 .link1 li a .img {
              width: 60px;
              height: 60px;
              position: relative;
              overflow: hidden;
              display: inline-block;
              margin-right: 10px; }
            body main footer .container .row .col2 .link1 li a .text {
              width: 75%;
              display: inline-block;
              font-size: 14px;
              word-break: keep-all;
              max-height: 60px;
              text-overflow: clip;
              overflow: hidden; }
              body main footer .container .row .col2 .link1 li a .text p {
                font-size: 14px;
                word-break: keep-all;
                max-height: 30px;
                text-overflow: clip;
                overflow: hidden;
                line-height: 1;
                margin-bottom: 10px;
                padding-bottom: 0; }
              body main footer .container .row .col2 .link1 li a .text .date {
                display: inline-block; }
                body main footer .container .row .col2 .link1 li a .text .date i {
                  margin-right: 3px;
                  margin-left: 3px; }
            body main footer .container .row .col2 .link1 li a:hover {
              text-decoration: none;
              color: #005eb8; }
      body main footer .container .row .col3 h5 {
        margin-bottom: 30px; }
      body main footer .container .row .col3 a {
        text-decoration: none;
        color: #fff;
        display: block;
        margin-bottom: 15px; }
        body main footer .container .row .col3 a:hover {
          text-decoration: none;
          color: #005eb8; }
      body main footer .container .row .col4 h5 {
        margin-bottom: 30px; }
      body main footer .container .row .col4 .qu1 {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        margin-bottom: 20px; }
        body main footer .container .row .col4 .qu1 i {
          display: inline-table;
          margin-right: 15px; }
        body main footer .container .row .col4 .qu1 .address {
          width: calc(100% - 35px);
          display: inline-table; }
      body main footer .container .row .col-12 {
        text-align: center;
        width: 100%;
        margin-top: 70px; }
  body .bodies {
    animation-name: keyframes12;
    animation-iteration-count: 1;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out; }
@keyframes keyframes12 {
  0% {
    -webkit-transform: translateX(-385px);
    -moz-transform: translateX(-385px);
    -ms-transform: translateX(-385px);
    -o-transform: translateX(-385px);
    transform: translateX(-385px); }
  75% {
    -webkit-transform: translateX(-415px);
    -moz-transform: translateX(-415px);
    -ms-transform: translateX(-415px);
    -o-transform: translateX(-415px);
    transform: translateX(-415px); }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }
  body .margin-right {
    animation-name: keyframes1;
    animation-iteration-count: 1;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
@keyframes keyframes1 {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  75% {
    -webkit-transform: translateX(-415px);
    -moz-transform: translateX(-415px);
    -ms-transform: translateX(-415px);
    -o-transform: translateX(-415px);
    transform: translateX(-415px); }
  100% {
    -webkit-transform: translateX(-385px);
    -moz-transform: translateX(-385px);
    -ms-transform: translateX(-385px);
    -o-transform: translateX(-385px);
    transform: translateX(-385px); } }
@media only screen and (max-width: 500px) {
  body .navs {
    display: none; }
  body .right-navs-open .navs-close {
    width: 0; }
  body .right-navs-open .right-menu {
    width: 100%; }
    body .right-navs-open .right-menu .right-menu-in .apllVisit {
      display: block;
      margin-bottom: 30px; }
      body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 {
        padding-left: 0;
        text-align: center; }
        body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 a {
          width: 100%;
          color: #fff;
          text-decoration: none;
          background-color: #005EB8;
          padding: 5px;
          margin: 0;
          font-size: 75%;
          display: inline-block; }
          body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 a:hover {
            text-decoration: none; }
    body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .text {
      width: 58%;
      overflow: inherit; }
      body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .text .date {
        width: 120%; }
  @keyframes keyframes {
    0% {
      width: 0%;
      padding: 0; }
    100% {
      width: 100%;
      padding: 58px; } }
  body main .aboutka-1 {
    background-repeat: no-repeat;
    background-size: auto 100%; }
    body main .aboutka-1 .menus {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 333;
      background-color: rgba(0, 92, 191, 0.84);
      height: 57px;
      width: 57px;
      text-align: center;
      transition: all 0.4s; }
      body main .aboutka-1 .menus .fa-bars {
        color: #fff;
        font-size: 18px;
        border: none;
        line-height: 57px; }
      body main .aboutka-1 .menus:hover {
        transition: all 0.4s;
        background-color: #000;
        width: 70px; }
        body main .aboutka-1 .menus:hover .fa-bars {
          color: #fff;
          text-decoration: none; }
    body main .aboutka-1 .m-have {
      transition: all 0.7s;
      width: 57px; }
    body main .aboutka-1 .n-d-have {
      transition: all 0.7s;
      width: 0; }
    body main .aboutka-1 .brand {
      padding: 20px 20px 20px 20px;
      width: 40%; }
    body main .aboutka-1 .container {
      max-width: 100%;
      width: 100%; }
      body main .aboutka-1 .container .titles {
        padding-top: 35vh; }
        body main .aboutka-1 .container .titles .title {
          font-size: 50px; }
        body main .aboutka-1 .container .titles .address {
          font-size: 15px; }
  body main .kontent-2 .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0; }
    body main .kontent-2 .container .row {
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      display: block; }
      body main .kontent-2 .container .row .col-3, body main .kontent-2 .container .row .col-9 {
        width: 100%;
        max-width: 100%;
        display: block; }
        body main .kontent-2 .container .row .col-3 .menulist1 li a, body main .kontent-2 .container .row .col-9 .menulist1 li a {
          font-size: 16px; }
        body main .kontent-2 .container .row .col-3 .menulist1 li ul li a, body main .kontent-2 .container .row .col-9 .menulist1 li ul li a {
          font-size: 15px; }
        body main .kontent-2 .container .row .col-3:after, body main .kontent-2 .container .row .col-9:after {
          display: none; }
        body main .kontent-2 .container .row .col-3 .textkontent1, body main .kontent-2 .container .row .col-9 .textkontent1 {
          padding-left: 0;
          padding-top: 30px; }
          body main .kontent-2 .container .row .col-3 .textkontent1 p, body main .kontent-2 .container .row .col-9 .textkontent1 p {
            font-size: 16px;
            text-align: justify; }
          body main .kontent-2 .container .row .col-3 .textkontent1 blockquote, body main .kontent-2 .container .row .col-9 .textkontent1 blockquote {
            font-size: 16px;
            margin: 0;
            margin-bottom: 15px;
            text-align: justify;
            font-weight: 700; }
  body main footer {
    padding-top: 70px; }
    body main footer .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%; }
      body main footer .container .row {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0; }
        body main footer .container .row .col-3 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
        body main footer .container .row .col-4 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
        body main footer .container .row .col-2 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
        body main footer .container .row .col-12 {
          width: 100%;
          max-width: 100%;
          display: block; }
        body main footer .container .row .col2 .link1 li a .text {
          width: 65%; } }
@media only screen and (min-width: 501px) and (max-width: 600px) {
  body .navs {
    display: none; }
  body .right-navs-open .navs-close {
    width: 0; }
  body .right-navs-open .right-menu {
    width: 100%; }
    body .right-navs-open .right-menu .right-menu-in .apllVisit {
      display: block;
      margin-bottom: 30px; }
      body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 {
        padding-left: 0;
        text-align: center; }
        body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 a {
          width: 100%;
          color: #fff;
          text-decoration: none;
          background-color: #005EB8;
          padding: 5px;
          margin: 0;
          font-size: 1rem;
          display: inline-block; }
          body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 a:hover {
            text-decoration: none; }
  @keyframes keyframes {
    0% {
      width: 0%;
      padding: 0; }
    100% {
      width: 100%;
      padding: 58px; } }
  body main .aboutka-1 {
    background-repeat: no-repeat;
    background-size: auto 100%; }
    body main .aboutka-1 .menus {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 333;
      background-color: rgba(0, 92, 191, 0.84);
      height: 57px;
      width: 57px;
      text-align: center;
      transition: all 0.4s; }
      body main .aboutka-1 .menus .fa-bars {
        color: #fff;
        font-size: 18px;
        border: none;
        line-height: 57px; }
      body main .aboutka-1 .menus:hover {
        transition: all 0.4s;
        background-color: #000;
        width: 70px; }
        body main .aboutka-1 .menus:hover .fa-bars {
          color: #fff;
          text-decoration: none; }
    body main .aboutka-1 .m-have {
      transition: all 0.7s;
      width: 57px; }
    body main .aboutka-1 .n-d-have {
      transition: all 0.7s;
      width: 0; }
    body main .aboutka-1 .brand {
      padding: 20px 20px 20px 20px;
      width: 60%; }
    body main .aboutka-1 .container {
      max-width: 100%;
      width: 100%; }
      body main .aboutka-1 .container .titles {
        padding-top: 35vh; }
        body main .aboutka-1 .container .titles .title {
          font-size: 55px; }
        body main .aboutka-1 .container .titles .address {
          font-size: 17px; }
  body main .kontent-2 .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    body main .kontent-2 .container .row {
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      display: block; }
      body main .kontent-2 .container .row .col-3, body main .kontent-2 .container .row .col-9 {
        width: 100%;
        max-width: 100%;
        display: block; }
        body main .kontent-2 .container .row .col-3 .menulist1 li a, body main .kontent-2 .container .row .col-9 .menulist1 li a {
          font-size: 16px; }
        body main .kontent-2 .container .row .col-3 .menulist1 li ul li a, body main .kontent-2 .container .row .col-9 .menulist1 li ul li a {
          font-size: 15px; }
        body main .kontent-2 .container .row .col-3:after, body main .kontent-2 .container .row .col-9:after {
          display: none; }
        body main .kontent-2 .container .row .col-3 .textkontent1, body main .kontent-2 .container .row .col-9 .textkontent1 {
          padding-left: 0;
          padding-top: 30px; }
          body main .kontent-2 .container .row .col-3 .textkontent1 p, body main .kontent-2 .container .row .col-9 .textkontent1 p {
            font-size: 16px;
            text-align: justify; }
          body main .kontent-2 .container .row .col-3 .textkontent1 blockquote, body main .kontent-2 .container .row .col-9 .textkontent1 blockquote {
            font-size: 16px;
            margin: 0;
            margin-bottom: 15px;
            text-align: justify;
            font-weight: 700; }
  body main footer {
    padding-top: 70px; }
    body main footer .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%; }
      body main footer .container .row {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0; }
        body main footer .container .row .col-3 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
        body main footer .container .row .col-4 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
          body main footer .container .row .col-4 .link1 li a .text {
            width: 70%; }
        body main footer .container .row .col-2 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
        body main footer .container .row .col-12 {
          width: 100%;
          max-width: 100%;
          display: block; }
        body main footer .container .row .col1 {
          width: auto;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
          body main footer .container .row .col1 .brand {
            position: relative; }
            body main footer .container .row .col1 .brand img {
              width: 60%; } }
@media only screen and (min-width: 601px) and (max-width: 800px) {
  body .navs {
    top: 20px; }
  body .right-navs-open .right-menu {
    width: 100%; }
  body main .aboutka-1 {
    background-repeat: no-repeat;
    background-size: auto 100%; }
    body main .aboutka-1 .menus {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 333;
      background-color: rgba(0, 92, 191, 0.84);
      height: 57px;
      width: 57px;
      text-align: center;
      transition: all 0.4s; }
      body main .aboutka-1 .menus .fa-bars {
        color: #fff;
        font-size: 18px;
        border: none;
        line-height: 57px; }
      body main .aboutka-1 .menus:hover {
        transition: all 0.4s;
        background-color: #000;
        width: 70px; }
        body main .aboutka-1 .menus:hover .fa-bars {
          color: #fff;
          text-decoration: none; }
    body main .aboutka-1 .m-have {
      transition: all 0.7s;
      width: 57px; }
    body main .aboutka-1 .n-d-have {
      transition: all 0.7s;
      width: 0; }
    body main .aboutka-1 .brand {
      padding: 20px 20px 20px 20px; }
    body main .aboutka-1 .container {
      max-width: 100%;
      width: 100%; }
      body main .aboutka-1 .container .titles {
        padding-top: 35vh; }
        body main .aboutka-1 .container .titles .title {
          font-size: 65px; }
        body main .aboutka-1 .container .titles .address {
          font-size: 17px; }
  body main .kontent-2 .container {
    width: 100%;
    max-width: 100%; }
    body main .kontent-2 .container .row .col-3 .menulist1 li a, body main .kontent-2 .container .row .col-9 .menulist1 li a {
      font-size: 13px; }
    body main .kontent-2 .container .row .col-3 .menulist1 li ul li a, body main .kontent-2 .container .row .col-9 .menulist1 li ul li a {
      font-size: 12px; }
    body main .kontent-2 .container .row .col-3 .textkontent1 p, body main .kontent-2 .container .row .col-9 .textkontent1 p {
      font-size: 15px;
      text-align: justify; }
    body main .kontent-2 .container .row .col-3 .textkontent1 blockquote, body main .kontent-2 .container .row .col-9 .textkontent1 blockquote {
      font-size: 16px;
      margin: 0;
      margin-bottom: 15px;
      text-align: justify;
      font-weight: 700; }
  body main footer {
    padding-top: 70px; }
    body main footer .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%; }
      body main footer .container .row {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0; }
        body main footer .container .row .col-3 {
          width: 49%;
          max-width: 49%;
          display: inline-block;
          margin-bottom: 20px; }
        body main footer .container .row .col-4 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
          body main footer .container .row .col-4 .link1 li a .text {
            width: 70%; }
        body main footer .container .row .col-2 {
          width: 49%;
          max-width: 49%;
          display: inline-block;
          margin-bottom: 20px; }
        body main footer .container .row .col-12 {
          width: 100%;
          max-width: 100%;
          display: block; }
        body main footer .container .row .col1 {
          width: auto;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
          body main footer .container .row .col1 .brand {
            position: relative; }
            body main footer .container .row .col1 .brand img {
              width: 50%; } }
@media only screen and (min-width: 801px) and (max-width: 990px) {
  body .navs {
    top: 20px; }
  body .right-navs-open .right-menu {
    width: 100%; }
  body main .aboutka-1 .menus {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 333;
    background-color: rgba(0, 92, 191, 0.84);
    height: 57px;
    width: 57px;
    text-align: center;
    transition: all 0.4s; }
    body main .aboutka-1 .menus .fa-bars {
      color: #fff;
      font-size: 18px;
      border: none;
      line-height: 57px; }
    body main .aboutka-1 .menus:hover {
      transition: all 0.4s;
      background-color: #000;
      width: 70px; }
      body main .aboutka-1 .menus:hover .fa-bars {
        color: #fff;
        text-decoration: none; }
  body main .aboutka-1 .m-have {
    transition: all 0.7s;
    width: 57px; }
  body main .aboutka-1 .n-d-have {
    transition: all 0.7s;
    width: 0; }
  body main .aboutka-1 .brand {
    padding: 20px 20px 20px 20px; }
  body main .aboutka-1 .container {
    max-width: 100%;
    width: 100%; }
    body main .aboutka-1 .container .titles {
      padding-top: 25vh; }
      body main .aboutka-1 .container .titles .title {
        font-size: 65px; }
      body main .aboutka-1 .container .titles .address {
        font-size: 17px; }
  body main .kontent-2 .container {
    width: 100%;
    max-width: 100%; }
    body main .kontent-2 .container .row .col-3 .textkontent1 p, body main .kontent-2 .container .row .col-9 .textkontent1 p {
      text-align: justify; }
    body main .kontent-2 .container .row .col-3 .textkontent1 blockquote, body main .kontent-2 .container .row .col-9 .textkontent1 blockquote {
      margin: 0;
      margin-bottom: 15px;
      text-align: justify;
      font-weight: 700; }
  body main footer {
    padding-top: 70px; } }
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  body .right-navs-open .right-menu {
    width: 100%; }
  body footer .container .row .col2 .link1 li a .text {
    width: 70%; } }

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