@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ====================================   Global fonts   ==================================== */
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.4;
  position: relative;
  background-color: #fff;
  font-optical-sizing: auto; }

a {
  color: black;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #004E73; }

.breadcrumb {
  padding: 0;
  background-color: white;
  border-radius: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.5rem;
  align-items: center; }
  .breadcrumb .btn {
    font-size: 0.875rem; }

.breadcrumb-item.active {
  color: black;
  border-bottom: 4px solid #004E73;
  padding-bottom: 0.25rem; }
.breadcrumb-item + .active {
  border-bottom: none; }
.breadcrumb-item h1 {
  font-size: 1.125rem;
  margin: 0; }
.breadcrumb-item a {
  color: #555; }
  .breadcrumb-item a:hover {
    color: #004E73; }

/* zone style */
.zone__title {
  font-family: 'Cormorant Infant', sans-serif;
  font-weight: 700;
  color: #02603F;
  font-size: 24px;
  margin-bottom: 16px;
  text-transform: uppercase; }
  .zone__title--sub, .zone__title--desc {
    font-family: 'Cormorant Infant', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase; }
    .zone__title--sub small, .zone__title--desc small {
      font-size: 75%; }
    .zone__title--sub .btn,
    .zone__title--sub .form-select, .zone__title--desc .btn,
    .zone__title--desc .form-select {
      font-size: 14px;
      line-height: 30px;
      font-family: "Plus Jakarta Sans", sans-serif; }
  .zone__title--desc {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 1rem; }
  .zone__title--sub-1 {
    font-size: 20px; }
  @media (min-width: 992px) {
    .zone__title {
      font-size: 32px; }
      .zone__title--sub {
        font-size: 22px; }
      .zone__title--sub-1 {
        font-size: 22px; } }
  @media (min-width: 1200px) {
    .zone__title {
      font-size: 48px; }
      .zone__title--sub {
        font-size: 32px; }
      .zone__title--sub-1 {
        font-size: 28px; } }
.zone--slider {
  position: relative; }
  .zone--slider .carousel {
    position: static; }
    .zone--slider .carousel-inner {
      padding: 8px 0; }
.zone--video {
  background-color: #E0DAC5; }
.zone.has-glide {
  position: relative; }
  .zone.has-glide .glide {
    position: static; }

.area--primary {
  background: url("../images/bg-featured_m.png?v=2025.1") no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding-block: 120px 360px; }
  .area--primary .zone__content {
    position: relative; }
  .area--primary#zoneCover {
    position: relative; }
  .area--primary .badge {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px); }
  @media (min-width: 768px) {
    .area--primary {
      background: url("../images/bg-featured_t.png?v=2025.1") no-repeat;
      background-position: center bottom;
      background-size: cover;
      padding-block: 5rem 18rem;
      aspect-ratio: 16/9; } }
  @media (min-width: 1200px) {
    .area--primary {
      padding-bottom: 20rem;
      background-image: url("../images/bg-featured_l.png?v=2025.1"); } }
  @media (min-width: 1440px) {
    .area--primary {
      aspect-ratio: 2.08/1;
      background-image: url("../images/bg-featured.png?v=2025.1"); } }
.area--featured {
  background: url("../images/zone--featured.png?v=2025.1") center bottom no-repeat #002811;
  background-size: cover;
  color: white; }
  .area--featured .status {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .area--featured .status {
        margin-bottom: 50px; } }
    @media (min-width: 992px) {
      .area--featured .status {
        margin-bottom: 70px; } }
    @media (min-width: 1200px) {
      .area--featured .status {
        margin-bottom: 90px; } }
  .area--featured .text {
    margin-bottom: 16px; }
  .area--featured .btn-link {
    color: #F10606; }
  .area--featured .title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
    font-family: 'UTM Swiss', sans-serif;
    color: #f3e60e; }
    @media (min-width: 768px) {
      .area--featured .title {
        font-size: 26px;
        letter-spacing: -1px; } }
    @media (min-width: 992px) {
      .area--featured .title {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .area--featured .title {
        font-size: 30px; } }
  .area--featured .title--sub {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    font-family: 'UTM Swiss', sans-serif; }
    @media (min-width: 992px) {
      .area--featured .title--sub {
        font-size: 20px; } }
  .area--featured .time {
    font-size: 18px; }
    @media (min-width: 768px) {
      .area--featured .time {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .area--featured .time {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .area--featured .time {
        font-size: 24px; } }
.area--highlight {
  background-image: url("../images/bg-featured-day.png?v=2025.1?night"); }
  .area--highlight .title {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2); }
  .area--highlight .title--sub {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
.area--library, .area--document, .area--colorful {
  position: relative;
  padding-block: 4rem;
  background-color: #f5f2e7; }
.area--video {
  position: relative;
  padding-block: 5rem;
  background-color: #E0DAC5; }
  .area--video [class^="container"] {
    position: relative;
    z-index: 1; }
.area--agenda {
  background-color: #fff; }
  .area--agenda .table {
    background-color: #fff;
    font-size: 15px; }
    .area--agenda .table thead th {
      text-transform: uppercase; }
    .area--agenda .table th,
    .area--agenda .table td {
      padding: 1rem; }
    .area--agenda .table .th-time {
      width: 150px;
      vertical-align: text-bottom; }
      @media (min-width: 768px) {
        .area--agenda .table .th-time {
          width: 160px; } }
    @media (min-width: 992px) {
      .area--agenda .table {
        font-size: 17px; }
        .area--agenda .table .th-time {
          width: 200px; } }
    .area--agenda .table--desktop .th-content {
      max-width: 70%; }
    .area--agenda .table--desktop .th-note {
      max-width: calc(70% - 200px); }
  .area--agenda--sub {
    background-image: url("../images/bg_wave_2.jpg"); }
  @media (min-width: 768px) {
    .area--agenda .table {
      -webkit-backdrop-filter: blur(14px);
      background-color: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(14px); }
      .area--agenda .table th,
      .area--agenda .table td {
        padding: 1.5rem; } }
.area--live {
  position: relative;
  background-color: #E0DAC5;
  padding-block: 100px; }
.area--summary {
  padding-block: 64px;
  background: linear-gradient(180deg, #E0DAC5 0%, #F8DBA8 78.85%); }
  .area--summary article {
    position: relative;
    padding-bottom: 16px;
    position: relative; }
    .area--summary article header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #D5B170;
      position: absolute;
      bottom: 0;
      left: 8px;
      right: 8px; }
      .area--summary article header span {
        font-family: "Sofia Sans Extra Condensed", sans-serif;
        font-weight: 600;
        font-size: 32px; }
        @media (min-width: 768px) {
          .area--summary article header span {
            font-size: 40px; } }
        @media (min-width: 992px) {
          .area--summary article header span {
            font-size: 48px; } }
        @media (min-width: 1200px) {
          .area--summary article header span {
            font-size: 56px; } }
      .area--summary article header [class^="fa"] {
        font-size: 40px; }
.area--news, .area--about {
  padding: 80px 0;
  position: relative;
  background: url("../images/about_bg1.png?v=2025.1") center bottom 16px no-repeat;
  background-size: contain; }
  .area--news::before, .area--about::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url("../images/about_bg2.png?v=2025.1") right top no-repeat;
    background-size: 360px 360px; }
  @media (min-width: 992px) {
    .area--news, .area--about {
      padding: 100px 0; } }
.area--news {
  background: url("../images/news_bg1.png?v=2025.1") center bottom 16px no-repeat #02603F;
  background-size: contain; }
  .area--news::before {
    background: url(../images/news_bg2.png?v=2025.1) left top no-repeat;
    background-size: 360px 360px;
    z-index: 1; }
  .area--news [class*="container"] {
    z-index: 2;
    position: relative; }
.area#agenda .nav-tabs {
  border-bottom: none;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .area#agenda .nav-tabs::-webkit-scrollbar {
    width: 0px;
    height: 4px;
    border-radius: 8px; }
  .area#agenda .nav-tabs::-webkit-scrollbar-track {
    background: transparent; }
  .area#agenda .nav-tabs::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.07);
    border-radius: 8px; }
  .area#agenda .nav-tabs::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.17); }
  .area#agenda .nav-tabs .nav-item {
    margin-bottom: 0; }
.area#agenda .nav-item {
  flex-shrink: 0; }
  .area#agenda .nav-item:not(:last-child) {
    margin-right: 8px; }
  @media (min-width: 768px) {
    .area#agenda .nav-item {
      margin-right: 0; }
      .area#agenda .nav-item:not(:last-child) {
        margin-bottom: 8px; } }
.area#agenda .nav-link {
  text-transform: uppercase;
  color: black;
  background-color: rgba(248, 219, 168, 0.5);
  border: 1px solid rgba(248, 219, 168, 0.7);
  border-radius: 0;
  padding: 16px;
  font-size: 14px;
  opacity: 0.3; }
  @media (min-width: 768px) {
    .area#agenda .nav-link {
      text-transform: none; } }
  .area#agenda .nav-link.active {
    opacity: 1; }
  .area#agenda .nav-link:hover, .area#agenda .nav-link:focus {
    opacity: 0.8; }
  .area#agenda .nav-link .time {
    font-size: 0.8em; }
@media (min-width: 768px) {
  .area#agenda .nav {
    display: none; } }
.area#agenda .nav.is-pinned {
  display: flex; }
  @media (min-width: 992px) {
    .area#agenda .nav.is-pinned {
      position: fixed;
      left: 0px;
      top: 15%;
      flex-wrap: wrap;
      flex-direction: column;
      overflow: unset;
      z-index: 1; }
      .area#agenda .nav.is-pinned .nav-item {
        width: 100%; }
      .area#agenda .nav.is-pinned .nav-link {
        padding-inline: 8px;
        letter-spacing: -0.5px; } }
  @media (min-width: 1100px) {
    .area#agenda .nav.is-pinned .nav-link {
      letter-spacing: 0px; } }
  @media (min-width: 1440px) {
    .area#agenda .nav.is-pinned .nav-link {
      padding-inline: 24px;
      text-transform: uppercase; } }
  @media (min-width: 1536px) {
    .area#agenda .nav.is-pinned .nav-link {
      padding-inline: 48px; } }
.area .carousel-control-prev,
.area .carousel-control-next {
  top: 0%;
  width: initial;
  left: initial;
  right: 0;
  transform: translateY(0%);
  background-color: black;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  opacity: 0.4;
  transition: 0.5s; }
  .area .carousel-control-prev:hover,
  .area .carousel-control-next:hover {
    opacity: 1; }
  @media (min-width: 768px) {
    .area .carousel-control-prev,
    .area .carousel-control-next {
      transform: translateY(20%); } }
  @media (min-width: 992px) {
    .area .carousel-control-prev,
    .area .carousel-control-next {
      transform: translateY(50%); } }
.area .carousel-control-prev {
  margin-right: 40px; }
.area .carousel-indicators {
  position: static; }
  .area .carousel-indicators li {
    opacity: 0.2;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    border: none; }
    .area .carousel-indicators li.active {
      opacity: 1; }

.partner-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
.partner__item {
  flex-basis: 18%;
  margin: 0 16px 24px; }
  .partner__item.is-large {
    flex-basis: 22%; }
  @media (min-width: 768px) {
    .partner__item {
      flex-basis: 10%;
      margin: 0 24px 32px; }
      .partner__item.is-large {
        flex-basis: 16%; } }
  @media (min-width: 1200px) {
    .partner__item {
      flex-basis: 8%;
      margin: 0 32px 40px; }
      .partner__item.is-large {
        flex-basis: 12%; } }

.glide__bullets {
  display: flex;
  justify-content: center; }
.glide__bullet {
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%; }
  .glide__bullet--active {
    background-color: #F8DBA8; }
  @media (min-width: 768px) {
    .glide__bullet {
      width: 10px;
      height: 10px;
      margin-inline: 3px; } }
.glide__buttons {
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 992px) {
    .glide__buttons {
      margin-top: 0.5rem; } }
  @media (min-width: 1200px) {
    .glide__buttons {
      margin-top: 0.875rem; } }
.glide__slide .speaker {
  cursor: pointer;
  border: none;
  padding: 16px 20px;
  background-color: rgba(232, 226, 216, 0.5); }
  .glide__slide .speaker .card-img-top {
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.25s ease-out 0.1s;
    padding: 0.25rem;
    background-color: #004E73;
    background-image: radial-gradient(farthest-side at 70% 65%, #004E73, #F8DBA8); }
    @media (min-width: 768px) {
      .glide__slide .speaker .card-img-top {
        padding: 5px; } }
  .glide__slide .speaker .card-title b {
    color: #02603F; }
.glide__nav {
  position: relative; }
.glide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0.25rem 1rem;
  font-size: 24px; }
  .glide__arrow:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__arrow--left {
    left: 0; }
  .glide__arrow--right {
    right: 0; }
.glide h5 {
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.125rem; }
.glide .card-body {
  padding-inline: 0; }
.glide .card-text {
  font-size: 0.875rem;
  letter-spacing: -0.5px; }

.modal .close {
  background: none;
  border: none;
  font-size: 0px;
  width: 40px;
  height: 40px;
  line-height: 0px;
  text-align: center; }
  .modal .close span[aria-hidden] {
    font-size: 32px; }

.swiper .swiper-pagination {
  position: static; }
.swiper .swiper-pagination-fraction {
  font-size: 14px; }
.swiper .swiper-pagination-current {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #f8dba8; }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 18px;
  --swiper-navigation-color: rgba(197, 133, 19, 1);
  --swiper-navigation-top-offset: 100%;
  top: initial;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: 1px solid var(--swiper-navigation-color); }
  @media (max-width: 991px) {
    .swiper-button-next,
    .swiper-button-prev {
      display: none; } }

.swiper-wrapper {
  margin-bottom: 32px; }
  .swiper-wrapper .speaker {
    cursor: pointer;
    border: none;
    padding: 16px 20px;
    background-color: transparent;
    border-radius: 16px; }
    .swiper-wrapper .speaker .card-img-top {
      border-radius: 50%;
      overflow: hidden;
      transition: all 0.25s ease-out 0.1s;
      padding: 0.25rem; }
      @media (min-width: 768px) {
        .swiper-wrapper .speaker .card-img-top {
          padding: 5px; } }
    .swiper-wrapper .speaker .card-title b {
      color: #02603F; }
    .swiper-wrapper .speaker.swiper-slide-active {
      background-color: rgba(232, 226, 216, 0.5); }
    .swiper-wrapper .speaker:hover {
      background-color: rgba(232, 226, 216, 0.7); }
  .swiper-wrapper h5 {
    font-weight: normal;
    line-height: 1.5;
    font-size: 19px; }
  .swiper-wrapper .card-body {
    padding-inline: 0; }
  .swiper-wrapper .card-text {
    font-size: 0.875rem;
    letter-spacing: -0.5px; }

.swiper-photo .swiper-slide .img-fluid {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9; }

.video-listing {
  max-height: 300px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .video-listing::-webkit-scrollbar {
    width: 6px;
    border-radius: 8px; }
  .video-listing::-webkit-scrollbar-track {
    background: transparent; }
  .video-listing::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.07);
    border-radius: 8px; }
  .video-listing::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.17); }

.chatbot {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  text-align: right; }
  .chatbot .img-fluid {
    width: 56px;
    height: 56px; }
  .chatbot .icon-close {
    display: none;
    width: 32px;
    height: 32px; }
  .chatbot.is-open .icon-open {
    display: none; }
  .chatbot.is-open .icon-close {
    display: inline-block; }
  .chatbot iframe {
    display: none;
    width: 375px;
    height: 510px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    --primary-color: red; }
  .chatbot.is-open iframe {
    display: block; }

.partner--bronze, .partner--silver {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap; }
  .partner--bronze .item, .partner--silver .item {
    width: calc(40% - 8px);
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .partner--bronze .item, .partner--silver .item {
        width: calc(14% - 8px); } }
.partner--bronze {
  justify-content: center; }
  .partner--bronze .item {
    width: calc(30% - 8px);
    margin-inline: 8px; }
    @media (min-width: 768px) {
      .partner--bronze .item {
        width: calc(15% - 8px); } }

.page-link {
  margin-left: 0.5rem;
  min-width: 24px; }

.page-item:first-child .page-link {
  border-radius: 0; }
.page-item:last-child .page-link {
  border-radius: 0; }

.wrapper {
  max-width: 1230px;
  margin: auto;
  padding: 0 16px; }
  .wrapper::after {
    display: block;
    content: "";
    clear: both; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1100px) {
  .container {
    max-width: 1080px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
@media (min-width: 1440px) {
  .container {
    max-width: 1320px; } }
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1440px) {
    .container-xxl {
      max-width: 1320px; } }

@media (min-width: 768px) {
  .area#about .text {
    margin-inline: auto; } }

.site-header {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  .site-header__content {
    position: relative; }
  .site-header .logo {
    margin: 0 auto;
    background: url("../images/header_bg.png") center top no-repeat;
    text-align: center;
    padding: 8px 40px;
    background-size: cover;
    display: inline-block; }
    .site-header .logo .img-fluid {
      max-height: 24px;
      transition: all 0.3s ease-out; }
    .site-header .logo .vcci {
      display: none; }
    @media (min-width: 768px) {
      .site-header .logo .vcci {
        display: inline-block; }
      .site-header .logo .img-fluid {
        max-height: 32px; } }
    @media (min-width: 1200px) {
      .site-header .logo {
        padding: 16px 80px; }
        .site-header .logo .img-fluid {
          max-height: 48px; } }
  .site-header .header-desktop {
    display: none; }
    @media (min-width: 768px) {
      .site-header .header-desktop {
        display: block; } }
  .site-header .header-mobile {
    padding: 0; }
    @media (min-width: 768px) {
      .site-header .header-mobile {
        display: none; } }
    .site-header .header-mobile .logo {
      display: block;
      background: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(10px); }
      .site-header .header-mobile .logo a:nth-child(2) {
        position: relative;
        top: -4px; }
      .site-header .header-mobile .logo .img-fluid {
        max-height: 28px; }
      .site-header .header-mobile .logo--sub {
        padding-block: 16px;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(12px); }
        .site-header .header-mobile .logo--sub .img-fluid {
          max-height: 32px; }
  .site-header .nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70vw;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 32px;
    align-items: end; }
    .site-header .nav.is-active {
      display: flex; }
    .site-header .nav ul {
      margin-top: 24px;
      font-family: "Cormorant Infant", serif;
      list-style-type: circle;
      direction: rtl;
      padding-right: 30px;
      padding-left: 0; }
      .site-header .nav ul li {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 16px;
        text-align: right;
        text-transform: uppercase; }
    @media (min-width: 768px) {
      .site-header .nav {
        width: 40vw; }
        .site-header .nav ul li {
          font-size: 22px; } }
    @media (min-width: 992px) {
      .site-header .nav {
        width: 25vw; }
        .site-header .nav ul li {
          font-size: 24px; } }
  .site-header .tools .btn {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 767px) {
    .site-header .tools .btn {
      position: absolute;
      top: 26px;
      transform: translateY(-50%); }
    .site-header .tools #btnMenu {
      left: 8px; }
    .site-header .tools #btnLang {
      right: 8px; } }
  @media (min-width: 768px) {
    .site-header .tools {
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%); } }
  .site-header.is-pinned .logo--sub {
    display: none; }

.site-footer {
  background: url("../images/footer_bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 48px 0;
  color: var(--light);
  border-top: 1px solid #e9ecef;
  color: white; }
  .site-footer::after {
    display: block;
    content: "";
    clear: both; }
  .site-footer .text-center {
    font-size: 14px;
    margin-bottom: 8px; }
  @media (min-width: 768px) {
    .site-footer .copyright {
      text-align: right; } }

.page-category .site-content {
  margin-top: 2rem; }
.page-category .zone--timeline .story__thumb {
  float: none;
  width: 100%;
  margin-bottom: 0.625rem; }
@media (min-width: 576px) {
  .page-category .zone--timeline .story__thumb {
    margin-bottom: 0;
    float: left;
    width: 200px; } }

.table-tool {
  margin-bottom: 1rem; }
  .table-tool .search-wrap {
    position: relative; }
    .table-tool .search-wrap .btn-search {
      position: absolute;
      right: 8px;
      bottom: 5px; }

.page-detail .site-content {
  margin-top: 2rem; }
  .page-detail .site-content .zone__title {
    text-align: left; }
    @media (min-width: 1200px) {
      .page-detail .site-content .zone__title {
        font-size: 2rem; } }

.detail-wrap {
  margin-bottom: 3rem; }
  .detail-wrap.has-media {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 2rem 0; }
    .detail-wrap.has-media .detail__header, .detail-wrap.has-media .detail__content, .detail-wrap.has-media .detail__footer {
      color: white; }
    .detail-wrap.has-media .detail__header {
      order: 2;
      margin-bottom: 0; }
    .detail-wrap.has-media .detail__summary {
      margin-bottom: 0; }
    .detail-wrap.has-media .detail__content {
      order: 1; }
      .detail-wrap.has-media .detail__content img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-height: 458px; }
      .detail-wrap.has-media .detail__content .image-wrap {
        max-height: 458px; }
        .detail-wrap.has-media .detail__content .image-wrap .image-caption {
          position: absolute;
          left: 0;
          bottom: 0;
          right: 10%;
          padding: 0.5rem;
          background: rgba(0, 0, 0, 0.5);
          font-size: 0.75rem; }
          @media screen and (min-width: 768px) {
            .detail-wrap.has-media .detail__content .image-wrap .image-caption {
              font-size: 1rem; } }
        .detail-wrap.has-media .detail__content .image-wrap .bx-caption {
          position: absolute;
          left: 0;
          bottom: 0;
          right: 10%;
          padding: 0.5rem;
          background: rgba(0, 0, 0, 0.5); }
        .detail-wrap.has-media .detail__content .image-wrap .bx-controls {
          position: absolute;
          left: 90%;
          right: 0;
          bottom: 10px;
          text-align: center;
          font-size: 0.875rem; }
    .detail-wrap.has-media .detail__footer {
      order: 3; }
.detail__header {
  position: relative;
  margin-bottom: 1.5rem; }
.detail__title {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: bold; }
  .detail__title-sub {
    font-size: 1.5rem;
    font-weight: bold; }
.detail__meta {
  font-size: 1rem;
  opacity: 0.5;
  margin-bottom: 1rem; }
.detail__summary {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: bold; }
.detail__avatar {
  text-align: center; }
  .detail__avatar figcaption {
    margin-top: 0.5rem;
    text-align: center;
    font-style: italic; }
.detail__extension {
  padding-left: 3rem;
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 1.5rem; }
  .detail__extension p {
    margin-bottom: 0.5rem; }
  .detail__extension .fal {
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0; }
  .detail__extension-wrap {
    padding: 1rem;
    background-color: #fafafa;
    border: 1px solid #ddd; }
.detail__content {
  margin-left: auto;
  margin-right: auto;
  color: black; }
  .detail__content::after {
    display: block;
    content: "";
    clear: both; }
  .detail__content > p, .detail__content > div, .detail__content > h2, .detail__content > h3, .detail__content > h4, .detail__content > h5 {
    margin: 0px 0 1.5rem;
    font-size: 1.125rem;
    line-height: 1.4; }
  .detail__content .embed-youtube,
  .detail__content img,
  .detail__content video {
    max-width: 100%;
    height: auto; }
  .detail__content .content-image,
  .detail__content .image-wrap {
    position: relative; }
    .detail__content .content-image img,
    .detail__content .image-wrap img {
      display: block;
      margin: auto; }
    .detail__content .content-image .image-caption,
    .detail__content .content-image .fig,
    .detail__content .image-wrap .image-caption,
    .detail__content .image-wrap .fig {
      font-style: italic;
      max-width: 90%;
      margin: 0.5rem auto 0px;
      text-align: center; }
    .detail__content .content-image.pull-left, .detail__content .content-image.pull-right, .detail__content .content-image.vertical-left, .detail__content .content-image.vertical-right,
    .detail__content .image-wrap.pull-left,
    .detail__content .image-wrap.pull-right,
    .detail__content .image-wrap.vertical-left,
    .detail__content .image-wrap.vertical-right {
      text-align: center; }
  .detail__content .box-image.twin {
    display: flex; }
    .detail__content .box-image.twin .content-image {
      margin: 0 1px; }
  .detail__content .box-image.triple, .detail__content .box-image.four, .detail__content .box-image.five, .detail__content .box-image.seven {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end; }
    .detail__content .box-image.triple .item, .detail__content .box-image.four .item, .detail__content .box-image.five .item, .detail__content .box-image.seven .item {
      height: 230px;
      width: calc(33.33% - 2px);
      overflow: hidden;
      position: relative; }
  .detail__content .box-image.triple .item {
    height: 154px; }
    .detail__content .box-image.triple .item img {
      height: 100%;
      width: auto;
      max-width: initial;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .detail__content .box-image.four .item {
    width: calc(50% - 2px);
    height: 95px;
    margin-bottom: 4px; }
  .detail__content .box-image.five .item, .detail__content .box-image.seven .item {
    width: calc(40% - 2px);
    margin-bottom: 4px;
    height: 75px; }
    .detail__content .box-image.five .item-sm, .detail__content .box-image.seven .item-sm {
      flex-basis: calc(20% - 2px); }
      .detail__content .box-image.five .item-sm img, .detail__content .box-image.seven .item-sm img {
        height: 100%;
        width: auto;
        max-width: initial;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .detail__content .box-image.five .item-lg, .detail__content .box-image.seven .item-lg {
      width: calc(50% - 2px);
      height: 95px; }
  .detail__content .box-image.grid, .detail__content .box-image.eight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end; }
    .detail__content .box-image.grid .item, .detail__content .box-image.eight .item {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      height: 190px;
      margin-bottom: 3px;
      flex-basis: calc(40% - 2px);
      justify-content: center;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .detail__content .box-image.grid .item img, .detail__content .box-image.eight .item img {
        height: 100%;
        width: auto;
        max-width: initial;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .detail__content .box-image.grid .item-lg, .detail__content .box-image.eight .item-lg {
        flex-basis: calc(50% - 2px); }
    .detail__content .box-image.grid .item-vertical, .detail__content .box-image.eight .item-vertical {
      flex-basis: calc(20% - 2px); }
  .detail__content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
    .detail__content table th,
    .detail__content table td {
      padding: .5rem;
      vertical-align: top; }
    .detail__content table.has-border th,
    .detail__content table.has-border td {
      border: 1px solid #dee2e6; }
  .detail__content .first-letter::first-letter {
    font-weight: bold;
    text-transform: uppercase;
    color: #004E73;
    font-size: 5.4rem;
    line-height: 4.2rem;
    padding-right: 8px;
    float: left;
    vertical-align: top; }
  .detail__content .quotes {
    position: relative;
    padding: 1rem 1rem 0.5rem;
    line-height: 1.4;
    font-size: 1.125em;
    margin-bottom: 1rem;
    color: white;
    background-color: #004E73; }
    .detail__content .quotes.w100percent {
      max-width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0; }
    .detail__content .quotes.icon-quote {
      background: transparent;
      color: black;
      border: 4px solid #004E73;
      padding-left: 44px;
      margin-left: 0; }
      .detail__content .quotes.icon-quote::before {
        content: '∩äì';
        font-family: "Font Awesome 5 Free";
        left: -20px;
        top: -36px;
        border: none;
        background: white;
        color: #004E73;
        bottom: auto;
        right: auto;
        padding: 10px;
        font-size: 40px;
        font-weight: 900; }
      .detail__content .quotes.icon-quote.quotes-right {
        margin-right: 0;
        margin-left: 16px; }
  .detail__content .detail__social {
    margin-top: 24px; }
  .detail__content .zone-common {
    margin: 0 -1rem 1rem;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
.detail__relate .box.sidebar-box .box-heading {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase; }
.detail__relate .box.sidebar-box .box-content {
  margin-top: 16px; }
  .detail__relate .box.sidebar-box .box-content .rank-2-stories {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
    .detail__relate .box.sidebar-box .box-content .rank-2-stories .story__thumb {
      float: left;
      margin-right: 1rem;
      width: 90px; }
.detail__relate .box-content {
  border: 1px solid #000;
  height: initial !important;
  padding: 16px !important; }
  .detail__relate .box-content .rank-1-stories .story {
    margin-top: -30px !important; }
    .detail__relate .box-content .rank-1-stories .story__thumb {
      width: 100% !important;
      height: initial !important;
      padding-bottom: 56.25%; }
      .detail__relate .box-content .rank-1-stories .story__thumb img {
        transition: all 0.2s ease-in-out;
        transform-origin: top left; }
      .detail__relate .box-content .rank-1-stories .story__thumb:hover a {
        transform: none; }
      .detail__relate .box-content .rank-1-stories .story__thumb:hover img {
        transform: scale(1.05) translate(-50%, -50%); }
.detail__relate.is-full .box-content {
  border: none;
  padding: 0 !important; }
  .detail__relate.is-full .box-content .rank-2-stories .story__heading {
    margin-left: 0;
    padding-left: 24px;
    position: relative; }
    .detail__relate.is-full .box-content .rank-2-stories .story__heading::before {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      left: 0;
      width: 8px;
      height: 8px;
      background-color: #004E73; }
.detail__credit {
  text-align: right;
  font-weight: bold;
  position: relative;
  padding-top: 16px;
  margin-top: 24px; }
  .detail__credit::before {
    content: '';
    display: block;
    width: 108px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0; }
  .detail__credit .source {
    font-style: italic; }
.detail__footer {
  margin-top: 1.5rem; }

.page-contact .site-header {
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0; }

.text-normal,
.normal-text {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal; }

.text-small {
  font-size: 1.25rem;
  line-height: 1.3; }

.text-link {
  color: #004E73; }
  .text-link:hover {
    text-decoration: underline; }

.text-black {
  font-weight: 900; }

.ff-anton {
  font-family: 'Paytone One', serif;
  letter-spacing: 2px; }

.slogan {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 19px; }
  @media (min-width: 992px) {
    .slogan {
      font-size: 28px; } }
  .slogan--sub {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.67;
    color: #004E73;
    font-family: 'Be Vietnam', sans-serif;
    letter-spacing: -1px; }
    @media (min-width: 768px) {
      .slogan--sub {
        font-size: 19px;
        letter-spacing: -0px; } }
    @media (min-width: 992px) {
      .slogan--sub {
        font-size: 22px; } }
  .slogan--desc {
    font-size: 14px;
    color: #F8DBA8;
    text-shadow: 0px 0px 3px #ffaa00; }
    @media (min-width: 768px) {
      .slogan--desc {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .slogan--desc {
        font-size: 16px; } }

.countdown {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%); }
  .countdown p {
    display: inline-block;
    background-color: rgba(255, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    color: #F8DBA8;
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    font-size: 14px; }
    @media (min-width: 576px) {
      .countdown p {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .countdown p {
        padding: 16px 32px; } }
    @media (min-width: 992px) {
      .countdown p {
        font-size: 19px; } }
    .countdown p #date {
      font-weight: bold;
      text-decoration: underline; }

@media (max-width: 767px) {
  .status {
    font-size: 0;
    text-align: center; } }

.text {
  font-size: 16px;
  line-height: 1.5em; }
  @media (min-width: 768px) {
    .text {
      font-size: 18px; } }

@media (max-width: 767px) {
  .btn-sm {
    font-size: 0.75rem;
    padding: 0.25rem; } }

.dropdown-menu.bg-dark > a:hover, .dropdown-menu.bg-dark > a:focus {
  background-color: rgba(255, 255, 255, 0.3); }

@keyframes colorPulse1 {
  from {
    color: #004E73; }
  to {
    color: #F8DBA8; } }
@keyframes colorPulse2 {
  from {
    color: #F8DBA8; }
  to {
    color: #004E73; } }
@media (min-width: 992px) {
  .border-top-lg {
    border-top-width: 1px;
    border-top-style: solid; } }

.text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.bg-lime {
  background-color: #aed581 !important; }

@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 720px; } }
@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: 980px; }

  .column-main {
    width: 655px;
    float: left; }
  .column-sidebar {
    width: 300px;
    float: right; }
  .column-timeline {
    width: 395px;
    float: left; }
  .column-aside {
    width: 195px;
    float: right; } }
@media screen and (min-width: 1280px) {
  .wrapper {
    max-width: 1230px; }

  .column-main {
    width: 905px; }
  .column-timeline {
    width: 500px; }
  .column-aside {
    width: 300px; } }
/* Minimum aspect ratio */

/*# sourceMappingURL=main.css.map */
