/* fonts */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/Optima.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: 700;
  src: local("Optima Bold"), url("./fonts/Optima_Bold.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("./fonts/Optima_Italic.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("./fonts/Mulish-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("./fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: 500;
  src: local("DINPro"), url("./fonts/DINPro-Medium.woff2") format("woff2");
}
.news-listing {
  color: #FFFFFF;
}
.news-listing .filter {
  display: flex;
  justify-content: space-between;
  padding-bottom: 56px;
  border-bottom: 1px solid #AEAEAE;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .news-listing .filter {
    flex-direction: column;
    padding-bottom: 40px;
    margin-bottom: 32px;
  }
}
.news-listing .filter .filter-item {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .news-listing .filter .filter-item {
    width: 100%;
    padding-right: 0;
  }
  .news-listing .filter .filter-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .news-listing .filter .filter-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-listing .filter .filter-item label {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-right: 15px;
  color: #EDA9B5;
}
@media (max-width: 991px) {
  .news-listing .filter .filter-item label {
    font-size: 1.5rem;
    flex: 1 0 auto;
  }
}
@media (max-width: 575px) {
  .news-listing .filter .filter-item label {
    margin-bottom: 10px;
  }
}
.news-listing .filter .filter-item .select2-wrapper {
  width: auto;
}
@media (min-width: 1200px) {
  .news-listing .filter .filter-item .select2-wrapper {
    min-width: 320px;
  }
}
@media (max-width: 991px) {
  .news-listing .filter .filter-item .select2-wrapper {
    width: 100%;
  }
}
.news-listing .filter .filter-item .select2-wrapper:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 575px) {
  .news-listing .filter .filter-item .select2-wrapper:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.news-listing .intro {
  margin-bottom: 42px;
}
.news-listing .intro h2 {
  color: #C0F6E9;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.76em;
}
@media (max-width: 575px) {
  .news-listing .intro h2 {
    font-size: 2rem;
    line-height: 1.23em;
  }
}
.news-listing .list-container {
  margin-bottom: 100px;
}
.news-listing .list-container .item {
  background-color: #D8E5DF;
  background-size: contain;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 40px 50px 40px 60px;
  display: block;
  color: #FFFFFF;
}
.news-listing .list-container .item:not(:last-child) {
  margin-bottom: 40px;
}
.news-listing .list-container .item:nth-child(even) {
  background-color: #F5F0F1;
}
.news-listing .list-container .item:after {
  content: "";
  display: block;
  width: 115px;
  height: 115px;
  background-color: #496660;
  background: linear-gradient(90.02deg, #496660 0.03%, #1E322E 99.99%);
  border-radius: 100%;
  position: absolute;
  top: -58px;
  left: auto;
  bottom: auto;
  right: -58px;
}
.news-listing .list-container .item:before {
  content: "";
  display: block;
  background-image: url("../img/bg/watermark.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
}
.news-listing .list-container .item:hover .item-info .image-container img {
  transform: scale(1.05);
}
.news-listing .list-container .item:hover .item-info .text .read-more {
  background-color: #FFFFFF;
  color: #034924;
}
@media (max-width: 991px) {
  .news-listing .list-container .item {
    padding: 44px 24px;
  }
  .news-listing .list-container .item:before {
    display: none;
  }
  .news-listing .list-container .item:after {
    width: 115px;
    height: 115px;
    top: -64px;
    right: -64px;
  }
}
.news-listing .list-container .item .item-wrapper {
  position: relative;
}
.news-listing .list-container .item .item-info {
  display: flex;
  justify-content: space-between;
}
.news-listing .list-container .item .item-info .text {
  margin-right: 24px;
  width: 56%;
}
.news-listing .list-container .item .item-info .text .title {
  color: #034924;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Optima", sans-serif;
  margin-bottom: 8px;
}
.news-listing .list-container .item .item-info .text .desc, .news-listing .list-container .item .item-info .text .desc2 {
  font-weight: 400;
  font-size: 0.9rem;
  color: #204640;
}
.news-listing .list-container .item .item-info .text .desc2 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #AEAEAE;
}
.news-listing .list-container .item .item-info .text .read-more {
  display: inline-block;
  text-align: center;
  margin-top: 1em;
  min-width: 210px;
  padding: 10px 30px;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 500;
  border: 2px solid #034924;
  background-color: #034924;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  margin-top: 32px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .news-listing .list-container .item .item-info .text .read-more {
    min-width: 182px;
    font-size: 1.123rem;
  }
}
.news-listing .list-container .item .item-info .image-container {
  width: 44%;
  margin-bottom: 50px;
  overflow: hidden;
}
.news-listing .list-container .item .item-info .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 5/4;
  transition: transform 0.2s ease-in-out;
  background-color: #CCCCCC;
}
@media (max-width: 991px) {
  .news-listing .list-container .item .item-info {
    flex-direction: column;
  }
  .news-listing .list-container .item .item-info .text {
    width: 100%;
    margin-right: 0;
  }
  .news-listing .list-container .item .item-info .image-container {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .news-listing .list-container .item .item-info .image-container img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .news-listing .list-container .item .item-info .image-container img {
    max-width: 100%;
  }
}
.news-listing .list-container .item.item-text-only .item-info .text {
  width: 100%;
}
.news-listing .list-container .item.item-text-only .item-info .image-container {
  display: none;
}
.news-listing.alumni-listing .list-container .item {
  background-color: #F5F0F1;
}
.news-listing.alumni-listing .list-container .item:nth-child(even) {
  background-color: #D8E5DF;
}

.item {
  position: relative;
  overflow: hidden;
}
.item .item-head {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
}
.item .item-head .category {
  background-color: #415C57;
  color: #FFFFFF;
  font-family: "Optima", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 2.25;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .item .item-head .category {
    padding: 0 1em;
  }
}
.item .item-head .divider {
  margin: 0 20px;
  font-weight: 400;
  color: #333333;
}
.item .item-head .date {
  font-family: "Optima", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.42;
  color: #1B3067;
}

.news-details > .container > .wrapper {
  position: relative;
}
.news-details > .container > .wrapper:after {
  content: "";
  display: block;
  background-image: url("../img/bg/grid2.svg");
  background-repeat: no-repeat;
  width: 325px;
  height: 795px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -50px;
  right: -325px;
  z-index: -1;
}
@media (max-width: 991px) {
  .news-details > .container > .wrapper:after {
    display: none;
  }
}
.news-details .back-link {
  font-weight: bold;
  color: #EDA9B5;
  margin-bottom: 40px;
  display: inline-block;
}
.news-details .back-link:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("../img/icon/m-prev.svg");
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
}
.news-details .back-link:before {
  margin-right: 20px;
  color: #EDA9B5;
  transition: transform 0.2s ease-in-out;
  display: inline-block;
}
.news-details .back-link:hover {
  color: #FEF8F8;
}
@media (max-width: 991px) {
  .news-details .back-link {
    font-size: 1.25em;
    margin-bottom: 22px;
  }
}
.news-details .back-link:hover:before {
  transform: translateX(-12px);
}
.news-details .item {
  z-index: 1;
  background: #D8E5DF;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .news-details .item {
    margin-bottom: 52px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
.news-details .item:after {
  content: "";
  display: block;
  width: 122px;
  height: 122px;
  background-color: #496660;
  background: linear-gradient(90.02deg, #496660 0.03%, #1E322E 99.99%);
  border-radius: 100%;
  position: absolute;
  top: -54px;
  left: auto;
  bottom: auto;
  right: -54px;
}
@media (max-width: 991px) {
  .news-details .item:after {
    top: -64px;
    right: -64px;
  }
}
.news-details .item:before {
  content: "";
  display: block;
  width: 122px;
  height: 122px;
  background-color: #496660;
  background: linear-gradient(90.02deg, #496660 0.03%, #1E322E 99.99%);
  border-radius: 100%;
  position: absolute;
  top: auto;
  left: -54px;
  bottom: -54px;
  right: auto;
}
@media (max-width: 991px) {
  .news-details .item:before {
    display: none;
  }
}
.news-details .item .item-wrapper {
  padding: 70px 78px;
  color: #204640;
}
@media (max-width: 991px) {
  .news-details .item .item-wrapper {
    padding: 60px 18px;
  }
  .news-details .item .item-wrapper .item-head .category {
    font-size: 0.75rem;
  }
  .news-details .item .item-wrapper .item-head .date {
    font-size: 1rem;
  }
}
.news-details .item .item-wrapper h2 {
  color: #034924;
  font-size: 2em;
}
.news-details .item .item-wrapper h3 {
  color: #034924;
}
.news-details .item .item-wrapper:before {
  content: "";
  display: block;
  z-index: -1;
  background-image: url("../img/bg/globe4.svg");
  background-repeat: no-repeat;
  width: 521px;
  height: 521px;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 7px;
}
@media (max-width: 991px) {
  .news-details .item .item-wrapper:before {
    display: none;
  }
}
.news-details .item .item-wrapper .title {
  font-size: 1.8rem;
  line-height: 1.11em;
  margin-bottom: 40px;
  color: #034924;
}
@media (max-width: 991px) {
  .news-details .item .item-wrapper .title {
    font-size: 2rem;
    margin-bottom: 16px;
    line-height: 1.25em;
  }
}
.news-details .item .item-head .date {
  font-family: "Optima", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.news-details .item .news-swiper {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .news-details .item .news-swiper {
    margin-bottom: 12px;
  }
}
.news-details .item .news-swiper .image-wrapper img {
  aspect-ratio: 797/445;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-details .item .news-swiper .nav-wrapper {
  padding-right: 0;
}
.news-details .item .news-swiper .nav-wrapper:after {
  display: none;
}
@media (max-width: 991px) {
  .news-details .item .news-swiper .nav-wrapper {
    justify-content: center;
  }
}
.news-details .building-block > .container {
  padding: 0;
}
.news-details .building-block .com-text a {
  color: #037A52;
}
.news-details.alumni-event-details .member-list {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media (max-width: 1199px) {
  .news-details.alumni-event-details .member-list {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details.alumni-event-details .member-list {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .news-details.alumni-event-details .member-list .list-wrapper {
    flex-direction: column;
  }
}
.news-details.alumni-event-details .member-list .list-wrapper .item {
  display: flex;
  overflow: visible;
  width: calc((100% - 90px) / 2);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details.alumni-event-details .member-list .list-wrapper .item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 991px) {
  .news-details.alumni-event-details .member-list .list-wrapper .item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .news-details.alumni-event-details .member-list .list-wrapper .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.news-details.alumni-event-details .member-list .list-wrapper .item:nth-child(odd) {
  margin-right: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details.alumni-event-details .member-list .list-wrapper .item:nth-child(odd) {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .news-details.alumni-event-details .member-list .list-wrapper .item:nth-child(odd) {
    margin-right: 0;
  }
}
.news-details.alumni-event-details .member-list .list-wrapper .item:nth-child(even) .item-wrapper {
  transform: translate(0);
}
.news-details.alumni-event-details .member-list .list-wrapper .item .item-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
.news-details.alumni-event-details .member-list .list-wrapper .item .item-wrapper img {
  width: 442px !important;
  aspect-ratio: 442/223 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details.alumni-event-details .member-list .list-wrapper .item .item-wrapper img {
    width: 330px !important;
  }
}
.news-details.alumni-event-details .member-list .list-wrapper .item .item-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .news-details.alumni-event-details .member-list .list-wrapper .item .item-head {
    margin-bottom: 24px;
  }
}
.news-details.alumni-event-details .member-list .list-wrapper .item .item-head .image-wrapper {
  margin-top: -95px;
  margin-left: -72px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details.alumni-event-details .member-list .list-wrapper .item .item-head .image-wrapper {
    margin-left: -52px;
  }
}
@media (max-width: 991px) {
  .news-details.alumni-event-details .member-list .list-wrapper .item .item-head .image-wrapper {
    margin-top: -40px;
  }
}
.news-details.alumni-event-details .member-list .list-wrapper .item .item-head .image-wrapper:after {
  display: none;
}
.news-details.alumni-event-details .member-list .list-wrapper .item .item-body .style2 .heading {
  font-size: 1.5rem;
  margin-bottom: 16px;
}/*# sourceMappingURL=news.css.map */