#content {
  min-height: 600px;
}
/* #mainZone section {
  overflow: hidden;
} */
#mainZone{
  text-align: left;
}
#mainZone section:before {
  z-index: 1;
}
#mainZone section > * {
  z-index: 2;
  position: relative;
}
#mainZone section > h2.accessibility{
  position: absolute;
}
.announcement .popupNewsWrap .newsMain{
  max-height: 500px;
  overflow-y: auto;
}
.announcement .popupNewsWrap .newsMain::-webkit-scrollbar {
  width: 8px;
}
.announcement .popupNewsWrap .newsMain::-webkit-scrollbar-track {
  background: var(--grey3);
}
.announcement .popupNewsWrap .newsMain::-webkit-scrollbar-thumb {
  background: var(--green1);
}
.announcement .popupNewsWrap .newsMain:hover::-webkit-scrollbar-thumb:hover {
  background: var(--lightgreen1) !important;
}
#mainVisualWrap{
  position: relative;
  background-color: var(--darkblue);
  color: #fff;
}
#mainVisualWrap .mainvideo{
/*  line-height: 0;*/
  /* aspect-ratio: 16/9; */
  overflow: hidden;
  height: calc(100vh - 66px);
}
#homeBanners .swiper-slide{
  overflow: hidden;
}
#mainVideo, #homeBanners .swiper-slide video, #homeBanners .swiper-slide img {
  min-width: 102%;
  min-height: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#homeBanners .swiper-slide img{ max-width:inherit;}
#homeBanners > .swiper-arrow{
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--green2); 
  transition: background-color .3s ease 0s;
}
#homeBanners > .swiper-arrow:hover, #homeBanners > .swiper-arrow:focus-within{
  background-color: var(--lightgreen1); 
}
#homeBanners > .swiper-arrow span:before{
  color: #fff;
  margin-left: 0;
}
#homeBanners > .swiper-arrow:hover span:before, #homeBanners > .swiper-arrow:focus-within span:before{
  color: var(--green2); 
}
#homeBanners > .swiper-prev{
  left: 20px;
}
#homeBanners > .swiper-next{
  right: 20px;
}
#homeBanners .swiperCtrls{
  padding: 0 10px 0 15px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  bottom: 86px;
  left: 20px;
  border-radius: 30px;
  background-color: rgba(0,0,0,.25);
}
#homeBanners .swiperCtrls .swiper-arrow{
  display: none;
  width: 30px;
}
#homeBanners .swiperCtrls .swiper-arrow span:before{
  color: #fff;
  margin-left: 0;
}
#homeBanners .swiperCtrls .swiper-arrow:hover span:before, #homeBanners .swiperCtrls .swiper-arrow:focus-within span:before{
  color: var(--lightgreen1); 
}
#homeBanners .swiperCtrls .swiper-paging{
  padding: 0;
}
#homeBanners .swiperCtrls .swiper-paging .swiper-pagination-bullet{
  opacity: 1
}
#homeBanners .swiperCtrls .swiper-paging .swiper-pagination-bullet:before{
  width: 10px;
  height: 10px;
  background-color: #fff;
}
#homeBanners .swiperCtrls .swiper-paging .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:before{
  background-color: var(--lightgreen1); 
}
#homeBanners .swiperCtrls .swiper-paging .swiper-pagination-bullet-active:before{
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-color: var(--lakeblue);
}
#homeBanners .swiperCtrls .swiper-paging .swiper-pagination-bullet-active:hover:before{
  border-color: var(--lightgreen1); 
}
#homeBanners .swiperCtrls .swiper-paging2{
  color: #fff;
  padding: 0;
  display: none;
}
#homeBanners .swiperCtrls .btn-play:before, #homeBanners .swiperCtrls .btn-play:after{
  background-color: var(--lakeblue);
}
#homeBanners .swiperCtrls .btn-play:not(.stop):hover:before, #homeBanners .swiperCtrls .btn-play:not(.stop):hover:after{
  background-color: var(--lightgreen1); 
}
#homeBanners .swiperCtrls .btn-play.stop:before {
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--lakeblue);
  border-top: 7px solid transparent;
  background: none;
}
#homeBanners .swiperCtrls .btn-play.stop:hover:before{
  border-left: 10px solid var(--lightgreen1); 
}
#homeBanners .swiper-button-lock{ display:none; }
#videoSwiper{
  overflow: hidden;
  position: absolute!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#sloganSwiper{
  position: absolute!important;
  bottom: 0;
  right: 0;
  width: 50%;
  pointer-events: none;
  overflow: hidden;
}
#sloganSwiper .swiper-wrapper{
  align-items: flex-end;
}
#sloganSwiper .swiper-slide > div{
  min-height: 66px;
  font-size: 1em;
  justify-content: end;
  color: #fff;
  font-style: italic;
  padding: 10px 40px;
  display: flex;
  align-items: center;
}
#videoSwiper .swiper-container{
  height: 100%;
}
#videoSwiper .swiper-slide{
  font-weight: 700;
  font-size: 5.222em;
  line-height: 1.043em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#videoSwiper .swiper-slide > div{
  text-shadow: var(--textshadow);
  padding: 20px;
}
#mainLinksWrap{
  position: relative;
}
#mainLinks{
  width: 100%;
  display: flex; 
}
#mainLinks > div{
  width: calc(50% + 40px);
  position: absolute!important;  
}
#mainLinks > div > a{
  display: block;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  cursor: default;
}
#mainLinks > div:first-child{ 
  top: -66px;  
}
#mainLinks > div:last-child{ 
  right: 0;  
}
#mainLinks > div:first-child > a{
  text-align: right;
  padding: 15px 110px 15px 40px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 101%, 0% 101%);
  background: #349c29;
  background: linear-gradient(to right, #349c29 0%, #b5ee0a 100%);
  /* background-position: 100% 0;
  background-image: url(../images/home/home-development-arrow.svg);   */
}
#mainLinks > div > a:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;  
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: 1;
  opacity: .25;
}
#mainLinks > div:first-child > a:before{
  background-image: url(../images/home/home-development-lineart.png);
}
#mainLinks > div:last-child > a:before{
  background-image: url(../images/home/home-conservation-lineart.png);
}
#mainLinks > div:last-child > a{
  padding: 15px 40px 15px 110px;
  clip-path: polygon(40px 0, 100% 0%, 100% 100%, 0% 100%);
  background: #1cffde;
	background: linear-gradient(to right, #1cffde 0%, #00687b 100%);
  /* background-position: 0 0;
  background-image: url(../images/home/home-conservation-arrow.svg); */
}
#mainLinks > div > a span{
  line-height: 36px;
  font-size: 1.889em;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-shadow: var(--textshadow);
}
#mainLinks > div > a span:before{
  font-family: icomoon;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  line-height: 30px;
  transform: translateY(-50%);
  line-height: 40px;
  transition: color 0.3s ease 0s, margin-left .3s ease 0s;
}
#mainLinks > div:first-child > a span:before{
  content: "\e103";
  right: -25px;
}
#mainLinks > div:last-child > a span:before{
  content: "\e102";
  left: -25px;
}
#whatsnewsWrap {
  position: relative;
  padding: 206px 0 100px;
  overflow: hidden;
}
#whatsnewsWrap .swiper-wrap .swiper-arrow.swiper-button-lock, #whatsnewsWrap .swiper-pagination-lock + .swiper-paging2 + .btn-play{
  display: none;
}
#whatsnewsWrap:before {
  content: "";
  position: absolute;
  bottom: -1%;
  left: -1%;
  width: 101%;
  height: 101%;
  background-color: #f8f8f8;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../images/home/bg-home-whats-new.jpg);
  background-size: 100% auto;
}
#whatsnewMain {
  max-width: 1680px;
  padding: 0 40px;
  margin: 0 auto;
}
#whatsnewMain .swiperCtrls, #linksSwiper .swiperCtrls {
  display: flex;
  justify-content: center;
  align-items: center;
}
#whatsnewSwiper {
  overflow: hidden;
  margin-bottom: 20px;
}
#whatsnewMain .swiper-slide {
  padding: 20px;  
}
#whatsnewMain .swiper-slide.swiper-slide-visible{
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
#whatsnewMain .swiper-slide .img {
  aspect-ratio: 4/3;
  display: block;
  overflow: hidden;
  line-height: 0;
  position: relative;
  background-color: #fff;
}
#whatsnewMain .swiper-slide .img img {
  position: absolute;
  width: 100%;
  max-height: fit-content;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease 0s;
}
#whatsnewMain .swiper-slide a:hover .img img {
  transform: translate(-50%, -50%) scale(1.2);
}
#whatsnewMain .swiper-slide {
  height: auto;
}
#whatsnewMain .swiper-slide > div{
  clip-path: var(--clippath);
  height: 100%;
}
#whatsnewMain .swiper-slide a {
  display: block;
  position: relative;
  height: 100%;
  background-color: #fff;
  margin-top: 0;
  margin-left: 10px;
  transition: margin-top .3s ease 0s, background-color .3s ease 0s;
} 
#whatsnewMain .swiper-slide .detailsWrap{
  position: relative;
}
#whatsnewMain .swiper-slide .detailsWrap > div{
  padding: 25px 30px 48px;
/*  clip-path: var(--clippath);*/
  
}
#whatsnewMain .swiper-slide a:hover{
  background-color: var(--lightgreen2);
}
#whatsnewMain .swiper-slide .details {
  position: relative;
}
#whatsnewMain .swiper-slide .detailsWrap:before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 20px;
  left: -10px;
  width: var(--hdArrowW);
  height: var(--hdArrowH);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../images/home/hd-arrow.svg);
  background-size: 100% auto;
}
#whatsnewMain .swiper-slide .details .news {
  line-height: 1.556em;
  height: 110px; /*revise later*/
  font-weight: 700;
  color: var(--green2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  margin-bottom: 30px;
  transition: color .3s ease 0s;
}
#whatsnewMain .swiper-slide a:hover .details .news{
  color: var(--darkblue);
}
#whatsnewMain .swiper-slide .date {
  position: absolute;
  bottom: 24px;
  left: 30px;
  white-space: nowrap;
  font-weight: 300;
  padding-left: 34px;
  line-height: 24px;
  color: var(--grey1);
}
#whatsnewMain .swiper-slide .date span:before{
  content: '\e913';
  font-family: icons;
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  color: var(--green1);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#content .secTitle {
  text-align: center;
}
#content .secTitle h2 {
  font-size: 3em;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 50px;
}
.secTitle h2:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#whatsnewsWrap .secTitle {
  color: var(--green2);
}
#whatsnewsWrap .secTitle h2{ margin-bottom: 25px;}
#calendarWrap .secTitle {
  color: var(--darkblue);
}
#whatsnewsWrap .secTitle h2:before, #calendarWrap .secTitle h2:before {
  background-color: currentColor;
}
.secTitle a.btnMore{
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 42px;
  position: relative;
}
.secTitle a.btnMore:before{
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--green1);
}
.secTitle a.btnMore:after{
  font-family: icomoon;
  content: "\e905";
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  position: absolute;
  /*left: 50%;
  top: 6px;*/
  transform: translate(-9px, 0px);
  z-index: 30;
  transition: color .3s ease 0s;
}
.secTitle a.btnMore:hover:after, .secTitle a.btnMore:focus-within:after{
  color: var(--green2);
}
#whatsnewsWrap .secTitle a.btnMore:before{
  background-color: var(--green1);
}
#whatsnewsWrap .secTitle a.btnMore:hover:before, #whatsnewsWrap .secTitle a.btnMore:focus-within:before{
  background-color: var(--lightgreen1);
}
/* #content .swiper-paging {
  width: inherit;
} */
#content .swiper-paging .swiper-pagination-bullet {
  background: none;
  margin: 0 5px;
}
#linksSwiper .linkItem {
  /* min-height: 360px; */
  /* background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 101% auto; */
  overflow: hidden;
}
#linksSwiper .linkItem a{
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
/* #linksSwiper .linkItem a:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,.5);
  opacity: 1;
  transition: opacity .3s ease 0s;
}
#linksSwiper .linkItem a:hover:before{
  opacity: 0;
} */
#linksSwiper .linkItem a > span.img{
  line-height: 0;
}
#linksSwiper .linkItem a > span.img img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(1);
  min-width: 101%;
  transition: transform .3s ease 0s;
}
#linksSwiper .linkItem a:hover > span.img img{
  transform: translate(-50%,-50%) scale(1.2);
}
#linksSwiper .linkItem a > span.txt{
  padding: 0 10px;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#linksSwiper .linkItem a > span.txt > span{
  font-size: 1.889em;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  text-shadow: var(--textshadow);
}
#linksSwiper .linkItem a > span.txt > span:before{
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: currentColor;
  transform: translateX(-50%);
}
#linksSwiper .item1 {
  grid-area: item1;
  /* background-image: url(../images/home/home-wall-our-projects-studies.jpg); */
}
#linksSwiper .item2 {
  grid-area: item2;
  /* background-image: url(../images/home/home-wall-about-us.jpg); */
}
#linksSwiper .item3 {
  grid-area: item3;
  /* background-image: url(../images/home/home-wall-whats-new.jpg); */
}
#linksSwiper .item4 {
  grid-area: item4;
  /* background-image: url(../images/home/home-wall-lcf.jpg); */
}
#linksSwiper .item5 {
  grid-area: item5;
  /* background-image: url(../images/home/home-wall-tung-chung-clc-promenade.jpg); */
}
#linksSwiper .item6 {
  grid-area: item6;
  /* background-image: url(../images/home/home-wall-publications.jpg); */
}
#linksSwiper .item7 {
  grid-area: item7;
  /* background-image: url(../images/home/home-wall-conservation.jpg); */
}
#linksSwiper .item8 {
  grid-area: item8;
  /* background-image: url(../images/home/home-wall-leisure-recreation.jpg); */
}
#linksSwiper .item9 {
  grid-area: item9;
  /* background-image: url(../images/home/home-wall-history-culture.jpg); */
}
#linksSwiper .item10 {
  grid-area: item10;
  /* background-image: url(../images/home/home-wall-facts-data.jpg); */
}
#linksSwiper .item11 {
  grid-area: item11;
}
#calendarWrap{
  position: relative;
  padding: 140px 0 240px;  
  overflow: hidden;
}
#calendarWrap:before {
  content: "";
  position: absolute;
  bottom: -1%;
  left: -1%;
  width: 101%;
  height: 101%;
  background-color: #f8f8f8;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/home/bg-home-calendar.jpg);
  background-size: 100% auto;
}
#eventCalendarWrap{
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
#eventCalendar{
  display: flex;    
  background-color: #fff;  
  /* clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 40px),calc(100% - 40px) 100%,0% 100%); */
}
#calendarMain{
  width: 410px;
  height: 530px;
  min-height: 200px;
  padding: 30px 30px 10px;
  color: #333;
  background: var(--lightgreen2);
}
#calendar{
  width: auto;
  background: none;
  padding: 0;
}
#yearmth{
  justify-content: left;
  text-align: left;
  padding: 0;
  font-weight: 700;
  font-size: 1.556em;
  color: var(--darkblue);
}
#calendar .vanilla-calendar-header .vanilla-calendar-arrow{
  margin: 0 10px;
}
#calendar .vanilla-calendar-header .vanilla-calendar-arrow:focus-within{
  outline: black solid 2px;
}
#calendar .vanilla-calendar-header .vanilla-calendar-arrow.disable{
  visibility: visible!important;
  opacity: .2;
  pointer-events: none;
}
#calendar .vanilla-calendar-day__btn{
  background: none;
  position: relative;
}
#calendar .vanilla-calendar-day{
  background: none;
  position: relative;
}
/* #calendar .vanilla-calendar-day:before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: var(--lightgreen1);
  border-radius: 50%;
  display: none;
}
#calendar .vanilla-calendar-day_selected:before{
  display: block;
} */
#calendar .vanilla-calendar-week{
  background: var(--green2);
  color: #fff;
}
#calendar .vanilla-calendar-week .vanilla-calendar-week__day{
  padding: 10px 0;
  color: currentColor;  
  font-size: 0.833em;
  font-weight: 400;
}
#calendar .vanilla-calendar-day{
  padding: 5px 0;
}
#calendar .vanilla-calendar-day .vanilla-calendar-day__btn{  
  font-size: 1em;
  color: var(--darkblue);
  font-weight: 300;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  transition: background .3s ease 0s;
}
#calendar .vanilla-calendar-day .vanilla-calendar-day__btn_holiday:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--green2);
  z-index: 10;
}
#calendar .vanilla-calendar-day .vanilla-calendar-day__btn.vanilla-calendar-day__btn_selected, #calendar .vanilla-calendar-day .vanilla-calendar-day__btn_holiday{
  cursor: pointer;
}
#calendar .vanilla-calendar-day .vanilla-calendar-day__btn.vanilla-calendar-day__btn_selected:hover{
  background: var(--lightblue1)!important;
}
#calendar .vanilla-calendar-day .vanilla-calendar-day__btn_selected, #calendar .vanilla-calendar-day .vanilla-calendar-day__btn_selected:hover{
  font-weight: 700;
  background: var(--lightblue2);;
}
#calendar .vanilla-calendar-day__btn_today{
}
#eventCalendar .vanilla-calendar-day__btn.clicked:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border:3px solid var(--lakeblue);
}
#calendar .vanilla-calendar-day .vanilla-calendar-day__btn_prev, #calendar .vanilla-calendar-day__btn_next{
  display: none;
}
#calendar .vanilla-calendar-arrow:before{ display: none;}
#calendar .vanilla-calendar-arrow:after{
  font-family: icomoon;
  display: block;
  color: var(--green2);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 30px;
  margin-left: 0;
  transform: translate(-50%, -50%);
  line-height: 40px;
  transition: color 0.3s ease 0s, margin-left .3s ease 0s;
}
#calendar .vanilla-calendar-arrow:hover:after, #calendar .vanilla-calendar-arrow:focus-within:after{
  color: var(--green3);
}
#calendar .vanilla-calendar-arrow.vanilla-calendar-arrow_prev:after{
  content: "\e102";
}
#calendar .vanilla-calendar-arrow.vanilla-calendar-arrow_next:after{
  content: "\e103";
}
#calendar .vanilla-calendar-arrow.vanilla-calendar-arrow_prev:hover:after{
  margin-left: -5px
}
#calendar .vanilla-calendar-arrow.vanilla-calendar-arrow_next:hover:after{
  margin-left: 5px
}
#calendar button.vanilla-calendar-arrow:focus-visible{ outline-style: none;}
#calendarLegend{
  display: flex;
  font-size: 0.833em;
  border-top: 1px solid var(--green1);
  margin-top: 20px;
  flex-wrap: wrap;
  padding: 10px 0;
}
#calendarLegend > div{
  padding: 8px 20px 8px 26px;
  margin-right: 10px;
  position: relative;
}
#calendarLegend > div:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
#calendarLegend > div.eventday:before{
  background-color: var(--lightblue2);
}
#calendarLegend > div.selected:before{
  border: 2px solid var(--lakeblue);
}
#calendarLegend > div.clc:before{
  background-color: var(--green2);
  width: 10px;
  height: 10px;
  left: 2px;
}
#eventsMain{
  padding: 0;
  width: calc(100% - 410px);
}
#eventsSwiper .swiper-container{
  overflow: hidden;
  height: 100%;
}
#eventsSwiper .eventItemWrap{
  padding: 0 20px 0 75px;
  height: 100%;
  overflow-y: auto;
}
#eventsSwiper .eventItemWrap::-webkit-scrollbar {
  width: 8px;
}
#eventsSwiper .eventItemWrap::-webkit-scrollbar-track {
  background: var(--grey3);
}
#eventsSwiper .eventItemWrap::-webkit-scrollbar-thumb {
  background: var(--green1);
}
#eventsSwiper .eventItemWrap:hover::-webkit-scrollbar-thumb:hover {
  background: var(--lightgreen1)!important;
}
#eventsSwiper .eventItem h3{
  font-size: 1.556em;
  line-height: 36px;
  color: var(--green2);
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}
#eventsSwiper .eventItem h3:before{
  content: "";
  position: absolute;
  top: -2px;
  left: -35px;
  width: var(--hdArrowW);
  height: var(--hdArrowH);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../images/home/hd-arrow.svg);
  background-size: 100% auto;  
}
#eventsSwiper .eventItem .date{  
  padding-left: 34px;
  line-height: 24px;
  position: relative;
  margin-bottom: 15px;
}
#eventsSwiper .eventItem .date:before{
  content: '\e913';
  font-family: icons;
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  color: var(--lakeblue);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#eventsSwiper .eventItem .date span{
  font-weight: 700;
}
#eventsSwiper .eventItem .details{
  font-weight: 300;
}
#eventsSwiper .eventItem .details p{
  margin-bottom: 30px;
  line-height: 1.556em;
}
#eventsSwiper .eventItem .eventBtns{

}
#eventsSwiper .eventItem .eventBtns > a{
  display: inline-block;
  overflow: hidden;
  margin-right: 6px;
  position: relative;
  text-decoration: none;
  padding: 8px 30px 8px 54px;
  border-radius: 30px;
  line-height: 1.556em;
  /* color: var(--darkblue); */ 
  transition: background-color .3s ease 0s, color .3s ease 0s;
}
#eventsSwiper .eventItem .eventBtns > a span{
  position: relative;
  z-index: 10;
  font-weight: 700;  
  transition: color .3s ease 0s;
}
#eventsSwiper .eventItem .eventBtns > a:last-child{
  margin-left: 0;
}
#eventsSwiper .eventItem .eventBtns > a.btnRegist{
  background-color: var(--darkblue);
  /* background-color: var(--darkblue);
  color: #fff; */
  /* border-color: 1px solid var(--darkblue); */
}
#eventsSwiper .eventItem .eventBtns > a.btnRegist span{
  color: #fff;
}
#eventsSwiper .eventItem .eventBtns > a.btnDetails span{
  color: var(--darkblue);
}
#eventsSwiper .eventItem .eventBtns > a.btnRegist:hover span, #eventsSwiper .eventItem .eventBtns > a.btnRegist:focus-within span{
  color: var(--green3);
}
#eventsSwiper .eventItem .eventBtns > a:hover, #eventsSwiper .eventItem .eventBtns > a:focus-within{
  background-color: var(--lightgreen1);
}
#eventsSwiper .eventItem .eventBtns > a > span:after{
  font-family: icons;
  position: absolute;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  transition: color 0.3s ease 0s;
}
#eventsSwiper .eventItem .eventBtns > a.btnDetails:before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--lakeblue);
  border-radius: 30px;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s ease 0s;
}
#eventsSwiper .eventItem .eventBtns > a.btnDetails:hover:before{
  opacity: 0;
}
#eventsSwiper .eventItem .eventBtns > a.btnRegist span:after{
  content: "\e912";
  color: #fff;
}
#eventsSwiper .eventItem .eventBtns > a.btnRegist:hover span:after{
  color: var(--green3);
}
#eventsSwiper .eventItem .eventBtns > a.btnDetails span:after{
  content: "\e911";
  color: var(--lakeblue);
}
#eventsSwiper .eventItem .eventBtns > a.btnDetails:hover span:after{
  color: var(--green3);
}
#eventsSwiper .swiperCtrls .swiper-arrow span:after{ 
  color: var(--lakeblue);
}
.noEvents{
  padding: 20px 40px;
  width: 100%;
	height: 100%;
	background: url(../images/home/event-comingsoon.jpg) no-repeat 50% 50% / cover;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 36px;
    font-size: 2.333em;
    color: var(--green3);
	font-weight: bold;
	transition: font-size .3s ease 0s, padding .3s ease 0s;
}

@media screen and (min-width: 1400px) {
  /* #whatsnewSwiper {
    overflow: hidden;
  } */
}
@media screen and (max-width: 1499.98px) {
  /* #linksSwiper .linkItem a > span.txt > span{
    font-size: 1.556em;
  } */
}
@media screen and (max-width: 1399.98px) {
  #whatsnewMain {
    padding: 0 20px;
  }
  #whatsnewMain .swiper-slide {
    padding: 25px 15px 20px;  
  }
  
}
@media screen and (max-width: 1299.98px) {
  .secTitle a.btnMore{
	  width: 36px;
  }
  .secTitle a.btnMore:before{
	  top: -12px;
	  width: 36px;
	  height: 36px;
  }
  .secTitle a.btnMore:after{
	  font-size: 17px;
	  line-height: 17px;
	  transform: translate(-9px, -3px);
  }
  #videoSwiper .swiper-slide{
    font-size: 4.111em;
    line-height: 1.081em;
  }
  #linksSwiper .linkItem a > span.txt > span{
    font-size: 1.556em;
    line-height: 1.071em;
  }
  #mainLinks > div:first-child {
    top: -56px;
  }
  #mainLinks > div:first-child > a{
	padding: 10px 110px 10px 40px;   
  }
  #mainLinks > div:last-child > a {
	 padding: 10px 40px 10px 110px; 
  }
  #mainLinks > div > a span{
    font-size: 1.556em;
  }
  #sloganSwiper .swiper-slide > div { 
	min-height:56px;
  }

  #content .secTitle h2{
    font-size: 2.333em;
    line-height: 1.143em;
  }
  #calendarWrap {
    padding: 140px 0 200px;
  }
  #yearmth, #eventsSwiper .eventItem h3{
    font-size: 1.333em;
    line-height: 1.250em;
  }
  #eventsSwiper .eventItemWrap{ padding-left: 55px;}
  #eventsSwiper .eventItem h3:before{
    left: -28px;
    top: 0;
  }
  #whatsnewMain .swiper-slide .date{ left: 20px;}
  #whatsnewMain .swiper-slide .details .news{ margin-bottom: 20px;}
  #whatsnewMain .swiper-slide .detailsWrap > div{
    padding: 20px 20px 48px;
  }  
}
@media screen and (max-width: 1099.98px) {
  #whatsnewsWrap{
    padding: 156px 0 60px;
  }
  #calendarWrap{
    padding: 90px 0 180px;
  }
  #whatsnewMain{
    max-width: 768px;
  }
}
@media screen and (min-width: 992px) {
  #whatsnewMain .swiper-slide a:hover{
    margin-top: -25px;
  }  
  #linksSwiper .swiper-wrapper{
    display: grid;
    grid-template-areas:
      "item1 item1 item2 item3"
      "item4 item5 item6 item7"
      "item8 item9 item10 item11";
    gap: 0;
  }
  #linksSwiper .item2, #linksSwiper .item3, #linksSwiper .item4, #linksSwiper .item6, #linksSwiper .item7, #linksSwiper .item8, #linksSwiper .item9{
    aspect-ratio: 5/4;
  }
  #linksSwiper .swiperCtrls{ display: none;}
  #eventCalendar{
    clip-path: var(--clippath);
  }
  #eventsSwiper .swiperCtrls{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);    
  }
  #eventsSwiper .swiperCtrls .swiper-paging{
    height: 190px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #eventsSwiper .swiperCtrls .swiper-paging .pagin{
    border: 1px solid var(--green4);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    font-size: 0.833em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #eventsSwiper .swiperCtrls .swiper-paging .pagin:before, #eventsSwiper .swiperCtrls .swiper-paging .pagin:after{
    content: '';
    height: 56px;
    width: 1px;
    background-color: var(--grey2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #eventsSwiper .swiperCtrls .swiper-paging .pagin:before{ top: calc(-100% - 15px);}
  #eventsSwiper .swiperCtrls .swiper-paging .pagin:after{ top: calc(100% + 15px);}
  #eventsSwiper .swiperCtrls .swiper-arrow span:before{ 
    margin: 0!important; 
    font-size: 12px;
  }
  #eventsSwiper .swiperCtrls .swiper-prev span:before{
    content: "\e100";
    color: var(--lakeblue);
  }
  #eventsSwiper .swiperCtrls .swiper-next span:before{
    content: "\e101";
    color: var(--lakeblue);
  }
  #eventsSwiper .swiperCtrls .swiper-prev:hover span:before,
  #eventsSwiper .swiperCtrls .swiper-next:hover span:before{
    color: var(--lightgreen1);
  }
  
  #whatsnewMain .swiper-paging2{
    display: none;
  }
  #eventsSwiper{
    padding: 40px 80px 40px 0;
    height: 500px;
  }  
}
@media screen and (max-width: 991.98px) {
  #content .secTitle h2{
    font-size: 1.889em;
    line-height: 1.176em;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
  .secTitle h2:before{
    width: 40px;
  }
  #whatsnewsWrap .secTitle h2{
    margin-bottom: 15px;
  }
 
  #sloganSwiper .swiper-slide > div{
    padding: 10px 20px 10px 40px;
  }
  #videoSwiper .swiper-slide{
    font-size: 2.333em;
    line-height: 1.143em;
  }
  #whatsnewMain .swiper-paging{
    display: none;
  }
  #linksSwiper .swiper-container{
    /* height:500px; */
    /* aspect-ratio: 5/8; */
  }
  #linksSwiper{
    overflow: hidden;
  }
  #linksSwiper .linkItem{
    height: 240px;
  }
  #linksSwiper .linkItem a > span.txt > span{
    font-size: 1.333em;
    line-height: 1.250em;
  }
  #linksSwiper .swiperCtrls{ margin: 30px 0 60px;}
  #calendarWrap{
    padding: 60px 0 180px;
  }
  #eventCalendarWrap{
    overflow: hidden;
  }
  #eventsSwiper .eventItem h3:before{
  }
  #eventCalendar{
    flex-wrap: wrap;
    background: none;
  }
  #calendarMain{ height: auto; z-index: 20;}
  #eventCalendar > div{
    width: 100%;
  }
  #eventsMain{
    z-index: 10;
    padding: 0;
  }
  #eventsSwiper .swiper-container{
    overflow: visible;
    background: #FFF;
    /* padding: 40px 0; */
  }
  #eventsSwiper{ padding-right: 0;}
  #eventsSwiper .eventItemWrap{
    padding: 25px 30px 30px 36px;    
  }
  #eventsSwiper .eventItem{
    background: #fff;
  }
  #eventsSwiper .eventItem h3:before{
    opacity: 0;
    left: -36px;
  }
  #eventsSwiper .swiper-slide{    
    opacity: 0;
    transition: opacity .3s ease 0s;
  }
  #eventsSwiper .swiper-slide .eventItemWrap{
    margin-left: -6px;
  }
  #eventsSwiper .swiper-slide-active{
    opacity: 1;
  }
  #eventsSwiper .swiper-slide-active .eventItem h3:before{
    opacity: 1;
  }
  #eventsSwiper .swiperCtrls{
    z-index: 100;
    position: relative;
    display: flex;
    background: #FFF;
    justify-content: left;
    align-items: center;
    padding: 20px 6px;
    border-top: 1px solid var(--green4);
    clip-path: var(--clippath);
  }

  .noEvents{
    padding: 20px 30px;
  	min-height: 250px;
  	font-size: 1.889em;
    clip-path: var(--clippath);
  }
}
@media screen and (min-width: 768px) {
  #sloganSwiper:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,107,74, 1);
    background: linear-gradient(to right, rgba(15,107,74, 0) 0%, rgba(15,107,74) 100%);
  }  
}
@media screen and (max-width: 767.98px) {
  #announSliderWrap.withCtrl{
    padding-bottom: 60px;
  }
  .popupNewsWrap .newshd{
    font-size: 1.250em;
    margin-bottom: 10px;
  }
  #popupWrapper.announcement .popupNewsWrap .newsMain{
    max-height: 360px;
  }  
  #popupWrapper.announcement #popupWrap{
    padding: 30px 20px 30px;
  }
  #announSliderWrap .swiperCtrls{ position:absolute; left:50%; transform:translateX(-50%); }
  #mainVisualWrap .mainvideo{ 
    /* height: 400px; */
    /* aspect-ratio: 16/9; */
  }
  #content .secTitle h2{
    font-size: 1.750em;
  }
	.noEvents{
		font-size: 1.750em;
	}
  .secTitle a.btnMore{
	  width: 28px;
  }
  .secTitle a.btnMore:before{
	  top: -8px;
	  width: 28px;
	  height: 28px;
  }
  .secTitle a.btnMore:after{
	  font-size: 14px;
	  line-height: 14px;
	  transform: translate(-8px, -1px);
  }
  
  #mainLinks > div:first-child{ top: -50px;} 
  #mainLinks > div > a span{
    line-height: 30px;
    font-size: 1.750em;
  }
  #mainLinks > div:first-child > a{
    padding: 10px 80px 10px 20px;
  }
  #mainLinks > div:last-child > a{
    padding: 10px 20px 10px 80px;
  }
  #sloganSwiper{
    padding-bottom: 50px;
    width: 100%;
  }
  #sloganSwiper:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,107,74, .65);
  }
  #sloganSwiper .swiper-slide > div{
    padding: 10px 20px 10px 20px;
    justify-content: start;
  }  
  #videoSwiper .swiper-slide{
    font-size: 2.667em;
  }
  #whatsnewsWrap {
    padding: 120px 0 60px;
  }
  #whatsnewMain{
    padding: 0;
  }
  #whatsnewSwiper{
    margin-bottom: 10px;
  }
  #eventCalendarWrap{
    padding: 0 15px;
  }
  #whatsnewMain .swiper-slide .detailsWrap > div{
    padding: 20px 20px 40px;
  }
  #whatsnewMain .swiper-slide .date{ left: 20px;}
  #whatsnewMain .swiper-slide .detailsWrap:before{
    width: 22px;
  }  
  #yearmth, #eventsSwiper .eventItem h3, #linksSwiper .linkItem a > span.txt > span{
    line-height: 1.250em;
    font-size: 1.500em;
  }  
  #calendarWrap{
    padding: 60px 0 120px;
  }  
  #homeBanners .swiperCtrls .swiper-paging, #homeBanners > .swiper-arrow{ display: none;}
  #homeBanners .swiperCtrls .swiper-paging2{ display: flex;}
  #homeBanners .swiperCtrls{
    background: none;
    padding: 0;
  }
  #homeBanners .swiperCtrls .swiper-arrow{ display: block; width: 24px;}
  #homeBanners .swiperCtrls{
    right: 0;
    left: inherit;
    bottom: 58px;
  }
  #homeBanners .swiperCtrls .btn-play{
    width: 24px;
  }
  #homeBanners .swiperCtrls .btn-play:not(.stop):before{
    left: 8px;
  }
  #homeBanners .swiperCtrls .btn-play:after{
    right: 8px;
  }
  #homeBanners .swiperCtrls .btn-play:before, #homeBanners .swiperCtrls .btn-play:after{
    background-color: #fff;
  }
  #homeBanners .swiperCtrls .btn-play:not(.stop):hover:before, #homeBanners .swiperCtrls .btn-play:not(.stop):hover:after{
    background-color: var(--lightgreen1); 
  }
  #homeBanners .swiperCtrls .btn-play.stop:before {
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    background: none;
  }  
}
@media screen and (max-width: 575.98px) { 
  #mainLinks > div{ width: calc(100% - 45px);} 
}
@media screen and (max-width: 479.98px) {
  .announcement #popupMain{
/*    padding-right: 10px;*/
  }
  .announcement .popupNewsWrap .newsMain{
    max-height: 340px;
  }
  #yearmth, #eventsSwiper .eventItem h3, #linksSwiper .linkItem a > span.txt > span{
    font-size: 1.313em;
    line-height: 1.333em;
  }
  #mainLinks > div > a span{
    line-height: 30px;
    font-size: 1.500em;
  }
  #videoSwiper .swiper-slide{
    font-size: 2.125em;
    line-height: 1.176em;
  }
  #eventsSwiper .eventItem .eventBtns > a{
    padding: 8px 20px 8px 42px;
    line-height: 20px;
  }
  #eventsSwiper .eventItem .eventBtns > a span:after{
    left: -28px;
    font-size: 20px;
  }
  #sloganSwiper .swiper-slide > div{
    padding: 10px 110px 10px 10px;
  }
  #sloganSwiper.noCtrls .swiper-slide > div{
    padding: 10px;
  }  
}
/* #videoSwiper{
  opacity:1;
  transition: opacity .3s ease 0s;
}
#videoSwiper.hide{
  opacity: 0
} */