/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
.gallery {
  position: relative;
}
.gallery .row {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gallery .group {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .group:not(.group-md) .item .bg {
  position: relative;
  height: auto;
}
.gallery .group:not(.group-md) .item .bg:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery .group.group-md {
  width: 40%;
}
.gallery .group.group-md .frame {
  width: calc((100% - 6px) / 2);
}
.gallery .group.group-md .frame:first-child {
  padding-left: 6px;
}
.gallery .group.group-md .frame:last-child {
  padding-right: 6px;
}
.gallery .group.group-md .item .bg {
  height: 100%;
}
.gallery .group .frame {
  width: calc((100% - 12px) / 3);
  margin-bottom: 6px;
}
.gallery .group .item {
  width: 100%;
  height: 100%;
}
.gallery .group .item .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery .group.g3 {
  padding-left: 6px;
  padding-right: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery .timer {
  background-color: #fff;
  padding-top: 66px;
  padding-bottom: 34px;
  width: 100%;
}
.gallery .timer .wrapper {
  width: 400px;
  height: 100%;
  margin: 0 auto;
}
.gallery .timer .countdown {
  height: 102px;
  margin-bottom: 30px;
  border: 1px solid #6F5507;
}
.gallery .timer .txt {
  font-size: 0.875em;
  line-height: 157.1%;
  color: #003367;
  text-align: right;
}
.gallery .timer .txt .highlight {
  font-weight: 700;
}
.gallery .box-container {
  padding: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.gallery .box-container p {
  color: #003367;
  font-size: 1.5em;
  font-weight: 700;
}
.announcement h2,
.calendar h2 {
  font-size: 2.5em;
  line-height: 125%;
  color: #003367;
  font-weight: 800;
  text-align: center;
}
.announcement {
  background-color: rgba(111, 166, 220, 0.05);
  padding-top: 65px;
  padding-bottom: 66px;
  position: relative;
}
.announcement .inner-container {
  max-width: 1046px;
}
.announcement h2 {
  margin-bottom: 40px;
}
.announcement h2 a:hover,
.announcement h2 a:focus {
  text-decoration: none;
}
.announcement .deco {
  width: 342px;
  height: 341px;
  opacity: 0.2;
  position: absolute;
  right: -184px;
  bottom: -137px;
}
.announcement .swiper {
  position: relative;
}
.announcement .swiper .swiper-slide .row .link {
  font-size: 1.375em;
  line-height: 127.2%;
  color: #003367;
  font-weight: 700;
  margin-top: 46px;
}
.announcement .swiper .swiper-slide .row .col1 {
  width: 36.7%;
}
.announcement .swiper .swiper-slide .row .col1 .pic {
  height: auto;
  position: relative;
}
.announcement .swiper .swiper-slide .row .col1 .pic:before {
  content: "";
  display: block;
  padding-top: 66.66666667%;
}
.announcement .swiper .swiper-slide .row .col1 .pic .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.announcement .swiper .swiper-slide .row .col1 .pic .shadow:before {
  content: "";
  display: none;
}
.announcement .swiper .swiper-slide .row .col2 {
  width: 63.3%;
  padding-left: 40px;
}
.announcement .swiper .swiper-slide .row .col2 .details {
  cursor: pointer;
}
.announcement .swiper .swiper-slide .row .col2 .details .date {
  color: #000000;
  font-size: 1.125em;
  line-height: 127.7%;
  margin-bottom: 10px;
}
.announcement .swiper .swiper-slide .row .col2 .details h3 {
  color: #6F5507;
  font-size: 1.5em;
  line-height: 125%;
  font-weight: 700;
}
.announcement .swiper .swiper-slide .row .col2 .details p {
  margin-top: 10px;
  color: #000000;
  font-size: 1.125em;
  line-height: 138.8%;
}
.announcement .com-more {
  margin-top: 20px;
}
.calendar {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.calendar .inner-container {
  max-width: 1160px;
}
.calendar .swiper-container {
  overflow: visible;
}
.calendar .swiper-slide {
  width: 541px;
  height: auto;
}
.calendar .swiper-button-prev,
.calendar .swiper-button-next {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.calendar .deco {
  width: 302px;
  height: 300px;
  position: absolute;
  left: -219px;
  top: 36px;
}
.calendar .timeline {
  position: relative;
  padding-top: 95px;
  margin: 0 auto 30px auto;
}
.calendar .timeline:after {
  content: "";
  background-color: #6fa6dc;
  height: 1px;
  width: 150%;
  position: absolute;
  bottom: 49px;
  left: 0;
  z-index: -1;
}
.calendar .timeline .yr {
  color: #336699;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 125%;
  position: absolute;
  background-color: #fff;
  letter-spacing: 2px;
  bottom: 50px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.calendar .timeline .yr.yr1 {
  left: 0px;
}
.calendar .timeline .yr.yr2 {
  right: -100px;
}
.calendar .timeline .wrapper {
  max-width: 1105px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.calendar .timeline a {
  color: #336699;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 125%;
  position: relative;
}
.calendar .timeline a:hover,
.calendar .timeline a:focus {
  text-decoration: none;
}
.calendar .timeline a:after {
  content: "";
  background-color: #6F5507;
  border-radius: 50%;
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.calendar .timeline a.active:after {
  bottom: 36px;
  width: 28px;
  height: 28px;
}
.calendar .swiper {
  position: relative;
}
.calendar .swiper .slide {
  height: 100%;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
}
.calendar .swiper .slide .row {
  height: 100%;
}
.calendar .swiper .slide .col1 {
  width: 27.3%;
}
.calendar .swiper .slide .col1 .bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 210px;
}
.calendar .swiper .slide .col1 .bg:before {
  content: "";
  background-color: rgba(0, 51, 103, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.calendar .swiper .slide .col2 {
  width: 72.7%;
  padding: 15px;
}
.calendar .swiper .slide .col2 .details {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.calendar .swiper .slide .col2 .details .wrap {
  height: calc(100% - 1.125em);
}
.calendar .swiper .slide .col2 .com-more {
  height: 1.125em;
}
.calendar .swiper .slide .col2 .wrapper {
  height: 100%;
  margin-left: -45px;
  background-color: #fff;
  position: relative;
  padding: 20px 0;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.calendar .swiper .slide .col2 .wrapper .date {
  width: 100px;
  border-right: 1px solid #bababa;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendar .swiper .slide .col2 .wrapper .date .month {
  color: #b6b6b6;
  letter-spacing: 0.92px;
  font-size: 1.375em;
  line-height: 127.2%;
  margin-bottom: 5px;
}
.calendar .swiper .slide .col2 .wrapper .date .day {
  color: #003367;
  font-size: 2.875em;
  line-height: 126%;
}
.calendar .swiper .slide .col2 .wrapper .details {
  width: calc(100% - 100px);
  padding: 10px 32px 10px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.calendar .swiper .slide .col2 .wrapper .details .period {
  color: #336699;
  font-size: 0.875em;
  line-height: 128.5%;
  margin-bottom: 9px;
  font-weight: 400;
}
.calendar .swiper .slide .col2 .wrapper .details .title {
  font-size: 1.125em;
  line-height: 111.1%;
  color: #6F5507;
}
.calendar .swiper .slide .col2 .wrapper .details ul {
  list-style-type: disc;
  padding-left: 25px;
}
.calendar .swiper .slide .col2 .wrapper .details ul li {
  margin-bottom: 5px;
}
.calendar .swiper .slide .col2 .wrapper .details .com-more {
  color: #003367;
}
.ig-share .container {
  padding: 0;
  margin-top: 40px;
}
.ig-share .wrapper {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.ig-share .wrapper .camera {
  width: 35px;
  height: 35px;
  line-height: 110%;
  margin-bottom: -4px;
}
.ig-share .wrapper .intro {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 35px;
  line-height: 110%;
}
.ig-share .wrapper h2 {
  margin-top: 5px;
  font-size: 2.5em;
  line-height: 110%;
  color: #003367;
  font-weight: 800;
  display: inline-block;
  margin-left: 10px;
}
.ig-share .wrapper .special {
  color: #336699;
  line-height: 200%;
}
.ig-share .wrapper .hightlight {
  color: #003367;
  font-size: 1.25em;
}
.ig-share .wrapper .note {
  font-size: 22px;
  line-height: 150%;
}
.ig-share .wrapper h3 {
  font-size: 2.5em;
  line-height: 110%;
  color: #003367;
  font-weight: 200;
}
.ig-share .wrapper .row .item {
  height: auto;
  margin-right: 7px;
  margin-bottom: 7px;
  position: relative;
  overflow: hidden;
}
.ig-share .wrapper .row .item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ig-share .wrapper .row .item:hover .bg {
  transform-origin: center;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.ig-share .wrapper .row .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .gallery .group.g2 .item .overlay {
    width: 100%;
  }
  .gallery .group .frame {
    position: relative;
  }
  .gallery .group .item {
    position: relative;
  }
  .gallery .group .item.item-clickable {
    cursor: pointer;
  }
  .gallery .group .item:hover .overlay {
    opacity: 1;
  }
  .gallery .group .item:hover .overlay .title {
    opacity: 1;
  }
  .gallery .group .item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 51, 103, 0.6);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gallery .group .item .overlay .title {
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gallery .group .item .overlay a {
    padding: 20px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .calendar .timeline .wrapper {
    padding-left: 100px !important;
  }
  .announcement .swiper .swiper-slide .col1 .link {
    display: none;
  }
  .ig-share .wrapper .row .item {
    width: calc((100% - 40px) / 6);
  }
  .ig-share .wrapper .row .item:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .gallery .group .item .overlay .title {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .gallery .timer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .gallery .timer {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .gallery .timer .wrapper {
    width: 90%;
  }
  .gallery .timer .txt {
    font-size: 0.8em;
  }
  .gallery .timer .countdown {
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .calendar .swiper,
  .announcement .swiper {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .calendar .timeline .wrapper {
    padding-right: 100px;
  }
  .calendar .timeline .yr.yr2 {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .gallery .group {
    width: calc((100% - 327px - 6px) / 2);
  }
  .gallery .group .frame {
    width: calc((100% - 6px) / 3);
    margin-bottom: 3px;
  }
  .gallery .group .item .overlay {
    display: none;
  }
  .gallery .group.group-md {
    width: 327px;
  }
  .gallery .group.group-md .frame {
    width: 100%;
  }
  .gallery .group.group-md .frame:first-child,
  .gallery .group.group-md .frame:last-child {
    padding: 0;
  }
  .gallery .group.group-md .frame:last-child {
    display: none;
  }
  .gallery .group.group-md.g3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gallery .timer {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .gallery .timer .wrapper {
    width: 293px;
  }
  .gallery .timer .countdown {
    height: 91px;
    margin-bottom: 26px;
  }
  .gallery .timer .txt {
    font-size: 0.6875em;
  }
  .announcement,
  .calendar {
    text-align: center;
  }
  .announcement h2,
  .calendar h2 {
    font-size: 1.75em;
    line-height: 125%;
    margin-bottom: 20px;
  }
  .announcement {
    padding-top: 40px;
    padding-bottom: 46px;
  }
  .announcement .deco {
    width: 150px;
    height: 150px;
    bottom: -55px;
    right: -92px;
  }
  .announcement .swiper-container {
    padding-bottom: 15px;
  }
  .announcement .swiper .swiper-slide .row {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .announcement .swiper .swiper-slide .row .col1 {
    width: 100%;
    margin-top: 15px;
  }
  .announcement .swiper .swiper-slide .row .col1 .pic {
    width: 78%;
    margin: 0 auto;
    max-width: 600px;
  }
  .announcement .swiper .swiper-slide .row .col1 .pic .shadow {
    display: block;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    left: -15px;
    z-index: -1;
  }
  .announcement .swiper .swiper-slide .row .col2 {
    padding-left: 0;
    width: 100%;
  }
  .announcement .swiper .swiper-slide .row .col2 .link {
    display: none;
  }
  .announcement .swiper .swiper-slide .row .col2 .details h3 {
    font-size: 1.3125em;
    line-height: 123.8%;
  }
  .announcement .swiper .swiper-slide .row .col2 .details p {
    font-size: 1em;
    line-height: 162.5%;
  }
  .announcement .swiper .swiper-slide .row .link {
    margin-top: 50px;
    font-size: 1.125em;
    line-height: 127.7%;
  }
  .announcement .com-more {
    text-align: center;
  }
  .calendar {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .calendar .deco {
    width: 196px;
    height: 196px;
    left: -159px;
    top: -20px;
  }
  .calendar h2 {
    margin-bottom: 60px;
  }
  .calendar .timeline {
    padding-top: 60px;
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
  .calendar .timeline .yr {
    font-size: 1.5625em;
    line-height: 125%;
    letter-spacing: 1.25px;
  }
  .calendar .timeline .yr.yr1 {
    top: -20px;
    left: 50%;
    height: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .calendar .timeline .yr.yr2 {
    display: none;
  }
  .calendar .timeline a {
    font-size: 20px;
    line-height: 125%;
  }
  .calendar .swiper {
    padding: 0 8px;
  }
  .calendar .swiper .slide .col2 .wrapper .details {
    text-align: left;
  }
  .ig-share .wrapper:before {
    width: calc(100% + 40px);
    left: -20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    max-width: none;
  }
  .ig-share .wrapper .intro {
    padding-top: 32px;
    padding-bottom: 18px;
  }
  .ig-share .wrapper h2 {
    margin-top: 11px;
    font-size: 1.625em;
    line-height: 161.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ig-share .wrapper .row .item {
    width: calc((100% - 24px) / 4);
  }
  .ig-share .wrapper .row .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .calendar .timeline:after {
    bottom: 68px;
    left: -24px;
  }
  .calendar .timeline .wrapper {
    padding: 0 30px !important;
  }
}
@media (max-width: 767px) {
  .calendar .swiper-slide {
    width: 100%;
  }
  .calendar .swiper-slide .col1 {
    width: 27.1%;
  }
  .calendar .swiper-slide .col2 {
    width: 72.9%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ig-share .wrapper .row .item {
    width: calc((100% - 16px) / 3);
  }
  .ig-share .wrapper .row .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 491px) and (max-width: 991px) {
  .gallery .fluid-container {
    width: 1006px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .announcement .swiper-button-prev,
  .announcement .swiper-button-next {
    top: 60%!important;
  }
  .calendar .timeline {
    padding-top: 30px;
  }
  .calendar .timeline:after {
    bottom: 70px;
    left: -24px;
  }
  .calendar .timeline .overflow-wrap {
    margin-left: -24px;
    margin-right: -24px;
    height: 67px;
    padding-top: 40px;
    overflow: auto;
    width: calc(100% + 48px);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .calendar .timeline .overflow-wrap::-webkit-scrollbar {
    display: none;
  }
  .calendar .timeline .wrapper {
    width: 610px;
    display: inline-block;
  }
  .calendar .timeline .wrapper a {
    margin-right: 80px;
  }
  .calendar .swiper .slide .col1 .bg {
    min-height: 110px;
  }
  .calendar .swiper .slide .col2 {
    padding: 12px;
  }
  .calendar .swiper .slide .col2 .wrapper {
    padding-top: 5px;
    padding-bottom: 12px;
    margin-left: -26px;
  }
  .calendar .swiper .slide .col2 .wrapper .details {
    width: calc(100% - 66px);
    padding-left: 12px;
    padding-right: 0px;
  }
  .calendar .swiper .slide .col2 .wrapper .details .title {
    font-size: 0.875em;
    line-height: 128.5%;
    margin-bottom: 19px;
  }
  .calendar .swiper .slide .col2 .wrapper .details .period {
    margin-bottom: 9px;
  }
  .calendar .swiper .slide .col2 .wrapper .date {
    width: 66px;
  }
  .calendar .swiper .slide .col2 .wrapper .date .month {
    margin-bottom: 2px;
  }
  .ig-share .wrapper h3 {
    font-size: 1.8em;
  }
  .ig-share .wrapper .row .item {
    width: calc((100% - 8px) / 2);
  }
  .ig-share .wrapper .row .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 490px) {
  .gallery {
    height: 382px;
  }
  .gallery .fluid-container {
    width: 490px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .gallery .m-col {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .gallery .group:not(.group-md) .frame .bg {
    width: 100%;
    height: 100%;
  }
  .gallery .group:not(.group-md) .frame .bg:before {
    display: none;
  }
  .gallery .group.g1 {
    width: 243px;
  }
  .gallery .group.g2 {
    width: 163px;
    height: 151px;
  }
  .gallery .group.g2 .frame {
    height: 100%;
  }
  .gallery .group .frame {
    width: 79px;
    height: 74px;
  }
  .gallery .group .frame.hide-m {
    display: none;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 20px !important;
  height: 33px !important;
  background-size: 20px 33px!important;
  margin-top: 0!important;
  z-index: 2!important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.swiper-button-prev {
  background-image: url(../img/icon/prev.svg) !important;
}
.swiper-button-next {
  background-image: url(../img/icon/next.svg) !important;
}
@media (min-width: 1440px) {
  .swiper-button-prev {
    left: -58px !important;
  }
  .swiper-button-next {
    right: -56px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1439px) {
  .swiper-button-prev {
    left: -40px !important;
  }
  .swiper-button-next {
    right: -20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .swiper-button-prev {
    left: -30px !important;
  }
  .swiper-button-next {
    right: -30px !important;
  }
}
@media (max-width: 991px) {
  .swiper-button-prev {
    left: -14px !important;
  }
  .swiper-button-next {
    right: -14px !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 14px !important;
    height: 23px !important;
    background-size: 14px 23px!important;
  }
}
@media only screen and (max-width: 780px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block !important;
  }
}

.section-heading {
  color: #003466;
  text-align: center;
  font-size: 2.5rem;
  padding-top: 40px;
  line-height: 125%;
  font-weight: 800;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    font-size: 1.5rem;
    padding-top: 20px;
  }
}

.container .events {
  margin-top: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 113px;
  padding-right: 113px;
}
.container .events .event {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.056026);
  display: flex;
}
.container .events .event:not(:first-child) {
  margin-top: 15px;
}
.container .events .event:nth-child(odd) .event-date {
  background-color: #003466;
}
.container .events .event:nth-child(odd) .event-date-range .from,
.container .events .event:nth-child(odd) .event-date-range .to {
  background-color: #003466;
}
.container .events .event:nth-child(odd) .event-date-range .to:before {
  background-color: #003466;
}
.container .events .event:nth-child(odd) .event-name {
  color: #003466;
}
.container .events .event:nth-child(odd) .event-name .name:not(:first-child)::before {
  background-color: #003466;
}
.container .events .event:nth-child(even) .event-date {
  background-color: #6f5508;
}
.container .events .event:nth-child(even) .event-date-range .from,
.container .events .event:nth-child(even) .event-date-range .to {
  background-color: #6f5508;
}
.container .events .event:nth-child(even) .event-date-range .to:before {
  background-color: #6f5508;
}
.container .events .event:nth-child(even) .event-name {
  color: #6f5508;
}
.container .events .event:nth-child(even) .event-name .name:not(:first-child)::before {
  background-color: #6f5508;
}
.container .events .event .event-date {
  color: white;
  width: 65px;
  height: 65px;
  line-height: 24px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.container .events .event .event-date span {
  line-height: 18px;
  font-size: 0.75rem;
}
.container .events .event .event-date .month {
  line-height: 18px;
  font-size: 0.875rem;
  font-weight: 700;
}
.container .events .event .event-date .day {
  line-height: 18px;
  font-size: 1rem;
  font-weight: 800;
}
.container .events .event .event-date-range {
  display: flex;
}
.container .events .event .event-date-range .from {
  position: absolute;
  left: 0;
}
.container .events .event .event-date-range .to {
  position: relative;
}
.container .events .event .event-date-range .to:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 3px;
  left: 0;
  transform: translateX(calc(-100% - 10px));
}
.container .events .event .event-date-range .from,
.container .events .event .event-date-range .to {
  color: white;
  width: 65px;
  height: 65px;
  line-height: 24px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.container .events .event .event-date-range .from span,
.container .events .event .event-date-range .to span {
  line-height: 18px;
  font-size: 0.75rem;
}
.container .events .event .event-date-range .from .month,
.container .events .event .event-date-range .to .month {
  line-height: 18px;
  font-size: 0.875rem;
  font-weight: 700;
}
.container .events .event .event-date-range .from .day,
.container .events .event .event-date-range .to .day {
  line-height: 18px;
  font-size: 1rem;
  font-weight: 800;
}
.container .events .event .event-name {
  flex-grow: 1;
  background-color: white;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.container .events .event .event-name .name {
  display: flex;
  align-items: center;
}
.container .events .event .event-name .name:not(:first-child) {
  margin-left: 70px;
  position: relative;
}
.container .events .event .event-name .name:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: black;
  left: 0;
  transform: translateX(calc(-100% - 35px));
}
.container .events .event .event-name .icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.container .events .event .event-name .icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.container .events .event .event-name h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}
.container .note {
  text-align: center;
  margin-top: 18px;
  padding-bottom: 18px;
  font-size: 0.75rem;
}
.container .note a {
  color: #0366a4;
}

@media only screen and (max-width: 992px) {
  .container .events {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .container .events .event {
    display: flex;
    flex-direction: column;
  }
  .container .events .event .event-date {
    width: auto;
    height: auto;
  }
  .container .events .event .event-date span {
    font-size: 1rem;
    line-height: 20px;
  }
  .container .events .event .event-date .month {
    font-size: 1rem;
    line-height: 20px;
  }
  .container .events .event .event-date .day {
    font-size: 1rem;
    line-height: 20px;
  }
  .container .events .event .event-date-range .from {
    position: initial;
  }
  .container .events .event .event-date-range .to:before {
    background-color: white !important;
    transform: translateX(-50%);
    height: 2px;
  }
  .container .events .event .event-date-range .from,
.container .events .event .event-date-range .to {
    flex: 0 0 50%;
    width: auto;
    height: auto;
  }
  .container .events .event .event-date-range .from .month,
.container .events .event .event-date-range .to .month {
    font-size: 1rem;
    line-height: 20px;
  }
  .container .events .event .event-date-range .from .day,
.container .events .event .event-date-range .to .day {
    font-size: 1rem;
    line-height: 20px;
  }
  .container .events .event .event-name {
    padding: 12px 18px;
    flex-direction: column;
    align-items: baseline;
  }
  .container .events .event .event-name .name:not(:first-child) {
    margin: 8px 0 0 0;
  }
  .container .events .event .event-name .name:not(:first-child)::before {
    display: none;
  }
  .container .events .event .event-name .icon img {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .container .events .event .event-name h4 {
    font-size: 1.125rem;
  }
}
.mark-your-calendar {
  background-color: #f9fafe;
}

.container .cards {
  margin-top: 40px;
}
.container .cards .row .col-lg-4:nth-child(n+4) {
  margin-top: 52px;
}
.container .cards .row .col-lg-4 .box {
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.0960173);
}
.container .cards .row .col-lg-4 .box .image {
  height: 292px;
  transition: height 0.2s ease-in-out;
}
.container .cards .row .col-lg-4 .box .image > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.container .cards .row .col-lg-4 .box .detail {
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
  border-left: 5px solid #ffd401;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.container .cards .row .col-lg-4 .box .detail h4 {
  text-align: center;
  font-size: 1.25rem;
  color: #003466;
  font-weight: bold;
  line-height: 30px;
}
.container .cards .row .col-lg-4 .box .detail .expand {
  max-height: 0;
  transition: max-height 0.2s ease-out, margin-top 0.2s ease-in-out;
  overflow: hidden;
}
.container .cards .row .col-lg-4 .box .detail .expand a {
  color: #0366a4;
  font-size: 1.125rem;
  text-decoration: none;
}
.container .cards .row .col-lg-4 .box:hover .image {
  height: 0;
}
.container .cards .row .col-lg-4 .box:hover .detail {
  height: 392px;
  padding: 80px 20px;
}
.container .cards .row .col-lg-4 .box:hover .detail .expand {
  margin-top: 40px;
  max-height: 390px;
  transition: max-height 0.2s ease-in;
}

@media only screen and (max-width: 992px) {
  .container .cards .row .col-lg-4:nth-child(n+2) {
    margin-top: 52px;
  }
  .container .cards .row .col-lg-4 .box .detail {
    height: 292px;
  }
  .container .cards .row .col-lg-4 .box .detail .expand {
    max-height: 392px;
    margin-top: 40px;
    overflow: hidden;
  }
  .container .cards .row .col-lg-4 .box:hover .image {
    height: 292px;
  }
  .container .cards .row .col-lg-4 .box:hover .detail {
    padding: 20px;
    height: 292px;
  }
}
.stay-tuned-for-details {
  background-color: white;
  padding-bottom: 60px;
}

.digital-assets {
  margin-top: 32px;
}
.digital-assets .row .col-lg-1\/4 .sticker > div {
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.digital-assets .see-more {
  margin-top: 32px;
}
.digital-assets .see-more a {
  display: block;
  text-align: center;
  color: #0366a4;
  font-size: 1.125rem;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .digital-assets .row .col-lg-1\/4:nth-child(n+2) {
    margin-top: 20px;
  }
  .digital-assets .row .col-lg-1\/4 .sticker > div {
    padding-bottom: 75%;
  }
}
.cheers-with-us {
  background-color: #f9fafe;
  padding-bottom: 60px;
}
.cheers-with-us .container .description p {
  color: #6f5508;
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 992px) {
  .cheers-with-us .container .description p {
    font-size: 1rem;
  }
}
body,
html {
  font-size: 16px;
}

.row .col-lg-1\/4 {
  width: 100%;
}

@media (min-width: 992px) {
  .row .col-lg-1\/4 {
    flex: 0 0 auto;
    width: 25%;
  }
}

.container .note p {
  text-align: center;
  margin-top: 18px;
  padding-bottom: 18px;
  font-size: 0.75rem;
  color: #7f7f7f;
}
