/* bootstrap scss mixins overwrite */
.site-index .banner .carousel-inner > .item {
  padding-top: 36.1458333333%;
  min-height: 50vh; }
.site-index .banner .carousel-control {
  background: none;
  text-shadow: none; }
  .site-index .banner .carousel-control .glyphicon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 70px;
    margin-top: -35px; }
  .site-index .banner .carousel-control .glyphicon-chevron-left {
    margin-left: -35px; }
  .site-index .banner .carousel-control .glyphicon-chevron-right {
    margin-right: -35px; }
  .site-index .banner .carousel-control .glyphicon-chevron-left:before {
    content: "\e257"; }
  .site-index .banner .carousel-control .glyphicon-chevron-right:before {
    content: "\e258"; }
.site-index .section-career {
  padding-top: 70px;
  padding-bottom: 70px; }
  .site-index .section-career .item {
    display: block;
    position: relative;
    overflow: hidden; }
    .site-index .section-career .item > img {
      width: 100%;
      transition: all .6s; }
    @media (max-width: 1440px) {
      .site-index .section-career .item h2 {
        font-size: 26px; } }
    .site-index .section-career .item .caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 80px 25px 15px;
      color: white;
      z-index: 1;
      transition: all .5s;
      font-size: 18px; }
      .site-index .section-career .item .caption .hr {
        display: block;
        width: 36px;
        height: 3px;
        background-color: white;
        margin-top: 1em;
        margin-bottom: 1em; }
      .site-index .section-career .item .caption:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 6px;
        background: linear-gradient(to right, #2497ff, #1b467b); }
    .site-index .section-career .item:hover img {
      transform: scale(1.2); }
.site-index .section-intro {
  padding: 30px 0 10px;
  text-align: center; }
  .site-index .section-intro h2 {
    font-size: 36px; }
  .site-index .section-intro p {
    color: #666666; }
.site-index .section-events {
  padding-bottom: 40px; }
  .site-index .section-events h2 {
    font-size: 36px;
    padding: 50px 15px;
    text-align: center;
    margin: 0; }
  .site-index .section-events .calendar-box {
    position: relative;
    padding-bottom: 72px; }
    .site-index .section-events .calendar-box:before {
      content: '';
      position: absolute;
      left: -85px;
      top: 72px;
      right: 72px;
      bottom: 0;
      background: linear-gradient(80deg, #2497ff, #1b467b); }
    .site-index .section-events .calendar-box .calendar-body {
      padding-top: 79.4520547945%;
      position: relative; }
    .site-index .section-events .calendar-box .calendar {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding-top: 10px;
      background-color: white;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; }
      .site-index .section-events .calendar-box .calendar .calendar-row {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .site-index .section-events .calendar-box .calendar .header {
        padding: 15px 0;
        font-weight: bold; }
      .site-index .section-events .calendar-box .calendar .item {
        float: left;
        width: 14.2857142857%;
        text-align: center; }
        .site-index .section-events .calendar-box .calendar .item.today span {
          display: inline-block;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background-color: #fdb54f;
          color: white;
          border-radius: 15px; }
      .site-index .section-events .calendar-box .calendar .week6, .site-index .section-events .calendar-box .calendar .week7 {
        color: #e84b4b; }
      .site-index .section-events .calendar-box .calendar .mon0, .site-index .section-events .calendar-box .calendar .mon2 {
        color: #bcbcbc; }
    .site-index .section-events .calendar-box .calendar-footer {
      padding: 25px 20px;
      background-color: #fcfcfc;
      position: relative;
      z-index: 1; }
  .site-index .section-events .news-items {
    margin: -8px -10px; }
    .site-index .section-events .news-items .item {
      position: relative;
      padding: 8px 10px; }
      .site-index .section-events .news-items .item img {
        width: 100%; }
      .site-index .section-events .news-items .item .picture {
        overflow: hidden; }
      .site-index .section-events .news-items .item .caption {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 8px;
        padding: 50px 15px 18px;
        color: white; }
        .site-index .section-events .news-items .item .caption:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 6px;
          background: linear-gradient(to right, #2497ff, #1b467b); }
  .site-index .section-events .events-items > .media {
    display: table;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
    padding: 20px;
    text-decoration: none; }
    .site-index .section-events .events-items > .media + .media {
      margin-top: -1px; }
    .site-index .section-events .events-items > .media > .media-left {
      padding-right: 30px;
      text-align: center;
      color: #2497ff; }
    .site-index .section-events .events-items > .media .month {
      font-size: 42px; }
.site-index .section-global {
  position: relative; }
  .site-index .section-global img {
    width: 100%; }
  .site-index .section-global .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 38px;
    color: #1b467b; }
.site-index .section-video {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px; }
  .site-index .section-video img {
    max-width: 100%;
    width: auto; }
  .site-index .section-video .video-intro {
    position: relative;
    color: #173c6a;
    text-align: left;
    margin-top: -50px; }
    .site-index .section-video .video-intro h3 {
      font-size: 56px; }
    .site-index .section-video .video-intro p {
      font-size: 20px;
      color: #666666;
      line-height: 2; }
    .site-index .section-video .video-intro .links {
      margin-top: 40px;
      margin-bottom: 10px; }
    .site-index .section-video .video-intro:before {
      position: absolute;
      display: block;
      content: '';
      background: url("../images/vp.png") no-repeat 0 0;
      background-size: cover;
      left: 0;
      bottom: -4%;
      width: 23.5882352941%;
      padding-top: 9.8235294118%;
      z-index: 1; }
  .site-index .section-video .video-control {
    margin-left: 15%;
    position: relative;
    z-index: 2; }
  .site-index .section-video .media {
    overflow: visible; }
  .site-index .section-video .media-left {
    width: 50%; }
  .site-index .section-video .media-body {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible; }
  .site-index .section-video .video-line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px; }
    .site-index .section-video .video-line:before, .site-index .section-video .video-line:after {
      content: '';
      background-color: #2287e4;
      width: 4px;
      position: absolute;
      right: 0; }
    .site-index .section-video .video-line:before {
      top: 0;
      height: 70px; }
    .site-index .section-video .video-line:after {
      top: 238px;
      bottom: 0; }
    .site-index .section-video .video-line .title {
      position: absolute;
      top: 142px;
      right: -54px;
      font-size: 20px;
      white-space: nowrap;
      transform: rotate(90deg); }

.no-cssvhunit .site-index .banner .carousel-inner > .item {
  padding-top: 58.0729166667%; }

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