@charset "UTF-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

textarea {
  resize: none;
}

input {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: "NG-Regular";
  src: url("https://event.mediacdn.vn/web_fonts/NG-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NG-Bold";
  src: url("https://event.mediacdn.vn/web_fonts/NG-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "NG-Medium";
  src: url("https://event.mediacdn.vn/web_fonts/NG-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "SVN-TiltWarp";
  src: url("https://event.mediacdn.vn/web_fonts/SVN-TILTWARP.TTF");
  font-display: swap;
}
@font-face {
  font-family: "FKRS-Oblique";
  src: url("https://event.mediacdn.vn/web_fonts/FKRomanStandard-Oblique.ttf");
  font-display: swap;
}
@font-face {
  font-family: "FKRS-BoldOblique";
  src: url("https://event.mediacdn.vn/web_fonts/FKRomanStandard-BoldOblique.ttf");
  font-display: swap;
}
@font-face {
  font-family: "FKRS-Regular";
  src: url("https://event.mediacdn.vn/web_fonts/FKRomanStandard-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "FKRS-Bold";
  src: url("https://event.mediacdn.vn/web_fonts/FKRomanStandard-Bold.ttf");
  font-display: swap;
}
:root {
  --bg-primary: #1a1914;
  --bg-secondary: #232320;
  --bg-card: #272724;
  --text-primary: #f0ede6;
  --text-secondary: #8a8880;
  --text-muted: #555450;
  --accent-green: #7ec96a;
  --accent-purple: #9b8ef5;
  --accent-pink: #e8a0c8;
  --accent-orange: #ffb464;
  --accent-blue: #64c8ff;
  --border: #2e2e2b;
  --border-light: #383835;
}

body {
  background: #1c1610;
  color: var(--text-primary);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ─── CATEGORY TAGS ─── */
.cate-tag {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 40px;
  background: #4f3f2e;
  color: #e2ddd5;
  font-size: 12px;
  line-height: 140%;
  font-family: "NG-Regular";
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* .cate-beauty {
        background: rgba(155, 142, 245, .18);
        color: var(--accent-purple);
      }

      .cate-idol {
        background: rgba(126, 201, 106, .18);
        color: var(--accent-green);
      }

      .cate-star {
        background: rgba(232, 160, 200, .15);
        color: var(--accent-pink);
      }

      .cate-lifestyle {
        background: rgba(255, 255, 255, .07);
        color: var(--text-secondary);
      }

      .cate-food {
        background: rgba(255, 180, 100, .15);
        color: var(--accent-orange);
      }

      .cate-music {
        background: rgba(100, 200, 255, .15);
        color: var(--accent-blue);
      } */
/* ─── SECTION HEADING ─── */
.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #947a64;
  font-family: "SVN-TiltWarp";
  font-size: 24px;
  margin-bottom: 40px;
}

/* ── Label helpers ── */
.fa-meta-mob {
  display: none;
}

/* ══════════════════════════
       1. ADS BANNER TOP
    ══════════════════════════ */
.id14-adsBanner {
  background: #0e0e0c;
  padding: 0;
  text-align: center;
  line-height: 0;
}

.id14-adsBanner .ads-inner {
  display: block;
  width: 100%;
  max-width: 970px;
  /* height: 90px; */
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.id14-adsBanner .ads-inner i {
  width: 100%;
}

/* ══════════════════════════
       2. TOPBAR
    ══════════════════════════ */
.id14-topbar {
  background: #4f3f2e;
  border-bottom: 1px solid var(--border);
  padding: 11px 24px;
}

.topbar-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(218, 205, 191, 0.8);
  font-family: "NG-Regular";
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.topbar-back:hover {
  color: var(--text-primary);
}

/* ══════════════════════════
       3. HEADER
    ══════════════════════════ */
.id14-header {
  padding: 30px 0;
  border-bottom: 1px solid #372c21;
}

.id14-header .container {
  padding: 0 24px 0 0;
}

.header-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo-wordmark {
  display: block;
  width: 100%;
  height: 100%;
}
.logo-wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.header-social .lbl {
  font-size: 12px;
  font-family: "NG-Regular";
  color: #e2ddd5;
  line-height: 96%;
}

.social-handle {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 47px;
  border: 2px solid #947a64;
  font-size: 12px;
  color: #947a64;
  font-family: "NG-Regular";
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}

/* ══════════════════════════
       4. HERO
    ══════════════════════════ */
.id14-hero {
  /* padding: 36px 0 0; */
  border-bottom: 1px solid #372c21;
  background: #1c1610;
}

.hero-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

/* ── Hero Main ── */
.hero-main-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 60%;
  border-right: 1px solid #372c21;
}

.hero-main {
  padding-right: 32px;
  /* border-right: 1px solid var(--border); */
}

.hero-swiper {
  overflow: hidden;
}

.swiper-slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slide-info {
  padding: 8px 0;
}

.slide-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.slide-date {
  font-size: 11px;
  color: var(--text-secondary);
}

.slide-title {
  display: block;
  font-size: 27px;
  font-family: "SVN-TiltWarp";
  line-height: 125%;
  color: #e2ddd5;
  margin-bottom: 14px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.slide-sapo {
  font-size: 16px;
  color: rgba(218, 205, 191, 0.8);
  font-family: "NG-Regular";
  line-height: 140%;
  letter-spacing: -0.32px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 22px 0 28px;
  width: calc(50% - 14px);
}

.slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 12px;
  background: rgba(148, 122, 100, 0.3);
  opacity: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 4px;
}

.slide-dots .swiper-pagination-bullet-active {
  background: #947a64;
  width: 32px;
}

.slide-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-left: auto;
}

.slide-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #947a64;
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slide-arrow:hover {
  opacity: 1;
}

.slide-thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 330/440;
}

.slide-thumb i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.slide-thumb i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-thumb:hover i img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

/* ── Hero Sidebar ── */
.hero-sidebar {
  padding-left: 28px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 40%;
}

.sidebar-heading {
  padding-top: 30px;
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: -0.72px;
  line-height: 100%;
  font-family: "SVN-TiltWarp";
  color: #947a64;
}

.sidebar-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.sidebar-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#1c1610), to(rgba(28, 22, 16, 0)));
  background: linear-gradient(270deg, #1c1610 0%, rgba(28, 22, 16, 0) 100%);
  z-index: 2;
}

.tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.tab-item:first-child::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 32px;
  top: 0;
  left: 16px;
  background-image: url("https://event.mediacdn.vn/257767050295742464/image/embed/2026/6/24/union-start-17822893886581781722739.png");
  background-repeat: no-repeat;
  background-position: center;
}

.tab-item:nth-child(3n+1)::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 0;
  right: -31px;
  background-image: url("https://event.mediacdn.vn/257767050295742464/image/embed/2026/6/24/union-type1-17822891169052096444458.png");
  background-repeat: no-repeat;
  background-position: center;
}

.tab-item:nth-child(3n+2)::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 0;
  right: -31px;
  background-image: url("https://event.mediacdn.vn/257767050295742464/image/embed/2026/6/24/union-type2-1782289116911213764434.png");
  background-repeat: no-repeat;
  background-position: center;
}

.tab-item:nth-child(3n)::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 0;
  right: -31px;
  background-image: url("https://event.mediacdn.vn/257767050295742464/image/embed/2026/6/24/union-type3-17822891169161001279602.png");
  background-repeat: no-repeat;
  background-position: center;
}

.tab-item:first-child .tab-link {
  border-radius: 20px 0 0 20px;
  padding: 6px 12px 6px 20px;
}

.tab-item:first-child {
  padding-left: 50px;
}

.tab-item:last-child {
  padding-right: 15%;
}

.tab-item:last-child::after {
  display: none;
}

.tab-item:last-child .tab-link {
  border-radius: 0 20px 20px 0;
}

.tab-item:last-child .icn-svg {
  display: none;
}

.tab-item:nth-child(3n) .tab-link {
  background: #f47119;
}

.tab-item:nth-child(3n+1) .tab-link {
  background: #a280c0;
}

.tab-item:nth-child(3n+2) .tab-link {
  background: #a7b539;
}

.tab-link {
  font-family: "NG-Medium";
  font-size: 14px;
  color: #0c0803;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 6px 12px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.icn-svg {
  position: absolute;
  top: 0;
  left: 98%;
}

.tab-item.tab-idol {
  background: rgba(155, 142, 245, 0.22);
  border-color: transparent;
  color: var(--accent-purple);
}

.tab-item.tab-creative {
  background: rgba(126, 201, 106, 0.2);
  border-color: transparent;
  color: var(--accent-green);
}

.tab-item.tab-creative.active,
.tab-item.tab-creative:hover {
  background: var(--accent-green);
  border-color: var(--accent-green);
  color: #111;
}

.tab-item.tab-interview {
  background: rgba(232, 160, 200, 0.18);
  border-color: transparent;
  color: var(--accent-pink);
}

.tab-item.tab-interview.active,
.tab-item.tab-interview:hover {
  background: var(--accent-pink);
  border-color: var(--accent-pink);
  color: #111;
}

.sidebar-wrapt {
  position: relative;
}

.sidebar-wrapt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1c1610), to(rgba(28, 22, 16, 0)));
  background: linear-gradient(0deg, #1c1610 0%, rgba(28, 22, 16, 0) 100%);
  z-index: 2;
}

.sidebar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 550px;
  position: relative;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -webkit-transition: scrollbar-color 0.2s;
  transition: scrollbar-color 0.2s;
}

.sidebar-list:hover {
  scrollbar-color: var(--border) transparent;
}

.sidebar-list::-webkit-scrollbar {
  width: 4px;
}

.sidebar-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sidebar-list::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.sidebar-list:hover::-webkit-scrollbar-thumb {
  background: var(--border);
}

.sidebar-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 150px;
  grid-template-columns: 1fr 150px;
  -ms-grid-columns: 1fr 12px 150px;
  grid-template-columns: 1fr 150px;
  gap: 12px;
  padding: 30px 0;
  border-top: 1px solid #372c21;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* .sidebar-item:first-child {
  padding-top: 0;
} */
.sidebar-item:last-child {
  border-bottom: none;
}

.sidebar-item:hover {
  opacity: 0.8;
}

.sidebar-item .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar-item .item-date {
  color: #947a64;
  font-size: 12px;
  color: #947a64;
  line-height: 140%;
  font-family: "NG-Regular";
}

.sidebar-item .item-title {
  font-size: 14px;
  line-height: 135%;
  color: #e2ddd5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  font-family: "SVN-TiltWarp";
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-item .item-thumb {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 150/89;
}

.sidebar-item .item-thumb i {
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar-item .item-thumb i img,
.sidebar-item .item-thumb i video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ══════════════════════════
       5. EDITOR CHOICE
    ══════════════════════════ */
.id14-editorChoice {
  padding: 50px 0;
  border-bottom: 1px solid #372c21;
  background: #0c0803;
}

.ec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 96px) / 4);
  gap: 18px;
  margin-right: 32px;
}

.ec-item:nth-last-child(1) {
  margin-right: 0;
}

.ec-item .item-thumb {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 150/89;
}

.ec-item .item-thumb i {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  display: block;
}
.ec-item .item-thumb i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ec-item:hover .item-thumb i img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ec-item .item-thumb i video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ec-item .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-item .item-date {
  color: #947a64;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
}

.ec-item .item-title {
  font-size: 14px;
  font-family: "SVN-TiltWarp";
  line-height: 1.45;
  color: #e2ddd5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* .ec-item:hover .item-title {
        color: var(--accent-green);
      } */
/* ══════════════════════════
       6. CONTENT ROW
    ══════════════════════════ */
.contentRow-wrapt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 0 1fr 0 300px;
  grid-template-columns: 260px 1fr 300px;
  gap: 0;
}

/* ── Most Read ── */
.cr-mostRead {
  padding-right: 32px;
  padding-top: 60px;
}

.mostRead-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mr-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28px 12px 1fr;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #372c21;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.mr-item:first-child {
  padding-top: 0;
}

.mr-item:last-child {
  border-bottom: none;
}

.mr-numb {
  font-size: 46px;
  color: #947a64;
  line-height: 135%;
  font-family: "SVN-TiltWarp";
  margin-top: -15px;
}

.mr-info .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mr-info .item-date {
  color: #947a64;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
}

.mr-info .item-title {
  font-size: 14px;
  line-height: 135%;
  color: #e2ddd5;
  font-family: "NG-Regular";
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* .mr-item:hover .item-title {
        color: var(--accent-green);
      } */
/* ── Lastest ── */
.cr-lastest {
  padding: 0 32px;
  border-left: 1px solid #372c21;
  border-right: 1px solid #372c21;
  padding-top: 60px;
}

.lastest-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.lastest-featured-thumb {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 150/89;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lastest-featured-thumb i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.lastest-featured-thumb i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lastest-featured:hover .lastest-featured-thumb i img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.lastest-feat-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.lastest-feat-meta .item-date {
  color: #947a64;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
}

.lastest-featured-title {
  display: block;
  font-size: 24px;
  line-height: 135%;
  color: #e2ddd5;
  font-family: "SVN-TiltWarp";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.lastest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  border-top: 1px solid #372c21;
}

.lastest-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 150px;
  grid-template-columns: 1fr 150px;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #372c21;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lastest-item:first-child {
  padding-top: 0;
}

.lastest-item:last-child {
  border-bottom: none;
}

.lastest-item .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lastest-item .item-date {
  color: #947a64;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
}

.lastest-item .item-title {
  font-size: 16px;
  line-height: 135%;
  color: #e2ddd5;
  font-family: "SVN-TiltWarp";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* .lastest-item:hover .item-title {
        color: var(--accent-green);
      } */
.lastest-item .item-thumb {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 150/89;
  display: block;
}

.lastest-item .item-thumb i {
  display: block;
  width: 100%;
  height: 100%;
}
.lastest-item .item-thumb i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ── Surprise Me ── */
.cr-surprise {
  padding-left: 32px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.surprise-swiper {
  width: 100%;
  /* margin-bottom: 30px; */
}

.surprise-swiper .swiper-slide {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.surprise-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.surprise-card .card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 150/89;
  display: block;
}

.surprise-card i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.surprise-card i img {
  display: block;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.surprise-card i video {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.surprise-overlay {
  padding: 16px 16px 24px 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.surprise-swiper .swiper-slide:nth-child(1) .surprise-overlay {
  background: #e86f25;
}

.surprise-swiper .swiper-slide:nth-child(2) .surprise-overlay {
  background: #a280c0;
}

.surprise-swiper .swiper-slide:nth-child(3) .surprise-overlay {
  background: #a7b539;
}

.surprise-swiper .swiper-slide:nth-child(4) .surprise-overlay {
  background: #947a64;
}

.surprise-card .item-date {
  color: #1c1610;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
  /* 16.8px */
  margin-bottom: 8px;
}

.surprise-card .item-title {
  font-size: 14px;
  font-family: "SVN-TiltWarp";
  color: #1c1610;
  line-height: 135%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.surprise-btn {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 46px;
  background: #947a64;
  color: #1c1610;
  font-size: 14px;
  font-family: "NG-Medium";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.surprise-btn .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ══════════════════════════
       7. ADS BANNER MID
    ══════════════════════════ */
.adsBanner-mid {
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #111110;
  text-align: center;
}

/* ══════════════════════════
       8. FEATURE ARTICLE
    ══════════════════════════ */
.id14-featureArticle {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fa-bg {
  aspect-ratio: 5/2;
  width: 100%;
}

.fa-bg i {
  width: 100%;
  height: 100%;
  display: block;
}

.fa-bg i img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fa-inner {
  position: absolute;
  z-index: 1;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #e2ddd5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fa-inner .container {
  padding: 0;
}

.fa-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.fa-content {
  width: 37.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fa-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fa-content .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.fa-content .item-date {
  color: #947a64;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
  /* 16.8px */
}

.fa-content .item-title {
  color: #1c1610;
  font-family: "SVN-TiltWarp";
  font-size: 28px;
  line-height: 125%;
  margin-bottom: 40px;
}

.fa-content .item-sapo {
  font-size: 16px;
  color: rgba(28, 22, 16, 0.6);
  line-height: 1.65;
  font-family: "NG-Regular";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fa-thumb-card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  aspect-ratio: 181/113;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.fa-thumb-card i {
  width: 100%;
  height: 100%;
}

.fa-thumb-card video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ══════════════════════════
       9. ALL ARTICLES
    ══════════════════════════ */
.id14-allArticles {
  padding: 40px 0;
  border-top: 1px solid var(--border);
}

.allArticles-wrapt {
  position: relative;
}

.allArticles-loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}

.allArticles-loadmore .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-loadmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border: 2px solid #947a64;
  border-radius: 100px;
  background: transparent;
  color: #947a64;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}

.desk-lbl {
  color: #947a64;
  font-family: "SVN-TiltWarp";
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.72px;
}

.swiper-notification {
  display: none;
}

.section-heading-center {
  color: #947a64;
  font-family: "SVN-TiltWarp";
  font-size: 24px;
  line-height: 100%;
  /* 24px */
  letter-spacing: -0.72px;
  margin-bottom: 40px;
  text-align: center;
}

.allArticles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #372c21;
}
.allArticles-grid:nth-last-child(1) {
  border-bottom: none;
}

.aa-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 145px 12px 1fr;
  grid-template-columns: 145px 1fr;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.aa-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.aa-item .item-thumb {
  display: block;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 4/5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.aa-item .item-thumb i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.aa-item .item-thumb i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aa-item:hover .item-thumb i img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.aa-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
}

.aa-item .item-title {
  font-size: 14px;
  line-height: 135%;
  color: #e2ddd5;
  font-family: "SVN-TiltWarp";
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.aa-item .item-date {
  color: #947a64;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
  /* 16.8px */
}

/* ══════════════════════════
       10. PAGINATION
    ══════════════════════════ */
.id14-pagination {
  padding: 28px 0 52px;
  border-top: 1px solid var(--border);
}

.pagi-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagi-prev,
.pagi-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.04em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.pagi-prev:hover,
.pagi-next:hover {
  color: var(--text-primary);
}

.pagi-count {
  font-size: 12px;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

/* ══════════════════════════
       RESPONSIVE
    ══════════════════════════ */
@media (max-width: 1023px) {
  .hero-wrapt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-main {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid var(--border);
    padding-bottom: 28px;
  }
  .hero-sidebar {
    padding-left: 0;
    padding-top: 24px;
  }
  .contentRow-wrapt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cr-mostRead {
    border-right: none;
    padding-right: 0;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .cr-lastest {
    border-right: none;
    border-left: none;
    padding: 0;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .cr-surprise {
    padding-left: 0;
  }
  .allArticles-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
  .id14-topbar {
    padding: 10px 16px;
  }
  .id14-header {
    padding: 14px 0 32px 0;
  }
  .id14-header .container {
    padding: 0;
  }
  .header-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100px;
  }
  .header-social .lbl {
    text-align: center;
  }
  .logo-wordmark {
    font-size: 30px;
  }
  .id14-hero {
    padding: 20px 0 0;
  }
  .hero-main {
    border-bottom: none;
    width: 100vw;
    margin-left: -16px;
  }
  .hero-main .swiper-wrapper {
    margin-left: 16px;
  }
  .hero-main-wrapt {
    width: 100%;
    border-right: none;
  }
  .swiper-slide {
    -ms-grid-columns: calc(100% - 32px);
    grid-template-columns: calc(100% - 32px);
    gap: 16px;
  }
  /* .swiper-slide:first-child {
    padding-left: 16px;
  } */
  .slide-thumb {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    aspect-ratio: 150/89;
    border-radius: 8px;
  }
  .slide-info {
    padding: 0;
  }
  .slide-title {
    margin-bottom: 20px;
  }
  .slide-nav {
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sidebar-item {
    -ms-grid-columns: 1fr 16px 115px;
    grid-template-columns: 1fr 115px;
    gap: 16px;
    padding: 30px 0;
  }
  .sidebar-item .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar-item .item-thumb {
    aspect-ratio: 4/5;
  }
  .sidebar-item .item-meta {
    gap: 10px;
  }
  .sidebar-item .item-title {
    font-size: 16px;
  }
  .hero-sidebar {
    border-top: 1px solid var(--border);
    margin-top: 4px;
  }
  .sidebar-wrapt:before {
    display: none;
  }
  .sidebar-list {
    height: auto;
    overflow: visible;
  }
  .sidebar-item:nth-child(n+4) {
    display: none;
  }
  .id14-editorChoice {
    margin-top: 0;
    padding: 24px 0;
  }
  .editorChoice-list {
    width: 100vw;
    margin-left: -16px;
  }
  .ec-item {
    width: 65%;
  }
  .ec-item:first-child {
    margin-left: 16px;
  }
  .ec-item .item-title {
    font-size: 16px;
  }
  .id14-contentRow {
    padding: 24px 0;
  }
  .cr-lastest {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .cr-mostRead {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-top: 0;
  }
  .cr-surprise {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .surprise-swiper {
    width: 75%;
    /* margin-bottom: 40px; */
  }
  .surprise-btn {
    margin-top: 40px;
  }
  .lastest-featured {
    margin-bottom: 30px;
  }
  .lastest-list {
    padding-top: 30px;
  }
  .lastest-item {
    -ms-grid-columns: 1fr 16px 150px;
    grid-template-columns: 1fr 150px;
    gap: 16px;
    padding: 30px 0;
  }
  .lastest-item .item-meta {
    margin-bottom: 18px;
  }
  .lastest-item .item-thumb {
    aspect-ratio: 150/89;
  }
  .id14-featureArticle {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .fa-bg {
    aspect-ratio: 3/5;
    width: 100%;
    position: relative;
  }
  .fa-meta-mob {
    display: none;
  }
  .fa-inner {
    position: absolute;
    z-index: 1;
    width: 90%;
    background: #e2ddd5;
    padding: 0;
  }
  .fa-inner .container {
    padding: 0 16px;
  }
  .fa-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
  .fa-content {
    width: 100%;
    max-width: 100%;
  }
  .fa-content .item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }
  .fa-content .item-date {
    font-size: 11px;
    color: var(--text-secondary);
  }
  .fa-content .item-title {
    margin-bottom: 30px;
  }
  .fa-thumb-card {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .id14-allArticles {
    padding: 24px 0;
  }
  .allArticles-wrapt {
    padding-bottom: 30px;
    border-bottom: 1px solid #372c21;
  }
  .allArticles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .allArticles-loadmore {
    padding-top: 24px;
  }
  .id14-pagination {
    padding: 20px 0 40px;
  }
}
/* ═══════════════════════════
   CATE-TAG COLORS
═══════════════════════════ */
/* .cate-beauty {
  background: rgba(155, 142, 245, 0.18);
  color: var(--accent-purple);
}

.cate-idol {
  background: rgba(126, 201, 106, 0.18);
  color: var(--accent-green);
}

.cate-star {
  background: rgba(232, 160, 200, 0.15);
  color: var(--accent-pink);
}

.cate-lifestyle {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-secondary);
}

.cate-food {
  background: rgba(255, 180, 100, 0.15);
  color: var(--accent-orange);
}

.cate-music {
  background: rgba(100, 200, 255, 0.15);
  color: var(--accent-blue);
} */
/* ═══════════════════════════
   DT-PAGE BASE
═══════════════════════════ */
.dt-page {
  padding-top: 40px;
}

.dt-page .ec-item {
  width: auto;
  margin-right: 0;
}

/* ═══════════════════════════
   FIXED TOPBAR
═══════════════════════════ */
.dt-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #1c1610;
  border-bottom: 1px solid #372c21;
  background: #1c1610;
}

.dt-progress-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.06);
}

.dt-progress {
  height: 4px;
  width: 0%;
  background: #e86f25;
  -webkit-transition: width 0.08s linear;
  transition: width 0.08s linear;
}

.dt-nav {
  height: 36px;
}

.dt-nav-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
}

.dt-nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dt-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: rgba(218, 205, 191, 0.8);
  font-family: "NG-Regular";
  font-size: 14px;
  line-height: 135%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.dt-back:hover {
  color: var(--text-primary);
}

.dt-back .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dt-nav-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0 24px;
}

.dt-viewing-lbl {
  color: rgba(218, 205, 191, 0.8);
  font-family: "NG-Regular";
  font-size: 14px;
  line-height: 135%;
  white-space: nowrap;
}

.dt-viewing-title {
  color: rgba(218, 205, 191, 0.8);
  font-family: "NG-Bold";
  font-size: 14px;
  line-height: 135%;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.dt-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dt-share-lbl {
  font-size: 14px;
  color: rgba(218, 205, 191, 0.8);
  font-family: "NG-Regular";
  line-height: 135%;
}

.dt-share-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}

.dt-share-btn:hover {
  color: var(--text-primary);
  border-color: #5a4a38;
}

/* ═══════════════════════════
   ARTICLE HERO
═══════════════════════════ */
.dt-hero {
  background: #0d0904;
  border-bottom: 1px solid #2e2520;
}

.dt-hero .id14-header {
  display: none;
}

.dt-hero .container {
  border-left: 1px solid #372c21;
  border-right: 1px solid #372c21;
  padding: 60px 32px 60px 60px;
}

.dt-hero-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}

.dt-hero-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dt-hero-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.dt-hero-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.dt-hero-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dt-hero-logo .logo-wordmark {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  line-height: 1;
}

.dt-hero-logo .logo-wordmark .num {
  color: var(--accent-green);
}

.dt-hero-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
}

.dt-hero-date .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dt-hero-date .txt {
  color: #e2ddd5;
  font-family: "NG-Regular";
  font-size: 14px;
  line-height: 135%;
}

.dt-time {
  color: #e2ddd5;
  font-family: "NG-Regular";
  font-size: 14px;
  line-height: 135%;
  /* 18.9px */
}

.dt-title {
  color: #fefaf4;
  font-family: "SVN-TiltWarp";
  font-size: 40px;
  line-height: 125%;
}

.dt-sapo {
  color: #fefaf4;
  font-family: "FKRS-Oblique";
  font-size: 16px;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.32px;
  position: relative;
  padding-left: 20px;
}

.dt-sapo::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #f47119;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}

.dt-hero-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding-top: 20px;
  margin-top: 24px;
  border-top: 1px solid #2e2520; */
}

.dt-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 13px;
}

.dt-audio .txt {
  color: #dacdbf;
  font-family: "NG-Regular";
  font-size: 14px;
  line-height: 140%;
  /* 19.6px */
}

.dt-audio .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #382b1c;
}

.dt-audio-time {
  color: rgba(208, 201, 191, 0.8);
  font-family: "NG-Regular";
  font-size: 14px;
  line-height: 140%;
  /* 19.6px */
}

.dt-audio .btn-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dt-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.dt-social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #382b1c;
  border: 1px solid #3a2e25;
  color: var(--text-secondary);
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}

.dt-social-btn:hover {
  color: var(--text-primary);
  border-color: #5a4a38;
}

.dt-hero-thumb {
  width: 46%;
  max-width: 564px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dt-hero-thumb i {
  display: block;
  aspect-ratio: 3/4;
  border-radius: 8px;
  overflow: hidden;
}
.dt-hero-thumb i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ═══════════════════════════
   ARTICLE BODY
═══════════════════════════ */
.dt-article {
  padding: 0;
}

.dt-article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* ── Related Articles (TOC sidebar) ── */
.dt-toc {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 52px;
  padding: 48px 0 60px;
}

.toc-tabs {
  /* padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px; */
}

.toc-tabs .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toc-tabs .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toc-tab {
  padding: 5px 13px;
  border-radius: 20px;
  border: 1px solid #29231f;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  color: #947a64;
  letter-spacing: 0.02em;
  font-family: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.toc-tab.active {
  background: #947a64;
  color: #1c1610;
}

.toc-tab:not(.active):hover {
  border-color: #5a4a38;
  color: var(--text-secondary);
}

.toc-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.js-toc-articles .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.js-toc-articles .swiper-slide {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.toc-article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  padding: 30px 0;
  border-bottom: 1px solid #372c21;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.toc-article-item:hover {
  opacity: 0.75;
}

.toc-articles-label {
  display: none;
}

.toc-sq {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #e86f25;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
}

.toc-article-item .txt {
  color: #e2ddd5;
  font-family: "NG-Regular";
  font-size: 14px;
  line-height: 135%;
  /* 18.9px */
}

/* ── Article Content ── */
.dt-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.dt-byline-credit {
  color: rgba(218, 205, 191, 0.8);
  font-family: "NG-Regular";
  font-size: 16px;
  line-height: 135%;
  /* 21.6px */
  padding-bottom: 30px;
  border-bottom: 1px solid #372c21;
}

.dt-content p {
  color: #e2ddd5;
  font-family: "FKRS-Regular";
  font-size: 18px;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}

.dt-content p b {
  color: #f47119;
  font-family: "FKRS-Bold";
  font-size: 18px;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
}

.dt-pullquote-txt {
  font-size: 28px !important;
  font-family: "SVN-TiltWarp" !important;
  line-height: 1.35;
  color: #fefaf4 !important;
  margin: 6px 0;
  text-align: center;
}

.dt-img-block {
  margin: 4px 0;
}

.dt-img-block i {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.dt-img-with-cap i {
  border-radius: 6px 6px 0 0;
}

[data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption {
  color: #e3dbd3;
  font-family: "NG-Regular";
  font-size: 14px !important;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: -0.28px;
  text-align: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0c0803;
}
[data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption p {
  color: #e3dbd3 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  margin: 0 !important;
}

.VCSortableInPreviewMode[type=Photo] .detail-img-lightbox {
  display: block;
}
.VCSortableInPreviewMode[type=Photo] .detail-img-lightbox img {
  display: block;
  width: 100%;
  height: auto;
}
.VCSortableInPreviewMode[type=Photo] .PhotoCMS_Caption {
  color: #e3dbd3;
  font-family: "NG-Regular";
  font-size: 14px !important;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: -0.28px;
  text-align: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0c0803;
}
.VCSortableInPreviewMode[type=Photo] .PhotoCMS_Caption p {
  color: #e3dbd3 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  margin: 0 !important;
}

.VCSortableInPreviewMode img {
  border-radius: 6px 6px 0 0;
}

.VCSortableInPreviewMode[type=VideoStream] .Kenh14Player video {
  background-color: #000 !important;
}

.dt-img-promo i {
  aspect-ratio: 656/288;
}

.dt-img-portrait i {
  aspect-ratio: 656/755;
}

.dt-ending-ref {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  padding: 24px 0;
}

.dt-ending-ref .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 6px;
}

.dt-ending-ref .txt {
  color: #e2ddd5;
  font-family: "SVN-TiltWarp";
  font-size: 24px;
  line-height: 135%;
  /* 32.4px */
}

.dt-content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0c0803;
  padding: 0 16px;
  height: 40px;
  border-radius: 8px;
  margin-bottom: 60px;
}

.dt-source {
  color: #947a64;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
  /* 16.8px */
}

.dt-footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.dt-pubdate {
  color: #947a64;
  font-family: "NG-Regular";
  font-size: 12px;
  line-height: 140%;
}

.dt-content-footer .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #947a64;
}

/* ═══════════════════════════
   TODAY'S PICK
═══════════════════════════ */
.dt-todays-pick {
  background: #0c0803;
  border-top: 1px solid var(--border);
  padding: 48px 0 56px;
}

.dt-todays-pick .editorChoice-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

/* ═══════════════════════════
   LASTEST SECTION
═══════════════════════════ */
.dt-lastest-section {
  background: #1c160f;
  padding: 40px 0 64px;
  border-top: 1px solid #2e2520;
}

.dt-lastest-inner {
  max-width: 728px;
  margin: 0 auto;
  padding: 0 24px;
}

.dt-lastest-section .cr-lastest {
  padding: 0;
  border-right: none;
  border-left: none;
  max-width: none;
}

/* ═══════════════════════════
   RESPONSIVE
═══════════════════════════ */
@media (max-width: 1023px) {
  .dt-hero-thumb {
    width: 42%;
  }
  .dt-article-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .dt-toc {
    width: 100%;
    position: static;
    padding: 28px 0 24px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0;
  }
  .toc-articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .toc-article-item {
    width: 50%;
    padding: 16px 16px 16px 0;
  }
  .dt-content {
    padding-top: 36px;
  }
  .dt-todays-pick .editorChoice-list {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  /* topbar */
  .dt-nav-inner {
    padding: 0 16px;
  }
  .dt-nav-left .txt {
    display: none;
  }
  .dt-nav-center .dt-viewing-lbl {
    display: none;
  }
  .dt-nav-right .dt-share-lbl {
    display: none;
  }
  .dt-share-btn {
    border: 0;
  }
  /* hero: ảnh full-bleed trên cùng, info bên dưới */
  .dt-hero {
    padding: 0 0 28px;
  }
  .dt-hero .id14-header {
    display: block;
    background: #1c1610;
    padding: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .dt-hero .header-wrapt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .dt-hero .header-logo {
    width: 85px;
    /* margin-right: 60px; */
  }
  .dt-hero .header-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    gap: 10px;
  }
  .dt-hero .header-social .lbl {
    text-align: start;
  }
  .dt-hero .container {
    padding: 0;
    border: none;
  }
  .dt-hero-wrapt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .dt-hero-thumb {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .dt-hero-thumb i {
    aspect-ratio: 4/5;
  }
  .dt-hero-info {
    padding: 20px 16px 0;
  }
  .dt-hero-top {
    display: none;
  }
  .dt-title {
    font-size: 33px;
  }
  .dt-hero-bottom {
    margin-top: 16px;
    padding-top: 16px;
  }
  /* article: đổi thứ tự — content trước, toc sau */
  .dt-article-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 16px;
  }
  .dt-toc .toc-tabs {
    display: none;
  }
  .toc-articles-label {
    display: block;
    font-size: 24px;
    font-family: "SVN-TiltWarp";
    color: #947a64;
    letter-spacing: -0.72px;
    line-height: 100%;
    padding: 0 0 32px 16px;
  }
  .toc-articles {
    margin-top: 28px;
    width: 100vw;
    margin-left: -16px;
  }
  .js-toc-articles {
    position: relative;
    overflow: hidden;
  }
  .js-toc-articles .swiper-wrapper {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .js-toc-articles .swiper-slide {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js-toc-articles .swiper-slide:first-child {
    padding-left: 16px;
  }
  .toc-article-item {
    padding: 0;
    background: none;
    border: none;
    border-radius: 8px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .dt-content {
    padding-top: 24px;
    width: 100%;
    gap: 30px;
  }
  .dt-byline-credit {
    font-size: 16px;
    line-height: 150%;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
  }
  .dt-content p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .dt-content .detail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .dt-pullquote-txt,
  h3 {
    font-size: 28px !important;
    line-height: 135%;
    text-align: center;
    font-family: "SVN-TiltWarp" !important;
  }
  [data-role=content] .VCSortableInPreviewMode[type=content] {
    border: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .dt-ending-ref {
    padding: 20px 0;
    border-top: 0;
  }
  .dt-content-footer {
    margin-bottom: 40px;
  }
  /* today's pick */
  .dt-todays-pick {
    padding: 32px 0 40px;
  }
  .dt-todays-pick .editorChoice-list {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  /* lastest */
  .dt-lastest-section {
    padding: 32px 0 48px;
  }
  .dt-lastest-inner {
    padding: 0 16px;
  }
  .dt-page .id14-editorChoice {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */