/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --t-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --t-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --t-spacing: 0.25rem;
    --t-font-weight-normal: 400;
    --t-font-weight-medium: 500;
    --t-font-weight-bold: 700;
    --t-default-font-family: var(--t-font-sans);
    --t-default-mono-font-family: var(--t-font-mono);
    --t-color-tw-primary: #212636;
    --t-color-tw-secondary: #667085;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--t-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--t-default-font-feature-settings, normal);
    font-variation-settings: var(--t-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--t-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--t-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--t-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .t\:flex {
    display: flex;
  }
  .t\:grid {
    display: grid !important;
  }
  .t\:grid\! {
    display: grid !important;
  }
  .t\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .t\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:gap-6 {
    gap: calc(var(--t-spacing) * 6);
  }
  .t\:gap-x-4 {
    column-gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-x-6 {
    column-gap: calc(var(--t-spacing) * 6);
  }
  .t\:gap-y-1 {
    row-gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-y-3 {
    row-gap: calc(var(--t-spacing) * 3);
  }
  .t\:min-\[650px\]\:grid-cols-2 {
    @media (width >= 650px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .t\:min-\[1000px\]\:grid-cols-3 {
    @media (width >= 1000px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .t\:min-\[1200px\]\:grid-cols-4 {
    @media (width >= 1400px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
}
header.header .header-home-navbar .navbar .navbar-nav {
  width: 100%;
}
header.header .header-home-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-right: auto;
}
header.header .header-home-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-left: auto;
}
header.header .header-home-navbar .navbar .navbar-nav .nav-item:last-child a::after {
  display: none;
}
header.header {
  position: relative;
}
header.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 33%;
  background-image: url("https://pub-58c9d8d1f8f84ab6aa09e49343220dda.r2.dev/assets/images/trongdong.svg");
  opacity: 0.35;
  z-index: -1;
}
.header-home {
  border-bottom: 2px solid #fec84b;
}
.time {
  color: #667085;
  font-size: 13px;
}
.description {
  color: #667085;
  font-size: 0.975rem;
}
.section.section-home .main-new-post .post-info {
  background-color: #f5f5f5;
  padding: 12px 24px;
}
.section.section-home .main-new-post .post-info .name {
  font-size: 20px;
  font-weight: 700;
}
.section.section-home .main-new-post .post-info .name a {
  color: #212636;
}
.section.section-home .more-new-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section.section-home .more-new-posts .more-new-post-item {
  background-color: #f5f5f5;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.title {
  --tw-font-weight: var(--t-font-weight-bold);
  font-weight: var(--t-font-weight-bold);
  &:hover {
    @media (hover: hover) {
      color: #bc0000;
    }
  }
}
.title.l1 {
  font-size: 1.375rem;
}
.title.l2 {
  font-size: 1rem;
}
.post-meta {
  display: flex;
  align-items: center;
  gap: calc(var(--t-spacing) * 2);
}
.post-meta .cate-name {
  font-size: 13px;
  color: #DE3024;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.post-meta .dot-separation {
  width: 3.5px;
  height: 3.5px;
  border-radius: calc(infinity * 1px);
  background-color: var(--t-color-tw-secondary);
}
.block-image {
  position: relative;
  height: 120px !important;
  width: 180px !important;
  @media (width >= 40rem) {
    height: 140px !important;
  }
  @media (width >= 40rem) {
    width: 210px !important;
  }
  @media (width >= 48rem) {
    height: 165px !important;
  }
  @media (width >= 48rem) {
    width: 230px !important;
  }
  @media (width >= 80rem) {
    height: 180px !important;
  }
  @media (width >= 80rem) {
    width: 270px !important;
  }
}
.block-image-sm {
  position: relative;
  height: 80px !important;
  width: 120px !important;
  @media (width >= 40rem) {
    height: 100px !important;
  }
  @media (width >= 40rem) {
    width: 150px !important;
  }
  @media (width >= 48rem) {
    height: 115px !important;
  }
  @media (width >= 48rem) {
    width: 170px !important;
  }
  @media (width >= 80rem) {
    height: 130px !important;
  }
  @media (width >= 80rem) {
    width: 200px !important;
  }
}
.block-image-ssm {
  position: relative;
  height: 70px !important;
  width: 100px !important;
  @media (width >= 40rem) {
    height: 80px !important;
  }
  @media (width >= 40rem) {
    width: 130px !important;
  }
  @media (width >= 48rem) {
    height: 120px !important;
  }
  @media (width >= 48rem) {
    width: 160px !important;
  }
  @media (width >= 80rem) {
    height: 120px !important;
  }
  @media (width >= 80rem) {
    width: 160px !important;
  }
}
.block-image-ssm-2 {
  position: relative;
  height: 112px !important;
  width: 170px !important;
}
.block-image-lg {
  position: relative;
  height: 150px !important;
  width: 230px !important;
  @media (width >= 40rem) {
    height: 180px !important;
  }
  @media (width >= 40rem) {
    width: 270px !important;
  }
  @media (width >= 48rem) {
    height: 200px !important;
  }
  @media (width >= 48rem) {
    width: 300px !important;
  }
  @media (width >= 80rem) {
    height: 230px !important;
  }
  @media (width >= 80rem) {
    width: 350px !important;
  }
}
.block-image .img {
  position: absolute;
  inset: calc(var(--t-spacing) * 0);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.figure {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.figure .img {
  position: absolute;
  inset: calc(var(--t-spacing) * 0);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-thumb-block {
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
}
.img-thumb-block.vertical-post {
  width: 100%;
}
.img-thumb-block.horizontal-post {
  height: 100%;
}
.img-thumb-block.horizontal-post.ssm-size {
  width: 145px;
}
.img-thumb-block.horizontal-post.sm-size {
  width: 178px;
}
.img-thumb-block.horizontal-post.md-size {
  width: 192px;
}
.dot-pencisonar {
  animation: pencisonar 1.5s ease infinite;
}
@keyframes pencisonar {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.cate-label {
  position: relative;
  width: fit-content;
  border-left-style: var(--tw-border-style);
  border-left-width: 6px;
  border-color: #FC0202;
  padding-inline: calc(var(--t-spacing) * 3);
  padding-top: 3px;
}
.cate-label .cate-label-bg {
  position: absolute;
  inset: calc(var(--t-spacing) * 0);
  z-index: 0;
  transform-origin: left;
  background-color: #FC02021A;
}
.cate-label h2 {
  position: relative;
  z-index: 1;
}
.broadcast-tab .broadcast-tab-item {
  cursor: pointer;
}
.broadcast-tab .broadcast-tab-item:not(.active) {
  border-color: transparent !important;
}
.broadcast-tab .broadcast-tab-item:not(.active) .cate-label-bg {
  display: none;
}
.broadcast-tab .broadcast-tab-item:not(.active) {
  order: 1 !important;
}
.broadcast-tab .broadcast-tab-item:not(.active) h2 {
  --tw-font-weight: var(--t-font-weight-normal);
  font-weight: var(--t-font-weight-normal);
}
.broadcast-tab .broadcast-tab-item.active h2 {
  --tw-font-weight: var(--t-font-weight-bold);
  font-weight: var(--t-font-weight-bold);
}
.broadcast-tab .broadcast-tab-item-link {
  display: none;
  position: absolute;
  right: calc(var(--t-spacing) * 0);
  bottom: calc(1/2 * 100%);
  --tw-translate-y: calc(1/2 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  align-items: center;
  gap: calc(var(--t-spacing) * 1);
  --tw-font-weight: var(--t-font-weight-medium);
  font-weight: var(--t-font-weight-medium);
  color: var(--t-color-tw-primary);
}
.broadcast-tab .tab-truyen-hinh.active ~ .truyen-hinh-link {
  display: flex;
}
.broadcast-tab .tab-phat-thanh.active ~ .phat-thanh-link {
  display: flex;
}
@keyframes side-in-right {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.side-in-right {
  animation: side-in-right 1s ease forwards;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
