/*!
Theme Name: DN Media theme
Theme URI: http://dn-media.net/
Author: DN Media Theme
Author URI: https://dn-media.net/
Description: Đây là theme bản quyền của DN MEDIA
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public Licensfve v2 or later
License URI: LICENSE
Text Domain: dnm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
     font-family: "Montserrat", sans-serif;
     overflow-x: hidden;
}

/* Header */ 
a.navbar-brand.logo img {
    width: 100px;
}
.site-header {
  position: relative;
  top: 0;
  z-index: 10;
  background: transparent;
  backdrop-filter: none;
}

.navbar { padding: 7px 0 7px; }

.logo {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  line-height: .78;
  color: #f36b13;
  min-width: 202px;
  font-weight: 900;
  margin-left: 6px;
  padding-bottom: 18px;
  text-shadow: 0 2px 0 rgba(130, 44, 19, .08);
}



.logo-small {
  color: #83331f;
  font-size: 23px;
  margin-left: 17px;
  margin-bottom: 7px;
  letter-spacing: .3px;
}

.logo-main { font-size: 73px; }

.logo-rocket {
  position: absolute;
  right: 8px;
  top: 44px;
  font-size: 34px;
  transform: rotate(-24deg);
}

.nav-link {
  position: relative;
  color: #5a504c;
  font-weight: 700;
  font-size: 18px;
    padding: 12px 5px !important;
}

.nav-link:hover,
.nav-link.active { color: var(--deep); }

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 38px;
  height: 3px;
  background: var(--orange);
  border-radius: 999px;
  transform: translateX(-50%);
}

.nav-cta {
  background: linear-gradient(90deg, #ff6b00, #ff9228);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 7px 14px rgba(255, 114, 14, .2);
  padding: 12px 25px;
  font-size: 16px;
}

.nav-cta:hover {
  color: #fff;
  filter: brightness(.96);
  transform: translateY(-1px);
}
.kasi-download-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff7a00, #ff4b1f);
  color: #ffffff;
  padding: 13px 28px;
  border-radius: 35px;
  font-weight: 800;
  text-decoration: none;
}

.kasi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.kasi-popup-overlay.kasi-popup-active {
  display: flex;
}

.kasi-popup-box {
  width: 100%;
  max-width: 1350px;
  min-height: 80%;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.kasi-popup-close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #999999;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.kasi-popup-left {
  width: 50%;
  background: linear-gradient(90deg, #ff6b00, #ff9228);
  color: #ffffff;
  padding: 60px;
}

.kasi-popup-badge {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  padding: 14px 26px;
  border-radius: 30px;
  font-size: 18px;
  margin-bottom: 38px;
}

.kasi-popup-left h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
}

.kasi-popup-left h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 12px;
}

.kasi-popup-left ul {
  padding-left: 25px;
  margin: 0;
}

.kasi-popup-left li {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 22px;
  font-weight: 600;
}

.kasi-popup-right {
  width: 50%;
  padding: 62px 60px;
  background: #ffffff;
}

.kasi-popup-right h2 {
  color: #1182b5;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 12px;
}

.kasi-popup-right p {
  color: #777777;
  font-size: 22px;
  margin-bottom: 32px;
}

.kasi-popup-form {
  width: 100%;
}

.kasi-popup-row {
  display: flex;
  gap: 14px;
}

.kasi-popup-field {
  width: 100%;
  margin-bottom: 22px;
}

.kasi-popup-field input,
.kasi-popup-field select {
  width: 100%;
  height: 72px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 20px;
  color: #444444;
  background: #ffffff;
  outline: none;
}

.kasi-popup-field input:focus,
.kasi-popup-field select:focus {
  border-color: linear-gradient(90deg, #ff6b00, #ff9228);
  box-shadow: 0 0 0 4px rgba(255,74,31,0.08);
}

.kasi-popup-submit {
  width: 100%;
  border: none;
  background: linear-gradient(90deg, #ff6b00, #ff9228);
  color: #ffffff;
  height: 76px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
}

.kasi-popup-submit:hover {
  background: #e43d18;
}

.kasi-popup-box .wpcf7-spinner {
  display: none;
}

.kasi-popup-box .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 7px;
}

.kasi-popup-box .wpcf7-response-output {
  margin: 16px 0 0;
  border-radius: 10px;
  padding: 10px 14px;
}

body.kasi-popup-lock {
  overflow: hidden;
}
.content-single-cu {
    margin-top: 30px;
}

.sidebar-box {
   margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #e5e7eb;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #0ea5a4;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.sidebar-category {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-category li {
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-category li a {
    display: block;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
}

.sidebar-category li a:hover {
    color: #0ea5a4;
}

/* Recent Posts */
.recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.recent-thumb img {
    width: 80px;
    height: 75px;
    object-fit: cover;
}

.recent-date {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: 5px;
}
.recent-content {
    width: calc(100% - 80px);
}
.recent-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
}

.recent-title:hover {
    color: #0ea5a4;
}
.post-meta-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
        margin-bottom: 30px;
}

/* Left badge group */
.post-meta-left {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.post-meta-left a {
    font-size: 12px;
    margin-bottom: 0PX;
     background: linear-gradient(90deg, #ff8a00, #ff5e00);
    padding: 2px 10px;
    color: #fff;
    border-radius: 33px;
}
.content-single-cu {
    margin-top: 70px;
}
/* Category badge */
.post-category-badge {
    background: linear-gradient(90deg, #ff8a00, #ff5e00);
    color: #fff;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.post-category-badge:hover {
    opacity: 0.85;
}

/* Right meta text */
.post-meta-right {
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-sep {
    color: #999;
}
@media(max-width: 991px) {
  .kasi-popup-box {
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
    min-height: unset;
  }

  .kasi-popup-left,
  .kasi-popup-right {
    width: 100%;
    padding: 35px;
  }

  .kasi-popup-left h2,
  .kasi-popup-left h3 {
    font-size: 28px;
  }

  .kasi-popup-left li {
    font-size: 17px;
  }

  .kasi-popup-right h2 {
    font-size: 30px;
  }

  .kasi-popup-right p {
    font-size: 18px;
  }

  .kasi-popup-row {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 991.98px) {

  .navbar-collapse { padding: 18px 0 6px; }
  .nav-link.active::after { display: none; }
  .logo-main { font-size: 42px; }
  .logo-small { font-size: 15px; }
  .logo::after { width: 126px; height: 32px; }
  .logo::before { width: 105px; height: 24px; }
  .logo { min-width: 134px; padding-bottom: 10px; }
  .logo-rocket { right: 31px; top: 24px; font-size: 21px; }
}

/* main */

:root {
  --orange: #ff7a18;
  --orange-2: #ff9d2d;
  --deep: #82311f;
  --text: #5f514a;
  --muted: #756b65;
  --cream: #fff8ee;
  --line: #ffe0c7;
  --shadow: 0 14px 30px rgba(137, 76, 28, .13);
}

* { box-sizing: border-box; }

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 205, 148, .35), transparent 34rem),
    linear-gradient(90deg, #fffaf3 0%, #fff 48%, #fff8ee 100%);
  font-size: 16px;
  letter-spacing: 0;
}

a { text-decoration: none; }

.container-xxl {
  max-width: 1320px;
  padding-left: 44px;
  padding-right: 44px;
}

.btn-orange {
  background: linear-gradient(90deg, #ff6b00, #ff9228);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 7px 14px rgba(255, 114, 14, .2);
}

.btn-orange { padding: 14px 31px; }

.btn-orange:hover {
  color: #fff;
  filter: brightness(.96);
  transform: translateY(-1px);
}

.btn-outline-orange {
  color: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 999px;
  font-weight: 800;
  background: #fff8f1;
  padding: 12px 30px;
}

.btn-outline-orange:hover {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 29px 0 24px;
  margin-top: -10px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}

.hero-copy {
  padding-top: 28px;
  padding-left: 4px;
}

.eyebrow {
  color: var(--deep);
  font-size: clamp(27px, 2.6vw, 38px);
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 12px;
  white-space: nowrap;
}

.hero h1 {
  color: #eb5d08;
  font-size: clamp(72px, 5.1vw, 118px);
  line-height: .88;
  font-weight: 900;
  margin: 0 0 23px;
  letter-spacing: 0;
}

.hero h2 {
  color: #ff7a18;
  font-size: clamp(21px, 1.55vw, 27px);
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 30px;
  white-space: nowrap;
}

.hero p {
  max-width: 532px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  color: #74665e;
  margin-bottom: 31px;
}

.hero-actions {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-photo {
  position: relative;
  
  aspect-ratio: 1.48 / 1;
  min-height: 610px;
  height: auto;
  border-radius: 0;
  clip-path: url("#heroImageClip");
  overflow: hidden;
  background: #f7e8d4;
  box-shadow: none;
  margin-top: -8px;
  margin-right: 0;
  isolation: isolate;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
  pointer-events: none;
}

.wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 142px;
  display: block;
  pointer-events: none;
}

.wave-soft {
  fill: url("#heroSoftWaveGradient");
  opacity: .72;
}

.wave-main {
  fill: url("#heroWaveGradient");
  opacity: .98;
}

.orbital {
  position: absolute;
  color: #ff9b31;
  opacity: .33;
  pointer-events: none;
}

.orbital-a { right: 44.6%; top: 61px; font-size: 76px; transform: rotate(-24deg); z-index: 2; }
.orbital-b { right: 3.2%; top: 70px; font-size: 46px; transform: rotate(20deg); z-index: 2; }

.hero-rocket {
  position: absolute;
  left: 41%;
  bottom: 105px;
  color: #ff7a18;
  font-size: 60px;
  transform: rotate(-34deg);
  z-index: 1;
  filter: saturate(1.1);
}

.hero-cloud {
  position: absolute;
  left: 47%;
  bottom: 76px;
  color: #ffbc75;
  font-size: 35px;
  opacity: .45;
}
.hero-swiper,
.hero-slide,
.hero-slide-content {
    width: 100%;
    height: 100%;
}

.hero-image,
.hero-iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-image {
    object-fit: cover;
}

.hero-video-wrapper {
    width: 100%;
    height: 100%;
}

.hero-iframe {
    border: 0;
}

.hero-slider-prev,
.hero-slider-next {
    color: #f37021;
}

.hero-slider-pagination .swiper-pagination-bullet-active {
    background: #f37021;
}
.hero {
    position: relative;
    overflow: hidden;
}

.hero-slider-wrapper,
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide,
.hero-slide-content {
    width: 100%;
    height: 100vh;
    min-height: 650px;
}

.hero-image,
.hero-video-wrapper,
.hero-iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-image {
    object-fit: cover;
}

.hero-video-wrapper {
    position: relative;
    overflow: hidden;
    background: #000;
}

.hero-iframe {
    position: absolute;
    inset: 0;
    border: 0;
}
.hero-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.78vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-video-wrapper::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.25);
    z-index:1;
}

.hero-iframe{
    position:relative;
    z-index:0;
}
.section-card,
.software-section,
.partners {
  position: relative;
  margin: 0 auto 18px;
  padding: 30px 0;
}

.section-card::before,
.software-section::before,
.partners::before {
  content: "";
  position: absolute;
  inset: 0 44px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 3px 22px rgba(138, 85, 35, .08);
  z-index: -1;
}

.intro-section { margin-top: 30px; }

.rounded-media {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: block;
}

.section-title {
  position: relative;
  color: var(--deep);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 27px;
  text-align: center;
}

.section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 11px auto 0;
  background: #ff8b24;
  border-radius: 999px;
}

.text-lg-start.section-title::after { margin-left: 0; }

.section-lead {
  max-width: 710px;
  font-weight: 600;
  line-height: 1.75;
}

.mini-card,
.program-card,
.method-box,
.legal-box,
.benefit-card,
.news-card {
  background: #fff;
  border: 1px solid #ffe3ca;
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(129, 79, 31, .08);
  
}

.mini-card {
  min-height: 135px;
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 23px 22px;
}

.mini-icon {
  color: var(--orange);
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
}

.mini-card h3,
.program-card h3,
.benefit-card h3,
.news-card h3 {
  color: #6d4033;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}

.mini-card p,
.program-card p,
.benefit-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  color: #776d67;
      text-align: justify;
}
.mini-card p {
    min-height: 200px;
}
.program-grid { padding: 0 30px; }

.program-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 21px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.program-card:hover,
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(129, 79, 31, .16);
}

.program-card img {
  width: 100%;
  aspect-ratio: 1.9 / 1;
  object-fit: cover;
  display: block;
}
.news-card a {
  text-decoration: none;
}

.news-card h3 a {
  color: inherit;
}

.news-card img {
  width: 100%;
  height: auto;
  display: block;
}
.badge-no {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 62px;
  background: linear-gradient(90deg, #ff7808 0%, #ff971f 100%);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 13px 0 15px 0;
  box-shadow: 2px 2px 8px rgba(120, 66, 22, .16);
  text-shadow: 0 1px 1px rgba(117, 57, 16, .18);
}

.program-card h3 { margin: 18px 12px 7px; }
.program-card p { min-height: 42px; padding: 0 34px 14px; text-align: center;}
.program-card .btn { padding: 9px 28px; font-size: 13px; }

.method-section .container-xxl { padding-top: 5px; padding-bottom: 7px; }

.method-section .section-title {
  text-align: center !important;
}

.method-section .section-title::after {
  margin-left: auto;
  margin-right: auto;
}

.method-grid,
.legal-grid {
  display: grid;
  gap: 16px;
}

.method-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.legal-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.method-box,
.legal-box {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  font-size: 14px;
  color: #6d4033;
}

.method-box span,
.legal-box span {
  color: var(--orange);
  font-size: 42px;
  font-weight: 900;
}

.output-col {
  border-left: 2px solid #ffd9b7;
  padding-left: 50px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 13px;
  font-weight: 600;
}

.check-list li {
  position: relative;
  padding-left: 34px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
}

.software-section {
  padding: 46px 0 38px;
  overflow: hidden;
}

.software-section::after {
  content: "";
  position: absolute;
    right: 44px;
    bottom: 0px;
    width: 405px;
    height: 360px;
  border-radius: 0 0 24px 0;
  background: linear-gradient(180deg, rgba(255, 223, 178, .82) 0%, rgba(255, 202, 137, .78) 58%, rgba(255, 184, 103, .74) 100%);
  clip-path: path("M0 360 C43 354 91 345 127 333 C166 320 196 304 212 265 C229 224 230 190 256 154 C293 103 342 67 405 42 L405 360 Z");
  z-index: -1;
}

.software-section p {
  font-weight: 600;
  line-height: 1.7;
}

.software-section .section-title::after {
  display: none;
}

.legal-section .section-title::after,
.process-section .section-title::after {
  display: none;
}

.software-img {
  position: relative;
  z-index: 2;
  width: min(78%, 645px);
  margin-right: 0;
  filter: drop-shadow(0 18px 18px rgba(80, 51, 33, .18));
      border-bottom-right-radius: 50%;
    border-top-left-radius: 200px;
}

.software-vnu {
  position: absolute;
  right: 70px;
  top: 145px;
  z-index: 4;
  width: 190px;
  height: auto;
  display: block;
}

.software-visual {
  position: relative;
  min-height: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.software-visual::before {
  display: none;
}

.software-visual::after {
  display: none;
}

.software-rocket {
  display: none;
  position: absolute;
  right: 215px;
  top: 54px;
  z-index: 4;
  color: rgba(255, 128, 24, .28);
  font-size: 58px;
  line-height: 1;
  transform: rotate(-26deg);
}

.software-rocket::before {
  content: "";
  position: absolute;
  right: -24px;
  top: -86px;
  width: 88px;
  height: 220px;
  border: 3px dashed rgba(255, 157, 45, .28);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 90px 0 0;
  transform: rotate(29deg);
}

.legal-section { padding-top: 23px; padding-bottom: 25px; }
.legal-box strong { font-size: 14px; line-height: 1.35; }

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 4px 58px 26px;
  position: relative;
  align-items: start;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 49px;
  border-top: 4px dotted #ffbd78;
}

.step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  grid-template-rows: 96px auto;
  gap: 4px;
  color: #6d4033;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  min-width: 150px;
}

.step b {
  position: absolute;
  left: calc(50% - 78px);
  top: 34px;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 17px;
  line-height: 1;
  box-shadow: 0 0 0 6px #fff;
}

.step span {
  width: 100px;
  height: 100px;
  border: 2px solid #ffe7d4;
  background: #fff;
  color: var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 50px;
  box-shadow: 0 8px 22px rgba(132, 83, 38, .08);
}

.step span i {
  display: block;
  line-height: 1;
}

.step strong {
  display: block;
  color: #5f4e47;
  line-height: 1.34;
}

.benefits { padding: 0 14px; }

.benefit-card {
  min-height: 165px;
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 16px;
  align-items: center;
  padding: 17px;
}

.benefit-art {
  width: 116px;
  height: 116px;
  border-radius: 14px;
  
  position: relative;
}



.benefit-art.school::after { clip-path: polygon(50% 0, 100% 35%, 100% 100%, 0 100%, 0 35%); background: #1c9bc6; }
.benefit-art.teacher::after { border-radius: 50% 50% 20% 20%; background: #f36f2b; }
.benefit-art.student::after { clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%); background: #ff8b24; }

.benefit-content h3 {
  color: var(--orange);
  margin: 0 0 11px;
}

.benefit-list {
  list-style: none;
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #5f514a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.benefit-list li {
  position: relative;
  padding-left: 16px;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.benefit-card .btn { margin-top: 14px; padding: 8px 23px; font-size: 13px; }

.promise-strip {
  display: grid;
  grid-template-columns: 1.05fr repeat(5, 1fr);
  gap: 0;
  align-items: center;
  background: #fff;
  border: 1px solid #ffe4cb;
  border-radius: 16px;
  margin: 22px 14px 0;
  padding: 14px 24px;
  color: #7b4a36;
  font-weight: 900;
  min-height: 98px;
  box-shadow: 0 8px 22px rgba(129, 79, 31, .08);
}

.promise-title {
  position: relative;
  color: var(--deep);
  font-size: 22px;
  font-weight: 900;
  padding-left: 6px;
}

.promise-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 7px;
  background: var(--orange);
  border-radius: 999px;
}

.promise-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 13px;
  align-items: center;
  min-width: 0;
}

.promise-item span {
  width: 54px;
  height: 54px;
  border: 4px solid #ffba72;
  color: var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 27px;
  background: #fff;
}

.promise-item strong {
  color: #6e5b52;
  font-size: 15px;
  line-height: 1.32;
  font-weight: 900;
}

.news-card {
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 16px rgba(129, 79, 31, .07);
}

.news-card img {
  width: 100%;
  aspect-ratio: 1.77 / 1;
  object-fit: cover;
  display: block;
}

.news-card h3 {
  
  font-size: 15px;
  color: #4d403b;
  padding: 0 15px;
    line-height: 1.8;
}

.news-card a {
  display: inline-block;
  margin: 0;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}
.news-card a.news-more {
    padding: 0 15px;
    margin-bottom: 10px;
}
.news-section {
  margin-bottom: 8px;
  padding-top: 25px;
  padding-bottom: 24px;
  overflow: visible;
}


.news-section .section-title {
  margin-bottom: 24px;
}

.partners {
  padding: 22px 0 36px;
  margin-bottom: 0;
  overflow: visible;
}

.partners::before {
  border-radius: 22px 22px 0 0;
}

.partners .section-title {
  margin-bottom: 22px;
}

.partners::after {
  content: "";
  position: absolute;
  left: -24px;
  bottom: -1px;
  width: 190px;
  height: 150px;
  background: #ff8b24;
  clip-path: polygon(0 0, 24% 18%, 36% 48%, 56% 78%, 86% 100%, 0 100%);
  opacity: .75;
  z-index: -2;
}

.partner-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.partner-row div {
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 8px 20px;
  border-left: 1px solid #f1e0d3;
}

.partner-row div:first-child { border-left: 0; }

.partner-row img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  display: block;
}

/* UOC LUONG: hover trong anh tinh khong the quan sat, nen hover duoc doan la nang card, doi nen nut va lam dam nav. */
@media (max-width: 991.98px) {
  .container-xxl {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero {
    padding: 34px 0 78px;
    margin-top: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-copy { text-align: center; padding-top: 0; padding-left: 0; }
  .hero p { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-photo { width: 100%; min-height: 300px; height: 360px; aspect-ratio: auto; border-radius: 36px; clip-path: none; margin-top: 0; margin-right: 0; }
  .hero-photo img { min-height: 300px; }
  .eyebrow { font-size: 22px; }
  .hero h2 { font-size: 20px; }
  .hero-rocket { left: 11%; bottom: 64px; font-size: 44px; }
  .hero-cloud { display: none; }

  .section-card::before,
  .software-section::before,
  .partners::before {
    inset: 0 14px;
    border-radius: 18px;
  }

  .section-title { font-size: 25px; }
  .text-lg-start.section-title { text-align: center !important; }
  .text-lg-start.section-title::after { margin-left: auto; }

  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-grid { grid-template-columns: repeat(2, 1fr); }
  .output-col { border-left: 0; padding-left: calc(var(--bs-gutter-x) * .5); }
  .software-section::after {
    right: 0;
    bottom: 38px;
    width: 300px;
    height: 285px;
    border-radius: 0 0 18px 0;
    clip-path: path("M0 285 C32 280 68 273 94 263 C123 253 146 240 158 210 C171 177 172 151 192 122 C219 81 255 54 300 33 L300 285 Z");
  }

  .software-img {
    width: min(76%, 560px);
  }

  .software-vnu {
    right: 38px;
    top: 130px;
    width: 160px;
  }

  .software-visual {
    min-height: 330px;
  }

  .software-rocket {
    right: 118px;
    top: 82px;
    font-size: 48px;
  }

  .software-rocket::before {
    right: -24px;
    top: -78px;
    width: 74px;
    height: 185px;
  }

  .timeline {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 8px 10px;
  }

  .timeline::before {
    left: 82px;
    right: 82px;
  }

  .benefit-card { grid-template-columns: 105px 1fr; }
  .benefit-art { width: 96px; height: 96px; }
  .partner-row { grid-template-columns: repeat(3, 1fr); }
  .promise-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    padding: 18px;
  }

  .promise-title {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575.98px) {
     body a.navbar-brand.logo img {
         width: 70px;
     }
  body { font-size: 14px; }
  .hero h1 { font-size: 52px; }
  .hero h2 { font-size: 18px; white-space: normal; }
  .eyebrow { font-size: 20px; }
  .hero p { font-size: 14px; line-height: 1.65; }
  .btn-orange,
  .btn-outline-orange { width: auto; justify-content: center; }
  .hero-actions { gap: 12px; }
  .hero-photo { height: 280px; min-height: 280px; }
  .hero-photo img { min-height: 280px; }
  .program-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 0 10px;
    -webkit-overflow-scrolling: touch;
  }

  .program-grid::-webkit-scrollbar {
    display: none;
  }

  .program-grid > [class*="col-"] {
    flex: 0 0 86%;
    max-width: 86%;
    scroll-snap-align: start;
  }
  .partner-row { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-box:last-child { grid-column: 1 / -1; }
  .software-section::after,
  .software-visual::before,
  .software-visual::after,
  .software-vnu,
  .software-rocket {
    display: none;
  }

  .software-img {
    width: 100%;
    margin-right: 0;
  }

  .software-visual {
    min-height: auto;
    margin-top: 14px;
  }

  .news-section .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .news-section .row::-webkit-scrollbar {
    display: none;
  }

  .news-section .row > [class*="col-"] {
    flex: 0 0 82%;
    max-width: 82%;
    scroll-snap-align: start;
  }

  .partner-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .partner-row::-webkit-scrollbar {
    display: none;
  }

  .partner-row div {
    flex: 0 0 62%;
    min-height: 96px;
    border-left: 0;
    border-right: 1px solid #f1e0d3;
    scroll-snap-align: start;
  }

  .mini-card { align-items: flex-start; }
  .benefit-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .promise-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
    gap: 14px 12px;
  }

  .promise-item {
    grid-template-columns: 38px 1fr;
    gap: 16px;
  }

  .promise-item span {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .promise-item strong {
    font-size: 11px;
  }

  .promise-item span {
    width: 46px;
    height: 46px;
    font-size: 23px;
    border-width: 3px;
  }

  .orbital { display: none; }
}



/* Footer */

.footer {
  color: #fff;
  background:
    radial-gradient(circle at 22% 35%, rgba(255, 148, 28, .35), transparent 22rem),
    radial-gradient(circle at 94% 12%, rgba(255, 159, 39, .28), transparent 18rem),
    linear-gradient(180deg, #f36a00 0%, #b94100 100%);
  padding: 34px 0 10px;
}

.footer-logo {
  font-weight: 900;
  font-size: 27px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.footer-logo b { font-size: 61px; }
.footer-logo span { font-size: 27px; }

.footer h3 {
  font-size: 19px;
  font-weight: 900;
  margin: 6px 0 15px;
  text-transform: uppercase;
}
.footer-logo img{

}
.footer p {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.84);
  font-size: 13px;
  line-height: 1.45;
}

.footer-list li {
  position: relative;
  padding-left: 14px;
}

.footer-list li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.contact-list li {
  padding-left: 26px;
}

.contact-list li::before {
  content: "";
}

.contact-list i {
  position: absolute;
  left: 0;
  top: 1px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.footer-links {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.socials {
  display: flex;
  gap: 14px;
  padding-top: 5px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 4px 9px rgba(90, 30, 0, .2);
}

.socials a.facebook {
  background: #2f5fa8;
}

.socials a.youtube {
  background: #ff1f1f;
  font-size: 18px;
}
ul.footer-list a {
    color: rgba(255, 255, 255, .84);
}
.socials a.zalo {
  background: #fff;
  color: #1c9ce7;
  font-size: 9px;
  letter-spacing: -.4px;
  border: 3px solid #75c9ff;
}

.copyright {
  margin-top: 10px;
  text-align: center;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}
