.cover {
  position: relative;
  min-height: 670px;
}

@media (min-width: 992px) {
  .cover {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 991px) {
  .cover {
    padding: 15px;
    padding-top: 70px;
    min-height: calc(100vh - 11rem);
  }
}
.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.cover-slick.mobile {
  display: none;
}
.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

@media (max-width: 991px) {
  .cover .toggle-slick {
    display: none;
  }
  .cover-slick {
    display: none;
  }
  .cover-slick.mobile {
    display: block;
  }
}
.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  max-width: 600px;
  margin-top: -60px;
}

/**/
video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

@media (max-width: 991px) {
  video,
  #toggle-video {
    display: none;
  }
}
/* Articles */
.articles {
  padding: 3rem 2rem;
}

.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.articles article {
  display: block;
  height: 100%;
}

.articles .row > div {
  margin-bottom: 30px;
}

.article {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}

.article img {
  display: block;
  width: 100%;
}

.article .info {
  padding: 1rem;
}

.article h3 {
  font-weight: bold;
}

.article .date {
  padding-bottom: 56.25%;
  position: relative;
  background: rgb(206, 189, 111);
  background: linear-gradient(
    45deg,
    rgb(246, 183, 77) 0%,
    rgb(160, 183, 132) 50%,
    rgb(121, 204, 200) 100%
  );
}

.article .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}

.read-more {
  background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

/**/
.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: hsla(0, 0%, 100%, 0.6);
  height: 52px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.news > .container {
  min-width: 82%;
}
.news > .container .content {
  position: relative;
  padding-right: 80px;
}
.news .container .content h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 1rem;
  z-index: 5;
  background-color: var(--dblue);
}
.news > .container .content .bn-controls {
  left: 0;
  right: auto;
}
.news > .container .content .bn-controls .btn {
  border: 2px solid var(--dblue);
  height: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/equal.svg);
}
.news > .container .content .bn-controls .btn-play {
  background-image: url(images/play.svg);
  background-size: 40%;
}
.news > .container .content .bn-controls button {
  display: none;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}
@media (min-width: 992px) {
  .bn-news {
    padding-right: 100px;
  }
}
.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 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: 0 0 5px rgba(255, 255, 0, 0.9);
}

/**/
@media (max-width: 991px) {
  .centered {
    text-align: center;
  }
  .centered-banner img {
    max-width: 100%;
  }
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.centered {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .centered {
    width: 100%;
    position: static;
    transform: none;
    height: auto;
    margin-bottom: 50px;
  }
}
.centered > h3 {
  text-align: center;
  color: #fff;
  text-shadow:
    2px 2px 8px #000,
    0 0 5px #000;
}
.centered > form {
  padding: 0 20px;
  margin: 25px 0 50px 0;
}
.centered > form > div {
  position: relative;
}
.centered > form > div input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: none;
  padding: 0 40px 0 50px;
  box-shadow: 2px 3px 8px -1px rgba(0, 0, 0, 0.75);
  color: #000;
  font-size: 18px;
  outline: none;
}
.centered > form > div input::-moz-placeholder {
  color: #000;
  font-weight: bold;
}
.centered > form > div input::placeholder {
  color: #000;
  font-weight: bold;
}
.centered > form > div .submit {
  position: absolute;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #1888b1;
  background-image: url(images//search.png);
  background-size: cover;
  cursor: pointer;
}
.centered .services {
  display: flex;
}
@media (max-width: 990px) {
  .centered .services {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.centered .services a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.centered .services a img {
  transition: all 0.3s ease-in;
}
.centered .services a span {
  font-weight: 600;
  font-size: 1.6rem;
  position: absolute;
  z-index: 1;
  padding-inline: 3rem;
  text-align: center;
  line-height: 1;
  font-family: "Varela Round", sans-serif;
}
.centered .services a:nth-child(3) span {
  color: var(--green);
}
.centered .services a:nth-child(2) span {
  color: var(--blue);
}
.centered .services a:nth-child(1) span {
  color: var(--orange);
}
.centered .services a:hover img {
  animation: fa-spin 3s infinite linear;
}
@media (max-width: 991px) {
  .centered .services a span {
    font-size: 1.35rem;
  }
  .centered .services a {
    width: 48%;
    font-size: 20px;
    gap: 30px 50px;
  }
}
.centered .services > a:hover::after {
  animation-play-state: running;
}
.centered .services > a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  animation-name: rotateCircle;
  animation-duration: 4s;
  animation-play-state: paused;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.centered .services > a:nth-child(1)::after {
  background-image: url(images/main-circle-01.png);
}
.centered .services > a:nth-child(2)::after {
  background-image: url(images/main-circle-02.png);
}
.centered .services > a:nth-child(3)::after {
  background-image: url(images/main-circle-03.png);
}

/**/
/* Fast Nav */
.fast-navigation {
  padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

@media (min-width: 992px) {
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    float: right;
    display: block;
  }
}
.fast-navigation label {
  background: #1a94c0;
  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: #1a94c0;
  border: 0;
  border-radius: 2rem 0 0 2rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

@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;
  }
}
@media (max-width: 991px) {
  .bn-news {
    left: 0 !important;
  }
  .news > .container .content .bn-controls {
    display: none;
  }
  .news > .container {
    min-width: 99%;
  }
  .news > .container .content {
    padding-right: 0;
  }
  .centered .services a {
    width: 48%;
  }

  .centered .services a img {
    max-width: 150px;
  }
  .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;
  }
}
/**/
@media (min-width: 992px) {
  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .side-banners.side-banners-right {
    right: 0;
  }
  .side-banners.side-banners-left {
    left: 0;
  }
}
.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

footer {
  background-color: #1f4171;
  padding: 0px !important;
  height: 60px;
  display: flex;
  align-items: center;
  color: #fff;
}
footer span > a:first-child > img {
  filter: invert(1) brightness(1);
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}

.chat_btn {
  bottom: 82px;
}
.footer a:hover,
.footer a:focus,
.footer a:focus-within {
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .chat_btn {
    bottom: 120px;
  }
}
