.home {
  margin-top: -100px;
}
.home .header {
  margin-top: var(--space-4);
  margin-bottom: var(--space-2);
}
.home .project .project_title {
  font-weight: 300;
  font-size: 150%;
  display: block;
  color: #0369a1;
  margin-top: var(--space-2);
  margin-bottom: var(--space-1);
}
.home .project .project_content {
  margin-bottom: 48px;
  overflow-wrap: break-word;
  min-width: 0;
}
.home .project .project_item {
  position: relative;
}
.home .project .project_item a {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  white-space: nowrap;
}
.home .project img {
  max-width: 300px;
  width: 100%;
}
.home .project > div:not(:last-child) {
  border-right: 1px solid #ddd;
}
.home hr {
  margin: var(--space-3) 0;
}

video {
  width: 100%;
  height: auto;
}

.home_news ul {
  list-style-type: none;
  padding-left: 0;
}
.home_news ul li {
  padding-bottom: var(--space-2);
  flex-direction: column;
  align-items: flex-start;
}
.home_news ul .news_date {
  font-size: 0.7rem;
  color: #fff;
  margin-bottom: 4px;
  display: inline-block;
  background: linear-gradient(135deg, #0ea5e9, #06b6d4);
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 500;
}
.home_news ul .news_title {
  overflow-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  color: #0369a1;
  font-weight: 500;
  transition: color 200ms ease;
}
.home_news ul .news_title:hover {
  color: #0ea5e9;
}

#banner {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  position: relative;
}
section.module .bkVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  /* top: 0;
  left: 0;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%; */
  width: auto;
  height: auto;
  /* top: 50%;
  left: 50%; */
  transform: translate(-50%, -50%);
}
section.module .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #14566f;
  opacity: 0.6;
  z-index: 1;
}
section.module .slogan {
  color: #fff;
  line-height: 300px;
  text-align: center;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
section.module .slogan h1 {
  font-size: 12vmin;
  font-weight: 700;
}
section.module .slogan h3 {
  font-size: 5vmin;
}

/* section.module.parallax-1 {
    background-image: url("/images/home/title_bg.png");
    width: 100%;
}
 */
@media only screen and (max-width: 767.98px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  /*  section.module.parallax h1 {
      font-size: 96px;
  } */
  .home .project .btn {
    margin-bottom: 20px;
  }
  .home .project .project_item:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .home .project > div:not(:last-child) {
    border-right: none;
  }
  .home .project img {
    width: auto;
    max-width: 240px;
  }
  .home_news ul li {
    display: block !important;
  }
  .home_news ul .news_date {
    display: inline-block;
    margin-bottom: 4px;
  }
}
/* 
@media all and (min-width: 960px) {
    section.module.parallax h1 {
        font-size: 160px;
    }
}
 */
