/* ==========================================================================
   WIHUB ICON RESTORE — child theme
   SVG inline trong page/block content bị editor WordPress strip khi lưu.
   File này vẽ lại icon bằng CSS (mask cho icon 1 màu, background cho icon
   nhiều màu) bám vào wrapper còn lại trong content — KHÔNG sửa content.
   Guard :not(:has(svg)): nếu SVG được thêm lại thì icon CSS tự ẩn.
   ========================================================================== */

/* Mũi tên nút (btn-wihub, ghost, value card) */
.btn-wihub__arrow:not(.btn-wihub__arrow--down):not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 15px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 18 15%22%3E%3Cpath d%3D%22M17.78 8.03l-6.75 6.75a.75.75 0 11-1.06-1.06L15.44 8.25H.75a.75.75 0 010-1.5h14.69L9.97 1.28A.75.75 0 1111.03.22l6.75 6.75a.75.75 0 010 1.06z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 18 15%22%3E%3Cpath d%3D%22M17.78 8.03l-6.75 6.75a.75.75 0 11-1.06-1.06L15.44 8.25H.75a.75.75 0 010-1.5h14.69L9.97 1.28A.75.75 0 1111.03.22l6.75 6.75a.75.75 0 010 1.06z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.btn-wihub__arrow--down:not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22%3E%3Cpath d%3D%22M12 3.75v16.5M5.25 13.5L12 20.25 18.75 13.5%22 stroke%3D%22%23000%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22%3E%3Cpath d%3D%22M12 3.75v16.5M5.25 13.5L12 20.25 18.75 13.5%22 stroke%3D%22%23000%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.btn-ghost-light__arrow:not(:has(svg))::before,
.value-card__link-arrow:not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 15px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 15 13%22%3E%3Cpath d%3D%22M14.82 6.69L9.19 12.32a.62.62 0 11-.88-.88l4.55-4.57H.62a.62.62 0 010-1.25h12.25L8.31 1.07a.62.62 0 11.88-.88L14.82 5.81a.62.62 0 010 .88z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 15 13%22%3E%3Cpath d%3D%22M14.82 6.69L9.19 12.32a.62.62 0 11-.88-.88l4.55-4.57H.62a.62.62 0 010-1.25h12.25L8.31 1.07a.62.62 0 11.88-.88L14.82 5.81a.62.62 0 010 .88z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Caret accordion Quy Trình */
.process-accordion__caret:not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 14px;
  height: 8px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 17 10%22%3E%3Cpath d%3D%22M16.92 1.92L9.42 9.42a1.13 1.13 0 01-1.59 0L.33 1.92A1.13 1.13 0 011.92.33L8.63 7.04 15.33.33a1.13 1.13 0 011.59 1.59z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 17 10%22%3E%3Cpath d%3D%22M16.92 1.92L9.42 9.42a1.13 1.13 0 01-1.59 0L.33 1.92A1.13 1.13 0 011.92.33L8.63 7.04 15.33.33a1.13 1.13 0 011.59 1.59z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Mũi tên breadcrumb hero */
.about-hero__breadcrumb-link:not(:has(svg))::before,
.journey-hero__breadcrumb-link:not(:has(svg))::before,
.news-hero__breadcrumb-link:not(:has(svg))::before,
.competence-hero__breadcrumb-link:not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 12 10%22%3E%3Cpath d%3D%22M11.85 5.35L7.35 9.85a.5.5 0 11-.71-.71L10.29 5.5H.5a.5.5 0 010-1h9.79L6.64.85a.5.5 0 11.71-.71l4.5 4.5a.5.5 0 010 .71z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 12 10%22%3E%3Cpath d%3D%22M11.85 5.35L7.35 9.85a.5.5 0 11-.71-.71L10.29 5.5H.5a.5.5 0 010-1h9.79L6.64.85a.5.5 0 11.71-.71l4.5 4.5a.5.5 0 010 .71z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Footer: icon liên hệ (pin/phone/mail) + mạng xã hội */
.site-footer__contact .site-footer__contact-item:nth-child(1):not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: var(--color-white-50);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%3Cpath d%3D%22M8 1C5.24 1 3 3.24 3 6c0 4.25 5 9 5 9s5-4.75 5-9c0-2.76-2.24-5-5-5z%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 fill%3D%22none%22%2F%3E%3Ccircle cx%3D%228%22 cy%3D%226%22 r%3D%221.6%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%3Cpath d%3D%22M8 1C5.24 1 3 3.24 3 6c0 4.25 5 9 5 9s5-4.75 5-9c0-2.76-2.24-5-5-5z%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 fill%3D%22none%22%2F%3E%3Ccircle cx%3D%228%22 cy%3D%226%22 r%3D%221.6%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.site-footer__contact .site-footer__contact-item:nth-child(2):not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: var(--color-white-50);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%3Cpath d%3D%22M3 2.5h2.5l1 3-1.5 1a8 8 0 004 4l1-1.5 3 1V13a1.5 1.5 0 01-1.6 1.5A11 11 0 013 4.1 1.5 1.5 0 014.5 2.5%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%3Cpath d%3D%22M3 2.5h2.5l1 3-1.5 1a8 8 0 004 4l1-1.5 3 1V13a1.5 1.5 0 01-1.6 1.5A11 11 0 013 4.1 1.5 1.5 0 014.5 2.5%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.site-footer__contact .site-footer__contact-item:nth-child(3):not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: var(--color-white-50);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%3Crect x%3D%221.5%22 y%3D%223%22 width%3D%2213%22 height%3D%2210%22 rx%3D%221.5%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 fill%3D%22none%22%2F%3E%3Cpath d%3D%22M2 4l6 5 6-5%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%3Crect x%3D%221.5%22 y%3D%223%22 width%3D%2213%22 height%3D%2210%22 rx%3D%221.5%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 fill%3D%22none%22%2F%3E%3Cpath d%3D%22M2 4l6 5 6-5%22 stroke%3D%22%23000%22 stroke-width%3D%221.2%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.site-footer__social-link[aria-label="Facebook"]:not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 18 18%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M18 9a9 9 0 10-10.406 8.892V11.61H5.31V9h2.284V7.02c0-2.255 1.343-3.5 3.4-3.5.985 0 2.014.175 2.014.175v2.213h-1.135c-1.117 0-1.466.694-1.466 1.405V9h2.496l-.399 2.61h-2.097v6.282A9 9 0 0018 9z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 18 18%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M18 9a9 9 0 10-10.406 8.892V11.61H5.31V9h2.284V7.02c0-2.255 1.343-3.5 3.4-3.5.985 0 2.014.175 2.014.175v2.213h-1.135c-1.117 0-1.466.694-1.466 1.405V9h2.496l-.399 2.61h-2.097v6.282A9 9 0 0018 9z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.site-footer__social-link[aria-label="LinkedIn"]:not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 18 18%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M15.3 0H2.7A2.7 2.7 0 000 2.7v12.6A2.7 2.7 0 002.7 18h12.6A2.7 2.7 0 0018 15.3V2.7A2.7 2.7 0 0015.3 0zM6 13.5H3.6V7.2H6v6.3zm-1.2-7.2A1.35 1.35 0 114.8 3a1.35 1.35 0 010 3.3zm9.6 7.2H12V10.2c0-.9-.017-2.05-1.25-2.05-1.25 0-1.44.975-1.44 1.985V13.5H7V7.2h2.3v1.08h.033c.32-.607 1.1-1.246 2.267-1.246 2.424 0 2.872 1.596 2.872 3.67v3.796z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 18 18%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M15.3 0H2.7A2.7 2.7 0 000 2.7v12.6A2.7 2.7 0 002.7 18h12.6A2.7 2.7 0 0018 15.3V2.7A2.7 2.7 0 0015.3 0zM6 13.5H3.6V7.2H6v6.3zm-1.2-7.2A1.35 1.35 0 114.8 3a1.35 1.35 0 010 3.3zm9.6 7.2H12V10.2c0-.9-.017-2.05-1.25-2.05-1.25 0-1.44.975-1.44 1.985V13.5H7V7.2h2.3v1.08h.033c.32-.607 1.1-1.246 2.267-1.246 2.424 0 2.872 1.596 2.872 3.67v3.796z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.site-footer__social-link[aria-label="YouTube"]:not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 18 18%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M17.64 4.95a2.25 2.25 0 00-1.58-1.59C14.625 3 9 3 9 3s-5.625 0-7.06.36A2.25 2.25 0 00.36 4.95C0 6.39 0 9 0 9s0 2.61.36 4.05a2.25 2.25 0 001.58 1.59C3.375 15 9 15 9 15s5.625 0 7.06-.36a2.25 2.25 0 001.58-1.59C18 11.61 18 9 18 9s0-2.61-.36-4.05zM7.2 11.61V6.39L11.88 9l-4.68 2.61z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 18 18%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M17.64 4.95a2.25 2.25 0 00-1.58-1.59C14.625 3 9 3 9 3s-5.625 0-7.06.36A2.25 2.25 0 00.36 4.95C0 6.39 0 9 0 9s0 2.61.36 4.05a2.25 2.25 0 001.58 1.59C3.375 15 9 15 9 15s5.625 0 7.06-.36a2.25 2.25 0 001.58-1.59C18 11.61 18 9 18 9s0-2.61-.36-4.05zM7.2 11.61V6.39L11.88 9l-4.68 2.61z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Case study: meta (lịch/địa điểm) + tag */
.casestudy-card__meta-item:nth-child(1):not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 class%3D%22casestudy-card__meta-icon%22 width%3D%2220%22 height%3D%2220%22 viewBox%3D%220 0 20 20%22 fill%3D%22none%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M3.75 3.13H16.25C16.6 3.13 16.88 3.41 16.88 3.75V16.25C16.88 16.6 16.6 16.88 16.25 16.88H3.75C3.41 16.88 3.13 16.6 3.13 16.25V3.75C3.13 3.41 3.41 3.13 3.75 3.13ZM13.75 1.88V4.06M6.25 1.88V4.06M3.13 6.88H16.88M7.19 11.88L9.06 13.75 12.81 10%22 stroke%3D%22%23000%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 class%3D%22casestudy-card__meta-icon%22 width%3D%2220%22 height%3D%2220%22 viewBox%3D%220 0 20 20%22 fill%3D%22none%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M3.75 3.13H16.25C16.6 3.13 16.88 3.41 16.88 3.75V16.25C16.88 16.6 16.6 16.88 16.25 16.88H3.75C3.41 16.88 3.13 16.6 3.13 16.25V3.75C3.13 3.41 3.41 3.13 3.75 3.13ZM13.75 1.88V4.06M6.25 1.88V4.06M3.13 6.88H16.88M7.19 11.88L9.06 13.75 12.81 10%22 stroke%3D%22%23000%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.casestudy-card__meta-item:nth-child(2):not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 class%3D%22casestudy-card__meta-icon%22 width%3D%2220%22 height%3D%2220%22 viewBox%3D%220 0 20 20%22 fill%3D%22none%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M12.5 8.13C12.5 9.51 11.38 10.63 10 10.63 8.62 10.63 7.5 9.51 7.5 8.13 7.5 6.74 8.62 5.63 10 5.63 11.38 5.63 12.5 6.74 12.5 8.13Z%22 stroke%3D%22%23000%22 stroke-width%3D%221.5%22%2F%3E %3Cpath d%3D%22M16.25 8.13C16.25 13.75 10 18.13 10 18.13 10 18.13 3.75 13.75 3.75 8.13 3.75 6.47 4.41 4.88 5.58 3.71 6.75 2.53 8.34 1.88 10 1.88 11.66 1.88 13.25 2.53 14.42 3.71 15.59 4.88 16.25 6.47 16.25 8.13Z%22 stroke%3D%22%23000%22 stroke-width%3D%221.5%22%2F%3E %3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 class%3D%22casestudy-card__meta-icon%22 width%3D%2220%22 height%3D%2220%22 viewBox%3D%220 0 20 20%22 fill%3D%22none%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M12.5 8.13C12.5 9.51 11.38 10.63 10 10.63 8.62 10.63 7.5 9.51 7.5 8.13 7.5 6.74 8.62 5.63 10 5.63 11.38 5.63 12.5 6.74 12.5 8.13Z%22 stroke%3D%22%23000%22 stroke-width%3D%221.5%22%2F%3E %3Cpath d%3D%22M16.25 8.13C16.25 13.75 10 18.13 10 18.13 10 18.13 3.75 13.75 3.75 8.13 3.75 6.47 4.41 4.88 5.58 3.71 6.75 2.53 8.34 1.88 10 1.88 11.66 1.88 13.25 2.53 14.42 3.71 15.59 4.88 16.25 6.47 16.25 8.13Z%22 stroke%3D%22%23000%22 stroke-width%3D%221.5%22%2F%3E %3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.casestudy-card__tag:not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2220%22 height%3D%2220%22 viewBox%3D%220 0 19 15%22 fill%3D%22none%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M18.15 13.75H17.52V8.95L17.64 9.11C17.77 9.31 18 9.4 18.24 9.39 18.49 9.38 18.7 9.24 18.79 9.05 18.84 8.94 18.85 8.81 18.81 8.69 18.78 8.56 18.71 8.45 18.65 8.39L15.53 4.01C15.48 3.95 15.43 3.9 15.37 3.86L10.1 0.22C9.89 0.07 9.65 0 9.4 0 9.15 0 8.91 0.07 8.7 0.22L3.41 3.86C3.35 3.9 3.3 3.95 3.26 4.01L0.13 8.39C-0.05 8.65-0.01 9.02 0.21 9.21 0.43 9.4 0.79 9.4 0.97 9.15L1.27 8.95V13.75H0.65C0.32 13.75 0.02 14.04 0.02 14.37 0.02 14.71 0.32 15 0.65 15H18.15C18.48 15 18.77 14.71 18.77 14.37 18.77 14.04 18.48 13.75 18.15 13.75ZM2.52 7.2L9.4 1.25 16.27 7.2V13.75H14.4V8.12C14.4 7.78 14.11 7.5 13.77 7.5H5.02C4.68 7.5 4.4 7.78 4.4 8.12V13.75H2.52V7.2Z%22 fill%3D%22%23000%22%2F%3E %3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2220%22 height%3D%2220%22 viewBox%3D%220 0 19 15%22 fill%3D%22none%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M18.15 13.75H17.52V8.95L17.64 9.11C17.77 9.31 18 9.4 18.24 9.39 18.49 9.38 18.7 9.24 18.79 9.05 18.84 8.94 18.85 8.81 18.81 8.69 18.78 8.56 18.71 8.45 18.65 8.39L15.53 4.01C15.48 3.95 15.43 3.9 15.37 3.86L10.1 0.22C9.89 0.07 9.65 0 9.4 0 9.15 0 8.91 0.07 8.7 0.22L3.41 3.86C3.35 3.9 3.3 3.95 3.26 4.01L0.13 8.39C-0.05 8.65-0.01 9.02 0.21 9.21 0.43 9.4 0.79 9.4 0.97 9.15L1.27 8.95V13.75H0.65C0.32 13.75 0.02 14.04 0.02 14.37 0.02 14.71 0.32 15 0.65 15H18.15C18.48 15 18.77 14.71 18.77 14.37 18.77 14.04 18.48 13.75 18.15 13.75ZM2.52 7.2L9.4 1.25 16.27 7.2V13.75H14.4V8.12C14.4 7.78 14.11 7.5 13.77 7.5H5.02C4.68 7.5 4.4 7.78 4.4 8.12V13.75H2.52V7.2Z%22 fill%3D%22%23000%22%2F%3E %3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Icon check tròn cards Sứ Mệnh (about) */
.about-mission__icon:not(:has(svg))::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 19.5px;
  height: 19.5px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 20 20%22%3E%3Cpath d%3D%22M10 0a10 10 0 100 20A10 10 0 0010 0zm4.28 8.03l-5.25 5.25a.75.75 0 01-1.06 0L5.47 11.03a.75.75 0 011.06-1.06L8.5 11.94l4.72-4.72a.75.75 0 011.06 1.06z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 20 20%22%3E%3Cpath d%3D%22M10 0a10 10 0 100 20A10 10 0 0010 0zm4.28 8.03l-5.25 5.25a.75.75 0 01-1.06 0L5.47 11.03a.75.75 0 011.06-1.06L8.5 11.94l4.72-4.72a.75.75 0 011.06 1.06z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Giá Trị Cốt Lõi: 4 icon màu (trang chủ) */
.corevalue-bar__grid > div:nth-child(1) .corevalue-item:not(:has(svg))::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg class%3D%22corevalue-item__icon%22 width%3D%2232%22 height%3D%2232%22 viewBox%3D%220 0 30 32%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M29.6342 27.4641L19.9952 11.3937V2.5H21.2452C21.5767 2.5 21.8946 2.3683 22.129 2.13388C22.3635 1.89946 22.4952 1.58152 22.4952 1.25C22.4952 0.918479 22.3635 0.600537 22.129 0.366116C21.8946 0.131696 21.5767 0 21.2452 0H8.74515C8.41363 0 8.09569 0.131696 7.86127 0.366116C7.62685 0.600537 7.49515 0.918479 7.49515 1.25C7.49515 1.58152 7.62685 1.89946 7.86127 2.13388C8.09569 2.3683 8.41363 2.5 8.74515 2.5H9.99515V11.3937L0.35609 27.4641C0.128752 27.8431 0.00595499 28.2756 0.000211184 28.7175C-0.00553262 29.1594 0.105982 29.595 0.323392 29.9798C0.540802 30.3646 0.856336 30.6849 1.23784 30.908C1.61935 31.1311 2.05319 31.2491 2.49515 31.25H27.4952C27.9375 31.25 28.372 31.1326 28.7541 30.9098C29.1363 30.687 29.4525 30.3668 29.6704 29.9818C29.8884 29.5969 30.0003 29.161 29.9948 28.7187C29.9893 28.2764 29.8664 27.8434 29.6389 27.4641H29.6342ZM12.317 12.3828C12.4339 12.189 12.4955 11.9669 12.4952 11.7406V2.5H17.4952V11.7406C17.4948 11.9669 17.5564 12.189 17.6733 12.3828L23.6452 22.3438C21.7702 22.7141 19.103 22.5578 15.5592 20.7641C13.0733 19.5062 10.7077 18.8391 8.49359 18.7625L12.317 12.3828ZM2.49515 28.75L6.95453 21.3156C9.18109 21.0437 11.6905 21.6047 14.4264 22.9906C17.3952 24.4922 19.8952 25.0031 21.9264 25.0031C22.9595 25.0077 23.9879 24.8657 24.9811 24.5813L27.4952 28.75H2.49515Z%22 fill%3D%22%236BBCEE%22 %2F%3E %3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.corevalue-bar__grid > div:nth-child(2) .corevalue-item:not(:has(svg))::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg class%3D%22corevalue-item__icon%22 width%3D%2232%22 height%3D%2232%22 viewBox%3D%220 0 37 35%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M34.8029 5.21534C34.3386 4.75093 33.7874 4.38253 33.1807 4.13118C32.574 3.87984 31.9237 3.75047 31.267 3.75047C30.6103 3.75047 29.96 3.87984 29.3533 4.13118C28.7466 4.38253 28.1954 4.75093 27.7311 5.21534C27.4164 5.52986 27.1452 5.8851 26.9248 6.27159L22.5154 5.06847C22.5291 4.07372 22.2456 3.09752 21.7014 2.26473C21.1572 1.43195 20.3769 0.780454 19.4603 0.393573C18.5438 0.00669256 17.5327 -0.0979806 16.5563 0.0929431C15.58 0.283867 14.6828 0.761707 13.9795 1.46534C13.2286 2.21805 12.7366 3.19016 12.5748 4.24101C12.413 5.29185 12.5898 6.36693 13.0795 7.31065L7.77638 12.0841C6.81422 11.4482 5.66205 11.1638 4.5145 11.2791C3.36695 11.3944 2.29436 11.9023 1.47795 12.7169C0.565084 13.6228 0.0364157 14.8457 0.00181204 16.1313C-0.0327916 17.417 0.429331 18.6665 1.29214 19.6202C2.15494 20.574 3.35208 21.1586 4.63474 21.2525C5.9174 21.3465 7.18694 20.9425 8.17951 20.1247L19.117 28.1497C18.767 29.0262 18.6722 29.984 18.8436 30.9121C19.015 31.8402 19.4456 32.7009 20.0856 33.3946C20.7257 34.0883 21.549 34.5866 22.4603 34.832C23.3717 35.0775 24.3339 35.0599 25.2357 34.7814C26.1376 34.5029 26.9421 33.9749 27.5564 33.2583C28.1707 32.5418 28.5697 31.666 28.7071 30.7322C28.8446 29.7984 28.7149 28.8448 28.3332 27.9816C27.9514 27.1184 27.3331 26.3809 26.5498 25.8544L30.8295 13.731C30.9733 13.7435 31.117 13.7497 31.2608 13.7497C32.2495 13.7496 33.2159 13.4563 34.038 12.907C34.86 12.3577 35.5008 11.577 35.8792 10.6635C36.2577 9.75013 36.3568 8.74503 36.1641 7.77529C35.9714 6.80554 35.4956 5.91469 34.7967 5.21534H34.8029ZM15.7404 3.23253C16.0902 2.88318 16.5356 2.64535 17.0205 2.54911C17.5054 2.45287 18.0079 2.50255 18.4646 2.69185C18.9212 2.88115 19.3115 3.20158 19.5861 3.61264C19.8607 4.0237 20.0072 4.50694 20.0072 5.00128C20.0072 5.49561 19.8607 5.97885 19.5861 6.38992C19.3115 6.80098 18.9212 7.12141 18.4646 7.31071C18.0079 7.50001 17.5054 7.54968 17.0205 7.45345C16.5356 7.35721 16.0902 7.11938 15.7404 6.77003C15.5084 6.53744 15.3245 6.26139 15.1992 5.95767C15.074 5.65395 15.0098 5.32852 15.0104 4.99998C15.0109 4.67144 15.0763 4.34624 15.2026 4.04297C15.329 3.7397 15.5138 3.4643 15.7467 3.23253H15.7404ZM3.24044 18.0216C3.008 17.7894 2.82361 17.5137 2.6978 17.2102C2.57198 16.9067 2.50723 16.5814 2.50723 16.2528C2.50723 15.9243 2.57198 15.599 2.6978 15.2955C2.82361 14.992 3.008 14.7163 3.24044 14.4841C3.59019 14.1347 4.03565 13.8969 4.52053 13.8007C5.0054 13.7044 5.50793 13.7541 5.96458 13.9434C6.42123 14.1327 6.81151 14.4531 7.0861 14.8642C7.36068 15.2753 7.50723 15.7585 7.50723 16.2528C7.50723 16.7472 7.36068 17.2304 7.0861 17.6415C6.81151 18.0525 6.42123 18.373 5.96458 18.5623C5.50793 18.7516 5.0054 18.8012 4.52053 18.705C4.03565 18.6088 3.59019 18.3709 3.24044 18.0216ZM25.5295 31.7716C25.0606 32.2405 24.4247 32.5039 23.7615 32.5039C23.0984 32.5039 22.4625 32.2405 21.9936 31.7716C21.5247 31.3027 21.2613 30.6667 21.2613 30.0036C21.2613 29.3405 21.5247 28.7046 21.9936 28.2357C22.2257 28.0035 22.5014 27.8193 22.8047 27.6937C23.1081 27.568 23.4332 27.5033 23.7615 27.5033C24.0899 27.5033 24.415 27.568 24.7184 27.6937C25.0217 27.8193 25.2973 28.0035 25.5295 28.2357C25.7617 28.4678 25.9458 28.7435 26.0715 29.0468C26.1971 29.3502 26.2618 29.6753 26.2618 30.0036C26.2618 30.332 26.1971 30.6571 26.0715 30.9604C25.9458 31.2638 25.7617 31.5394 25.5295 31.7716ZM24.1936 25.0247C22.8973 24.9118 21.6082 25.3087 20.5998 26.131L9.66232 18.106C9.92738 17.4373 10.0458 16.7196 10.0097 16.0012C9.97361 15.2828 9.78374 14.5806 9.45294 13.9419L14.7576 9.16847C15.3283 9.54671 15.9706 9.80372 16.6447 9.92357C17.3188 10.0434 18.0103 10.0235 18.6764 9.86519C19.3425 9.70683 19.969 9.41337 20.517 9.00297C21.065 8.59258 21.5229 8.07401 21.8623 7.4794L26.2654 8.68409C26.2535 9.51526 26.449 10.3363 26.8342 11.0729C27.2195 11.8095 27.7822 12.4385 28.4717 12.9028L24.1936 25.0247ZM33.0311 10.5185C32.8025 10.7655 32.5264 10.9638 32.2193 11.1016C31.9122 11.2393 31.5805 11.3137 31.244 11.3201C30.9075 11.3266 30.5732 11.265 30.261 11.1391C29.9489 11.0133 29.6654 10.8257 29.4275 10.5876C29.1896 10.3495 29.0023 10.0658 28.8767 9.75357C28.7511 9.44133 28.6898 9.10694 28.6966 8.77044C28.7033 8.43395 28.7779 8.10229 28.916 7.79533C29.054 7.48837 29.2526 7.21245 29.4998 6.98409C29.9687 6.5152 30.6047 6.25178 31.2678 6.25178C31.9309 6.25178 32.5669 6.5152 33.0358 6.98409C33.5046 7.45299 33.7681 8.08894 33.7681 8.75206C33.7681 9.41518 33.5046 10.0511 33.0358 10.52L33.0311 10.5185Z%22 fill%3D%22%23C7B4F3%22 %2F%3E %3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.corevalue-bar__grid > div:nth-child(3) .corevalue-item:not(:has(svg))::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg class%3D%22corevalue-item__icon%22 width%3D%2232%22 height%3D%2232%22 viewBox%3D%220 0 33 33%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M20.3438 17.8618C20.8691 17.1127 21.1788 16.2337 21.2391 15.3207C21.2994 14.4077 21.1081 13.4956 20.6859 12.6839C20.2637 11.8721 19.6268 11.1918 18.8446 10.717C18.0625 10.2421 17.165 9.99107 16.25 9.99107C15.335 9.99107 14.4375 10.2421 13.6554 10.717C12.8732 11.1918 12.2364 11.8721 11.8141 12.6839C11.3919 13.4956 11.2006 14.4077 11.2609 15.3207C11.3212 16.2337 11.6309 17.1127 12.1563 17.8618C11.6209 18.1146 11.1521 18.4891 10.7875 18.9556C10.4376 19.402 10.195 19.9229 10.0785 20.4781C9.96202 21.0332 9.97472 21.6077 10.1156 22.1571L12.0188 29.6571C12.2275 30.4722 12.7024 31.1943 13.3682 31.7089C14.0339 32.2235 14.8523 32.5011 15.6938 32.4978H16.8063C17.647 32.5014 18.465 32.2244 19.1307 31.7108C19.7963 31.1971 20.2716 30.4761 20.4813 29.6618L22.3844 22.1618C22.5253 21.6124 22.538 21.0379 22.4215 20.4828C22.305 19.9276 22.0624 19.4067 21.7125 18.9603C21.3484 18.4921 20.8796 18.1159 20.3438 17.8618ZM16.25 12.4978C16.7445 12.4978 17.2278 12.6444 17.6389 12.9191C18.0501 13.1938 18.3705 13.5842 18.5597 14.041C18.7489 14.4979 18.7984 15.0005 18.702 15.4855C18.6055 15.9704 18.3674 16.4159 18.0178 16.7655C17.6681 17.1152 17.2227 17.3533 16.7377 17.4497C16.2528 17.5462 15.7501 17.4967 15.2933 17.3075C14.8365 17.1182 14.446 16.7978 14.1713 16.3867C13.8966 15.9756 13.75 15.4922 13.75 14.9978C13.75 14.3347 14.0134 13.6988 14.4822 13.23C14.9511 12.7612 15.587 12.4978 16.25 12.4978ZM19.9609 21.5462L18.0578 29.0462C17.9851 29.3213 17.8227 29.5643 17.5963 29.7367C17.3698 29.9091 17.0924 30.0009 16.8078 29.9978H15.6953C15.4108 30.0009 15.1333 29.9091 14.9069 29.7367C14.6804 29.5643 14.518 29.3213 14.4453 29.0462L12.5422 21.5462C12.4953 21.3657 12.4909 21.1768 12.5294 20.9943C12.5679 20.8118 12.6482 20.6408 12.7641 20.4946C12.8858 20.3385 13.0419 20.2125 13.2202 20.1263C13.3985 20.0401 13.5942 19.9962 13.7922 19.9978H18.7141C18.9121 19.9962 19.1078 20.0401 19.2861 20.1263C19.4644 20.2125 19.6204 20.3385 19.7422 20.4946C19.8575 20.641 19.9373 20.8122 19.9752 20.9947C20.0132 21.1772 20.0083 21.3659 19.9609 21.5462ZM7.5 16.2478C7.49824 17.0395 7.60336 17.8279 7.8125 18.5915C7.89306 18.9081 7.84648 19.2437 7.68273 19.5263C7.51897 19.809 7.25106 20.0164 6.93635 20.104C6.62163 20.1916 6.28512 20.1525 5.99885 19.9951C5.71259 19.8377 5.49931 19.5745 5.40469 19.2618C4.94019 17.5907 4.86837 15.8348 5.19485 14.1314C5.52133 12.4279 6.23727 10.823 7.28672 9.44207C8.33617 8.06112 9.69071 6.94153 11.2445 6.17078C12.7983 5.40002 14.5093 4.99898 16.2438 4.99898C17.9782 4.99898 19.6892 5.40002 21.243 6.17078C22.7968 6.94153 24.1513 8.06112 25.2008 9.44207C26.2502 10.823 26.9662 12.4279 27.2927 14.1314C27.6191 15.8348 27.5473 17.5907 27.0828 19.2618C26.9698 19.5502 26.7537 19.7864 26.4764 19.9245C26.1991 20.0626 25.8805 20.0929 25.5822 20.0094C25.2839 19.9259 25.0272 19.7347 24.8619 19.4727C24.6966 19.2107 24.6344 18.8967 24.6875 18.5915C25.0177 17.3893 25.0872 16.1304 24.8913 14.8992C24.6954 13.668 24.2386 12.4928 23.5516 11.4525C22.8647 10.4121 21.9633 9.53059 20.9079 8.86692C19.8525 8.20325 18.6675 7.77277 17.4322 7.60433C16.1969 7.43588 14.9399 7.53335 13.7454 7.89021C12.5508 8.24707 11.4463 8.85508 10.5059 9.67351C9.56539 10.4919 8.81068 11.5019 8.29228 12.6357C7.77388 13.7695 7.50376 15.0011 7.5 16.2478ZM32.5 16.2478C32.5015 18.9194 31.8437 21.5501 30.585 23.9066C29.3264 26.2632 27.5057 28.2727 25.2844 29.7571C25.0088 29.9415 24.6713 30.0089 24.346 29.9445C24.0207 29.88 23.7344 29.689 23.55 29.4134C23.3656 29.1378 23.2982 28.8003 23.3627 28.475C23.4271 28.1497 23.6182 27.8634 23.8938 27.679C26.3454 26.0394 28.2049 23.655 29.1977 20.8777C30.1904 18.1004 30.2639 15.0775 29.4071 12.2553C28.5504 9.43311 26.8089 6.96118 24.4397 5.20448C22.0706 3.44777 19.1994 2.49941 16.25 2.49941C13.3006 2.49941 10.4294 3.44777 8.06026 5.20448C5.69112 6.96118 3.94962 9.43311 3.09289 12.2553C2.23615 15.0775 2.30959 18.1004 3.30236 20.8777C4.29512 23.655 6.1546 26.0394 8.60625 27.679C8.88183 27.8634 9.07286 28.1497 9.13733 28.475C9.20179 28.8003 9.13441 29.1378 8.95 29.4134C8.7656 29.689 8.47927 29.88 8.15401 29.9445C7.82875 30.0089 7.49121 29.9415 7.21563 29.7571C4.88244 28.1966 2.99329 26.0582 1.73223 23.5505C0.471166 21.0427 -0.118793 18.251 0.0198315 15.4475C0.158456 12.6439 1.02094 9.92409 2.52324 7.55296C4.02554 5.18184 6.11643 3.2403 8.59219 1.91751C11.0679 0.594717 13.8441 -0.0642086 16.6503 0.00493122C19.4564 0.074071 22.1968 0.868919 24.6044 2.31203C27.012 3.75514 29.0047 5.7973 30.3884 8.23953C31.7721 10.6818 32.4996 13.4408 32.5 16.2478Z%22 fill%3D%22%23FFC27A%22 %2F%3E %3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.corevalue-bar__grid > div:nth-child(4) .corevalue-item:not(:has(svg))::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg class%3D%22corevalue-item__icon%22 width%3D%2232%22 height%3D%2232%22 viewBox%3D%220 0 30 30%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 aria-hidden%3D%22true%22%3E %3Cpath d%3D%22M29.9148 1.26112C29.8969 0.955315 29.7674 0.666714 29.5508 0.450109C29.3342 0.233505 29.0456 0.103977 28.7398 0.0861188C16.8444 -0.612319 7.31632 2.96893 3.25382 9.68768C1.84564 11.986 1.15172 14.6507 1.26007 17.3439C1.34913 19.8314 2.07413 22.3439 3.41476 24.8205L0.36632 27.8674C0.131769 28.1019 -7.81524e-09 28.42 0 28.7517C7.81524e-09 29.0834 0.131769 29.4016 0.36632 29.6361C0.600871 29.8707 0.91899 30.0024 1.25069 30.0024C1.5824 30.0024 1.90052 29.8707 2.13507 29.6361L5.18195 26.5877C7.65695 27.9267 10.171 28.6517 12.6569 28.7408C12.8309 28.7471 13.0043 28.7502 13.1773 28.7502C15.6956 28.7569 18.1662 28.0634 20.3132 26.7471C27.0319 22.6846 30.6148 13.158 29.9148 1.26112ZM19.0241 24.6096C15.4694 26.7627 11.2616 26.7971 7.0382 24.7299L20.8866 10.883C21.0028 10.7669 21.0949 10.629 21.1578 10.4772C21.2206 10.3255 21.253 10.1629 21.253 9.99862C21.253 9.83437 21.2206 9.67174 21.1578 9.52C21.0949 9.36826 21.0028 9.23038 20.8866 9.11424C20.7705 8.99811 20.6326 8.90598 20.4809 8.84313C20.3291 8.78027 20.1665 8.74792 20.0023 8.74792C19.838 8.74792 19.6754 8.78027 19.5236 8.84313C19.3719 8.90598 19.234 8.99811 19.1179 9.11424L5.27101 22.9689C3.21007 18.7502 3.23976 14.5314 5.39132 10.983C8.84288 5.28456 17.0476 2.16424 27.471 2.53612C27.8444 12.9517 24.7226 21.158 19.0241 24.6096Z%22 fill%3D%22%232ED7C1%22 %2F%3E %3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

/* Kích thước icon SVG do plugin render (svg chỉ có viewBox) */
.news-filter__icon svg { width: 19px; height: 17px; display: block; }
