@charset "UTF-8";
@font-face {
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-Bold.eot");
    src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-BoldItalic.eot");
    src: url("../fonts/SFProDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-BoldItalic.woff") format("woff"), url("../fonts/SFProDisplay-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap; }
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-Light.eot");
    src: url("../fonts/SFProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff"), url("../fonts/SFProDisplay-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-LightItalic.eot");
    src: url("../fonts/SFProDisplay-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-LightItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-LightItalic.woff") format("woff"), url("../fonts/SFProDisplay-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap; }
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-Medium.eot");
    src: url("../fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-MediumItalic.eot");
    src: url("../fonts/SFProDisplay-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-MediumItalic.woff") format("woff"), url("../fonts/SFProDisplay-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap; }
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-Regular.eot");
    src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-RegularItalic.eot");
    src: url("../fonts/SFProDisplay-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-RegularItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-RegularItalic.woff") format("woff"), url("../fonts/SFProDisplay-RegularItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap; }
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-Semibold.eot");
    src: url("../fonts/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SFProDisplay-SemiboldItalic.eot");
    src: url("../fonts/SFProDisplay-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-SemiboldItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-SemiboldItalic.woff") format("woff"), url("../fonts/SFProDisplay-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap; } }
html {
  font-size: 62.5%;
  /* 1rem = 10px */ }

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  /* Giúp mọi hiệu ứng cuộn mượt hơn */ }

body {
  font-size: 2.4rem;
  /* 24px (Cỡ chữ chủ đạo của bạn) */ }

.section-content {
  font-family: "SFProDisplay", sans-serif;
  font-weight: 400; }

/* Các thành phần khác viết cực kỳ dễ nhẩm */
.title-large {
  font-size: 3.6rem;
  /* 36px */ }

.text-regular {
  font-size: 2.4rem;
  /* 24px */ }

.text-small {
  font-size: 1.4rem;
  /* 14px */ }

.my_container {
  overflow: hidden;
  background-color: transparent;
  background-image: url(../images/bg.jpg);
  background-position: center top;
  padding-bottom: 60px;
  padding-top: 120px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; }

#warpper {
  margin-top: 0px; }

.img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  display: block; }

body {
  overflow: auto !important;
  padding-right: 0px !important; }

#topbar {
  background-color: #00000000;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
  height: 100px !important;
  border: none; }
  #topbar .container {
    display: flex;
    align-items: center; }
    #topbar .container .block-right {
      margin-left: auto; }

.topbar.nav-up {
  transform: translateY(0%) !important;
  background-color: #ffffff !important; }

.nav-logos {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative; }

.logo-wrapper {
  position: relative; }

.btn-left,
.btn-right {
  position: absolute;
  height: 100%;
  top: 0; }

.btn-left {
  left: 0;
  width: 45%; }

.btn-right {
  right: 0;
  width: 50%; }

.home-icon {
  width: 40px;
  height: auto; }

@media (max-width: 576px) {
  .time_post_art {
    display: none; } }
.text_title {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
  font-size: 24px;
  color: #034ea2;
  margin-top: -1%;
  line-height: 1.3 !important;
  margin-bottom: 40px !important;
  font-family: "iCiel Samsung Sharp Sans";
  font-weight: 500;
  font-style: normal; }

.group_text {
  position: relative;
  z-index: 5; }

.text_content {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #444444; }

.cus-container {
  max-width: 1130px;
  margin: 0 auto; }

@-webkit-keyframes aniWidth {
  0% {
    width: 5px; }
  100% {
    width: 100%; } }
@-moz-keyframes aniWidth {
  0% {
    width: 5px; }
  100% {
    width: 100%; } }
@-ms-keyframes aniWidth {
  0% {
    width: 5px; }
  100% {
    width: 100%; } }
@keyframes aniWidth {
  0% {
    width: 5px; }
  100% {
    width: 100%; } }
@media (min-width: 1921px) {
  .section-content {
    max-width: 100%; }

  .group_image.full {
    width: 100%; }
    .group_image.full img {
      width: 100%; }
    .group_image.full img:first-child {
      width: 100%; }

  .img.full {
    width: 100%; }

  .section-1 .title_content {
    font-size: 12rem !important; }
  .section-1 .time {
    font-size: 3.6rem !important; }

  .my_container {
    background-size: cover;
    background-position: center bottom;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px; } }
/* Container bọc ngoài bảng */
/* --- PHẦN STYLE CHÍNH CHO TABLE --- */
.smartads-table {
  width: 100%;
  border-collapse: separate !important;
  /* BẮT BUỘC: Giúp các ô khít nhau và nhận border-radius */
  border-spacing: 0 !important;
  border: none;
  /* Đổ màu nền: Header cao khoảng 68px (24px padding x 2 + 20px line-height). 
     Vì vậy ranh giới màu chuyển giao phải đặt ở 68px để khớp khít với đáy của header trắng */
  background: linear-gradient(to bottom, #ffffff00 30px, #ffffff50 30px);
  /* Bo tròn toàn bộ table đồng bộ với góc của Header */
  border-radius: 37px;
  overflow: hidden;
  /* Cắt các góc nhọn của các ô body ở đáy bảng */
  border-bottom: 1px solid #dedede;
  /* Viền dưới cùng của bảng */ }

/* --- STYLE PHẦN HEADER --- */
.smartads-table thead {
  background-color: #ffffff;
  /* Nền trắng nổi bật */ }

/* Định dạng chung cho các ô Header */
.smartads-table th {
  padding: 24px 15px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  /* Thêm viền 1px solid #cccccc theo yêu cầu trước */
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede; }

/* Khử đường viền dọc bị trùng ở ô cuối cùng của header */
.smartads-table th:last-child {
  border-right: 1px solid #cccccc;
  /* Giữ viền phải để đóng khung header */ }

/* Đồng bộ bo góc của ô Header đầu và cuối TRÙNG KHỚP với góc 37px của Table */
.smartads-table thead tr:first-child th:first-child {
  border-top-left-radius: 37px;
  border-left: 1px solid #cccccc;
  /* KHÔNG bo góc dưới (bottom-left) để bảo toàn cấu trúc liền mạch với thân bảng */ }

.smartads-table thead tr:first-child th:last-child {
  border-top-right-radius: 37px;
  border-right: 1px solid #cccccc;
  /* KHÔNG bo góc dưới (bottom-right) */ }

/* --- STYLE PHẦN THÂN BẢNG (BODY) --- */
.smartads-table td {
  padding: 20px 15px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  color: #000;
  /* Viền thân bảng dùng màu xanh nhạt theo thiết kế gốc */
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  min-height: 250px; }

/* Xử lý triệt tiêu trùng viền dọc giữa các cột ở thân bảng */
/* Khử đường viền thừa ở hàng cuối cùng để ăn theo góc bo tròn 37px của table cha */
.smartads-table tbody tr:last-child td {
  border-bottom: none; }

/* --- KIỂU CHỮ PHỤ (Giữ nguyên của bạn) --- */
.smartads-table td span {
  display: block;
  margin-bottom: 1px; }

.smartads-table td small {
  display: block;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.4; }

.font-bold {
  font-weight: 600; }

.font-medium {
  font-weight: 500; }

/* Style phần ghi chú chân trang */
.table-footer {
  text-align: right;
  margin-top: 15px;
  font-size: 2rem;
  font-style: italic; }

.table-footer .separator {
  margin: 0 10px;
  font-style: normal; }

/* --- STYLE PHẦN HEADER (Bo tròn cả 4 góc như hình viên thuốc) --- */
.smartads-table thead {
  background-color: #ffffff;
  /* Nền trắng nổi bật */ }

/* Định dạng chung cho các ô Header */
.smartads-table th {
  padding: 22px 15px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  /* Viền ngang trên dưới cho header */
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  line-height: 1.4; }

/* Ô ĐẦU TIÊN BÊN TRÁI: Bo cả 2 góc bên trái */
.smartads-table thead tr:first-child th:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  /* Bo góc dưới bên trái */
  border-left: 1px solid #cccccc;
  /* Đóng khung viền bên trái */ }

/* Ô CUỐI CÙNG BÊN PHẢI: Bo cả 2 góc bên phải */
.smartads-table thead tr:first-child th:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  /* Bo góc dưới bên phải */
  border-right: 1px solid #cccccc;
  /* Đóng khung viền bên phải */ }

tbody tr td:first-child {
  border-left: 0px !important; }

tbody tr td:last-child {
  border-right: 0px !important;
  font-size: 2rem; }

.table-container {
  /* Cột 1: Chiếm 10% */
  /* Cột 2: Chiếm 50% */
  /* Cột 3: Chiếm 20% */
  /* Cột 4: Chiếm 20% */ }
  .table-container table th:nth-child(1) {
    width: 30%; }
  .table-container table th:nth-child(2) {
    width: 20%; }
  .table-container table th:nth-child(3) {
    width: 20%; }
  .table-container table th:nth-child(4) {
    width: 30%; }

.table-container.slim {
  /* Cột 1: Chiếm 10% */
  /* Cột 2: Chiếm 50% */
  /* Cột 3: Chiếm 20% */ }
  .table-container.slim table th:nth-child(1) {
    width: 30%; }
  .table-container.slim table th:nth-child(2) {
    width: 30%; }
  .table-container.slim table th:nth-child(3) {
    width: 40%; }

.section-1 {
  padding-top: 2%; }
  .section-1 .title_content {
    font-size: 9rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(180deg, #77778b 0%, #4b4b58 50%, #77778b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 30px; }
  .section-1 .time {
    font-size: 2.6rem;
    font-weight: 400;
    /* Regular */
    font-style: normal;
    line-height: 1.3;
    /* 130% */
    letter-spacing: 0;
    text-align: center;
    /* Horizontal align: Center */
    /* Colors */
    color: #1b1b1b; }

.nav-container {
  padding: 80px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  .nav-container .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    border: 1px solid #000000;
    border-radius: 48px;
    padding: 15px 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.8s;
    animation: loop 0.7s infinite alternate; }
    .nav-container .nav-item:hover {
      filter: brightness(1.2);
      background-color: #ffffff; }

@keyframes loop {
  from {
    box-shadow: #127492 0px 3px 8px;
    filter: brightness(1.3); }
  to {
    box-shadow: none;
    filter: brightness(1); } }
@keyframes light {
  from {
    transform: scale(1.2);
    filter: brightness(1.2); }
  to {
    box-shadow: none;
    transform: scale(0.9);
    filter: brightness(0.9); } }
.img-star {
  padding: 100px 0 100px 0;
  animation: light 1s infinite alternate; }

.pro-title,
.pro-img {
  margin-bottom: 50px; }

.pro-detail {
  margin-bottom: 70px; }

.pro-title {
  width: 100%; }
  .pro-title .pro-name {
    /* Typography */
    font-size: 6.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    background: linear-gradient(180deg, #77778b 0%, #4b4b58 50%, #77778b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px; }
  .pro-title .pro-des {
    font-weight: 400;
    /* Regular */
    font-style: normal;
    line-height: 1.3;
    /* 130% */
    letter-spacing: 0;
    text-align: center;
    /* Horizontal align: Center */
    color: #4b4b58; }

.pro-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  .pro-img img {
    cursor: pointer;
    width: 100%;
    height: auto; }
    .pro-img img:hover {
      filter: brightness(1.2); }

/* --- Khung bọc ngoài (Card) --- */
.tech-specs-card {
  background-color: #ffffff;
  border-radius: 45px;
  padding: 60px 80px 60px 80px;
  margin: 0px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box; }

/* --- Badge Tiêu đề chính --- */
.specs-badge-title {
  display: inline-block;
  background-color: #8e9aa8;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 28px; }

/* --- Khung danh sách các hàng --- */
.specs-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  /* Khoảng cách đều giữa các hàng */
  padding-left: 5px; }

/* --- Từng hàng thông số --- */
.specs-row {
  display: flex;
  align-items: center;
  padding: 5px 0px; }

/* --- Vòng tròn chứa ảnh Icon --- */
.specs-icon {
  width: 30px;
  height: 30px;
  background-color: #e2f9ec;
  /* Nền xanh lá nhạt */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  /* Tránh méo vòng tròn khi thu nhỏ màn hình */ }

/* Thẻ hình ảnh icon bên trong vòng tròn */
.specs-icon img {
  object-fit: contain;
  /* Giữ đúng tỷ lệ ảnh */
  display: block;
  width: 100%;
  height: auto; }

/* --- Text nhãn thông số --- */
.specs-label {
  color: #1b1b1b;
  font-weight: 500; }

/* Dấu đỏ bắt buộc */
.required {
  color: #eb5757;
  margin-left: 4px;
  font-weight: bold; }

/* --- Cụm chứa các viên tag bên phải --- */
.specs-tags {
  margin-left: auto;
  /* Đẩy toàn bộ cụm tag sang sát lề phải */
  display: flex;
  gap: 8px;
  /* Khoảng cách giữa các tag */
  flex-wrap: wrap;
  /* Tự động xuống hàng nếu tag quá nhiều */
  justify-content: flex-end; }

/* XỬ LÝ RIÊNG CHO CHỖ XUỐNG HÀNG --- */
.specs-tags:has(.tag-row) {
  flex-direction: column;
  align-items: flex-end; }

/* Định dạng cho các hàng tag con */
.tag-row {
  display: flex;
  gap: 8px;
  justify-content: flex-end; }

/* Viên tag thông tin màu xám */
.tag-gray {
  background-color: #f1f3f5;
  color: #7a869a;
  padding: 6px 20px;
  border-radius: 50px;
  font-weight: 300;
  white-space: nowrap;
  /* Không cho chữ trong tag bị ngắt dòng */ }

/* --- Responsive cho màn hình Điện thoại (Mobile) --- */
.note {
  min-height: 500px;
  background-image: url(../images/bg_2.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -10%;
  padding-top: calc(10% + 50px);
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px; }

.note-title {
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px !important;
  line-height: 1.2 !important; }

.note-list {
  margin: 0;
  padding-left: 20px;
  /* Tạo khoảng thụt đầu dòng chuẩn cho thẻ <ol> */ }

.note-list li {
  line-height: 1.2;
  margin-bottom: 8px;
  color: #000000;
  font-weight: 400; }

/* Thẻ span giúp text không dính sát vào số thứ tự */
.note-list li span {
  padding-left: 4px; }

.contact-container {
  background-image: url(../images/bg_2.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 15px;
  position: relative;
  overflow: hidden; }

.bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff73; }

.contact-section {
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }

/* Chữ "Liên hệ" chính giữa */
.contact-main-title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px !important;
  color: #000000; }

/* Chia 2 cột bằng Flexbox */
.contact-grid {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  /* Khoảng cách giữa 2 khối chi nhánh */ }

.contact-branch:nth-child(1) {
  flex: 1; }

.contact-branch:nth-child(2) {
  flex: 1.2; }

.branch-title {
  font-weight: 500;
  margin-bottom: 24px;
  color: #000000; }

.branch-info-list {
  list-style: none;
  padding: 0;
  padding-left: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* Khoảng cách giữa Địa chỉ, Điện thoại, Hotline */ }

.branch-info-list li {
  display: flex;
  align-items: flex-start;
  /* Để icon thẳng hàng với dòng đầu tiên khi text xuống dòng */ }

/* Khung chứa ảnh Icon */
.contact-icon {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  margin-top: 2px;
  /* Nhích nhẹ xuống cho cân bằng với dòng text */
  flex-shrink: 0;
  /* Không cho icon bị móp */
  display: flex;
  align-items: center;
  justify-content: center; }

/* Thẻ hình ảnh icon */
.contact-icon img {
  object-fit: contain; }

/* Nội dung text kế bên icon */
.contact-text {
  line-height: 1.4;
  color: #000000;
  font-weight: 500; }

.location {
  transform: translateY(8px); }

.accordion-collapse {
  will-change: height, opacity; }

.acco_header {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 0px !important;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 15px;
  border: 1px solid #dedede; }

.accordion-button:focus {
  z-index: 3;
  border-color: inherit;
  outline: 0;
  box-shadow: none; }

.accordion .accordion-item:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden; }

.accordion-title {
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 0px !important;
  font-family: "SFProDisplay", sans-serif;
  font-weight: 400; }

.accordion-item {
  background-color: #ffffff6e; }

.bid-list strong {
  font-weight: 600 !important; }

.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
  .accordion-button:not(.collapsed) .accordion-title {
    color: #000000; }

.accordion-button::after {
  width: 2.35rem;
  height: 2.35rem;
  background-size: 2.35rem; }

@media (max-width: 1600px) {
  .tech-specs-card {
    background-color: #ffffff;
    border-radius: 45px;
    padding: 50px 80px 50px 80px;
    margin: 0px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
    box-sizing: border-box; }

  body {
    font-size: 2.2rem;
    /* 24px (Cỡ chữ chủ đạo của bạn) */ }

  .section-1 .title_content {
    font-size: 7rem; }
  .section-1 .time {
    font-size: 2.3rem; }

  .pro-title .pro-name {
    font-size: 6rem; }

  .nav-container {
    padding: 70px 0 0 0; }

  .img-star {
    padding: 65px 0 65px 0; } }
@media (max-width: 820px) {
  .nav-container {
    padding: 50px 0 0 0; }

  .img-star {
    padding: 45px 0 45px 0; }

  .cus-container {
    max-width: calc(100% - 20px); }

  .pro-title .pro-des br {
    display: none; }

  .nav-container {
    flex-wrap: wrap; }

  body {
    font-size: 2rem;
    /* 24px (Cỡ chữ chủ đạo của bạn) */ }

  .tech-specs-card {
    padding: 20px 20px 15px 20px; } }
@media (min-width: 577px) {
  .mobile {
    display: none !important; }

  .pc {
    display: block !important; } }
@media (max-width: 576px) {
  .pc {
    display: none !important; }

  .mobile {
    display: block !important; }

  body {
    font-size: 1.8rem;
    /* 24px (Cỡ chữ chủ đạo của bạn) */ }

  .nav-logos img {
    width: 75%;
    transform: translateX(-20px); }

  #topbar {
    height: 80px !important; }

  .my_container {
    padding-top: 100px; }

  .section-1 .title_content {
    font-size: 4rem;
    margin-bottom: 15px; }
  .section-1 .time {
    font-size: 2rem; }

  .nav-container {
    padding: 25px 0 0 0;
    gap: 15px; }
    .nav-container .nav-item {
      min-width: 180px;
      padding: 10px 15px; }

  .img-star {
    padding: 35px 0 35px 0; }

  .pro-title .pro-name {
    font-size: 3rem; }

  .pro-title,
  .pro-img {
    margin-bottom: 25px; }

  .pro-detail {
    margin-bottom: 30px; }

  .specs-badge-title {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 28px;
    font-size: 2rem; }

  .specs-row {
    /* Cho phép các phần tử con rớt hàng khi hết không gian */
    flex-wrap: wrap;
    /* Đổi thành flex-start để hàng 1 không bị lệch thọt khi hàng 2 xuất hiện */
    align-items: flex-start; }

  .specs-tags {
    /* Ép cờ dồn hết 100% chiều rộng để bắt buộc phải xuống hàng hoàn toàn */
    width: 100%;
    /* Đổi từ flex-end về flex-start cho thuận mắt trên mobile */
    justify-content: flex-start;
    /* Tạo khoảng cách với hàng chữ phía trên */
    margin-top: 10px;
    /* Reset lại margin-left cũ */
    margin-left: 0; }

  /* Option thêm: Đẩy label chiếm hết khoảng trống còn lại của hàng 1 */
  .specs-label {
    flex: 1; }

  .tech-specs-card {
    padding: 20px 10px 15px 10px; }

  .specs-tags {
    padding-left: 0px; }

  .tag-row {
    justify-content: start;
    width: 100%; }

  .specs-tags:has(.tag-row) {
    flex-direction: row;
    align-items: flex-end; }

  .tag-gray {
    padding: 5px 20px; }

  .specs-tags .tag-row {
    display: contents; }

  .tech-specs-card {
    padding: 10px 10px 15px 10px;
    border-radius: 35px; }

  .pro-img {
    gap: 10px; }

  .my_container {
    padding-bottom: 15px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px; }

  .table-footer {
    text-align: right;
    margin-top: 10px;
    font-size: 1.6rem;
    font-style: italic;
    padding: 0 15px; }

  .note {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-top: calc(10% + 30px); }

  .contact-container {
    padding: 25px 15px;
    padding-bottom: 50px; }

  .contact-main-title {
    margin-bottom: 25px !important;
    font-size: 3rem; }

  .note-title {
    font-size: 2.2rem; }

  .contact-grid {
    gap: 40px;
    flex-direction: column; }

  .branch-title {
    font-size: 2.2rem;
    font-weight: 600; } }
@media (max-width: 440px) {
  .author {
    font-size: 16px; } }
@media (max-width: 414px) {
  .tag-gray {
    padding: 5px 15px; }

  .section-1 {
    padding-left: 10px;
    padding-right: 10px; }

  .section-1 .title_content {
    font-size: 3.7rem;
    margin-bottom: 12px; }

  .section-1 .time {
    font-size: 1.9rem; }

  .nav-container .nav-item {
    min-width: 160px; }

  .pro-title .pro-des {
    padding: 0 5px; } }

/*# sourceMappingURL=main.css.map */
