.message {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: var(--black);
  display: grid;
  place-content: center;
  z-index: 801;
  top: 0;
}
@keyframes showup {
  from {
    opacity: 0.2;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1.3);
  }
}
.message > img {
  animation: showup 2s 5 alternate;
}
.cover {
  position: relative;
  /* min-height: 670px; */
}
.over {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 1) 100%
  );
  mix-blend-mode: soft-light;
}
.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.cover-slick.desktop {
  display: block;
}
.cover-slick.mobile {
  display: none;
}
.footer {
  background-color: var(--black);
}

.footer a,
.footer p {
  color: var(--white);
}
.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

/*
.cover-content {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    max-width: 600px;
    margin-top: -60px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    text-shadow: 2px 2px 2px black;
}*/

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 2px black;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
}

/**/

video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 145px;
  right: 15px;
  background: none;
  border: 0;
  background: #fff;
}

/**/

/* Articles */

.articles {
  padding: 1rem 0;
  background-color: var(--site2);
}
.articles .container-fluid,
.articles .row {
  padding: 0;
  margin: 0;
}
.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}
.articles article {
  display: block;
  height: 100%;
}
.articles .row > div {
  padding-inline: 0;
}
.article {
  display: flex;
  color: var(--white);
  position: relative;
  height: 100%;
}
.article img {
  display: block;
  width: 100%;
}
.article .pic {
  width: 100%;
  max-width: 982px;
}
.article .pic img {
  height: 503px;
  object-fit: cover;
  object-position: center;
}
.article .info {
  padding: 1rem;
}
.article h2 {
  font-weight: 400;
  font-size: 1.88rem;
}
.article .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.article .wrap > img {
  width: 93px;
  margin-inline: 60px;
}
.article .inner {
  width: 100%;
  max-width: 530px;
  display: flex;
  flex-direction: column;
}
.article .inner p {
  padding: 2rem 0 4rem 0;
  font-size: 1.4rem;
}
.article .more {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  margin: 0;
}
.article .more b {
  display: flex;
  align-items: center;
  position: relative;
  width: inherit;
  justify-content: center;
  color: var(--white);
  font-size: 1.6rem;
  margin-inline: 0;
  transition: all 0.2s ease-in;
}
.article .more:hover {
  /* text-decoration: none; */
}
.article .more:hover b:before,
.article .more:hover b:after {
  width: 10%;
}
.article .more:hover b {
  margin-inline: 2rem;
}
.article .more b img {
  width: 20px;
  margin-inline: 1rem;
  background-color: var(--site2);
  z-index: 1;
}
.article .more b:before {
  content: "";
  position: absolute;
  width: 28%;
  left: 0;
  height: 1px;
  background-color: var(--white);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
.article .more b:after {
  content: "";
  position: absolute;
  width: 28%;
  right: 0;
  height: 1px;
  background-color: var(--white);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
/**/

.events {
  background-color: #fff;
}

.ribbon-date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
}
.ribbon-date span {
  display: block;
}
.ribbon-date span:nth-child(1) {
  font-weight: bold;
  font-size: 1.5rem;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  padding: 1rem;
  background: #fff;
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #000;
  display: block;
}

.news h2 {
  background: #111;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}

.news h2 a {
  color: inherit;
}

.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}

.bn-news ul li a:hover {
  color: #000;
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: bold;
}

.news .date:after {
  content: " | ";
  margin: 0 10px;
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
  left: 0;
  right: auto;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  padding: 0;
  margin-right: 5px;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: #fff;
}
.bn-play::after {
  border-left-color: #fff;
}

.bn-controls button:hover {
  background-color: #111;
  color: #fff;
  box-shadow: none;
}

/**/

/**/

/* Fast Nav */

.fast-navigation {
  padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

.fast-navigation label {
  background: var(--site1);
  border-radius: 0 2rem 2rem 0;
  padding: 5px 10px;
  border: 0;
  margin: 0;
}

.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.fast-navigation button {
  background: var(--site1);
  border: 0;
  border-radius: 2rem 0 0 2rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  list-style-type: none;
  bottom: 0;
  position: relative;
  padding-inline: 0;
  margin-bottom: 0;
  margin-top: 1rem;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  margin: 0 1rem;
  cursor: pointer;
  color: transparent;
  border: 2px solid #fff;
  outline: none;
  background: transparent;
  font-size: 0;
  border-radius: 50%;
}
/* .slick-dots li button::after{
	content: "";
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	height: 1px;
	width: 100%;
	background-color: var(--white);
} */
/**************************************************************/
.services {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  margin-top: auto;
}
.services .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services .service {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 2rem 1rem;
  font-size: 1.6rem;
  color: var(--white);
  background-image: linear-gradient(var(--white) 0 0);
  background-position: bottom right;
  background-size: 0% 4px;
  background-repeat: no-repeat;
  transition:
    background-size 0.23s,
    background-position 0s 0.23s;
  position: relative;
}
.services .service:nth-of-type(1) {
  background-color: #747474;
}
.services .service:nth-of-type(2) {
  background-color: #424242;
}
.services .service:nth-of-type(3) {
  background-color: #262626;
}

.services-slick {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}

.services .service:hover {
  background-color: var(--site2);
  text-decoration: none;
  background-position: 100% 100%;
  background-size: 100% 4px;
}

.service span {
  position: relative;
  /* margin: 0 0 0 1rem;
	transition: all 0.3s ease-out; */
}

.service span::before {
  background-image: url("images/arrow.png");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  right: -40px;
  left: -115%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.services .service:hover span::before {
  left: -50px;
  right: auto;
}
@media (min-width: 992px) {
  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    float: right;
    display: block;
  }

  .bn-news {
    padding-right: 100px;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    float: right;
    display: block;
  }
  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .side-banners.side-banners-right {
    right: 0;
  }
  .side-banners.side-banners-left {
    left: 0;
  }
  .cover {
    height: calc(100vh - 102px);
    display: flex;
  }
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1700px) {
  .article .pic {
    max-width: 45%;
  }
  .article .wrap > img {
    margin-inline: 25px;
  }
}

@media (max-width: 991px) {
  .cover-slick.desktop {
    display: none;
  }
  .cover-slick.mobile {
    display: block;
  }
  .cover {
    padding: 15px;
    padding-top: 105px; /* header height + padding */
    min-height: 320px;
  }
  .centered {
    text-align: center;
  }
  .centered-banner img {
    max-width: 100%;
  }
  .news h2 {
    display: none;
  }
  .cover .toggle-slick {
    display: none;
  }
  video,
  #toggle-video {
    display: none;
  }

  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }

  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }

  .fast-navigation .smart-nav-sub > select {
    width: 100%;
    margin: 0.5rem 0;
  }

  .smart-nav-submit {
    margin: 0 auto;
  }
  .article {
    flex-direction: column;
  }
  .article .wrap {
    flex-direction: column;
    align-items: center;
  }
  .article .inner {
    align-items: center;
  }
  .article .inner p {
    text-align: center;
  }
  .articles {
    padding-top: 5px;
  }
  .services .service:hover span::before {
    right: -40px;
    left: -115%;
  }
  .services .service {
    padding-inline-start: 4rem;
  }
  .article .pic {
    max-width: 100%;
  }
  .article h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .services .service {
    flex-basis: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .article .more b:before,
  .article .more b:after {
    width: 18%;
  }
}
