@font-face {
  font-family: 'UTMGuanine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/UTM Guanine.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/inter-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/inter-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/inter-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/inter-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/roboto-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/roboto-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/roboto-700.ttf') format('truetype');
}


:root {
  --green: #1e9262;
  --green-dark: #0c6b44;
  --mint: #edf9f3;
  --mint-soft: #f7fcf9;
  --red: #e50000;
  --text: #202428;
  --muted: #68717a;
  --line: #e5e8eb;

  --yellow: #FFF9B5;
  --container: 1280px;
  --heading-font: "UTM Guanine", "Be Vietnam Pro", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #fff; color: var(--text); font-family: "Inter", Arial, sans-serif; font-size: 15px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin-top: 0; }
.site-container { width: var(--container); max-width: calc(100% - 32px); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.clamp-2 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.clamp-3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.date-line { display: flex; align-items: center; gap: 6px; color: #7c8389; font-size: 13px; line-height: 18px; }
.date-line::before { content: "◷"; color: #8a9298; font-size: 13px; }
.section-title { margin: 0; color: var(--red); font-family: "UTMGuanine"; font-size: 18px; line-height: 29px; font-weight: 500; }
.section-title.large { font-size: 20px; line-height: 32px; }
.button-green { display: inline-flex; min-width: 200px; height: 42px; align-items: center; justify-content: center; padding: 0 28px; border: 0; border-radius: 4px; background: var(--green-dark); color: #fff; font-weight: 600; transition: .2s; }
.button-green:hover { background: var(--green); transform: translateY(-1px); }

/* Header */
.site-header { height: 213px; background: #fff; position: relative; z-index: 30; }
.topbar { height: 33px; background: var(--mint); color: #38433d; font-size: 14px; }
.topbar-inner { height: 33px; display: flex; align-items: center; justify-content: space-between; }
.topbar-right, .email-link, .social-list { display: flex; align-items: center; }
.topbar-right { gap: 30px; }
.email-link { gap: 7px; }
.social-list { gap: 6px; }
.social { display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.header-banner { height: 138px; background: #f9feff url("assets/images/header-banner.png") center / 1920px 138px no-repeat; }
.primary-nav { height: 42px; background: var(--green); color: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.nav-inner { height: 42px; display: flex; align-items: stretch; }
.main-menu { display: flex; height: 42px; align-items: stretch; }
.nav-item { height: 42px; position: relative; flex: none; }
.nav-item > a { height: 42px; padding: 0 10px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; white-space: nowrap; font-size: 15px; font-weight: 600; transition: background .18s; }
.nav-item > a:hover {color: var(--yellow);}
.nav-item:first-child > a { width: 41px; padding: 0; font-size: 20px; }
.nav-item.is-active > a, .nav-item:hover > a, .nav-item:focus-within > a { background: var(--green-dark); }
.home-glyph { font-size: 19px; transform: translateY(-1px); }
.nav-dropdown { position: absolute; z-index: 60; top: 42px; left: 0; width: 260px; visibility: hidden; opacity: 0; transform: translateY(7px); background: #fff; color: #282d30; border: 1px solid #e1e4e6; border-radius: 0 0 6px 6px; box-shadow: 0 9px 22px rgba(0,0,0,.14); transition: .18s ease; }
.nav-dropdown a { min-height: 38px; display: flex; align-items: center; padding: 9px 14px; font-size: 14px; border-bottom: 1px solid #edf0f1; }
.nav-dropdown a:last-child { border-bottom: 0; }.nav-dropdown a:hover { background: var(--mint); color: var(--green-dark); }
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.nav-actions { width: 96px; height: 42px; margin-left: auto; display: flex; }
.nav-icon { width: 48px; height: 42px; border: 0; border-left: 1px solid rgba(255,255,255,.18); background: transparent; color: #fff; display: grid; place-items: center; }
.nav-icon:hover { background: var(--green-dark); }
.nav-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.mobile-menu-button { display: none; }
.search-panel { position: fixed; inset: 0; z-index: 100; background: rgba(5,35,22,.58); opacity: 0; transition: opacity .18s; }
.search-panel.is-open { opacity: 1; }
.search-panel-inner { width: min(650px, calc(100% - 32px)); margin: 130px auto 0; padding: 26px; border-radius: 8px; background: #fff; box-shadow: 0 20px 70px rgba(0,0,0,.3); }
.search-panel-inner label { display: block; margin-bottom: 12px; font-size: 18px; font-weight: 700; color: var(--green-dark); }
.search-panel-inner > div { display: flex; gap: 8px; }
.search-panel input { min-width: 0; flex: 1; height: 44px; padding: 0 14px; border: 1px solid #cfd8d3; border-radius: 4px; box-shadow: none !important;
    outline: none !important;}
.search-panel button { height: 44px; border: 0; border-radius: 4px; background: var(--green-dark); color: #fff; padding: 0 18px; }
.search-panel .search-close { width: 44px; padding: 0; background: #e8ecea; color: #333; font-size: 24px; }

/* Footer */
.site-footer { background: var(--mint); color: #34413a; }
.footer-inner { position: relative; padding-top: 20px; }
.footer-nav { height: 38px; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; font-size: 13px; font-weight: 500; }
.footer-nav a:hover { color: var(--green-dark); }
.footer-info { margin-top: 14px; text-align: center; font-size: 14px; line-height: 22px; padding-bottom: 16px; }
.footer-info img { width: 293px; height: 47px; object-fit: contain; margin: 0 auto 8px; }
.footer-info p { margin: 0; }
.footer-bottom { padding-top: 10px; padding-bottom: 10px; border-top: 1px solid rgba(12,107,68,.18); display: flex; align-items: flex-end; justify-content: space-between; font-family: "Roboto", Arial, sans-serif; font-size: 13px; }
.footer-connect { display: flex; align-items: center; gap: 10px; }

/* Ticker and sidebar */
.ticker-bar { height: 52px; border-bottom: 1px solid #eef0f3; }
.ticker-inner { height: 52px; display: flex; align-items: center; gap: 16px; overflow: hidden; }
.ticker-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 30px;
  border-radius: 100px;
  background: var(--mint) url("assets/images/ticker-trend.svg") center / 18px 18px no-repeat;
  color: transparent;
  font-size: 0;
}
.ticker-viewport { min-width: 0; flex: 1; overflow: hidden; }
.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  animation: ticker-marquee 28s linear infinite;
  will-change: transform;
}
.ticker-track > a,
.ticker-track > span {
  flex: none;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 100px;
  background: var(--mint);
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.ticker-track > a::before,
.ticker-track > span::before {
  content: "#";
  color: #8896ab;
  font-size: 14px;
  line-height: 18px;
}
.ticker-viewport:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 8px)); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
}
.weather { width: 141px; flex: 0 0 141px; display: flex; justify-content: flex-end; align-items: center; gap: 6px; font-size: 14px; }.weather b { font-weight: 600; }.weather-icon { font-size: 18px; }
.sidebar { width: 299px; padding-top: 24px; }
.panel, .side-panel { border: 1px solid #e5e9e7; background: #fff; overflow: hidden; border-radius: 12px;}
.most-read { padding: 0 20px 15px; }
.most-read h3 { margin: 0 -20px 10px; padding: 12px 20px; border-bottom: 1px solid #e5e9e7; color: #be1414; font-size: 18px; line-height: 28px; }
.most-read > a { display: block; padding: 10px 0; border-bottom: 1px solid #edf0ef; font-size: 15px; line-height: 21px; }.most-read > a:last-child { border-bottom: 0; }
.most-read-main img { width: 259px; height: 170px; object-fit: cover; margin-bottom: 8px; }.most-read-main strong { display: block; font-weight: 700; }
.partner-logos { margin: 24px 0; display: grid; gap: 10px; }
.side-panel { margin-bottom: 24px; }.side-panel h3 { height: 46px; display: flex; align-items: center; margin: 0; padding: 0 15px; border-bottom: 1px solid #e6e9e8; color: var(--red); font-family: "UTMGuanine"; font-size: 16px; }
.website-links { height: 110px; }.website-links select { width: calc(100% - 30px);border-radius: 6px; height: 36px; margin: 10px 15px; padding: 0 10px; border: 1px solid #d5ddda; color: #606865; background: #fff; }
.poll-panel form { padding: 13px 15px 12px; }.poll-panel p { margin-bottom: 10px; font-size: 15px; line-height: 22px; }.poll-panel label { display: block; margin: 7px 0; }.poll-panel form > div { display: flex; gap: 10px; margin-top: 14px; }
.poll-panel button { height: 34px; padding: 0 14px; border: 0; border-radius: 8px; background: var(--green-dark); color: #fff; font-size: 13px; }.poll-panel .poll-result { background: #e8ecea; color: #3c4641; }.poll-panel output { display: block; margin-top: 10px; color: var(--green-dark); font-size: 13px; }
.stats-panel { height: 136px; }.stats-panel p { display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 8px 15px 0; font-family: "Roboto", Arial, sans-serif; font-size: 14px; }.stats-panel strong { color: var(--green); font-size: 16px; }

/* Home lead */
.home-intro { height: 932px; }
.home-lead { height: 724px; padding-top: 20px; display: grid; grid-template-columns: 845px 411px; gap: 24px; }
.lead-main { position: relative; height: 684px; }
.lead-carousel { position: relative; width: 845px; height: 428px; overflow: hidden; border-radius: 8px; background: #e8eeeb; }
.lead-hero { position: absolute; inset: 0; display: block; width: 845px; height: 428px; overflow: hidden; opacity: 0; visibility: hidden; transition: opacity .4s ease, visibility .4s ease; }
.lead-hero.is-active { opacity: 1; visibility: visible; }
.lead-hero img { width: 845px; height: 428px; object-fit: cover; }
.lead-hero::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.67)); }
.lead-hero h1 { position: absolute; z-index: 1; left: 82px; right: 81px; bottom: 32px; margin: 0; color: #fff; font-size: 24px; line-height: 32px; font-weight: 700; }
.lead-pages { position: absolute; z-index: 3; left: 50%; bottom: 0; height: 34px; display: flex; align-items: center; gap: 6px; transform: translateX(-50%); }
.lead-pages button, .dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 10px; background: currentColor; opacity: .5; transition: width .2s ease, opacity .2s ease; }
.lead-pages { color: #fff; }.lead-pages button.is-active, .dots button.is-active { width: 38px; opacity: 1; }
.lead-carousel-arrow { position: absolute; z-index: 4; top: 517px; width: 45px; height: 45px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: #fff; color: var(--green-dark); box-shadow: 0 3px 9px rgba(0,0,0,.1); font-size: 30px; line-height: 40px; }
.lead-carousel-arrow span, .carousel-arrow span { display: block; transform: translateY(-2px); }
.lead-carousel-arrow.previous { left: 55px; opacity: .45; }.lead-carousel-arrow.next { right: 10px; }
.lead-carousel-arrow:hover, .lead-carousel-arrow:focus-visible, .carousel-arrow:hover, .carousel-arrow:focus-visible { opacity: 1; outline: 2px solid rgba(12,107,68,.25); outline-offset: 2px; }
.lead-cards { height: 232px; margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lead-card img { width: 100%; height: 150px; object-fit: cover; }
.lead-card strong { display: block; margin-top: 10px; font-size: 16px; line-height: 22px; font-weight: 500; }
.latest-column { height: 666px; overflow: hidden; }
.latest-column h2 { margin: 0 0 10px; color: var(--red); font-family: "UTMGuanine"; font-size: 20px; line-height: 32px; }
.latest-item { min-height: 82px; display: grid; grid-template-columns: 1fr 103px; gap: 10px; padding: 6px 0; border-bottom: 1px solid #edf0ef; }
.latest-item:hover,.lead-card strong:hover, a:hover {
  color: var(--green);
}
.latest-item img { width: 103px; height: 70px; object-fit: cover; border-radius: 2px; }
.latest-item strong { font-size: 15px; line-height: 20px; font-weight: 400; }.latest-item .date-line { margin-top: 3px; }
.new-rural-banner { display: block; width: 1280px; max-width: calc(100% - 32px); height: 132px; margin-inline: auto; overflow: hidden; }
.new-rural-banner img { width: 100%; height: 132px; object-fit: cover; }

.service-strip {background: rgba(12,107,68,.05); }
.service-list {display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); align-items: center; }
.service-item {display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: start;padding: 16px 8px; gap: 16px; text-align: center; color: #06472d; font-size: 15px; line-height: 22px; font-weight: 500; }
.service-icon { width: 60px; height: 60px; flex: 0 0 60px; object-fit: contain; border-radius: 50%; transition: transform .18s ease; }
.service-item:hover .service-icon { transform: translateY(-2px); }

.topic-zone { height: 1038px; padding: 20px 0; }
.topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.topic-grid.top { height: 411px; }.topic-grid.bottom { height: 406px; }
.topic-card { min-width: 0; height: 100%; overflow: hidden; }
.topic-card-head { height: 34px; margin-bottom: 20px; display: flex; align-items: center; border-bottom: 1px solid #ecedef; }
.topic-card-head h2 { margin: 0; padding-bottom: 5px; color: var(--red); font-family: "UTMGuanine"; font-size: 18px; line-height: 29px; border-bottom: 2px solid var(--red); }
.topic-card-body { display: grid; grid-template-columns: 300px 1fr; gap: 20px; }
.topic-main img { width: 300px; height: 194px; object-fit: cover; border-radius: 8px; }.topic-main h3 { margin: 10px 0 4px; font-size: 18px; line-height: 24px; }.topic-main p { margin: 7px 0 0; color: #686f73; font-size: 13px; line-height: 18px; }
.topic-side { display: grid; gap: 8px; }.topic-side a { display: grid; grid-template-columns: 90px 1fr; gap: 10px; min-height: 70px; }.topic-side img { width: 90px; height: 70px; object-fit: cover; border-radius: 8px; }.topic-side strong { font-size: 14px; line-height: 18px; font-weight: 500; }
.promo-row { height: 133px; margin: 24px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.promo-row img { width: 100%; height: 133px; object-fit: cover; }

/* Media showcase */
.media-showcase { position: relative;overflow: hidden; background: #fff; }
.media-field-bg {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.99) 0%, rgba(255,255,255,.82) 42%, rgba(61, 124, 94, 0.7) 100%), url("assets/images/14129-6572.jpg") center bottom / cover no-repeat; }
.media-showcase-inner { position: relative;padding-top: 0; }
.media-heading { text-align: center; }
.media-heading h2 { margin: 0 0 16px; color: var(--red); font-family: "UTMGuanine"; font-size: 25px; line-height: normal; letter-spacing: .75px; font-weight: 400; }
.media-pills { display: flex; align-items: center; justify-content: center; gap: 20px; }
.media-pills a {
  height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 2px rgba(0,0,0,.03);
  color: #2a3342;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.media-pills a.is-selected { color: #2a3342; }
.media-pills a:hover { color: var(--green-dark); }
.pill-dot { flex: none; width: 20px; height: 20px; background: center / contain no-repeat; }
.video-dot { background-image: url("assets/images/media-icon-video.svg"); }
.info-dot { width: 17px; height: 18px; background-image: url("assets/images/media-icon-infographic.svg"); }
.magazine-dot { background-image: url("assets/images/media-icon-emagazine.svg"); }
.audio-dot { background-image: url("assets/images/media-icon-podcast.svg"); }
.photo-dot { background-image: url("assets/images/media-icon-photos.svg"); }
.media-slides { position: relative; margin-top: 36px; }
.media-slide { display: none; }
.media-slide.is-active { display: block; }
.media-hero { position: relative; display: block; width: 1280px; height: 633px; border-radius: 16px; overflow: hidden; background: #000; }
.media-hero > img { width: 1280px; height: 633px; object-fit: cover; }
.media-gradient { position: absolute; inset: auto 0 0; height: 182px; background: linear-gradient(to bottom, rgba(21,48,40,0), rgba(21,48,40,.7) 50%, #153028); }
.media-hero > strong { position: absolute; left: calc(50% - 397px); bottom: 24px; width: min(860px, calc(100% - 260px)); color: #fff; font-size: 30px; line-height: 38px; font-weight: 700; }
.play-button {
  position: absolute;
  left: calc(50% - 463px);
  bottom: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.2);
}
.play-button::after {
  content: "";
  position: absolute;
  inset: 13px;
  background: url("assets/images/media-icon-photos.svg") center / 24px 24px no-repeat;
  filter: brightness(0) invert(1);
}
.media-thumb-row { position: relative;padding-bottom: 24px; margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.media-thumb > span { position: relative; display: block; height: 180px; overflow: hidden; border-radius: 8px; }
.media-thumb img { width: 100%; height: 180px; object-fit: cover; }
.media-thumb strong { display: block; margin-top: 10px; color: #f7f8f9; font-size: 16px; line-height: 22px; font-weight: 600; }
.mini-play {
  position: absolute;
  left: 8px;
  bottom: 13px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff center / 20px 20px no-repeat;
}
.mini-play::after { content: none; }
.media-thumb:nth-child(1) .mini-play,
.media-thumb:nth-child(4) .mini-play { background-image: url("assets/images/media-icon-photos.svg"); }
.media-thumb:nth-child(2) .mini-play::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 13px;
  width: 19px;
  height: 16px;
  background: url("assets/images/media-icon-play.svg") center / 19px 16px no-repeat;
  transform: rotate(90deg);
}
.media-thumb:nth-child(3) .mini-play { background-image: url("assets/images/media-icon-infographic.svg"); background-size: 17px 18px; }
.carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 55px;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent center / 63px 63px no-repeat;
  font-size: 0;
}
.carousel-arrow.previous { left: -53px; background-image: url("assets/images/media-arrow-previous.svg"); }
.carousel-arrow.next { right: -55px; background-image: url("assets/images/media-arrow-next.svg"); }
.media-showcase-inner > .carousel-arrow { top: 720px; }

/* Publications and lower home */
.publications { padding-bottom: 24px; padding-top: 20px; background: rgba(12,107,68,.05); }.publications-head { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.publication-slider { position: relative; }.publication-pages { position: relative; height: 385px; margin-top: 10px; overflow: hidden; }
.publication-row { height: 385px; display: none; grid-template-columns: repeat(5, 237px); gap: 24px; }.publication-row.is-active { display: grid; }.publication img { width: 237px; height: 315px; object-fit: contain; }.publication strong { display: block; margin-top: 16px; font-size: 15px; line-height: 18px; font-weight: 400; }
.dots { height: 22px; display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--green-dark); }.dots span { width: 8px; height: 8px; border-radius: 50%; background: #b8c7c0; }.dots span:first-child { width: 23px; border-radius: 6px; background: var(--green); }
.home-lower { height: auto; }.home-lower-grid { height: auto; display: grid; grid-template-columns: 950px 306px; align-items: start; gap: 24px; }.home-lower-main { padding-top: 24px; }
.market-card { overflow: hidden; }.market-card-head { height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 20px; border-bottom: 1px solid #d5dae1; }.market-card-head h2 { align-self: stretch; display: flex; align-items: center; flex: 0 0 auto; margin: 0; padding-bottom: 1px; color: var(--red); border-bottom: 1px solid var(--red); font-family: "UTMGuanine"; font-size: 18px; }.market-tabs { min-width: 0; display: flex; align-items: center; color: #1e9262; font-size: 15px; line-height: 22px; font-weight: 600; letter-spacing: -1px; white-space: nowrap; overflow: hidden; }.market-tabs a { display: flex; align-items: center; gap: 6px; padding: 0 8px; color: #1e9262; border-left: 1px solid rgba(30, 146, 98, 0.30); }.market-tabs a:first-child { padding-left: 0; border-left: 0; }.market-tabs a:last-child { padding-right: 0; }.market-tabs a::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: #0c6b44; }
.market-top { height: 375px; display: grid; grid-template-columns: 516px 1fr; gap: 24px; }.market-feature img { width: 516px; height: 310px; object-fit: cover; border-radius: 10px; }.market-feature h3 { margin: 10px 0 4px; font-size: 18px; line-height: 24px; }
.market-list { display: grid; gap: 10px; }.market-list a { display: grid; grid-template-columns: 103px 1fr; gap: 10px; min-height: 77px; }.market-list img { width: 103px; height: 70px; object-fit: cover; border-radius: 8px; }.market-list strong { font-size: 15px; line-height: 19px; font-weight: 500; }
.market-bottom { height: 210px; margin-top: 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }.market-bottom img { width: 100%; height: 140px; object-fit: cover; border-radius: 8px; }.market-bottom strong { display: block; margin-top: 8px; font-size: 14px; line-height: 18px; font-weight: 500; }
.green-promo { display: block; height: 117px; margin: 20px 0; }.green-promo img { width: 950px; height: 117px; object-fit: cover; }
.home-lower .sidebar { width: 306px; }.home-lower .partner-logos a, .home-lower .partner-logos img { width: 100%; height: auto; }.home-footer-gap { height: 26px; }

/* Listing page */
.listing-featured { height: 704px; }
.channel-bar { height: 52px; }.channel-bar-inner { height: 52px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0ef; }
.channel-bar h1 { margin: 0; color: var(--red); font-family: "UTMGuanine"; font-size: 20px; line-height: 32px; }.channel-links { display: flex; align-items: center; gap: 17px; font-size: 16px; font-weight: 500; }.channel-links a::before { content: "•"; margin-right: 8px; color: var(--green); }
.feature-layout { height: 600px; padding-top: 15px; display: grid; grid-template-columns: 694px 562px; gap: 24px; }.feature-primary img { width: 694px; height: 415px; object-fit: cover; }.feature-primary h2 { margin: 10px 0 4px; font-size: 24px; line-height: 32px; }.feature-primary p { margin-top: 8px; font-size: 16px; line-height: 22px; }
.feature-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; align-content: start; }.feature-secondary img { width: 269px; height: 183px; object-fit: cover; }.feature-secondary strong { display: block; margin-top: 8px; font-size: 16px; line-height: 22px; font-weight: 500; }
.listing-content { height: 2253px; }.listing-grid { height: 2253px; display: grid; grid-template-columns: 950px 1px 299px; gap: 15px; }.vertical-divider { height: 2218px; background: #e3e7e5; }
.news-list-wrap { height: 2253px; }.news-list { height: 2142px; padding-top: 24px; }
.news-list-item { height: 216px; display: grid; grid-template-columns: 267px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid #dfe4e2; }.news-list-item:first-child { height: 198px; padding-top: 0; }.news-list-item img { width: 267px; height: 180px; object-fit: cover; }.news-list-item h2 { margin: 0 0 6px; font-size: 18px; line-height: 28px; font-weight: 500; }.news-list-item p { margin: 7px 0 0; color: #555e59; font-size: 15px; line-height: 20px; }
.item-meta { display: flex; gap: 9px; align-items: center; font-size: 14px; color: #737b77; }.category-label { color: var(--green); font-weight: 500; }.category-label::after { content: "·"; margin-left: 9px; color: #9da49f; }
.list-more { height: 76px; display: flex; align-items: flex-end; justify-content: center; }.listing-page-gap { height: 51px; }
.listing-content .list-more .pagination,
.media-listing-section .list-more .pagination { display: flex; align-items: center; gap: 8px; margin: 0; }
.listing-content .list-more .pagination > li > a,
.listing-content .list-more .pagination > li > span,
.media-listing-section .list-more .pagination > li > a,
.media-listing-section .list-more .pagination > li > span { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; margin: 0; padding: 0 12px; border: 1px solid var(--theme-primary, var(--green)); border-radius: 10px; background: var(--theme-primary, var(--green)); color: #fff; font-size: 14px; font-weight: 600; line-height: 1; }
.listing-content .list-more .pagination > li > a:hover,
.listing-content .list-more .pagination > li > a:focus-visible,
.listing-content .list-more .pagination > .active > a,
.listing-content .list-more .pagination > .active > span,
.media-listing-section .list-more .pagination > li > a:hover,
.media-listing-section .list-more .pagination > li > a:focus-visible,
.media-listing-section .list-more .pagination > .active > a,
.media-listing-section .list-more .pagination > .active > span { border-color: var(--theme-secondary, var(--green-dark)); background: var(--theme-secondary, var(--green-dark)); color: #fff; }
.listing-content .list-more .pagination > li > a:focus-visible,
.media-listing-section .list-more .pagination > li > a:focus-visible { outline: 2px solid var(--theme-secondary, var(--green-dark)); outline-offset: 2px; box-shadow: none; }
.listing-content .list-more .pagination > .disabled > a,
.listing-content .list-more .pagination > .disabled > span,
.media-listing-section .list-more .pagination > .disabled > a,
.media-listing-section .list-more .pagination > .disabled > span { color: #fff; opacity: .45; }

/* Breadcrumb and article */
.breadcrumb { height: 39px; display: flex; align-items: center; gap: 11px; color: #5d6762; font-size: 15px; font-weight: 500; }.breadcrumb span { color: #919994; }
.article-section { height: 4478px; }.article-grid { height: 4478px; padding-top: 15px; display: grid; grid-template-columns: 951px 1px 299px; gap: 15px; }.article-column { height: 4463px; }
.article-content-row { height: 3605px; display: grid; grid-template-columns: 67px 874px; gap: 10px; }.article-tools { padding-top: 8px; }.article-tools-inner { position: sticky; top: 20px; display: grid; gap: 8px; }.article-tools button { width: 46px; height: 46px; border: 1px solid #dce2df; background: #fff; color: #565f5a; font-weight: 700; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease; }.article-tools button:hover, .article-tools button:focus-visible, .article-tools button.is-active { border-color: var(--green-dark); background: var(--green-dark); color: #fff; outline: none; }
.article-main { height: 3605px; overflow: hidden; }.article-main h1 { margin: 0 0 12px; font-size: 24px; line-height: 32px; }.article-toolbar { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #ecefed; color: #737c77; font-size: 14px; }.article-author { display: flex; gap: 12px; align-items: center; }.article-author strong { color: var(--green-dark); font-size: 15px; }.audio-player { display: flex; align-items: center; justify-content: flex-end; gap: 9px; min-width: 330px; }.audio-action, .audio-share { min-width: 26px; min-height: 28px; padding: 0 6px; border: 0; border-radius: 3px; background: transparent; color: var(--green-dark); cursor: pointer; font: inherit; }.audio-action:hover, .audio-action:focus-visible, .audio-share:hover, .audio-share:focus-visible { background: rgba(12,107,68,.09); outline: 1px solid rgba(12,107,68,.2); }.audio-progress { width: 100px; height: 3px; overflow: hidden; background: #dce2df; position: relative; }.audio-progress i { display: block; width: 0; height: 100%; background: var(--green); transition: width .15s linear; }.audio-player output { min-width: 68px; font-size: 12px; text-align: left; }
.article-body { padding-top: 18px; font-size: 16px; line-height: 1.5; text-align: justify; transition: font-size .15s ease; }.article-body .lead { font-weight: 500; }.article-body p { margin-bottom: 1em; }
.article-image { width: 750px; margin: 18px auto 20px; }.article-image img { width: 750px; height: 440px; object-fit: cover; }.article-image figcaption { margin-top: 7px; color: #6e7672; font-size: 13px; line-height: 18px; text-align: center; }
.related-box { margin-top: 18px; padding: 14px 18px; border-radius: 4px; background: #eef8fc; }.related-box h3, .comment-box h3 { margin: 0 0 10px; color: var(--green-dark);  font-size: 18px; }.related-box li { padding: 5px 0; border-bottom: 1px solid #dce9ed; font-size: 15px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; align-items: center; }.tags a { padding: 5px 10px; border: 1px solid #d9dedc; border-radius: 3px; color: #5b6560; font-size: 14px; }
.comment-box { margin-top: 18px; scroll-margin-top: 24px; }.comment-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 10px; }.comment-fields label { display: block; margin-bottom: 4px; color: #59635e; font-size: 13px; font-weight: 600; }.comment-fields input, .comment-box textarea { width: 100%; padding: 10px; border: 1px solid #d7dedb; border-radius: 3px; background: #fff; font: inherit; }.comment-fields input { height: 40px; }.comment-box textarea { height: 90px; resize: vertical; }.comment-fields input:focus, .comment-box textarea:focus { border-color: var(--green); outline: 2px solid rgba(12,107,68,.12); }.comment-box footer { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 8px; }.comment-box button { height: 34px; padding: 0 18px; border: 0; border-radius: 3px; background: var(--green-dark); color: #fff; cursor: pointer; }.comment-box button:disabled { cursor: wait; opacity: .65; }.comment-box output { margin-right: auto; color: var(--green-dark); font-size: 13px; text-align: left; }
.article-category-card { height: 828px; margin-top: 30px; padding-top: 10px; border-top: 1px solid #e1e5e3; }.article-category-card > h2 { margin: 0 0 16px; color: var(--green-dark);  font-size: 18px; }
.article-category-top { height: 424px; display: grid; grid-template-columns: 519px 408px; gap: 24px; }.article-category-main img { width: 519px; height: 345px; object-fit: cover; border-radius: 8px; }.article-category-main h3 { margin: 10px 0 0; font-size: 18px; }.article-category-side { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }.article-category-side img { width: 192px; height: 135px; object-fit: cover; border-radius: 8px; }.article-category-side strong { display: block; margin-top: 7px; font-size: 15px; line-height: 20px; font-weight: 400; }
.article-category-bottom { height: 266px; margin-top: 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }.article-category-bottom img { width: 223px; height: 150px; object-fit: cover; border-radius: 8px; }.article-category-bottom strong { display: block; margin-top: 8px; font-size: 15px; line-height: 20px; font-weight: 400; }.article-page-gap { height: 30px; }

/* Multimedia catalog */
.media-catalog { height: 2108px; padding: 30px 0; }.media-group { height: 402px; }.media-group.short { height: 380px; }.media-group.photos { height: 424px; }.media-group + .media-group { margin-top: 15px; }
.media-group-head { height: 36px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e3e7e5; }.media-group-head h2 { margin: 0; color: var(--red); font-family: "UTMGuanine"; font-size: 16px; line-height: 26px; }.media-group-head a { color: var(--red); font-size: 13px; }
.media-card-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(4, 293px); gap: 30px; }.media-post img { width: 293px; height: 200px; object-fit: cover; }.media-post-thumb { position: relative; }.media-post-thumb .mini-play { left: auto; right: 10px; bottom: 10px; background: rgba(61,85,110,.85); }.media-post-thumb .mini-play::after { border-left-color: #fff; }
.media-post-meta { margin-top: 8px; display: flex; gap: 9px; color: #8a9195; font-family: "Roboto", Arial, sans-serif; font-size: 12px; line-height: 14px; text-transform: uppercase; }.media-post h3 { margin: 8px 0 0; font-size: 16px; line-height: 22px; font-weight: 400; }.media-overview-gap { height: 48px; }

/* Media listing */
.media-listing-section { height: 1191px; padding-top: 30px; }.media-filters { height: 36px; display: grid; grid-template-columns: 618px 297px; justify-content: space-between; }.date-filters { display: grid; grid-template-columns: 297px 297px; gap: 24px; }.filter-field { height: 36px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; }.filter-field label { font-family: "Roboto", Arial, sans-serif; font-size: 15px; font-weight: 600; white-space: nowrap; }.filter-field input { min-width: 0; height: 36px; border: 1px solid #ccd5d1; padding: 0 10px; color: #68706d; }
.search-filter { position: relative; }.search-filter input { width: 297px; height: 36px; padding: 0 38px 0 12px; border: 1px solid #ccd5d1; }.search-filter > button { position: absolute; right: 5px; top: 2px; width: 32px; height: 32px; border: 0; background: transparent; color: var(--green-dark); cursor: pointer; }
.media-list-grid { height: 956px; margin-top: 15px; display: grid; grid-template-columns: repeat(4, 293px); grid-auto-rows: 310px; gap: 20px 30px; }.media-listing-section .list-more { height: 82px; align-items: flex-start; padding-top: 20px; }

/* Video detail */
.video-detail-top { position: relative; height: 732px; background: #fff url("assets/images/8673-6866.jpg") center / 1920px 732px no-repeat; overflow: hidden; }.video-detail-heading { height: 98px; padding-top: 16px; text-align: center; }.video-detail-heading h1 { margin: 0 0 8px; color: var(--red); font-family: "UTMGuanine"; font-size: 25px; line-height: 40px; }
.video-panel { height: 548px; margin-top: 46px; display: grid; grid-template-columns: 835px 445px; }.video-screen { position: relative; width: 835px; height: 548px; overflow: hidden; background: #000; }.video-screen img { width: 835px; height: 548px; object-fit: cover; }.video-screen .play-button { width: 74px; height: 74px; }
.video-info { height: 548px; padding: 18px 20px 10px; background: var(--green-dark); color: #fff; }.video-info h2 { margin: 0 0 10px; font-size: 26px; line-height: 31px; }.video-info time { font-size: 14px; opacity: .9; }.video-info .share-line { display: flex; justify-content: space-between; align-items: center; margin: 8px 0; }.video-info p { margin: 8px 0 12px; font-size: 15px; line-height: 21px; }
.video-comment h3 { margin: 0 0 8px;  font-size: 18px; text-transform: uppercase; }.video-comment input, .video-comment textarea { width: 100%; height: 39px; margin-bottom: 8px; padding: 0 10px; border: 0; border-radius: 4px; }.video-comment textarea { height: 62px; padding-top: 9px; resize: none; }.video-comment footer { display: flex; justify-content: flex-end; }.video-comment button { height: 34px; padding: 0 14px; border: 1px solid #fff; border-radius: 3px; background: #fff; color: var(--green-dark); }.video-comment output { margin-right: auto; font-size: 12px; }.video-detail-list { height: 1191px; }

.lead-card, .topic-side a, .market-list a, .media-post, .news-list-item, .publication { transition: transform .18s ease, opacity .18s; }.lead-card:hover, .topic-side a:hover, .market-list a:hover, .media-post:hover, .publication:hover { transform: translateY(-2px); }.news-list-item:hover h2, .media-post:hover h3, .topic-side a:hover strong { color: var(--green-dark); }

.home-sidebar .most-read { display: none; }
.home-sidebar .partner-logos { margin-top: 0; }

/* Air quality card: Figma node 16305:2298 */
.aqi-card {
  width: 306px;
  max-width: 100%;
  height: 326px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #98d8be;
  border-radius: 16px;
  background: #e9faf3;
  color: #2a3342;
  font-family: "Inter", Arial, sans-serif;
}
.aqi-card__hero {
  position: relative;
  z-index: 0;
  height: 170px;
  padding: 16px;
  overflow: hidden;
  background: var(--green);
  color: #fff;
}
.aqi-card__hero::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 144px;
  background: url("assets/images/aqi-sky.png") center / cover no-repeat;
  content: "";
  opacity: .2;
  mix-blend-mode: luminosity;
}
.aqi-card__title {
  width: 100%;
  height: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}
.aqi-card__title strong,
.aqi-card__title span {
  display: block;
  font-size: 15px;
  line-height: 18px;
}
.aqi-card__title strong { font-weight: 600; }
.aqi-card__title span { font-weight: 400; }
.aqi-card__summary {
  width: 100%;
  height: 85px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 65px 58px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}
.aqi-card__score {
  width: 65px;
  height: 66px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.aqi-card__score span {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.aqi-card__score strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.aqi-card__avatar {
  width: 58px;
  height: 58px;
  border-radius: 99px;
  object-fit: cover;
}
.aqi-card__conditions {
  min-width: 0;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.aqi-card__status {
  width: 100%;
  height: 22px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.aqi-card__readings {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.aqi-card__reading {
  height: 57px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.aqi-card__reading.humidity { width: 46px; }
.aqi-card__reading.temperature { width: 53px; }
.aqi-card__reading > span {
  width: 100%;
  height: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.aqi-card__reading i {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
}
.aqi-card__reading small {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.aqi-card__reading strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
.aqi-card__advice {
  height: 156px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #e9faf3;
}
.aqi-card__tip {
  min-height: 18px;
  margin: 0;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #2a3342;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.aqi-card__tip + .aqi-card__tip {
  min-height: 43px;
  padding-top: 10px;
  border-top: 1px solid rgba(42, 51, 66, .15);
  box-shadow: inset 0 1px rgba(255, 255, 255, .75);
}
.aqi-card__tip i {
  width: 14px;
  height: 14px;
  color: var(--green);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.aqi-card__tip:first-child i { width: 13px; }

@media (max-width: 1320px) {
  :root { --container: calc(100vw - 40px); }
  .main-menu .nav-item > a { padding-inline: 8px; font-size: 13px; }
  .home-lead { grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); }.lead-carousel, .lead-hero, .lead-hero img { width: 100%; }
  .topic-card-body { grid-template-columns: 46% 1fr; }.topic-main img { width: 100%; }
  .home-lower-grid { grid-template-columns: minmax(0, 1fr) 299px; }.home-lower-main, .green-promo img { width: 100%; }
  .listing-grid, .article-grid { grid-template-columns: minmax(0, 1fr) 1px 299px; }
  .media-hero, .media-hero > img { width: 100%; }.media-card-grid, .media-list-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap-inline: 24px; }.media-post img { width: 100%; }
  .video-panel { grid-template-columns: minmax(0, 835px) 445px; }.video-screen, .video-screen img { width: 100%; }
}
@media (max-width: 980px) {
  .site-header { height: auto; }.topbar { height: 35px; }.topbar-inner { height: 35px; }.topbar-right { gap: 12px; }.social-list { display: none; }.header-banner { height: 100px; background-size: auto 100px; }
  .primary-nav, .nav-inner { height: 46px; }.mobile-menu-button { display: flex; width: 110px; height: 46px; align-items: center; gap: 4px; border: 0; background: transparent; color: #fff; }.mobile-menu-button span { width: 4px; height: 4px; border-radius: 50%; background: #fff; }.mobile-menu-button b { margin-left: 5px; }
  .main-menu { position: absolute; z-index: 70; left: 20px; right: 20px; top: 181px; height: auto; display: none; flex-direction: column; padding: 8px 0; background: var(--green-dark); box-shadow: 0 10px 30px rgba(0,0,0,.3); }.main-menu.is-open { display: flex; }.nav-item, .nav-item > a, .nav-item:first-child > a { width: 100%; height: auto; min-height: 42px; justify-content: flex-start; }.nav-dropdown { position: static; width: 100%; display: none; visibility: visible; opacity: 1; transform: none; box-shadow: none; border: 0; border-radius: 0; }.nav-item.dropdown-open .nav-dropdown { display: block; }.nav-actions { margin-left: auto; }
  .site-footer, .footer-inner { height: auto; min-height: 324px; }.footer-nav { height: auto; flex-wrap: wrap; justify-content: center; gap: 12px 20px; padding-bottom: 12px; }.footer-info { height: auto; padding: 15px 0 65px; }.footer-bottom { bottom: 14px; height: auto; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
  .home-intro, .service-strip, .service-list, .topic-zone, .media-showcase, .media-showcase-inner, .publications, .home-lower, .home-lower-grid, .listing-featured, .listing-content, .listing-grid, .news-list-wrap, .news-list, .article-section, .article-grid, .article-column, .article-content-row, .article-main, .media-catalog, .media-listing-section, .video-detail-top, .video-detail-list { height: auto; }
  .home-lead { height: auto; grid-template-columns: 1fr; }.lead-main, .latest-column { height: auto; }.lead-cards { height: auto; }.lead-carousel-arrow { top: 190px; }.lead-carousel-arrow.previous { left: 10px; }.latest-column { padding-bottom: 24px; }.new-rural-banner { height: auto; margin-bottom: 20px; }
  .service-list { grid-template-columns: repeat(3, 1fr); padding: 20px 0; }.service-item { height: 120px; }
  .topic-zone { padding: 30px 0; }.topic-grid, .topic-grid.top, .topic-grid.bottom { height: auto; grid-template-columns: 1fr; }.topic-card { min-height: 406px; }.promo-row { height: auto; grid-template-columns: 1fr; }.promo-row img { height: auto; }
  .media-showcase { padding-bottom: 30px; }.media-hero { height: auto; aspect-ratio: 2.02; }.media-hero > img { height: 100%; }.media-thumb-row { height: auto; grid-template-columns: repeat(2, 1fr); }.carousel-arrow { display: none; }
  .publications { padding-bottom: 25px; }.publication-pages { height: auto; overflow: visible; }.publication-row { height: auto; grid-template-columns: repeat(3, 1fr); }.publication-row .publication { width: auto; }.publication img { width: 100%; height: 300px; }
  .home-lower-grid { grid-template-columns: 1fr; }.market-card, .market-card.second { height: auto; margin-bottom: 30px; }.market-card-head { height: auto; min-height: 35px; flex-wrap: wrap; }.market-tabs { flex-wrap: wrap; white-space: normal; overflow: visible; }.home-lower .sidebar, .sidebar { width: 100%; }.home-lower .partner-logos { grid-template-columns: repeat(2, 1fr); }.home-lower .partner-logos a, .home-lower .partner-logos img, .partner-logos a, .partner-logos img { width: 100%; }
  .listing-featured .feature-layout { height: auto; grid-template-columns: 1fr; padding-bottom: 25px; }.feature-primary img { width: 100%; }.feature-secondary { grid-template-columns: repeat(2, 1fr); }.feature-secondary img { width: 100%; }.listing-featured .channel-bar { height: auto; }.channel-bar-inner { height: auto; min-height: 52px; flex-direction: column; align-items: flex-start; padding: 10px 0; }.channel-links { flex-wrap: wrap; }
  .listing-grid, .article-grid { grid-template-columns: 1fr; }.vertical-divider { display: none; }.news-list-item, .news-list-item:first-child { height: auto; min-height: 210px; }.news-list { padding-bottom: 30px; }.listing-grid .sidebar, .article-grid .sidebar { padding-bottom: 30px; }
  .article-content-row { grid-template-columns: 1fr; }.article-tools { display: block; padding-top: 0; }.article-tools-inner { position: static; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }.article-tools button { width: 42px; height: 42px; }.article-main { overflow: visible; }.article-toolbar { align-items: flex-start; flex-direction: column; padding-bottom: 10px; }.audio-player { width: 100%; min-width: 0; justify-content: flex-start; flex-wrap: wrap; }.article-category-card { height: auto; }.article-category-top { height: auto; grid-template-columns: 1fr; }.article-category-bottom { height: auto; grid-template-columns: repeat(2, 1fr); }.article-image { max-width: 100%; }.article-image img { width: 100%; height: auto; }
  .media-catalog { padding: 30px 0; }.media-group, .media-group.short, .media-group.photos { height: auto; margin-bottom: 30px; }.media-card-grid, .media-list-grid { grid-template-columns: repeat(2, 1fr); }.media-list-grid { height: auto; grid-auto-rows: auto; }.media-listing-section { padding-bottom: 30px; }.media-filters { height: auto; grid-template-columns: 1fr; gap: 10px; }
  .video-panel { height: auto; grid-template-columns: 1fr; margin-top: 20px; }.video-screen { height: auto; aspect-ratio: 1.52; }.video-screen img { height: 100%; }.video-info { width: 100%; height: auto; }.video-detail-top { padding-bottom: 30px; background-size: cover; }.video-detail-heading { height: auto; }
  .listing-page-gap, .article-page-gap, .media-overview-gap, .home-footer-gap { height: 20px; }
}
@media (max-width: 640px) {
  :root { --container: calc(100vw - 24px); } body { font-size: 14px; }.topbar-right .email-link { display: none; }.header-banner { height: 82px; background-size: auto 82px; }.main-menu { top: 163px; left: 12px; right: 12px; }.ticker-track { font-size: 13px; }.weather { display: none; }
  .lead-carousel, .lead-hero { height: 300px; }.lead-hero img { height: 300px; }.lead-hero h1 { left: 18px; right: 18px; bottom: 28px; font-size: 20px; line-height: 27px; }.lead-carousel-arrow { top: 128px; transform: scale(.86); }.lead-cards { grid-template-columns: 1fr; }.lead-card img { height: auto; }.latest-item { grid-template-columns: 1fr 105px; }
  .service-list { grid-template-columns: repeat(2, 1fr); }.topic-card-body { grid-template-columns: 1fr; }.topic-main img { height: auto; }.topic-side { margin-top: 15px; }.promo-row { gap: 12px; }
  .media-pills { gap: 7px; flex-wrap: wrap; }.media-pills a { padding-inline: 9px; }.media-heading { height: auto; }.media-slides { margin-top: 20px; }.media-hero { border-radius: 8px; }.media-hero > strong { left: 18px; right: 18px; bottom: 16px; font-size: 18px; line-height: 25px; }.play-button { transform: scale(.72); }.media-thumb-row { grid-template-columns: 1fr; }.media-thumb > span, .media-thumb img { height: auto; }
  .publication-row { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }.publication img { height: 230px; }.market-top { height: auto; grid-template-columns: 1fr; }.market-feature img { width: 100%; height: auto; }.market-list { margin-top: 20px; }.market-bottom { height: auto; grid-template-columns: repeat(2, 1fr); }.green-promo, .green-promo img { height: auto; }
  .feature-secondary { grid-template-columns: 1fr; }.news-list-item, .news-list-item:first-child { grid-template-columns: 120px 1fr; gap: 12px; }.news-list-item img { width: 120px; height: 95px; }.news-list-item h2 { font-size: 16px; line-height: 22px; }.news-list-item p { display: none; }
  .article-main h1 { font-size: 22px; line-height: 29px; }.article-toolbar { height: auto; min-height: 43px; flex-wrap: wrap; }.comment-fields { grid-template-columns: 1fr; }.article-category-side, .article-category-bottom { grid-template-columns: 1fr; }.article-category-main img, .article-category-side img, .article-category-bottom img { width: 100%; height: auto; }
  .media-card-grid, .media-list-grid { grid-template-columns: 1fr; }.media-post img { height: auto; }.date-filters { grid-template-columns: 1fr; }.filter-field { grid-template-columns: 72px 1fr; }.search-filter input { width: 100%; }.video-info h2 { font-size: 21px; line-height: 28px; }
}



/* TDPortal layout integration */
.theme-khuyen-nong-html{min-height:100%}
.content-container{display:contents!important}.theme-khuyen-nong-html .arrow_top{display:none!important}
.header-banner{display:block}.nav-icon{display:grid}.video-screen video{width:100%;height:100%;object-fit:contain;background:#000}
.dynamic-article .article-section,.dynamic-article .article-grid,.dynamic-article .article-column,.dynamic-article .article-content-row,.dynamic-article .article-main{height:auto}.dynamic-article .article-main{overflow:visible}.dynamic-article .article-column{padding-bottom:30px}.dynamic-article .vertical-divider{height:auto}
.dynamic-video-detail .video-detail-list,.dynamic-video-detail .media-list-grid{height:auto}.dynamic-video-detail .video-detail-list{padding-bottom:40px}


@media(min-width: 992px) {
  .service-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
