@media screen and (min-width: 993px) {
  .index-section-2 {
    margin-top: 60px; } }

.index-section-2 .wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between; }

.index-section-2 .col {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 1;
  margin-bottom: 32px; }
  @media screen and (min-width: 641px) {
    .index-section-2 .col--1 {
      padding-right: 32px; } }

.index-section-2 h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
  max-width: 100%; }
  .index-section-2 h2 > span {
    flex-shrink: 0;
    padding-right: 0.83rem; }

.index-section-2 .sec-2__select-mask {
  color: #1a65e5;
  border-bottom: 1px #1a65e5 solid;
  width: auto;
  min-width: 300px; }

.index-section-2 .sec-2__list {
  animation-delay: 0.5s; }

.index-section-2 .sec-2__desc {
  line-height: 1.75; }

.index-section-2 .sec-2__list-header {
  color: #1a65e5; }

.index-section-2 .sec-2__list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px; }
  .index-section-2 .sec-2__list-row.current ~ .sec-2__list-row.current {
    border-top: 1px #cecece solid; }

.index-section-2 .arrow {
  width: 5px;
  height: 5px; }

.whats-new {
  margin-top: 24px;
  margin-bottom: 38px; }
  .whats-new__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px; }
    .whats-new__header h2 {
      flex-grow: 1; }
  .whats-new__control {
    display: flex;
    align-items: center; }
  .whats-new .swiper-button-next,
  .whats-new .swiper-button-prev {
    /* position: relative; */
    /* top: unset; */
    /* left: unset; */
    /* right: unset; */
    /* width: auto; */
    /* height: auto; */
    font-size: 0;
    /* margin: 0; */ }
    .whats-new .swiper-button-next::after,
    .whats-new .swiper-button-prev::after {
      /* content: unset; */ }
    .whats-new .swiper-button-next img,
    .whats-new .swiper-button-prev img {
      width: auto;
      height: 16px; }
  .whats-new .swiper-button-prev {
    /* margin-right: 12px; */ }
  .whats-new .gap {
    margin: 0 20px;
    width: 1px;
    height: 18px;
    background: #cecece; }
  .whats-new .more-btn {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center; }
  .whats-new .arrow {
    width: 5px;
    height: 5px; }
  .whats-new__more {
    font-weight: 700;
    padding: 20px 0; }
    .whats-new__more a {
      transition: 0.3s all ease;
      color: #1a65e5; }
      .whats-new__more a:hover {
        top: -2px;
        left: -2px;
        text-shadow: 3px 3px 1px rgba(180, 180, 180, 0.9); }
  .whats-new__image {
    width: 100%;
    font-size: 0;
    margin-bottom: 18px; }
  .whats-new__image-holder {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .whats-new__image-holder.default-image img {
      width: 80%;
      left: 10%;
      object-fit: contain; }
    .whats-new__image-holder--text {
      background-image: url(../images/whats-new-bg-01.svg);
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      .whats-new__image-holder--text > span {
        position: absolute;
        display: block;
        padding: 12px;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        top: 50%;
        width: 100%;
        transform: translateY(-50%); }
  .whats-new__type {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px;
    color: #1a65e5; }
    .whats-new__type .gap {
      margin: 0 6px;
      height: 14px; }
  .whats-new__name {
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
    .whats-new .whats-new__name {
      display: -webkit-box; }
    .whats-new__event .whats-new__name {
      min-height: 72px; }
  .whats-new .swiper-slide:nth-child(1) {
    animation-delay: 0.2s; }
  .whats-new .swiper-slide:nth-child(2) {
    animation-delay: 0.4s; }
  .whats-new .swiper-slide:nth-child(3) {
    animation-delay: 0.6s; }
  .whats-new .swiper-slide:nth-child(4) {
    animation-delay: 0.8s; }
  .whats-new__news, .whats-new__event {
    width: 280px; }
  .whats-new__news {
    padding-bottom: 20px; }
  .whats-new__event {
    background: #ff5700; }
    .whats-new__event a {
      display: block;
      color: #fff; }
      .whats-new__event a:hover ~ .more-img-btn {
        padding-left: 15px; }
    .whats-new__event > a {
      padding: 24px; }
    .whats-new__event .more-img-btn {
      display: inline-block;
      margin-top: 14px;
      transition: 0.3s all ease; }
    .whats-new__event .whats-new__type {
      color: #fff; }
  .whats-new__event-holder {
    padding: 24px; }
  .whats-new .event__date {
    margin-bottom: 14px; }
  .whats-new .event__day {
    font-size: 48px;
    font-weight: 100;
    display: block;
    line-height: 1;
    margin-bottom: -5px; }
  .whats-new .event__month {
    font-size: 12px;
    font-weight: bold; }

.resources-centre {
  background-position: center center;
  background-size: cover; }
  .resources-centre .wrapper {
    padding-top: 80px;
    padding-bottom: 80px; }
  .resources-centre h2 {
    margin-bottom: 12px; }
  .resources-centre__desc {
    max-width: 500px;
    line-height: 1.5;
    margin: 12px 0 24px; }
  .resources-centre__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .resources-centre__item {
    text-align: center;
    color: #fff;
    background-color: #1a65e5;
    padding: 28px;
    width: calc(25% - 14px);
    transition: 0.3s all ease; }
    .resources-centre__item:nth-child(1) {
      animation-delay: 0.2s; }
    .resources-centre__item:nth-child(2) {
      animation-delay: 0.4s; }
    .resources-centre__item:nth-child(3) {
      animation-delay: 0.6s; }
    .resources-centre__item:nth-child(4) {
      animation-delay: 0.8s; }
    @media screen and (max-width: 640px) {
      .resources-centre__item {
        width: calc(50% - 12px);
        margin-bottom: 24px;
        padding: 12px; } }
    @media screen and (max-width: 420px) {
      .resources-centre__item {
        width: calc(50% - 6px);
        margin-bottom: 12px; } }
    .resources-centre__item:hover {
      background-color: #ff5700; }
  .resources-centre__icon {
    margin-bottom: 12px; }
    @media screen and (max-width: 640px) {
      .resources-centre__icon {
        margin-bottom: 5px; } }
    .resources-centre__icon img {
      width: 80%;
      max-width: 70px; }
      @media screen and (max-width: 640px) {
        .resources-centre__icon img {
          width: 50%;
          max-width: 50px; } }
  .resources-centre__name {
    font-weight: bold;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 992px) {
      .resources-centre__name {
        font-size: 14px; } }

.hot-topic {
  position: fixed;
  bottom: 42px;
  right: 0;
  text-align: right;
  z-index: 0;
  pointer-events: none;
  transition: 0.5s all ease;
  opacity: 0;
  /* &__swiper-right {
        &:after {
            content: "";
            width: 1px;
            height: 100%;
            display: inline-block;
            background: #e0e0e0;
            margin-left: 14px;
        }
    } */ }
  .hot-topic.active {
    opacity: 1;
    pointer-events: unset;
    z-index: 20; }
  .hot-topic h3 {
    margin-bottom: 12px; }
  .hot-topic__container {
    background-color: #fff8f0;
    padding: 24px;
    padding-right: 0;
    width: 1024px;
    max-width: 100vw;
    margin-left: auto;
    text-align: left;
    border-left: 5px #ff5700 solid; }
  .hot-topic__item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    text-align: left;
    height: auto;
    padding-top: 24px;
    padding-right: 38px;
    padding-bottom: 24px;
    width: 300px; }
    .hot-topic__item:not(:last-child) {
      margin-right: 38px;
      border-right: 1px #e0e0e0 solid; }
    .hot-topic__item--text-only {
      align-content: center; }
  .hot-topic__img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 12px; }
    .hot-topic__img:hover .video-popup__btn-icon {
      transform: scale(1.1); }
  .hot-topic__img-desc {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    text-align: justify; }
  .hot-topic__item-date {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    width: 100%;
    display: block; }
  .hot-topic__item-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify; }
  .hot-topic__swiper-control {
    display: flex;
    padding-right: 24px; }
    @media screen and (min-width: 1025px) {
      .hot-topic__swiper-control {
        justify-content: flex-end;
        z-index: 2;
        position: relative; } }
  .hot-topic__swiper-left, .hot-topic__swiper-right {
    font-size: 0; }
  .hot-topic__swiper-left {
    margin-right: 14px; }
  .hot-topic__more-btn {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: none; }
    .hot-topic__more-btn .arrow--right {
      margin-left: 5px;
      top: -2px;
      width: 5px;
      height: 5px; }
  .hot-topic__btn {
    color: #fff;
    background-color: #ff5700;
    padding: 12px 28px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    transform-origin: right bottom;
    transition: 0.3s; }
    @media screen and (max-width: 640px) {
      .hot-topic__btn {
        font-size: 12px;
        padding: 12px;
        width: 133px; } }
    .hot-topic__btn:hover {
      transform: scale(1.2); }
    .hot-topic__btn img {
      height: 16px; }
      @media screen and (max-width: 640px) {
        .hot-topic__btn img {
          height: 14px; } }
    .hot-topic__btn .solid-arrow--top {
      height: 0;
      width: 0;
      border-width: 4px;
      border-style: solid;
      border-color: transparent;
      border-bottom-width: 6px;
      border-bottom-color: #fff;
      position: relative;
      top: -2px; }
  .hot-topic__btn-text {
    padding: 0 12px;
    white-space: nowrap; }
  .hot-topic__close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 24px;
    right: 38px;
    cursor: pointer;
    z-index: 10; }
    @media screen and (max-width: 640px) {
      .hot-topic__close-btn {
        right: 24px; } }
    .hot-topic__close-btn:before, .hot-topic__close-btn:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: #ff5700;
      top: 10px;
      position: relative; }
    .hot-topic__close-btn:before {
      transform: rotate(45deg); }
    .hot-topic__close-btn:after {
      margin-top: -2px;
      transform: rotate(-45deg); }

.whats-new-2__slide {
  width: 90%;
  max-width: 700px;
  height: auto;
  padding: 28px;
  background-color: #000;
  background-size: cover;
  background-position: center;
  color: #fff; }
  .whats-new-2__slide:before {
    content: "";
    width: 75%;
    height: 95%;
    display: block;
    background-color: transparent;
    position: absolute;
    z-index: -1;
    top: -14px;
    left: -14px;
    transition: 0.3s all ease; }
  .whats-new-2__slide:hover:before {
    width: 100%;
    height: 100%; }
  .whats-new-2__slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(to right, rgba(34, 34, 34, 0.6), transparent 70%); }
  .whats-new-2__slide--orange:before {
    background-color: #f25822; }
  .whats-new-2__slide--orange .whats-new-2__tag {
    color: #f25822; }
.whats-new-2__slide--blue:before {
    background-color: #1b478e;
}
  .whats-new-2__slide--blue .whats-new-2__tag {
    color: #1b478e; }
.whats-new-2__slide--green:before {
    background-color: #43ab56;
}
  .whats-new-2__slide--green .whats-new-2__tag {
    color: #43ab56; }

.whats-new-2__swiper {
  overflow: visible; }

.whats-new-2__textarea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 330px;
  position: relative;
  z-index: 2; }

.whats-new-2__date {
  font-weight: bold; }

.whats-new-2__day {
  display: block;
  font-size: 38px;
  line-height: 1; }

.whats-new-2__month {
  font-size: 22px;
  line-height: 1; }

.whats-new-2__title-and-tag {
  padding: 24px 0; }

.whats-new-2__title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  max-width: 300px; }

.whats-new-2__tag-container {
  margin: 12px -3px -3px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.whats-new-2__tag {
  padding: 3px 6px;
  font-size: 14px;
  /* background-color: rgba(59, 92, 171, 0.8); */
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  color: #3b5cab;
  font-weight: 600;
  margin: 3px; }
  .whats-new-2__tag.active {
    animation-name: jello_delay;
    animation-duration: 3s;
    animation-iteration-count: infinite; }

.whats-new-2__remark {
  display: block;
  font-weight: 600; }

.index-swiper__control {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0; }

.index-swiper__prev, .index-swiper__next {
  width: 40px;
  height: 40px;
  border: 1px #3b5cab solid;
  border-radius: 50%;
  margin: 0 6px;
  display: block;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  font-size: 0; }
  .index-swiper__prev::after, .index-swiper__next::after {
    content: unset; }
  .index-swiper__prev:before, .index-swiper__next:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px #3b5cab solid;
    border-left: 1px #3b5cab solid;
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 17px; }

.index-swiper__next:before {
  transform: rotate(135deg);
  left: 13px; }

.index-swiper__pagination {
  position: relative;
  margin: 0 6px;
  font-size: 0; }
  .index-swiper__pagination .swiper-pagination-bullet {
    background: #3b5cab;
    line-height: 1;
    margin: 3px;
    vertical-align: middle; }
  .index-swiper__pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 4px;
    border-radius: 20px; }

.index-update {
  background-color: #f2f2f2;
  padding: 48px 0; }
  @media screen and (max-width: 991px) {
    .index-update__swiper {
      overflow: visible; } }
  .index-update__slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff; 
    height:auto;
  }
    @media screen and (max-width: 991px) {
      .index-update__slide {
        width: 100%;
        max-width: 300px; } }
    .index-update__slide--orange {
      background-color: #f25822; }
      .index-update__slide--orange .index-update__tag {
        color: #f25822; }
    .index-update__slide--blue {
      background-color: #1b478e; }
      .index-update__slide--blue .index-update__tag {
        color: #1b478e; }
    .index-update__slide--green {
      background-color: #43ab56; }
      .index-update__slide--green .index-update__tag {
        color: #43ab56; }
    .index-update__slide--orange, .index-update__slide--blue, .index-update__slide--green {
      color: #fff; }
      .index-update__slide--orange .index-update__tag, .index-update__slide--blue .index-update__tag, .index-update__slide--green .index-update__tag {
        background-color: #fff; }
  .index-update__img {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center; }
  .index-update__textarea {
    padding: 24px; }
  .index-update__tag-container {
    margin-bottom: 17px; }
  .index-update__tag {
    background-color: rgba(59, 92, 171, 0.8);
    color: #fff; }
  .index-update__type {
    display: block;
    font-size: 12px;
    font-weight: 600; }
  .index-update__title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin: 12px 0; }
  .index-update__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin: 12px 0;
    font-weight: 300; }
  .index-update__arrow {
    width: 25px;
    margin-top: 20px; }

@keyframes jello_delay {
  0%,
  4%,
  36%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  8% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  12% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  16% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  20% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  24% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  28% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  32% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }