#orthernews-wrapper {
    display: none !important;
}

.benefit-main-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
  }
  
  .benefit-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .benefit-box {
    width: calc(50% - 30px);
    background: #f9f9f9;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
  }
  
  .benefit-box:hover {
    transform: translateY(-5px);
  }
  
  .benefit-icon img {
    width: 100px;
    height: 100px;
    border-radius: 25%;
    margin-bottom: 15px;
    object-fit: cover;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
  }
  
  .benefit-title {
    font-size: 20px;
    margin: 10px 0;
    color: #333;
  }
  
  .benefit-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
  }

.module-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 90px 0 0 0; /* tăng top margin */
  color: #003366; /* màu xanh đậm hiện đại */
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 0px;
}
.module-title::after {
  content: "";
  display: block;
  margin: 16px auto 0 auto;
  width: 60px;
  height: 3px;
  background: #0072bc;
  border-radius: 2px;
  opacity: 0.8;
}

@media (min-width: 1024px) {
    .page-solution-2 {
        padding: 0.75rem 0;
    }
}

@media (max-width: 767px) {
  .benefit-main-title {
    font-size: 20px;
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .benefit-container {
    flex-direction: column;
    gap: 18px;
    padding: 0 8px;
  }
  .benefit-box {
    width: 100%;
    padding: 14px 10px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .benefit-icon img {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
    padding: 4px;
  }
  .benefit-title {
    font-size: 16px;
    margin: 8px 0;
  }
  .benefit-desc {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (min-width: 1438px) {
  .section {
      padding: 0;
  }
}

/* --- Form đăng ký dùng thử --- */
.wrap-form-home {
  padding: 36px 32px 28px 32px;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-row-home {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-bottom: 18px;
}

.form-row-home .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  position: relative;
}

.form-row-home .form-group.col-md-6 {
  flex: 1 1 45%;
  min-width: 220px;
}

.form-row-home .form-group.col-md-12 {
  flex: 1 1 100%;
}

.form-row-home .form-group input[type="text"],
.form-row-home .form-group input[type="email"] {
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s;
  background: #fafbfc;
  margin-bottom: 0;
}

.form-row-home .form-group input[type="text"]:focus,
.form-row-home .form-group input[type="email"]:focus {
  border-color: #0072bc;
  background: #fff;
}

.form-row-home .form-group.qtext.require input[type="text"],
.form-row-home .form-group.qtext.require input[type="email"] {
  border-left: 4px solid #ff9800;
}

.form-row-home .form-group .p{
  font-size: 14px;
  color: #ff0000;
  margin-top: 4px;
}

.form-row-home .frm-btnwrap {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.frm-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}

.btn.frm-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background-color: #ec3237;
  padding: 0 32px;
  min-width: 150px;
  height: 44px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(236,50,55,0.08);
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  cursor: pointer;
}

.btn.frm-btn-submit:hover,
.btn.frm-btn-submit:focus {
  background-color: #c62828;
  box-shadow: 0 4px 16px rgba(236,50,55,0.16);
}

.btn.frm-btn-reset {
  display: none;
}



.frm-btn-submit:hover {
  background: #005fa3;
}

.frm-btn-reset:hover {
  background: #bdbdbd;
}

/* Định dạng thẻ p thông báo trên form đăng ký dùng thử */
.wrap-form-home .wrap-form > p {
  font-size: 20px;
  color: #0072bc;
  margin-bottom: 18px;
  font-weight: 500;
  text-align: center;
  padding: 15px 0 0 0;
}

/* Định dạng label trong form đăng ký dùng thử */
.wrap-form-home .form-group .label {
  font-size: 17px;
  color: #003366;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: 0.1px;
}

@media (max-width: 767px) {
  .wrap-form-home {
    padding: 0px 5px 5px 5px;
  }
  .form-row-home .wrap-form-home {
    padding: 18px 6px 16px 6px;
    max-width: 100%;
    margin: 24px 0 0 0;
  }
  .form-row-home .form-row-home {
    flex-direction: column;
    gap: 10px 0;
  }
  .form-row-home .form-group.col-md-6,
  .form-row-home .form-group.col-md-12 {
    min-width: 100%;
    flex: 1 1 100%;
  }

  .frm-btnwrap {
    justify-content: center;
    margin-top: 0px;
  }
  .frm-btn {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .frm-btn-submit,
  .frm-btn-reset {
    width: 100%;
    min-width: 0;
  }
}

/* --- End Form đăng ký dùng thử --- */

/* --- Giai-Phap-Home --- */
.Giai-Phap-Home .box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  margin-bottom: 32px;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.Giai-Phap-Home .box:hover {
  box-shadow: 0 6px 24px rgba(0,114,188,0.13);
  transform: translateY(-4px) scale(1.02);
}

.Giai-Phap-Home .col-12{
  padding-top: 15px;
}

.Giai-Phap-Home .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
  border-radius: 0;
}

.Giai-Phap-Home .box:hover .image-box img {
  transform: scale(1.06);
}

.Giai-Phap-Home .page-news .item2 .image-box {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f4f8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #e3e8ee;
}

.Giai-Phap-Home .page-news .item2 .image-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.Giai-Phap-Home .page-news .item2 .image-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.Giai-Phap-Home .page-news .item2 .image-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  /* Đảm bảo không bị ẩn hoặc ảnh hưởng bởi float/overflow */
  overflow: hidden;
}


.page-news .item2 .content-box {
  padding: 15px 30px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.Giai-Phap-Home .tittle-boxT {
  font-size: 1.08rem;
  font-weight: 600;
  color: #003366;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.Giai-Phap-Home .tittle-boxT a {
  color: #0072bc;
  text-decoration: none;
  transition: color 0.18s;
  font-weight: 600;
  font-size: 1.08rem;
  line-height: 1.3;
  flex: 1 1 auto;
  word-break: break-word;
  height: 90px;
}

.Giai-Phap-Home .tittle-boxT a:hover {
  color: #ec3237;
  text-decoration: underline;
}
  .Giai-Phap-Home .box {
    margin-bottom: 22px;
  }


@media (max-width: 767px) {
  .Giai-Phap-Home .box {
    margin-bottom: 16px;
  }
  .Giai-Phap-Home .image-box {
    aspect-ratio: 16/10;
  }
  .Giai-Phap-Home .content-box {
    padding: 10px 6px 12px 6px;
  }
  .Giai-Phap-Home .tittle-boxT,
  .Giai-Phap-Home .tittle-boxT a {
    font-size: 1rem;
  }
  .Giai-Phap-Home .text-box {
    font-size: 14px;
  }
}

/* --- End Giai-Phap-Home --- */

/* --- Tối ưu riêng cho Tinh-nang-chinh --- */
.Tinh-nang-chinh .item-solution .img {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
  background: transparent;
}
.Tinh-nang-chinh .item-solution .img img {
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  background: #fff;
  display: block;
  margin: 0 auto;
}
.Tinh-nang-chinh .item-solution .content {
  flex: 1 1 auto;
  padding: 28px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}
/* --- Chuẩn hóa content Tinh-nang-chinh --- */
.Tinh-nang-chinh .item-solution .content h2 {
  font-size: 1.25rem;
  color: #0072bc;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
.Tinh-nang-chinh .item-solution .content ul {
  padding-left: 20px;
  margin: 0 0 10px 0;
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  list-style: disc inside;
}
.Tinh-nang-chinh .item-solution .content ul li {
  margin-bottom: 6px;
  padding-left: 0;
  position: relative;
}
.Tinh-nang-chinh .item-solution .content p {
  margin: 0 0 10px 0;
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
}
.Tinh-nang-chinh .item-solution .content strong {
  color: #003366;
  font-weight: 700;
}
.Tinh-nang-chinh .item-solution .content a {
  color: #ec3237;
  text-decoration: underline;
  transition: color 0.18s;
  word-break: break-word;
}
.Tinh-nang-chinh .item-solution .content a:hover {
  color: #0072bc;
}
/* --- Responsive --- */
@media (max-width: 1023px) {
  .Tinh-nang-chinh .item-solution .img {
    padding: 16px 0 0 0;
    flex: none;
    width: 100%;
  }
  .Tinh-nang-chinh .item-solution .content {
    padding: 14px 10px 14px 10px;
  }
  .Tinh-nang-chinh .item-solution .content h2 {
    font-size: 1.08rem;
    margin-bottom: 8px;
  }
  .Tinh-nang-chinh .item-solution .content ul,
  .Tinh-nang-chinh .item-solution .content p {
    font-size: 0.97rem;
  }
}
@media (max-width: 767px) {
  .Tinh-nang-chinh .item-solution .img {
    padding: 10px 0 0 0;
  }
  .Tinh-nang-chinh .item-solution .img img {
    border-radius: 8px;
  }
  .Tinh-nang-chinh .item-solution .content {
    padding: 10px 6px 0px 6px;
  }
  .Tinh-nang-chinh .item-solution .content h2 {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .Tinh-nang-chinh .item-solution .content ul,
  .Tinh-nang-chinh .item-solution .content p {
    font-size: 0.93rem;
  }
  .Tinh-nang-chinh .item-solution .content ul {
    padding-left: 16px;
  }
}
/* --- End tối ưu Tinh-nang-chinh --- */

/* --- Video Home 2025 --- */
.video-home.Module {
  background: #f8fafc;
  border-radius: 1.2em;
  box-shadow: 0 4px 24px rgba(0, 114, 188, 0.08);
  padding: clamp(1.5em, 4vw, 2.5em) clamp(1em, 4vw, 2em);
  margin: 3vw auto 0 auto;
  width: 100%;
  max-width: 96vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.video-home .tp-section-title {
  font-size: clamp(1.2rem, 4vw, 2.1rem);
  font-weight: 800;
  color: #003366;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.25;
  letter-spacing: 0.2px;
  width: 100%;
}

.video-home .tp-platform-text {
  margin-bottom: 0;
  width: 100%;
}

.video-home p.text-center {
  color: #444;
  font-size: clamp(1rem, 2.5vw, 1.13rem);
  text-align: center;
  max-width: 80vw;
  margin: 0 auto 1.8em auto;
  line-height: 1.7;
  padding: 0 2vw;
  width: 100%;
  box-sizing: border-box;
}

.video-home > .video-home {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.video-home iframe {
  width: 80%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 0.9em;
  box-shadow: 0 2px 16px rgba(0, 114, 188, 0.12);
  background: #000;
  display: block;
  margin: 0 auto;
  min-height: 180px;
  max-height: 70vw;
  height: auto;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .video-home.Module {
    padding: clamp(1em, 3vw, 1.5em) clamp(0.5em, 3vw, 1em);
    max-width: 100vw;
  }
  .video-home .tp-section-title {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
    margin-bottom: 0.7em;
  }
  .video-home p.text-center {
    font-size: clamp(0.97rem, 2vw, 1rem);
    margin-bottom: 1.2em;
    max-width: 96vw;
    padding: 0 1vw;
  }
  .video-home iframe {
    min-height: 120px;
    border-radius: 0.6em;
  }
}

@media (max-width: 600px) {
  .video-home.Module {
    padding: 0.5em 0.2em;
    border-radius: 0.5em;
    max-width: 100vw;
  }
  .video-home .tp-section-title {
    font-size: clamp(1rem, 5vw, 1.48rem);
  }
  .video-home iframe {
    min-height: 90px;
    border-radius: 0.3em;
  }
}

/* --- End Video Home 2025 --- */

/* --- 2025 chuẩn: Thêm dấu gạch đầu dòng trước tiêu đề h2 trong item-solution --- */
.page-solution-2 .wrap-item-solution .item-solution .content h2:before {
    width: 0px;
}

.page-news .item2 .content-box .text-box {
  -o-text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 220px;
}

.tittle-box2 {
    line-height: 1.4;
}

/* --- NewsTT3: Chuẩn hóa boxT theo web 2025 --- */
.boxT {
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  margin-bottom: 28px;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.boxT:hover {
  box-shadow: 0 6px 24px rgba(0,114,188,0.13);
  transform: translateY(-4px) scale(1.02);
}
.BoxT-List{
  margin-top: 15px;
}
.boxT .image-boxT {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f4f8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #e3e8ee;
}
.boxT .image-boxT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
  border-radius: 0;
  display: block;
}
.boxT:hover .image-boxT img {
  transform: scale(1.06);
}
.boxT .content-boxT {
  padding: 18px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.boxT .tittle-boxT {
  font-size: 1.08rem;
  font-weight: 600;
  color: #003366;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.boxT .tittle-boxT a {
  color: #0072bc;
  text-decoration: none;
  transition: color 0.18s;
  font-weight: 600;
  font-size: 1.08rem;
  line-height: 1.3;
  flex: 1 1 auto;
  word-break: break-word;
}
.boxT .tittle-boxT a:hover {
  color: #ec3237;
  text-decoration: underline;
}
.boxT .text-boxT {
  font-size: 15px;
  color: #444;
  margin-top: 6px;
  line-height: 1.6;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.boxT .edit-link {
  margin-left: 8px;
  font-size: 13px;
  color: #888;
}
a.boxT-link {
  position: absolute;
  inset: 0;
  z-index: 10; /* Đảm bảo cao nhất */
  text-indent: -9999px;
  background: transparent;
  cursor: pointer;
  display: block;
}
.boxT > *:not(.boxT-link) {
  position: relative;
  z-index: 2;
}

/* Responsive cho boxT */
@media (max-width: 991px) {
  .boxT .content-boxT {
    padding: 14px 10px 16px 10px;
  }
  .boxT .tittle-boxT,
  .boxT .tittle-boxT a {
    font-size: 1rem;
  }
  .boxT .text-boxT {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .boxT {
    margin-bottom: 14px;
  }
  .boxT .image-boxT {
    aspect-ratio: 16/10;
  }
  .boxT .content-boxT {
    padding: 10px 6px 12px 6px;
  }
  .boxT .tittle-boxT,
  .boxT .tittle-boxT a {
    font-size: 0.97rem;
  }
  .boxT .text-boxT {
    font-size: 13px;
  }
}

/* --- 2025 Chuẩn hóa Title Solution --- */
.wrap-title-solution {
  width: 100%;
    text-align: center;
}
.wrap-title-solution .title-page {
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 700;
  color: #003366;
  margin-bottom: 0.7em;
  line-height: 1.18;
  letter-spacing: 0.2px;
  position: relative;
  display: inline-block;
}
.wrap-title-solution .title-page::after {
  content: "";
  display: block;
  margin: 18px auto 0 auto;
  width: 70px;
  height: 3.5px;
  background: #0072bc;
  border-radius: 2px;
  opacity: 0.85;
}
.wrap-title-solution .desc-page {
  font-size: clamp(1.08rem, 2.5vw, 1.22rem);
  color: #444;
  margin: 0 auto 1.2em auto;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 0 0.5em;
  text-align: center;
}
.wrap-title-solution h2 {
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  color: #0072bc;
  font-weight: 700;
  margin: 1.2em 0 0.7em 0;
  line-height: 1.3;
  letter-spacing: 0.1px;
  text-align: center;
}
.wrap-title-solution p {
  font-size: 1.08rem;
  color: #444;
  margin: 0 0 1em 0;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 767px) {
  .wrap-title-solution {
    padding: 1.2em 0.3em 0.7em 0.3em;
    max-width: 100vw;
    margin-bottom: 1.2em;
  }
  .wrap-title-solution .title-page {
    font-size: clamp(1.2rem, 6vw, 1.5rem);
    margin-bottom: 0.5em;
  }
  .wrap-title-solution .title-page::after {
    width: 38px;
    height: 2.5px;
    margin-top: 10px;
  }
  .wrap-title-solution .desc-page {
    font-size: clamp(0.97rem, 4vw, 1.05rem);
    padding: 0 0.1em;
    max-width: 98vw;
    margin-bottom: 0.7em;
  }
  .wrap-title-solution h2 {
    font-size: clamp(1.05rem, 5vw, 1.18rem);
    margin: 0.8em 0 0.5em 0;
  }
  .wrap-title-solution p {
    font-size: 0.97rem;
    margin-bottom: 0.7em;
  }
}
/* --- End 2025 Title Solution --- */

/* --- Article Detail --- */
.article-wrapper {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 32px 36px 28px 36px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
.article-header .title h1 {
  font-size: 2.1rem;
  font-weight: 800;
  color: #003366;
  margin-bottom: 1.2em;
  line-height: 1.18;
  letter-spacing: 0.2px;
  text-align: center;
}
.article-body {
  font-size: 1.13rem;
  color: #222;
  line-height: 1.7;
  padding: 0 0 0.5em 0;
}
.article-body h3 {
  font-size: 1.25rem;
  color: #0072bc;
  font-weight: 700;
  margin: 1.2em 0 0.7em 0;
  line-height: 1.3;
}
.article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.8em auto 1.2em auto;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,114,188,0.08);
}
.article-body p {
  margin-bottom: 1.1em;
  font-size: 1.08rem;
  color: #444;
  text-align: justify;
}

/* --- 2025 Article Detail Style for .Chi-tiet-bai-viet --- */
.Chi-tiet-bai-viet {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 114, 188, 0.10);
  padding: 48px 40px 36px 40px;
  margin: 40px auto 32px auto;
  font-family: 'Inter', Arial, sans-serif;
}

.Chi-tiet-bai-viet .article-header h1 {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 800;
  margin: 0 0 2.2rem 0;
  color: #003366;
  line-height: 1.18;
  letter-spacing: 0.2px;
  text-align: center;
  font-family: inherit;
}

.Chi-tiet-bai-viet .article-body {
  font-size: 1.18rem;
  color: #222;
  line-height: 1.8;
  padding: 0 0 0.5em 0;
  font-family: inherit;
}

.Chi-tiet-bai-viet .article-body h2,
.Chi-tiet-bai-viet .News-attribute-content-T h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 700;
  margin: 2.2rem 0 1.2rem 0;
  color: #0072bc;
  line-height: 1.3;
  border-left: 5px solid #0077cc;
  padding-left: 16px;
  background: linear-gradient(90deg, #eaf6fd 0 80%, transparent 100%);
}

.Chi-tiet-bai-viet .article-body h3,
.Chi-tiet-bai-viet .News-attribute-content-T h3 {
  font-size: clamp(1.18rem, 2vw, 1.35rem);
  font-weight: 600;
  margin: 1.5rem 0 0.8rem 0;
  color: #003366;
  line-height: 1.5;
}

.Chi-tiet-bai-viet .article-body p,
.Chi-tiet-bai-viet .News-attribute-content-T p {
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 0 0 1.3rem 0;
  color: #444;
  text-align: justify;
  font-family: inherit;
}

.Chi-tiet-bai-viet .article-body ul,
.Chi-tiet-bai-viet .News-attribute-content-T ul {
  margin: 0 0 1.3rem 2.2em;
  padding: 0;
  font-size: 1.08rem;
  color: #444;
  line-height: 1.85;
  list-style: disc inside;
}

.Chi-tiet-bai-viet .article-body li,
.Chi-tiet-bai-viet .News-attribute-content-T li {
  margin-bottom: 0.5em;
  padding-left: 0;
}

.Chi-tiet-bai-viet .article-body img,
.Chi-tiet-bai-viet .News-attribute-content-T img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2.2rem auto 2.2rem auto;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 114, 188, 0.10);
}

.Chi-tiet-bai-viet .article-body blockquote,
.Chi-tiet-bai-viet .News-attribute-content-T blockquote {
  border-left: 4px solid #0072bc;
  background: #f4fafd;
  color: #003366;
  font-style: italic;
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-radius: 8px;
  font-size: 1.08rem;
}

.Chi-tiet-bai-viet .article-body a,
.Chi-tiet-bai-viet .News-attribute-content-T a {
  color: #ec3237;
  text-decoration: underline;
  transition: color 0.18s;
  word-break: break-word;
}
.Chi-tiet-bai-viet .article-body a:hover,
.Chi-tiet-bai-viet .News-attribute-content-T a:hover {
  color: #0072bc;
}

/* Responsive 2025 Article */
@media (max-width: 991px) {
  .Chi-tiet-bai-viet {
    padding: 24px 10px 18px 10px;
    max-width: 100vw;
    margin: 24px 0 18px 0;
    border-radius: 10px;
  }
  .Chi-tiet-bai-viet .article-header h1 {
    font-size: clamp(1.25rem, 5vw, 1.7rem);
    margin-bottom: 1.2rem;
  }
  .Chi-tiet-bai-viet .article-body h2,
  .Chi-tiet-bai-viet .News-attribute-content-T h2 {
    font-size: clamp(1.1rem, 4vw, 1.25rem);
    margin: 1.2rem 0 0.7rem 0;
    padding-left: 10px;
    border-left-width: 3px;
  }
  .Chi-tiet-bai-viet .article-body h3,
  .Chi-tiet-bai-viet .News-attribute-content-T h3 {
    font-size: clamp(1rem, 3vw, 1.08rem);
    margin: 1rem 0 0.5rem 0;
  }
  .Chi-tiet-bai-viet .article-body p,
  .Chi-tiet-bai-viet .News-attribute-content-T p {
    font-size: 0.97rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .Chi-tiet-bai-viet .article-body img,
  .Chi-tiet-bai-viet .News-attribute-content-T img {
    border-radius: 8px;
    margin: 1.2rem auto;
  }
  .Chi-tiet-bai-viet .article-body blockquote,
  .Chi-tiet-bai-viet .News-attribute-content-T blockquote {
    font-size: 0.97rem;
    padding: 0.7em 1em;
  }
}

/* --- Responsive Article & Orther News --- */
@media (max-width: 991px) {
  .article-wrapper {
    padding: 18px 8px 12px 8px;
    max-width: 100vw;
  }
  .article-header .title h1 {
    font-size: 1.25rem;
    margin-bottom: 0.7em;
  }
  .article-body h3 {
    font-size: 1.08rem;
    margin: 0.8em 0 0.5em 0;
  }
  .orthernews-header h2 {
    font-size: 1.08rem;
    margin-bottom: 0.7em;
  }
  .orthernews-header h2::after {
    width: 28px;
    height: 2px;
    margin-top: 5px;
  }
}

@media (max-width: 600px) {
  .article-wrapper {
    padding: 8px 2px 6px 2px;
    border-radius: 6px;
    margin-bottom: 12px;
  }
  .article-header .title h1 {
    font-size: 1.08rem;
    margin-bottom: 0.5em;
  }
  .article-body {
    font-size: 0.97rem;
    padding: 0;
  }
  .article-body h3 {
    font-size: 0.97rem;
    margin: 0.5em 0 0.3em 0;
  }
  .article-body img {
    border-radius: 6px;
    margin: 0.5em auto 0.7em auto;
  }
}

/* --- End Article Detail & Orther News --- */

/* Responsive grid for img-T and wrapper-T inside orthernews-item-T */
.orthernews-item-T {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0 20px 0;
}

/* PC: mỗi thành phần chiếm 6 phần (50%) */
.img-T,
.wrapper-T {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* Mobile: mỗi thành phần chiếm 12 phần (100%) */
@media (max-width: 767.98px) {
  .orthernews-item-T {
    flex-direction: column !important;
    gap: 10px;
    padding: 12px 6px;
  }
  .img-T,
  .wrapper-T {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 !important;
  }
}

/* So le: item chẵn đảo vị trí */
.orthernews-item-T:nth-child(even) {
  flex-direction: row-reverse;
}
.orthernews-item-T:nth-child(even) .img-T {
  margin-left: 16px;
  margin-right: 0;
}
.orthernews-item-T:nth-child(odd) .img-T {
  margin-right: 16px;
  margin-left: 0;
}

/* Trên mobile bỏ margin so le */
@media (max-width: 767.98px) {
  .orthernews-item-T .img-T,
  .orthernews-item-T .wrapper-T {
    margin: 0 !important;
  }
}


.Chi-tiet-bai-viet .article-header h1 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  margin: 2.5rem 0 1.5rem;
  color: #111;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.5px;
  font-family: 'Inter', sans-serif;
}

.Chi-tiet-bai-viet .article-body h2,
.Chi-tiet-bai-viet .News-attribute-content-T h2 {
  font-size: clamp(1.75rem, 2vw, 2rem);
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: #1a1a1a;
  line-height: 1.4;
  border-left: 4px solid #0077cc;
  padding-left: 12px;
}

.Chi-tiet-bai-viet .article-body h3,
.Chi-tiet-bai-viet .News-attribute-content-T h3 {
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  color: #333;
  line-height: 1.5;
}

.Chi-tiet-bai-viet .article-body p,
.Chi-tiet-bai-viet .News-attribute-content-T p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1.2rem;
  color: #444;
  text-align: justify;
}

.Chi-tiet-bai-viet .article-body img,
.Chi-tiet-bai-viet .News-attribute-content-T img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .Chi-tiet-bai-viet .article-body h2,
  .Chi-tiet-bai-viet .News-attribute-content-T h2 {
    margin-top: 1.5rem;
    padding-left: 8px;
  }

  .Chi-tiet-bai-viet .article-body h3,
  .Chi-tiet-bai-viet .News-attribute-content-T h3 {
    margin-top: 1rem;
  }

  .Chi-tiet-bai-viet .article-body p,
  .Chi-tiet-bai-viet .News-attribute-content-T p {
    text-align: left;
  }
}

.pages-news-detail .article-header .title h1 {
  color: #111;
  font-size: 2.125rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .page-solution-2 .wrap-item-solution .item-solution+.item-solution {
      margin-top: 0.25rem;
  }
}