@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=Bai+Jamjuree:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Playfair+Display:wght@400;700&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; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

:root {
  --gutter: 5px;
  --gutter-2x: calc(var(--gutter)*2); }

/* ====================================   Global fonts   ==================================== */
html {
  scroll-behavior: smooth;
  scrollbar-color: #bdbdbd #eeeeee;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  html::-webkit-scrollbar {
    width: 12px; }
  html::-webkit-scrollbar-track {
    background: #eeeeee; }
  html::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 2px; }
  html::-webkit-scrollbar-thumb:hover {
    background: #757575; }

body {
  font-family: 'Bai Jamjuree', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
  position: relative;
  background-color: #fff; }
  body.fixed-scroll {
    overflow: hidden; }
    @media (min-width: 992px) {
      body.fixed-scroll {
        padding-right: 12px; } }

a {
  color: black;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #D72027; }

.breadcrumbs {
  margin-bottom: 1.5rem; }
  .breadcrumbs h1,
  .breadcrumbs h2,
  .breadcrumbs h4,
  .breadcrumbs h3 {
    font-size: 1.125rem;
    display: inline-block;
    margin: 0; }
    @media (min-width: 768px) {
      .breadcrumbs h1,
      .breadcrumbs h2,
      .breadcrumbs h4,
      .breadcrumbs h3 {
        font-size: 1.25rem; } }

.breadcrumb {
  margin-bottom: 0; }
  .breadcrumb-item {
    font-size: 1.125rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      content: '/'; }
    .breadcrumb-item.active a {
      background-color: #D72027;
      color: white;
      display: inline-block;
      padding: 0.25rem 0.75rem;
      position: relative;
      z-index: 1;
      font-weight: bold; }
    @media (min-width: 768px) {
      .breadcrumb-item {
        font-size: 1.25rem; } }
  .breadcrumb-podcast {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: url("../images/podcast-bg.png") left top no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .breadcrumb-podcast {
        padding-block: 2.5rem; } }

/* zone style */
.zone {
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .zone {
      margin-bottom: 1.5rem; } }
  .zone__header {
    margin-bottom: 0.75rem;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex; }
    @media (min-width: 768px) {
      .zone__header {
        margin-bottom: 1rem; } }
    .zone__header .zone__title,
    .zone__header .zone__title--sub {
      margin-bottom: 0; }
  .zone__title {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    text-transform: uppercase; }
    .zone__title > span, .zone__title > a {
      color: #D72027;
      display: inline-block; }
    .zone__title > a:hover {
      color: #1A5056; }
    @media (min-width: 992px) {
      .zone__title {
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      .zone__title {
        font-size: 1.5rem; } }
  .zone__content::after {
    display: block;
    content: "";
    clear: both; }
  .zone__content + .zone__footer {
    margin-top: 1rem; }
  .zone__filter {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eeeeee; }
    .zone__filter__result {
      display: flex;
      font-size: 0.75rem;
      padding-top: 0.5rem;
      border-top: 1px solid #eeeeee;
      align-items: center; }
    .zone__filter__tag {
      display: inline-block;
      padding: 0.25rem 0.5rem;
      background-color: #FFC919;
      border-radius: 50rem;
      transition: all 0.2s ease-out; }
      .zone__filter__tag:hover {
        opacity: 0.7; }
      .zone__filter__tag:not(:last-child) {
        margin-right: 0.25rem; }
      .zone__filter__tag [class*="fa"] {
        opacity: 0.8;
        margin-left: 0.25rem; }
  .zone--breaking {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative; }
    .zone--breaking .zone__title {
      flex-basis: 120px;
      margin-bottom: 0;
      font-size: 1rem; }
      .zone--breaking .zone__title > span {
        padding-right: 0; }
        .zone--breaking .zone__title > span:after {
          display: none; }
    .zone--breaking .zone__content {
      flex-basis: calc(100% - 128px);
      white-space: nowrap;
      overflow: auto;
      max-width: 100%;
      font-size: 0;
      scrollbar-color: #f5f5f5 transparent;
      scrollbar-width: thin;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .zone--breaking .zone__content::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .zone--breaking .zone__content::-webkit-scrollbar-track {
        background: transparent; }
      .zone--breaking .zone__content::-webkit-scrollbar-thumb {
        background: #f5f5f5;
        border-radius: 4px; }
      .zone--breaking .zone__content::-webkit-scrollbar-thumb:hover {
        background: #bdbdbd; }
      .zone--breaking .zone__content .item {
        display: inline-block;
        font-size: 0.75rem;
        line-height: 2;
        text-transform: uppercase;
        padding-left: 0.75rem;
        position: relative;
        margin-right: 1rem;
        color: #757575; }
        .zone--breaking .zone__content .item::before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 4px;
          height: 4px;
          transform: translateY(-50%);
          background-color: #D72027;
          border-radius: 50%; }
        .zone--breaking .zone__content .item:last-child {
          margin-right: 3rem; }
        .zone--breaking .zone__content .item:hover {
          color: #D72027; }
    @media (min-width: 768px) {
      .zone--breaking {
        margin-bottom: 2rem; }
        .zone--breaking .zone__content {
          margin-bottom: -4px; }
          .zone--breaking .zone__content .item:last-child {
            margin-right: 6rem; } }
  .zone--lite .zone__title {
    font-size: 1.75rem; }
  .zone--center .zone__title {
    margin-inline: auto; }
  .zone--utilities .zone__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .zone--utilities .zone__header::before {
      display: none; }
  .zone--utilities .zone__title {
    padding-right: 0; }
  .zone--utilities .zone__title--sub {
    display: block; }
  .zone--light {
    background: #f5f5f5;
    padding: 1rem; }
  .zone--mostview .story-listing {
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden; }
    .zone--mostview .story-listing__thumb {
      margin: -1rem -1rem 0 -1rem; }
  .zone--leader {
    background: url("../images/boxleader-bg.png") center top no-repeat;
    background-size: cover;
    border-radius: 0.75rem;
    overflow: hidden; }
    .zone--leader .zone__title {
      text-align: center;
      padding-top: 0.75rem;
      margin-bottom: 0.75rem; }
      .zone--leader .zone__title a {
        color: white; }
        .zone--leader .zone__title a span {
          font-weight: normal;
          display: block;
          margin-bottom: 0.25rem; }
      @media (min-width: 768px) {
        .zone--leader .zone__title {
          font-size: 0.875rem; } }
      @media (min-width: 992px) {
        .zone--leader .zone__title {
          font-size: 1rem; } }
  .zone--highlight .glide#highlightZone .glide__bullets {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0; }
    @media screen and (min-width: 375px) {
      .zone--highlight .glide#highlightZone .glide__bullets {
        top: 40%; } }
    @media (min-width: 576px) {
      .zone--highlight .glide#highlightZone .glide__bullets {
        top: 60%; } }
    @media (min-width: 768px) {
      .zone--highlight .glide#highlightZone .glide__bullets {
        top: 65%; } }
    @media (min-width: 992px) {
      .zone--highlight .glide#highlightZone .glide__bullets {
        top: 55%; } }
    @media (min-width: 1200px) {
      .zone--highlight .glide#highlightZone .glide__bullets {
        top: 60%; } }
    @media (min-width: 1400px) {
      .zone--highlight .glide#highlightZone .glide__bullets {
        top: 63%; } }
  .zone--highlight .glide#highlightZone .glide__bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #e0e0e0;
    border-radius: 50%; }
    .zone--highlight .glide#highlightZone .glide__bullet--active {
      background-color: #D72027; }
  .zone--highlight .glide#highlightZone .story__thumb {
    margin-bottom: 1.5rem; }
  .zone--highlight .glide .glide__bullet {
    margin-top: 0.5rem; }
  .zone--highlight .glide .glide__bullet {
    background-color: #eeeeee; }
    .zone--highlight .glide .glide__bullet--active {
      background-color: #D72027; }
  .zone--spotlight {
    background-color: #eeeeee;
    padding: 0.75rem 1rem 0.5rem; }
    .zone--spotlight .zone__title {
      text-align: center;
      margin-bottom: 1rem;
      font-size: 1.125rem; }
      .zone--spotlight .zone__title a {
        position: relative;
        z-index: 1; }
    .zone--spotlight .zone__content .glide {
      position: relative; }
      .zone--spotlight .zone__content .glide__bullets {
        top: calc(100% * 0.56);
        left: 50%;
        transform: translateX(-50%);
        position: absolute; }
  .zone--publications {
    margin-bottom: 1.5rem; }
    .zone--publications .zone__header {
      position: relative; }
      .zone--publications .zone__header::before, .zone--publications .zone__header::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 35%;
        height: 1px;
        left: 0;
        background-color: #D72027; }
      .zone--publications .zone__header::after {
        left: auto;
        right: 0; }
      @media (min-width: 768px) {
        .zone--publications .zone__header::before, .zone--publications .zone__header::after {
          width: 40%; } }
      @media (min-width: 992px) {
        .zone--publications .zone__header::before, .zone--publications .zone__header::after {
          width: 43%; } }
    .zone--publications .zone__content {
      position: relative;
      margin-inline: 1rem;
      padding-inline: 1rem; }
      .zone--publications .zone__content::before {
        content: '';
        display: block;
        position: absolute;
        top: 10%;
        right: 0;
        bottom: 30%;
        left: 0;
        border-radius: 1rem;
        overflow: hidden;
        background-color: #efefef; }
      @media (min-width: 768px) {
        .zone--publications .zone__content {
          padding-inline: 3rem; } }
    @media (min-width: 992px) {
      .zone--publications {
        margin-bottom: 2rem; } }
  .zone--podcast {
    background: url("../images/podcast-bg.png") center top no-repeat;
    background-size: cover;
    padding: 0.5rem 1.5rem 0.5rem 0rem; }
    .zone--podcast--vertical {
      background-image: url("../images/podcast-bg--vertical.png");
      padding: 1rem 1rem 2rem; }
    @media (max-width: 767px) {
      .zone--podcast {
        padding: 1.5rem 1.5rem 0.5rem 1.5rem; }
        .zone--podcast .col-md-3:first-child {
          margin-bottom: 1rem; }
        .zone--podcast .col-md-3:nth-child(2) .story::before {
          background: transparent; } }
    @media (max-width: 575px) {
      .zone--podcast .col-md-3:first-child {
        margin-bottom: 1rem; }
      .zone--podcast .col-md-3:nth-child(2) .story {
        padding-bottom: 0.5rem; }
        .zone--podcast .col-md-3:nth-child(2) .story::before {
          height: 1px;
          bottom: 0;
          right: 0;
          left: 0;
          top: auto;
          width: auto;
          background: rgba(255, 255, 255, 0.1); }
      .zone--podcast .col-md-3:nth-child(3) .story::before {
        display: none; } }
  .zone--secondary .zone__header {
    position: relative;
    justify-content: start; }
    .zone--secondary .zone__header::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 1px;
      height: 1px;
      background-color: #000; }
    .zone--secondary .zone__header a,
    .zone--secondary .zone__header span {
      padding-right: 1rem;
      background-color: #fff;
      display: block;
      position: relative;
      z-index: 1; }
  .zone-wrap {
    padding: 1rem;
    border: 1px solid #eeeeee;
    margin-bottom: 1rem; }
    .zone-wrap .zone {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .zone-wrap [class^="col"]:not(:last-child) {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 1rem;
        margin-bottom: 1rem; } }
    @media (min-width: 768px) {
      .zone-wrap [class^="col"].order-lg-3 {
        position: relative; }
        .zone-wrap [class^="col"].order-lg-3::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: -1rem;
          bottom: -1rem;
          width: 1px;
          background-color: #eeeeee; } }
    @media (min-width: 992px) {
      .zone-wrap [class^="col"].order-lg-2 {
        position: relative; }
        .zone-wrap [class^="col"].order-lg-2::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: -1rem;
          bottom: -1rem;
          width: 1px;
          background-color: #eeeeee; } }
  .zone--primary .zone__header, .zone--gray .zone__header {
    margin-bottom: 0; }
  .zone--primary .zone__content, .zone--gray .zone__content {
    padding: 1.5rem 1rem .75rem;
    position: relative; }
    .zone--primary .zone__content .col-lg-9::before,
    .zone--primary .zone__content .col-lg-3::before, .zone--gray .zone__content .col-lg-9::before,
    .zone--gray .zone__content .col-lg-3::before {
      display: block;
      content: '';
      position: absolute;
      height: 1px;
      background-color: #D72027;
      top: 0;
      left: 0;
      right: calc(25% + 16px); }
    .zone--primary .zone__content .col-lg-3::before, .zone--gray .zone__content .col-lg-3::before {
      left: 0;
      right: 0; }
    @media (min-width: 992px) {
      .zone--primary .zone__content .col-lg-3::before, .zone--gray .zone__content .col-lg-3::before {
        left: calc(75% + 16px); } }
  @media (min-width: 768px) {
    .zone--gray {
      margin-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    .zone--gray {
      margin-bottom: 2rem; } }
  .zone--gray .zone__content {
    background-color: #f5f5f5; }
  .zone--featured .zone__content {
    background-color: #1A5056;
    padding: 1rem;
    color: white; }
    .zone--featured .zone__content .story__thumb:hover ~ .story__header .story__title a {
      color: #bdbdbd; }
    .zone--featured .zone__content .story a[href] {
      color: white; }
      .zone--featured .zone__content .story a[href]:hover {
        color: #bdbdbd; }
  .zone .glide__controls {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center; }
  .zone .glide__bullets {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    justify-content: center;
    display: flex; }
  .zone .glide__bullet {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-inline: 0.25rem;
    transition: 0.2s all ease-out;
    border: none; }
    .zone .glide__bullet--active {
      background-color: #D72027; }
  .zone .glide__arrows .btn {
    position: absolute;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    padding-block: 0;
    transform: translateX(-50%) translateY(-50%);
    left: -1rem;
    border-radius: 50%;
    color: #D72027;
    font-size: 1.5rem; }
    .zone .glide__arrows .btn[data-glide-dir=">"] {
      transform: translateX(50%) translateY(-50%);
      right: -1rem;
      left: auto; }
    @media (min-width: 768px) {
      .zone .glide__arrows .btn {
        left: -3rem; }
        .zone .glide__arrows .btn[data-glide-dir=">"] {
          right: -3rem; } }
  .zone .glide#expert .glide__slide {
    height: auto; }
    .zone .glide#expert .glide__slide .story--card {
      height: 100%; }
  .zone .table {
    margin-bottom: 0; }
    .zone .table-responsive {
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .zone .table-responsive::-webkit-scrollbar {
        width: 8px;
        height: 4px; }
      .zone .table-responsive::-webkit-scrollbar-track {
        background: #fafafa; }
      .zone .table-responsive::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px; }
      .zone .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #555; }
    .zone .table tbody td:not(:last-child) {
      min-width: 128px; }
    .zone .table > :not(caption) > * > * {
      padding: 0.5rem; }
      @media (min-width: 768px) {
        .zone .table > :not(caption) > * > * {
          padding: 1rem; } }
    .zone .table .ranking {
      min-width: 64px;
      width: 64px;
      text-align: center; }
    .zone .table .story--left {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .zone .table .story--left .story__thumb {
        width: 64px;
        margin-right: 0;
        margin-bottom: 0.5rem; }
      .zone .table .story--left .story__header {
        text-align: center;
        width: 100%; }
      @media (min-width: 768px) {
        .zone .table .story--left {
          flex-direction: row; }
          .zone .table .story--left .story__thumb {
            margin-right: 1rem;
            margin-bottom: 0; }
          .zone .table .story--left .story__header {
            width: calc(100% - 64px - 16px);
            text-align: left; } }
  .zone--cluster .glide__arrows .btn {
    left: .25rem;
    opacity: 0.5; }
    .zone--cluster .glide__arrows .btn[data-glide-dir=">"] {
      right: .25rem; }
  @media (min-width: 576px) and (max-width: 767px) {
    .zone #expert .glide__bullet {
      display: none; }
      .zone #expert .glide__bullet:first-child, .zone #expert .glide__bullet:nth-child(3n) {
        display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .zone #expert .glide__bullet {
      display: none; }
      .zone #expert .glide__bullet:first-child, .zone #expert .glide__bullet:nth-child(4n) {
        display: inline-block; } }
  @media (min-width: 992px) {
    .zone #expert .glide__bullet {
      display: none;
      width: 0.75rem;
      height: 0.75rem; }
      .zone #expert .glide__bullet:first-child, .zone #expert .glide__bullet:nth-child(5n) {
        display: inline-block; } }

.area {
  margin-bottom: 2rem; }
  .area--featured {
    background-color: rgba(215, 32, 39, 0.9);
    position: relative;
    overflow: hidden;
    padding: 2rem 0; }
    @media (min-width: 992px) {
      .area--featured .col-lg-4.col-xl-3 {
        border-left: 1px solid white; } }
    .area--featured [class*="container"] {
      position: relative;
      z-index: 1; }
  .area--gray {
    background-color: #eeeeee;
    position: relative;
    overflow: hidden;
    padding: 2rem 0; }
  .area .zone__header::before {
    display: none; }
  .area .zone__title {
    background: transparent; }
    .area .zone__title a {
      color: white; }
      .area .zone__title a:hover {
        color: black; }
    .area .zone__title--sub a {
      color: white; }
      .area .zone__title--sub a:hover [class*="fa"] {
        font-weight: bold; }
  .area .zone:last-child {
    margin-bottom: 0; }

.qc {
  text-align: center;
  margin: 0 auto 1.5rem; }
  .qc:empty {
    display: none; }
  .qc--balloon {
    position: fixed;
    bottom: 0; }
    .qc--balloon .btn-close {
      position: absolute;
      top: 0;
      right: 0; }
    @media (max-width: 1399px) {
      .qc--balloon {
        display: none; } }
    .qc--balloon-left {
      left: 0; }
    .qc--balloon-right {
      right: 0; }

.linked-wrap .item {
  width: 100%;
  padding-bottom: calc(56.25%/6);
  position: relative;
  overflow: hidden; }
  .linked-wrap .item a {
    width: 97%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    bottom: 0; }
    .linked-wrap .item a:hover {
      opacity: 0.8; }
.linked-wrap .story__thumb {
  margin-bottom: 0; }
  .linked-wrap .story__thumb a {
    padding-bottom: 43%;
    background-color: transparent; }
@media (max-width: 767px) {
  .linked-wrap {
    flex-direction: column; }
    .linked-wrap .item {
      padding-bottom: 14%; }
      .linked-wrap .item:not(:last-child) {
        margin-bottom: 0.5rem; }
      .linked-wrap .item a {
        width: 100%; } }
.linked-wrap .glide__bullets {
  margin-top: 0.5rem; }
.linked-wrap .glide__bullet {
  background-color: #e0e0e0; }
  .linked-wrap .glide__bullet--active {
    background-color: #D72027; }

.box--vietlott {
  margin-bottom: 15px;
  position: relative; }

.box--vietlott .box__logo .img-fluid {
  max-width: 64px; }
@media (min-width: 992px) {
  .box--vietlott .box__logo .img-fluid {
    max-width: 80px; } }

.box--vietlott .bx-wrapper {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15); }

.box--vietlott .glide__slide {
  height: initial; }
.box--vietlott .glide__bullets {
  justify-content: center;
  display: flex;
  margin-top: 0.5rem; }
.box--vietlott .glide__bullet {
  width: 3rem;
  height: 0.25rem;
  display: inline-block;
  border-radius: 8px;
  background-color: #eeeeee;
  cursor: pointer;
  margin-inline: 0.25rem;
  transition: 0.2s all ease-out;
  border: none; }
  .box--vietlott .glide__bullet--active {
    background-color: #D72027; }

.ticket {
  border-radius: 5px;
  display: flex;
  font-size: 12px;
  border: 2px solid gray;
  height: 100%; }
  @media (max-width: 767px) {
    .ticket {
      position: relative; } }

.ticket .img-fluid {
  max-width: 50%;
  height: auto; }

.ticket .float-right {
  float: right; }

.ticket .text-center {
  text-align: center; }

.ticket__type {
  width: 25%;
  border-right: 1px solid #F2F2F2;
  padding: 5px; }

.ticket__type time {
  font-weight: bold; }

.ticket__type p {
  margin-bottom: 2px; }

.ticket__type p:last-child {
  margin-bottom: 0; }

.ticket__info {
  width: 75%;
  padding: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url("../images/donut.png") center center #fff no-repeat; }
  @media (min-width: 768px) {
    .ticket__info {
      position: relative; } }

.ticket__result {
  display: flex;
  justify-content: center;
  margin-bottom: 10px; }

.ticket__qr .img-fluid {
  max-width: 48px;
  margin-right: 0.5rem; }

.ticket__number {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: white;
  background-color: gray;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold; }

.ticket__number:last-child {
  margin-right: 0; }

.ticket__price {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px; }

.ticket__price b {
  font-size: 1em;
  display: inline-block;
  padding: 2px 4px;
  background-color: gray;
  border-radius: 4px; }

.ticket__price b span {
  font-size: 1em;
  font-weight: normal;
  margin-left: 4px; }

.ticket__rank {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }

.ticket__rank:last-child {
  margin-bottom: 0; }

.ticket__rank .label {
  width: 80px;
  font-size: 12px;
  font-weight: normal; }

.ticket__rank .number-wrap {
  width: calc(100% - 68px);
  margin-left: auto;
  display: flex;
  flex-wrap: wrap; }

.ticket__rank .ticket__number {
  border-radius: 4px;
  width: initial;
  height: initial;
  line-height: 1.4;
  margin-bottom: 2px;
  margin-right: 2px; }

.ticket__rank.rank-1 .ticket__number {
  font-size: 15px;
  padding: 0px 8px; }

.ticket__rank.rank-2 .ticket__number {
  font-size: 14px;
  padding: 0px 6px; }

.ticket__rank.rank-3 .ticket__number {
  font-size: 13px;
  padding: 0px 5px; }

.ticket__rank.rank-4 .ticket__number {
  font-size: 12px;
  padding: 0px 4px; }

.ticket .rank-wrap {
  display: flex; }

.ticket .rank-wrap .ticket__rank {
  margin-bottom: 0; }

.ticket .rank-wrap .ticket__rank:last-child {
  margin-left: 15px; }

.ticket .rank-wrap .number-wrap {
  width: initial; }

.ticket .rank-wrap .ticket__number {
  margin-bottom: 0; }

.ticket .price-wrap {
  display: flex; }

.ticket .price-wrap .ticket__price {
  font-size: 12px; }

.ticket .price-wrap .ticket__price b {
  margin-top: 2px; }

.ticket .price-wrap .ticket__price:last-child {
  margin-left: 10px;
  text-align: right; }

.ticket--mega6 {
  border-color: #DA2037; }

.ticket--mega6 .ticket__number {
  background-color: #DA2037; }

.ticket--mega6 .ticket__price b {
  color: #DA2037;
  background-color: #fadcdf; }

.ticket--power6 {
  border-color: #C28F41; }

.ticket--power6 .ticket__number {
  background-color: #C28F41; }

.ticket--power6 .ticket__number.is-extendted {
  background-color: transparent;
  border: 2px solid #C28F41;
  position: relative;
  line-height: 30px;
  width: 34px;
  height: 34px;
  color: #C28F41; }

.ticket--power6 .ticket__number.is-extendted::before {
  background-color: #C28F41;
  content: '';
  display: block;
  width: 1px;
  height: 26px;
  position: absolute;
  top: 2px;
  left: -5px; }

.ticket--power6 .ticket__price {
  width: 50%; }

.ticket--power6 .ticket__price b {
  color: #C28F41;
  background-color: #f4eadb;
  word-break: break-word; }

.ticket--max3d {
  border-color: #C91B8A; }

.ticket--max3d .ticket__number {
  background-color: #C91B8A; }

.ticket--max4d {
  border-color: #AC0064; }

.ticket--max4d .ticket__number {
  background-color: #AC0064; }

.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; }

/* story global */
.story::after {
  display: block;
  content: "";
  clear: both; }
.story:not(:last-child), .story:not(:last-of-type) {
  margin-bottom: 1rem; }
.story__thumb {
  margin-bottom: 0.5rem;
  overflow: hidden; }
  .story__thumb a {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    background-color: #eeeeee; }
  .story__thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out; }
  .story__thumb video {
    width: 100%;
    height: auto; }
  .story__thumb:hover img {
    transform: scale(1.05); }
  .story__thumb:hover ~ .story__header .story__title a {
    color: #D72027; }
.story__footer {
  margin-top: 0.5rem; }
  .story__footer a {
    position: relative;
    padding-left: 1rem;
    font-size: 0.75rem;
    opacity: 0.8; }
    .story__footer a:hover {
      opacity: 1; }
    .story__footer a::before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      position: absolute;
      left: 0;
      top: 0.5rem;
      background-color: #D72027;
      transform: translateY(-50%); }
.story__title {
  margin-bottom: 0;
  font-family: 'Bai Jamjuree', sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis; }
  .story__title ~ .story__meta, .story__title ~ .story__summary {
    margin-top: 0.5rem; }
  .story__title + .story__thumb {
    margin-top: 0.5rem; }
  .story__title .highlight {
    color: #D72027;
    font-style: normal; }
  @media (min-width: 768px) {
    .story__title {
      font-size: 1rem; } }
.story__meta {
  font-size: 0.75rem;
  margin-bottom: 0.5rem; }
  .story__meta time {
    display: block;
    opacity: 0.5; }
    .story__meta time + .story__cate {
      margin-top: 0.5rem; }
  @media (min-width: 768px) {
    .story__meta {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .story__meta time + .story__cate {
        margin-top: 0; } }
.story__summary {
  font-size: 0.875rem;
  display: none; }
  .story__summary .highlight {
    color: #D72027;
    font-style: normal; }
  @media (min-width: 768px) {
    .story__summary {
      display: block;
      font-size: 1rem; } }
  .story--highlight .story__summary {
    display: block; }
.story__cate {
  display: inline-block;
  font-size: 0.625rem;
  color: #D72027;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600; }
  .story__cate:hover {
    color: #616161; }
.story__author {
  opacity: 0.7; }
.story__tag {
  color: #D72027; }
  .story__tag:hover {
    color: #ab191f; }
  .story__tag::after {
    content: ' - ';
    display: inline;
    color: black; }
.story__cluster {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  text-transform: capitalize; }
  .story__cluster a {
    color: #D72027; }
    .story__cluster a:hover {
      text-decoration: underline; }
.story__extend {
  font-size: 0.75rem;
  color: #616161; }
  @media (min-width: 768px) {
    .story__extend {
      font-size: 0.875rem; } }
.story__utilities [class^="fa"] {
  font-size: 1.125em;
  min-width: 24px; }
.story__utilities:not(:last-child) {
  margin-bottom: 0.25rem; }
.story--rank {
  position: relative;
  padding-left: 2.5rem; }
  .story--rank .story__thumb {
    position: relative;
    z-index: 2; }
  .story--rank .story__order {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    line-height: 1em;
    font-weight: bold;
    color: black;
    position: absolute;
    left: 0rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    z-index: 1; }
  .story--rank.story--left {
    padding-top: 0; }
    .story--rank.story--left .story__thumb a {
      padding-bottom: 66.67%; }
    .story--rank.story--left .story__order {
      font-size: 5rem;
      top: 50%;
      left: auto;
      right: 0;
      z-index: 0;
      transform: translateY(-50%); }
.story--highlight .story__title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3; }
@media (min-width: 768px) {
  .story--highlight {
    margin-bottom: 2rem; }
    .story--highlight .story__title {
      font-size: 1.5rem; } }
.story--featured {
  background-color: #fff; }
  .story--featured .story__header {
    padding: 1rem; }
  @media (min-width: 768px) {
    .story--featured {
      display: flex; }
      .story--featured .story__thumb {
        width: calc(50% - 16px);
        margin-bottom: 0; }
      .story--featured .story__header {
        width: 50%;
        margin-left: auto; } }
.story--secondary .story__title {
  font-size: 1.0625rem;
  font-weight: bold; }
  @media (min-width: 768px) {
    .story--secondary .story__title {
      font-size: 1.125rem; } }
.story--border:not(:last-of-type), .story--border:not(:last-child) {
  position: relative;
  padding-bottom: 1rem; }
  .story--border:not(:last-of-type)::before, .story--border:not(:last-child)::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eeeeee; }
.story--bold .story__title {
  font-weight: bold; }
.story--lite .story__title {
  font-size: 1rem;
  font-weight: 500; }
.story--special .story__thumb {
  border-radius: 0 32px 0 32px;
  border: 8px solid #fff;
  overflow: hidden;
  max-width: 240px;
  margin: 0 auto -5rem;
  position: relative; }
  .story--special .story__thumb a {
    padding-bottom: 75%; }
.story--special .story__header {
  border-radius: 32px 0 32px 0;
  overflow: hidden;
  background-color: #3FA0FA;
  text-align: center;
  padding: 6rem 1rem 1rem;
  color: white; }
.story--special .story__title {
  font-weight: 500; }
  .story--special .story__title a {
    color: white; }
    .story--special .story__title a:hover {
      color: #bdbdbd; }
.story--overlay {
  position: relative;
  border-radius: var(--gutter);
  overflow: hidden; }
  .story--overlay .story__thumb {
    margin-bottom: 0; }
    .story--overlay .story__thumb a::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2);
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);
      z-index: 1; }
  .story--overlay .story__header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 1rem;
    z-index: 2;
    color: white; }
    .story--overlay .story__header .story__title a {
      color: white; }
      .story--overlay .story__header .story__title a:hover {
        color: #e0e0e0; }
  @media (min-width: 992px) {
    .story--overlay.story--highlight .story__header {
      padding: 1.5rem; } }
  .story--overlay.story--center .story__thumb a {
    padding-bottom: 33%; }
    .story--overlay.story--center .story__thumb a::before {
      background: rgba(0, 0, 0, 0.6);
      transition: background 0.2s ease-in-out; }
  .story--overlay.story--center .story__header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .story--overlay.story--center:hover .story__thumb a::before {
    background: rgba(0, 0, 0, 0.85); }
.story--left {
  display: flex; }
  .story--left .story__thumb {
    margin-right: 1rem;
    width: 100px;
    margin-bottom: 0; }
    .story--left .story__thumb a {
      padding-bottom: 100%; }
    .column-sidebar .story--left .story__thumb {
      max-width: 80px; }
  .story--left .story__header {
    width: calc(100% - 116px);
    overflow: hidden; }
  .story--left .story__summary {
    display: none; }
  .story--left.story--timeline .story__thumb a {
    padding-bottom: 56.25%; }
  @media (min-width: 768px) {
    .story--left.story--timeline .story__thumb {
      width: 194px; } }
  @media (min-width: 768px) {
    .story--left.story--timeline .story__header {
      width: calc(100% - 210px); } }
  .story--left.story--timeline .story__title {
    font-weight: bold; }
    @media (min-width: 992px) {
      .story--left.story--timeline .story__title {
        font-size: 1.125rem; } }
  .story--left--sm .story__thumb {
    max-width: 120px; }
  @media (min-width: 768px) {
    .story--left--lg .story__thumb, .story--left--md .story__thumb {
      width: 48%; }
    .story--left--lg .story__header, .story--left--md .story__header {
      width: 52%; } }
  @media (min-width: 768px) {
    .story--left--lg .story__thumb {
      width: 50%;
      margin-right: 0; }
    .story--left--lg .story__header {
      width: 50%;
      padding: 1rem; } }
  @media (min-width: 768px) {
    .story--left .story__summary {
      display: block; } }
.story--right {
  display: flex; }
  .story--right .story__thumb {
    margin-left: 1rem;
    width: 33%;
    margin-bottom: 0;
    order: 2; }
    .story--right .story__thumb .summary {
      display: block;
      margin-top: 0.5rem; }
      @media (min-width: 768px) {
        .story--right .story__thumb .summary {
          display: none; } }
  .story--right .story__header {
    overflow: hidden;
    width: 67%;
    order: 1; }
  .story--right .story__summary {
    display: none; }
  .story--right.story--highlight {
    flex-direction: column; }
    @media (max-width: 767px) {
      .story--right.story--highlight {
        text-align: center; }
        .story--right.story--highlight .story__header,
        .story--right.story--highlight .story__thumb {
          margin-left: 0;
          width: 100%; } }
  @media (min-width: 768px) {
    .story--right .story__summary {
      display: block; }
    .story--right.story--highlight {
      flex-direction: row; }
      .story--right.story--highlight .story__thumb {
        width: 66%; }
      .story--right.story--highlight .story__header {
        width: 33%; } }
.story--center {
  text-align: center; }
  .story--center .story__meta {
    justify-content: center; }
.story--gray {
  background-color: #eeeeee; }
  .story--gray .story__header {
    padding: 0.5rem; }
  @media (min-width: 768px) {
    .story--gray {
      display: flex; }
      .story--gray .story__thumb {
        width: calc(50% - 0.5rem);
        margin-bottom: 0; }
        .story--gray .story__thumb a {
          padding-bottom: 75%; }
      .story--gray .story__header {
        padding: 0.75rem;
        width: calc(50% + 0.5rem); } }
.story--order {
  position: relative; }
  .story--order .story__rank {
    font-family: 'Bai Jamjuree', cursive;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 3.375rem;
    line-height: 1;
    color: #D72027;
    opacity: 0.2; }
.story--photo .story__thumb, .story--magazine .story__thumb, .story--infographic .story__thumb, .story--video .story__thumb {
  position: relative; }
  .story--photo .story__thumb a::after, .story--magazine .story__thumb a::after, .story--infographic .story__thumb a::after, .story--video .story__thumb a::after {
    content: '∩üï';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    line-height: 1;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    z-index: 3; }
.story--photo.story--secondary .story__thumb a::after, .story--magazine.story--secondary .story__thumb a::after, .story--infographic.story--secondary .story__thumb a::after, .story--video.story--secondary .story__thumb a::after {
  font-size: 2.5rem;
  width: 5rem;
  height: 5rem;
  line-height: 5rem; }
.story--photo .story__thumb a::after {
  content: '∩éâ'; }
.story--magazine .story__thumb a::after {
  content: '∩çà'; }
.story--infographic .story__thumb a::after {
  content: '∩ÖÄ'; }
.story.has-photo .story__title a::before, .story.has-magazine .story__title a::before, .story.has-infographic .story__title a::before, .story.has-video .story__title a::before {
  content: '∩àä';
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 0.7em;
  color: #D72027;
  vertical-align: middle; }
.story.has-photo .story__title a::before {
  content: '∩éâ'; }
.story.has-infographic .story__title a::before {
  content: '∩ÖÄ'; }
.story.has-magazine .story__title a::before {
  content: '∩çà'; }
.story--portrait {
  overflow: hidden; }
  .story--portrait .story__thumb {
    padding: 1rem;
    margin-bottom: 0; }
    .story--portrait .story__thumb a {
      padding-bottom: 133%;
      border-radius: 12px;
      overflow: hidden; }
      .zone--publications .story--portrait .story__thumb a {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24); }
  .story--portrait .story__header {
    text-align: center; }
.story--ratio43 .story__thumb a {
  padding-bottom: 75%; }
.story--ratio11 .story__thumb a {
  border-radius: 50%;
  padding-bottom: 100% !important;
  overflow: hidden; }
.story--card {
  padding: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 0.5rem; }
  .story--card:not(.story--timeline) .story__thumb {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto; }
  .story--card.story--timeline .story__thumb a {
    overflow: hidden; }
  .story--card .story__thumb figcaption {
    text-align: center;
    margin-top: 0.25rem; }
.story--bullet .story__title a {
  padding-left: 0.75rem;
  position: relative; }
  .story--bullet .story__title a::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #D72027;
    width: 4px;
    height: 4px;
    border-radius: 50%; }
.story--publication .story__thumb {
  padding: 1rem 2rem;
  border-radius: 16px 0 16px 0;
  background-color: #fff; }
  .story--publication .story__thumb a {
    padding-bottom: 0; }
  .story--publication .story__thumb img {
    position: static; }
.story--publication .story__link {
  display: block;
  padding-left: 1rem;
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }
  .story--publication .story__link:last-child {
    margin-bottom: 0; }
  .story--publication .story__link::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: 'ΓùÅ';
    display: block;
    color: #3FA0FA; }
.story--media {
  position: relative; }
  .story--media .story__thumb a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 74%);
    z-index: 1; }
  .story--media .story__header {
    position: relative;
    z-index: 2; }
  .area--dark .story--media:not(.story--secondary) .story__title a {
    color: white; }
  .area--dark .story--media:not(.story--secondary) .story__meta {
    color: white; }
  .story--media.story--secondary .story__thumb a {
    padding-bottom: 75%; }
  .story--media.story--secondary .story__header {
    margin-left: auto;
    padding: 1rem;
    border-radius: 16px 0 16px 0;
    background-color: #fff;
    transform: translateY(-2rem);
    max-width: 90%;
    margin-bottom: -1rem; }
    @media (min-width: 768px) {
      .story--media.story--secondary .story__header {
        padding: 1.5rem;
        max-width: 82%;
        transform: translateY(-50%);
        margin-bottom: -2rem; } }
  .story--media.story--secondary .story__meta {
    color: black; }
  @media (min-width: 768px) {
    .story--media.story--secondary {
      margin-bottom: 0; } }
.zone--highlight .story .story__thumb a {
  padding-bottom: 56.25%; }
.zone--light .story:last-child {
  margin-bottom: 0; }
.zone--mostview .story:first-child, .zone--mostview .story:first-of-type {
  margin-top: -2rem; }
  .zone--mostview .story:first-child .story__header, .zone--mostview .story:first-of-type .story__header {
    padding-top: 1rem; }
.zone--mostview .story:last-child {
  margin-bottom: 0; }
.zone--mostview .story .story__header {
  background-color: #fff;
  padding: 0 1rem;
  border-radius: 5px; }
.area--featured .story .story__title a {
  color: white; }
  .area--featured .story .story__title a:hover {
    color: #e0e0e0; }
.area--featured .story .story__cate,
.area--featured .story .story__meta {
  color: #e0e0e0; }
.zone--leader .story {
  margin-bottom: 0; }
  .zone--leader .story .story__thumb {
    margin-bottom: 0; }
.zone--spotlight .story {
  margin-bottom: 0; }
  .zone--spotlight .story .story__title {
    font-size: 0.875rem; }
.zone--podcast .story {
  position: relative; }
  .zone--podcast .story::before {
    content: "";
    display: block;
    position: absolute;
    left: -1rem;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1); }
  .zone--podcast .story .story__header {
    color: white; }
    .zone--podcast .story .story__header a {
      color: inherit; }
  .zone--podcast .story .story__cate {
    font-weight: normal; }
.zone--podcast--vertical .story::before {
  display: none; }
.zone--podcast--vertical .story:not(:last-child)::before {
  display: block;
  left: 0;
  top: 100%;
  right: 0;
  width: auto;
  height: 1px; }
.zone--podcast--vertical .story .story__meta {
  flex-direction: column;
  align-items: flex-start; }
.zone--podcast--vertical .story .story__cate {
  margin-top: 0.25rem; }

@media (min-width: 992px) {
  .column-wrap {
    display: flex; }
  .column-main {
    width: calc(100% - 300px - 30px); }
  .column-sidebar {
    width: 300px;
    margin-left: auto; } }

.zone--podcast .story-listing {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .zone--podcast .story-listing::-webkit-scrollbar {
    width: 8px; }
  .zone--podcast .story-listing::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 8px; }
  .zone--podcast .story-listing::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 8px; }
  .zone--podcast .story-listing::-webkit-scrollbar-thumb:hover {
    background: #757575; }
  @media (min-width: 768px) {
    .zone--podcast .story-listing {
      max-height: 104px;
      overflow: auto;
      padding-right: 8px; } }

.site-header {
  z-index: 1021;
  margin-bottom: 1.5rem; }
  .site-header__topbar {
    display: none; }
  .site-header__content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    .site-header__content .certificate {
      font-size: 0.875rem; }
      @media (max-width: 767px) {
        .site-header__content .certificate {
          position: relative;
          left: -10px;
          top: -5px;
          letter-spacing: -0.5px;
          font-size: 0.625rem; } }
    .site-header__content [class*="container"] {
      padding: 1rem 0; }
      .site-header__content [class*="container"] .row {
        align-items: center; }
    .site-header__content .logo {
      margin: 0;
      text-align: center; }
      .site-header__content .logo a {
        display: block;
        position: relative;
        font-size: 0; }
      .site-header__content .logo .img-fluid {
        max-height: 2.5rem; }
      .site-header__content .logo-text {
        position: relative;
        z-index: 1; }
      .site-header__content .logo-icon {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
    .site-header__content .btn-group .btn [class*="fa-times"] {
      display: none; }
    .site-header__content .btn-group .btn.is-active [class*="fa-"] {
      display: none; }
    .site-header__content .btn-group .btn.is-active [class*="fa-times"] {
      display: inline-block; }
    .site-header__content time {
      display: none; }
    @media (min-width: 768px) {
      .site-header__content .logo .img-fluid {
        max-height: 5.5rem; }
      .site-header__content .logo time {
        display: block; } }
    @media (min-width: 1100px) {
      .site-header__content .logo .img-fluid {
        max-height: 6.5rem; } }
    @media (min-width: 1400px) {
      .site-header__content [class*="container"] {
        max-width: 1288px; }
      .site-header__content .logo .img-fluid {
        max-height: 7.5rem; } }
  .site-header .m-btn {
    margin-left: auto; }
    .site-header .m-btn #menuMobile,
    .site-header .m-btn #searchMobile {
      width: 32px;
      height: 32px;
      font-size: 1.5rem;
      text-align: center;
      line-height: 32px;
      left: 1rem;
      color: white; }
    .site-header .m-btn #menuMobile .fa-times {
      display: none; }
    .site-header .m-btn #menuMobile.is-active .fa-times {
      display: inline-block; }
    .site-header .m-btn #menuMobile.is-active .fa-bars {
      display: none; }
    .site-header .m-btn #searchMobile {
      margin-right: 0.5rem; }
  .site-header .nav {
    flex-direction: column;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9; }
    .site-header .nav.is-active {
      display: block;
      overflow: auto;
      background-color: #f5f5f5; }
    .site-header .nav-item {
      font-size: 0.875rem;
      font-weight: bold; }
      .site-header .nav-item:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.08); }
      .site-header .nav-item:hover .nav-sub {
        display: block; }
    .site-header .nav-search {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      background-color: #424242;
      position: relative; }
      .site-header .nav-search .fa-search {
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
        color: #D72027; }
      .site-header .nav-search .form-control {
        border: none; }
      .site-header .nav-search .input-wrap {
        display: block;
        margin: 0 1rem; }
    .site-header .nav-link {
      padding: 0.75rem 0.5rem;
      -webkit-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out;
      color: black; }
      .site-header .nav-link:hover {
        color: #D72027; }
    .site-header .nav-sub {
      list-style-type: none;
      padding-left: 1.5rem;
      z-index: 3; }
      .site-header .nav-sub .nav-link {
        padding-left: 0; }
    @media (min-width: 768px) {
      .site-header .nav {
        flex-direction: row;
        display: flex;
        position: static;
        padding-inline: 0.5rem;
        justify-content: space-between;
        background: url("../images/bg-nav.png") center top no-repeat;
        background-size: cover; }
        .site-header .nav .nav-search {
          display: none;
          visibility: hidden; }
        .site-header .nav .nav-item {
          position: relative;
          border-top: none;
          height: 40px; }
          .site-header .nav .nav-item:hover .nav-sub {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
            transition: 0.3s transform ease-out; }
          .site-header .nav .nav-item:hover .nav-link {
            background-color: #f5f5f5;
            color: #D72027; }
          .site-header .nav .nav-item.is-active > .nav-link {
            background-color: rgba(0, 0, 0, 0.2); }
          .site-header .nav .nav-item:not(:last-child) {
            margin-right: 1px; }
          .site-header .nav .nav-item a {
            height: inherit; }
          .site-header .nav .nav-item:nth-child(n+11) .nav-sub {
            left: auto;
            right: 0; }
          .site-header .nav .nav-item:nth-child(n+8) {
            display: none; }
          .site-header .nav .nav-item:last-child {
            display: block !important; }
        .site-header .nav .nav-link {
          padding: 0.75rem 0.5rem;
          color: white; }
        .site-header .nav .nav-sub {
          position: absolute;
          top: 100%;
          left: 0;
          right: auto;
          width: 260px;
          padding-left: 0;
          background-color: white;
          transform: translateY(1rem);
          opacity: 0;
          visibility: hidden; }
          .site-header .nav .nav-sub .nav-item {
            height: initial; }
          .site-header .nav .nav-sub .nav-link:hover {
            text-decoration: underline; }
        .site-header .nav .nav-home {
          line-height: 1; }
          .site-header .nav .nav-home .fa-home {
            font-size: 1rem; }
        .site-header .nav .input-wrap {
          display: none; } }
    @media (min-width: 992px) {
      .site-header .nav {
        padding-inline: 1rem; }
        .site-header .nav .nav-item {
          line-height: 1;
          letter-spacing: 0px; }
          .site-header .nav .nav-item:nth-child(n+8) {
            display: block; }
          .site-header .nav .nav-item:nth-child(n+9) {
            display: none; } }
    @media (min-width: 1200px) {
      .site-header .nav .nav-item .nav-home .fa-home {
        font-size: 1.25rem; }
      .site-header .nav .nav-item:nth-child(n+9) {
        display: block; }
      .site-header .nav .nav-item:nth-child(n+11) {
        display: none; } }
    @media (min-width: 1400px) {
      .site-header .nav .nav-item:nth-child(n+11) {
        display: block; } }
  .site-header .stock-wrap {
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
    overflow-x: auto;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .site-header .stock-wrap::before {
      font-family: "Font Awesome 5 Pro";
      color: white;
      background-color: #212121;
      display: inline-block;
      width: 2.5rem;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      line-height: 32px;
      font-weight: 400; }
    .site-header .stock-wrap::-webkit-scrollbar {
      height: 4px; }
    .site-header .stock-wrap::-webkit-scrollbar-track {
      background: #eeeeee; }
    .site-header .stock-wrap::-webkit-scrollbar-thumb {
      background: #bdbdbd;
      border-radius: 2px; }
    .site-header .stock-wrap::-webkit-scrollbar-thumb:hover {
      background: #757575; }
    @media (max-width: 767px) {
      .site-header .stock-wrap {
        margin-inline: -1rem; } }
  .site-header .stock__code {
    font-weight: bold;
    font-size: 0.875rem; }
  .site-header .stock__value {
    margin-left: 0.5rem; }
  .site-header .stock__change {
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    background-color: #eeeeee; }
    .site-header .stock__change::before {
      content: '\f0d8';
      font-family: 'Font Awesome 5 Pro';
      display: inline-block;
      color: #bdbdbd;
      font-weight: bold;
      margin-right: 0.25rem;
      font-size: 1.5em;
      line-height: 1;
      position: relative;
      top: 0.125rem; }
  .site-header .stock__item {
    font-size: 0.75rem;
    flex-shrink: 0; }
    .site-header .stock__item:not(:last-child) {
      margin-right: 1.5rem; }
    .site-header .stock__item.up .stock__change {
      background-color: #e0f3f5; }
      .site-header .stock__item.up .stock__change::before {
        color: #1A5056; }
    .site-header .stock__item.down .stock__change {
      background-color: #fbe2e3; }
      .site-header .stock__item.down .stock__change::before {
        color: #D72027;
        content: '\f0d7'; }
  .site-header.is-pinned {
    background: white; }
    .site-header.is-pinned .certificate {
      display: none; }
    .site-header.is-pinned .stock-wrap {
      opacity: 0;
      visibility: hidden;
      position: fixed; }
    @media (max-width: 767px) {
      .site-header.is-pinned {
        position: fixed;
        top: 0;
        right: 0;
        left: 0; }
        .site-header.is-pinned time {
          display: none; }
        .site-header.is-pinned + .site-content {
          margin-top: 89px; } }
    @media (min-width: 768px) {
      .site-header.is-pinned {
        border-bottom: none; }
        .site-header.is-pinned .site-header__nav {
          position: fixed;
          top: 0;
          right: 0;
          left: 0;
          z-index: inherit;
          background-color: #fff; } }
  .site-header .nav-extend {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1021; }
    .site-header .nav-extend .logo {
      padding-left: 1rem; }
      .site-header .nav-extend .logo .img-fluid {
        max-width: 200px; }
    .site-header .nav-extend__content {
      width: 80%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background-color: white;
      overflow: auto;
      padding-bottom: 2rem; }
      @media (min-width: 768px) {
        .site-header .nav-extend__content {
          width: 300px; } }
    .site-header .nav-extend__mask {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1;
      cursor: pointer; }
    .site-header .nav-extend .nav {
      display: flex;
      border: none;
      border-top: 1px solid #eeeeee;
      position: static; }
      .site-header .nav-extend .nav-item {
        height: auto;
        font-weight: bold;
        font-size: 1rem; }
      .site-header .nav-extend .nav-sub {
        width: auto;
        position: relative;
        transform: translateY(0rem);
        opacity: 1;
        visibility: visible; }
        .site-header .nav-extend .nav-sub .nav-item {
          font-size: 0.9em;
          font-weight: normal; }
      .site-header .nav-extend .nav-search {
        display: block;
        visibility: visible;
        background-color: transparent; }
        .site-header .nav-extend .nav-search .search-wrap {
          width: auto;
          max-width: 260px;
          position: relative;
          transform: translateY(0rem);
          opacity: 1;
          visibility: visible; }
    .site-header .nav-extend.is-active {
      display: block; }
  @media (min-width: 768px) {
    .site-header__topbar {
      display: block; }
      .site-header__topbar [class*="container"] {
        padding-top: 0.25em;
        padding-bottom: 0.5em;
        position: relative; }
        .site-header__topbar [class*="container"]::after {
          --gutter: 1rem;
          display: block;
          content: '';
          position: absolute;
          bottom: 0;
          right: var(--gutter);
          left: var(--gutter);
          height: 1px;
          background-color: #eeeeee; }
    .site-header__content .tools {
      margin-left: auto;
      display: flex; }
      .site-header__content .tools li:not(:first-child) {
        margin-left: 0.25rem; }
      .site-header__content .tools .btn-sm {
        width: 40px;
        height: 40px;
        line-height: 42px;
        padding: 0;
        color: white; }
        .site-header__content .tools .btn-sm:hover {
          color: #e0e0e0; }
    .site-header .nav-expand {
      display: flex; }
      .site-header .nav-expand:hover .nav-link {
        color: white !important;
        background: transparent !important; }
        .site-header .nav-expand:hover .nav-link:hover {
          color: #bdbdbd !important; }
    .site-header #searchDesktop .fa-times {
      display: none; }
    .site-header #searchDesktop.is-active .fa-search {
      display: none; }
    .site-header #searchDesktop.is-active .fa-times {
      display: inline-block; }
    .site-header .search-wrap {
      position: absolute;
      right: 0;
      transform: translateY(1rem);
      opacity: 0;
      visibility: hidden;
      border: 1px solid #bdbdbd;
      z-index: 2; }
      .site-header .search-wrap.is-active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition: 0.3s transform ease-out; }
      .site-header .search-wrap .form-control {
        border: none;
        font-size: 0.75rem;
        line-height: 28px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .site-header .search-wrap .form-control {
        width: 150px;
        border-radius: 0; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .site-header .search-wrap .form-control {
        width: 250px; } }
  @media (min-width: 768px) {
      .site-header .search-wrap .fa-search {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        color: #D72027;
        font-size: 1.25rem; } }

.site-footer::after {
  display: block;
  content: "";
  clear: both; }
.site-footer .logo {
  margin-top: 1rem; }
  .site-footer .logo .img-fluid {
    max-width: 200px; }
  .site-footer .logo a {
    display: block;
    position: relative; }
  .site-footer .logo-text {
    position: relative;
    z-index: 1; }
  .site-footer .logo-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
.site-footer .text {
  font-size: 0.875rem; }
.site-footer__nav {
  padding: 1rem 2rem 0 1rem;
  background-color: #0B6436;
  border-radius: 1rem;
  box-shadow: 0px 4px rgba(26, 80, 86, 0.3); }
  .site-footer__nav .fw-bold {
    margin-bottom: 0.75rem; }
  .site-footer__nav .border-light {
    border-color: rgba(255, 255, 255, 0.1) !important; }
    .site-footer__nav .border-light:last-child {
      border-bottom: none !important; }
  .site-footer__nav a[href] {
    color: white; }
    .site-footer__nav a[href]:hover {
      color: #bdbdbd; }
  @media (max-width: 767px) {
    .site-footer__nav {
      display: none; } }
@media (max-width: 767px) {
  .site-footer__info {
    padding: 2rem 1rem 1rem;
    background-color: #0B6436;
    border-radius: 1rem;
    color: white; }
    .site-footer__info .text-intro {
      color: white; } }
@media (min-width: 768px) {
  .site-footer {
    padding: 2rem 0 1rem; } }
@media (max-width: 767px) {
  .site-footer {
    border-top: 1px solid #D72027; } }

@media (max-width: 767px) {
  .page-index .story--highlight {
    margin-bottom: 1rem; }
  .page-index .zone--highlight .col-12:not(:last-child) {
    margin-bottom: 1rem; } }
@media (min-width: 992px) {
  .page-index .zone--highlight .col-12 .story--highlight,
  .page-index .zone--highlight .col-12 .zone:last-child {
    margin-bottom: 0; } }

.detail {
  /* comment */
  /* article tag */
  /*article siblings*/ }
  .detail-wrap {
    margin-bottom: 2rem; }
  .detail__header {
    position: relative;
    margin-bottom: 1.5rem; }
  .detail__title {
    margin: 0 0 1rem;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Playfair Display', serif; }
    .detail__title--sub {
      font-family: 'Playfair Display', serif;
      font-size: 1.125rem;
      font-weight: bold;
      color: #616161;
      margin: 0 0 0.5rem; }
    @media (min-width: 768px) {
      .detail__title {
        font-size: 1.5rem; }
        .detail__title--sub {
          font-size: 1.25rem; } }
    @media (min-width: 992px) {
      .detail__title {
        font-size: 1.75rem; }
        .detail__title--sub {
          font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .detail__title {
        font-size: 2rem; } }
  .detail__category {
    text-transform: uppercase;
    font-size: 0.8125rem; }
    .detail__category a {
      color: #616161; }
      .detail__category a:first-child {
        margin-inline-end: 0.75rem; }
      .detail__category a:last-child {
        margin-inline-start: 0.75rem; }
  .detail__time {
    opacity: 0.8; }
  .detail__tools {
    margin-top: 0.5rem; }
    .detail__tools > span, .detail__tools > a {
      margin: 0 0.25rem; }
    .detail__tools .item {
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      border-radius: 50%;
      color: white;
      display: inline-block;
      font-size: 0.8125rem; }
      .detail__tools .item-facebook {
        background-color: #3B5998; }
      .detail__tools .item-twitter {
        background-color: #55ACEE; }
      .detail__tools .item-zalo {
        background-color: #018FE5; }
      .detail__tools .item-envelope {
        background-color: #D72027; }
      .detail__tools .item:hover {
        background-color: #424242; }
  .detail__summary {
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0.5rem 0 1.5rem;
    font-weight: normal;
    font-style: italic;
    position: relative; }
  .detail__author {
    font-weight: 600;
    margin-right: 0.5rem; }
  .detail__avatar {
    text-align: center; }
    .detail__avatar figcaption {
      margin-top: 0.5rem;
      font-style: italic;
      text-align: center;
      color: #757575; }
  .detail__audio {
    font-size: 0;
    margin-block: .5rem; }
  .detail__player video {
    width: 100%;
    height: auto; }
  .detail__content {
    color: black;
    font-size: 1.125rem;
    line-height: 1.6;
    font-family: 'Arial', sans-serif; }
    .detail__content::after {
      display: block;
      content: "";
      clear: both; }
    .detail__content > p, .detail__content > div, .detail__content > h1, .detail__content > h2, .detail__content > h3, .detail__content > h4, .detail__content > h5 {
      margin: 0 0 1rem; }
    .detail__content ul {
      padding-left: 1.5rem; }
    .detail__content a {
      color: #D72027; }
      .detail__content a:hover {
        text-decoration: underline; }
    .detail__content b,
    .detail__content strong {
      font-weight: bold; }
    .detail__content img {
      max-width: 100%;
      height: auto; }
    .detail__content iframe[title="YouTube video player"] {
      max-width: 100%; }
    .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 {
        width: 90%;
        max-width: 640px;
        margin: 0.5rem auto 0px;
        text-align: center;
        font-style: italic;
        color: #757575; }
        .detail__content .content-image .image-caption .author,
        .detail__content .content-image .fig .author,
        .detail__content .image-wrap .image-caption .author,
        .detail__content .image-wrap .fig .author {
          font-style: italic; }
      .detail__content .content-image.pull-left, .detail__content .content-image.vertical-left,
      .detail__content .image-wrap.vertical-left, .detail__content .content-image.pull-right, .detail__content .content-image.vertical-right,
      .detail__content .image-wrap.vertical-right, .detail__content .content-image.align-right-image, .detail__content .content-image.align-left-image,
      .detail__content .image-wrap.pull-left,
      .detail__content .image-wrap.pull-right,
      .detail__content .image-wrap.align-right-image,
      .detail__content .image-wrap.align-left-image {
        margin-top: 16px;
        max-width: 50%;
        clear: none; }
        .detail__content .content-image.pull-left .fig, .detail__content .content-image.vertical-left .fig,
        .detail__content .image-wrap.vertical-left .fig,
        .detail__content .content-image.pull-left .image-caption,
        .detail__content .content-image.vertical-left .image-caption,
        .detail__content .image-wrap.vertical-left .image-caption, .detail__content .content-image.pull-right .fig, .detail__content .content-image.vertical-right .fig,
        .detail__content .image-wrap.vertical-right .fig,
        .detail__content .content-image.pull-right .image-caption,
        .detail__content .content-image.vertical-right .image-caption,
        .detail__content .image-wrap.vertical-right .image-caption, .detail__content .content-image.align-right-image .fig,
        .detail__content .content-image.align-right-image .image-caption, .detail__content .content-image.align-left-image .fig,
        .detail__content .content-image.align-left-image .image-caption,
        .detail__content .image-wrap.pull-left .fig,
        .detail__content .image-wrap.pull-left .image-caption,
        .detail__content .image-wrap.pull-right .fig,
        .detail__content .image-wrap.pull-right .image-caption,
        .detail__content .image-wrap.align-right-image .fig,
        .detail__content .image-wrap.align-right-image .image-caption,
        .detail__content .image-wrap.align-left-image .fig,
        .detail__content .image-wrap.align-left-image .image-caption {
          max-width: calc(100% - 32px); }
      .detail__content .content-image.pull-left, .detail__content .content-image.vertical-left,
      .detail__content .image-wrap.vertical-left, .detail__content .content-image.align-left-image,
      .detail__content .image-wrap.pull-left,
      .detail__content .image-wrap.align-left-image {
        float: left;
        margin-right: 30px; }
      .detail__content .content-image.pull-right, .detail__content .content-image.vertical-right,
      .detail__content .image-wrap.vertical-right, .detail__content .content-image.align-right-image,
      .detail__content .image-wrap.pull-right,
      .detail__content .image-wrap.align-right-image {
        float: right;
        margin-left: 30px; }
      .detail__content .content-image.vertical-left, .detail__content .content-image.vertical-right,
      .detail__content .image-wrap.vertical-left,
      .detail__content .image-wrap.vertical-right {
        max-width: 40%; }
    .detail__content .box-image {
      clear: both;
      border-radius: var(--gutter);
      overflow: hidden; }
      .detail__content .box-image img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
      .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: 250px; }
        .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: 200px;
        margin-bottom: 4px; }
      .detail__content .box-image.five .item, .detail__content .box-image.seven .item {
        width: calc(40% - 2px);
        margin-bottom: 4px;
        height: 170px; }
        .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: 220px; }
      .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: 250px;
          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 .box-image .image-wrap {
        margin: 0; }
    .detail__content .layout-album {
      border-radius: var(--gutter);
      overflow: hidden; }
      .detail__content .layout-album .row {
        justify-content: space-between;
        margin: 0; }
        .detail__content .layout-album .row:not(:last-child) {
          margin-bottom: 2px; }
        .detail__content .layout-album .row img {
          padding: 0;
          object-fit: cover;
          height: 125px; }
          @media (min-width: 768px) {
            .detail__content .layout-album .row img {
              height: 250px; } }
        .detail__content .layout-album .row-2 img {
          width: calc(50% - 1px); }
        .detail__content .layout-album .row-3 img {
          width: calc(33.3% - 1px); }
    .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 .report-table p {
      margin-bottom: 0; }
    .detail__content .report-table strong {
      font-size: 16px; }
    .detail__content .report-table tbody td {
      padding: 10px 20px; }
    .detail__content .report-table tbody tr:nth-of-type(odd) {
      background-color: #f9f9f9; }
    .detail__content .report-table tbody tr:first-child {
      background-color: #1A5056;
      font-weight: bold;
      color: #fff; }
    .detail__content .report-table td:first-child {
      min-width: 120px; }
    .detail__content .first-letter::first-letter {
      font-weight: bold;
      text-transform: uppercase;
      color: #D72027;
      font-size: 5.4rem;
      line-height: 4.2rem;
      padding-right: 8px;
      float: left;
      vertical-align: top; }
    .detail__content .quotes {
      background-color: #eeeeee;
      clear: both;
      font-size: 1.125rem;
      line-height: 1.6;
      margin-bottom: 1rem;
      position: relative;
      padding: 1rem;
      border: 1px solid #9e9e9e;
      border-radius: var(--gutter); }
      @media (min-width: 768px) {
        .detail__content .quotes.pull-right, .detail__content .quotes.quotes-right {
          width: 50%;
          float: right;
          margin-left: 1rem; } }
      @media (min-width: 768px) {
        .detail__content .quotes.pull-left, .detail__content .quotes.quotes-left {
          width: 50%;
          float: left;
          margin-right: 1rem; } }
      .detail__content .quotes .author {
        text-align: right;
        font-weight: bold; }
      .detail__content .quotes.has-icon {
        padding: 1.5rem 1rem 1rem 6rem; }
        .detail__content .quotes.has-icon::before {
          content: '∩äì';
          display: block;
          font-family: "Font Awesome 5 Pro";
          font-weight: 700;
          font-size: 3rem;
          color: #D72027;
          width: 48px;
          height: 42px;
          position: absolute;
          top: 0.5rem;
          left: 1.5rem; }
    .detail__content .highlight,
    .detail__content .notification {
      background-color: #fff;
      border-left: 8px solid #D72027;
      font-size: 1.25rem;
      font-style: italic;
      padding: 1rem 1rem 1rem 1.5rem;
      border-radius: 4px; }
      @media (min-width: 768px) {
        .detail__content .highlight.pull-left,
        .detail__content .notification.pull-left {
          width: 50%;
          float: left;
          margin-right: 1rem;
          margin-bottom: 0.5rem; } }
      @media (min-width: 768px) {
        .detail__content .highlight.pull-right,
        .detail__content .notification.pull-right {
          width: 50%;
          float: right;
          margin-left: 1rem;
          margin-bottom: 0.5rem; } }
    .detail__content .zone--related {
      padding: 1rem 0 0;
      border-top: 3px solid #D72027;
      border-bottom: 1px solid #e0e0e0; }
      .detail__content .zone--related .zone__title {
        font-size: 0.875rem;
        font-weight: normal;
        margin-bottom: 0.5rem; }
      .detail__content .zone--related .story__title a {
        color: #424242; }
    .detail__content .lightgallery img {
      cursor: zoom-in; }
  .detail__credit {
    text-align: right;
    opacity: 0.8;
    font-family: 'Bai Jamjuree', serif;
    font-weight: 600; }
  .detail__footer {
    margin: 0 0 1.5rem auto; }
    .detail__footer .zone__header::before {
      display: none; }
    .detail__footer .zone__title {
      background-color: transparent;
      font-size: 1.25rem; }
      .detail__footer .zone__title span:after {
        display: none; }
    .detail__footer .zone .story:last-child {
      margin-bottom: 0; }
  .detail__comment {
    margin: 1.5rem 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem; }
    .detail__comment .box-header {
      align-items: center;
      margin-bottom: 1rem; }
    .detail__comment .title {
      font-weight: bold;
      font-size: 1.5rem; }
    .detail__comment .comment-listing {
      padding-left: 0;
      list-style-type: none;
      margin-top: 1rem; }
      .detail__comment .comment-listing .comment-listing {
        display: none;
        border-top: 1px solid #e0e0e0;
        padding-top: 1rem;
        margin-left: 1.5rem; }
    .detail__comment .comment-item {
      margin-bottom: 1rem; }
      .detail__comment .comment-item .user {
        font-weight: bold;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center; }
        .detail__comment .comment-item .user .avatar {
          margin-right: 0.25rem;
          line-height: 40px;
          width: 40px;
          height: 40px;
          font-size: 1.25rem;
          color: #D72027;
          text-align: center;
          border-radius: 50%;
          background-color: #ededed;
          display: inline-block;
          transition: background 250ms ease-in-out; }
          .detail__comment .comment-item .user .avatar .img-fluid {
            border-radius: 50%; }
      .detail__comment .comment-item time {
        font-size: 0.8em;
        opacity: 0.8;
        font-weight: normal;
        margin-left: 1rem; }
      .detail__comment .comment-item .comment-input {
        margin-top: 1rem;
        display: none; }
      .detail__comment .comment-item + .comment-item {
        padding-top: 1rem;
        border-top: 1px solid #e0e0e0; }
    .detail__comment .comment-vote {
      font-weight: normal;
      cursor: pointer;
      margin-left: 1rem; }
      .detail__comment .comment-vote:hover {
        color: #D72027; }
      .detail__comment .comment-vote.is-voted {
        color: #D72027;
        cursor: auto; }
        .detail__comment .comment-vote.is-voted .fa-thumbs-up {
          font-weight: bold; }
    .detail__comment .comment-user {
      margin-right: 0.75rem; }
      .detail__comment .comment-user .img-fluid {
        max-width: 32px;
        margin-right: 0.25rem; }
      .detail__comment .comment-user .name {
        font-size: 0.75rem; }
    .detail__comment .comment-reply {
      font-weight: normal;
      margin-left: 0.75rem;
      font-size: 0.8em;
      color: #D72027; }
      .detail__comment .comment-reply:hover {
        text-decoration: underline; }
      .detail__comment .comment-reply-count {
        margin-top: 0.5rem;
        font-size: 0.875rem; }
    .detail__comment .btn-facebook, .detail__comment .btn-google, .detail__comment .btn-zalo {
      background-color: #3B5998;
      color: white;
      min-width: 230px; }
      .detail__comment .btn-facebook:hover, .detail__comment .btn-google:hover, .detail__comment .btn-zalo:hover {
        opacity: 0.8; }
    .detail__comment .btn-google {
      background-color: #f44335; }
    .detail__comment .btn-zalo {
      background-color: #018FE5; }
  .detail__social {
    margin-bottom: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    align-items: center; }
  .detail__tag {
    margin-top: 8px; }
    .detail__tag .tag-label {
      font-size: 14px;
      margin-bottom: 8px !important;
      margin-right: 4px;
      font-weight: 500;
      display: inline-block;
      color: #D72027;
      text-transform: uppercase; }
    .detail__tag .tag-item {
      color: #bdbdbd;
      display: inline-block;
      font-weight: 500;
      font-size: 14px;
      padding: 0.25rem 0.75rem;
      margin-bottom: 0.5rem;
      border: 1px solid #eeeeee; }
      .detail__tag .tag-item:hover {
        color: #D72027; }
      .detail__tag .tag-item + .tag-item {
        margin-left: 8px; }
  .detail__related .zone__header {
    justify-content: flex-start; }
  .detail__siblings {
    margin-top: 1rem; }
  .detail-skin-2 .detail__avatar {
    text-align: left; }
  .detail-skin-2 .detail__header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #eeeeee; }
  .detail-skin-2 .detail__info:not(:last-child) {
    margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .detail-skin-2 {
      display: flex;
      flex-wrap: wrap; }
      .detail-skin-2 .detail__header {
        flex-basis: 40%;
        padding-bottom: 0;
        padding-right: 1rem;
        border-right: 1px solid #eeeeee;
        border-bottom: none; }
      .detail-skin-2 .detail__title {
        text-transform: none; }
      .detail-skin-2 .detail__content {
        flex-basis: calc(60% - 16px);
        margin-left: auto; }
      .detail-skin-2 .detail__footer {
        flex-basis: 100%; } }
  @media (min-width: 992px) {
    .detail-skin-2 .detail__header {
      flex-basis: 30%; }
    .detail-skin-2 .detail__title {
      font-size: 1.5rem; }
    .detail-skin-2 .detail__content {
      flex-basis: calc(70% - 16px); } }
  .detail--center .detail__header {
    text-align: center; }
  @media (min-width: 768px) {
    .detail__meta {
      margin-top: 0; }
    .detail-skin-2 .detail__content .box-image:not(.pull-left):not(.pull-right):not(.align-right-image):not(.align-left-image),
    .detail-skin-2 .detail__content .content-image:not(.pull-left):not(.pull-right):not(.align-right-image):not(.align-left-image),
    .detail-skin-2 .detail__content .image-wrap:not(.pull-left):not(.pull-right):not(.align-right-image):not(.align-left-image) {
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media (min-width: 992px) {
    .detail-skin-2 .detail__content .box-image:not(.pull-left):not(.pull-right):not(.align-right-image):not(.align-left-image),
    .detail-skin-2 .detail__content .content-image:not(.pull-left):not(.pull-right):not(.align-right-image):not(.align-left-image),
    .detail-skin-2 .detail__content .image-wrap:not(.pull-left):not(.pull-right):not(.align-right-image):not(.align-left-image) {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media (min-width: 1200px) {
    .detail-skin-1 .detail__content-wrap::after {
      display: block;
      content: "";
      clear: both; }
    .detail-skin-1 .detail__content-wrap .detail__aside {
      position: -webkit-sticky;
      position: sticky;
      width: calc(100% - 640px - 32px);
      top: 64px;
      float: left; }
    .detail-skin-1 .detail__content-wrap .detail__content {
      width: 640px;
      float: right; }
    .detail-skin-2 .detail__content .box-image:not(.pull-left):not(.pull-right):not(.align-right-image):not(.align-left-image),
    .detail-skin-2 .detail__content .content-image:not(.pull-left):not(.pull-right):not(.align-right-image):not(.align-left-image),
    .detail-skin-2 .detail__content .image-wrap:not(.pull-left):not(.pull-right):not(.align-right-image):not(.align-left-image) {
      margin-left: -5rem;
      margin-right: -5rem; } }

.social-share .nav-item:not(:last-child) {
  margin-right: 0.5rem; }
.social-share .flex-column {
  align-items: end; }
  .social-share .flex-column .nav-item {
    margin-right: 0; }
    .social-share .flex-column .nav-item:not(:last-child) {
      margin-bottom: 0.5rem; }
.social-share .btn {
  width: 2rem;
  height: 2rem;
  text-align: center;
  padding: 0;
  line-height: 30px; }

.page-magazine .column-wrap,
.page-infographic .column-wrap {
  justify-content: center; }
.page-magazine .detail-wrap,
.page-infographic .detail-wrap {
  padding-top: 0;
  border-top: none; }
  .page-magazine .detail-wrap .detail__title, .page-magazine .detail-wrap .detail__title--sub, .page-magazine .detail-wrap .detail__summary, .page-magazine .detail-wrap .detail__time, .page-magazine .detail-wrap .detail__meta, .page-magazine .detail-wrap .detail__footer, .page-magazine .detail-wrap .detail__aside, .page-magazine .detail-wrap .detail__text, .page-magazine .detail-wrap .detail__credit, .page-magazine .detail-wrap .detail__tools, .page-magazine .detail-wrap .detail__author, .page-magazine .detail-wrap .detail > p,
  .page-infographic .detail-wrap .detail__title,
  .page-infographic .detail-wrap .detail__title--sub,
  .page-infographic .detail-wrap .detail__summary,
  .page-infographic .detail-wrap .detail__time,
  .page-infographic .detail-wrap .detail__meta,
  .page-infographic .detail-wrap .detail__footer,
  .page-infographic .detail-wrap .detail__aside,
  .page-infographic .detail-wrap .detail__text,
  .page-infographic .detail-wrap .detail__credit,
  .page-infographic .detail-wrap .detail__tools,
  .page-infographic .detail-wrap .detail__author,
  .page-infographic .detail-wrap .detail > p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .page-magazine .detail-wrap .detail__title, .page-magazine .detail-wrap .detail__title--sub, .page-magazine .detail-wrap .detail__summary, .page-magazine .detail-wrap .detail__time, .page-magazine .detail-wrap .detail__meta, .page-magazine .detail-wrap .detail__footer, .page-magazine .detail-wrap .detail__aside, .page-magazine .detail-wrap .detail__text, .page-magazine .detail-wrap .detail__credit, .page-magazine .detail-wrap .detail__tools, .page-magazine .detail-wrap .detail__author, .page-magazine .detail-wrap .detail > p,
      .page-infographic .detail-wrap .detail__title,
      .page-infographic .detail-wrap .detail__title--sub,
      .page-infographic .detail-wrap .detail__summary,
      .page-infographic .detail-wrap .detail__time,
      .page-infographic .detail-wrap .detail__meta,
      .page-infographic .detail-wrap .detail__footer,
      .page-infographic .detail-wrap .detail__aside,
      .page-infographic .detail-wrap .detail__text,
      .page-infographic .detail-wrap .detail__credit,
      .page-infographic .detail-wrap .detail__tools,
      .page-infographic .detail-wrap .detail__author,
      .page-infographic .detail-wrap .detail > p {
        padding-inline: 1rem; } }
  .page-magazine .detail-wrap table,
  .page-magazine .detail-wrap .quotes,
  .page-magazine .detail-wrap .notification,
  .page-magazine .detail-wrap .content-image.image--small,
  .page-magazine .detail-wrap .image-wrap.image--small,
  .page-magazine .detail-wrap .content-image .fig,
  .page-infographic .detail-wrap table,
  .page-infographic .detail-wrap .quotes,
  .page-infographic .detail-wrap .notification,
  .page-infographic .detail-wrap .content-image.image--small,
  .page-infographic .detail-wrap .image-wrap.image--small,
  .page-infographic .detail-wrap .content-image .fig {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .page-magazine .detail-wrap table,
      .page-magazine .detail-wrap .quotes,
      .page-magazine .detail-wrap .notification,
      .page-magazine .detail-wrap .content-image.image--small,
      .page-magazine .detail-wrap .image-wrap.image--small,
      .page-magazine .detail-wrap .content-image .fig,
      .page-infographic .detail-wrap table,
      .page-infographic .detail-wrap .quotes,
      .page-infographic .detail-wrap .notification,
      .page-infographic .detail-wrap .content-image.image--small,
      .page-infographic .detail-wrap .image-wrap.image--small,
      .page-infographic .detail-wrap .content-image .fig {
        margin-inline: 1rem;
        max-width: calc(100% - 2rem); } }
  .page-magazine .detail-wrap .detail__content > p,
  .page-infographic .detail-wrap .detail__content > p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 992px) {
    .page-magazine .detail-wrap .detail__content,
    .page-infographic .detail-wrap .detail__content {
      margin-left: auto;
      margin-right: auto;
      color: initial;
      font-size: initial;
      line-height: 1.4; }
      .page-magazine .detail-wrap .detail__content [class*="-left"],
      .page-infographic .detail-wrap .detail__content [class*="-left"] {
        margin-left: calc(50% - 450px); }
      .page-magazine .detail-wrap .detail__content [class*="-right"],
      .page-infographic .detail-wrap .detail__content [class*="-right"] {
        margin-right: calc(50% - 450px); } }
  @media (min-width: 1200px) {
    .page-magazine .detail-wrap .detail__content [class*="-left"],
    .page-infographic .detail-wrap .detail__content [class*="-left"] {
      margin-left: calc(50% - 550px); }
    .page-magazine .detail-wrap .detail__content [class*="-right"],
    .page-infographic .detail-wrap .detail__content [class*="-right"] {
      margin-right: calc(50% - 550px); } }

.page-magazine .site-header {
  margin-bottom: 0; }
  .page-magazine .site-header__content {
    background-color: #F3F3E8; }
    .page-magazine .site-header__content .container {
      display: flex;
      padding: 0.5rem 1rem;
      align-items: center; }
    .page-magazine .site-header__content .logo {
      margin: 0;
      padding: 0;
      display: none; }
      @media (min-width: 768px) {
        .page-magazine .site-header__content .logo {
          display: block; } }
      .page-magazine .site-header__content .logo a {
        padding-bottom: 0; }
        .page-magazine .site-header__content .logo a::after {
          display: none; }
      .page-magazine .site-header__content .logo .img-fluid {
        max-height: 40px;
        margin-left: 0.5rem; }
    .page-magazine .site-header__content .fa-back {
      margin-right: 0.5rem;
      padding: 0 0.5rem; }
    .page-magazine .site-header__content .category {
      margin: 0 auto;
      font-family: 'Playfair', serif;
      font-weight: bold; }
    .page-magazine .site-header__content .fa-facebook {
      margin-left: auto;
      color: #054eae; }
  .page-magazine .site-header.is-pinned .container {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .page-magazine .site-header.is-pinned .site-header__content {
    background-color: #F3F3E8;
    border-bottom: 1px solid #e9ecef;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 20; }
@media (min-width: 992px) {
  .page-magazine .detail__content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: initial;
    font-size: initial;
    line-height: 1.4; } }

@media (min-width: 992px) {
  .page-photo .column-article-aside.right {
    flex-basis: 250px; } }
@media (min-width: 1200px) {
  .page-photo .column-article-aside.right {
    flex-basis: 300px; } }
@media (min-width: 992px) {
  .page-photo .detail-wrap {
    flex-basis: calc(100% - 274px);
    margin-right: auto; } }
@media (min-width: 1200px) {
  .page-photo .detail-wrap {
    flex-basis: calc(100% - 324px); } }
@media (min-width: 992px) {
  .page-photo .detail__content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    .page-photo .detail__content .lightgallery,
    .page-photo .detail__content .image-wrap {
      margin-left: -52px;
      margin-right: -52px; }
      .page-photo .detail__content .lightgallery .image-wrap,
      .page-photo .detail__content .image-wrap .image-wrap {
        margin-left: 0;
        margin-right: 0; } }
@media (min-width: 1200px) {
  .page-photo .detail__content .lightgallery,
  .page-photo .detail__content .image-wrap {
    margin-left: -128px;
    margin-right: -128px; } }

.detail--media {
  background-color: #212121;
  color: white; }
  .detail--media .detail__header {
    padding: 0.5rem;
    margin-bottom: 0; }
  .detail--media .detail__title {
    font-size: 1.25rem; }
  .detail--media .detail__summary {
    opacity: 0.8; }
  .detail--media .detail__tag .tag-item {
    text-transform: none;
    border: none;
    padding: 0;
    color: #3FA0FA; }
  @media (min-width: 992px) {
    .detail--media {
      display: flex; }
      .detail--media .detail__header {
        width: 33%;
        padding: 1rem; }
      .detail--media .detail__content-wrap {
        width: 67%; } }
  @media (min-width: 1200px) {
    .detail--media .detail__header {
      width: 25%; }
    .detail--media .detail__content-wrap {
      width: 75%; } }
.detail--photo .fotorama__arr {
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%; }
.detail--photo .fotorama__caption {
  bottom: 0; }

.interview {
  margin-top: 0.5rem; }
  .interview .description {
    margin-block: 1rem;
    padding-block: 1rem;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
    .interview .description .content {
      font-weight: bold;
      font-family: 'Bai Jamjuree', serif;
      font-size: 2rem; }
    .interview .description ul {
      padding-left: 0rem;
      color: #616161;
      font-size: 0.9em;
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .interview .description ul {
          flex-direction: row; }
          .interview .description ul li {
            width: 50%; } }
  .interview .stream li {
    border-radius: 1rem;
    background-color: #f5f5f5;
    padding: 1rem; }
    .interview .stream li:not(:last-child) {
      margin-bottom: 1rem; }
    .interview .stream li time {
      font-size: 0.8em;
      float: right;
      color: #bdbdbd; }
    .interview .stream li .author {
      margin-bottom: 0rem;
      color: var(--clr); }
      .interview .stream li .author span {
        text-transform: uppercase;
        font-weight: bold; }
    .interview .stream li .content {
      padding: 1rem;
      position: relative; }
      .interview .stream li .content::before {
        background-color: var(--clr);
        border-radius: 8px;
        opacity: 0.1;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0; }
      .interview .stream li .content p {
        position: relative; }
        .interview .stream li .content p:last-child {
          margin-bottom: 0; }
    .interview .stream li .question,
    .interview .stream li .answer {
      --clr: $primary;
      margin-bottom: 1.5rem;
      display: flex; }
      .interview .stream li .question__avatar,
      .interview .stream li .answer__avatar {
        width: 32px; }
      .interview .stream li .question__content,
      .interview .stream li .answer__content {
        width: calc(100% - 48px);
        margin-left: auto; }
    .interview .stream li .answer {
      --clr: $blue;
      margin-bottom: 0;
      flex-direction: row-reverse; }
      .interview .stream li .answer .author {
        text-align: right; }
      .interview .stream li .answer__content {
        margin-left: initial;
        margin-right: auto; }
  .interview .stream:hover .social-block {
    opacity: 1; }

.event .live {
  border-top: 1px solid #eeeeee; }
  .event .live li {
    padding: 1rem 0 1rem 5rem;
    border-bottom: 1px solid #eeeeee;
    position: relative; }
    .event .live li p:last-child {
      margin-bottom: 0; }
    .event .live li::before {
      content: '';
      display: block;
      position: absolute;
      top: 0.5rem;
      left: 0;
      font-weight: 300;
      font-family: "Font Awesome 5 Pro";
      font-size: 1.5rem; }
    .event .live li.comment::before {
      content: '∩Æª'; }
    .event .live li.video::before {
      content: '∩Ç╜'; }
    .event .live li.image::before {
      content: '∩Ç╛'; }
    .event .live li.time::before {
      content: '∩ï▓'; }
    .event .live li:hover .social-block {
      opacity: 1; }

.guest {
  padding: 0.5rem;
  cursor: pointer;
  border: 1px solid transparent; }
  .guest:hover {
    border-color: #e0e0e0; }
  .guest.is-selected {
    border-color: #3FA0FA;
    position: relative; }
    .guest.is-selected::after {
      content: '∩Çî';
      background-color: white;
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      bottom: 0.25rem;
      left: 0.25rem;
      font-size: 1rem;
      width: 24px;
      height: 24px;
      text-align: center;
      border-radius: 50%;
      line-height: 24px;
      color: #3FA0FA; }
  .guest__avatar {
    position: relative; }
    .guest__avatar .form-check {
      position: absolute;
      bottom: 0.25rem;
      right: 0; }
      .guest__avatar .form-check-label {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0; }
  .guest__info {
    padding: 0 0.5rem; }

.social-block {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  font-size: 0.75rem; }
  .social-block .label {
    font-weight: bold;
    margin-right: 0.5rem; }
  .social-block a {
    color: #616161; }
    .social-block a:not(:last-child) {
      margin-right: 1rem; }
    .social-block a:hover {
      text-decoration: underline; }
    .social-block a .fa-facebook-f {
      color: #3b5999; }
    .social-block a .fa-twitter {
      color: #55acee; }
  @media (min-width: 992px) {
    .social-block {
      opacity: 0; } }

.quizz__title {
  line-height: 1.3; }
.quizz__answers {
  padding-left: 0; }
  .quizz__answers li {
    padding: 0.5rem;
    background-color: #f5f5f5;
    cursor: pointer; }
    .quizz__answers li .quizz__desc {
      font-weight: normal;
      display: none; }
    .quizz__answers li:not(:last-child) {
      margin-bottom: .5rem; }
    .quizz__answers li:hover {
      background-color: #eeeeee; }
.quizz__question.answered li {
  cursor: default;
  font-weight: bold; }
  .quizz__question.answered li:hover {
    background-color: #f5f5f5; }
  .quizz__question.answered li.correct {
    background-color: #03A70E;
    color: white; }
    .quizz__question.answered li.correct .quizz__desc {
      display: block;
      margin-top: 0.2em; }
  .quizz__question.answered li.selected ~ li:not(.correct) {
    opacity: 0.5; }
  .quizz__question.answered li.selected:not(.correct) {
    background-color: #D72027;
    color: white; }

.page-404 .site-header {
  margin-bottom: 0; }
.page-404 .site-content {
  padding: 1rem 0 2rem;
  position: relative;
  background-color: rgba(206, 130, 15, 0.2); }
.page-404 svg {
  max-width: 100%; }
.page-404 .message-box {
  font-family: Roboto;
  font-weight: 300; }
.page-404 .message-box h1 {
  font-size: 60px;
  line-height: 46px;
  margin-bottom: 40px; }
.page-404 #Polygon-1,
.page-404 #Polygon-2,
.page-404 #Polygon-3,
.page-404 #Polygon-4,
.page-404 #Polygon-4,
.page-404 #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate; }
.page-404 #Polygon-2 {
  animation-delay: .2s; }
.page-404 #Polygon-3 {
  animation-delay: .4s; }
.page-404 #Polygon-4 {
  animation-delay: .6s; }
.page-404 #Polygon-5 {
  animation-delay: .8s; }
@keyframes float {
  100% {
    transform: translateY(20px); } }
@media (min-width: 768px) {
  .page-404 .site-content {
    padding: 3rem 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: #D72027; }
  .text-link:hover {
    text-decoration: underline; }

.text-black {
  font-weight: 900; }

[aria-expanded="false"] .short {
  display: none; }

[aria-expanded="true"] .full {
  display: none; }
[aria-expanded="true"] .short {
  display: block; }

a.btn {
  cursor: pointer; }
  a.btn:not([href]):not([tabindex]) {
    color: white; }

.btn-custom {
  border-radius: 12px 0 12px 0; }
  .btn-custom:hover {
    background-color: #D72027;
    color: white; }

.form-control.error {
  border: 1px solid red; }
  .form-control.error ~ .error {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: red; }

.grecaptcha-badge {
  visibility: collapse !important;
  display: none !important; }

#btnGoTop {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  padding: 0;
  color: white;
  z-index: 2; }
  @media (min-width: 992px) and (max-width: 1399px) {
    #btnGoTop {
      opacity: 0.4; }
      #btnGoTop:hover {
        opacity: 1; } }

.aDisable {
  cursor: auto; }

.aDisable:hover,
.aDisable:active {
  color: #000; }

@keyframes animation-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loading .icon {
  -webkit-animation: animation-spin 2s linear infinite;
  animation: animation-spin 2s linear infinite; }

.site-content .aspNetHidden {
  margin-top: 1rem; }

@keyframes placeHolderPulse {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderPulse;
  animation-timing-function: ease-in-out;
  animation-direction: alternate; }

.weather__day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem; }
.weather__date {
  font-weight: bold; }
.weather__temp {
  font-weight: bold;
  font-size: 1.2em; }
.weather__desc [class^="fa"] {
  font-size: 1.5em; }

hr {
  opacity: 0.1; }

/* Minimum aspect ratio */

/*# sourceMappingURL=main.css.map */
