
/**/
.news_button {
  visibility: hidden;
}

.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;
      height: 350px;
}

.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,
.event .time {
  display: inline-block;
  color: #215d73;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.event .date.date,
.event .time.date {
  border-left: 2px solid #215d73;
  padding: 0 5px;
  margin-left: 5px;
}

.event .info > div span {
  color: #215d73;
  font-weight: bold;
}

.event h3 {
  font-size: 1.5rem;
}

.event .col-9 {
  display: flex;
  align-items: center;
}

/**/
.article {
  display: block;
  color: #000;
}

.article h3 {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #fff;
}

.card-header {
  border-radius: 15px 15px 0 0 !important;
  padding-bottom: 30px;
}

.card-header h2 {
  font-size: 1.7rem;
  padding: 0px 50px;
  text-align: center;
}

.page-content-body > .row {
  margin-bottom: 20px;
}

.card.mb-4 {
  margin-top: 20px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

.card-body {
  border-radius: 25px 25px 0 0;
  background-color: #e5e5e5;
  margin-top: -20px;
}

.news-marquee > div a h3 {
  overflow: hidden;
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.news-marquee .js-marquee > div a {
  margin-bottom: 15px;
  display: block;
}
.news-marquee .js-marquee > div:nth-child(1) a {
  border-color: #e47147;
}

.news-marquee .js-marquee > div:nth-child(2) a {
  border-color: #5e9eb3;
}

.news-marquee .js-marquee > div:nth-child(3) a {
  border-color: #75bb6d;
}

.news-marquee .js-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;
  margin: 0 auto;
  width: 90%;
}

.event .pic {
  border-radius: 10px;
  overflow: hidden;
}

.event .pic img {
  aspect-ratio: 1/0.7;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
.articles > div > .row {
  margin-bottom: 50px;
  justify-content: space-around;
  gap: 25px;
  padding: 0 25px;
}
.articles > div > .row .col-lg-4 {
  flex-basis: 32%;
}
@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: 0px;
  color: #fff;
  padding: 10px 25px;
  height: 38%;
  overflow: hidden;
  width: 80%;
  right: 50%;
  transform: translate(50%, 0);
  display: flex;
}
.articles article .info::before {
  content: "";
  position: absolute;
  right: 10px;
  height: 60%;
  width: 3px;
  transform: translate(0, 20%);
  background-color: #ffffff;
}
.video > div{
  border-radius: 25px;
  overflow: hidden;
}
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%;
}
.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;
}

.container {
  width: 100%;
  max-width: 1600px;
}

.page-content-head {
  background-color: #5fb6ca;
  height: auto;
  border-radius: 10px;
  padding: 10px;
}
.page-content-head h1 {
  text-align: center;
  font-size: 30px;
}

.mb-3a {
  margin-bottom: 0.65rem;
}

.page-content-body > .card.mb-4 > .card-body {
  padding-top: 60px;
}
.page-content-body > .card.mb-4 > .card-body .row {
  margin-bottom: 25px;
}
.page-content-body > .card.mb-4 > .card-body article {
  position: relative;
}
.page-content-body > .card.mb-4 > .card-body article::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #3A8B56;
  width: 100%;
  transform: translate(0, 300%);
}

.page-header {
  border-radius: 0 0 200% 200%/150px;
  margin-bottom: 50px;
}

.page-content-body {
  /*padding: 1.5rem 0;*/
}/*# sourceMappingURL=whats_new.css.map */



.gallery-pic {
	position: relative;
	padding-bottom: 61.25%;
	overflow: hidden;
	display: block;
  border-radius: 25px;
}

.gallery-pic img  {
	position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
 
}

@media (max-width:991px){
  .articles .row .col-lg-4{
    margin:8px auto;
  }
  .event .col-3{
    padding-left: 0;
  }
}


.galleries-title, .video-title {
	 /*text-align: center;*/
}

.galleries-title span {
	background: #96c945;
	color: #fff;
	border-radius: 20px;
	padding: 5px 15px;
	margin: 0 auto;
	font-size: 18px;
	display: inline-block;
}

.video-title span {
	background: #3fc4e3;
	color: #fff;
	border-radius: 20px;
	padding: 5px 15px;
	margin: 0 auto;
	font-size: 18px;
	display: inline-block;
}



@media (max-width: 990px) {
	.page-content-head {
		padding-top: 220px;
	}
}
