html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: 'Quicksand';
  src: url("/static/Quicksand-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand';
  src: url("/static/Quicksand-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand';
  src: url("/static/Quicksand-Light.ttf") format("truetype");
  font-weight: light;
  font-style: normal; }

@font-face {
  font-family: "Quicksand";
  src: url("/static/Quicksand-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

body {
  font-size: 18px;
  color: #efefef;
  min-width: 1024px; }

body, input, button {
  font-family: "Quicksand", serif; }

.container-fluid.full-height {
  height: calc(100vh - 85px); }

.height-without-footer {
  height: calc(100% - 117px); }

.navbar {
  height: 85px;
  background-color: #0c1829 !important;
  padding-left: 85px;
  padding-right: 85px; }
  .navbar .navbar-brand img {
    position: relative;
    top: 5px; }
  .navbar a.nav-link {
    position: relative;
    color: white !important;
    font-size: 18px; }
    .navbar a.nav-link.active::after {
      display: block; }
    .navbar a.nav-link:hover::after {
      display: block; }
  .navbar a.nav-link.workspace span.icon {
    display: inline-block;
    width: 25px;
    height: 21px;
    vertical-align: bottom;
    background-image: url("/static/icon_login.png");
    background-repeat: no-repeat;
    margin-right: 5px; }
  .navbar a.nav-link.workspace:hover {
    color: #5ca4ff !important; }
    .navbar a.nav-link.workspace:hover span {
      background-position: 0px -21px; }
  .navbar a.nav-link::after {
    display: none;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 25px;
    right: 25px;
    height: 4px;
    background-color: #5ca4ff; }

.hero {
  position: relative;
  background-image: url("/static/background_large.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 603px; }
  .hero div.hero_contents {
    width: 1000px;
    margin: 100px auto auto auto;
    text-align: center; }
    .hero div.hero_contents h1 {
      font-weight: bold;
      font-size: 50px; }
    .hero div.hero_contents p {
      font-size: 18px; }
    .hero div.hero_contents div.hero_circle_table {
      display: table;
      position: absolute;
      width: 1000px;
      bottom: 80px; }
      .hero div.hero_contents div.hero_circle_table > div {
        display: table-cell;
        vertical-align: bottom; }
        .hero div.hero_contents div.hero_circle_table > div > div {
          width: 125px;
          height: 125px;
          padding-top: 45px;
          border-radius: 50%;
          background: rgba(12, 24, 41, 0.5);
          display: inline-block; }

.quote {
  height: 600px;
  background: #f2f2f2; }
  .quote div.quote_contents {
    width: 1000px;
    margin: 185px auto 0px auto;
    text-align: center;
    color: #213145; }
    .quote div.quote_contents h1 {
      font-size: 35px; }
    .quote div.quote_contents p {
      font-size: 16px; }

.news {
  height: 1080px;
  background: white; }
  .news div.news_contents {
    width: 1000px;
    margin: 107px auto 0px auto;
    text-align: center;
    color: #213145; }
    .news div.news_contents div.news_table {
      margin-top: 75px;
      display: table;
      border-spacing: 0px 15px;
      width: 100%; }
      .news div.news_contents div.news_table > div {
        display: table-row; }
        .news div.news_contents div.news_table > div > div {
          display: table-cell;
          vertical-align: top;
          text-align: left;
          background-color: #f2f2f2;
          padding: 5px 25px 5px 5px; }
          .news div.news_contents div.news_table > div > div.news_table_content {
            padding: 25px 50px 5px 5px; }
            .news div.news_contents div.news_table > div > div.news_table_content h5 {
              font-size: 22px;
              color: #213145;
              font-weight: 600; }
            .news div.news_contents div.news_table > div > div.news_table_content p.tiny {
              font-size: 14px;
              color: #9c9cad; }
            .news div.news_contents div.news_table > div > div.news_table_content p {
              font-size: 16px;
              color: #213145;
              text-align: justify;
              line-height: 20px; }
    .news div.news_contents h1 {
      font-size: 35px;
      color: #213145; }
    .news div.news_contents p {
      font-size: 16px;
      color: #213145; }

.about div.about_contents {
  width: 1000px;
  margin: 120px auto 120px auto;
  text-align: center; }
  .about div.about_contents div.about_table {
    display: table;
    width: 100%;
    margin-top: 45px;
    border-spacing: 28px 90px; }
    .about div.about_contents div.about_table > div {
      display: table-row; }
      .about div.about_contents div.about_table > div > div {
        display: table-cell; }
        .about div.about_contents div.about_table > div > div div.portrait {
          width: 275px;
          height: 275px;
          border-radius: 50%;
          background: #f2f2f2;
          display: inline-block;
          overflow: hidden;
          margin-bottom: 40px; }
          .about div.about_contents div.about_table > div > div div.portrait.portrait1 img {
            position: relative;
            left: -15px; }
          .about div.about_contents div.about_table > div > div div.portrait.portrait3 img {
            position: relative;
            left: -25px; }
          .about div.about_contents div.about_table > div > div div.portrait.portrait4 img {
            position: relative;
            left: -8px;
            top: -5px; }
          .about div.about_contents div.about_table > div > div div.portrait.portrait5 img {
            position: relative;
            left: -5px; }
          .about div.about_contents div.about_table > div > div div.portrait.portrait6 img {
            position: relative;
            top: -5px;
            left: -15px; }
        .about div.about_contents div.about_table > div > div div.name {
          font-size: 22px;
          color: #213145; }
        .about div.about_contents div.about_table > div > div div.title {
          font-size: 16px;
          color: #213145; }
  .about div.about_contents h1 {
    font-size: 35px;
    color: #213145;
    font-weight: 600; }
  .about div.about_contents p {
    font-size: 16px;
    color: #213145; }

.extra {
  position: relative;
  background-color: #0c1829;
  height: 720px;
  overflow: hidden; }
  .extra div.extra_contents {
    position: relative;
    width: 1000px;
    margin: auto auto;
    text-align: right; }
    .extra div.extra_contents h1 {
      font-size: 35px;
      color: white; }
    .extra div.extra_contents p {
      margin-left: 50%;
      font-size: 16px;
      color: white;
      line-height: 20px; }
  .extra img {
    position: absolute;
    left: -50px;
    top: -20px;
    width: 60%;
    display: block; }

.login_contents {
  width: 450px;
  margin: auto auto;
  text-align: center; }
  .login_contents img {
    margin-bottom: 75px; }
  .login_contents h1 {
    font-size: 22px;
    color: #213145;
    font-weight: 600; }
  .login_contents p {
    font-size: 18px;
    color: #213145; }
  .login_contents form {
    margin-top: 30px; }
    .login_contents form input {
      font-size: 18px;
      margin-bottom: 15px;
      border: 1px solid rgba(33, 49, 69, 0.5);
      color: #213145; }
      .login_contents form input:hover, .login_contents form input:active, .login_contents form input:focus {
        border: 1px solid #4b86d1;
        outline: none; }
    .login_contents form label {
      color: rgba(33, 49, 69, 0.5); }
    .login_contents form button {
      font-size: 18px;
      color: white;
      background: #325a8d;
      box-shadow: 9px -9x rgba(12, 24, 41, 0.25);
      width: 185px; }
      .login_contents form button:hover {
        color: white;
        background-color: #4072b1; }
  .login_contents .alert {
    margin-top: 30px; }

.footer {
  height: 117px;
  background-color: #f1f2f3;
  text-align: center; }
  .footer p {
    margin-top: 10px;
    font-size: 12px;
    color: #9c9cad; }
