/**/
.news {
    position: relative;
  }
  
  .news .news-toggle {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .news .news-marquee {
    overflow: hidden;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    max-height: 19rem;
  }
  
  .news .item {
    background: #fff;
    border-right: 10px solid #064771;
    padding: 1.2rem 0.5rem;
    margin-bottom: 0.75rem;
    display: block;
    color: inherit;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
  }
  
  .news .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
  
  .news .item time {
    color: #064771;
  }
  
  .news .item h3 {
    font-size: 1.4rem;
  }
  
  /**/
  .event {
    display: block;
    color: #000;
  }
  
  .event:hover {
    text-decoration: none;
  }
  
  .event .date {
    display: inline-block;
    color: #215d73;
    padding: 2px 0 2px 5px;
    margin-left: 5px;
    border-left: 2px solid #215d73;
    font-weight: bold;
  }
  
  .event .info > div span {
    color: #215d73;
    font-weight: bold;
  }
  
  .event h3 {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  
  .event .col-9 {
    display: flex;
    align-items: center;
  }
  
  /**/


.articles article .pic {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}
  .article {
    display: block;
    color: #000;
    position:relative;
  }
  
  .article h3 {
    font-size: 1.1rem;
    font-weight:400;
    margin-top: 10px;
    line-height:1;
  }
  
  .card-header {
    position: absolute;
    top: 0px;
    transform: translate(50%, -50%);
    right: 50%;
    border-radius: 25px !important;
  }
  
  .card-header h2 {
    font-size: 1.7rem;
    padding: 0px 1rem;
    text-align: center;
  }
  
  .page-content-body > .row {
    margin-bottom: 60px;
  }
  
  .card.mb-4 {
    margin-top: 20px;
    padding-top: 60px;
    background-color: #f1f1f1;
    border: 2px solid;
    border-radius: 25px;
  }
  
  .card-body {
    border-radius: 25px;
  }
  
  .news-marquee > div a h3 {
    overflow: hidden;
    width: 95%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  
  .news-marquee > div:nth-child(1) a {
    border-color: #e47147;
  }
  
  .news-marquee > div:nth-child(2) a {
    border-color: #5e9eb3;
  }
  
  .news-marquee > div:nth-child(3) a {
    border-color: #75bb6d;
  }
  
  .news-marquee > div:nth-child(4) a {
    border-color: #e47147;
  }
  
  .news-marquee > div {
    margin-bottom: 20px;
  }
  
  .news-marquee > div h3,
  .news-marquee > div p {
    width: 95%;
    margin: 0 auto;
  }
  
  .news-marquee > div time {
    font-size: 1.1rem;
  }
  
  .text-left a {
    color: #000;
    font-weight: bold;
  }
  
  .event {
    display: flex;
    align-items: center;
  }
  
  .event .pic {
    border-radius: 10px;
    overflow: hidden;
  }
  
  .event .pic img {
    aspect-ratio: 2 / 1.38;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .articles > div > .row {
    margin-bottom: 50px;
    gap: 25px;
    padding: 0 25px;
  }
  .articles > div > .row .col-lg-4 {
    flex-basis: 31%;
  }
  @media (max-width: 990px) {
    .articles > div > .row .col-lg-4 {
      flex-basis: 100%;
    }
  }
  .articles article a:hover .pic img {
    transform: scale(1.2);
  }
  .articles article .pic {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
  .articles article .pic::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6951155462) 70%, rgb(0, 0, 0) 100%);
  }
  .articles article .pic img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.6;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.5s ease-in-out;
  }
  .articles article .info {
  position: absolute;
    bottom: 5px;
    color: #fff;
    padding: 10px 25px 10px 0px;
    height: 4rem;
    overflow: hidden;
    width: 95%;
    right: 0;
    display: flex;
  }
  .articles article .info::before {
    content: "";
    position: absolute;
    right: 10px;
    height: 60%;
    width: 8px;
    transform: translate(0, 25%);
    border-radius: 50%;
    background-color: #9ec73b;
  }
  
  body {
    background-color: #fff;
  }
  
  .page-content {
    box-shadow: none;
  }
  
  .bottom {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
  }
  .bottom > div {
    flex-basis: 49%;
  }
  


  @media (max-width: 990px) {
    .bottom > div {
      flex-basis: 100%;
    }
  }
  .bottom > div.video > div {
    border-radius: 25px;
    overflow: hidden;
  }
  .bottom > div.gallery > div {
    position: relative;
  }
  .bottom > div.gallery > div .gallery-slick {
    width: 100%;
  }
  .bottom > div.gallery > div .gallery-slick a {
    flex-basis: 100%;
  }

.gallery-slick .slick-prev:before, .slick-next:before {
    font-size: 25px;
    padding: 5px;
    color: #0372ac;
    background: white;
}
  .bottom > div.gallery > div .gallery-slick a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.6;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bottom h2 {
    text-align: center;
  }/*# sourceMappingURL=whats_new.css.map */

  .bottom {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.bottom .gallery div, .bottom .video div {
    background: #eee;
    border-radius: 25px;
    overflow: hidden;
    min-height: 250px;
    position: relative;
}

  @media (max-width:1599px) {
    .event .pic img {
      aspect-ratio: 1;
    }
  }
  .gallery div.more {
    background-color: yellow;
    width: 100%;
    height: 1rem;
  }

  @media (max-width:500px){
    .card-header h2 {
      padding: 0;
      font-size: 1.2rem;
    }
  }