/* =====================================================================
   BAO BI DONG GOI - STYLE TONG
   1) Global
   2) Noi dung: .content-data / .menus-content / .category-description-content
   3) .product-content: bang thong so key-value
   ===================================================================== */

:root {
  --g-blue: #0b4ea2;
  --g-blue-dark: #073a7a;
  --g-green: #1f9d4d;
  --g-green-dark: #157a3a;
  --g-yellow: #f5c518;
  --g-text: #2b2f36;
  --g-heading: #1c2430;
  --g-muted: #6b7280;
  --g-border: #e4e8ee;
  --g-soft: #f6f9fd;
  --g-link: var(--g-blue);
  --g-link-hover: var(--g-blue-dark);
  --g-font: "Inter", sans-serif;
  --g-radius: 8px;
  --bbdg-blue: var(--g-blue);
  --bbdg-blue-dark: var(--g-blue-dark);
  --bbdg-link: var(--g-green);
  --bbdg-link-hover: var(--g-green-dark);
  --bbdg-yellow: var(--g-yellow);
  --bbdg-border: var(--g-border);
  --bbdg-soft: var(--g-soft);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--g-font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
p { margin: 0 0 1em; line-height: 1.7; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4, h5, h6 {
  margin: 1.4em 0 .5em;
  font-family: var(--g-font);
  font-weight: 700;
  line-height: 1.3;
  color: var(--g-heading);
  word-break: break-word;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }
h1 { font-size: clamp(1.75rem, 5vw, 2.5rem); line-height: 1.2; }
h2 { font-size: clamp(1.5rem, 4vw, 2rem); }
h3 { font-size: clamp(1.25rem, 3.2vw, 1.5rem); }
h4 { font-size: clamp(1.125rem, 2.6vw, 1.25rem); }
h5 { font-size: clamp(1rem, 2.2vw, 1.125rem); }
h6 { font-size: 1rem; }
a { color: var(--g-link); text-decoration: none; transition: color .2s ease; }
a:hover, a:focus { color: var(--g-link-hover); }
a:focus-visible { outline: 2px solid var(--g-link); outline-offset: 2px; border-radius: 2px; }
strong, b { font-weight: 700; }
em, i { font-style: italic; }
mark { background: #fff3bf; padding: 0 .2em; border-radius: 3px; }
small { font-size: .85em; color: var(--g-muted); }
ul, ol { margin: 0 0 1em; padding-left: 1.4em; }
li { margin: .4em 0; line-height: 1.7; }
ul ul, ol ol, ul ol, ol ul { margin: .3em 0; }
blockquote {
  margin: 0 0 1.2em;
  padding: .8em 1.1em;
  background: var(--g-soft);
  border-left: 4px solid var(--g-blue);
  border-radius: 6px;
  color: var(--g-text);
}
blockquote p:last-child { margin-bottom: 0; }
img, video, svg, iframe, embed, object { max-width: 100%; height: auto; }
table { width: 100%; border-collapse: collapse; margin: 1em 0; }
th, td { padding: .6em .75em; border: 1px solid var(--g-border); }
th { background: var(--g-blue); color: #fff; text-align: left; }
hr { border: 0; height: 1px; background: var(--g-border); margin: 1.6em 0; }
code, kbd, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .9em; }
code { background: #f1f3f6; padding: .15em .4em; border-radius: 4px; }
pre { background: #1e2430; color: #e6e6e6; padding: 1em; border-radius: var(--g-radius); overflow-x: auto; }
pre code { background: none; padding: 0; color: inherit; }

@media (max-width: 1024px) { body { font-size: 15.5px; } }
@media (max-width: 600px) {
  body { font-size: 15px; line-height: 1.65; }
  h1, h2, h3, h4, h5, h6 { margin: 1.1em 0 .45em; }
  p, li { line-height: 1.65; }
  ul, ol { padding-left: 1.15em; }
  blockquote { padding: .7em .9em; }
  table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; font-size: 13.5px; }
  th, td { padding: .55em .65em; min-width: 92px; white-space: normal; }
  table::-webkit-scrollbar { height: 6px; }
  table::-webkit-scrollbar-thumb { background: #c3ccd8; border-radius: 6px; }
  img { display: block; margin-left: auto; margin-right: auto; }
}
@media (max-width: 380px) { body { font-size: 14.5px; } }

.content-data,
.menus-content,
.category-description-content {
  color: var(--g-text);
  font-size: 16px;
  line-height: 1.75;
  word-break: break-word;
}
.content-data p, .menus-content p, .category-description-content p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.8;
}
.content-data p:empty, .menus-content p:empty, .category-description-content p:empty { margin: 0; }
.content-data a, .menus-content a, .category-description-content a {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  font-weight: 600;
  color: var(--bbdg-link);
  text-decoration: none;
  background: linear-gradient(var(--bbdg-link), var(--bbdg-link)) no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  padding-bottom: 1px;
  transition: color .2s ease, background-size .25s ease;
}
.content-data a:hover, .content-data a:focus,
.menus-content a:hover, .menus-content a:focus,
.category-description-content a:hover, .category-description-content a:focus {
  color: var(--bbdg-link-hover);
  background-size: 100% 2px;
}
.content-data strong a, .content-data a strong,
.menus-content strong a, .menus-content a strong,
.category-description-content strong a, .category-description-content a strong {
  font-size: inherit !important;
  font-family: inherit !important;
  color: var(--bbdg-link);
}
.content-data strong a:hover, .content-data a strong:hover,
.menus-content strong a:hover, .menus-content a strong:hover,
.category-description-content strong a:hover, .category-description-content a strong:hover { color: var(--bbdg-link-hover); }
footer#footer a {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(#f5c500, #f5c500) no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  padding-bottom: 1px;
  transition: color .2s ease, background-size .25s ease;
}
footer#footer a:hover, footer#footer a:focus { color: #f5c500; background-size: 50% 2px; }

.content-data h2, .content-data h3, .content-data h4,
.menus-content h2, .menus-content h3, .menus-content h4,
.category-description-content h2, .category-description-content h3, .category-description-content h4 {
  color: var(--bbdg-blue);
  font-weight: 700;
  line-height: 1.35;
  scroll-margin-top: 90px;
}
.content-data h2, .menus-content h2, .category-description-content h2 {
  position: relative;
  font-size: 25px;
  margin: 32px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--bbdg-border);
}
.content-data h2::after, .menus-content h2::after, .category-description-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 64px;
  height: 2px;
  background: var(--bbdg-yellow);
}
.content-data h3, .menus-content h3, .category-description-content h3 {
  font-size: 20px;
  margin: 24px 0 10px;
  padding-left: 12px;
  border-left: 4px solid var(--bbdg-blue);
}
.content-data h4, .menus-content h4, .category-description-content h4 {
  font-size: 17px;
  margin: 18px 0 8px;
  color: var(--bbdg-blue-dark);
}
.content-data h2 strong, .content-data h3 strong, .content-data h4 strong,
.content-data h2 span, .content-data h3 span, .content-data h4 span,
.menus-content h2 strong, .menus-content h3 strong, .menus-content h4 strong,
.menus-content h2 span, .menus-content h3 span, .menus-content h4 span,
.category-description-content h2 strong, .category-description-content h3 strong, .category-description-content h4 strong,
.category-description-content h2 span, .category-description-content h3 span, .category-description-content h4 span {
  color: inherit !important;
  font-family: inherit !important;
}

#toc_container {
  font-family: inherit !important;
  background: var(--bbdg-soft);
  border: 1px solid var(--bbdg-border);
  border-left: 4px solid var(--bbdg-blue);
  border-radius: 8px;
  padding: 18px 22px;
  margin: 0 0 28px;
  width: 100% !important;
  box-sizing: border-box;
}
#toc_container .toc_title {
  color: var(--bbdg-blue) !important;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--bbdg-border);
}
#toc_container ul { font-family: inherit !important; margin: 0; padding-left: 0; list-style: none; }
#toc_container ul ul { padding-left: 18px; margin-top: 4px; }
#toc_container li { margin: 6px 0; line-height: 1.55; list-style: none; }
#toc_container a {
  font-size: 15px !important;
  font-weight: 500;
  color: var(--bbdg-blue) !important;
  background: none !important;
  padding: 0 !important;
  text-decoration: none;
}
#toc_container a:hover { color: var(--bbdg-link-hover) !important; text-decoration: underline; }
#toc_container .toc_number { color: var(--bbdg-blue); font-weight: 700; margin-right: 6px; }
.content-data ul, .menus-content ul, .category-description-content ul { margin: 0 0 18px; padding-left: 22px; }
.content-data ul li, .menus-content ul li, .category-description-content ul li { margin: 8px 0; list-style: disc; line-height: 1.8; }
#toc_container ul li { list-style: none; }
.content-data ul li strong:first-child, .menus-content ul li strong:first-child, .category-description-content ul li strong:first-child { color: var(--bbdg-blue); }

.content-data table, .menus-content table, .category-description-content table {
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
  margin: 18px 0 22px;
  font-size: 15px;
  background: #fff;
  border: 1px solid var(--bbdg-border);
  border-radius: 8px;
}
.content-data table thead tr, .content-data table thead td, .content-data table thead th,
.menus-content table thead tr, .menus-content table thead td, .menus-content table thead th,
.category-description-content table thead tr, .category-description-content table thead td, .category-description-content table thead th {
  background: var(--bbdg-blue);
  color: #fff;
}
.content-data table thead strong, .menus-content table thead strong, .category-description-content table thead strong { color: #fff; }
.content-data table td, .content-data table th,
.menus-content table td, .menus-content table th,
.category-description-content table td, .category-description-content table th {
  border: 1px solid var(--bbdg-border);
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
}
.content-data table td p, .menus-content table td p, .category-description-content table td p { margin: 0; }
.content-data table tbody tr:nth-child(odd), .menus-content table tbody tr:nth-child(odd), .category-description-content table tbody tr:nth-child(odd) { background: var(--bbdg-soft); }
.content-data table tbody tr:hover, .menus-content table tbody tr:hover, .category-description-content table tbody tr:hover { background: #eef4fc; }
.content-data blockquote, .menus-content blockquote, .category-description-content blockquote {
  margin: 0 0 22px;
  padding: 14px 18px;
  background: #fff8e1;
  border-left: 4px solid var(--bbdg-yellow);
  border-radius: 6px;
}
.content-data blockquote p, .menus-content blockquote p, .category-description-content blockquote p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #5a4a12;
}
.content-data figure, .content-data .wp-caption,
.menus-content figure, .menus-content .wp-caption,
.category-description-content figure, .category-description-content .wp-caption {
  width: 100% !important;
  max-width: 100% !important;
  margin: 22px auto;
  text-align: center;
}
.menus-content .devvn_readmore_taxonomy_flatsome,
.category-description-content .devvn_readmore_taxonomy_flatsome { text-align: center; margin: 18px 0 4px; }
.menus-content .devvn_readmore_taxonomy_flatsome a,
.category-description-content .devvn_readmore_taxonomy_flatsome a {
  display: inline-block;
  font-weight: 600;
  color: #fff !important;
  background: var(--bbdg-blue) !important;
  padding: 8px 26px !important;
  border-radius: 24px;
  text-decoration: none;
  transition: background .2s ease;
}
.menus-content .devvn_readmore_taxonomy_flatsome a:hover,
.category-description-content .devvn_readmore_taxonomy_flatsome a:hover { background: var(--bbdg-blue-dark) !important; }

@media (max-width: 600px) {
  .content-data, .menus-content, .category-description-content { font-size: 15.5px; }
  .content-data h2, .menus-content h2, .category-description-content h2 { font-size: 21px; }
  .content-data h3, .menus-content h3, .category-description-content h3 { font-size: 18px; }
  .content-data h4, .menus-content h4, .category-description-content h4 { font-size: 16px; }
  #toc_container { padding: 14px 16px; }
  .content-data table, .menus-content table, .category-description-content table {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 13.5px;
    border-radius: 8px;
  }
  .content-data table td, .content-data table th,
  .menus-content table td, .menus-content table th,
  .category-description-content table td, .category-description-content table th {
    padding: 8px 10px;
    min-width: 96px;
    white-space: normal;
  }
}

.product-content { color: var(--g-text); font-size: 16px; line-height: 1.7; }
.product-content p { margin: 0 0 1em; }
.product-content p:empty { margin: 0; }
.product-content a { color: var(--bbdg-link); font-weight: 600; text-decoration: none; }
.product-content a:hover { color: var(--bbdg-link-hover); text-decoration: underline; }
.product-content table {
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 18px 0;
  font-size: 15px;
  background: #fff;
}
.product-content table thead { display: table-header-group !important; }
.product-content table tbody { display: table-row-group !important; }
.product-content table tr { display: table-row !important; float: none !important; }
.product-content table td, .product-content table th {
  display: table-cell !important;
  float: none !important;
  width: auto !important;
  text-align: left !important;
  vertical-align: middle !important;
  background: #fff;
  border: 1px solid var(--bbdg-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 16px !important;
}
.product-content table td p, .product-content table th p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
  line-height: 1.55 !important;
}
.product-content table td:first-child {
  width: 34% !important;
  background: var(--bbdg-soft) !important;
  font-weight: 700;
  color: var(--bbdg-blue-dark);
}
.product-content table thead td, .product-content table thead th {
  background: var(--bbdg-blue) !important;
  color: #fff !important;
  font-weight: 700;
  border-color: var(--bbdg-blue) !important;
}
.product-content table thead td p, .product-content table thead td strong { color: #fff !important; }
.product-content table thead td:first-child { width: 34% !important; }
.product-content table tbody tr:nth-child(even) td:last-child { background: #fbfcfe; }
.product-content table tbody tr:hover td { background: #eef4fc !important; }
.product-content table tbody tr:hover td:first-child { background: #e6eefa !important; }
@media (max-width: 600px) {
  .product-content { font-size: 15px; }
  .product-content table { font-size: 14px; }
  .product-content table td, .product-content table th { padding: 10px 12px !important; }
  .product-content table td:first-child,
  .product-content table thead td:first-child { width: 40% !important; }
}
.header-inner.flex-row.container.logo-left.medium-logo-left { padding: 15px 15px; }

/* Codex post 20422 polish - GMP headings and featured products */
body.postid-20422 .entry-content h3,
body.postid-20422 .content-data h3 {
  padding-left: 10px !important;
  margin: 18px 0 8px !important;
  line-height: 1.32 !important;
  border-left-width: 4px !important;
}
body.postid-20422 .post-widget-box-wrapper .widget-title {
  display: block !important;
  padding: 3px 0 8px 10px !important;
  margin: 0 0 12px !important;
  color: #1a3a6b !important;
  border-left: 4px solid #1a3a6b !important;
  border-bottom: 2px solid #0b4ea2 !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}
body.postid-20422 .post-widget-box-wrapper .box-category ul {
  display: grid !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.postid-20422 .post-widget-box-wrapper .box-category .archive-cat-item {
  display: block !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  background: #f6f8fb !important;
  border: 1px solid #e7edf4 !important;
  border-radius: 8px !important;
}
body.postid-20422 .post-widget-box-wrapper .box-category .archive-cat-item a {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 92px !important;
  padding: 0 !important;
}
body.postid-20422 .post-widget-box-wrapper .box-category .archive-cat-item img {
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  object-fit: contain !important;
  background: #fff !important;
  border: 1px solid #e3eaf2 !important;
  border-radius: 7px !important;
  padding: 4px !important;
}
body.postid-20422 .post-widget-box-wrapper .box-category .archive-cat-item span {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  color: #1a3a6b !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  overflow-wrap: anywhere !important;
}
@media screen and (max-width: 480px) {
  body.postid-20422 .post-widget-box-wrapper .box-category .archive-cat-item a {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 16px !important;
  }
  body.postid-20422 .post-widget-box-wrapper .box-category .archive-cat-item img {
    width: 96px !important;
    height: 86px !important;
    min-width: 96px !important;
  }
}

/* Fix metadata author-class collision on single posts (Codex 2026-06-29) */
body.single-post .wt-post-meta ul li.post-author.bbdg-author-box.bbdg-author-post {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: .4em 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  overflow: visible !important;
}
body.single-post .wt-post-meta ul li.post-author.bbdg-author-box.bbdg-author-post span {
  width: auto !important;
  max-width: none !important;
}

/* Mobile author and related-post readability fix (Codex 2026-06-29) */
@media screen and (max-width: 600px) {
  body.single-post div.post-author.bbdg-author-box.bbdg-author-post {
    display: block !important;
    margin: 20px 0 24px !important;
    padding: 14px !important;
  }

  body.single-post div.post-author.bbdg-author-post .widget-title {
    margin-bottom: 12px !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  body.single-post div.post-author.bbdg-author-post .widget-content .icon-box {
    display: block !important;
    overflow: hidden !important;
  }

  body.single-post div.post-author.bbdg-author-post .icon-box-img {
    float: left !important;
    width: 74px !important;
    min-width: 74px !important;
    margin: 0 14px 8px 0 !important;
  }

  body.single-post div.post-author.bbdg-author-post .icon-box-img img {
    width: 74px !important;
    height: 74px !important;
  }

  body.single-post div.post-author.bbdg-author-post .icon-box-text {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  body.single-post div.post-author.bbdg-author-post .icon-box-text .text p {
    text-align: left !important;
    line-height: 1.65 !important;
  }

  body.single-post div.post-author.bbdg-author-post .icon-box-text .text p:first-child span {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  body.single-post div.post-author.bbdg-author-post .icon-box-text ul {
    clear: both !important;
    padding-left: 20px !important;
  }

  body.single-post div.post-author.bbdg-author-post .icon-box-text a {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.single-post .post-related .owl-stage-outer {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
  }

  body.single-post .post-related .owl-stage {
    display: flex !important;
    width: max-content !important;
    transform: none !important;
    gap: 14px !important;
  }

  body.single-post .post-related .owl-item {
    display: flex !important;
    width: 260px !important;
    min-width: 260px !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
  }

  body.single-post .post-related .owl-item.cloned {
    display: none !important;
  }

  body.single-post .post-related .blog-post {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.single-post .post-related .wt-post-info {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding-top: 12px !important;
  }

  body.single-post .post-related .wt-post-meta ul {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 8px 0 10px !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.single-post .post-related .wt-post-meta ul li {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }

  body.single-post .post-related .wt-post-meta ul li::after,
  body.single-post .post-related .wt-post-meta ul li::before {
    display: none !important;
    content: none !important;
  }

  body.single-post .post-related .wt-post-meta .post-view {
    text-align: right !important;
  }

  body.single-post .post-related .wt-post-text {
    margin-top: auto !important;
  }
}

/* Mobile author justified text and intact Facebook URL (Codex 2026-06-29) */
@media screen and (max-width: 600px) {
  body.single-post div.post-author.bbdg-author-post .icon-box-text .text p:not(:first-child) {
    text-align: justify !important;
    text-align-last: left !important;
    text-justify: inter-word !important;
    hyphens: auto !important;
  }

  body.single-post div.post-author.bbdg-author-post .icon-box-text .text ul li:first-child strong {
    display: block !important;
    width: 100% !important;
    margin-top: 3px !important;
  }

  body.single-post div.post-author.bbdg-author-post .icon-box-text .text ul li:first-child a {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: 12px !important;
    letter-spacing: -0.25px !important;
  }
}

/* Remove underlines from all footer section headings (Codex 2026-06-29) */
footer#footer .vp-footer-header p {
  border-bottom: 0 !important;
}

/* CAPABILITY DEMO LIVE START */
body.page-id-537 .entry-header { display:none !important; }
body.page-id-537 .page-wrapper { max-width:none !important; padding:0 !important; }
body.page-id-537 #content { padding:0 !important; }
body.page-id-537 .entry-content { padding:0 !important; }
body.page-id-537 .capdemo {
  --cd-blue:#063d82; --cd-navy:#06264f; --cd-green:#1e9b50; --cd-yellow:#f5d60a;
  --cd-ink:#122033; --cd-muted:#607086; --cd-line:#dce5ef; --cd-soft:#f3f7fb;
  color:var(--cd-ink); font-size:16px; line-height:1.65; overflow:hidden; background:#fff;
}
body.page-id-537 .capdemo, body.page-id-537 .capdemo * { box-sizing:border-box; }
body.page-id-537 .capdemo img { display:block; max-width:100%; }
body.page-id-537 .cd-container { width:min(1180px,calc(100% - 40px)); margin:0 auto; }
body.page-id-537 .cd-hero {
  position:relative; min-height:650px; display:grid; align-items:center; overflow:hidden;
  color:#fff; background:var(--cd-navy);
}
body.page-id-537 .cd-hero:before {
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg,rgba(3,24,53,.96) 0%,rgba(3,35,75,.82) 48%,rgba(3,35,75,.16) 100%),
  url("https://baobidonggoi.com.vn/wp-content/uploads/2026/06/nang-luc-doanh-nghiep.svg") center center / cover no-repeat;
}
body.page-id-537 .cd-hero:after {
  content:""; position:absolute; inset:auto -10% -180px 35%; height:360px;
  background:radial-gradient(circle,rgba(30,155,80,.35),transparent 68%);
}
body.page-id-537 .cd-hero .cd-container { position:relative; z-index:2; padding:78px 0 105px; }
body.page-id-537 .cd-eyebrow {
  display:inline-flex; align-items:center; gap:10px; color:var(--cd-yellow);
  font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:1.8px;
}
body.page-id-537 .cd-eyebrow:before { content:""; width:34px; height:3px; background:var(--cd-yellow); border-radius:2px; }
body.page-id-537 .cd-hero h1 {
  max-width:800px; margin:18px 0 20px; padding:0; color:#fff; border:0;
  font-size:clamp(42px,6vw,74px); line-height:1.06; letter-spacing:-2px; text-transform:none;
}
body.page-id-537 .cd-hero h1 span { color:var(--cd-yellow); }
body.page-id-537 .cd-hero p { max-width:670px; margin:0 0 30px; color:#d9e7f7; font-size:18px; line-height:1.7; }
body.page-id-537 .cd-actions { display:flex; gap:13px; flex-wrap:wrap; }
body.page-id-537 .cd-btn {
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:14px 22px; border-radius:12px; font-size:14px; font-weight:850; text-decoration:none !important;
}
body.page-id-537 .cd-btn-primary { background:var(--cd-green); color:#fff !important; }
body.page-id-537 .cd-btn-ghost { border:1px solid rgba(255,255,255,.4); color:#fff !important; background:rgba(255,255,255,.06); }
body.page-id-537 .cd-stats-wrap { position:relative; z-index:5; margin-top:-62px; }
body.page-id-537 .cd-stats {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); background:#fff;
  border-radius:22px; box-shadow:0 18px 50px rgba(4,42,88,.13); overflow:hidden;
}
body.page-id-537 .cd-stat { padding:28px 30px; border-right:1px solid var(--cd-line); }
body.page-id-537 .cd-stat:last-child { border-right:0; }
body.page-id-537 .cd-stat strong { display:block; color:var(--cd-blue); font-size:34px; line-height:1.1; letter-spacing:-1px; }
body.page-id-537 .cd-stat span { display:block; margin-top:8px; color:var(--cd-muted); font-size:13px; font-weight:700; }
body.page-id-537 .cd-section { padding:100px 0; }
body.page-id-537 .cd-section-head {
  display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:70px; align-items:end; margin-bottom:44px;
}
body.page-id-537 .cd-section-head h2 {
  margin:12px 0 0; padding:0; border:0; color:var(--cd-navy); text-transform:none;
  font-size:clamp(32px,4vw,49px); line-height:1.12; letter-spacing:-1.5px;
}
body.page-id-537 .cd-section-head h2:after { display:none; content:none; }
body.page-id-537 .cd-section-head p { margin:0; color:var(--cd-muted); font-size:16px; }
body.page-id-537 .cd-kicker { color:var(--cd-green); text-transform:uppercase; letter-spacing:1.5px; font-weight:900; font-size:12px; }
body.page-id-537 .cd-intro-grid { display:grid; grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr); gap:26px; }
body.page-id-537 .cd-feature-img {
  position:relative; border-radius:20px; overflow:hidden; min-height:510px;
  box-shadow:0 18px 50px rgba(4,42,88,.13);
}
body.page-id-537 .cd-feature-img img { width:100% !important; height:100% !important; object-fit:cover !important; margin:0 !important; }
body.page-id-537 .cd-caption {
  position:absolute; inset:auto 20px 20px; padding:18px 20px; color:#fff;
  background:rgba(5,37,77,.88); border:1px solid rgba(255,255,255,.15); border-radius:14px;
}
body.page-id-537 .cd-caption strong { font-size:18px; }
body.page-id-537 .cd-cards { display:grid; gap:18px; }
body.page-id-537 .cd-tech-card {
  padding:26px; border:1px solid var(--cd-line); border-radius:18px; background:#fff;
}
body.page-id-537 .cd-icon {
  width:46px; height:46px; display:grid; place-items:center; border-radius:12px;
  background:#eaf3fc; color:var(--cd-blue); font-weight:950;
}
body.page-id-537 .cd-tech-card h3 { margin:16px 0 7px; padding:0; color:var(--cd-navy); font-size:19px; }
body.page-id-537 .cd-tech-card p { margin:0; color:var(--cd-muted); font-size:14px; }
body.page-id-537 .cd-dark { position:relative; overflow:hidden; background:var(--cd-navy); color:#fff; }
body.page-id-537 .cd-dark .cd-section-head h2 { color:#fff; }
body.page-id-537 .cd-dark .cd-section-head p { color:#b9c9dc; }
body.page-id-537 .cd-machine-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
body.page-id-537 .cd-machine { background:#0b3565; border:1px solid rgba(255,255,255,.09); border-radius:18px; overflow:hidden; }
body.page-id-537 .cd-machine img { width:100% !important; height:230px !important; object-fit:cover !important; margin:0 !important; }
body.page-id-537 .cd-machine-body { padding:24px; }
body.page-id-537 .cd-num { font-size:12px; color:var(--cd-yellow); font-weight:900; letter-spacing:1.2px; }
body.page-id-537 .cd-machine h3 { margin:6px 0 10px; padding:0; color:#fff; font-size:21px; }
body.page-id-537 .cd-machine p { margin:0; color:#bfd0e3; font-size:14px; }
body.page-id-537 .cd-chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:17px; }
body.page-id-537 .cd-chip { padding:6px 9px; border-radius:8px; background:rgba(255,255,255,.07); font-size:11px; color:#e9f3ff; }
body.page-id-537 .cd-process { background:var(--cd-soft); }
body.page-id-537 .cd-steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; counter-reset:cdstep; }
body.page-id-537 .cd-step {
  counter-increment:cdstep; min-height:195px; position:relative; overflow:hidden;
  padding:24px 22px; border-radius:17px; border:1px solid var(--cd-line); background:#fff;
}
body.page-id-537 .cd-step:after {
  content:counter(cdstep,decimal-leading-zero); position:absolute; right:13px; bottom:-15px;
  color:#edf3f9; font-size:70px; line-height:1; font-weight:950;
}
body.page-id-537 .cd-dot { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:var(--cd-green); color:#fff; font-weight:900; }
body.page-id-537 .cd-step h3 { position:relative; z-index:1; margin:16px 0 6px; padding:0; color:var(--cd-navy); font-size:17px; }
body.page-id-537 .cd-step p { position:relative; z-index:1; margin:0; color:var(--cd-muted); font-size:13px; }
body.page-id-537 .cd-quality-grid { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:stretch; }
body.page-id-537 .cd-quality-copy { padding:46px; border-radius:20px; background:linear-gradient(145deg,var(--cd-blue),var(--cd-navy)); color:#fff; }
body.page-id-537 .cd-quality-copy h2 { margin:12px 0 18px; padding:0; border:0; color:#fff; text-transform:none; font-size:38px; line-height:1.15; }
body.page-id-537 .cd-quality-copy p { color:#d6e4f4; }
body.page-id-537 .cd-check-list { list-style:none; padding:0; margin:26px 0 0; display:grid; gap:13px; }
body.page-id-537 .cd-check-list li { position:relative; margin:0; padding-left:31px; font-weight:700; font-size:14px; list-style:none; }
body.page-id-537 .cd-check-list li:before {
  content:"✓"; position:absolute; left:0; width:20px; height:20px; display:grid; place-items:center;
  border-radius:50%; background:var(--cd-green); color:#fff; font-size:12px;
}
body.page-id-537 .cd-quality-photo { min-height:470px; position:relative; overflow:hidden; border-radius:20px; }
body.page-id-537 .cd-quality-photo img { width:100% !important; height:100% !important; object-fit:cover !important; margin:0 !important; }
body.page-id-537 .cd-badge {
  position:absolute; right:20px; bottom:20px; left:20px; padding:20px; border-radius:14px;
  background:#fff; box-shadow:0 18px 50px rgba(4,42,88,.13);
}
body.page-id-537 .cd-badge strong { display:block; color:var(--cd-blue); font-size:18px; }
body.page-id-537 .cd-badge span { color:var(--cd-muted); font-size:13px; }
body.page-id-537 .cd-products { padding-top:20px; }
body.page-id-537 .cd-products .cd-section-head { grid-template-columns:1fr; max-width:780px; margin-left:auto; margin-right:auto; text-align:center; }
body.page-id-537 .cd-pill-row { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; }
body.page-id-537 .cd-pill { padding:11px 16px; border-radius:999px; background:#fff; border:1px solid var(--cd-line); color:#31455f; font-weight:750; font-size:13px; }
body.page-id-537 .cd-cta { padding:70px 0 80px; }
body.page-id-537 .cd-cta-box {
  display:grid; grid-template-columns:1fr auto; gap:35px; align-items:center;
  padding:48px 54px; border-radius:26px; background:linear-gradient(120deg,#0a58a8,#063d82 56%,#062b5a); color:#fff;
}
body.page-id-537 .cd-cta h2 { margin:0 0 10px; padding:0; border:0; color:#fff; text-transform:none; font-size:36px; line-height:1.18; }
body.page-id-537 .cd-cta p { margin:0; color:#d7e5f5; }
body.page-id-537 .cd-cta .cd-btn { white-space:nowrap; background:var(--cd-yellow); color:var(--cd-navy) !important; }

@media screen and (max-width:980px) {
  body.page-id-537 .cd-section-head, body.page-id-537 .cd-intro-grid, body.page-id-537 .cd-quality-grid { grid-template-columns:1fr; gap:25px; }
  body.page-id-537 .cd-machine-grid { grid-template-columns:1fr 1fr; }
  body.page-id-537 .cd-steps { grid-template-columns:1fr 1fr; }
  body.page-id-537 .cd-feature-img { min-height:420px; }
  body.page-id-537 .cd-cta-box { grid-template-columns:1fr; }
}
@media screen and (max-width:640px) {
  body.page-id-537 .cd-container { width:calc(100% - 28px); }
  body.page-id-537 .cd-hero { min-height:660px; }
  body.page-id-537 .cd-hero .cd-container { padding:70px 0 105px; }
  body.page-id-537 .cd-hero h1 { font-size:42px; letter-spacing:-1.2px; }
  body.page-id-537 .cd-hero p { font-size:16px; }
  body.page-id-537 .cd-actions .cd-btn { width:100%; }
  body.page-id-537 .cd-stats-wrap { margin-top:-70px; }
  body.page-id-537 .cd-stats { grid-template-columns:1fr 1fr; }
  body.page-id-537 .cd-stat { padding:22px 16px; }
  body.page-id-537 .cd-stat:nth-child(2) { border-right:0; }
  body.page-id-537 .cd-stat:nth-child(-n+2) { border-bottom:1px solid var(--cd-line); }
  body.page-id-537 .cd-stat strong { font-size:28px; }
  body.page-id-537 .cd-stat span { font-size:11px; }
  body.page-id-537 .cd-section { padding:76px 0; }
  body.page-id-537 .cd-section-head h2 { font-size:34px; }
  body.page-id-537 .cd-feature-img { min-height:330px; }
  body.page-id-537 .cd-machine-grid, body.page-id-537 .cd-steps { grid-template-columns:1fr; }
  body.page-id-537 .cd-quality-copy { padding:30px 24px; }
  body.page-id-537 .cd-quality-copy h2 { font-size:31px; }
  body.page-id-537 .cd-quality-photo { min-height:390px; }
  body.page-id-537 .cd-cta { padding:50px 0 60px; }
  body.page-id-537 .cd-cta-box { padding:34px 25px; }
  body.page-id-537 .cd-cta h2 { font-size:29px; }
  body.page-id-537 .cd-cta .cd-btn { width:100%; }
}
/* CAPABILITY DEMO LIVE END */

/* CAPABILITY TWO-SECTIONS FIX START */
body.page-id-537 .cd-quality-grid {
  align-items:center;
  margin-top:-35px;
  margin-bottom:-55px;
}
body.page-id-537 .cd-quality-photo {
  min-height:435px;
  height:435px;
  align-self:center;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#eef3f8;
}
body.page-id-537 .cd-quality-photo img {
  width:100% !important;
  height:auto !important;
  max-height:100% !important;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:center !important;
}
body.page-id-537 .cd-quality-copy { padding:40px; }
body.page-id-537 .cd-quality-copy p,
body.page-id-537 .cd-quality-copy li { font-size:15px; line-height:1.65; }
body.page-id-537 .cd-products { padding:40px 0 60px !important; }
body.page-id-537 .cd-products .cd-section-head { margin-bottom:25px; }
body.page-id-537 .cd-products .cd-section-head p { font-size:15px; line-height:1.6; }
body.page-id-537 .cd-pill { padding:12px 17px; font-size:14px; }
@media screen and (max-width:980px) {
  body.page-id-537 .cd-quality-grid { margin-top:0; margin-bottom:0; }
  body.page-id-537 .cd-quality-photo {
    min-height:0;
    height:auto;
    display:block;
  }
}
@media screen and (max-width:640px) {
  body.page-id-537 .cd-quality-copy { padding:28px 22px; }
  body.page-id-537 .cd-products { padding:55px 0 60px !important; }
  body.page-id-537 .cd-products .cd-section-head { margin-bottom:22px; }
}
/* CAPABILITY TWO-SECTIONS FIX END */


/* CAPABILITY INDUSTRY GRID START */
body.page-id-537 .cd-products {
  padding:70px 0 78px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f3f7fb 100%);
}
body.page-id-537 .cd-products .cd-section-head {
  max-width:820px;
  margin-bottom:38px;
}
body.page-id-537 .cd-products .cd-section-head h2 { margin-top:10px; }
body.page-id-537 .cd-pill-row {
  counter-reset:industry;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  justify-content:stretch;
}
body.page-id-537 .cd-pill {
  counter-increment:industry;
  position:relative;
  display:flex;
  align-items:center;
  min-height:86px;
  padding:18px 20px 18px 76px;
  border:1px solid #d8e5f1;
  border-radius:16px;
  background:#fff;
  color:#173655;
  box-shadow:0 8px 22px rgba(6,61,130,.07);
  font-size:15px;
  font-weight:800;
  line-height:1.35;
  text-align:left;
}
body.page-id-537 .cd-pill:before {
  content:counter(industry,decimal-leading-zero);
  position:absolute;
  left:18px;
  top:50%;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border-radius:12px;
  background:#e9f4ed;
  color:#168447;
  font-size:13px;
  font-weight:900;
}
body.page-id-537 .cd-pill:nth-child(3n+2):before {
  background:#e9f1fb;
  color:#0b58a5;
}
body.page-id-537 .cd-pill:nth-child(3n):before {
  background:#fff7ce;
  color:#8b7200;
}
@media screen and (max-width:980px) {
  body.page-id-537 .cd-pill-row { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media screen and (max-width:640px) {
  body.page-id-537 .cd-products { padding:55px 0 62px !important; }
  body.page-id-537 .cd-pill-row { grid-template-columns:1fr; gap:12px; }
  body.page-id-537 .cd-pill { min-height:76px; padding:15px 18px 15px 70px; }
}
/* CAPABILITY INDUSTRY GRID END */



/* CAPABILITY REBUILD 2026-06-30 START */
body.page-id-537 .capdemo { --cd-blue:#063d82; --cd-navy:#06264f; --cd-green:#168447; --cd-yellow:#f5d60a; }
body.page-id-537 .cd-anchor-nav { position:relative; z-index:7; background:#fff; border-bottom:1px solid var(--cd-line); box-shadow:0 8px 24px rgba(6,38,79,.06); }
body.page-id-537 .cd-anchor-inner { display:flex; gap:8px; padding:14px 0; overflow-x:auto; scrollbar-width:none; }
body.page-id-537 .cd-anchor-inner::-webkit-scrollbar { display:none; }
body.page-id-537 .cd-anchor-inner a { flex:0 0 auto; padding:9px 13px; border-radius:999px; color:#31455f; background:#f3f7fb; font-size:12px; font-weight:800; text-decoration:none; }
body.page-id-537 .cd-anchor-inner a:hover { color:#fff; background:var(--cd-blue); }
body.page-id-537 .cd-section[id] { scroll-margin-top:100px; }
body.page-id-537 .cd-factory-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:28px; align-items:stretch; }
body.page-id-537 .cd-factory-photo { min-height:560px; position:relative; overflow:hidden; border-radius:22px; box-shadow:0 18px 50px rgba(4,42,88,.13); }
body.page-id-537 .cd-factory-photo img { width:100%!important; height:100%!important; object-fit:cover!important; margin:0!important; }
body.page-id-537 .cd-factory-photo .cd-caption { inset:auto 22px 22px; }
body.page-id-537 .cd-spec-list { display:grid; gap:12px; }
body.page-id-537 .cd-spec { display:grid; grid-template-columns:58px 1fr; gap:16px; align-items:start; padding:20px; border:1px solid var(--cd-line); border-radius:17px; background:#fff; }
body.page-id-537 .cd-spec-no { width:58px; height:58px; display:grid; place-items:center; border-radius:15px; color:var(--cd-blue); background:#e9f2fc; font-size:18px; font-weight:950; }
body.page-id-537 .cd-spec h3 { margin:1px 0 5px; padding:0; color:var(--cd-navy); font-size:18px; }
body.page-id-537 .cd-spec p { margin:0; color:var(--cd-muted); font-size:13px; line-height:1.6; }
body.page-id-537 .cd-office { background:var(--cd-soft); }
body.page-id-537 .cd-office-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:28px; align-items:center; }
body.page-id-537 .cd-office-photo { min-height:470px; overflow:hidden; border-radius:22px; box-shadow:0 18px 50px rgba(4,42,88,.11); }
body.page-id-537 .cd-office-photo img { width:100%!important; height:100%!important; object-fit:cover!important; margin:0!important; }
body.page-id-537 .cd-office-copy h2 { margin:12px 0 18px; padding:0; border:0; color:var(--cd-navy); font-size:clamp(32px,4vw,48px); line-height:1.12; text-transform:none; }
body.page-id-537 .cd-office-copy p { color:var(--cd-muted); }
body.page-id-537 .cd-team-tags { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:23px; }
body.page-id-537 .cd-team-tag { padding:14px 15px; border-radius:13px; background:#fff; border:1px solid var(--cd-line); color:#24425f; font-size:13px; font-weight:800; }
body.page-id-537 .cd-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
body.page-id-537 .cd-product-card { min-height:145px; display:flex; flex-direction:column; justify-content:space-between; padding:21px; border:1px solid var(--cd-line); border-radius:17px; background:#fff; box-shadow:0 8px 22px rgba(6,61,130,.06); text-decoration:none!important; }
body.page-id-537 .cd-product-card span { color:var(--cd-green); font-size:11px; font-weight:950; text-transform:uppercase; letter-spacing:1px; }
body.page-id-537 .cd-product-card strong { color:var(--cd-navy); font-size:17px; line-height:1.3; }
body.page-id-537 .cd-product-card em { color:var(--cd-blue); font-size:12px; font-style:normal; font-weight:800; }
body.page-id-537 .cd-product-card:hover { transform:translateY(-3px); border-color:#9ebfe2; box-shadow:0 15px 30px rgba(6,61,130,.12); }
body.page-id-537 .cd-cases { background:var(--cd-navy); }
body.page-id-537 .cd-cases .cd-section-head h2 { color:#fff; }
body.page-id-537 .cd-cases .cd-section-head p { color:#b9c9dc; }
body.page-id-537 .cd-case-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
body.page-id-537 .cd-case-card { overflow:hidden; border-radius:18px; background:#fff; box-shadow:0 12px 30px rgba(0,0,0,.16); }
body.page-id-537 .cd-case-image { height:220px; display:block; overflow:hidden; background:#eaf0f6; text-decoration:none; }
body.page-id-537 .cd-case-image img { width:100%!important; height:100%!important; object-fit:cover!important; margin:0!important; transition:transform .35s ease; }
body.page-id-537 .cd-case-card:hover .cd-case-image img { transform:scale(1.04); }
body.page-id-537 .cd-image-placeholder { height:100%; display:grid; place-items:center; padding:20px; color:#61748a; text-align:center; font-weight:800; }
body.page-id-537 .cd-case-body { padding:21px; }
body.page-id-537 .cd-case-label { color:var(--cd-green); font-size:10px; font-weight:950; text-transform:uppercase; letter-spacing:1.1px; }
body.page-id-537 .cd-case-body h3 { margin:7px 0 9px; padding:0; font-size:18px; line-height:1.35; }
body.page-id-537 .cd-case-body h3 a { color:var(--cd-navy); text-decoration:none; }
body.page-id-537 .cd-case-body p { min-height:66px; margin:0 0 15px; color:var(--cd-muted); font-size:13px; line-height:1.65; }
body.page-id-537 .cd-case-link { color:var(--cd-blue)!important; font-size:13px; font-weight:900; text-decoration:none!important; }
body.page-id-537 .cd-cases-foot { margin-top:28px; text-align:center; }
body.page-id-537 .cd-cases-foot .cd-btn { border:1px solid rgba(255,255,255,.35); color:#fff!important; background:rgba(255,255,255,.07); }
body.page-id-537 .cd-proof-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:28px; align-items:stretch; }
body.page-id-537 .cd-cert-photo { min-height:500px; position:relative; overflow:hidden; border-radius:22px; background:#eef3f8; }
body.page-id-537 .cd-cert-photo img { width:100%!important; height:100%!important; object-fit:contain!important; margin:0!important; }
body.page-id-537 .cd-proof-copy { padding:42px; border-radius:22px; color:#fff; background:linear-gradient(145deg,var(--cd-blue),var(--cd-navy)); }
body.page-id-537 .cd-proof-copy h2 { margin:12px 0 18px; padding:0; border:0; color:#fff; font-size:38px; line-height:1.15; text-transform:none; }
body.page-id-537 .cd-proof-copy p { color:#d6e4f4; }
body.page-id-537 .cd-proof-numbers { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:24px; }
body.page-id-537 .cd-proof-number { padding:17px; border-radius:14px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.12); }
body.page-id-537 .cd-proof-number strong { display:block; color:var(--cd-yellow); font-size:25px; line-height:1.1; }
body.page-id-537 .cd-proof-number span { display:block; margin-top:6px; color:#e5effa; font-size:11px; font-weight:750; }
body.page-id-537 .cd-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:25px; }
body.page-id-537 .cd-contact-card { padding:20px; border-radius:15px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.13); }
body.page-id-537 .cd-contact-card strong { display:block; margin-bottom:5px; color:var(--cd-yellow); font-size:12px; text-transform:uppercase; letter-spacing:.8px; }
body.page-id-537 .cd-contact-card span, body.page-id-537 .cd-contact-card a { color:#fff!important; font-size:14px; line-height:1.55; text-decoration:none!important; }
@media screen and (max-width:980px) {
 body.page-id-537 .cd-factory-grid, body.page-id-537 .cd-office-grid, body.page-id-537 .cd-proof-grid { grid-template-columns:1fr; }
 body.page-id-537 .cd-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 body.page-id-537 .cd-case-grid { grid-template-columns:1fr 1fr; }
 body.page-id-537 .cd-factory-photo { min-height:430px; }
}
@media screen and (max-width:640px) {
 body.page-id-537 .cd-anchor-inner { padding:11px 0; }
 body.page-id-537 .cd-factory-photo, body.page-id-537 .cd-office-photo { min-height:310px; }
 body.page-id-537 .cd-spec { grid-template-columns:48px 1fr; padding:17px; }
 body.page-id-537 .cd-spec-no { width:48px; height:48px; }
 body.page-id-537 .cd-team-tags, body.page-id-537 .cd-product-grid, body.page-id-537 .cd-case-grid, body.page-id-537 .cd-proof-numbers, body.page-id-537 .cd-contact-grid { grid-template-columns:1fr; }
 body.page-id-537 .cd-case-image { height:210px; }
 body.page-id-537 .cd-case-body p { min-height:0; }
 body.page-id-537 .cd-proof-copy { padding:29px 23px; }
 body.page-id-537 .cd-proof-copy h2 { font-size:31px; }
 body.page-id-537 .cd-cert-photo { min-height:360px; }
}
/* CAPABILITY REBUILD 2026-06-30 END */


/* CAPABILITY SCREENSHOT FIX 2026-06-30 START */
/* WordPress wpautop inserts BR nodes between block elements: remove them from layout calculations. */
body.page-id-537 .cd-product-grid br,
body.page-id-537 .cd-anchor-inner br {
  display:none !important;
}

/* Product cards: four balanced columns on desktop, without phantom rows. */
body.page-id-537 .cd-product-grid {
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch;
}
body.page-id-537 .cd-product-card {
  width:100%;
  min-width:0;
}

/* Office photo: preserve the source ratio and remove the empty area below it. */
body.page-id-537 .cd-office-photo {
  min-height:0 !important;
  height:auto !important;
  aspect-ratio:1200 / 650;
  align-self:center;
  background:transparent !important;
}
body.page-id-537 .cd-office-photo img {
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center !important;
}

/* Anchor links: centered and visually tied to the stats block. */
body.page-id-537 .cd-anchor-inner {
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  overflow:visible;
}
@media screen and (max-width:980px) {
  body.page-id-537 .cd-product-grid {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media screen and (max-width:640px) {
  body.page-id-537 .cd-product-grid {
    grid-template-columns:1fr !important;
  }
  body.page-id-537 .cd-anchor-inner {
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
  }
}
/* CAPABILITY SCREENSHOT FIX 2026-06-30 END */


/* CAPABILITY CLEAN HEADINGS 2026-06-30 START */
body.page-id-537 .cd-section-head.cd-head-single {
  display:flex !important;
  grid-template-columns:none !important;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  width:100%;
  max-width:none;
  margin:0 0 42px;
  text-align:left;
}
body.page-id-537 .cd-section-head.cd-head-single div:first-child {
  flex:1 1 auto;
  max-width:720px;
}
body.page-id-537 .cd-section-head.cd-head-single h2 {
  max-width:720px;
  margin-bottom:0;
}
body.page-id-537 .cd-head-btn {
  flex:0 0 auto;
  min-height:46px;
  padding:13px 19px;
  margin:0 0 4px;
  border-radius:11px;
  white-space:nowrap;
  font-size:13px;
  font-weight:900;
}
body.page-id-537 .cd-btn-outline {
  color:var(--cd-blue) !important;
  background:#fff;
  border:1px solid #aac4df;
}
body.page-id-537 .cd-btn-outline:hover {
  color:#fff !important;
  background:var(--cd-blue);
  border-color:var(--cd-blue);
}
body.page-id-537 .cd-dark .cd-btn-light {
  color:var(--cd-navy) !important;
  background:var(--cd-yellow);
  border:1px solid var(--cd-yellow);
}
body.page-id-537 .cd-dark .cd-btn-light:hover {
  background:#fff;
  border-color:#fff;
}
body.page-id-537 .cd-cases .cd-head-btn {
  color:#fff !important;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.42);
}
body.page-id-537 .cd-cases .cd-head-btn:hover {
  color:var(--cd-navy) !important;
  background:var(--cd-yellow);
  border-color:var(--cd-yellow);
}
@media screen and (max-width:760px) {
  body.page-id-537 .cd-section-head.cd-head-single {
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
    margin-bottom:30px;
  }
  body.page-id-537 .cd-section-head.cd-head-single div:first-child,
  body.page-id-537 .cd-section-head.cd-head-single h2 {
    max-width:100%;
  }
  body.page-id-537 .cd-head-btn {
    width:100%;
    margin:0;
  }
}
/* CAPABILITY CLEAN HEADINGS 2026-06-30 END */


/* CAPABILITY BOTTOM ACTIONS 2026-06-30 START */
body.page-id-537 .cd-section-head.cd-head-only {
  display:block !important;
  width:100%;
  max-width:none;
  margin:0 0 38px;
  text-align:left;
}
body.page-id-537 .cd-section-head.cd-head-only div:first-child,
body.page-id-537 .cd-section-head.cd-head-only h2 {
  width:100%;
  max-width:760px;
}
body.page-id-537 .cd-section-action {
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  margin:34px 0 0;
}
body.page-id-537 .cd-section-action .cd-head-btn {
  width:auto;
  min-width:210px;
  margin:0;
  padding:14px 22px;
  justify-content:center;
}
body.page-id-537 .cd-dark .cd-section-action .cd-btn-light {
  color:var(--cd-navy) !important;
  background:var(--cd-yellow);
  border-color:var(--cd-yellow);
}
body.page-id-537 .cd-cases .cd-section-action .cd-btn-ghost {
  color:#fff !important;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.42);
}
@media screen and (max-width:640px) {
  body.page-id-537 .cd-section-head.cd-head-only {
    margin-bottom:28px;
  }
  body.page-id-537 .cd-section-action {
    margin-top:26px;
  }
  body.page-id-537 .cd-section-action .cd-head-btn {
    width:100%;
    min-width:0;
  }
}
/* CAPABILITY BOTTOM ACTIONS 2026-06-30 END */


/* CAPABILITY FINAL POLISH AND FORM 2026-06-30 START */
body.page-id-537 .capdemo {
  --cd-blue:#063d82;
  --cd-navy:#06264f;
  --cd-green:#168447;
  --cd-yellow:#f5d60a;
  --cd-ink:#122033;
  --cd-muted:#607086;
  --cd-line:#dce5ef;
  --cd-soft:#f3f7fb;
  font-family:"Inter",sans-serif;
  font-size:16px;
  line-height:1.65;
}
body.page-id-537 .capdemo h1,
body.page-id-537 .capdemo h2,
body.page-id-537 .capdemo h3,
body.page-id-537 .capdemo h4,
body.page-id-537 .capdemo p,
body.page-id-537 .capdemo a,
body.page-id-537 .capdemo input,
body.page-id-537 .capdemo textarea,
body.page-id-537 .capdemo select,
body.page-id-537 .capdemo button {
  font-family:"Inter",sans-serif;
}
body.page-id-537 .cd-hero { min-height:620px; }
body.page-id-537 .cd-hero .cd-container { padding:72px 0 96px; }
body.page-id-537 .cd-hero h1 { font-size:clamp(44px,5.7vw,70px); font-weight:900; line-height:1.04; }
body.page-id-537 .cd-hero p { max-width:690px; font-size:17px; line-height:1.65; }
body.page-id-537 .cd-stats-wrap { margin-top:-58px; }
body.page-id-537 .cd-section { padding:76px 0; }
body.page-id-537 .cd-products { padding:76px 0 !important; }
body.page-id-537 .cd-cta { padding:76px 0; background:var(--cd-soft); }
body.page-id-537 #van-phong { background:#fff; }
body.page-id-537 #quy-trinh { background:var(--cd-soft); }
body.page-id-537 #san-pham { background:#fff; }
body.page-id-537 #uy-tin { background:var(--cd-soft); }
body.page-id-537 .cd-section-head,
body.page-id-537 .cd-section-head.cd-head-only {
  margin-bottom:34px;
}
body.page-id-537 .cd-section-head h2,
body.page-id-537 .cd-office-copy h2 {
  max-width:760px;
  margin-top:10px;
  font-size:clamp(32px,3.8vw,46px);
  font-weight:850;
  line-height:1.12;
  letter-spacing:-1.1px;
}
body.page-id-537 .cd-kicker {
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
}
body.page-id-537 .cd-section-action { margin-top:28px; }
body.page-id-537 .cd-btn,
body.page-id-537 .cd-section-action .cd-head-btn {
  min-width:0;
  min-height:48px;
  height:auto;
  padding:13px 20px;
  border-radius:10px;
  font-size:14px;
  font-weight:850;
  line-height:1.2;
  letter-spacing:0;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
body.page-id-537 .cd-btn:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(6,38,79,.16);
}
body.page-id-537 .cd-btn-primary,
body.page-id-537 .cd-section-action .cd-btn {
  color:#fff !important;
  background:var(--cd-green) !important;
  border:1px solid var(--cd-green) !important;
}
body.page-id-537 .cd-btn-primary:hover,
body.page-id-537 .cd-section-action .cd-btn:hover {
  background:#11733b !important;
  border-color:#11733b !important;
}
body.page-id-537 .cd-dark .cd-section-action .cd-btn,
body.page-id-537 .cd-cases .cd-section-action .cd-btn {
  color:var(--cd-navy) !important;
  background:var(--cd-yellow) !important;
  border-color:var(--cd-yellow) !important;
}
body.page-id-537 .cd-tech-card,
body.page-id-537 .cd-spec,
body.page-id-537 .cd-step,
body.page-id-537 .cd-product-card {
  border-color:#d7e2ee;
  box-shadow:0 7px 20px rgba(6,61,130,.055);
}
body.page-id-537 .cd-tech-card,
body.page-id-537 .cd-spec { padding:22px; }
body.page-id-537 .cd-card,
body.page-id-537 .cd-case-card,
body.page-id-537 .cd-product-card { border-radius:16px; }
body.page-id-537 .cd-proof-copy { padding:38px; }
body.page-id-537 .cd-proof-copy h2 { font-size:36px; line-height:1.15; }
body.page-id-537 .cd-cta-box {
  grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr);
  align-items:stretch;
  gap:34px;
  padding:42px;
  border-radius:24px;
}
body.page-id-537 .cd-cta h2 {
  font-size:34px;
  line-height:1.16;
}
body.page-id-537 .cd-contact-grid { gap:12px; margin-top:22px; }
body.page-id-537 .cd-contact-card { padding:17px; }
body.page-id-537 .cd-contact-form {
  align-self:stretch;
  padding:28px;
  border-radius:18px;
  background:#fff;
  color:var(--cd-ink);
  box-shadow:0 16px 42px rgba(2,22,48,.2);
}
body.page-id-537 .cd-contact-form .cd-kicker { color:var(--cd-green); }
body.page-id-537 .cd-contact-form h3 {
  margin:7px 0 8px;
  padding:0;
  border:0;
  color:var(--cd-navy);
  font-size:27px;
  font-weight:850;
  line-height:1.2;
}
body.page-id-537 .cd-contact-form .cd-form-note {
  margin:0 0 18px;
  color:var(--cd-muted);
  font-size:13px;
  line-height:1.55;
}
body.page-id-537 .cd-contact-form .wpcf7,
body.page-id-537 .cd-contact-form form { margin:0; }
body.page-id-537 .cd-contact-form form p { margin:0 0 12px; color:#29425e; font-size:13px; font-weight:700; }
body.page-id-537 .cd-contact-form label { display:block; color:#29425e; font-size:13px; font-weight:750; }
body.page-id-537 .cd-contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body.page-id-537 .cd-contact-form textarea,
body.page-id-537 .cd-contact-form select {
  width:100%;
  min-height:44px;
  margin-top:6px;
  padding:10px 12px;
  border:1px solid #cfdbea;
  border-radius:9px;
  background:#f8fafc;
  color:var(--cd-ink);
  font-size:14px;
  line-height:1.45;
  outline:none;
  box-shadow:none;
}
body.page-id-537 .cd-contact-form textarea { min-height:105px; resize:vertical; }
body.page-id-537 .cd-contact-form input:focus,
body.page-id-537 .cd-contact-form textarea:focus,
body.page-id-537 .cd-contact-form select:focus {
  border-color:var(--cd-blue);
  background:#fff;
  box-shadow:0 0 0 3px rgba(6,61,130,.1);
}
body.page-id-537 .cd-contact-form input[type="submit"],
body.page-id-537 .cd-contact-form button[type="submit"] {
  width:100%;
  min-height:48px;
  margin:2px 0 0;
  padding:13px 20px;
  border:1px solid var(--cd-green);
  border-radius:10px;
  background:var(--cd-green);
  color:#fff;
  font-size:14px;
  font-weight:850;
  cursor:pointer;
}
body.page-id-537 .cd-contact-form .wpcf7-spinner { margin:8px auto 0; }
body.page-id-537 .cd-contact-form .wpcf7-response-output { margin:14px 0 0 !important; padding:10px 12px !important; border-radius:9px; font-size:13px; }
@media screen and (max-width:980px) {
  body.page-id-537 .cd-section { padding:66px 0; }
  body.page-id-537 .cd-products,
  body.page-id-537 .cd-cta { padding:66px 0 !important; }
  body.page-id-537 .cd-cta-box { grid-template-columns:1fr; }
}
@media screen and (max-width:640px) {
  body.page-id-537 .cd-hero { min-height:620px; }
  body.page-id-537 .cd-hero .cd-container { padding:62px 0 92px; }
  body.page-id-537 .cd-hero h1 { font-size:40px; line-height:1.06; }
  body.page-id-537 .cd-section { padding:54px 0; }
  body.page-id-537 .cd-products,
  body.page-id-537 .cd-cta { padding:54px 0 !important; }
  body.page-id-537 .cd-section-head,
  body.page-id-537 .cd-section-head.cd-head-only { margin-bottom:26px; }
  body.page-id-537 .cd-section-head h2,
  body.page-id-537 .cd-office-copy h2 { font-size:31px; letter-spacing:-.7px; }
  body.page-id-537 .cd-section-action { margin-top:24px; }
  body.page-id-537 .cd-cta-box { padding:25px 20px; gap:25px; border-radius:20px; }
  body.page-id-537 .cd-cta h2 { font-size:29px; }
  body.page-id-537 .cd-contact-form { padding:21px 17px; border-radius:15px; }
  body.page-id-537 .cd-contact-form h3 { font-size:24px; }
}
/* CAPABILITY FINAL POLISH AND FORM 2026-06-30 END */


/* CAPABILITY COMPACT FORM AND RHYTHM 2026-06-30 START */
body.page-id-537 .cd-section { padding:64px 0; }
body.page-id-537 .cd-products,
body.page-id-537 .cd-cta { padding:64px 0 !important; }
body.page-id-537 .cd-contact-form .contact-form-content {
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}
body.page-id-537 .cd-contact-form .contact-msg { display:none !important; }
body.page-id-537 .cd-contact-form .contact-form-content .row {
  margin:0 !important;
  padding:0 !important;
}
body.page-id-537 .cd-contact-form .contact-input {
  margin-bottom:10px !important;
}
body.page-id-537 .cd-contact-form .contact-form-content .col {
  padding-top:0 !important;
  padding-bottom:0 !important;
}
body.page-id-537 .cd-contact-form form p { margin:0 !important; }
body.page-id-537 .cd-contact-form input[type="submit"],
body.page-id-537 .cd-contact-form button[type="submit"] {
  width:100% !important;
  min-height:48px !important;
  height:48px !important;
  margin-top:2px !important;
  padding:0 20px !important;
  border-radius:10px !important;
}
body.page-id-537 .cd-proof-copy p:last-child {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
body.page-id-537 .cd-proof-copy p:last-child .cd-btn {
  min-height:48px;
  margin:0;
  padding:13px 18px;
  border-radius:10px;
  font-size:14px;
  font-weight:850;
}
body.page-id-537 .cd-proof-copy p:last-child .cd-btn-outline {
  color:var(--cd-navy) !important;
  background:var(--cd-yellow) !important;
  border:1px solid var(--cd-yellow) !important;
}
@media screen and (max-width:980px) {
  body.page-id-537 .cd-section { padding:54px 0; }
  body.page-id-537 .cd-products,
  body.page-id-537 .cd-cta { padding:54px 0 !important; }
}
@media screen and (max-width:640px) {
  body.page-id-537 .cd-section { padding:46px 0; }
  body.page-id-537 .cd-products,
  body.page-id-537 .cd-cta { padding:46px 0 !important; }
  body.page-id-537 .cd-proof-copy p:last-child .cd-btn { width:100%; }
}
/* CAPABILITY COMPACT FORM AND RHYTHM 2026-06-30 END */


/* CAPABILITY NEW EVIDENCE IMAGES 2026-06-30 START */
body.page-id-537 .cd-tech-card {
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:132px;
  padding:16px !important;
  overflow:hidden;
}
body.page-id-537 .cd-tech-thumb {
  display:block;
  width:118px !important;
  height:100px !important;
  margin:0 !important;
  border-radius:12px;
  object-fit:cover !important;
  object-position:center;
  background:#eaf0f6;
}
body.page-id-537 .cd-tech-copy { min-width:0; }
body.page-id-537 .cd-tech-copy .cd-icon {
  width:34px;
  height:34px;
  border-radius:9px;
  font-size:12px;
}
body.page-id-537 .cd-tech-copy h3 {
  margin:9px 0 5px;
  font-size:17px;
  line-height:1.3;
}
body.page-id-537 .cd-tech-copy p {
  font-size:13px;
  line-height:1.55;
}
body.page-id-537 .cd-feature-img img,
body.page-id-537 .cd-cert-photo img {
  image-rendering:auto;
}
@media screen and (max-width:640px) {
  body.page-id-537 .cd-tech-card {
    grid-template-columns:104px minmax(0,1fr);
    gap:13px;
    min-height:122px;
    padding:13px !important;
  }
  body.page-id-537 .cd-tech-thumb {
    width:104px !important;
    height:92px !important;
  }
  body.page-id-537 .cd-tech-copy h3 { font-size:16px; }
}
/* CAPABILITY NEW EVIDENCE IMAGES 2026-06-30 END */


/* CAPABILITY WIDE HEADINGS AND IMAGE SWITCHER 2026-06-30 START */
body.page-id-537 .cd-section-head,
body.page-id-537 .cd-section-head.cd-head-only,
body.page-id-537 .cd-products .cd-section-head {
  width:100%;
  max-width:1100px !important;
}
body.page-id-537 .cd-section-head.cd-head-only div:first-child,
body.page-id-537 .cd-section-head.cd-head-only h2,
body.page-id-537 .cd-section-head h2,
body.page-id-537 .cd-office-copy h2,
body.page-id-537 .cd-products .cd-section-head h2 {
  width:100%;
  max-width:none !important;
}
body.page-id-537 .cd-products .cd-section-head {
  margin-left:auto;
  margin-right:auto;
}
body.page-id-537 .cd-tech-card {
  cursor:pointer;
  position:relative;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
body.page-id-537 .cd-tech-card:hover,
body.page-id-537 .cd-tech-card:focus {
  transform:translateY(-2px);
  border-color:#7eb29a;
  box-shadow:0 12px 28px rgba(6,61,130,.12);
  outline:none;
}
body.page-id-537 .cd-tech-card.is-active {
  border-color:var(--cd-green);
  background:#f4fbf7;
  box-shadow:0 0 0 2px rgba(22,132,71,.14),0 12px 28px rgba(6,61,130,.1);
}
body.page-id-537 .cd-tech-card.is-active .cd-icon {
  color:#fff;
  background:var(--cd-green);
}
body.page-id-537 .cd-feature-img img {
  transition:opacity .18s ease,transform .35s ease;
}
body.page-id-537 .cd-feature-img.is-switching img {
  opacity:.25;
  transform:scale(1.015);
}
@media screen and (max-width:760px) {
  body.page-id-537 .cd-section-head,
  body.page-id-537 .cd-section-head.cd-head-only,
  body.page-id-537 .cd-products .cd-section-head {
    max-width:100% !important;
  }
}
/* CAPABILITY WIDE HEADINGS AND IMAGE SWITCHER 2026-06-30 END */


/* CAPABILITY HEADING FULL WIDTH FINAL 2026-06-30 START */
body.page-id-537 .cd-section-head,
body.page-id-537 .cd-section-head.cd-head-only,
body.page-id-537 .cd-products .cd-section-head {
  max-width:none !important;
}
body.page-id-537 #uy-tin .cd-section-head h2 {
  font-size:clamp(36px,3.4vw,42px);
  letter-spacing:-.9px;
}
@media screen and (max-width:640px) {
  body.page-id-537 #uy-tin .cd-section-head h2 {
    font-size:31px;
    letter-spacing:-.7px;
  }
}
/* CAPABILITY HEADING FULL WIDTH FINAL 2026-06-30 END */

/* CAPABILITY EQUIPMENT GALLERY 2026-06-30 START */
body.page-id-537 #quy-mo .cd-equipment-feature {
  background:#ffffff;
}
body.page-id-537 #quy-mo .cd-equipment-feature img {
  object-position:center;
}
body.page-id-537 #quy-mo .cd-equipment-card {
  background:#ffffff;
}
body.page-id-537 #quy-mo .cd-equipment-card.is-active {
  background:#f4fbf7;
}
body.page-id-537 #quy-mo .cd-equipment-card:focus-visible {
  outline:3px solid rgba(245,214,10,.75);
  outline-offset:3px;
}
body.page-id-537 #quy-mo .cd-equipment-card .cd-icon {
  font-size:12px;
}
@media screen and (max-width:640px) {
  body.page-id-537 #quy-mo .cd-equipment-feature {
    min-height:330px;
  }
}
 /* CAPABILITY EQUIPMENT GALLERY 2026-06-30 END */

body.page-id-537 #quy-mo .cd-caption-detail { display:inline; }


/* CAPABILITY HEADING SYSTEM REPAIR 2026-06-30 START */
body.page-id-537 #nang-luc-san-xuat &gt; .cd-container &gt; .cd-section-head h2,
body.page-id-537 #quy-mo &gt; .cd-container &gt; .cd-section-head h2,
body.page-id-537 #quy-trinh &gt; .cd-container &gt; .cd-section-head h2,
body.page-id-537 #san-pham &gt; .cd-container &gt; .cd-section-head h2,
body.page-id-537 #du-an &gt; .cd-container &gt; .cd-section-head h2,
body.page-id-537 #uy-tin &gt; .cd-container &gt; .cd-section-head h2,
body.page-id-537 .cd-office-copy h2 {
  width:100%;
  max-width:none !important;
  font-size:clamp(34px,3.8vw,46px) !important;
  line-height:1.12 !important;
  letter-spacing:-1.1px !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  white-space:normal;
  text-wrap:wrap;
}
body.page-id-537 .cd-proof-copy h2,
body.page-id-537 .cd-cta h2,
body.page-id-537 .cd-tech-card h3,
body.page-id-537 .cd-spec h3 {
  word-break:normal !important;
  overflow-wrap:normal !important;
}
@media screen and (max-width:640px) {
  body.page-id-537 #nang-luc-san-xuat &gt; .cd-container &gt; .cd-section-head h2,
  body.page-id-537 #quy-mo &gt; .cd-container &gt; .cd-section-head h2,
  body.page-id-537 #quy-trinh &gt; .cd-container &gt; .cd-section-head h2,
  body.page-id-537 #san-pham &gt; .cd-container &gt; .cd-section-head h2,
  body.page-id-537 #du-an &gt; .cd-container &gt; .cd-section-head h2,
  body.page-id-537 #uy-tin &gt; .cd-container &gt; .cd-section-head h2,
  body.page-id-537 .cd-office-copy h2 {
    font-size:31px !important;
    line-height:1.12 !important;
    letter-spacing:-.7px !important;
  }
}
 /* CAPABILITY HEADING SYSTEM REPAIR 2026-06-30 END */

/* CAPABILITY HEADING EXACT OVERRIDE 2026-06-30 START */
body.page-id-537 .capdemo section &gt; .cd-container &gt; .cd-section-head &gt; div &gt; h2 {
  width:100% !important;
  max-width:none !important;
  font-size:46px !important;
  line-height:1.12 !important;
  letter-spacing:-1.1px !important;
}
@media screen and (max-width:640px) {
  body.page-id-537 .capdemo section &gt; .cd-container &gt; .cd-section-head &gt; div &gt; h2 {
    font-size:31px !important;
    line-height:1.12 !important;
    letter-spacing:-.7px !important;
  }
}
 /* CAPABILITY HEADING EXACT OVERRIDE 2026-06-30 END */

/* CAPABILITY HEADING WP SAFE OVERRIDE 2026-06-30 START */
body.page-id-537 .capdemo section .cd-section-head h2 {
  width:100% !important;
  max-width:none !important;
  font-size:46px !important;
  line-height:1.12 !important;
  letter-spacing:-1.1px !important;
}
@media screen and (max-width:640px) {
  body.page-id-537 .capdemo section .cd-section-head h2 {
    font-size:31px !important;
    line-height:1.12 !important;
    letter-spacing:-.7px !important;
  }
}
 /* CAPABILITY HEADING WP SAFE OVERRIDE 2026-06-30 END */

/* BBDG NEWS ARCHIVE 2026-06-30 START */
body.page-id-605 #main {
  background:#f3f7fb;
}
body.page-id-605 .bbdg-news {
  padding:54px 0 76px;
  color:#122033;
  font-family:"Inter",sans-serif;
}
body.page-id-605 .bbdg-news-container {
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}
body.page-id-605 .bbdg-news-breadcrumb {
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:28px;
  color:#6a7b90;
  font-size:13px;
}
body.page-id-605 .bbdg-news-breadcrumb a {
  color:#0b4ea2;
  font-weight:750;
  text-decoration:none;
}
body.page-id-605 .bbdg-news-header {
  max-width:820px;
  margin:0 auto 38px;
  text-align:center;
}
body.page-id-605 .bbdg-news-kicker {
  display:block;
  margin-bottom:9px;
  color:#168447;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
body.page-id-605 .bbdg-news-header h1 {
  margin:0;
  padding:0;
  color:#06264f;
  font-size:clamp(36px,4.2vw,52px);
  font-weight:900;
  line-height:1.08;
  letter-spacing:-1.4px;
  text-transform:none;
}
body.page-id-605 .bbdg-news-header p {
  max-width:680px;
  margin:16px auto 0;
  color:#607086;
  font-size:16px;
  line-height:1.65;
}
body.page-id-605 .bbdg-news-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
body.page-id-605 .bbdg-news-card {
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #dce5ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(6,61,130,.075);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
body.page-id-605 .bbdg-news-card:hover {
  transform:translateY(-4px);
  border-color:#a9c5df;
  box-shadow:0 17px 36px rgba(6,61,130,.13);
}
body.page-id-605 .bbdg-news-image {
  display:block;
  width:100%;
  aspect-ratio:1200 / 650;
  overflow:hidden;
  background:#e9f0f7;
  text-decoration:none;
}
body.page-id-605 .bbdg-news-image img {
  display:block;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  object-fit:cover !important;
  transition:transform .35s ease;
}
body.page-id-605 .bbdg-news-card:hover .bbdg-news-image img {
  transform:scale(1.035);
}
body.page-id-605 .bbdg-news-placeholder {
  display:grid;
  width:100%;
  height:100%;
  place-items:center;
  color:#0b4ea2;
  font-size:18px;
  font-weight:900;
}
body.page-id-605 .bbdg-news-body {
  display:flex;
  flex:1;
  flex-direction:column;
  padding:22px;
}
body.page-id-605 .bbdg-news-meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:11px;
  color:#758499;
  font-size:11px;
  font-weight:750;
}
body.page-id-605 .bbdg-news-meta span {
  color:#168447;
  text-transform:uppercase;
  letter-spacing:.65px;
}
body.page-id-605 .bbdg-news-body h2 {
  margin:0;
  padding:0;
  border:0;
  color:#06264f;
  font-size:20px;
  font-weight:850;
  line-height:1.35;
  letter-spacing:-.25px;
  text-transform:none;
}
body.page-id-605 .bbdg-news-body h2:after {
  display:none;
  content:none;
}
body.page-id-605 .bbdg-news-body h2 a {
  color:#06264f;
  text-decoration:none;
}
body.page-id-605 .bbdg-news-body p {
  margin:12px 0 18px;
  color:#607086;
  font-size:14px;
  line-height:1.65;
}
body.page-id-605 .bbdg-news-more {
  margin-top:auto;
  color:#0b4ea2;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}
body.page-id-605 .bbdg-news-pagination {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:38px;
}
body.page-id-605 .bbdg-news-pages {
  display:flex;
  align-items:center;
  gap:8px;
}
body.page-id-605 .bbdg-news-page {
  display:inline-flex;
  min-width:44px;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border:1px solid #cddbea;
  border-radius:10px;
  background:#fff;
  color:#063d82;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}
body.page-id-605 .bbdg-news-page:hover,
body.page-id-605 .bbdg-news-page.is-current {
  border-color:#168447;
  background:#168447;
  color:#fff;
}
body.page-id-605 .bbdg-news-page.is-current {
  pointer-events:none;
}
body.page-id-605 .bbdg-news-empty {
  padding:40px;
  border-radius:16px;
  background:#fff;
  color:#607086;
  text-align:center;
}
@media screen and (max-width:900px) {
  body.page-id-605 .bbdg-news-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media screen and (max-width:640px) {
  body.page-id-605 .bbdg-news {
    padding:36px 0 52px;
  }
  body.page-id-605 .bbdg-news-container {
    width:calc(100% - 28px);
  }
  body.page-id-605 .bbdg-news-header {
    margin-bottom:28px;
    text-align:left;
  }
  body.page-id-605 .bbdg-news-header h1 {
    font-size:34px;
    letter-spacing:-.8px;
  }
  body.page-id-605 .bbdg-news-header p {
    margin-top:12px;
    font-size:15px;
  }
  body.page-id-605 .bbdg-news-grid {
    grid-template-columns:1fr;
    gap:16px;
  }
  body.page-id-605 .bbdg-news-body {
    padding:19px;
  }
  body.page-id-605 .bbdg-news-pagination {
    flex-wrap:wrap;
    gap:10px;
  }
  body.page-id-605 .bbdg-news-prev,
  body.page-id-605 .bbdg-news-next {
    order:2;
    flex:1 1 45%;
  }
  body.page-id-605 .bbdg-news-pages {
    width:100%;
    justify-content:center;
  }
}
 /* BBDG NEWS ARCHIVE 2026-06-30 END */

/* BBDG NEWS ORGANIZED SECTIONS 2026-06-30 START */
body.page-id-605 .bbdg-news-organized {
  padding:54px 0 0;
}
body.page-id-605 .bbdg-news-jump {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0 0 52px;
  padding:14px;
  border:1px solid #dce5ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(6,61,130,.07);
}
body.page-id-605 .bbdg-news-jump a {
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:10px 15px;
  border-radius:10px;
  background:#f3f7fb;
  color:#183754;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
body.page-id-605 .bbdg-news-jump a:hover {
  transform:translateY(-2px);
  background:#168447;
  color:#fff;
}
body.page-id-605 .bbdg-news-section {
  padding:66px 0;
  scroll-margin-top:100px;
}
body.page-id-605 .bbdg-news-section--business,
body.page-id-605 .bbdg-news-section--policies {
  background:#fff;
}
body.page-id-605 .bbdg-news-section--knowledge,
body.page-id-605 .bbdg-news-section--expert {
  background:#f3f7fb;
}
body.page-id-605 .bbdg-news-section--partners {
  background:#06264f;
}
body.page-id-605 .bbdg-news-section-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:32px;
}
body.page-id-605 .bbdg-news-section-title {
  max-width:760px;
}
body.page-id-605 .bbdg-news-section-title h2 {
  margin:8px 0 0;
  padding:0;
  border:0;
  color:#06264f;
  font-size:40px;
  font-weight:900;
  line-height:1.12;
  letter-spacing:-.9px;
  text-transform:none;
}
body.page-id-605 .bbdg-news-section-title h2:after {
  display:none;
  content:none;
}
body.page-id-605 .bbdg-news-section-title p {
  margin:13px 0 0;
  color:#607086;
  font-size:15px;
  line-height:1.65;
}
body.page-id-605 .bbdg-news-category-link {
  display:inline-flex;
  min-height:46px;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  padding:12px 17px;
  border:1px solid #b8cadc;
  border-radius:10px;
  background:#fff;
  color:#063d82;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}
body.page-id-605 .bbdg-news-category-link:hover {
  border-color:#168447;
  background:#168447;
  color:#fff;
}
body.page-id-605 .bbdg-news-grid--business {
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body.page-id-605 .bbdg-news-grid--business .bbdg-news-card {
  box-shadow:0 16px 38px rgba(6,61,130,.12);
}
body.page-id-605 .bbdg-news-grid--business .bbdg-news-body h3 {
  font-size:24px;
}
body.page-id-605 .bbdg-news-grid--partners,
body.page-id-605 .bbdg-news-grid--knowledge,
body.page-id-605 .bbdg-news-grid--policies {
  grid-template-columns:repeat(3,minmax(0,1fr));
}
body.page-id-605 .bbdg-news-grid--expert {
  grid-template-columns:minmax(0,780px);
}
body.page-id-605 .bbdg-news-grid--expert .bbdg-news-card {
  display:grid;
  grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);
}
body.page-id-605 .bbdg-news-grid--expert .bbdg-news-image {
  height:100%;
  aspect-ratio:auto;
}
body.page-id-605 .bbdg-news-body h3 {
  margin:0;
  padding:0;
  border:0;
  color:#06264f;
  font-size:20px;
  font-weight:850;
  line-height:1.35;
  letter-spacing:-.25px;
  text-transform:none;
}
body.page-id-605 .bbdg-news-body h3 a {
  color:#06264f;
  text-decoration:none;
}
body.page-id-605 .bbdg-news-section--partners .bbdg-news-section-title h2 {
  color:#fff;
}
body.page-id-605 .bbdg-news-section--partners .bbdg-news-section-title p {
  color:#bfd0e3;
}
body.page-id-605 .bbdg-news-section--partners .bbdg-news-kicker {
  color:#f5d60a;
}
body.page-id-605 .bbdg-news-section--partners .bbdg-news-category-link {
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.08);
  color:#fff;
}
body.page-id-605 .bbdg-news-section--partners .bbdg-news-category-link:hover {
  border-color:#f5d60a;
  background:#f5d60a;
  color:#06264f;
}
body.page-id-605 .bbdg-news-section--partners .bbdg-news-card {
  border-color:rgba(255,255,255,.12);
}
@media screen and (max-width:900px) {
  body.page-id-605 .bbdg-news-jump {
    justify-content:flex-start;
    overflow-x:auto;
  }
  body.page-id-605 .bbdg-news-jump a {
    flex:0 0 auto;
  }
  body.page-id-605 .bbdg-news-grid--business,
  body.page-id-605 .bbdg-news-grid--partners,
  body.page-id-605 .bbdg-news-grid--knowledge,
  body.page-id-605 .bbdg-news-grid--policies {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media screen and (max-width:640px) {
  body.page-id-605 .bbdg-news-organized {
    padding-top:36px;
  }
  body.page-id-605 .bbdg-news-jump {
    margin-bottom:34px;
    padding:10px;
  }
  body.page-id-605 .bbdg-news-section {
    padding:48px 0;
  }
  body.page-id-605 .bbdg-news-section-head {
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
    margin-bottom:25px;
  }
  body.page-id-605 .bbdg-news-section-title h2 {
    font-size:31px;
    letter-spacing:-.6px;
  }
  body.page-id-605 .bbdg-news-category-link {
    width:100%;
  }
  body.page-id-605 .bbdg-news-grid--business,
  body.page-id-605 .bbdg-news-grid--partners,
  body.page-id-605 .bbdg-news-grid--knowledge,
  body.page-id-605 .bbdg-news-grid--policies,
  body.page-id-605 .bbdg-news-grid--expert {
    grid-template-columns:1fr;
  }
  body.page-id-605 .bbdg-news-grid--business .bbdg-news-body h3 {
    font-size:21px;
  }
  body.page-id-605 .bbdg-news-grid--expert .bbdg-news-card {
    display:flex;
  }
  body.page-id-605 .bbdg-news-grid--expert .bbdg-news-image {
    aspect-ratio:1200 / 650;
  }
}
 /* BBDG NEWS ORGANIZED SECTIONS 2026-06-30 END */

/* BBDG NEWS PROPORTION REPAIR 2026-06-30 START */
body.page-id-605 .bbdg-news-organized {
  padding-top:40px;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-container {
  width:min(1100px,calc(100% - 40px));
}
body.page-id-605 .bbdg-news-organized .bbdg-news-breadcrumb {
  margin-bottom:18px;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-header {
  max-width:760px;
  margin-bottom:26px;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-header h1 {
  font-size:clamp(38px,3.7vw,50px);
  line-height:1.08;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-jump {
  width:max-content;
  max-width:100%;
  margin:0 auto 38px;
  padding:9px;
  border-radius:999px;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-jump a {
  min-height:40px;
  padding:9px 15px;
  border-radius:999px;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-section {
  padding:54px 0;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-grid--business {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-image {
  width:100%;
  height:auto;
  aspect-ratio:1200 / 650;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-image img {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
@media screen and (max-width:640px) {
  body.page-id-605 .bbdg-news-organized {
    padding-top:30px;
  }
  body.page-id-605 .bbdg-news-organized .bbdg-news-container {
    width:calc(100% - 28px);
  }
  body.page-id-605 .bbdg-news-organized .bbdg-news-header h1 {
    font-size:34px;
  }
  body.page-id-605 .bbdg-news-organized .bbdg-news-jump {
    width:100%;
    margin-bottom:28px;
    border-radius:14px;
  }
  body.page-id-605 .bbdg-news-organized .bbdg-news-jump a {
    flex:1 0 auto;
  }
  body.page-id-605 .bbdg-news-organized .bbdg-news-section {
    padding:44px 0;
  }
  body.page-id-605 .bbdg-news-organized .bbdg-news-grid--business {
    grid-template-columns:1fr;
  }
}
 /* BBDG NEWS PROPORTION REPAIR 2026-06-30 END */

/* BBDG NEWS HERO CENTER 2026-06-30 START */
body.page-id-605 .bbdg-news-organized .bbdg-news-header {
  display:block !important;
  width:100% !important;
  max-width:760px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
  float:none !important;
  transform:none !important;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-header .bbdg-news-kicker,
body.page-id-605 .bbdg-news-organized .bbdg-news-header h1 {
  display:block !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-header p {
  display:block !important;
  width:100% !important;
  max-width:680px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}
@media screen and (max-width:640px) {
  body.page-id-605 .bbdg-news-organized .bbdg-news-header,
  body.page-id-605 .bbdg-news-organized .bbdg-news-header .bbdg-news-kicker,
  body.page-id-605 .bbdg-news-organized .bbdg-news-header h1,
  body.page-id-605 .bbdg-news-organized .bbdg-news-header p {
    text-align:center !important;
  }
}
/* BBDG NEWS HERO CENTER 2026-06-30 END */


/* BBDG NEWS IMAGE AND BUTTON CONSISTENCY 2026-06-30 START */
/* Keep category featured images at their original 1200x650 ratio. */
body.category-586 .list-posts .wt-post-media,
body.category-588 .list-posts .wt-post-media {
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:1200 / 650 !important;
  overflow:hidden !important;
  background:#eef3f8 !important;
}
body.category-586 .list-posts .wt-post-media a,
body.category-588 .list-posts .wt-post-media a {
  display:block !important;
  width:100% !important;
  height:100% !important;
}
body.category-586 .list-posts .wt-post-media img,
body.category-588 .list-posts .wt-post-media img {
  display:block !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  object-fit:contain !important;
  object-position:center !important;
}
/* Never crop article images inside the organized news page. */
body.page-id-605 .bbdg-news-organized .bbdg-news-image {
  background:#eef3f8 !important;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-image img {
  object-fit:contain !important;
  object-position:center !important;
}
/* Use the same CTA color as “Xem danh mục sản phẩm”. */
body.page-id-605 .bbdg-news-organized .bbdg-news-jump a,
body.page-id-605 .bbdg-news-organized .bbdg-news-category-link,
body.page-id-605 .bbdg-news-organized .bbdg-news-page,
body.category-586 .nav-pagination .page-number,
body.category-588 .nav-pagination .page-number {
  border-color:#8ee45d !important;
  background:#8ee45d !important;
  color:#003f86 !important;
  font-weight:800 !important;
  box-shadow:none !important;
}
body.page-id-605 .bbdg-news-organized .bbdg-news-jump a:hover,
body.page-id-605 .bbdg-news-organized .bbdg-news-jump a:focus,
body.page-id-605 .bbdg-news-organized .bbdg-news-category-link:hover,
body.page-id-605 .bbdg-news-organized .bbdg-news-category-link:focus,
body.page-id-605 .bbdg-news-organized .bbdg-news-page:hover,
body.page-id-605 .bbdg-news-organized .bbdg-news-page:focus,
body.page-id-605 .bbdg-news-organized .bbdg-news-page.is-current,
body.category-586 .nav-pagination .page-number:hover,
body.category-586 .nav-pagination .page-number.current,
body.category-588 .nav-pagination .page-number:hover,
body.category-588 .nav-pagination .page-number.current {
  border-color:#76cf43 !important;
  background:#76cf43 !important;
  color:#003f86 !important;
}
/* BBDG NEWS IMAGE AND BUTTON CONSISTENCY 2026-06-30 END */


/* BBDG NEWS LEADING IMAGE HEIGHT RELEASE 2026-06-30 START */
body.category-586 .list-posts .wt-post-media,
body.category-588 .list-posts .wt-post-media,
body.category-586 .list-posts .wt-post-media a,
body.category-588 .list-posts .wt-post-media a,
body.category-586 .list-posts .wt-post-media img,
body.category-588 .list-posts .wt-post-media img {
  max-height:none !important;
}
body.category-586 .list-posts .grid-column-1 .wt-post-media,
body.category-588 .list-posts .grid-column-1 .wt-post-media {
  height:auto !important;
  aspect-ratio:1200 / 650 !important;
}
/* BBDG NEWS LEADING IMAGE HEIGHT RELEASE 2026-06-30 END */


/* BBDG PROJECT DETAIL REAL LINK 2026-06-30 START */
body.category-596 .list-posts .wt-post-info::after {
  display:none !important;
  content:none !important;
}
body.category-596 .list-posts .bbdg-project-detail-link {
  display:inline-flex !important;
  min-height:44px;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:10px 18px;
  border:1px solid #8ee45d;
  border-radius:999px;
  background:#8ee45d;
  color:#003f86 !important;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  text-decoration:none !important;
  cursor:pointer;
  position:relative;
  z-index:3;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
body.category-596 .list-posts .bbdg-project-detail-link:hover,
body.category-596 .list-posts .bbdg-project-detail-link:focus {
  border-color:#76cf43;
  background:#76cf43;
  color:#003f86 !important;
  transform:translateY(-1px);
}
/* BBDG PROJECT DETAIL REAL LINK 2026-06-30 END */


/* BBDG GLOBAL BUTTON SYSTEM 2026-06-30 START */
:root {
  --bbdg-button-bg:#8ee45d;
  --bbdg-button-bg-hover:#76cf43;
  --bbdg-button-text:#003f86;
}
/* Unified content CTAs across pages, posts, products, forms and archives. */
#main a.button,
#main button.button,
#main button.btn,
#main button:not(.btn-comment-reply):not(.btn-comment-like):not(.mfp-close):not(.flickity-button):not(.owl-prev):not(.owl-next):not(.toggle),
#main input[type="submit"],
#main input[type="button"],
#main .wpcf7-submit,
#main .wp-element-button,
#main a[role="button"],
#main .bbdg-btn,
#main .cd-btn,
#main .bbdg-news-category-link,
#main .bbdg-news-page,
#main .bbdg-project-detail-link,
#main .nav-pagination .page-number {
  border-color:var(--bbdg-button-bg) !important;
  background:var(--bbdg-button-bg) !important;
  background-color:var(--bbdg-button-bg) !important;
  color:var(--bbdg-button-text) !important;
  text-shadow:none !important;
  box-shadow:none !important;
  font-weight:800 !important;
}
#main a.button:hover,
#main a.button:focus,
#main button.button:hover,
#main button.button:focus,
#main button.btn:hover,
#main button.btn:focus,
#main button:not(.btn-comment-reply):not(.btn-comment-like):not(.mfp-close):not(.flickity-button):not(.owl-prev):not(.owl-next):not(.toggle):hover,
#main button:not(.btn-comment-reply):not(.btn-comment-like):not(.mfp-close):not(.flickity-button):not(.owl-prev):not(.owl-next):not(.toggle):focus,
#main input[type="submit"]:hover,
#main input[type="submit"]:focus,
#main input[type="button"]:hover,
#main input[type="button"]:focus,
#main .wpcf7-submit:hover,
#main .wpcf7-submit:focus,
#main .wp-element-button:hover,
#main .wp-element-button:focus,
#main a[role="button"]:hover,
#main a[role="button"]:focus,
#main .bbdg-btn:hover,
#main .bbdg-btn:focus,
#main .cd-btn:hover,
#main .cd-btn:focus,
#main .bbdg-news-category-link:hover,
#main .bbdg-news-category-link:focus,
#main .bbdg-news-page:hover,
#main .bbdg-news-page:focus,
#main .bbdg-project-detail-link:hover,
#main .bbdg-project-detail-link:focus,
#main .nav-pagination .page-number:hover,
#main .nav-pagination .page-number.current {
  border-color:var(--bbdg-button-bg-hover) !important;
  background:var(--bbdg-button-bg-hover) !important;
  background-color:var(--bbdg-button-bg-hover) !important;
  color:var(--bbdg-button-text) !important;
}
#main a.button *,
#main button.button *,
#main button.btn *,
#main .bbdg-btn *,
#main .cd-btn *,
#main .bbdg-news-category-link *,
#main .bbdg-project-detail-link * {
  color:inherit !important;
}
/* Preserve icon-only controls and lightweight comment actions. */
#main .btn-comment-reply,
#main .mfp-close,
#main .flickity-button {
  background:transparent !important;
  box-shadow:none !important;
}
/* BBDG GLOBAL BUTTON SYSTEM 2026-06-30 END */


/* BBDG GLOBAL BUTTON ICON EXCLUSIONS 2026-06-30 START */
#main button.flickity-button,
#main button.owl-prev,
#main button.owl-next,
#main button.toggle,
#main button.btn-comment-reply,
#main button.btn-comment-like,
#main button.mfp-close {
  border-color:transparent !important;
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
  color:inherit !important;
  text-shadow:none !important;
}
/* BBDG GLOBAL BUTTON ICON EXCLUSIONS 2026-06-30 END */







/* HOMEPAGE LIVE POLISH 2026-07-01 START */
body.home #main .header-home-page h2,
body.home #main .section-title h2,
body.home #main h2.section-title,
body.home #main .section-title-normal,
body.home #main .section-title-center{
  font-size:clamp(30px,3.2vw,44px)!important;
  line-height:1.18!important;
  letter-spacing:-.025em!important;
}
body.home #main h1{font-size:clamp(30px,3vw,42px)!important;line-height:1.2!important}
body.home #main h3{font-size:clamp(17px,1.7vw,22px);line-height:1.35}
body.home #main .section-description-text,
body.home #main .section-description-text span,
body.home #main .text-desktop,
body.home #main .text-desktop span{font-size:17px!important;line-height:1.7!important}
body.home #main .section{padding-top:52px;padding-bottom:52px}
body.home #main .ss-hero{padding-top:0!important;padding-bottom:0!important}
body.home #main .img-inner{background:#f3f6f8}
body.home #main .ux-logo img,
body.home #main .product-small img,
body.home #main .box-image img,
body.home #main .ss-hero img{object-fit:contain!important}
body.home #main .ux-banner-grid .img-inner img,
body.home #main .banner-grid .img-inner img,
body.home #main .grid-col .img-inner img{
  object-fit:contain!important;
  object-position:center!important;
  background:#eef3f6;
  padding:6px;
}
body.home #main .blog-post-inner .box-image img,
body.home #main .post-item .box-image img{object-fit:contain!important;object-position:center!important;background:#eef3f6}
body.home #main .accordion{max-width:960px;margin:0 auto}
body.home #main .accordion-item{margin-bottom:8px;border:1px solid #dfe7ee;border-radius:8px;background:#fff;overflow:hidden}
body.home #main .accordion-title{min-height:0!important;padding:14px 46px 14px 18px!important;border:0!important;background:#fff;position:relative}
body.home #main .accordion-title:hover{background:#f5f8fb}
body.home #main .accordion-title .accordion-title-text,
body.home #main .accordion-title h3{font-size:16px!important;line-height:1.45!important;font-weight:750!important;color:#063d82!important}
body.home #main .accordion-inner{padding:0 18px 17px!important;font-size:14.5px;line-height:1.65;color:#58697c}
body.home #main .accordion-inner p{margin:0!important;font-size:14.5px!important;line-height:1.65!important}
body.home #main .accordion-title .toggle{right:13px!important;left:auto!important;width:28px!important;height:28px!important;top:50%!important;transform:translateY(-50%)}
body.home #main .bbdg-quote-form{padding:76px 0;background:linear-gradient(135deg,#062b57 0%,#06498f 100%)}
body.home #main .bbdg-quote-inner{width:min(1120px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
body.home #main .bbdg-quote-kicker{display:block;margin-bottom:13px;color:#8ee45d;font-size:12px;font-weight:900;letter-spacing:.15em}
body.home #main .bbdg-quote-copy h2{margin:0;color:#fff!important;font-size:clamp(30px,3.2vw,44px)!important;line-height:1.15!important}
body.home #main .bbdg-quote-copy p{color:#d4e1ed;font-size:16px;line-height:1.7}
body.home #main .bbdg-quote-phone{display:inline-flex;flex-direction:column;margin-top:20px;padding:14px 18px;border-left:4px solid #8ee45d;background:rgba(255,255,255,.08);text-decoration:none}
body.home #main .bbdg-quote-phone small{color:#c5d6e5;font-size:11px;font-weight:800;letter-spacing:.1em}
body.home #main .bbdg-quote-phone strong{color:#8ee45d;font-size:27px;line-height:1.25}
body.home #main .bbdg-quote-panel{padding:30px;border-radius:14px;background:#fff;box-shadow:0 22px 55px rgba(0,0,0,.2)}
body.home #main .bbdg-quote-panel h3{margin:0;color:#063d82;font-size:24px}
body.home #main .bbdg-quote-panel&gt;p{margin:6px 0 20px;color:#68798b;font-size:13px}
body.home #main .bbdg-quote-panel label{color:#34475a;font-size:13px;font-weight:700}
body.home #main .bbdg-quote-panel input:not([type="submit"]),
body.home #main .bbdg-quote-panel select,
body.home #main .bbdg-quote-panel textarea{width:100%;min-height:44px;margin-top:5px;border:1px solid #d6e0e8;border-radius:7px;background:#f7f9fa;box-shadow:none;font-size:14px}
body.home #main .bbdg-quote-panel textarea{min-height:100px}
body.home #main .bbdg-quote-panel input[type="submit"]{width:100%;min-height:48px;border-radius:7px;background:#8ee45d!important;color:#063d82!important;font-weight:850}
@media(max-width:849px){
 body.home #main .section{padding-top:42px;padding-bottom:42px}
 body.home #main .bbdg-quote-inner{grid-template-columns:1fr;gap:32px}
 body.home #main .ux-banner-grid .grid-col .img-inner{background:#eef3f6!important}
}
@media(max-width:549px){
 body.home #main .header-home-page h2,
 body.home #main .section-title h2,
 body.home #main h2.section-title,
 body.home #main .section-title-normal,
 body.home #main .section-title-center{font-size:28px!important;line-height:1.22!important}
 body.home #main h1{font-size:27px!important}
 body.home #main .section-description-text,
 body.home #main .section-description-text span,
 body.home #main .text-mobile,
 body.home #main .text-mobile span{font-size:15px!important;line-height:1.65!important}
 body.home #main .accordion{width:100%}
 body.home #main .accordion-title{padding:12px 42px 12px 14px!important}
 body.home #main .accordion-title .accordion-title-text,
 body.home #main .accordion-title h3{font-size:14.5px!important}
 body.home #main .accordion-inner{padding:0 14px 14px!important}
 body.home #main .bbdg-quote-form{padding:52px 0}
 body.home #main .bbdg-quote-inner{width:calc(100% - 28px)}
 body.home #main .bbdg-quote-panel{padding:20px}
}
/* HOMEPAGE LIVE POLISH 2026-07-01 END */
/* HOMEPAGE HEADING INLINE-SIZE OVERRIDE 2026-07-01 */
body.home #main h2{font-size:clamp(30px,3.2vw,44px)!important;line-height:1.18!important;letter-spacing:-.025em!important}
body.home #main h2 span,body.home #main h2 strong,body.home #main .header-home-page h2 span,body.home #main .section-title h2 span{font-size:inherit!important;line-height:inherit!important;color:inherit}
@media(max-width:549px){body.home #main h2{font-size:28px!important;line-height:1.22!important}body.home #main h2 span,body.home #main h2 strong{font-size:inherit!important;line-height:inherit!important}}
/* END HOMEPAGE HEADING INLINE-SIZE OVERRIDE */
/* HOMEPAGE SPACING BUTTON GRID REPAIR 2026-07-01 START */
body.home #main .section:not(.ss-hero){padding-top:34px!important;padding-bottom:34px!important}
body.home #main .ss-race-count{padding-top:0!important;padding-bottom:16px!important}
body.home #main .ss-interactive-gallery{padding-top:28px!important;padding-bottom:18px!important}
body.home #main .ss-product-services{padding-top:24px!important;padding-bottom:14px!important}
body.home #main .ss-interactive-gallery .section-content&gt;.row:first-child,
body.home #main .ss-product-services .section-content&gt;.row:first-child{margin-bottom:8px!important}
body.home #main .ux-banner-grid .img-inner,
body.home #main .banner-grid .img-inner,
body.home #main .grid-col .img-inner{background:transparent!important}
body.home #main .ux-banner-grid .img-inner img,
body.home #main .banner-grid .img-inner img,
body.home #main .grid-col .img-inner img{
 object-fit:cover!important;
 object-position:center!important;
 width:100%!important;
 height:100%!important;
 padding:0!important;
 background:transparent!important;
}
body.home #main a.button,
body.home #main button.button,
body.home #main input[type="submit"]{
 min-height:42px!important;
 height:auto!important;
 padding:10px 20px!important;
 border-radius:8px!important;
 font-size:13px!important;
 line-height:1.2!important;
 text-transform:none!important;
 letter-spacing:0!important;
 display:inline-flex!important;
 align-items:center;
 justify-content:center;
}
body.home #main .box-cat__link{display:flex;align-items:center;justify-content:flex-end;min-width:132px}
body.home #main .box-cat__link .button{min-width:118px!important;margin:0!important}
body.home #main .view-product-detail{
 display:inline-flex!important;
 min-width:116px;
 min-height:40px;
 align-items:center;
 justify-content:center;
 padding:9px 17px!important;
 border-radius:999px!important;
 background:#8ee45d!important;
 color:#003f86!important;
 font-size:13px!important;
 font-weight:800!important;
 line-height:1.2!important;
}
body.home #main .box-product-element{overflow:hidden}
body.home #main .box-product-element .box-information{padding:14px 12px 16px!important}
body.home #main .box-product-element .product-title{min-height:42px;margin-bottom:10px!important;font-size:14px!important;line-height:1.45!important}
body.home #main .gird-product:nth-of-type(n+2) .element_banner:has(img[src=""]){display:none!important}
body.home #main .gird-product:nth-of-type(n+2):has(.element_banner img[src=""]){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.home #main .gird-product:nth-of-type(n+2):has(.element_banner img[src=""]) .box-product-element{width:100%!important;max-width:none!important}
body.home #main .bbdg-quote-form{margin:0!important}
@media(max-width:849px){
 body.home #main .section:not(.ss-hero){padding-top:28px!important;padding-bottom:28px!important}
 body.home #main .gird-product:nth-of-type(n+2):has(.element_banner img[src=""]){grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:549px){
 body.home #main .section:not(.ss-hero){padding-top:22px!important;padding-bottom:22px!important}
 body.home #main .box-cat__link{min-width:auto;width:100%;justify-content:center;margin-top:10px}
 body.home #main .box-cat__link .button{width:auto!important;min-width:120px!important}
 body.home #main .gird-product:nth-of-type(n+2):has(.element_banner img[src=""]){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
 body.home #main .view-product-detail{min-width:102px;min-height:36px;padding:8px 12px!important;font-size:12px!important}
}
/* HOMEPAGE SPACING BUTTON GRID REPAIR 2026-07-01 END */
/* URGENT PRODUCT CARD COMPACT FIX 2026-07-01 START */
body.home #main .category-list .box-product-element,
body.home #main .ss-interactive-gallery .box-product-element{
 height:auto!important;
 min-height:0!important;
 align-self:flex-start!important;
}
body.home #main .gird-product{align-items:flex-start!important}
body.home #main .category-list .box-information,
body.home #main .ss-interactive-gallery .box-information{
 height:auto!important;
 min-height:78px!important;
 padding:10px 10px 12px!important;
 display:flex!important;
 flex-direction:column!important;
 justify-content:flex-start!important;
 align-items:center!important;
 gap:7px!important;
}
body.home #main .category-list .product-title,
body.home #main .ss-interactive-gallery .product-title{
 min-height:0!important;
 height:auto!important;
 margin:0!important;
 font-size:13px!important;
 line-height:1.35!important;
 text-align:center!important;
}
body.home #main .category-list .view-product-detail,
body.home #main .ss-interactive-gallery .view-product-detail{
 width:auto!important;
 min-width:104px!important;
 min-height:32px!important;
 height:32px!important;
 margin:0!important;
 padding:6px 13px!important;
 border-radius:999px!important;
 font-size:12px!important;
 line-height:1!important;
 flex:0 0 32px!important;
}
body.home #main .box-cat{
 display:grid!important;
 grid-template-columns:minmax(0,1fr) auto!important;
 align-items:center!important;
 gap:18px!important;
 margin-bottom:18px!important;
}
body.home #main .box-cat .section-title-container{min-width:0!important;margin:0!important}
body.home #main .box-cat .section-title{margin:0!important}
body.home #main .box-cat .section-title-main{font-size:32px!important;line-height:1.2!important;white-space:normal!important}
body.home #main .box-cat__link{width:auto!important;min-width:118px!important;margin:0!important;justify-content:flex-end!important}
body.home #main .box-cat__link .button{
 min-width:112px!important;
 min-height:36px!important;
 height:36px!important;
 padding:7px 14px!important;
 font-size:12px!important;
 border-radius:6px!important;
}
@media(max-width:549px){
 body.home #main .box-cat{
  grid-template-columns:1fr!important;
  gap:10px!important;
  justify-items:center!important;
  margin-bottom:14px!important;
 }
 body.home #main .box-cat .section-title-container{width:100%!important}
 body.home #main .box-cat .section-title-main{font-size:24px!important;text-align:center!important}
 body.home #main .box-cat__link{width:auto!important;min-width:0!important;justify-content:center!important;margin:0 auto!important}
 body.home #main .box-cat__link .button{min-width:108px!important;height:34px!important;min-height:34px!important;padding:6px 12px!important}
 body.home #main .category-list .box-information,
 body.home #main .ss-interactive-gallery .box-information{min-height:74px!important;padding:8px 6px 10px!important;gap:6px!important}
 body.home #main .category-list .product-title,
 body.home #main .ss-interactive-gallery .product-title{font-size:11.5px!important;line-height:1.3!important}
 body.home #main .category-list .view-product-detail,
 body.home #main .ss-interactive-gallery .view-product-detail{min-width:98px!important;height:30px!important;min-height:30px!important;flex-basis:30px!important;padding:5px 10px!important;font-size:11.5px!important}
}
/* URGENT PRODUCT CARD COMPACT FIX 2026-07-01 END */
/* BOX-CAT SELECTOR CORRECTION 2026-07-01 */
body.home #main .box-cat{display:block!important;margin-bottom:28px!important}
body.home #main .box-cat__link{
 display:grid!important;
 grid-template-columns:minmax(0,1fr) auto!important;
 align-items:center!important;
 gap:16px!important;
 width:100%!important;
 min-width:0!important;
 margin:0 0 16px!important;
}
body.home #main .box-cat__link .section-title-container{width:100%!important;min-width:0!important;margin:0!important}
body.home #main .box-cat__link .section-title{width:100%!important;margin:0!important}
body.home #main .box-cat__link .section-title-main{font-size:32px!important;line-height:1.2!important;white-space:normal!important}
body.home #main .box-cat__link .button{justify-self:end!important}
@media(max-width:549px){
 body.home #main .box-cat{margin-bottom:20px!important}
 body.home #main .box-cat__link{grid-template-columns:1fr!important;justify-items:center!important;gap:8px!important;margin-bottom:12px!important}
 body.home #main .box-cat__link .section-title-main{font-size:24px!important;text-align:center!important}
 body.home #main .box-cat__link .button{justify-self:center!important}
}
/* END BOX-CAT SELECTOR CORRECTION */
/* CATEGORY HEADER BUTTON POSITION FIX */
body.home #main .box-cat__link{grid-template-columns:minmax(0,1fr) 120px!important}
body.home #main .box-cat__link .button{
 position:static!important;
 inset:auto!important;
 transform:none!important;
 float:none!important;
 width:112px!important;
 min-width:112px!important;
 max-width:112px!important;
 margin:0!important;
}
@media(max-width:549px){
 body.home #main .box-cat__link{grid-template-columns:1fr!important}
 body.home #main .box-cat__link .button{position:static!important;width:108px!important;min-width:108px!important;max-width:108px!important;margin:0 auto!important}
}
/* END CATEGORY HEADER BUTTON POSITION FIX */
/* HOME THREE CATEGORY SLIDERS 2026-07-01 START */
body.home #main .ss-interactive-gallery{display:none!important}
body.home #main .bbdg-home-product-sliders{padding:68px 0;background:#f5f7f6}
body.home #main .bbdg-slider-wrap{width:min(1180px,calc(100% - 40px));margin:auto}
body.home #main .bbdg-slider-intro{text-align:center;margin-bottom:34px}
body.home #main .bbdg-slider-intro span{color:#69bd3c;font-size:12px;font-weight:900;letter-spacing:.15em}
body.home #main .bbdg-slider-intro h2{margin:8px 0 0;color:#063d82;font-size:clamp(30px,3vw,42px)!important}
body.home #main .bbdg-slider-row{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:stretch;margin-bottom:46px}
body.home #main .bbdg-slider-row:last-child{margin-bottom:0}
body.home #main .bbdg-slider-category{overflow:hidden;display:flex;flex-direction:column;border-radius:12px;background:#fff;box-shadow:0 12px 32px rgba(5,61,130,.08)}
body.home #main .bbdg-slider-category img{width:100%;height:300px;object-fit:cover;object-position:center}
body.home #main .bbdg-slider-category-name{display:flex;min-height:74px;align-items:center;justify-content:center;padding:14px;color:#063d82;font-size:24px;font-weight:900;text-align:center;text-transform:uppercase}
body.home #main .bbdg-slider-main{min-width:0;position:relative;padding:6px 0 52px}
body.home #main .bbdg-slider-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding-left:17px;border-left:4px solid #69bd3c}
body.home #main .bbdg-slider-heading h3{margin:0;color:#32ad4b;font-size:29px;line-height:1.2;text-transform:uppercase}
body.home #main .bbdg-slider-heading&gt;a{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:8px 20px;border:1px solid #2f763d;border-radius:999px;color:#185d2c!important;font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}
body.home #main .bbdg-slider-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 54px)/4);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 12px}
body.home #main .bbdg-slider-track::-webkit-scrollbar{display:none}
body.home #main .bbdg-slider-card{scroll-snap-align:start;overflow:hidden;display:flex;min-width:0;flex-direction:column;border:1px solid #e3e9e5;border-radius:10px;background:#fff;box-shadow:0 8px 22px rgba(12,60,38,.06)}
body.home #main .bbdg-slider-image{display:block;padding:8px;background:#fff}
body.home #main .bbdg-slider-image img{display:block;width:100%;height:190px;object-fit:contain;object-position:center}
body.home #main .bbdg-slider-card h4{min-height:58px;margin:0;padding:12px 12px 5px;color:#17243a;font-size:15px;line-height:1.35;text-align:center}
body.home #main .bbdg-slider-card h4 a{color:#17243a!important;text-decoration:none}
body.home #main .bbdg-slider-contact{display:flex!important;min-height:40px!important;height:40px!important;align-items:center!important;justify-content:center!important;margin:auto 12px 14px!important;padding:7px 12px!important;border:0!important;border-radius:7px!important;background:#8ee45d!important;color:#063d82!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important}
body.home #main .bbdg-slider-controls{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:12px}
body.home #main button.bbdg-slider-arrow{display:flex!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid #4b8c58!important;border-radius:50%!important;background:#fff!important;color:#236b34!important;font-size:26px!important;font-weight:400!important;line-height:1!important;box-shadow:none!important}
body.home #main button.bbdg-slider-arrow:hover{background:#8ee45d!important}
@media(max-width:1024px){
 body.home #main .bbdg-slider-row{grid-template-columns:230px minmax(0,1fr)}
 body.home #main .bbdg-slider-category img{height:260px}
 body.home #main .bbdg-slider-track{grid-auto-columns:calc((100% - 36px)/3)}
}
@media(max-width:700px){
 body.home #main .bbdg-home-product-sliders{padding:48px 0}
 body.home #main .bbdg-slider-wrap{width:calc(100% - 28px)}
 body.home #main .bbdg-slider-row{grid-template-columns:1fr;gap:18px;margin-bottom:38px}
 body.home #main .bbdg-slider-category{display:grid;grid-template-columns:130px minmax(0,1fr);align-items:center}
 body.home #main .bbdg-slider-category img{height:110px}
 body.home #main .bbdg-slider-category-name{min-height:0;justify-content:flex-start;font-size:20px;text-align:left}
 body.home #main .bbdg-slider-main{padding-bottom:48px}
 body.home #main .bbdg-slider-heading{align-items:flex-start}
 body.home #main .bbdg-slider-heading h3{font-size:22px}
 body.home #main .bbdg-slider-heading&gt;a{min-height:36px;padding:7px 13px;font-size:12px}
 body.home #main .bbdg-slider-track{grid-auto-columns:72%;gap:12px}
 body.home #main .bbdg-slider-image img{height:180px}
 body.home #main .bbdg-slider-card h4{min-height:54px;font-size:14px}
}
/* HOME THREE CATEGORY SLIDERS 2026-07-01 END */


/* SLIDER ALL BUTTON IN PAGINATION 2026-07-01 */
body.home #main .bbdg-slider-heading{justify-content:center!important}
body.home #main .bbdg-slider-heading h3{text-align:center!important}
body.home #main .bbdg-slider-controls{
 position:absolute!important;
 left:0!important;
 right:0!important;
 top:auto!important;
 bottom:0!important;
 height:42px!important;
 display:flex!important;
 align-items:center!important;
 justify-content:center!important;
 pointer-events:none!important;
 transform:none!important;
}
body.home #main .bbdg-slider-controls .bbdg-slider-all{
 position:static!important;
 inset:auto!important;
 order:2!important;
 transform:none!important;
 display:inline-flex!important;
 width:128px!important;
 min-width:128px!important;
 max-width:128px!important;
 height:40px!important;
 min-height:40px!important;
 align-items:center!important;
 justify-content:center!important;
 padding:8px 14px!important;
 margin:0!important;
 border:1.5px solid #2f763d!important;
 border-radius:999px!important;
 background:#fff!important;
 color:#185d2c!important;
 font-size:13px!important;
 font-weight:800!important;
 line-height:1!important;
 white-space:nowrap!important;
 text-align:center!important;
 text-decoration:none!important;
 pointer-events:auto!important;
}
body.home #main .bbdg-slider-controls .bbdg-slider-all:hover{background:#8ee45d!important;color:#063d82!important}
body.home #main .bbdg-slider-controls .bbdg-prev{position:absolute!important;left:0!important;right:auto!important;top:2px!important;order:1!important}
body.home #main .bbdg-slider-controls .bbdg-next{position:absolute!important;right:0!important;left:auto!important;top:2px!important;order:3!important}
@media(max-width:700px){
 body.home #main .bbdg-slider-controls .bbdg-slider-all{width:112px!important;min-width:112px!important;max-width:112px!important;height:36px!important;min-height:36px!important;font-size:12px!important}
 body.home #main .bbdg-slider-controls{height:40px!important}
}
/* END SLIDER ALL BUTTON IN PAGINATION */
/* SLIDER HEADER ARROWS AND IMAGE FINAL TUNING */
body.home #main .bbdg-slider-heading{
 display:flex!important;
 align-items:center!important;
 justify-content:flex-start!important;
 min-height:48px!important;
 margin:0 0 16px!important;
 padding:0 0 0 16px!important;
 border-left:4px solid #69bd3c!important;
 text-align:left!important;
}
body.home #main .bbdg-slider-heading h3{width:auto!important;text-align:left!important}
body.home #main .bbdg-slider-category{
 height:320px!important;
 min-height:320px!important;
 margin-top:64px!important;
 display:grid!important;
 grid-template-rows:250px 70px!important;
}
body.home #main .bbdg-slider-category img{
 width:100%!important;
 height:250px!important;
 max-height:250px!important;
 object-fit:contain!important;
 object-position:center!important;
 background:#fff!important;
}
body.home #main .bbdg-slider-category-name{height:70px!important;min-height:70px!important;padding:10px 12px!important}
body.home #main .bbdg-slider-main{padding-bottom:58px!important}
body.home #main .bbdg-slider-card{height:320px!important;min-height:320px!important;overflow:visible!important}
body.home #main .bbdg-slider-image{height:202px!important;min-height:202px!important;padding:8px!important;overflow:hidden!important;background:#f5f7f8!important}
body.home #main .bbdg-slider-image img{
 width:100%!important;
 height:186px!important;
 max-height:186px!important;
 object-fit:contain!important;
 object-position:center!important;
 transform:none!important;
}
body.home #main .bbdg-slider-card h4{
 min-height:58px!important;
 max-height:none!important;
 height:auto!important;
 margin:0!important;
 padding:10px 10px 6px!important;
 overflow:visible!important;
 font-size:14px!important;
 line-height:1.35!important;
}
body.home #main .bbdg-slider-contact{height:40px!important;min-height:40px!important;margin:auto 12px 12px!important}
body.home #main .bbdg-slider-controls{
 position:absolute!important;
 left:-20px!important;
 right:-20px!important;
 top:205px!important;
 bottom:auto!important;
 height:40px!important;
 display:block!important;
 pointer-events:none!important;
 overflow:visible!important;
}
body.home #main .bbdg-slider-controls .bbdg-prev,
body.home #main .bbdg-slider-controls .bbdg-next{
 position:absolute!important;
 top:0!important;
 width:40px!important;
 min-width:40px!important;
 height:40px!important;
 min-height:40px!important;
 pointer-events:auto!important;
}
body.home #main .bbdg-slider-controls .bbdg-prev{left:0!important}
body.home #main .bbdg-slider-controls .bbdg-next{right:0!important}
body.home #main .bbdg-slider-controls .bbdg-slider-all{
 position:absolute!important;
 left:50%!important;
 top:180px!important;
 bottom:auto!important;
 transform:translateX(-50%)!important;
 pointer-events:auto!important;
}
@media(max-width:700px){
 body.home #main .bbdg-slider-heading{min-height:42px!important;padding-left:12px!important}
 body.home #main .bbdg-slider-heading h3{font-size:22px!important}
 body.home #main .bbdg-slider-category{height:104px!important;min-height:104px!important;margin-top:0!important;grid-template-columns:124px minmax(0,1fr)!important;grid-template-rows:104px!important}
 body.home #main .bbdg-slider-category img{width:124px!important;height:104px!important;max-height:104px!important}
 body.home #main .bbdg-slider-category-name{height:104px!important;min-height:104px!important}
 body.home #main .bbdg-slider-card{height:316px!important;min-height:316px!important}
 body.home #main .bbdg-slider-image{height:198px!important;min-height:198px!important}
 body.home #main .bbdg-slider-image img{height:182px!important;max-height:182px!important}
 body.home #main .bbdg-slider-controls{left:-8px!important;right:-8px!important;top:198px!important}
 body.home #main .bbdg-slider-controls .bbdg-slider-all{top:176px!important}
}
/* END SLIDER HEADER ARROWS AND IMAGE FINAL TUNING */

/* PRINT SERVICE V2 NO TABS */
body.home #main .ss-product-services,
body.home #main .ss-tabs{display:none!important}
body.home #main .bbdg-print-service-v2{padding:76px 0;background:#fff}
body.home #main .bbdg-print-wrap{width:min(1160px,calc(100% - 40px));margin:auto}
body.home #main .bbdg-print-head{max-width:780px;margin:0 auto 38px;text-align:center}
body.home #main .bbdg-print-head&gt;span{color:#69bd3c;font-size:12px;font-weight:900;letter-spacing:.15em}
body.home #main .bbdg-print-head h2{margin:8px 0 12px;color:#063d82;font-size:clamp(30px,3.2vw,44px)!important}
body.home #main .bbdg-print-head p{margin:0;color:#66778a;font-size:16px;line-height:1.7}
body.home #main .bbdg-print-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:44px}
body.home #main .bbdg-print-benefits article{position:relative;min-height:205px;padding:25px 22px;border:1px solid #dfe7ee;border-top:4px solid #8ee45d;border-radius:10px;background:#fff;box-shadow:0 10px 28px rgba(6,61,130,.07)}
body.home #main .bbdg-print-benefits b{position:absolute;right:17px;top:12px;color:#e2ebf3;font-size:38px;line-height:1}
body.home #main .bbdg-print-benefits h3{position:relative;margin:22px 0 9px;color:#063d82;font-size:19px}
body.home #main .bbdg-print-benefits p{position:relative;margin:0;color:#66778a;font-size:14px;line-height:1.6}
body.home #main .bbdg-print-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center;padding:42px;border-radius:16px;background:#f3f7fb}
body.home #main .bbdg-print-label{color:#69bd3c;font-size:12px;font-weight:900;letter-spacing:.13em}
body.home #main .bbdg-print-copy h3{margin:9px 0 14px;color:#063d82;font-size:30px;line-height:1.2}
body.home #main .bbdg-print-copy p{color:#5e6f82;font-size:16px;line-height:1.7}
body.home #main .bbdg-print-copy ul{margin:20px 0 26px;padding:0;list-style:none}
body.home #main .bbdg-print-copy li{position:relative;margin:10px 0;padding-left:24px;color:#34495e}
body.home #main .bbdg-print-copy li:before{content:"✓";position:absolute;left:0;color:#69bd3c;font-weight:900}
body.home #main .bbdg-print-copy&gt;a{display:inline-flex!important;min-height:48px!important;align-items:center!important;justify-content:center!important;padding:11px 20px!important;border-radius:8px!important;background:#8ee45d!important;color:#063d82!important;font-size:14px!important;font-weight:850!important;text-decoration:none!important}
body.home #main .bbdg-print-copy&gt;a:hover{background:#74cf43!important}
body.home #main .bbdg-print-image{overflow:hidden;border-radius:14px;background:#e8eef3}
body.home #main .bbdg-print-image img{display:block;width:100%;height:360px;object-fit:cover;object-position:center}
@media(max-width:849px){
 body.home #main .bbdg-print-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.home #main .bbdg-print-detail{grid-template-columns:1fr;gap:28px;padding:30px}
}
@media(max-width:549px){
 body.home #main .bbdg-print-service-v2{padding:52px 0}
 body.home #main .bbdg-print-wrap{width:calc(100% - 28px)}
 body.home #main .bbdg-print-benefits{grid-template-columns:1fr;gap:12px}
 body.home #main .bbdg-print-benefits article{min-height:0;padding:20px}
 body.home #main .bbdg-print-benefits h3{margin-top:10px}
 body.home #main .bbdg-print-detail{padding:22px}
 body.home #main .bbdg-print-copy h3{font-size:25px}
 body.home #main .bbdg-print-image img{height:auto;max-height:280px;object-fit:contain}
 body.home #main .bbdg-print-copy&gt;a{width:100%}
}
/* END PRINT SERVICE V2 NO TABS */

/* SIMPLIFY PRINT SERVICE */
body.home #main .bbdg-print-head &gt; span,
body.home #main .bbdg-print-benefits,
body.home #main .bbdg-print-label,
body.home #main .bbdg-print-copy &gt; h3{display:none!important}
body.home #main .bbdg-print-head{max-width:920px!important;margin:0 auto 30px!important}
body.home #main .bbdg-print-head h2{margin:0 0 12px!important;text-align:center!important}
body.home #main .bbdg-print-detail{margin-top:0!important}
body.home #main .bbdg-print-copy &gt; a{display:inline-flex!important;min-width:190px!important;min-height:48px!important;align-items:center!important;justify-content:center!important;padding:12px 22px!important;border:1px solid #79d848!important;border-radius:8px!important;background:#8ee45d!important;color:#063d82!important;font-size:14px!important;font-weight:850!important;line-height:1.2!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(105,189,60,.18)!important}
body.home #main .bbdg-print-copy &gt; a:hover{background:#74cf43!important;transform:translateY(-1px)}
@media(max-width:549px){body.home #main .bbdg-print-head{margin-bottom:22px!important}body.home #main .bbdg-print-copy &gt; a{width:100%!important;min-width:0!important}}
/* END SIMPLIFY PRINT SERVICE */
/* SIMPLIFY PRINT SERVICE SAFE SELECTORS */
body.home #main .bbdg-print-head span,
body.home #main .bbdg-print-benefits,
body.home #main .bbdg-print-label,
body.home #main .bbdg-print-copy h3{display:none!important}
body.home #main .bbdg-print-head{max-width:920px!important;margin:0 auto 30px!important}
body.home #main .bbdg-print-head h2{margin:0 0 12px!important;text-align:center!important}
body.home #main .bbdg-print-detail{margin-top:0!important}
body.home #main .bbdg-print-copy a{display:inline-flex!important;min-width:190px!important;min-height:48px!important;align-items:center!important;justify-content:center!important;padding:12px 22px!important;border:1px solid #79d848!important;border-radius:8px!important;background:#8ee45d!important;color:#063d82!important;font-size:14px!important;font-weight:850!important;line-height:1.2!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(105,189,60,.18)!important}
body.home #main .bbdg-print-copy a:hover{background:#74cf43!important;transform:translateY(-1px)}
@media(max-width:549px){body.home #main .bbdg-print-head{margin-bottom:22px!important}body.home #main .bbdg-print-copy a{width:100%!important;min-width:0!important}}
/* END SIMPLIFY PRINT SERVICE SAFE SELECTORS */
/* PRODUCT SLIDER FINAL ALIGNMENT 2026-07-01 */
body.home #main .bbdg-slider-intro{text-align:center!important}
body.home #main .bbdg-slider-intro h2{width:100%!important;margin:8px auto 0!important;text-align:center!important}
body.home #main .bbdg-slider-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;text-align:left!important}
body.home #main .bbdg-slider-heading h3{flex:1 1 auto!important;margin:0!important;text-align:left!important;font-weight:800!important}
body.home #main .bbdg-slider-heading .bbdg-slider-all{position:static!important;inset:auto!important;transform:none!important;display:inline-flex!important;flex:0 0 auto!important;width:auto!important;min-width:112px!important;height:40px!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:8px 18px!important;border:1.5px solid #2f763d!important;border-radius:999px!important;background:#fff!important;color:#185d2c!important;font-size:13px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;text-decoration:none!important}
body.home #main .bbdg-slider-heading .bbdg-slider-all:hover{background:#8ee45d!important;color:#063d82!important}
body.home #main .bbdg-slider-category{overflow:hidden!important;background:#fff!important}
body.home #main .bbdg-slider-category img{display:block!important;width:100%!important;height:250px!important;margin:0!important;object-fit:cover!important;object-position:center!important;background:transparent!important}
body.home #main .bbdg-slider-card h4,body.home #main .bbdg-slider-card h4 a{font-weight:700!important}
body.home #main .bbdg-slider-track{scroll-behavior:auto!important;overscroll-behavior-x:contain!important}
body.home #main .bbdg-slider-controls{left:-20px!important;right:-20px!important;top:205px!important;bottom:auto!important;height:40px!important;display:block!important}
body.home #main .bbdg-slider-controls .bbdg-slider-all{display:none!important}
body.home #main .bbdg-slider-controls .bbdg-prev{left:0!important}
body.home #main .bbdg-slider-controls .bbdg-next{right:0!important}
@media(max-width:700px){
 body.home #main .bbdg-slider-intro h2{font-size:28px!important;line-height:1.25!important}
 body.home #main .bbdg-slider-heading{min-height:42px!important;gap:10px!important}
 body.home #main .bbdg-slider-heading h3{font-size:20px!important}
 body.home #main .bbdg-slider-heading .bbdg-slider-all{min-width:94px!important;height:36px!important;padding:7px 12px!important;font-size:12px!important}
 body.home #main .bbdg-slider-category img{width:124px!important;height:104px!important;object-fit:cover!important}
 body.home #main .bbdg-slider-controls{left:-8px!important;right:-8px!important;top:198px!important}
}
/* END PRODUCT SLIDER FINAL ALIGNMENT */

/* SLIDER VIEW ALL LINK DIRECT FIX */
body.home #main .bbdg-slider-heading a{position:static!important;inset:auto!important;transform:none!important;display:inline-flex!important;flex:0 0 auto!important;width:auto!important;min-width:112px!important;height:40px!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:8px 18px!important;border:1.5px solid #2f763d!important;border-radius:999px!important;background:#fff!important;color:#185d2c!important;font-size:13px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;text-decoration:none!important}
body.home #main .bbdg-slider-heading a:hover{background:#8ee45d!important;color:#063d82!important}
@media(max-width:700px){body.home #main .bbdg-slider-heading a{min-width:94px!important;height:36px!important;padding:7px 12px!important;font-size:12px!important}}
/* END SLIDER VIEW ALL LINK DIRECT FIX */

/* HOME QUOTE FORM CENTER AND HEADING CONSISTENCY */
body.home #main .bbdg-quote-inner{grid-template-columns:minmax(0,760px)!important;justify-content:center!important;justify-items:stretch!important}
body.home #main .bbdg-quote-copy{max-width:720px!important;margin:0 auto!important;text-align:center!important}
body.home #main .bbdg-quote-phone{margin-left:auto!important;margin-right:auto!important}
body.home #main .bbdg-quote-panel{width:100%!important;max-width:680px!important;margin:0 auto!important}
body.home #main .bbdg-quote-panel form{width:100%!important;margin-left:auto!important;margin-right:auto!important}
body.home #main h2,body.home #main h3{text-transform:none}
@media(max-width:700px){body.home #main .bbdg-quote-inner{grid-template-columns:minmax(0,1fr)!important}.bbdg-quote-panel{max-width:100%!important}}
/* END HOME QUOTE FORM CENTER AND HEADING CONSISTENCY */

/* BBDG hero paragraph title fix 2026-07-02 */
body.page-id-537 .cd-hero .cd-eyebrow + p,
body.page-id-537 .cd-hero .cd-eyebrow + p + p {
  max-width: 900px;
  padding: 0;
  color: #fff;
  font-size: clamp(40px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
  white-space: nowrap;
}
body.page-id-537 .cd-hero .cd-eyebrow + p {
  margin: 18px 0 2px;
}
body.page-id-537 .cd-hero .cd-eyebrow + p + p {
  margin: 0 0 22px;
}
body.page-id-537 .cd-hero .cd-eyebrow + p span,
body.page-id-537 .cd-hero .cd-eyebrow + p + p span {
  color: inherit;
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media (max-width: 849px) {
  body.page-id-537 .cd-hero .cd-eyebrow + p,
  body.page-id-537 .cd-hero .cd-eyebrow + p + p {
    font-size: clamp(36px, 7vw, 52px);
    white-space: normal;
  }
}
@media (max-width: 549px) {
  body.page-id-537 .cd-hero .cd-eyebrow + p,
  body.page-id-537 .cd-hero .cd-eyebrow + p + p {
    font-size: 36px;
    letter-spacing: -.7px;
  }
}

/* BBDG proof paragraph title fix 2026-07-02 */
body.page-id-537 .cd-proof-copy .cd-kicker + p {
  margin: 12px 0 18px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.6px;
  text-transform: none;
  overflow-wrap: normal;
  word-break: normal;
}
body.page-id-537 .cd-proof-copy .cd-kicker + p strong,
body.page-id-537 .cd-proof-copy .cd-kicker + p span {
  color: inherit;
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media (max-width: 849px) {
  body.page-id-537 .cd-proof-copy .cd-kicker + p {
    font-size: 34px;
  }
}
@media (max-width: 549px) {
  body.page-id-537 .cd-proof-copy .cd-kicker + p {
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -.3px;
  }
}

/* BBDG proof title force white 2026-07-02 */
body.page-id-537 .cd-proof-copy .cd-kicker + p,
body.page-id-537 .cd-proof-copy .cd-kicker + p strong,
body.page-id-537 .cd-proof-copy .cd-kicker + p span {
  color: #fff !important;
  opacity: 1 !important;
}

/* BBDG proof first paragraph absolute white 2026-07-02 */
html body.page-id-537 .capdemo .cd-proof-grid .cd-proof-copy p:first-of-type,
html body.page-id-537 .capdemo .cd-proof-grid .cd-proof-copy p:first-of-type strong,
html body.page-id-537 .capdemo .cd-proof-grid .cd-proof-copy p:first-of-type span {
  color: rgb(255, 255, 255) !important;
  -webkit-text-fill-color: rgb(255, 255, 255) !important;
  opacity: 1 !important;
}

/* BBDG contact form paragraph title fix 2026-07-02 */
html body.page-id-537 .capdemo .cd-contact-form .cd-kicker + p {
  margin: 7px 0 8px;
  padding: 0;
  border: 0;
  color: #063b78 !important;
  -webkit-text-fill-color: #063b78 !important;
  font-size: 27px;
  font-weight: 850;
  line-height: 1.2;
  opacity: 1 !important;
}
html body.page-id-537 .capdemo .cd-contact-form .cd-kicker + p strong,
html body.page-id-537 .capdemo .cd-contact-form .cd-kicker + p span {
  color: #063b78 !important;
  -webkit-text-fill-color: #063b78 !important;
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1 !important;
}
@media (max-width: 549px) {
  html body.page-id-537 .capdemo .cd-contact-form .cd-kicker + p {
    font-size: 24px;
  }
}

/* CODEX MOBILE BALANCE 2026-07-03 */
@media screen and (max-width:700px){
  html,body{max-width:100%;overflow-x:hidden}
  body.home #main{overflow:hidden}
  body.home #main&gt;*,body.home #main section{max-width:100%}
  body.home #main .container,
  body.home #main .row,
  body.home #main .bbdg-slider-wrap,
  body.home #main .bbdg-print-wrap,
  body.home #main .bbdg-quote-inner{
    width:calc(100% - 28px)!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important
  }

  #header .header-inner{
    min-height:64px!important;
    padding:8px 14px!important;
    gap:10px!important
  }
  #header .logo{margin:0!important}
  #header .logo img{width:auto!important;max-height:48px!important}
  #header .header-button .button{min-height:40px!important;padding:8px 12px!important}

  body.home #main h1{font-size:clamp(28px,8vw,36px)!important;line-height:1.18!important}
  body.home #main h2{font-size:clamp(24px,7vw,30px)!important;line-height:1.25!important}
  body.home #main h3{font-size:clamp(19px,5.5vw,23px)!important;line-height:1.3!important}
  body.home #main p{overflow-wrap:anywhere}

  body.home #main .bbdg-slider-main{padding-bottom:34px!important}
  body.home #main .bbdg-slider-heading{
    min-height:0!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:10px 12px!important;
    margin-bottom:14px!important;
    padding-left:12px!important
  }
  body.home #main .bbdg-slider-heading h3{
    flex:1 1 190px!important;
    min-width:0!important;
    font-size:20px!important
  }
  body.home #main .bbdg-slider-heading a{
    flex:0 0 auto!important;
    min-width:88px!important;
    height:36px!important;
    padding:7px 11px!important
  }
  body.home #main .bbdg-slider-category{
    width:100%!important;
    height:auto!important;
    min-height:96px!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    grid-template-rows:minmax(96px,auto)!important;
    margin-top:0!important
  }
  body.home #main .bbdg-slider-category img{
    width:112px!important;
    height:96px!important;
    max-height:96px!important;
    object-fit:cover!important
  }
  body.home #main .bbdg-slider-category-name{
    height:auto!important;
    min-height:96px!important;
    padding:10px 12px!important;
    overflow-wrap:anywhere!important
  }
  body.home #main .bbdg-slider-card{
    height:auto!important;
    min-height:306px!important;
    display:flex!important;
    flex-direction:column!important
  }
  body.home #main .bbdg-slider-card h4{
    height:auto!important;
    min-height:56px!important;
    max-height:none!important;
    overflow:visible!important
  }
  body.home #main .bbdg-slider-contact{margin-top:auto!important}
  body.home #main .bbdg-slider-controls{left:2px!important;right:2px!important}

  body.home #main .bbdg-print-service-v2{padding:46px 0!important}
  body.home #main .bbdg-print-head{margin-bottom:20px!important;padding:0 2px!important}
  body.home #main .bbdg-print-detail{
    grid-template-columns:minmax(0,1fr)!important;
    gap:22px!important;
    padding:18px!important;
    border-radius:12px!important
  }
  body.home #main .bbdg-print-copy,
  body.home #main .bbdg-print-image{min-width:0!important;width:100%!important}
  body.home #main .bbdg-print-image img{
    width:100%!important;
    height:auto!important;
    max-height:260px!important;
    object-fit:contain!important
  }
  body.home #main .bbdg-print-copy a{width:100%!important;min-width:0!important}

  body.home #main .bbdg-quote-inner{
    grid-template-columns:minmax(0,1fr)!important;
    padding-left:0!important;
    padding-right:0!important
  }
  body.home #main .bbdg-quote-copy,
  body.home #main .bbdg-quote-panel{width:100%!important;max-width:100%!important;min-width:0!important}
  body.home #main .bbdg-quote-panel{padding:18px!important}
  body.home #main .bbdg-quote-panel input,
  body.home #main .bbdg-quote-panel select,
  body.home #main .bbdg-quote-panel textarea,
  body.home #main .bbdg-quote-panel button,
  body.home #main .bbdg-quote-panel .button{
    width:100%!important;
    max-width:100%!important;
    min-height:44px
  }

  body.home #footer .footer-widgets .col{
    flex-basis:100%!important;
    max-width:100%!important;
    padding-left:15px!important;
    padding-right:15px!important
  }
}
@media screen and (max-width:380px){
  body.home #main .container,
  body.home #main .row,
  body.home #main .bbdg-slider-wrap,
  body.home #main .bbdg-print-wrap,
  body.home #main .bbdg-quote-inner{width:calc(100% - 22px)!important}
  body.home #main .bbdg-slider-category{
    grid-template-columns:98px minmax(0,1fr)!important
  }
  body.home #main .bbdg-slider-category img{width:98px!important}
  body.home #main .bbdg-slider-heading h3{flex-basis:160px!important;font-size:18px!important}
}
/* END CODEX MOBILE BALANCE 2026-07-03 */

/* CODEX MOBILE BUTTON CUT FIX 2026-07-03 */
@media screen and (max-width:700px){
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track{
    grid-auto-columns:100%!important;
    grid-template-rows:320px!important;
    height:334px!important;
    min-height:334px!important;
    max-height:334px!important;
    padding:2px 0 12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none!important
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track::-webkit-scrollbar{display:none!important}
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    height:320px!important;
    min-height:320px!important;
    max-height:320px!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card h4{
    box-sizing:border-box!important;
    flex:0 0 58px!important;
    width:100%!important;
    height:58px!important;
    min-height:58px!important;
    max-height:58px!important;
    margin:0!important;
    padding:10px 12px 6px!important;
    overflow:hidden!important
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card a.bbdg-slider-contact{
    box-sizing:border-box!important;
    position:static!important;
    inset:auto!important;
    display:flex!important;
    flex:0 0 42px!important;
    width:calc(100% - 24px)!important;
    min-width:0!important;
    max-width:calc(100% - 24px)!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    margin:auto 12px 12px!important;
    padding:8px 12px!important;
    overflow:visible!important;
    line-height:1.2!important
  }
  html body.home #wrapper #main .codex-gallery-block.codex-gallery-has-bottom-cta{
    padding-bottom:16px!important;
    overflow:visible!important
  }
  html body.home #wrapper #main .codex-gallery-block .codex-gallery-bottom-cta-wrap{
    box-sizing:border-box!important;
    width:100%!important;
    min-height:64px!important;
    height:auto!important;
    margin:40px 0 12px!important;
    padding:0 2px 2px!important;
    overflow:visible!important
  }
  html body.home #wrapper #main .codex-gallery-block .codex-gallery-bottom-cta-wrap a.codex-gallery-top-cta{
    box-sizing:border-box!important;
    width:100%!important;
    min-height:48px!important;
    height:48px!important;
    margin:0!important;
    padding:12px 16px!important;
    border-radius:10px!important;
    line-height:1.3!important;
    overflow:visible!important
  }
}
/* END CODEX MOBILE BUTTON CUT FIX 2026-07-03 */


/* CODEX SERVER CAPABILITY LAYOUT 2026-07-03 */
.home .bbdg-capability-heading{font-size:38px!important;color:#00357a!important;text-transform:uppercase;letter-spacing:.4px}
.home .bbdg-capability-reference{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(360px,.9fr);gap:36px;align-items:stretch;max-width:1180px}
.home .bbdg-capability-left{width:100%!important;max-width:none!important;flex-basis:auto!important;padding:0 15px!important}
.home .bbdg-capability-dashboard{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:0!important}
.home .bbdg-capability-dashboard .col{max-width:none!important;flex-basis:auto!important;padding:0!important}
.home .bbdg-capability-dashboard .col-inner{height:100%}
.home .bbdg-capability-dashboard .box-count-element{display:flex!important;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:275px;margin:0!important;padding:28px 18px;border:1px solid #e7edf4;background:#fff;text-align:center;box-shadow:0 8px 24px rgba(0,57,122,.04)}
.home .bbdg-capability-dashboard .box-count-element .count-icon{display:flex;align-items:center;justify-content:center;width:86px;height:86px;margin:0 auto 20px;padding:14px;border-radius:50%;background:#f3f7fb}
.home .bbdg-capability-dashboard .box-count-element .count-icon img{width:100%;height:100%;object-fit:contain}
.home .bbdg-capability-dashboard .box-count-element .count{margin:0 0 8px;color:#00357a;font-size:21px;font-weight:700;line-height:1.25}
.home .bbdg-capability-dashboard .box-count-element .count-text{color:#17446f;font-size:16px;line-height:1.4}
.home .bbdg-profile-card{color:inherit;text-decoration:none}
.home .bbdg-profile-card:hover{border-color:#f5d60a;box-shadow:0 12px 30px rgba(0,53,122,.14);transform:translateY(-2px)}
.home .bbdg-profile-icon{background:#00357a!important}
.home .bbdg-profile-icon svg{width:52px;height:52px;fill:none;stroke:#f5d60a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.home .bbdg-profile-card .count-text{color:#00357a}
.home .bbdg-profile-column .text,.home .bbdg-profile-column .text-inner{height:100%}
.home .bbdg-capability-certificate{width:100%!important;max-width:none!important;padding:0 15px;display:flex;align-items:stretch}
.home .bbdg-capability-certificate .col-inner,.home .bbdg-capability-certificate .slider-wrapper{width:100%;height:100%}
.home .bbdg-capability-certificate .slider,.home .bbdg-capability-certificate .flickity-viewport{height:100%!important;min-height:574px}
.home .bbdg-capability-certificate .slider .img{width:100%!important;height:100%}
.home .bbdg-capability-certificate .slider .img-inner{height:100%;display:flex;align-items:center;justify-content:center}
.home .bbdg-capability-certificate .slider img{width:100%!important;height:100%!important;max-height:574px;object-fit:contain}
@media(max-width:849px){.home .bbdg-capability-reference{grid-template-columns:1fr;gap:26px}.home .bbdg-capability-certificate .slider,.home .bbdg-capability-certificate .flickity-viewport{min-height:520px}.home .bbdg-capability-heading{font-size:30px!important}}
@media(max-width:549px){.home .bbdg-capability-dashboard{grid-template-columns:1fr;gap:16px}.home .bbdg-capability-dashboard .box-count-element{min-height:220px}.home .bbdg-capability-certificate .slider,.home .bbdg-capability-certificate .flickity-viewport{min-height:430px}.home .bbdg-capability-heading{font-size:25px!important}}
.home .bbdg-profile-icon{background-color:#00357a!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23f5d60a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 8h24l10 10v38H16z'/%3E%3Cpath d='M40 8v12h12M23 29h20M23 37h20M23 45h13'/%3E%3Ccircle cx='18' cy='17' r='8'/%3E%3C/g%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:center!important;background-size:52px 52px!important}
/* END CODEX SERVER CAPABILITY LAYOUT 2026-07-03 */

/* CODEX PRODUCT TYPOGRAPHY RHYTHM 2026-07-03 */
body.single-product #wrapper #main .menus-content,
body.single-product #wrapper #main .menus-content p,
body.single-product #wrapper #main .menus-content li,
body.single-product #wrapper #main .menus-content h2,
body.single-product #wrapper #main .menus-content h3,
body.single-product #wrapper #main .menus-content h4,
body.single-product #wrapper #main a.btn-open__new{
  font-family:Inter,sans-serif!important
}
body.single-product #wrapper #main .menus-content p{
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.7!important;
  margin:0 0 16px!important
}
body.single-product #wrapper #main .menus-content p:empty,
body.single-product #wrapper #main .menus-content table p{
  margin:0!important
}
body.single-product #wrapper #main .menus-content h2{
  font-size:25px!important;
  font-weight:700!important;
  line-height:1.35!important;
  margin:32px 0 14px!important;
  padding:0 0 8px!important
}
body.single-product #wrapper #main .menus-content h3{
  font-size:20px!important;
  font-weight:700!important;
  line-height:1.4!important;
  margin:26px 0 12px!important;
  padding:0 0 0 14px!important;
  border-left:4px solid var(--bbdg-blue,#0b4ea2)!important
}
body.single-product #wrapper #main .menus-content h4{
  font-size:17px!important;
  font-weight:700!important;
  line-height:1.4!important;
  margin:18px 0 8px!important
}
body.single-product #wrapper #main a.btn-open__new{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:auto!important;
  min-height:56px!important;
  padding:12px 16px!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.35!important;
  letter-spacing:.2px!important;
  text-align:center!important;
  white-space:normal!important
}
@media screen and (max-width:549px){
  body.single-product #wrapper #main .menus-content h2{font-size:22px!important}
  body.single-product #wrapper #main .menus-content h3{font-size:19px!important}
  body.single-product #wrapper #main .menus-content h4{font-size:17px!important}
  body.single-product #wrapper #main a.btn-open__new{font-size:17px!important;padding:12px 14px!important}
}
/* END CODEX PRODUCT TYPOGRAPHY RHYTHM 2026-07-03 */

/* CODEX PRODUCT TABLE RESPONSIVE FRAME 2026-07-03 */
body.single-product #wrapper #main .menus-content table{
  box-sizing:border-box!important;
  display:table!important;
  width:100%!important;
  max-width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border:1px solid #c8d6e5!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(0,61,122,.08)!important;
  overflow:hidden!important
}
body.single-product #wrapper #main .menus-content table th,
body.single-product #wrapper #main .menus-content table td{
  border:0!important;
  border-right:1px solid #d7e1eb!important;
  border-bottom:1px solid #d7e1eb!important
}
body.single-product #wrapper #main .menus-content table tr th:last-child,
body.single-product #wrapper #main .menus-content table tr td:last-child{
  border-right:0!important
}
body.single-product #wrapper #main .menus-content table tbody tr:last-child td{
  border-bottom:0!important
}

body.single-product #wrapper #main .menus-content table thead th,
body.single-product #wrapper #main .menus-content table thead td{
  background:#073f7f!important;
  color:#fff!important;
  border-color:#315f91!important
}
body.single-product #wrapper #main .menus-content table tbody td,
body.single-product #wrapper #main .menus-content table tbody th{
  background:#fff!important;
  color:#26384d!important
}
body.single-product #wrapper #main .menus-content table tbody tr:nth-child(even) td,
body.single-product #wrapper #main .menus-content table tbody tr:nth-child(even) th{
  background:#f6f8fb!important
}
body.single-product #wrapper #main .menus-content table tbody td:first-child,
body.single-product #wrapper #main .menus-content table tbody th:first-child{
  color:#064e8a!important;
  font-weight:600!important
}
body.single-product #wrapper #main .menus-content table tbody tr:hover td,
body.single-product #wrapper #main .menus-content table tbody tr:hover th{
  background:#eef6f1!important
}
@media screen and (max-width:849px){
  body.single-product #wrapper #main .menus-content table{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:scroll!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain;
    touch-action:pan-x;
    scrollbar-width:auto!important;
    scrollbar-color:var(--bbdg-blue,#0b4ea2) #edf2f7!important
  }
  body.single-product #wrapper #main .menus-content table::-webkit-scrollbar{
    display:block!important;
    height:9px!important
  }
  body.single-product #wrapper #main .menus-content table::-webkit-scrollbar-track{
    background:#edf2f7!important;
    border-radius:8px!important
  }
  body.single-product #wrapper #main .menus-content table::-webkit-scrollbar-thumb{
    background:var(--bbdg-blue,#0b4ea2)!important;
    border:2px solid #edf2f7!important;
    border-radius:8px!important
  }
  body.single-product #wrapper #main .menus-content table thead,
  body.single-product #wrapper #main .menus-content table tbody,
  body.single-product #wrapper #main .menus-content table tfoot{
    display:table!important;
    width:720px!important;
    min-width:720px!important;
    table-layout:fixed!important
  }
  body.single-product #wrapper #main .menus-content table td,
  body.single-product #wrapper #main .menus-content table th{
    min-width:120px!important;
    white-space:normal!important
  }
}
/* END CODEX PRODUCT TABLE RESPONSIVE FRAME 2026-07-03 */


/* BBDG MOTION LAYER V1 - homepage only; no hero or layout overrides */
@media (prefers-reduced-motion:no-preference){
  .home.bbdg-motion-ready .bbdg-reveal{
    opacity:0;
    transform:translate3d(0,18px,0);
    transition:
      opacity .46s ease,
      transform .46s cubic-bezier(.22,.8,.24,1);
    transition-delay:calc(var(--bbdg-reveal-order,0) * 80ms);
    will-change:opacity,transform;
  }
  .home.bbdg-motion-ready .bbdg-reveal.bbdg-reveal-visible{
    opacity:1;
    transform:translate3d(0,0,0);
  }
  .home .box-count-element,
  .home .accordion .accordion-item,
  .home #section_1177435694 .box,
  .home #section_1177435694 .col-inner,
  .home .bbdg-product-mobile-motion .flickity-slider &gt; *{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  .home .box-count-element,
  .home #section_1177435694 .box,
  .home #section_1177435694 .col-inner{
    transition:transform .28s ease,box-shadow .28s ease;
  }
  @media (hover:hover){
    .home .box-count-element:hover,
    .home #section_1177435694 .box:hover,
    .home #section_1177435694 .col-inner:hover{
      transform:translate3d(0,-3px,0);
      box-shadow:0 12px 28px rgba(0,53,117,.13);
    }
  }
  .home .accordion .accordion-title{
    transition:background-color .24s ease,color .24s ease,box-shadow .24s ease,transform .24s ease;
  }
  .home .accordion .accordion-item.active .accordion-title{
    transform:translate3d(0,-1px,0);
  }
  .home a.button,
  .home .button{
    transition:transform .2s ease,box-shadow .2s ease;
  }
  .home a.button:active,
  .home .button:active{
    transform:translate3d(0,1px,0);
  }
}
@media (max-width:849px) and (prefers-reduced-motion:no-preference){
  .home .bbdg-product-mobile-motion{
    overflow:visible!important;
    padding-right:0!important;
  }
  .home .bbdg-product-mobile-motion .flickity-viewport{
    overflow:visible!important;
  }
  .home .bbdg-product-mobile-motion .flickity-slider &gt; *{
    width:88%!important;
    margin-right:12px!important;
    transform:translate3d(0,0,0);
  }
  .home .bbdg-product-mobile-motion .flickity-page-dots{
    position:relative!important;
    bottom:auto!important;
    margin-top:14px!important;
  }
  .home .bbdg-product-mobile-motion .flickity-page-dots .dot{
    transition:transform .22s ease,opacity .22s ease;
  }
  .home .bbdg-product-mobile-motion .flickity-page-dots .dot.is-selected{
    transform:scale(1.35);
  }
  .home .bbdg-product-mobile-motion .flickity-slider &gt; *{
    transition:opacity .34s ease,transform .34s cubic-bezier(.22,.8,.24,1);
  }
  .home .bbdg-product-mobile-motion .flickity-slider &gt; *.is-selected{
    opacity:1;
  }
  .home .bbdg-product-mobile-motion .flickity-slider &gt; *:not(.is-selected){
    opacity:.84;
  }
}
@media (prefers-reduced-motion:reduce){
  .home .bbdg-reveal,
  .home .bbdg-product-mobile-motion .flickity-slider &gt; *{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}


/* BBDG SECTION REVEAL V2 - homepage sections except hero */
@media (prefers-reduced-motion:no-preference){
  .home.bbdg-motion-ready .bbdg-section-reveal{
    opacity:0;
    transform:translate3d(0,20px,0);
    transition:
      opacity .46s ease,
      transform .46s cubic-bezier(.22,.8,.24,1);
    will-change:opacity,transform;
  }
  .home.bbdg-motion-ready .bbdg-section-reveal.bbdg-section-reveal-visible{
    opacity:1;
    transform:translate3d(0,0,0);
  }
}
@media (prefers-reduced-motion:reduce){
  .home .bbdg-section-reveal{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}


/* BBDG MOBILE PRODUCT SLIDER TWO-UP - homepage only */
@media screen and (max-width:700px){
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track{
    grid-auto-columns:calc((100% - 12px)/2)!important;
    grid-template-rows:242px!important;
    height:256px!important;
    min-height:256px!important;
    max-height:256px!important;
    gap:12px!important;
    padding:2px 0 12px!important;
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card{
    width:calc((100% - 12px)/2)!important;
    min-width:calc((100% - 12px)/2)!important;
    max-width:calc((100% - 12px)/2)!important;
    height:242px!important;
    min-height:242px!important;
    max-height:242px!important;
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card .bbdg-slider-image{
    display:flex!important;
    flex:1 1 auto!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:0!important;
    padding:6px!important;
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card .bbdg-slider-image img{
    width:100%!important;
    height:128px!important;
    min-height:0!important;
    max-height:128px!important;
    object-fit:contain!important;
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card h4{
    flex:0 0 46px!important;
    width:100%!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    margin:0!important;
    padding:7px 7px 3px!important;
    font-size:13px!important;
    line-height:1.28!important;
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card a.bbdg-slider-contact{
    flex:0 0 36px!important;
    width:calc(100% - 16px)!important;
    min-width:0!important;
    max-width:calc(100% - 16px)!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    margin:auto 8px 8px!important;
    padding:6px 5px!important;
    font-size:12px!important;
    line-height:1.15!important;
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-controls{
    top:96px!important;
  }
}
@media screen and (max-width:360px){
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track{
    grid-template-rows:228px!important;
    height:242px!important;
    min-height:242px!important;
    max-height:242px!important;
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card{
    height:228px!important;
    min-height:228px!important;
    max-height:228px!important;
  }
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card .bbdg-slider-image img{
    height:112px!important;
    max-height:112px!important;
  }
}


/* BBDG MOBILE PRODUCT TWO-UP WIDTH REPAIR */
@media screen and (max-width:700px){
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-track article.bbdg-slider-card{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
}


/* BBDG MOBILE PRODUCT ARROW VERTICAL ALIGNMENT */
@media screen and (max-width:700px){
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-controls{
    top:116px!important;
  }
}
@media screen and (max-width:360px){
  html body.home #wrapper #main .bbdg-slider-row .bbdg-slider-main .bbdg-slider-controls{
    top:104px!important;
  }
}


/* BBDG SEQUENTIAL SCROLL MOTION V3 */
@media (prefers-reduced-motion:no-preference){
  .home.bbdg-motion-ready .bbdg-reveal{
    transition-duration:.48s!important;
    transition-timing-function:cubic-bezier(.22,.8,.24,1)!important;
    transition-delay:calc(var(--bbdg-reveal-order,0) * 100ms)!important;
  }
  .home.bbdg-motion-ready .bbdg-section-reveal{
    transition-duration:.48s!important;
    transition-timing-function:cubic-bezier(.22,.8,.24,1)!important;
  }
}
