.cover {
  position: relative;
  min-height: 670px;
}

.button.dropdown {
  color: #fff;
}

.button.dropdown:hover,
.button.dropdown:focus {
  background-color: #fff;
  color: #444;
}

.button.dropdown:hover::before,
.button.dropdown:focus::before {
  filter: invert(1);
}

header.sticky .button.dropdown:hover::before {
  filter: none;
}
@media (min-width: 992px) {
  .cover {
    height: 100vh;
  }
  .linksrow ul.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .cover {
    padding: 15px;
    padding-top: 125px;
    /* header height + padding */
  }
  .linksrow {
    position: relative;
    z-index: 9;
  }

  .linksrow ul.mobile {
    margin-block: 4rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    gap: 5px 0;
  }

  .linksrow li {
    margin-inline: 0.52rem;
  }

  .linksrow li a {
    position: relative;
    border-radius: 80px;
    background-color: #fff;
    /*color: #222;*/
    width: 130px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 600;
    min-height: 50px;
  }

  .linksrow .outline {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 120px;
    height: 40px;
    border-radius: 80px;
    border: 1px solid #f5821f;
    padding: 5px;
  }
  .linksrow li[data-content="campusil"] a {
    background-color: #07325b;
    color: #fff;
  }
  .linksrow li[data-content="campusil"] .outline {
    border-color: #fff;
  }
  .linksrow li img {
    max-height: 32px;
  }
  /*.linksrow li:last-child a {*/
  /*  background-color: #f5821f;*/
  /*  color: #fff;*/
  /*}*/
}
.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.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-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;
}

#toggle-video {
  position: absolute;
  top: 180px;
  right: 145px;
  background: none;
  border: 2px solid #ffffffcc;
  color: #fff;
  z-index: 102;
}

#toggle-video:focus,
#toggle-video:hover {
  background: #fff !important;
  color: #000 !important;
  outline: none !important;
}

@media (max-width: 1500px) {
  #toggle-video {
    right: 35px;
    top: 105px;
  }
}
/**/
@media (min-width: 992px) {
  .services {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.services-slick {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}

.service {
  text-align: center;
  display: block;
  background: #fff;
  margin: 1rem;
  padding: 1rem;
}

.service .icon img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}

/* 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 h2 {
  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 {
  margin-right: 122px;
  width: 100%;
  max-width: 830px;
  padding: 1rem;
  background: #fff;
  position: absolute;
  z-index: 9999;
  border-radius: 0 0 0 10px;

  @media (max-width: 1599px) {
    z-index: 99;
  }
}

.news .content {
  position: relative;
}
.news[attr="data-toggle"] {
  background-color: #f00;
}
.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #15274a;
  display: block;
}
.news > .container-fluid {
  position: relative;
}

.news .container-fluid + .container-fluid {
  padding-inline: 0;
}

.news button.fa.fa-times {
  position: absolute;
  left: -2rem;
  height: 30px;
  width: 30px;
  top: 1.5rem;
  border-radius: 50rem;
  display: grid;
  place-content: center;
  background-color: #f68635;
  border: none;
}

.news button.fa.fa-times:hover {
  background-color: #fff;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news h2 {
  background: #15274a;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 0.25rem;
  z-index: 5;
}

.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news {
    display: none;
  }
  .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 {
  background-color: #fff;
  left: 0;
  right: auto;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #182548;
  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: #f68635;
  color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 0, 0.9);
}

/**/
@media (min-width: 992px) {
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  .centered {
    text-align: center;
  }

  .centered-banner img {
    max-width: 100%;
  }
}
/**/
/* 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: #0372ac;
  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: #0372ac;
  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) {
  .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;
}

section {
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-color: #fff;
}
@media (min-width: 990px) {
  section {
    padding: 116px 267px 88px 79px;
  }
}
section > h2 {
  font-size: 50px;
  line-height: 73px;
  margin-bottom: 36px;
  font-weight: 900;
}
@media (max-width: 990px) {
  section > h2 {
    font-size: 40px;
    margin: 38px auto;
    text-align: center;
  }
}
section .idx_positoins {
  position: fixed;
  height: 152px;
  width: 25px;
  right: 179px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9;
}
@media (max-width: 990px) {
  section .idx_positoins {
    display: none !important;
  }
}
section .idx_positoins .circle {
  margin: 0 auto;
  width: 66%;
  aspect-ratio: 1/1;
  background-color: #d6d6d6;
  opacity: 0.5;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s ease-in-out;
}
section .idx_positoins .circle:not(.current) {
  cursor: pointer;
}
section .idx_positoins .circle:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 5%;
  top: 100%;
  height: 10px;
  right: 50%;
  transform: translate(50%, 0);
  margin: 0 auto;
  background-color: #d6d6d6;
}
section .idx_positoins .circle.current {
  width: 100%;
  background-color: #ff8400;
  opacity: 1;
}
section .idx_positoins .circle.prev {
  background-color: #f5821f;
  opacity: 0.3;
}
@media (min-width: 990px) {
  section:nth-of-type(1) {
    padding: 218px 272px 0 0;
  }
}
section:nth-of-type(1) h1 {
  width: 482px;
  font-size: 82px;
  text-shadow: 0px 0px 20px #000000;
  line-height: 100px;
  color: white;
}
@media (max-width: 990px) {
  section:nth-of-type(1) h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 62px;
    padding-top: 196px;
  }

  section:nth-of-type(1) h1 > span {
    font-size: 53px !important;
  }
}
section:nth-of-type(1) h1 strong {
  height: 147px;
  height: 115px;
  display: block;
  font-size: 100px;
}
@media (max-width: 990px) {
  section:nth-of-type(1) h1 strong {
    font-size: 56px;
    height: inherit;
  }
}
section:nth-of-type(1) p {
  font-size: 22px;
  color: white;
  text-shadow: 0px 0px 20px #000000;
}
@media (max-width: 990px) {
  section:nth-of-type(1) p {
    display: none;
  }
}
section:nth-of-type(1) .search {
  margin-top: 35px;
  border-radius: 3px;
  color: #777777;
  font-size: 20px;
  position: relative;
  width: 620px;
  z-index: 9;
}
@media (max-width: 990px) {
  section:nth-of-type(1) .search {
    width: 70%;
    margin: 40px auto 0 auto;
  }
}
section:nth-of-type(1) .search input {
  height: 60px;
  padding-right: 29px;
  width: 100%;
}
@media (max-width: 990px) {
  section:nth-of-type(1) .search input {
    height: 46px;
  }
}
section:nth-of-type(1) .search button {
  position: absolute;
  left: 17px;
  top: 50%;
  height: 24px;
  width: 24px;
  transform: translate(0, -50%);
  background: none;
  background-image: url("images/icons/Icon feather-search.svg");
  padding: 0;
  border: 0;
}

#intro {
  position: relative;
}
@media (min-width: 990px) {
  #intro {
    height: 100vh;
    min-height: 930px;
  }
}
#intro h1,
#intro p {
  position: relative;
  z-index: 9;
}
#intro h1 {
  margin: 0px;
}
#intro p {
  margin: 0;
}
#intro::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: hsla(0, 0%, 0%, 0.6);
  z-index: 9;
}
@keyframes updown {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}
@media (min-width: 990px) {
  #intro {
    overflow: hidden;
  }

  #intro .arrow-down {
    display: none;
  }
}
@media (max-width: 990px) {
  #intro {
    height: auto;
  }

  #intro .arrow-down {
    animation: updown 0.82s ease-in-out forwards 9;
    background-image: url(images/icons/arrow-down-white.svg);
    height: 45px;
    position: relative;
    width: 45px;
    z-index: 99;
    margin: 90px auto;
    background-size: cover;
  }
}
#intro > .scroll_down {
  position: absolute;
  bottom: 47px;
  left: 92px;
  border: 1px solid #fff;
  padding: 16px 0;
  color: #fff;
  z-index: 102;
  cursor: pointer;
  height: 100px;
  width: 110px;
}
#intro > .scroll_down > div:first-child {
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
}
#intro > .scroll_down > .icon {
  width: 25px;
  aspect-ratio: 1/1;
  background-image: url(./images/icons/Icon\ feather-arrow-down.svg);
  margin: 0 auto;
}
@media (max-width: 990px) {
  #intro > .scroll_down {
    display: none;
  }
}

@media (min-width: 990px) {
  #aboutUs {
    padding: 0 272px 0 100px;
    display: flex;
    /* gap: 40px; */
    /* justify-content: space-between; */
  }
}
#aboutUs h3 {
  display: none;
}
#aboutUs .aboutUs-content > p {
  font-size: 22px;
  margin: 15px 0 50px 0;
}
#aboutUs .col-md-6 p,
#aboutUs .col-md-6 li {
  margin-bottom: 40px;
  font-size: 22px;
}
@media (max-width: 990px) {
  #aboutUs > h3 {
    display: block;
    font-size: 40px;
    line-height: 59px;
    width: 100%;
    text-align: center;
    font-weight: 900;
  }
}
#aboutUs .image {
  width: 620px;
  max-width: 100%;
  height: 90%;
}
@media (max-width: 990px) {
  #aboutUs .image {
    height: 265px;
  }
}
#aboutUs .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#aboutUs .aboutUs-content {
  max-width: 100%;
  width: 630px;
  padding: 38px 0;
}
@media (min-width: 1441px) {
  #aboutUs .aboutUs-content {
    margin: 160px 140px 160px 0;
  }
  #aboutUs .aboutUs-content h2 {
    font-weight: 900;
    display: block;
    font-size: 50px;
    line-height: 73px;
  }
}

@media (max-width: 1440px) {
  #aboutUs .aboutUs-content {
    margin: 160px 82px 160px 0;
  }
}
@media (max-width: 990px) {
  #aboutUs .aboutUs-content {
    width: 70%;
    margin: 0 auto;
  }
}
#aboutUs .aboutUs-content .row {
  gap: 80px;
  margin: 0px;
}
@media (max-width: 990px) {
  #aboutUs .aboutUs-content .row {
    gap: 0px;
  }
}
#aboutUs .aboutUs-content .row h1,
#aboutUs .aboutUs-content .row strong {
  text-shadow: 0px 0px 20px #000000;
}
#aboutUs .aboutUs-content .row > .col-md-6,
#aboutUs .aboutUs-content .row > li {
  max-width: 40%;
  padding: 0px;
}
.rich-content ul {
  padding-right: 0;
  margin-inline-start: 0;
}

#aboutUs .aboutUs-content li {
  list-style-type: none;
  width: 87%;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  #aboutUs .aboutUs-content .row > .col-md-6,
  #aboutUs .aboutUs-content .row > li,
  #aboutUs .aboutUs-content ul li {
    max-width: inherit;
  }
}
#aboutUs .aboutUs-content .line_after {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  padding-inline-end: 0;
}

#aboutUs .aboutUs-content .line_after::after {
  position: absolute;
  left: -15px;
}

#aboutUs .aboutUs-content ul {
  display: block;
  column-count: 2;
  gap: 5%;
  max-width: 620px;
  margin-inline-start: 0;
  padding-right: 0;
}

@media (max-width: 1300px) {
  #aboutUs .aboutUs-content ul {
    column-count: 1;
  }
}

#aboutUs .aboutUs-content .line_after:hover::after {
  transform: scaleX(2) translateY(-50%);
}

#aboutUs .aboutUs-content li .line_after:hover::after {
  transform: scaleX(2) translateY(-50%);
}

#events .events_items > .wrap_items > div > div .date span {
  font-size: 65px;
  line-height: 1;
}

#events .events_items > .wrap_items > div > div .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 1.125rem;
}

#events .events_items > .wrap_items > div {
  height: 495px;
  height: 420px;
}

#events .events_items > .wrap_items > div::before {
  transform: none;
  top: 162px;
}

#events .events_items > .wrap_items > div > div::before {
  transform: none;
  top: 153px;
}

#events .events_items > .wrap_items > div > div .date {
  height: 60px;
}

#events .events_items > .wrap_items > div > div .time {
  margin-bottom: 1rem;
}

#events .events_items .arrow {
  top: 150px;
}

#events .events_items > .wrap_items > div > div:hover .title {
  font-size: 30px;
  text-decoration: none;
}

#events .events_items > .wrap_items > div > div {
  width: 270px;
}

#news .items {
  gap: 43px;
}

#news .items > .b-75 {
  flex-basis: calc(75% - 92px);
}

#news .items > .b-25 {
  flex-grow: 0;
}

#news .items a.text-on .image {
  height: 660px;
}

#news .items > .b-25 {
  flex-basis: calc(25% - 44px);
}

#news .items a .text {
  margin-top: 22px;
}

@media (max-width: 991px) {
  #aboutUs .aboutUs-content .line_after::after {
    left: 35px;
  }
}

#aboutUs .aboutUs-content .line_after:hover {
  font-weight: 500;
  font-size: 23px;
}

#aboutUs .aboutUs-content .line_after:hover::after,
#aboutUs .aboutUs-content .line_after:focus-within::after {
  transform: scaleX(2) translateY(-50%);
}

#news .items a.text-on {
  max-width: 1120px;
}

#news .items a.text-on .text .date {
  font-size: 22px;
  margin-bottom: 10px;
}

#news .items a.text-on .text .read_more {
  font-size: 22px;
}

#news {
  height: auto;
}
#news .items a.text-on .text .title {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.2;
}

#news .items a .text .date {
  margin-bottom: 10px;
}

#news .items a .text .title,
#news .items a .text .read_more {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  #news {
    padding-top: 72px;
  }
}
#news > h2 {
  color: #000;
}

#news > .button {
  width: -moz-max-content;
  width: max-content;
  color: #000;
  border-radius: 2px;
  width: max-content;
  padding: 0 40px;
  margin-top: 84px;
  font-size: 24px;
  line-height: 35px;
}

#news > .button::after {
  margin-right: 15px;
}
#news > .button:hover::after {
  margin-left: 30px;
}
@media (max-width: 990px) {
  #news > .button {
    height: 52px;
    margin: 49px auto 72px auto;
  }
}
@media (min-width: 992px) {
  #communities {
    display: flex;
    align-items: center;
  }

  #communities > h3 {
    position: absolute;
    top: 195px;
    font-weight: 600;
    font-size: 45px;
  }
}

#communities h2 {
  margin-bottom: 100px;
}

#communities .items {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
  overflow-x: auto;
}

#communities .items:hover > a:not(:hover) {
  opacity: 0.3;
}
#communities .items > a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-inline: 1rem;
  flex: 1 0 188px;
}

#communities .items > a:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #0063a5;
  left: 0;
}
#communities .items > a:hover {
  opacity: 1;
}
#communities .items > a .icon {
  margin-bottom: 30px;
}
#communities .items > a .icon > img {
  height: 95px;
  width: auto;
}
#communities .items > a strong,
#communities .items > a h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}
#communities .items > a p {
  font-size: 1.125rem;
  max-width: 188px;
  margin-bottom: 1rem;
}
#communities .items > a .read_more {
  font-size: 22px;
  font-weight: 300;
}
#communities .items > a .read_more::after {
  position: absolute;
}
#communities .items .line_after::after {
  transform: scaleX(1) translate(-12px, 0);
}

#communities .items .line_after:hover::after,
#communities .items .line_after:focus::after {
  transform: scaleX(2) translate(-12px, 0);
}

#communities .items > a .read_more:hover {
  font-weight: 400;
}
@media (max-width: 990px) {
  #communities {
    background: #fff;
    color: #000;
    padding: 80px 0 65px 0;
    height: auto;
  }
  #communities h2 {
    text-align: center;
    font-size: 40px;
    margin: 0 auto;
    margin-bottom: 43px;
  }

  #communities .items {
    flex-wrap: wrap;
  }

  #communities .items > a {
    flex-basis: 48%;
    color: #000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e2e2;
    margin-bottom: 17px;
    text-align: center;
    padding: 35px 0;
    opacity: 1;
  }

  #communities .items > a .icon img {
    height: 70px;
    position: relative;
  }

  #communities .items > a .icon img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: difference;
    background-image: inherit;
  }

  #communities .items > a .icon > img {
    display: none;
  }
  #communities .items > a h3,
  #communities .items > a strong {
    font-size: 20px;
  }

  #communities .items > a p {
    display: none;
  }

  #communities .items > a .read_more {
    display: none;
  }
}
@media (min-width: 990px) {
  #communities .icon-mobile {
    display: none !important;
  }
}

#from_top {
  /*background-image: url("images/DJI_0774.png");*/
  position: relative;
}

#from_top iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#from_top > h2 {
  color: #ffffff;
  text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 120px;
  right: 270px;
  z-index: 5;
  padding: 4px 1rem;
  background: #003c61;
}

.from_top_button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: #fff;
  border-radius: 2rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;
}
@media (max-width: 990px) and(min-width: 776px) {
  .from_top_button {
    position: absolute;
    bottom: 191px;
    left: 40px;
    background: #fff;
    border-radius: 2rem;
    padding: 0.25rem 1rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .from_top_button {
    position: absolute;
    bottom: 71px;
    left: 31px;
    background: #fff;
    border-radius: 1rem;
    padding: 0.25rem 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 990px) {
  #from_top > h2 {
    right: auto;
    width: 100%;
    margin: 20vh auto;
    top: 0px;
    margin: 0px;
  }

  #from_top {
    padding-top: 65px;
    min-height: 75vh;
  }

  #communities .items > a::after {
    content: none;
  }
  #environmental {
    display: none;
  }
}
#environmental > p {
  width: 60%;
  font-size: 20px;
}
#environmental > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#environmental > div:first-child h2 {
  font-size: 45px;
  font-weight: bold;
}
#environmental > div:first-child a {
  color: #292929;
  display: flex;
  align-items: center;
}
#environmental > div:first-child a::after {
  content: "";
  color: #000;
  width: 30px;
  height: 15px;
  background-image: url(images/icons/Icon\ ionic-ios-arrow-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#environmental > div:first-child a h4,
#environmental > div:first-child a span {
  font-size: 30px;
  font-weight: bold;
}
#environmental > .childs {
  padding: 0 140px;
  padding: 0;
  margin-top: 128px;
  width: 100%;
  max-width: 1100px;
  /* 
overflow-x: scroll;
overflow-y: clip; */
  margin-inline: auto;
}
@media (max-width: 1850px) {
  #environmental > .childs {
    padding: 0px;
  }
}
@media (max-width: 1220px) {
  #environmental > .childs {
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1605px) {
  #intro h1,
  #intro p {
    transform: scale(0.87);
  }

  section:nth-of-type(1) {
    padding-top: 125px;
  }

  #intro {
    min-height: 700px;
  }

  .digital_modal .items > div > a div {
    line-height: 20px;
    min-height: 59px;
  }

  .digital_modal .items {
    padding-bottom: 22px;
  }

  .digital_modal .items > div > a img {
    margin-bottom: 0;
  }

  .digital_modal .items {
    height: 165px;
  }

  .digital_modal.open .title {
    font-size: 30px;
  }

  section:nth-of-type(1) .search input {
    height: 50px;
  }
}
#environmental > .childs .childsContent {
  margin-bottom: 40px;
}
#environmental > .childs .childsContent > div {
  display: none;
}
#environmental > .childs .childsContent > div .col-md-6 h2 {
  font-size: 30px;
  font-weight: bold;
}
#environmental > .childs .childsContent > div .col-md-6 .button.line_after {
  padding: 0 20px;
  gap: 40px;
  width: max-content !important;
}
#environmental
  > .childs
  .childsContent
  > div
  .col-md-6
  .button.line_after::after {
  position: relative;
  height: calc(100% - 10px);
}

#environmental .button.line_after:hover::after,
#environmental .button.line_after:focus::after {
  transform: scaleX(2) translateY(-50%);
}
#environmental > .childs .childsContent > div.current {
  display: block;
}
#environmental > .childs > .items {
  display: flex;
  gap: 21px;
  align-items: flex-end;
}
#environmental > .childs > .items > div {
  flex-basis: 148px;
  height: 135px;
  flex-grow: 1;
  padding: 20px 10px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  background-color: #f0f0f0;
}
#environmental > .childs > .items > div:not(.current) img {
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
#environmental > .childs > .items > div:not(.current):hover img {
  opacity: 1;
}
#environmental > .childs > .items > div > .title {
  font-size: 14px;
  color: #000;
  text-align: center;
}
#environmental > .childs > .items > div > .icon {
  height: 50px;
  text-align: center;
}
#environmental > .childs > .items > div > .icon img {
  height: 100%;
  width: auto;
}
#environmental > .childs > .items > div.current {
  background-color: #15274a;
  height: 167px;
}
#environmental > .childs > .items > div.current > .title {
  font-size: 22px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
#environmental > .childs > .items > div.current > .icon {
  height: 60px;
}

section.social {
  background-color: #f4f4f4;
  min-height: 90vh;
  min-height: unset;
  padding: 120px 267px 200px 79px;
}
section.social > div {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin-top: 127px;
}

@media (max-width: 1850px) {
  section.social > div {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .news {
    top: 6rem;
    max-width: 75vw;
  }
  #intro h1 {
    margin-top: 1rem;
  }
}
section.social > div .social-item {
  background-color: #fff;
  width: 400px;
  height: 280px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section.social > div .social-item .icon {
  position: absolute;
  z-index: 9;
  right: 50%;
  top: 0px;
  transform: translate(50%, -50%);
  height: 53px;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section.social > div .social-item .icon img {
  height: 100%;
  width: 100%;
  transform: scale(1.2);
}

section#from_top {
  padding: 116px 300px 88px 322px;
}
@media (max-width: 1550px) {
  section#from_top {
    padding: 116px 250px 88px 250px;
  }
}
@media (max-width: 1260px) {
  section#from_top {
    padding: 116px 264px 80px 120px;
  }
}
@media (max-width: 1000px) {
  section#from_top {
    padding: 0;
  }
}

.gallery {
  width: 100%;
  margin: 150px 10px;
  background: #fdfdfd;
  color: #000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-height: 56vh;
  padding: 18px;
}
@media (max-width: 1000px) {
  .gallery {
    max-height: unset;
  }
}
section#from_top .row .col-sm-5 h2 {
  font-weight: bold;
}
section#from_top .row .col-sm-5,
section#from_top .row .col-sm-7 {
  padding-left: 0;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section#from_top .row .col-sm-5 .sub_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 1.25rem;
}

section#from_top .slick-slide img {
  display: block;
  height: 50vh;
  object-fit: cover;
  width: auto;
}
section#from_top figure > div {
  background-size: cover;
  height: 52vh;
}

section#from_top a.button.line_after {
  border: none;
  box-shadow: none;
}
@media (max-width: 1000px) {
  #from_top[data-gallery="exists"] {
    background-image: none;
  }
  #from_top[data-gallery="exists"] > h2 {
    top: -84px;
    margin: 10px;
    background: #003c61;
  }
}
#from_top[data-gallery="no-exists"] > .gallery {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: right;
  margin-right: 20%;
  padding: 0;
  list-style-type: none;
  li {
    margin: 0 0.25rem;
  }
  button {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #15274a99;
    text-indent: -9999px;
  }
  li.slick-active button {
    background-color: #15274a;
  }
}

.slick-prev:before {
  margin-right: -53px;
}

.slick-next:before {
  margin-left: -53px;
}
@media (max-width: 576px) {
  .slick-dots {
    display: flex;
    justify-content: right;
    margin-right: 0;
    padding: 1rem 0 0 0;
    list-style-type: none;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  #from_top {
    position: relative;
  }
  .ui-widget.ui-widget-content {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1260px) {
  #environmental > .childs > .items {
    max-width: 900px;
    overflow-y: clip;
    overflow-x: auto;
  }

  #environmental > .childs > .items > div {
    flex: 1 0 148px;
    gap: 0;
  }

  #environmental > .childs > .items > div > .icon img {
    height: 72%;
  }
}
@media (max-width: 990px) {
  section.social {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 991px) {
  .wa-btn {
    margin-bottom: 3.5rem;
  }
  .mobile-only {
    display: flex;
    justify-content: center;
  }
  .gt-header-buttons-mob {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-inline: 1rem;
  }
  .gt-header-buttons-mob li {
    flex: 1 0 33%;
    margin-block: 5px;
  }
  .gt-header-buttons-mob li a {
    font-size: 1rem;
    padding: 0;
}
  .linksrow .button.dropdown {
    background-color: #1d395d;
    min-width: 100%;
    border: none;
  }
  .linksrow li a {
    width: 100%;
    border-radius: 0;
  }
  .linksrow a.campusil {
    color: #fff;
    background-color: #1e2345;
    display: flex;
    justify-content: center;
  }
  .linksrow a.campusil img {
    width: 25px;
  }
  .linksrow .button.dropdown:hover,
  .linksrow .button.dropdown:focus {
    color: #fff;
  }
  .linksrow li a {
    height: 50px;
  }
  .linksrow .button.dropdown::before {
    content: "";
    height: 17px;
    width: 10px;
    background-image: url(images/icons/arrow-down.svg);
    position: absolute;
    top: 50%;
    left: 30%;
    color: white;
    filter: invert(0);
    background-size: cover;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
