.center.frame {
  padding-bottom: 0;
}
.center.frame .container {
    min-width: 690px;
}
.center.frame .panel {
  width: 690px;
  margin: 0 auto 40px auto;
}
.center.frame .panel .title {
  margin-top: 50px;
  margin-bottom: 30px;
}
.center.frame a.more {
  display: inline-block;
  font-size: 24px;
  padding: 0 70px;
  line-height: 60px;
  height: 64px;
  margin-top: 40px;
  margin-bottom: 85px;
  margin-bottom: 85px;
  border-radius: 6px;
  background-color: #ff00af;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(255,0,175,0.35);
}

#banner {
  height: 460px;
}

#demand {
  background-color: #3020cd;
  color: #fff;
}
#demand .title {
  margin-bottom: 70px;
}
#demand .content {
  height: 530px;
  justify-content: space-between;
  align-content: space-between;
}
#demand .wrapper {
  width: 330px;
  height: 250px;
  background-color: #4231ec;
  border-radius: 20px;
  text-align: justify;
  padding: 0 22px;
}
#demand .wrapper .sectitle {
  margin-top: -10px;
}
#demand .wrapper .description {
  font-size: 18px;
  margin: 5px 0;
  line-height: 30px;
}
#demand .wrapper .description [b] {
  color: #1efffc;
}
#demand .wrapper:nth-child(3n+1) .description [b] {
  color: #ffe43b;
}

#FAQ {
  background-color: #1d1d1d;
  color: #fff;
}
#FAQ .content {
  padding: 0;
}
#FAQ .wrapper {
  width: 220px;
}
#FAQ .content:nth-child(2) .wrapper {
  margin: 0 22.5px;
}
#FAQ .content:nth-child(3) {
  justify-content: space-between;
}
#FAQ .wrapper .icon {
  width: 140px;
  margin: auto;
  height: 140px;
}
#FAQ .wrapper .sectitle {
  font-size: 26px;
  font-weight: bold;
  line-height: 60px;
}
#FAQ .wrapper:nth-child(2n-1) .sectitle {
  color: #ff1e4d;
}
#FAQ .wrapper:nth-child(2n) .sectitle {
  color: #4e6efe;
}
#FAQ .wrapper .description {
  font-size: 18px;
  line-height: 26px;
}

#outline {
  background-color: #ebf2ff;
}
#outline .content {
  padding: 0;
  margin: auto;
}
#outline .content .table {
  position: relative;
}
#outline .content .table::after {
  content: " ";
  position: absolute;
  width: 135px;
  height: 17px;
  left: 240px;
  top: -17px;
  background-color: #ff0030;
  border-radius: 20px 20px 0 0;
}
#outline table {
  width: 690px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 6px 65px #99a9c6;
}
#outline thead {
  background-color: #8190ff;
}
#outline thead th >* {
  font-size: 20px;
  height: 60px;
  line-height: 66px;
}
#outline thead th:nth-child(2) >* {
  background-color: #ff0030;
  color: #fff;
  line-height: 44px;
}
#outline tbody tr:nth-child(2n-1) {
  background-color: #e6ebf5;
}
#outline tbody tr:nth-child(2n) {
  background-color: #d5deee;
}
#outline tbody td {
  font-size: 18px;
  line-height: 40px;
}
#outline tbody td img {
  vertical-align: middle;
}
#outline thead th:nth-child(1),
#outline tbody td:nth-child(1) {
  width: 240px;
  text-align: left;
  text-indent: 20px;
}
#outline tbody td:nth-child(2) {
  width: 135px;
}
#outline tbody tr:nth-child(2n-1) td:nth-child(2) {
  background-color: #ff6683;
}
#outline tbody tr:nth-child(2n) td:nth-child(2) {
  background-color: #ff0030;
}
#outline thead th:nth-child(3) >*,
#outline thead th:nth-child(4) >* {
  text-indent: 0.5em;
}
#outline tfoot {
  height: 30px;
  background-color: #8190ff;
  color: transparent;
}

#stages {
  background-color: #3020cd;
}
#stages .swiper-navigation {
  position: relative;
  z-index: 1;
  height: 60px;
  top: -60px;
}
#stages .swiper-navigation >* {
  width: 235px;
  height: 60px;
  margin-top: 0;
  top: 0;
  background-size: 30px 30px;
}
#stages .swiper-button-prev {
  left: 0;
  justify-content: flex-start;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3020cd+0,ffffff+100&1+0,0+55,0+100 */
  background: -moz-linear-gradient(left, rgba(48,32,205,1) 0%,transparent 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(48,32,205,1) 0%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(48,32,205,1) 0%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#stages .swiper-button-next {
  right: 0;
  justify-content: flex-end;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3020cd+0,ffffff+100&1+0,0+55,0+100 */
  background: -moz-linear-gradient(right, rgba(48,32,205,1) 0%,transparent 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(48,32,205,1) 0%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(48,32,205,1) 0%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#stages .gallery-thumbs {
  width: 690px;
}
#stages .gallery-thumbs .swiper-slide {
  width: 200px;
  height: 60px;
  font-size: 24px;
}
#stages .gallery-thumbs {
  background-image: url(../img/stages_navigation_bg.bmp);
  background-size: 1000px 3px;
}
#stages .gallery-thumbs .swiper-slide .wrapper {
  width: 150px;
  line-height: 54px;
  background-color: #21168d;
  color: #657bff;
  border-radius: 10px;
  transition: all .1s ease;
}
#stages .gallery-thumbs .swiper-slide-active {
  width: 220px;
}
#stages .gallery-thumbs .swiper-slide-active .wrapper {
  width: 220px;
  line-height: 60px;
  font-weight: bold;
  background-color: #ffe43b;
  color: #000;
}
#stages .gallery {
  margin-top: -10px;
}
#stages .gallery .wrapper {
  width: 100%;
  flex-direction: column;
}
#stages .gallery .wrapper >* {
  width: inherit;
}
#stages .misc {
  height: 302px;
  background-color: #fff;
}
#stages .misc .sectitle {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 0 32px;
  color: rgba(0,0,0,0.7);
  height: 65px;
  line-height: 80px;
}
#stages .misc .sectitle::after {
  content: ":"
}
#stages .misc .banner {
  position: relative;
  width: 363px;
  height: 217px;
  background-size: cover;
  float: left;
  margin-right: 24px;
}
#stages .misc .banner img {
  max-width: 100%;
}
#stages .misc .points {
  font-size: 18px;
  text-align: left;
  padding: 20px 30px;
}
#stages .misc .points >* {
  display: inline-block;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 .75em;
  border: solid 1px;
  margin-bottom: 10px;
}
#stages .misc .points >*:not(:last-child) {
  margin-right: 10px;
}
#stages .text-wrapper {
  height: 322px;
  background-color: #4231ec;
  padding: 20px 35px 20px 30px;
  counter-reset: stageDetails;
}
#stages .text-wrapper .paragraph {
  color: #9bbcff;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
#stages .text-wrapper .paragraph .label::before {
  content: counter(stageDetails) "\3001";
  counter-increment: stageDetails;
}
#stages .text-wrapper .paragraph .label::after {
  content: ": ";
}
#stages .text-wrapper .paragraph .description::after {
  content: "\3002";
}
#stages .text-wrapper .paragraph:not(:last-child) .label+.description::after {
  content: ";"
}
#stages .text-wrapper .paragraph:first-child .description::before {
  content: "\5B66\4E60\76EE\6807\FF1A";
}
#stages .text-wrapper dl.paragraph {
  margin: 0;
}

#projects {
  background-color: #1d1d1d;
}
#projects .content {
  height: 1640px;
  justify-content: space-between;
  align-content: space-between;
}
#projects .wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#projects .wrapper .picture {
  transition: all 0.25s ease;
}
#projects .wrapper:hover .picture {
  transform: scale(1.2);
}
#projects .wrapper .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: -50px;
  line-height: 50px;
  font-size: 22px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  text-align: left;
  letter-spacing: 0.04em;
  text-indent: 1.04em;
}

#results {
  background-color: #ebf2ff;
}
#results [tabs-keel=results] {
  width: 520px;
  margin: auto;
  justify-content: space-between;
}
#results [tabs-keel=results] >.tab {
  line-height: 36px;
  border-radius: 36px;
  font-size: 20px;
  padding: 0 0.75em;
  margin-bottom: 15px;
  color: #7c88ff;
  border: solid 2px;
  border-radius: 36px;
}
#results [tabs-keel=results] >.tab.active {
  background-color: #ff1e4d;
  color: #fff;
  border-color: #ff1e4d;
}
#results [tabs-panels-keel] >.tab-panel {
  display: block!important;
  visibility: hidden;
  height: 0;
}
#results [tabs-panels-keel] >.tab-panel.active {
  display: block!important;
  visibility: visible;
  height: inherit;
}
#results .swiper-container {
  width: 610px;
  height: 610px;
}
#results [tabs-panels-keel] >.tab-panel:nth-child(6) .swiper-container {
  height: 403px;
}
#results .swiper-slide {
  justify-content: space-between;
  align-content: space-between;
}
#results .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#results [tabs-panels-keel] >.tab-panel:nth-child(1) .wrapper,
#results [tabs-panels-keel] >.tab-panel:nth-child(4) .wrapper {
  width: 300px;
  height: 300px;
}
#results [tabs-panels-keel] >.tab-panel:nth-child(1) .wrapper,
#results [tabs-panels-keel] >.tab-panel:nth-child(4) .wrapper {
  width: 300px;
  height: 300px;
}
#results .swiper-navigation {
  position: relative;
}
#results .swiper-navigation >* {
  width: 69px;
  height: 69px;
  top: 290px;
  background-size: contain;
}
#results .swiper-button-prev {
  background-image: url(../img/results_prev.png);
}
#results .swiper-button-next {
  background-image: url(../img/results_next.png);
}
#results .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 30px;
}
#results .swiper-pagination-bullet {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 7px;
  background-color: #3020cd;
  color: #fff;
}

#salaries {
  background-color: #3020cd;
}
#salaries .table {
  position: relative;
}
#salaries .table::before,
#salaries .table::after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 67px;
  top: 0;
  background-color: #525aff;
}
#salaries .table::before {
  left: -20px;
  border-top-left-radius: 20px;
}
#salaries .table::after {
  right: -20px;
  border-top-right-radius: 20px;
}
#salaries table {
  width: inherit;
  margin: auto;
}
#salaries th {
  font-size: 20px;
  font-weight: bold;
  line-height: 67px;
  background-color: #525aff;
  color: #fff;
}
#salaries tbody {
  line-height: 40px;
  font-size: 16px;
}
#salaries tr:nth-child(2n-1) {
  background-color: #fff;
}
#salaries tr:nth-child(2n) {
  background-color: #e9eef4;
}
#salaries td:nth-child(6) {
  color: #ff6600;
  font-weight: bold;
}
#salaries .table {
  height: 667px;
  position: relative;
}
#salaries .table >*{
	position: absolute;
	left: 0;
	width: 100%;
}
#salaries .table .back {
	top: 0;
}
#salaries .table .back td {
	line-height: 0;
  overflow: hidden;
}
#salaries .table .front {
	position: absolute;
	top: 67px;
	height: 600px;
  background-color: transparent;
}
#salaries .table .front th {
  line-height: 0;
  overflow: hidden;
}
#salaries .note {
  font-size: 14px;
  line-height: 44px;
  text-align: right;
  color: #dcd9ff;
}
#salaries .description {
  margin: auto;
  color: #fff;
  text-align: left;
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
}

#alumn {
  background-color: #1d1d1d;
}
#alumn .swiper-slide {
  height: 280px;
}
#alumn .wrapper {
  width: 335px;
  padding: 0 10px;
  height: 260px;
  background-color: #3020cd;
  border-radius: 6px;
  margin-top: 20px;
}
#alumn .wrapper .video {
  width: 315px;
  position: relative;
  top: -20px;
  height: 230px;
  cursor: pointer;
}
#alumn .wrapper .text {
  font-size: 20px;
  line-height: 10px;
  color: #fff;
  text-align: center;
}
#alumn .swiper-navigation >* {
  width: 45px;
  height: 45px;
  background-size: contain;
}
#alumn .swiper-button-prev {
  left: 0;
  background-image: url(../img/alumn_prev.png);
}
#alumn .swiper-button-next {
  right: 0;
  background-image: url(../img/alumn_next.png);
}
#alumn .more {
  padding: 0 50px;
}



#video-player {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6666);
}
#video-player.deactivated {
  display: none;
}
#video-player iframe {
  width: 680px;
  height: 500px;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#video-player::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 100px;
  transform: rotate(45deg);
  cursor: pointer;
}



/* Animate.css START */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in
	}
	60% {
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		transform: perspective(400px)
	}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInY
}
/* Animate.css END */
#demand .content >*,
#FAQ .content >*,
#outline .content .table,
#outline2 .panel >* {
  transition: all 1s ease;
}
#demand .content.waypoint_deactivated >*,
#FAQ .content:nth-child(3).waypoint_deactivated >:nth-child(2),
#outline .content.waypoint_deactivated .table {
  transform: translateY(100%);
}
#FAQ .content:nth-child(2).waypoint_deactivated >:nth-child(1),
#FAQ .content:nth-child(3).waypoint_deactivated >:nth-child(1) {
  transform: translateX(-300%);
}
#FAQ .content:nth-child(2).waypoint_deactivated >:nth-child(2),
#FAQ .content:nth-child(3).waypoint_deactivated >:nth-child(3) {
  transform: translateX(300%);
}
#outline2 .panel.waypoint_deactivated .titles {
  transform: translateX(-600px);
}
#outline2 .panel.waypoint_deactivated .wrapper {
  transform: translateX(600px);
}
.center.frame .title.waypoint_deactivated,
#demand .content.waypoint_deactivated >*,
#FAQ .content.waypoint_deactivated >*,
#outline .content.waypoint_deactivated .table,
#outline2 .panel.waypoint_deactivated >* {
  opacity: 0;
}