@charset "UTF-8";
body {
  margin: 0;
  font-family: "Roboto", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  max-width: 1496px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

@media screen and (max-width: 479px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.wrapper--half {
  width: 100%;
  max-width: calc(100% - (200% - 1448px));
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 991px) {
  .wrapper--half {
    max-width: 100%;
  }
}
.wrapper--third {
  width: 100%;
  max-width: calc(100% - (300% - 1448px) / 2);
  padding-left: 24px;
  padding-right: 24px;
  margin-left: calc((300% - 1448px) / 2);
}

@media screen and (max-width: 1447px) {
  .wrapper--third {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .wrapper--third {
    max-width: 1448px;
  }
}
.narrow-wrapper {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

h2 {
  margin: 0;
}

p {
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 24px;
}

p:last-child {
  margin-bottom: 0;
}

table,
ol,
li {
  font-weight: 300;
}

a {
  text-decoration: none;
}

.more-btn {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 14px 28px;
  margin-top: 12px;
  background-color: #2a61c8;
  border: 1px #2a61c8 solid;
  border-radius: 8px;
}

.more-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: 4px;
  transition: 0.3s all ease;
  position: relative;
  left: 0;
}

.more-btn:hover:after {
  left: 5px;
}

.more-btn--border-white {
  border-color: #fff;
}

.more-btn--bg-transparent {
  background-color: transparent;
}

.more-btn--text-blue {
  color: #2a61c8;
}

.more-btn--text-blue:after {
  border-top-color: #2a61c8;
  border-right-color: #2a61c8;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

img,
video {
  max-width: 100%;
}

.a11y-hidden {
  position: absolute !important;
  left: -300000px !important;
  width: 1px !important;
  height: 1px !important;
  display: inline-block !important;
  color: #000 !important;
  background-color: #fff !important;
}

.overflow-hidden {
  overflow: hidden;
}

.animated {
  animation-timing-function: ease;
  animation-duration: 1s;
}

.has-animate {
  animation: none;
}

.a11y-header {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}

.a11y-header:focus-within {
  height: 38px;
}

.a11y-header__button {
  font-size: 1rem;
  padding: 9px;
  margin: 1px 0;
}

.banner--full-screen {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}

@media screen and (max-width: 480px) {
  .banner--full-screen {
    height: 90vh;
  }
}
.banner__container {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  overflow: hidden;
  transition: 0.1s all ease;
}

.banner__container .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner__textarea {
  /* width: 40%; */
  width: 560px;
  max-width: 85%;
  padding-bottom: 120px;
  animation-delay: 0.3s;
  transition: 1s all ease;
  position: relative;
  top: 0%;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .banner__textarea {
    max-width: 100%;
    padding-bottom: 70px;
  }
}
.swiper-slide:not(.swiper-slide-active) .banner__textarea {
  top: 100%;
  opacity: 0;
}

.banner__textarea p {
  max-width: 400px;
}

.banner__textarea-title {
  font-size: 2.25rem;
  margin-bottom: 14px;
  line-height: 1.1;
}

@media screen and (max-width: 640px) {
  .banner__textarea-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .banner__textarea-title {
    font-size: 1.75rem;
  }
}
.banner__circle {
  width: 80vh;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50vh;
  left: -7vh;
  z-index: 1;
  transition: 0.3s all ease-out, 1s opacity ease;
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .banner__circle {
    top: 55vh;
    left: -22vh;
  }
}
@media screen and (max-width: 480px) {
  .banner__circle {
    top: 43vh;
  }
}
.swiper-slide:not(.swiper-slide-active) .banner__circle {
  opacity: 0;
}

.banner__circle:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #1fcdbf;
  opacity: 0.7;
}

.banner-control {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .banner-control {
    bottom: 24px;
  }
}
.banner-control .wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-control__prev, .banner-control__next {
  --swiper-navigation-size: 28px;
  --swiper-theme-color: #fff;
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
  width: 25.46px;
  height: 25.46px;
  background-image: none;
}

.banner-control__prev:before, .banner-control__next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  transform: rotate(-45deg);
  margin-left: auto;
}

.banner-control__next {
  margin-left: 8px;
  margin-right: 18px;
}

.banner-control__next:before {
  transform: rotate(135deg);
  margin-left: 0;
}

.banner-control__pagination {
  position: relative;
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  margin-left: 18px;
  /* line-height: 28px; */
  font-size: 0;
}

.banner-control__pagination:before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  opacity: 0.3;
}

.banner-control__pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 28px;
  height: 2px;
  position: relative;
  /* top: 6px; */
  margin: 4px !important;
  background-color: #fff;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  padding: 24px 0;
  transition: 0.3s all ease;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 12px 0;
  }
}
.header a {
  color: #fff;
}

.header:hover, .header.fixed, .header.search-open {
  background-color: rgba(255, 255, 255, 0.95);
  color: #222;
}

.header:hover .header-logo__white, .header.fixed .header-logo__white, .header.search-open .header-logo__white {
  opacity: 0;
}

.header:hover .header-logo__color, .header.fixed .header-logo__color, .header.search-open .header-logo__color {
  opacity: 1;
}

.header:hover a, .header.fixed a, .header.search-open a {
  color: #222;
}

.header:focus-within {
  background-color: rgba(255, 255, 255, 0.95);
  color: #222;
}

.header:focus-within .header-logo__white {
  opacity: 0;
}

.header:focus-within .header-logo__color {
  opacity: 1;
}

.header:focus-within a {
  color: #222;
}

.header.fixed {
  padding: 12px 0;
}

.header.fixed .header-logo {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .header.fixed .header-logo {
    width: 104px;
  }
}
@media screen and (max-width: 768px) {
  .header.fixed .header-logo {
    width: 78px;
  }
}
@media screen and (min-width: 992px) {
  .header.fixed .header-menu__subitem {
    margin-top: -28px;
    background-image: linear-gradient(to bottom, transparent 28px, rgba(255, 255, 255, 0.95) 28px);
    padding-top: 58px;
  }
}
.add-main-padding .header {
  color: #222;
  background-color: rgba(255, 255, 255, 0.95);
}

.add-main-padding .header a {
  color: #222;
}

.a11y-header:focus-within + .header:not(.fixed) {
  top: 38px;
}

.header .wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  position: relative;
  width: 150px;
  margin-right: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 3;
  transition: 0.3s all ease;
}

@media screen and (max-width: 1280px) {
  .header-logo {
    width: 135px;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo {
    width: 117px;
  }
}
@media screen and (max-width: 560px) {
  .header-logo {
    width: 91px;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
  transition: 0.3s all ease;
}

.add-main-padding .header-logo__white {
  opacity: 0;
}

.header-logo__color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.add-main-padding .header-logo__color {
  opacity: 1;
}

.header-menu {
  width: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .header-menu {
    display: none;
    position: fixed;
    top: 91px;
    left: 0;
    width: 100%;
    height: calc(100% - 91px);
    background-color: rgba(255, 255, 255, 0.95);
    overflow: auto;
  }

  .header.fixed .header-menu {
    top: 84px;
    height: calc(100% - 84px);
  }
}
@media screen and (max-width: 768px) {
  .header.fixed .header-menu {
    top: 70px;
    height: calc(100% - 70px);
  }
}
@media screen and (max-width: 560px) {
  .header-menu {
    top: 77px;
    height: calc(100% - 77px);
  }
}
.header-menu__mobile-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-menu__mobile-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    position: relative;
  }
}
.header-menu__mobile-btn:before, .header-menu__mobile-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s all ease;
}

.header:hover .header-menu__mobile-btn:before, .header.fixed .header-menu__mobile-btn:before, .add-main-padding .header-menu__mobile-btn:before, .header:hover .header-menu__mobile-btn:after, .header.fixed .header-menu__mobile-btn:after, .add-main-padding .header-menu__mobile-btn:after {
  background-color: #222;
}

.header:focus-within .header-menu__mobile-btn:before, .header:focus-within .header-menu__mobile-btn:after {
  background-color: #222;
}

.header-menu__mobile-btn:after {
  width: calc(100% - 5px);
}

.header-menu__mobile-btn.active:before, .header-menu__mobile-btn.active:after {
  width: 80%;
  height: 2px;
}

.header-menu__mobile-btn.active:before {
  transform: rotate(-45deg) translate(-4px, 10px);
}

.header-menu__mobile-btn.active:after {
  transform: rotate(45deg) translate(-4px, -9px);
}

.header-menu__mobile-btn-line {
  position: relative;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  margin: 8px 0;
  transition: 0.3s all ease;
}

.header-menu__mobile-btn.active .header-menu__mobile-btn-line {
  left: 100%;
  opacity: 0;
}

.header:hover .header-menu__mobile-btn-line, .header.fixed .header-menu__mobile-btn-line, .add-main-padding .header-menu__mobile-btn-line {
  background-color: #222;
}

.header:focus-within .header-menu__mobile-btn-line {
  background-color: #222;
}

.header-menu__search {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  left: 0;
  /* bottom: 0; */
  /* transform: translateY(100%); */
  background-color: rgba(255, 255, 255, 0.95);
  color: #222;
}

@media screen and (min-width: 992px) {
  .header-menu__search {
    box-shadow: 0 4px 4px #d7d7d7;
  }
}
@media screen and (max-width: 991px) {
  .header-menu__search {
    display: block;
    transform: none;
    position: relative;
    background-color: transparent;
    top: auto;
    left: auto;
  }
}
.header-menu__search .narrow-wrapper {
  padding-bottom: 24px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header-menu__search .narrow-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header-menu__search-input {
  padding: 12px;
  margin: 0;
  border: 0;
  font-size: 1rem;
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 24px;
  border: 1px #eee solid;
}

.header-menu__search-submit {
  font-size: 1rem;
  color: #222;
  padding: 12px 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-menu__search-submit:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px #2a61c8 solid;
  border-right: 2px #2a61c8 solid;
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: 4px;
  transition: 0.3s all ease;
  position: relative;
  left: 0;
}

.header-menu__search-submit:hover:after {
  left: 5px;
}

.header-menu__search-toggle-btn {
  width: 38px;
  height: 38px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .header-menu__search-toggle-btn {
    display: none;
  }
}
.header-menu__search-toggle-btn:before, .header-menu__search-toggle-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-menu__search-toggle-btn:before {
  background-color: #2a61c8;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.header-menu__search-toggle-btn:after {
  background-image: url(../images/search_white.png);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.header-menu__search-toggle-btn:hover:before {
  transform: scale(1.1);
}

.header-menu__search-toggle-btn.active:after {
  opacity: 0;
}

.header-menu__search-close-icon {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 100%;
  opacity: 0;
}

.header-menu__search-toggle-btn.active .header-menu__search-close-icon {
  opacity: 1;
}

.header-menu__search-close-icon:before, .header-menu__search-close-icon:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 2;
  transform: rotate(45deg);
}

.header-menu__search-close-icon:after {
  transform: rotate(-45deg);
}

.header-menu__item-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header-menu__item-container {
    padding: 0 24px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
  }
}
.header-menu__item {
  /* margin: 0 12px; */
  padding: 0 12px;
}

@media screen and (max-width: 1280px) {
  .header-menu__item {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .header-menu__item {
    padding: 0 6px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu__item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header-menu__item:hover .header-menu__item-link:after {
    background-color: #2a61c8;
  }
}
@media screen and (min-width: 992px) {
  .header-menu__item:hover .header-menu__subitem {
    opacity: 1;
    pointer-events: all;
    transition: auto;
  }
}
@media screen and (min-width: 992px) {
  .header-menu__item:focus-within .header-menu__subitem {
    opacity: 1;
    pointer-events: all;
    transition: auto;
  }
}
.header-menu__item-link {
  padding: 12px 0;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .header-menu__item-link {
    display: block;
    font-size: 1.5rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 560px) {
  .header-menu__item-link {
    font-size: 1.25rem;
  }
}
.header-menu__item-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 8px;
  transition: 0.3s all ease;
}

@media screen and (min-width: 992px) {
  .header-menu__item-link.current:after {
    background-color: #2a61c8;
  }
}
.header-menu__subitem-toggle-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-menu__subitem-toggle-btn {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    transition: 0.3s all ease;
  }

  .header-menu__subitem-toggle-btn:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 5px);
    border-right: 2px #222 solid;
    border-bottom: 2px #222 solid;
    transform: rotate(45deg);
  }

  .header-menu__subitem-toggle-btn.active {
    transform: rotate(-180deg);
  }
}
.header-menu__subitem {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -58px;
  padding: 88px 0 48px;
  color: #222;
  background-image: linear-gradient(to bottom, transparent 58px, rgba(255, 255, 255, 0.95) 58px);
  z-index: 2;
  opacity: 0;
  transition: 0s;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .header-menu__subitem {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 0;
    opacity: 1;
    display: none;
    pointer-events: all;
    transition: auto;
    background: transparent;
    padding-bottom: 24px;
  }
}
.header-menu__subitem-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header-menu__subitem-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header-menu__subitem-main {
  width: 280px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .header-menu__subitem-main {
    width: 100%;
  }
}
.header-menu__subitem-title {
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .header-menu__subitem-title {
    display: none;
  }
}
.header-menu__subitem-link {
  display: block;
  padding: 6px 0;
}

.header-menu__subitem-link:hover span:after {
  left: 4px;
}

.header-menu__subitem-link span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px #2a61c8 solid;
  border-right: 2px #2a61c8 solid;
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: 4px;
  margin-right: -12px;
  transition: 0.3s all ease;
  position: relative;
  left: 0;
}

.header-menu__login {
  font-size: 0.75rem;
  margin: 0 24px;
}

@media screen and (max-width: 1280px) {
  .header-menu__login {
    margin: 0 12px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu__login {
    margin: 24px auto;
    font-size: 1rem;
    padding: 12px;
  }
}
.header-menu__promote {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 48px;
  margin-left: 24px;
  border-left: 1px #dedede solid;
}

@media screen and (max-width: 991px) {
  .header-menu__promote {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu__promote {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header-menu__promote:hover .header-menu__promote-arrow {
  left: 14px;
}

.header-menu__promote:hover .header-menu__promote-img {
  transform: scale(1.1);
}

.header-menu__promote-img-container {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: 30px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media screen and (max-width: 768px) {
  .header-menu__promote-img-container {
    width: 100%;
  }
}
.header-menu__promote-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  transition: 0.3s all ease;
}

.header-menu__promote-textarea {
  width: 50%;
  padding-left: 28px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .header-menu__promote-textarea {
    width: 100%;
    padding-left: 0;
    margin-top: 12px;
  }
}
.header-menu__promote-title {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.header-menu__promote-desc {
  display: block;
}

.header-menu__promote-desc + .header-menu__promote-desc {
  margin-top: 9px;
}

.header-menu__promote-arrow {
  display: block;
  width: 27px;
  height: 24px;
  position: relative;
  margin-top: 9px;
  left: 0;
  transition: 0.3s all ease;
}

.header-menu__promote-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2a61c8;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.header-menu__promote-arrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px #2a61c8 solid;
  border-right: 2px #2a61c8 solid;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: rotate(45deg);
  margin-top: -7px;
}

.section-textarea {
  padding: 58px;
}

.section-textarea h2 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  max-width: 1120px;
  margin: 0;
}

@media screen and (max-width: 560px) {
  .section-textarea h2 {
    font-size: 1.25rem;
  }
}
.custom-select {
  position: relative;
}

.custom-select select {
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.custom-select select:focus + .custom-select__mask {
  outline: 2px #000 solid;
  border-radius: 3px;
}

.custom-select option {
  font-size: 0.875rem;
}

.custom-select__mask {
  padding-right: 24px;
  position: relative;
  display: block;
  pointer-events: none;
}

.custom-select__mask:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-bottom: 2px #222 solid;
  border-right: 2px #222 solid;
  transform: rotate(45deg);
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 0;
}

.custom-date {
  position: relative;
}

.custom-date input {
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  /* &::-webkit-calendar-picker-indicator {
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: transparent;
      color: transparent;
      cursor: pointer;
  } */
}

.custom-date__mask {
  padding-right: 24px;
  position: relative;
  display: block;
  pointer-events: none;
}

.custom-date__mask:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-bottom: 2px #222 solid;
  border-right: 2px #222 solid;
  transform: rotate(45deg);
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 0;
}

.grid-box {
  padding: 58px 0 88px;
}

@media screen and (max-width: 991px) {
  .grid-box {
    max-width: 640px;
    margin: 0 auto;
  }
}
.grid-box__title {
  font-size: 2.125rem;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .grid-box__title {
    font-size: 1.5rem;
  }
}
.grid-box__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0;
}

@media screen and (max-width: 991px) {
  .grid-box__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
}
.grid-box .columns {
  margin: 24px auto;
}

@media screen and (max-width: 991px) {
  .grid-box .columns {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto !important;
    margin: 24px -12px;
  }
}
@media screen and (max-width: 560px) {
  .grid-box .columns {
    margin: 24px auto;
  }
}
@media screen and (max-width: 991px) {
  .grid-box .columns .grid-box__col {
    /* width: 100%; */
    margin: 12px;
    width: calc(50% - 24px) !important;
    height: auto !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .grid-box .columns .grid-box__col {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .grid-box .columns .grid-box__col--half, .grid-box .columns .grid-box__col--large {
    width: calc(100% - 24px) !important;
  }
}
@media screen and (max-width: 560px) {
  .grid-box .columns .grid-box__col--half, .grid-box .columns .grid-box__col--large {
    width: 100% !important;
  }
}
.grid-box__col {
  width: calc(50% - 12px);
  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;
}

@media screen and (max-width: 991px) {
  .grid-box__col {
    width: 100%;
    margin: 12px 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-box__col.has-half-row {
    margin: 0;
  }
}
.grid-box__col--half .grid-box__item--type-3 .grid-box__item-bg, .grid-box__col--large .grid-box__item--type-3 .grid-box__item-bg {
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.grid-box__col--full-width {
  width: 100%;
}

.grid-box__half-row {
  /* height: calc(50% - 12px); */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .grid-box__half-row {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 560px) {
  .grid-box__half-row {
    height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .grid-box__half-row + .grid-box__half-row {
    margin-top: 24px;
  }
}
.grid-box__half-row > .grid-box__col {
  /* height: 100%; */
}

@media screen and (max-width: 991px) {
  .grid-box__half-row > .grid-box__col {
    height: auto;
    width: calc(50% - 12px);
  }

  .grid-box__half-row > .grid-box__col--full-width {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .grid-box__half-row > .grid-box__col {
    width: 100%;
  }
}
.grid-box__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 38px;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.grid-box__item:hover .grid-box__item-bg {
  transform: translate(-50%, -50%) scale(1.1);
}

.grid-box__item:hover .grid-box__item-title:after {
  left: 5px;
}

.grid-box__item--type-2 {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-box__item--type-2 .grid-box__item-title {
  font-weight: normal;
}

.grid-box__item--type-3 {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  /* padding-bottom: 38px; */
  color: #222;
  overflow: unset;
  border-radius: 0;
}

.grid-box__item--type-3:hover .grid-box__item-bg {
  transform: none;
}

.grid-box__item--type-3 .grid-box__item-bg {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 30px;
  margin-bottom: 12px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.grid-box__item--type-3 .grid-box__item-title {
  font-size: 1rem;
  font-weight: normal;
  max-width: none;
}

.grid-box__item--type-3 .grid-box__item-title:after {
  display: none;
}

.grid-box__item--type-3 .grid-box__item-sort {
  font-weight: bold;
}

.grid-box__item--text-black {
  color: #222;
}

.grid-box__item--text-black .grid-box__item-title:after {
  border-top-color: #222;
  border-right-color: #222;
}

.grid-box__item--text-white {
  color: #fff;
}

.grid-box__item--text-white .grid-box__item-title:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.grid-box__item-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  transition: 0.3s all ease;
}

.grid-box__item-bg.is-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease;
  background-color: rgba(0, 0, 0, 0.3);
}

.grid-box__item:hover .grid-box__item-bg.is-img:after {
  background-color: rgba(0, 0, 0, 0.7);
}

.grid-box__item-bg--blue {
  background-color: #2a61c8;
}

.grid-box__item-bg--dark-blue {
  background-color: #113776;
}

.grid-box__item-bg--gray {
  background-color: #eee;
}

.grid-box__item-bg--white {
  background-color: #fff;
}

.grid-box__item-sort {
  position: relative;
  z-index: 3;
  color: inherit;
  font-size: 0.75rem;
}

.grid-box__item-title {
  position: relative;
  z-index: 3;
  color: inherit;
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 560px;
  display: block;
  margin: 12px 0;
}

@media screen and (max-width: 560px) {
  .grid-box__item-title {
    font-size: 1.25rem;
  }
}
.grid-box__item-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-top: 3px #fff solid;
  border-right: 3px #fff solid;
  transform: rotate(45deg);
  margin-top: -6px;
  margin-left: 4px;
  margin-right: -13px;
  transition: 0.3s all ease;
  position: relative;
  left: 0;
}

.grid-box__tag-container {
  position: relative;
  z-index: 3;
  margin: -3px;
  font-size: 0;
  color: #fff;
}

.grid-box__tag-item {
  color: inherit;
  font-size: 0.75rem;
  background-color: #2a61c8;
  display: inline-block;
  vertical-align: top;
  padding: 3px 8px;
  border-radius: 3px;
  margin: 3px;
  /* &--1 {
      background-color: #afc729;
  }
  &--2 {
      background-color: #b0c828;
  }
  &--3 {
      background-color: #18a5fb;
  }
  &--4 {
      background-color: #1abbab;
  }
  &--5 {
      background-color: #eb069e;
  }
  &--6 {
      background-color: #fc8d01;
  }
  &--7 {
      background-color: #e0340c;
  } */
}

.grid-box__tag-container--white .grid-box__tag-item {
  background-color: #fff;
  color: #2a61c8;
}

.news-grid__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: -12px;
}

@media screen and (max-width: 560px) {
  .news-grid__container {
    margin: 0;
  }
}
.news-grid__col {
  margin: 12px;
}

@media screen and (max-width: 560px) {
  .news-grid__col {
    margin: 12px 0;
  }
}
.news-grid__col--half {
  width: calc(50% - 24px);
}

@media screen and (max-width: 991px) {
  .news-grid__col--half {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 560px) {
  .news-grid__col--half {
    width: 100%;
  }
}
.news-grid__col--quarter {
  width: calc(25% - 24px);
}

@media screen and (max-width: 991px) {
  .news-grid__col--quarter {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 560px) {
  .news-grid__col--quarter {
    width: 100%;
  }
}
.news-grid__col--half-temporary {
  width: calc(50% - 24px);
}

@media screen and (min-width: 992px) {
  .news-grid__col--half-temporary .grid-box__item--type-3 .grid-box__item-bg {
    padding-bottom: 27.145%;
  }
}
@media screen and (max-width: 991px) {
  .news-grid__col--half-temporary {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 560px) {
  .news-grid__col--half-temporary {
    width: 100%;
  }
}
.news-grid__control {
  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;
  margin-top: 58px;
}

.news-grid__prev-btn, .news-grid__next-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2a61c8;
  position: relative;
}

@media screen and (max-width: 375px) {
  .news-grid__prev-btn, .news-grid__next-btn {
    width: 50px;
    height: 50px;
  }
}
.news-grid__prev-btn:before, .news-grid__next-btn:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-135deg);
  margin-top: -5px;
  margin-left: -2px;
}

.news-grid__prev-btn.disabled, .news-grid__next-btn.disabled {
  opacity: 0.5;
  cursor: none;
}

.news-grid__next-btn:before {
  transform: rotate(45deg);
  margin-left: -8px;
}

.news-grid__control-detail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 48px;
}

@media screen and (max-width: 375px) {
  .news-grid__control-detail {
    padding: 0 24px;
  }
}
.news-grid__page-input {
  width: 60px;
  height: 60px;
  font-size: 1rem;
  border-radius: 50%;
  border: 0;
  background-color: #f0f0f0;
  color: #222;
  text-align: center;
  appearance: none;
  padding: 0;
  /* Firefox */
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}

.news-grid__page-input::-webkit-outer-spin-button, .news-grid__page-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 375px) {
  .news-grid__page-input {
    width: 50px;
    height: 50px;
  }
}
.news-grid__of {
  padding: 0 5px;
  line-height: 1;
}

.news-grid__total-page {
  line-height: 1;
}

.news-grid__no-result {
  display: none;
  text-align: center;
  padding: 48px 0;
  width: calc(100% - 24px);
}

@media screen and (max-width: 560px) {
  .news-grid__no-result {
    width: 100%;
  }
}
.popup-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.popup-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(34, 34, 34, 0.8);
}

.popup-video .wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-video__container {
  width: 100%;
  /* max-width: 100%; */
  max-height: 100%;
  padding: 38px 0;
  text-align: center;
}

.popup-video video {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.popup-video__iframe-holder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.popup-video__iframe-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-video__btn-icon:before, .popup-video__btn-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.popup-video__btn-icon:before {
  width: 70px;
  height: 70px;
  background-color: #2a61c8;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.3s all ease;
  z-index: 2;
}

.popup-video__btn-icon:after {
  width: 0;
  height: 0;
  border: 8px transparent solid;
  border-left: 12px #fff solid;
  border-radius: 2px;
  margin-left: 6px;
  z-index: 3;
}

.popup-video__btn-icon:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.popup-video__close-btn {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  position: relative;
  margin-top: -30px;
}

.popup-video__close-btn:before, .popup-video__close-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #fff;
  transform: rotate(45deg);
}

.popup-video__close-btn:after {
  transform: rotate(-45deg);
}

.popup-video__close-btn:hover:before, .popup-video__close-btn:hover:after {
  background-color: red;
}

.page-banner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 70vh;
}

.page-banner .wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .page-banner .wrapper {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
.page-banner__container--with-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .page-banner__container--with-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-banner__textarea {
  max-width: 700px;
}

@media screen and (max-width: 991px) {
  .page-banner__textarea {
    max-width: unset;
    width: 100%;
  }
}
.page-banner__textarea p {
  font-weight: 300;
}

.page-banner__textarea--large-text .page-banner__title {
  font-size: 4.25rem;
}

@media screen and (max-width: 640px) {
  .page-banner__textarea--large-text .page-banner__title {
    font-size: 3rem;
  }
}
.page-banner__textarea--large-text .page-banner__subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 9px 0 18px;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .page-banner__textarea--large-text .page-banner__subtitle {
    font-size: 1.25rem;
  }
}
.page-banner__list {
  margin-left: auto;
  width: 330px;
  padding-left: 34px;
}

@media screen and (max-width: 991px) {
  .page-banner__list {
    padding-left: 0;
    margin: 38px auto;
    width: 100%;
  }
}
.page-banner__list-item {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  padding: 18px;
  padding-right: 34px;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  position: relative;
}

.page-banner__list-item:last-child {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.page-banner__list-item:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-top: 3px #fff solid;
  border-right: 3px #fff solid;
  transform: rotate(45deg);
  margin-top: -6px;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  right: 24px;
}

.page-banner__list-item:hover:after {
  right: 19px;
}

.footer {
  border-top: 1px rgba(81, 79, 111, 0.4) solid;
}

.footer .wrapper {
  padding-top: 58px;
  padding-bottom: 28px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer .wrapper {
    padding-top: 38px;
  }
}
.footer__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__row-1 {
  padding-bottom: 58px;
}

@media screen and (max-width: 768px) {
  .footer__row-1 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 38px;
  }
}
.footer__main-logo-container {
  width: 150px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .footer__main-logo-container {
    width: 130px;
  }
}
.footer__main-logo {
  width: 100%;
}

.footer__menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__menu {
    padding-top: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 375px) {
  .footer__menu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.footer__menu-col {
  padding: 0 28px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .footer__menu-col {
    padding: 0 12px;
  }
}
@media screen and (max-width: 375px) {
  .footer__menu-col {
    width: 100%;
    text-align: center;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu-col--minor {
    width: 100%;
    text-align: center;
    margin-top: 18px;
    padding: 0;
  }
}
.footer__menu-col--minor .footer__menu-item {
  font-size: 0.75rem;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footer__menu-col--minor .footer__menu-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
  }
}
.footer__menu-col--minor .footer__menu-item + .footer__menu-item {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .footer__menu-col--minor .footer__menu-item + .footer__menu-item {
    margin-top: 0px;
  }
}
.footer__menu-item {
  display: block;
  color: #222;
  font-weight: 600;
}

.footer__menu-item + .footer__menu-item {
  margin-top: 14px;
}

.footer__menu-item:hover {
  color: #2a61c8;
}

.footer__minor-logo-container {
  font-size: 0;
  text-align: center;
  /* margin-right: -38px; */
}

@media screen and (max-width: 768px) {
  .footer__minor-logo-container {
    margin: 24px auto 0;
  }
}
.footer__minor-logo-item {
  margin-left: 38px;
  display: inline-block;
  vertical-align: middle;
  /* &:nth-child(1) {
      .footer__minor-logo {
          height: 120px;
          @media screen and (max-width: 375px) {
              height: 65px;
          }
      }
  } */
}

@media screen and (max-width: 768px) {
  .footer__minor-logo-item {
    margin: 12px 14px;
  }
}
.footer__minor-logo {
  width: auto;
  height: 90px;
}

@media screen and (max-width: 375px) {
  .footer__minor-logo {
    height: 50px;
  }
}
.footer__row-3 {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .footer__row-3 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__minor-menu {
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .footer__minor-menu {
    text-align: center;
  }
}
.footer__minor-menu-item {
  font-size: 0.875rem;
  color: #7a7a7a;
  font-weight: 300;
  margin: 5px 0;
  display: inline-block;
  vertical-align: middle;
}

.footer__minor-menu-item:not(:last-child) {
  border-right: 1px #d5d5d5 solid;
  margin-right: 12px;
  padding-right: 12px;
}

.footer__minor-menu-item:hover {
  color: #2a61c8;
}

.footer__copyright {
  margin: 0;
  opacity: 0.7;
  font-size: 0.75rem;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__copyright a {
  color: #222;
}

.footer__social {
  font-size: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .footer__social {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding: 24px 0;
  }
}
.footer__social-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .footer__social-item {
    margin: 0 12px;
  }
}
.footer__social-item img {
  height: 28px;
}

.back-to-top {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -70px;
  top: -35px;
  z-index: 20;
  background-color: #f4f4f4;
  border-radius: 50px;
  transition: 0.3s all ease;
}

@media screen and (max-width: 1600px) {
  .back-to-top {
    right: 24px;
  }
}
@media screen and (max-width: 560px) {
  .back-to-top {
    width: 54px;
    height: 54px;
    top: -27px;
  }
}
.back-to-top.back-to-top.fixed {
  position: fixed;
  top: auto;
  bottom: 24px;
  right: 24px;
}

.back-to-top:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px #222 solid;
  border-right: 1px #222 solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
  margin-top: -3px;
  margin-left: -5px;
}

.back-to-top:hover {
  background-color: #2a61c8;
}

.back-to-top:hover:before {
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
}

.inner-header {
  padding: 12px 0 38px;
}

.inner-header__sdg {
  display: block;
  width: 80%;
  max-width: 140px;
  padding-top: 12px;
}

@media screen and (max-width: 640px) {
  .inner-header__sdg {
    margin: 0 auto;
  }
}
.inner-header__sdg + .inner-header__title-and-social {
  padding-top: 0;
}

.inner-header__title-and-social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
}

@media screen and (max-width: 640px) {
  .inner-header__title-and-social {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.inner-header__title-and-social h1 {
  font-size: 3rem;
  color: #2a61c8;
  margin: 0;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .inner-header__title-and-social h1 {
    font-size: 2.375rem;
  }
}
.inner-header__social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .inner-header__social {
    margin-top: 12px;
  }
}
.inner-header__social-title {
  font-size: 0.75rem;
}

.inner-header__social-item {
  font-size: 0;
  margin-left: 18px;
  min-width: 25px;
}

.inner-header__social-item img {
  width: auto;
  height: 18px;
}

.inner-header--large {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 88px;
  height: 1px;
  min-height: 115vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: center;
}

.inner-header--large .breadcrumbs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-header--large .breadcrumbs a {
  color: #fff;
}

.inner-header--large .breadcrumbs a:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.inner-header--large .inner-header__title-and-social {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
}

.inner-header--large .inner-header__title-and-social h1 {
  color: #fff;
  font-size: 4.25rem;
  margin: 24px 0;
}

@media screen and (max-width: 640px) {
  .inner-header--large .inner-header__title-and-social h1 {
    font-size: 3rem;
  }
}
.inner-header--large .inner-header__title-and-social p {
  max-width: 759px;
  width: 100%;
}

.inner-header--large .inner-header__social-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.inner-header--large .inner-header__social-item img {
  opacity: 0;
}

.inner-header--large .inner-header__social-item.facebook {
  background-image: url(../images/icon_fb-w.png);
}

.inner-header--large .inner-header__social-item.twitter {
  background-image: url(../images/icon_twitter-w.png);
}

.inner-header--large .inner-header__social-item.email {
  background-image: url(../images/icon_mail-w.png);
}

.inner-header--large .grid-box__tag-container {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 641px) {
  .news-inner__header-container {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.news-inner__title {
  display: block;
  font-weight: 300;
  color: #222;
}

.news-inner__header-left {
  max-width: 100%;
}

.news-inner__header-left h1 {
  line-height: 1;
}

.news-inner__header-left .grid-box__tag-container {
  margin-top: 12px;
}

.breadcrumbs {
  font-size: 0.75rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .breadcrumbs {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.breadcrumbs a {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #222;
  position: relative;
  padding-right: 8px;
  margin: 3px 0;
}

.breadcrumbs a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px #2a61c8 solid;
  border-right: 1px #2a61c8 solid;
  transform: rotate(45deg);
  margin-top: -2px;
  margin-left: 4px;
  transition: 0.3s all ease;
}

.breadcrumbs a:hover {
  color: #2a61c8;
}

.inner-grid__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @media screen and (max-width: 640px) {
      &--two-col {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
      }
  } */
}

@media screen and (max-width: 991px) {
  .inner-grid__row--three-col, .inner-grid__row--two-col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.inner-grid__row + .inner-grid__row {
  border-top: 2px #fff solid;
}

.inner-grid__col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  padding: 88px 0;
  color: #fff;
  min-height: 50vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: #2a61c8;
}

.inner-grid__col--color-black {
  color: #222;
}

.inner-grid__row--three-col .inner-grid__col {
  /* @media screen and (max-width: 991px) {
      width: 100%;
      & + .inner-grid__col {
          border-top: 2px #fff solid;
      }
  } */
}

.inner-grid__row--three-col .inner-grid__col:not(:first-child) .wrapper--third {
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .inner-grid__row--three-col .inner-grid__col:nth-child(2) {
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
  }
}
@media screen and (min-width: 991px) {
  .inner-grid__col:first-child {
    border-right: 1px #fff solid;
  }

  .inner-grid__col:last-child {
    border-left: 1px #fff solid;
  }

  .inner-grid__row--one-col .inner-grid__col {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .inner-grid__col {
    width: 100%;
  }

  .inner-grid__col + .inner-grid__col {
    border-top: 2px #fff solid;
  }
}
.inner-grid__textarea {
  max-width: 440px;
}

.inner-grid__textarea h2 {
  font-size: 2.375rem;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .inner-grid__textarea h2 {
    font-size: 1.75rem;
  }
}
.two-block {
  margin: 24px 0;
}

.two-block__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .two-block__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.two-block__item {
  width: calc(50% - 12px);
  margin: 12px 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  .two-block__item {
    width: 100%;
  }
}
.two-block__item p {
  margin-top: 6px;
}

.two-block__item-img-holder {
  overflow: hidden;
  border-radius: 30px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  display: block;
}

.two-block__item-img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
}

.two-block__item-img:hover {
  transform: scale(1.1);
}

.three-block {
  margin: 24px 0;
}

.three-block__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .three-block__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.three-block__item {
  width: calc(33.33% - 12px);
  margin: 12px 0;
  overflow: hidden;
  border-radius: 30px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media screen and (max-width: 640px) {
  .three-block__item {
    width: 100%;
  }
}
.three-block__item-img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
}

.three-block__item-img:hover {
  transform: scale(1.1);
}

.inner-textarea {
  margin-bottom: 88px;
}

@media screen and (max-width: 768px) {
  .inner-textarea {
    margin-bottom: 48px;
  }
}
.inner-textarea__title {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 12px;
}

@media screen and (max-width: 640px) {
  .inner-textarea__title {
    font-size: 1.5rem;
  }
}
.inner-textarea__subtitle-with-link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.inner-textarea__subtitle-with-link .inner-textarea__subtitle {
  margin: 0;
}

.inner-textarea__subtitle-with-link .inner-textarea__link {
  color: #222;
  text-decoration: none;
  font-size: 0.875rem;
  width: 146px;
  padding-right: 12px;
}

.inner-textarea__subtitle-with-link .inner-textarea__link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px #2a61c8 solid;
  border-right: 2px #2a61c8 solid;
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: 4px;
  margin-right: -12px;
  transition: 0.3s all ease;
  position: relative;
  left: 0;
}

.inner-textarea__subtitle-with-link .inner-textarea__link:hover:after {
  left: 4px;
}

.inner-textarea__subtitle {
  margin: 0 0 12px;
  font-size: 1.125rem;
  font-weight: normal;
}

.inner-textarea__row {
  margin: 38px 0;
}

.inner-textarea__row:first-child {
  margin-top: 0;
}

.inner-textarea__row--border-top {
  padding-top: 38px;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}

.inner-textarea a {
  color: #2a61c8;
  text-decoration: underline;
}

ul {
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.inner-textarea__subtitle + ul {
  margin-top: 0;
}

.inner-textarea__subtitle + ul > li {
  margin: 6px 0;
}

ul > li {
  padding-left: 14px;
  position: relative;
  margin: 12px 0;
}

ul > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #2a61c8;
  border-radius: 50%;
}

.min-grid__title {
  color: #2a61c8;
  font-weight: bold;
}

.min-grid__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media screen and (max-width: 480px) {
  .min-grid__container {
    margin: 0 auto;
  }
}
.min-grid__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(33.33% - 24px);
  margin: 12px;
  padding: 14px 24px;
  font-size: 1.125rem;
  background-color: #2a61c8;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 20px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  /* height: 1px; */
  min-height: 115px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .min-grid__item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 560px) {
  .min-grid__item {
    font-size: 1.25rem;
    min-height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .min-grid__item {
    width: 100%;
    margin: 12px auto;
  }
}
.min-grid__item:after {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  position: relative;
  left: 0;
  margin-top: 12px;
  background-image: url(../images/min-grid-arrow.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
}

.min-grid__item:hover:after {
  left: 5px;
}

.goals-grid {
  margin: 88px auto;
}

@media screen and (max-width: 768px) {
  .goals-grid {
    margin: 48px auto;
  }
}
.goals-grid__title-img {
  width: 60%;
}

@media screen and (max-width: 480px) {
  .goals-grid__title-img {
    width: 100%;
  }
}
.goals-grid__container {
  font-size: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 0;
  margin: 0 -6px;
}

.goals-grid__item {
  width: calc(20% - 12px);
  margin: 6px;
}

@media screen and (max-width: 768px) {
  .goals-grid__item {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 480px) {
  .goals-grid__item {
    width: calc(33.33% - 12px);
  }
}
.goals-grid__item img {
  width: 100%;
}

.section-fold__item {
  border-bottom: 1px #ccc solid;
}

.section-fold__item:first-child {
  border-top: 1px #ccc solid;
}

.section-fold__toggle-btn {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  text-align: left;
  padding: 24px 0;
  padding-right: 48px;
  position: relative;
  font-weight: bold;
  color: #2a61c8;
}

@media screen and (max-width: 640px) {
  .section-fold__toggle-btn {
    font-size: 1.125rem;
    padding-right: 24px;
  }
}
.section-fold__toggle-btn:before, .section-fold__toggle-btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 24px;
  background-color: #2a61c8;
}

@media screen and (max-width: 640px) {
  .section-fold__toggle-btn:before, .section-fold__toggle-btn:after {
    width: 16px;
    right: 0;
  }
}
.section-fold__toggle-btn:after {
  transform: rotate(90deg);
  transition: 0.3s all ease;
}

.section-fold__toggle-btn.active:after {
  transform: rotate(0);
}

.section-fold__content {
  display: none;
  padding-bottom: 24px;
}

.section-fold--box .section-fold__item {
  border: 0;
  padding: 24px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f7f7f7;
  margin: 24px 0;
  transition: 0.3s all ease;
}

.section-fold--box .section-fold__item.active, .section-fold--box .section-fold__item:hover {
  background-color: #2a61c8;
  color: #fff;
}

.section-fold--box .section-fold__item.active .section-fold__toggle-btn, .section-fold--box .section-fold__item:hover .section-fold__toggle-btn {
  color: #fff;
}

.section-fold--box .section-fold__item.active .section-fold__toggle-btn:before, .section-fold--box .section-fold__item:hover .section-fold__toggle-btn:before {
  background-image: url(../images/dot-2.png);
}

.section-fold--box .section-fold__item.active .section-fold__toggle-btn--download:before, .section-fold--box .section-fold__item:hover .section-fold__toggle-btn--download:before {
  background-image: url(../images/icon-download-w.png);
}

@media screen and (max-width: 480px) {
  .section-fold--box .section-fold__item {
    padding: 24px 14px;
  }
}
.section-fold--box .section-fold__toggle-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  padding: 0;
  padding-right: 73px;
  transition: 0.3s all ease;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .section-fold--box .section-fold__toggle-btn {
    padding-right: 24px;
  }
}
@media screen and (max-width: 375px) {
  .section-fold--box .section-fold__toggle-btn {
    font-size: 1rem;
  }
}
.section-fold--box .section-fold__toggle-btn:before {
  width: 25px;
  height: 5px;
  top: calc(50% - 2.5px);
  background-color: transparent;
  background-image: url(../images/dot.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .section-fold--box .section-fold__toggle-btn:before {
    width: 18px;
    height: 4px;
    top: calc(50% - 2px);
  }
}
.section-fold--box .section-fold__toggle-btn:after {
  display: none;
}

.section-fold--box .section-fold__toggle-btn--link:before {
  display: none;
}

.section-fold--box .section-fold__toggle-btn--download:before {
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  background-image: url(../images/icon-download-grey.png);
}

@media screen and (max-width: 640px) {
  .section-fold--box .section-fold__toggle-btn--download:before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
}
.section-fold--box .section-fold__icon {
  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;
  width: 100px;
  height: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  /* background-color: #fff; */
  /* border-radius: 50%; */
}

@media screen and (max-width: 480px) {
  .section-fold--box .section-fold__icon {
    width: 60px;
    height: 60px;
  }
}
.section-fold--box .section-fold__icon img {
  /* width: auto; */
  /* height: 50%; */
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: center;
}

.section-fold--box .section-fold__title {
  display: block;
}

.section-fold--box .section-fold__subtitle {
  display: block;
  font-weight: lighter;
  font-size: 0.875rem;
  margin-top: 6px;
}

.section-fold--box .section-fold__content {
  padding-left: 112px;
  padding-right: 73px;
}

@media screen and (max-width: 768px) {
  .section-fold--box .section-fold__content {
    padding: 28px 0 0;
  }
}
.section-fold--box ul > li:before {
  background-color: #fff;
}

.section-fold--box a {
  color: #fff;
}

.inner-filter__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .inner-filter__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.inner-filter__left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 992px) {
  .inner-filter__left {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
@media screen and (max-width: 480px) {
  .inner-filter__left {
    margin: 0;
  }
}
.inner-filter__select-item {
  width: calc(33.33% - 24px);
  margin: 6px 0;
  margin-right: 24px;
}

@media screen and (max-width: 992px) {
  .inner-filter__select-item {
    margin: 12px;
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 480px) {
  .inner-filter__select-item {
    margin: 12px 0;
    width: 100%;
  }
}
.inner-filter__select-item .custom-select__mask,
.inner-filter__select-item .custom-date__mask {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px #eee solid;
}

.inner-filter__right {
  padding-top: 6px;
  padding-left: 48px;
  padding-bottom: 6px;
  margin-left: 24px;
  border-left: 1px #2a61c8 solid;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.33%;
}

@media screen and (max-width: 992px) {
  .inner-filter__right {
    padding-left: 0;
    margin: 12px;
    border-left: 0;
    width: 320px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner-filter__right {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 480px) {
  .inner-filter__right {
    width: 100%;
  }
}
.inner-filter__search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px #eee solid;
}

.inner-filter__search input {
  padding: 6px 0;
  border-bottom: 1px #eee solid;
  border: none;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 18px);
}

.inner-filter__search button {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../images/search-blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.news-filter__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  .news-filter__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.news-filter__left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* @media screen and (max-width: 768px) {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  } */
}

@media screen and (max-width: 1400px) {
  .news-filter__left {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
@media screen and (max-width: 480px) {
  .news-filter__left {
    margin: 0;
  }
}
.news-filter__select-item {
  width: calc(20% - 24px);
  margin: 6px 0;
  margin-right: 24px;
}

@media screen and (max-width: 1400px) {
  .news-filter__select-item {
    margin: 12px;
    /* width: calc(25% - 24px); */
  }
}
@media screen and (max-width: 991px) {
  .news-filter__select-item {
    width: calc(33.33% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .news-filter__select-item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 480px) {
  .news-filter__select-item {
    margin: 12px 0;
    width: 100%;
  }
}
.news-filter__select-item .custom-select__mask,
.news-filter__select-item .custom-date__mask {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px #eee solid;
}

.news-filter__right {
  padding-top: 6px;
  padding-left: 48px;
  padding-bottom: 6px;
  margin-left: 24px;
  border-left: 1px #2a61c8 solid;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
}

@media screen and (max-width: 1400px) {
  .news-filter__right {
    padding-left: 0;
    margin: 12px;
    border-left: 0;
    width: 320px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-filter__right {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 480px) {
  .news-filter__right {
    width: 100%;
  }
}
.news-filter__search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px #eee solid;
}

.news-filter__search input {
  padding: 6px 0;
  border-bottom: 1px #eee solid;
  border: none;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 18px);
}

.news-filter__search button {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../images/search-blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-banner__img {
  width: 100%;
  height: 0;
  padding-bottom: 37%;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 38px;
}

@media screen and (max-width: 560px) {
  .inner-banner__img {
    padding-bottom: 56.25%;
  }
}
.right-icon-box__container {
  margin: 0 -12px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 560px) {
  .right-icon-box__container {
    margin: 0;
  }
}
.right-icon-box__item {
  width: calc(33.33% - 24px);
  margin: 12px;
  padding: 24px;
  border-radius: 30px;
  background-color: #2a61c8;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 98px;
}

@media screen and (max-width: 768px) {
  .right-icon-box__item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 560px) {
  .right-icon-box__item {
    width: 100%;
    margin: 12px 0;
  }
}
.right-icon-box__item--bg-gray {
  background-color: #f7f7f7;
}

.right-icon-box .right-icon-box__item--bg-gray {
  /* overwrite */
  color: #222;
}

@media screen and (min-width: 561px) {
  .right-icon-box__item--full-width {
    width: calc(100% - 24px);
  }
}
.right-icon-box .right-icon-box__item {
  /* overwrite */
  text-decoration: none;
}

.right-icon-box__item-textarea-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-icon-box__item-textarea h2 {
  font-size: 1.25rem;
  font-weight: normal;
}

.right-icon-box__item-textarea p {
  line-height: 1.2;
  margin-top: 4px;
}

.right-icon-box__item-textarea-img {
  height: 18px;
  width: auto;
  margin-right: 6px;
}

.right-icon-box__item-textarea-img--large {
  height: 55px;
  margin-right: 18px;
}

.right-icon-box__item-icon {
  width: 50px;
  height: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/icon-calendar.png);
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.right-icon-box__item-icon--download {
  background-image: url(../images/icon-download.png);
}

.character__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.character__item {
  position: relative;
  margin: 12px;
  background-color: #f7f7f7;
  padding: 24px;
  border-radius: 30px;
}

.character__item:before {
  display: none;
  content: "";
  width: 25px;
  height: 5px;
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: transparent;
  background-image: url(../images/dot.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.character__item-img-container {
  width: 120px;
  max-width: calc(100% - 25px);
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
}

.character__item-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}

.character__item-name {
  font-size: 1.25rem;
}

.character__item-desc {
  margin-top: 4px;
}

.character__item-topic {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.character__item-topic-name {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.3;
  color: #2a61c8;
}

@media screen and (max-width: 560px) {
  .character--horizontal .character__container {
    margin: 0;
  }
}
.character--horizontal .character__item {
  width: calc(25% - 24px);
}

@media screen and (max-width: 991px) {
  .character--horizontal .character__item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 560px) {
  .character--horizontal .character__item {
    width: 100%;
    margin: 12px 0;
  }
}
.character--horizontal .character__item-img-container {
  margin-bottom: 14px;
}

@media screen and (max-width: 991px) {
  .character--vertical .character__container {
    margin: 0;
  }
}
.character--vertical .character__item {
  width: calc(50% - 24px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .character--vertical .character__item {
    width: 100%;
    margin: 12px 0;
  }
}
.character--vertical .character__item-textarea {
  margin-left: 24px;
  padding: 12px 0;
}

.left-icon-box__container {
  margin: 0 -6px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.left-icon-box__item {
  margin: 6px;
  padding: 18px 48px;
  background-color: #2a61c8;
  font-size: 1.25rem;
  border-radius: 30px;
  position: relative;
  min-width: 250px;
  max-width: calc(100% - 12px);
  text-align: center;
}

@media screen and (max-width: 560px) {
  .left-icon-box__item {
    margin: 6px auto;
  }
}
.left-icon-box .left-icon-box__item {
  /* overwrite */
  color: #fff;
  text-decoration: none;
}

.right-icon-box__container .left-icon-box__item {
  margin: 12px;
  min-height: 98px;
  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;
}

@media screen and (max-width: 768px) {
  .right-icon-box__container .left-icon-box__item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 560px) {
  .right-icon-box__container .left-icon-box__item {
    width: 100%;
    max-width: unset;
    margin: 12px 0;
  }
}
.left-icon-box__text {
  color: #fff;
}

.left-icon-box__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.may-interested {
  /* background-color: #1e272f; */
  background-color: #2a61c8;
  color: #fff;
}

.may-interested__title {
  margin-bottom: 24px;
}

.sdg-game {
  position: relative;
  color: #2a61c8;
}

.sdg-game:before {
  content: "";
  display: block;
  width: 50vw;
  height: 5px;
  background-color: #2a61c8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.sdg-game:after {
  content: "";
  display: block;
  width: calc(100% - 48px);
  max-width: 1400px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #2a61c8;
  transform: skewX(-50deg) translateX(-50%);
}

.sdg-game__section {
  position: relative;
  background-color: #fdffef;
}

.sdg-game__section .wrapper {
  position: relative;
  padding-top: 38px;
  padding-bottom: 38px;
}

.sdg-game__landing {
  background-image: url(../images/education-knowledge/sdg-game/cloud-pollute-1.png), url(../images/education-knowledge/sdg-game/cloud-pollute-2.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 105% center, 30% 105%;
}

.sdg-game__landing .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.sdg-game__landing-body {
  padding: 98px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .sdg-game__landing-body {
    padding: 48px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sdg-game__landing-textarea {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .sdg-game__landing-textarea {
    width: 100%;
    margin-bottom: 28px;
  }
}
.sdg-game__landing-title {
  font-size: 4.25rem;
  font-style: italic;
  max-width: 320px;
  line-height: 1;
  padding-bottom: 9px;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sdg-game__landing-title {
    font-size: 3rem;
    max-width: 260px;
  }
}
.sdg-game__landing-title:before, .sdg-game__landing-title:after {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background-color: #2a61c8;
  position: absolute;
  left: 0;
  bottom: 9px;
}

.sdg-game__landing-title:after {
  width: 85%;
  bottom: 0;
}

.sdg-game__landing-desc {
  font-weight: 400;
  max-width: 500px;
}

.sdg-game__landing-city {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .sdg-game__landing-city {
    width: 100%;
  }
}
.sdg-game__landing-city > img {
  width: 100%;
  padding: 0 48px;
}

@media screen and (max-width: 375px) {
  .sdg-game__landing-city > img {
    padding: 0;
  }
}
.sdg-game__game {
  display: none;
}

.sdg-game__game-head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .sdg-game__game-head {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sdg-game__game-title {
  font-size: 2rem;
  font-style: italic;
  position: relative;
  padding-bottom: 9px;
  margin-right: 48px;
}

@media screen and (max-width: 768px) {
  .sdg-game__game-title {
    margin-right: 0;
  }
}
.sdg-game__game-title:before, .sdg-game__game-title:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #2a61c8;
  position: absolute;
  left: 0;
  bottom: 6px;
}

.sdg-game__game-title:after {
  width: 80%;
  bottom: 0;
}

.sdg-game__game-clock {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 14px rgba(211, 211, 211, 0.3);
  position: relative;
  padding: 12px 24px;
  padding-left: 42px;
}

@media screen and (max-width: 768px) {
  .sdg-game__game-clock {
    width: 100%;
    margin-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .sdg-game__game-clock {
    padding: 6px 24px;
    padding-left: 28px;
  }
}
.sdg-game__game-clock-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: calc(100% + 4px);
}

.sdg-game__game-timeline {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 5px;
  background-color: #2a61c8;
  transform: skewX(-50deg);
  margin: 0 12px;
}

.sdg-game__game-timeline-process {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #9ff6ff;
  position: relative;
  top: -3px;
  left: -4px;
}

.sdg-game__game-time {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
}

.sdg-game__game-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .sdg-game__game-body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sdg-game__game-right {
  width: 30%;
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .sdg-game__game-right {
    width: 100%;
    margin-top: 28px;
  }
}
.sdg-game__game-ranking {
  position: relative;
  padding: 148px 24px;
  background-color: #e1fbfc;
  border-radius: 30px;
  box-shadow: 0px 7px 9px rgba(34, 34, 34, 0.1);
}

@media screen and (max-width: 768px) {
  .sdg-game__game-ranking {
    padding: 58px 24px;
  }
}
.sdg-game__game-ranking-img {
  font-size: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sdg-game__game-ranking-img {
    max-width: 320px;
    margin: 0 auto;
  }
}
.sdg-game__game-ranking-img img {
  width: 100%;
}

.sdg-game__game-ranking-img-clean {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: 0.3s width ease;
  background-color: #e1fbfc;
  background-image: url(../images/education-knowledge/sdg-game/city.svg);
  background-size: 352px auto;
  background-position: right center;
  background-repeat: no-repeat;
}

.sdg-game__game-ranking-plus {
  position: absolute;
  width: calc(100% - 48px);
  max-width: 160px;
  left: 24px;
  bottom: 0;
  opacity: 0;
  transition: 0.3s all ease;
}

.sdg-game__game-ranking-plus.active {
  opacity: 1;
  bottom: 24px;
}

@media screen and (max-width: 768px) {
  .sdg-game__game-ranking-plus {
    width: 100px;
    top: 44px;
    bottom: auto;
  }

  .sdg-game__game-ranking-plus.active {
    top: 24px;
    bottom: auto;
  }
}
.sdg-game__game-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 48px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sdg-game__game-left {
    width: 100%;
    padding-right: 0;
  }
}
.sdg-game__card-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sdg-game__card {
  position: relative;
  width: calc(20% - 10px);
  margin: 5px;
}

.sdg-game__card.complete {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease;
  transition-delay: 1s;
}

.sdg-game__card:after {
  /* content: attr(data-sdg); */
  content: "";
  font-size: 1.75rem;
  position: absolute;
  top: 12px;
  left: 12px;
}

@media screen and (max-width: 768px) {
  .sdg-game__card {
    width: calc(25% - 10px);
  }
}
.sdg-game__card-cover {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-image: url(../images/education-knowledge/sdg-game/card-cover.svg);
  background-size: cover;
  background-position: center;
  transition: 0.3s all linear;
  transition-delay: 0.3s;
}

.active .sdg-game__card-cover, .complete .sdg-game__card-cover {
  transform: scaleX(0);
  transition-delay: 0s;
}

.sdg-game__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: 0.3s all linear;
  transform: scaleX(0);
}

.active .sdg-game__card-img, .complete .sdg-game__card-img {
  transform: scaleX(1);
  transition-delay: 0.3s;
}

.sdg-game__complete-card-holder {
  position: relative;
  width: 15%;
  margin: 12px;
  margin-left: auto;
  align-self: center;
}

.sdg-game__complete-card-holder:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.sdg-game__complete-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: rotate(-10deg) translateZ(0);
}

.sdg-game__complete-card:nth-child(even) {
  transform: rotate(10deg) translateZ(0);
}

.sdg-game__complete-card:nth-child(3), .sdg-game__complete-card:nth-child(4) {
  top: -5px;
  left: 5px;
}

.sdg-game__complete-card:nth-child(5), .sdg-game__complete-card:nth-child(6) {
  top: -10px;
  left: 10px;
}

.sdg-game__teach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 37, 83, 0.8);
}

.sdg-game__teach .wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.sdg-game__teach-item-container {
  /* display: -ms-flexbox; */
  /* display: -webkit-flex; */
  /* display: flex; */
  /* -webkit-justify-content: space-between; */
  /* -ms-flex-pack: justify; */
  /* justify-content: space-between; */
}

.sdg-game__teach-item-container .swiper-wrapper {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sdg-game__teach-item {
  /* width: calc(25% - 12px); */
  height: auto;
  background-color: #fff;
  padding: 38px 24px;
  border-radius: 30px;
}

.sdg-game__teach-item p {
  margin-bottom: 12px;
}

.sdg-game__teach-item p:last-child {
  margin-bottom: 0;
}

.sdg-game__teach-item img {
  width: 100%;
  padding-bottom: 12px;
}

@media screen and (max-width: 1279px) {
  .sdg-game__teach-item img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sdg-game__teach-item img {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.sdg-game__teach-item--blue {
  background-color: #2a61c8;
  color: #fff;
}

.sdg-game__teach-pagination {
  position: relative;
  bottom: auto !important;
  text-align: center;
  margin-top: 12px;
}

@media screen and (min-width: 1200px) {
  .sdg-game__teach-pagination {
    display: none;
  }
}
.sdg-game__teach-pagination .swiper-pagination-bullet {
  background: #fff;
}

.sdg-game__teach-question-mark {
  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;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.sdg-game__teach-question-mark span {
  font-size: 4.875rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sdg-game__start-btn {
  width: 100%;
}

.sdg-game__card-compare {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sdg-game__card-compare-body {
  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;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .sdg-game__card-compare-body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sdg-game__card-compare-card {
  width: 45%;
  max-width: 300px;
  margin: 12px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .sdg-game__card-compare-card {
    width: 65%;
  }
}
.sdg-game__card-compare-card:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.sdg-game__card-compare-desc {
  color: #fff;
}

.sdg-game__card-compare-desc p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
  font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
  .sdg-game__card-compare-desc p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .sdg-game__card-compare-desc p {
    font-size: 1rem;
  }
}
.sdg-game__question {
  display: none;
}

.sdg-game__question-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .sdg-game__question-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sdg-game__question-img {
  width: 200px;
  margin-right: 48px;
  font-size: 0;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .sdg-game__question-img {
    width: 100px;
    margin: 0 auto 12px;
  }
}
.sdg-game__question-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.sdg-game__question-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 420px;
}

@media screen and (max-width: 640px) {
  .sdg-game__question-body {
    max-width: none;
  }
}
.sdg-game__question-title {
  font-size: 2.125rem;
  margin-bottom: 28px;
}

@media screen and (max-width: 640px) {
  .sdg-game__question-title {
    font-size: 1.5rem;
  }
}
.sdg-game__question-multiple-text {
  display: none;
  margin-top: -28px;
  font-weight: 400;
}

.sdg-game__question-option-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sdg-game__question-option {
  padding: 12px;
  border: 2px #2a61c8 solid;
  border-radius: 50px;
  color: #2a61c8;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 9px 0;
  transition: 0.3s all ease;
}

.sdg-game__question-option:hover {
  color: #fff;
  background-color: #2a61c8;
}

.sdg-game__question-option.correct {
  border-color: #74ced9;
  background-color: #74ced9;
  color: #fff;
}

.sdg-game__question-option.wrong {
  animation-name: wrong;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
}

.sdg-game__help {
  display: none;
  background-color: #dfe8f7;
}

.sdg-game__help .sdg-game__game-ranking-img-clean {
  background-color: #dfe8f7;
  background-size: 320px auto;
}

.sdg-game__help-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .sdg-game__help-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sdg-game__help-container .sdg-game__help-ranking-img {
    display: none;
  }
}
.sdg-game__help-left {
  width: 320px;
  margin-right: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .sdg-game__help-left {
    width: 100%;
    margin-right: 0;
  }
}
.sdg-game__help-left .sdg-game__game-title {
  margin-right: 0;
  display: inline-block;
}

.sdg-game__help-title {
  font-size: 2.375rem;
  margin: 18px 0;
}

@media screen and (max-width: 480px) {
  .sdg-game__help-title {
    font-size: 1.75rem;
  }
}
.sdg-game__help-next-btn {
  margin-bottom: 44px;
}

.sdg-game__help-next-btn.disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 991px) {
  .sdg-game__help-next-btn {
    display: none;
  }
}
.sdg-game__help-next-btn--mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .sdg-game__help-next-btn--mobile {
    display: block;
    margin: 28px auto 0;
  }
}
.sdg-game__help-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 24px;
  background-color: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .sdg-game__help-right {
    width: 100%;
  }
}
.sdg-game__help-btn {
  width: 16.6666666667%;
  position: relative;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .sdg-game__help-btn {
    width: 20%;
  }
}
@media screen and (max-width: 560px) {
  .sdg-game__help-btn {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .sdg-game__help-btn {
    width: 33.3333333333%;
  }
}
.sdg-game__help-btn:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.sdg-game__help-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s all ease;
}

.sdg-game__help-btn:hover {
  opacity: 0.8;
}

.active .sdg-game__help-img-1 {
  opacity: 0;
}

.sdg-game__help-img-2 {
  opacity: 0;
}

.active .sdg-game__help-img-2 {
  opacity: 1;
}

.sdg-game__level {
  display: none;
  background-color: #dfe8f7;
}

.sdg-game__level .sdg-game__game-ranking-img-clean {
  background-color: #dfe8f7;
}

@media screen and (max-width: 991px) {
  .sdg-game__level .sdg-game__help-ranking-img {
    display: none;
  }
}
.sdg-game__level-next-btn {
  margin-bottom: 44px;
}

.sdg-game__level-next-btn.disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 991px) {
  .sdg-game__level-next-btn {
    display: none;
  }
}
.sdg-game__level-next-btn--mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .sdg-game__level-next-btn--mobile {
    display: block;
    margin: 28px auto 0;
  }
}
.sdg-game__level-right {
  width: 100%;
}

.sdg-game__level-btn-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sdg-game__level-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 24px;
  background-color: #fff;
  border-radius: 30px;
  color: #2a61c8;
  font-size: 1.125rem;
  text-align: center;
  width: calc(33.3333333333% - 14px);
}

.sdg-game__level-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px #2a61c8 solid;
  border-right: 2px #2a61c8 solid;
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: 4px;
  transition: 0.3s all ease;
  position: relative;
  left: 0;
}

.sdg-game__level-btn ul {
  margin: 0;
}

.sdg-game__level-btn ul > li:before {
  top: 5px;
}

.sdg-game__level-btn.active {
  background-color: #2a61c8;
  color: #fff;
  /* ul > li:before {
      background-color: #fff;
  }
  .sdg-game__level-btn-title:after {
      border-top: 2px #fff solid;
      border-right: 2px #fff solid;
  } */
}

.sdg-game__level-btn.active:after {
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
}

.sdg-game__level-content {
  display: none;
  padding: 24px;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 30px;
}

.sdg-game__level-btn-title {
  font-size: 1.125rem;
  font-weight: bold;
}

.sdg-game__level-btn-desc {
  display: block;
}

.sdg-game__thank {
  display: none;
  background-color: #c2efef;
  background-image: url(../images/education-knowledge/sdg-game/cloud-1.png), url(../images/education-knowledge/sdg-game/cloud-2.png);
}

.sdg-game__thank .sdg-game__game-title {
  max-width: 300px;
}

@media screen and (max-width: 991px) {
  .sdg-game__thank .sdg-game__landing-city {
    width: 100%;
    text-align: center;
  }

  .sdg-game__thank .sdg-game__landing-city > img {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .sdg-game__thank-body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .sdg-game__thank-textarea {
    width: 100%;
    margin-bottom: 28px;
  }
}
.sdg-game__thank-title {
  color: #64b7be;
  font-size: 3.625rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  max-width: 420px;
  margin: 12px 0 24px;
}

@media screen and (max-width: 480px) {
  .sdg-game__thank-title {
    font-size: 2.125rem;
  }
}
.sdg-game__thank-sdg {
  font-size: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sdg-game__thank-sdg img {
  width: 150px;
}

@media screen and (max-width: 480px) {
  .sdg-game__thank-sdg img {
    width: 120px;
  }
}
.sdg-game__thank-level {
  margin-left: 24px;
}

.sdg-game__thank-level-head {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 12px;
}

.sdg-game__thank-level-title {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .sdg-game__thank-level-title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 6px;
  }
}
.sdg-game__popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 255, 239, 0.9);
  z-index: 10;
}

.sdg-game__popup-container {
  width: 100%;
  height: 100%;
  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: 24px;
}

.sdg-game__popup-textarea {
  display: none;
  width: 560px;
  background-color: #fff;
  border-radius: 30px;
  padding: 48px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  text-align: center;
}

.sdg-game__popup-title {
  font-size: 1.75rem;
  margin-bottom: 12px;
}

.sdg-game__popup-timeup .sdg-game__popup-title {
  font-size: 2.375rem;
}

.sdg-game__popup-btn-container .more-btn {
  margin: 6px 12px;
}

.sdg-game__share {
  margin-top: 48px;
  margin-left: auto;
  text-align: right;
}

.sdg-game__share-body {
  display: inline-block;
  text-align: left;
}

.sdg-game__share-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 9px;
}

.sdg-game__share-btn-container {
  margin: 0 -9px;
  font-size: 0;
}

.sdg-game__share-btn {
  margin: 6px 9px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s all ease;
}

.sdg-game__share-btn:hover {
  opacity: 0.8;
}

@keyframes wrong {
  0%, 100% {
    background-color: #fff;
    border-color: #2a61c8;
  }
  50% {
    color: #fff;
    background-color: red;
    border-color: red;
  }
}
.popup-login {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.popup-login .wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-login__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(34, 34, 34, 0.8);
}

.popup-login__container {
  width: 480px;
  max-width: 100%;
  padding: 48px 48px 108px;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
}

.popup-login__container img {
  width: 100px;
  margin-bottom: 38px;
}

@media screen and (max-width: 480px) {
  .popup-login__container {
    padding: 38px 24px 58px;
  }
}
.popup-login__close-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  position: absolute;
  top: 24px;
  right: 24px;
}

.popup-login__close-btn:before, .popup-login__close-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #222;
  transform: rotate(45deg);
}

.popup-login__close-btn:after {
  transform: rotate(-45deg);
}

.popup-login__close-btn:hover:before, .popup-login__close-btn:hover:after {
  background-color: red;
}

.popup-login__title {
  font-weight: normal;
}

.popup-login__form input {
  width: 100%;
  margin: 12px 0;
  display: block;
  appearance: none;
  border: 1px #c7c7c7 solid;
  padding: 10px 12px;
  font-size: 1rem;
  border-radius: 8px;
}

.popup-login__form-submit {
  padding: 12px 38px;
}

.popup-login__error {
  display: none;
  color: red;
  margin-top: 24px;
}

.gallery-main {
  width: 100%;
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.gallery-main__item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}

.inner-textarea .gallery-main__item {
  color: #222;
  text-decoration: none;
}

.gallery-main__item img {
  max-height: 80vh;
}

.gallery-main__item--large img {
  max-height: none;
  width: 100%;
  max-width: 768px;
}

.gallery-main__item p {
  font-size: 1rem;
  color: #222;
  text-decoration: none;
  margin-top: 12px;
}

.gallery-main__next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232a61c8'%2F%3E%3C%2Fsvg%3E");
}

.gallery-main__prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232a61c8'%2F%3E%3C%2Fsvg%3E");
}

.gallery-thumbs {
  width: 100%;
  font-size: 0;
  margin-top: 12px;
  overflow: hidden;
}

.gallery-thumbs__item {
  width: 100px;
  height: 100px;
  /* margin-right: 12px; */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-thumbs__item:before {
  width: 50px;
  height: 50px;
}

.switch-lang {
  font-size: 0.75rem;
  margin-left: 24px;
}

@media screen and (max-width: 1280px) {
  .switch-lang {
    margin-left: 12px;
  }
}
@media screen and (max-width: 991px) {
  .switch-lang {
    margin: 24px auto 0;
    font-size: 1rem;
  }
}
.switch-lang .custom-select__mask {
  width: 24px;
  padding-right: 9px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .switch-lang .custom-select__mask {
    width: auto;
  }
}
.switch-lang .custom-select__mask:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.header:hover .switch-lang .custom-select__mask:after, .header.fixed .switch-lang .custom-select__mask:after, .add-main-padding .switch-lang .custom-select__mask:after {
  border-right-color: #222;
  border-bottom-color: #222;
}

.header:focus-within .switch-lang .custom-select__mask:after {
  border-right-color: #222;
  border-bottom-color: #222;
}

.search-result {
  padding-bottom: 10vh;
}

.search-result__textarea {
  margin-bottom: 24px;
}

.search-result__textarea p {
  margin-bottom: 12px;
}

.search-result__keyword {
  color: #2a61c8;
  font-weight: bold;
}

.search-result__item {
  display: block;
  color: #222;
  padding: 24px 0;
  border-bottom: 1px #2a61c8 solid;
}

.search-result__item:hover .search-result__item-title {
  color: #2a61c8;
}

.search-result__item-title {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  transition: 0.3s all ease;
}

.sitemap-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -24px;
}

.sitemap-grid__item {
  width: 33.3333333333%;
  padding: 38px 24px;
  flex-shrink: 0;
  border-bottom: 1px #ddd solid;
}

@media screen and (max-width: 991px) {
  .sitemap-grid__item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .sitemap-grid__item {
    width: 100%;
  }
}
.sitemap-grid__item ul {
  margin: 0;
}

.sitemap-grid__item ul > li {
  margin: 0;
}

.sitemap-grid__item ul > li:before {
  top: 13px;
}

.sitemap-grid__item a {
  color: #333;
  text-decoration: none;
}

.sitemap-grid__item-title {
  font-weight: 500;
  margin-bottom: 8px;
}

.sitemap-grid__item-link {
  font-weight: 400;
}

.over-hidden {
  overflow: hidden;
}