/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

.absolute-footer,
div.absolute-footer,
.absolute-footer.dark.medium-text-center.small-text-center {
  display: none !important;
}

#header.header.transparent.has-transparent,
#header.header.has-transparent {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
}

#header .header-wrapper {
  background: linear-gradient(135deg, #0b2342, #14427b) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

#header .header-bg-container,
#header .header-bg-image,
#header .header-bg-color,
#header .top-divider {
  display: none !important;
}

#header .header-main,
#header.transparent .header-main,
#header.stuck .header-main {
  height: 72px !important;
}

#header .header-inner.container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  max-width: 1270px;
  column-gap: 40px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 72px;
}

#header #logo {
  display: flex;
  align-items: center;
  height: 100%;
  width: auto !important;
  margin-right: 0;
}

#header .header-inner > .flex-col.hide-for-medium.flex-left.flex-grow,
#header .header-inner > .flex-col.hide-for-medium.flex-right,
#header .header-inner > .logo,
#header .header-inner > .flex-col.show-for-medium.flex-left,
#header .header-inner > .flex-col.show-for-medium.flex-right {
  display: flex;
  align-items: center;
  height: 100%;
}

#header #logo > a:not(.xc-header-brand),
#header .header-logo,
#header .header-logo-dark,
#header .header-logo-sticky {
  display: none !important;
}

#header .xc-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  color: #fff;
  text-decoration: none;
}

#header .xc-header-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
  flex: 0 0 40px;
}

#header .xc-header-brand__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .xc-header-brand__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#header .xc-header-brand__title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

#header .xc-header-brand__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
}

#header .header-nav-main.nav {
  align-items: center;
  gap: 24px;
}

#header .header-inner > .flex-col.hide-for-medium.flex-left.flex-grow {
  justify-content: center;
  min-width: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#header .header-inner > .flex-col.hide-for-medium.flex-left.flex-grow > .header-nav-main.nav {
  justify-content: center;
  width: auto;
}

#header .header-inner > .flex-col.hide-for-medium.flex-right {
  margin-left: 0;
}

#header .header-inner > .flex-col.hide-for-medium.flex-right > .header-nav-main.nav {
  width: auto;
}

#header .header-nav-main.nav > li {
  margin: 0;
}

#header .header-nav-main.nav > li > a.nav-top-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

#header .header-nav-main.nav > li > a.nav-top-link:hover,
#header .header-nav-main.nav > li.active > a.nav-top-link,
#header .header-nav-main.nav > li.current-menu-item > a.nav-top-link,
#header .header-nav-main.nav > li.current_page_item > a.nav-top-link {
  color: #f3b544;
}

#header .header-nav-main.nav > li.menu-item-has-children > a.nav-top-link {
  gap: 6px;
}

#header .header-nav-main.nav > li.menu-item-has-children > a.nav-top-link i.icon-angle-down {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  top: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

#header .header-nav-main.nav > li.menu-item-has-children:hover > a.nav-top-link i.icon-angle-down,
#header .header-nav-main.nav > li.menu-item-has-children.current-menu-ancestor > a.nav-top-link i.icon-angle-down,
#header .header-nav-main.nav > li.menu-item-has-children.active > a.nav-top-link i.icon-angle-down {
  transform: rotate(180deg);
}

#header .header-nav-main .nav-dropdown,
#header .header-nav-main .sub-menu.nav-dropdown {
  min-width: 240px;
  padding: 8px;
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.08);
}

#header .header-nav-main .nav-dropdown::before,
#header .header-nav-main .nav-dropdown::after {
  display: none !important;
}

#header .header-nav-main .nav-dropdown > li,
#header .header-nav-main .sub-menu.nav-dropdown > li {
  margin: 0;
}

#header .header-nav-main .nav-dropdown > li > a,
#header .header-nav-main .sub-menu.nav-dropdown > li > a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#header .header-nav-main .nav-dropdown > li > a:hover,
#header .header-nav-main .sub-menu.nav-dropdown > li > a:hover,
#header .header-nav-main .nav-dropdown > li.current-menu-item > a,
#header .header-nav-main .sub-menu.nav-dropdown > li.current-menu-item > a,
#header .header-nav-main .nav-dropdown > li.active > a,
#header .header-nav-main .sub-menu.nav-dropdown > li.active > a {
  background: #f8fafc;
  color: #0c2d5e;
}

#header .header-button {
  display: inline-flex;
}

#header .header-button .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  min-height: 40px;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f3b544 !important;
  background-color: #f3b544 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none !important;
}

#header .header-button .button:hover,
#header .header-button .button:focus {
  background: #dea02d !important;
  background-color: #dea02d !important;
  color: #fff !important;
  box-shadow: none !important;
  opacity: 1;
}

#header .header-button .button i {
  margin: 0;
  top: 0;
}

#header .mobile-nav > li {
  margin: 0;
}

#header .mobile-nav > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  color: #fff;
  padding: 8px;
}

#header .mobile-nav > li > a:hover {
  color: #fff;
}

#header .mobile-nav > li > a[aria-controls="main-menu"] i.icon-menu {
  font-size: 1.5rem;
}

@media (max-width: 1023px) {
  #header .xc-header-brand__text {
    display: none;
  }
}

@media (max-width: 849px) {
  #header .header-main,
  #header.transparent .header-main,
  #header.stuck .header-main {
    height: 64px !important;
  }

  #header .header-inner.container {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    column-gap: 0;
    min-height: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  #header .header-inner > .flex-col.show-for-medium.flex-left {
    display: none !important;
  }

  #header .header-inner > .logo {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    text-align: left;
  }

  #header .header-inner > .flex-col.show-for-medium.flex-right {
    order: 2;
    flex: 0 0 auto;
    margin-left: 0;
  }

  #header #logo {
    justify-content: flex-start;
    margin-right: 0;
    width: auto !important;
  }
}

@media (max-width: 849px) {
  #main-menu.mobile-sidebar,
  .main-menu-overlay,
  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content,
  .mfp-bg,
  .mfp-wrap {
    display: none !important;
  }

  #header .mobile-nav {
    width: auto;
  }

  #header .mobile-nav > li > a[aria-controls="main-menu"] {
    width: auto;
    height: auto;
    min-width: 40px;
    min-height: 40px;
    padding: 8px;
    border-radius: 0;
    line-height: 1;
  }

  #header .mobile-nav > li > a[aria-controls="main-menu"] i.icon-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 1;
    margin: 0;
    top: 0;
  }

  #header .mobile-nav > li > a[aria-controls="main-menu"] i.icon-menu::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 18h16'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 18h16'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  #header .mobile-nav > li > a[aria-controls="main-menu"][aria-expanded="true"] i.icon-menu::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12'/%3E%3Cpath d='M18 6 6 18'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12'/%3E%3Cpath d='M18 6 6 18'/%3E%3C/svg%3E");
  }

  #header .xc-mobile-menu[hidden] {
    display: none !important;
  }

  #header .xc-mobile-menu {
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    z-index: 1049;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #071a3a;
  }

  #header .xc-mobile-menu__inner {
    padding: 12px 16px;
  }

  #header .xc-mobile-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  #header .xc-mobile-menu__group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  #header .xc-mobile-menu__link {
    display: block;
    width: 100%;
    border-radius: 6px;
    color: #c5d3ea;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    padding: 12px 16px;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  #header .xc-mobile-menu__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    width: auto;
    max-width: 100%;
    border: 0;
    border-radius: 6px;
    color: #c5d3ea;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    padding: 12px 16px;
    text-align: left;
    text-transform: none;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  #header .xc-mobile-menu__group {
    gap: 0;
  }

  #header .xc-mobile-menu__group > .xc-mobile-menu__toggle {
    display: flex;
    width: 100%;
  }

  #header .xc-mobile-menu__toggle:hover,
  #header .xc-mobile-menu__toggle.is-active,
  #header .xc-mobile-menu__group.is-open > .xc-mobile-menu__toggle {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }

  #header .xc-mobile-menu__toggle-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform 0.2s ease;
  }

  #header .xc-mobile-menu__group.is-open > .xc-mobile-menu__toggle .xc-mobile-menu__toggle-icon {
    transform: rotate(180deg);
  }

  #header .xc-mobile-menu__subnav {
    display: none;
    flex-direction: column;
    gap: 4px;
    padding-left: 12px;
    margin-top: 4px;
  }

  #header .xc-mobile-menu__group.is-open > .xc-mobile-menu__subnav {
    display: flex;
  }

  #header .xc-mobile-menu__sublink {
    display: block;
    width: 100%;
    border-radius: 6px;
    color: #9fb4d6;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    padding: 10px 16px;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  #header .xc-mobile-menu__sublink:hover,
  #header .xc-mobile-menu__sublink.is-active {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  #header .xc-mobile-menu__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }

  #header .xc-mobile-menu__link.is-active {
    background-color: #f3b544;
    color: #ffffff;
  }

  #header .xc-mobile-menu__cta {
    margin-top: 8px;
  }

  #header .xc-mobile-menu__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    border-radius: 6px;
    background-color: #f3b544;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    padding: 12px 16px;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }

  #header .xc-mobile-menu__phone:hover {
    background-color: #dea02d;
    color: #ffffff;
  }

  #header .xc-mobile-menu__phone-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}

.xc-hero-banner {
  min-height: 100vh !important;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d2b4f;
}

.xc-hero-banner > .banner-inner,
.xc-hero-banner .banner-bg,
.xc-hero-banner .banner-layers {
  min-height: 100vh !important;
}

.xc-hero-banner .banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(13, 43, 79, 0.88), rgba(20, 66, 123, 0.72));
}

.xc-hero-banner .banner-bg .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.xc-hero-banner .banner-layers {
  position: relative;
  max-width: 1270px;
  z-index: 2;
}

.xc-hero-banner .banner-layers > .text-box:first-of-type {
  top: 50% !important;
  right: auto !important;
  left: 50% !important;
  width: min(1120px, calc(100% - 32px)) !important;
  max-width: none !important;
  transform: translate(-50%, -50%) !important;
}

.xc-hero-banner .text-box.banner-layer:first-of-type .text-box-content {
  font-size: 1rem !important;
  padding: 0 16px;
}

.xc-hero-banner .text-box.banner-layer:first-of-type .text-inner {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif !important;
}

.xc-hero-banner .text-inner br {
  display: none !important;
}

.xc-hero-banner .hero-kicker {
  margin: 0 0 16px;
  color: #f3b544;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25em;
  line-height: 1.7;
  text-transform: uppercase;
}

.xc-hero-banner .hero-title {
  max-width: 1100px;
  margin: 0 auto 24px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: clamp(30px, 4.8vw, 60px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

.xc-hero-banner .hero-title .text-accent {
  color: #f3b544;
}

.xc-hero-banner .hero-desc {
  max-width: 672px;
  margin: 0 auto 16px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
}

.xc-hero-banner .hero-las {
  display: inline-block;
  margin: 0 auto 40px;
  padding: 10px 24px;
  border: 1px solid rgba(243, 181, 68, 0.4);
  border-radius: 10px;
  background: rgba(243, 181, 68, 0.2);
  color: #f3b544;
  font-family: "Roboto", sans-serif !important;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.xc-hero-banner .row-lien-he-tim-hieu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  clear: both;
  padding: 0 !important;
}

.xc-hero-banner .row-lien-he-tim-hieu > .col {
  padding: 0 !important;
  padding-bottom: 0 !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

.xc-hero-banner .row-lien-he-tim-hieu > .col > .col-inner {
  margin: 0 !important;
  width: auto !important;
}

.xc-hero-banner .btn-lien-he,
.xc-hero-banner .btn-tim-hieu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 192px !important;
  margin: 0 !important;
  min-height: 48px;
  padding: 12px 32px !important;
  background-image: none !important;
  background-color: transparent !important;
  border: 2px solid transparent !important;
  border-radius: 8px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  vertical-align: middle;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.xc-hero-banner .btn-lien-he:hover,
.xc-hero-banner .btn-lien-he:focus,
.xc-hero-banner .btn-lien-he:active,
.xc-hero-banner .btn-tim-hieu:hover,
.xc-hero-banner .btn-tim-hieu:focus,
.xc-hero-banner .btn-tim-hieu:active {
  opacity: 1;
  box-shadow: none !important;
  outline: none;
  background-image: none !important;
}

.xc-hero-banner .btn-lien-he span,
.xc-hero-banner .btn-tim-hieu span {
  display: inline-block;
  line-height: 1.2;
}

.xc-hero-banner .btn-lien-he {
  background: #f3b544 !important;
  background-color: #f3b544 !important;
  border-color: #f3b544 !important;
  color: #fff !important;
}

.xc-hero-banner .btn-lien-he:hover,
.xc-hero-banner .btn-lien-he:focus,
.xc-hero-banner .btn-lien-he:active {
  background: #dea02d !important;
  background-color: #dea02d !important;
  border-color: #dea02d !important;
  color: #fff !important;
  transform: none !important;
}

.xc-hero-banner .btn-tim-hieu {
  background: transparent !important;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
}

.xc-hero-banner .btn-tim-hieu:hover,
.xc-hero-banner .btn-tim-hieu:focus,
.xc-hero-banner .btn-tim-hieu:active {
  background: rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.xc-hero-banner .banner-layers > .text-box:last-of-type {
  left: 50% !important;
  top: auto !important;
  bottom: 100px !important;
  width: auto !important;
  transform: translateX(-50%) !important;
}

.xc-hero-banner .text-box.banner-layer:last-of-type .text-inner > .button.primary,
.xc-hero-banner .text-box.banner-layer:last-of-type .text-inner > .button.primary:is(a, button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  min-height: 56px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-shadow: none !important;
  line-height: 0 !important;
  text-transform: none !important;
  transition: color 0.15s ease;
  animation: xc-hero-bounce 1s infinite;
}

.xc-hero-banner .text-box.banner-layer:last-of-type .text-inner > .button.primary span {
  display: none;
}

.xc-hero-banner .text-box.banner-layer:last-of-type .text-inner > .button.primary::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.xc-hero-banner .text-box.banner-layer:last-of-type .text-inner > .button.primary:hover,
.xc-hero-banner .text-box.banner-layer:last-of-type .text-inner > .button.primary:focus,
.xc-hero-banner .text-box.banner-layer:last-of-type .text-inner > .button.primary:active {
  color: #f3b544 !important;
  background: transparent !important;
  opacity: 1;
  box-shadow: none !important;
  transform: none !important;
}

@keyframes xc-hero-bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

  .xc-hero-banner,
  .xc-hero-banner > .banner-inner,
  .xc-hero-banner .banner-bg,
  .xc-hero-banner .banner-layers {
    min-height: 100vh;
  }

  .xc-hero-banner .banner-layers > .text-box:first-of-type,
  .xc-hero-banner .banner-layers > .text-box.banner-layer.x50.md-x50.lg-x50.y50.md-y50.lg-y50:first-of-type {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  .xc-hero-banner .text-box.banner-layer:first-of-type .text-box-content {
    width: 100% !important;
    padding: 0 10px !important;
  }

  .xc-hero-banner .text-box.banner-layer:first-of-type .text-inner {
    width: 100% !important;
  }

  .xc-hero-banner .hero-title {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .xc-hero-banner .hero-desc {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .xc-hero-banner .hero-kicker {
    font-size: 12px;
    letter-spacing: 0.18em;
    margin-bottom: 12px;
  }

  .xc-hero-banner .hero-las {
    margin-bottom: 28px;
    padding: 8px 18px;
    font-size: 18px;
  }

  .xc-hero-banner .row-lien-he-tim-hieu {
    display: flex !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 360px !important;
  }

  .xc-hero-banner .row-lien-he-tim-hieu > .col {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0 !important;
  }

  .xc-hero-banner .btn-lien-he,
  .xc-hero-banner .btn-tim-hieu {
    width: 100%;
    min-width: 0;
  }

  .xc-hero-banner .banner-layers > .text-box:last-of-type {
    bottom: 100px !important;
  }

}

.section.xc-footer {
  display: block;
  padding: 32px 0 !important;
  background: linear-gradient(135deg, #0b2342, #14427b);
}

.section.xc-footer .section-content {
  position: relative;
  z-index: 1;
}

.section.xc-footer .row {
  max-width: 1400px;
  margin: 0 auto;
}

.section.xc-footer .col {
  padding: 0 15px;
}

.section.xc-footer .col-inner {
  margin: 0 auto;
  width: 100%;
}

.xc-footer__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.xc-footer__company {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.xc-footer__address {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.4;
}

.xc-footer__line {
  width: 48px;
  height: 1px;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.2);
}

.xc-footer__copyright {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1.4;
}

.xc-footer__credit {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.6;
}

.xc-footer__credit br {
  display: none;
}

.xc-footer__credit a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.15s ease;
}

.xc-footer__credit a:hover {
  color: #fff;
}

.section.xc-mission {
  padding: 64px 16px !important;
  background: #f8fafc;
}

.section.xc-mission .row {
  max-width: 1270px;
  margin: 0 auto;
}

.section.xc-mission .col {
  padding: 0 15px;
}

.section.xc-mission .col-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  text-align: center;
}

.section.xc-mission .xc-mission__inner {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.section.xc-mission .xc-mission__badge {
  margin: 0 0 8px;
  color: #f3b544;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section.xc-mission .xc-mission__title {
  margin: 0 auto 32px;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}

.section.xc-mission .xc-mission__line {
  width: 64px;
  height: 4px;
  margin: 0 auto 48px;
  border-radius: 999px;
  background: #f3b544;
}

.section.xc-mission .xc-mission__desc {
  margin: 0 auto 24px;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  line-height: 1.75;
}

.section.xc-mission .xc-mission__desc:last-child {
  margin-bottom: 0;
}

.section.xc-mission .xc-mission__desc strong {
  color: #0f172a;
  font-weight: 700;
}

@media (min-width: 768px) {
  .section.xc-mission {
    padding: 96px 32px !important;
  }

  .section.xc-mission .xc-mission__desc {
    font-size: 18px;
  }
}

.section.xc-services {
  padding: 64px 16px !important;
  background: #f3f6fa;
}

.section.xc-services .row {
  max-width: 1270px;
  margin: 0 auto;
}

.section.xc-services #row-985174397 {
  margin-bottom: 48px;
}

.section.xc-services .col {
  padding: 0 15px 24px;
}

.section.xc-services .col-inner {
  margin: 0;
  width: 100%;
}

.section.xc-services #row-985174397 .col-inner {
  text-align: center;
}

.section.xc-services .xc-services__heading {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.section.xc-services .xc-services__badge {
  margin: 0 0 8px;
  color: #f3b544;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section.xc-services .xc-services__title {
  margin: 0;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}

.section.xc-services .xc-services__line {
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: #f3b544;
}

.section.xc-services .icon-box.featured-box.box-dich-vu {
  position: relative;
  height: 100%;
  min-height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.section.xc-services .icon-box.featured-box.box-dich-vu:hover {
  transform: translateY(-4px);
  border-color: rgba(12, 45, 94, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.section.xc-services .icon-box.featured-box.box-dich-vu::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 0 16px;
  border-radius: 12px;
  background-color: rgba(12, 45, 94, 0.1);
  transition: background 0.3s ease, background-color 0.3s ease;
}

.section.xc-services .icon-box.featured-box.box-dich-vu::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 36px;
  width: 24px;
  height: 24px;
  background-color: #0c2d5e;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s ease;
}

.section.xc-services .icon-box.featured-box.box-dich-vu:hover::before {
  background: linear-gradient(135deg, #0b2342, #14427b);
}

.section.xc-services .icon-box.featured-box.box-dich-vu:hover::after {
  background-color: #fff;
}

.section.xc-services .icon-box.featured-box.box-dich-vu.giam-sat::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E");
}

.section.xc-services .icon-box.featured-box.box-dich-vu.xay-dung::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5'/%3E%3Cpath d='M14 6a6 6 0 0 1 6 6v3'/%3E%3Cpath d='M4 15v-3a6 6 0 0 1 6-6'/%3E%3Crect x='2' y='15' width='20' height='4' rx='1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5'/%3E%3Cpath d='M14 6a6 6 0 0 1 6 6v3'/%3E%3Cpath d='M4 15v-3a6 6 0 0 1 6-6'/%3E%3Crect x='2' y='15' width='20' height='4' rx='1'/%3E%3C/svg%3E");
}

.section.xc-services .icon-box.featured-box.box-dich-vu.chat-luong::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4'/%3E%3Cpath d='M4.268 21A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3'/%3E%3Cpath d='m9 18-1.5-1.5'/%3E%3Ccircle cx='5' cy='14' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4'/%3E%3Cpath d='M4.268 21A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3'/%3E%3Cpath d='m9 18-1.5-1.5'/%3E%3Ccircle cx='5' cy='14' r='3'/%3E%3C/svg%3E");
}

.section.xc-services .icon-box.featured-box.box-dich-vu.vat-lieu::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18h8'/%3E%3Cpath d='M3 22h18'/%3E%3Cpath d='M14 22a7 7 0 1 0 0-14h-1'/%3E%3Cpath d='M9 14h2'/%3E%3Cpath d='M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z'/%3E%3Cpath d='M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18h8'/%3E%3Cpath d='M3 22h18'/%3E%3Cpath d='M14 22a7 7 0 1 0 0-14h-1'/%3E%3Cpath d='M9 14h2'/%3E%3Cpath d='M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z'/%3E%3Cpath d='M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3'/%3E%3C/svg%3E");
}

.section.xc-services .icon-box.featured-box.box-dich-vu.khao-sat::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z'/%3E%3Cpath d='m14.5 12.5 2-2'/%3E%3Cpath d='m11.5 9.5 2-2'/%3E%3Cpath d='m8.5 6.5 2-2'/%3E%3Cpath d='m17.5 15.5 2-2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z'/%3E%3Cpath d='m14.5 12.5 2-2'/%3E%3Cpath d='m11.5 9.5 2-2'/%3E%3Cpath d='m8.5 6.5 2-2'/%3E%3Cpath d='m17.5 15.5 2-2'/%3E%3C/svg%3E");
}

.section.xc-services .icon-box.featured-box.box-dich-vu.an-toan::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.section.xc-services .icon-box.featured-box.box-dich-vu .icon-box-text {
  margin: 0;
}

.section.xc-services .icon-box.featured-box.box-dich-vu h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.section.xc-services .icon-box.featured-box.box-dich-vu p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
}

@media (min-width: 768px) {
  .section.xc-services {
    padding: 96px 32px !important;
  }
}

@media (max-width: 849px) {
  .section.xc-services {
    padding: 64px 16px !important;
  }

  .section.xc-services #row-985174397 {
    margin-bottom: 40px;
  }
}

.section.xc-projects {
  padding: 64px 16px !important;
  background: #f3f6fa;
}

.section.xc-projects .row {
  max-width: 1270px;
  margin: 0 auto;
}

.section.xc-projects .col {
  padding: 0 15px 24px;
}

.section.xc-projects .col-inner {
  margin: 0;
  width: 100%;
}

.section.xc-projects #row-473305753 {
  margin-bottom: 32px;
}

.section.xc-projects #row-473305753 .col-inner {
  text-align: center;
}

.section.xc-projects .xc-projects__heading {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.section.xc-projects .xc-projects__badge {
  margin-bottom: 8px;
  color: #f3b544;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section.xc-projects .xc-projects__title {
  margin: 0;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}

.section.xc-projects .xc-projects__line {
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: #f3b544;
}

.section.xc-projects .xc-project-tab .nav {
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}

.section.xc-projects .xc-project-tab .nav > li {
  margin: 0;
}

.section.xc-projects .xc-project-tab .nav > li > a {
  min-height: 40px;
  padding: 8px 20px;
  border: 1px solid #dbe4ef;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  transition: all 0.3s ease;
}

.section.xc-projects .xc-project-tab .nav > li.active > a {
  border-color: transparent;
  background: linear-gradient(135deg, #0b2342, #14427b);
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.08);
}

.section.xc-projects .xc-project-tab .nav > li:not(.active) > a:hover {
  border-color: rgba(12, 45, 94, 0.3);
  color: #0f172a;
}

.section.xc-projects .xc-project-tab .tab-panels {
  padding-top: 0;
}

.section.xc-projects .xc-project-tab .panel.entry-content {
  padding: 0;
}

.section.xc-projects .box-project {
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.section.xc-projects .box-project:hover {
  transform: translateY(-4px);
  border-color: rgba(12, 45, 94, 0.2);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.section.xc-projects .box-project .box-image {
  position: relative;
  height: 208px;
  overflow: hidden;
}

.section.xc-projects .box-project .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.section.xc-projects .box-project:hover .box-image img {
  transform: scale(1.05);
}

.section.xc-projects .box-project .box-image::before {
  content: none;
}

.section.xc-projects .box-project .box-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 32, 61, 0);
  transition: background-color 0.3s ease;
}

.section.xc-projects .box-project:hover .box-image::after {
  background: rgba(8, 32, 61, 0.3);
}

.section.xc-projects .box-project .box-text {
  position: relative;
  padding: 20px;
}

.section.xc-projects .xc-project-card__body {
  position: relative;
}

.section.xc-projects .box-project .box-text.text-center,
.section.xc-projects .box-project .box-text {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.section.xc-projects .xc-project-card__title {
  margin: 0 0 8px;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.section.xc-projects .box-project:hover .box-text h4 {
  color: #0c2d5e;
}

.section.xc-projects .box-project:hover .xc-project-card__title {
  color: #0c2d5e;
}

.section.xc-projects .box-project .box-text p {
  margin: 0;
}

.section.xc-projects .xc-project-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}

.section.xc-projects .xc-project-card__location,
.section.xc-projects .xc-project-card__year {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  line-height: 1.4;
}

.section.xc-projects .xc-project-card__location::before,
.section.xc-projects .xc-project-card__year::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.section.xc-projects .xc-project-card__location::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.section.xc-projects .xc-project-card__year::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
}

.section.xc-projects .xc-project-card__desc {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section.xc-projects .box-project .box-image .xc-project-card__category {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f3b544;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.xc-project-lightbox-open {
  overflow: hidden;
}

.xc-project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 32, 61, 0.82);
}

.xc-project-lightbox[hidden] {
  display: none !important;
}

.xc-project-lightbox__dialog {
  position: relative;
  width: min(672px, 100%);
  max-height: min(90vh, 100%);
}

.xc-project-lightbox__content {
  max-height: 90vh;
  overflow: visible;
}

.xc-project-lightbox__content .box-project {
  transform: none !important;
  cursor: default;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.xc-project-lightbox__content .box-project:hover {
  transform: none !important;
  border-color: #dbe4ef;
}

.xc-project-lightbox__content .box-project .box-image {
  position: relative;
  height: 16rem;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.xc-project-lightbox__content .box-project .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.xc-project-lightbox__content .box-project .box-image::after {
  background: transparent !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.xc-project-lightbox__content .box-project .box-text {
  position: relative;
  padding: 20px;
  text-align: left !important;
  background: #fff;
}

.xc-project-lightbox__content .box-project .box-text.text-center {
  text-align: left !important;
  padding-left: 20px;
  padding-right: 20px;
}

.xc-project-lightbox__content .box-project .box-text-inner {
  margin: 0 !important;
  width: 100%;
}

.xc-project-lightbox__content .box-project .xc-project-card__title {
  margin: 0 0 8px;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: none;
}

.xc-project-lightbox__content .box-project .box-text p {
  margin: 0;
}

.xc-project-lightbox__content .box-project .xc-project-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  line-height: 1.4;
}

.xc-project-lightbox__content .box-project .xc-project-card__location,
.xc-project-lightbox__content .box-project .xc-project-card__year {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  line-height: 1.4;
}

.xc-project-lightbox__content .box-project .xc-project-card__location::before,
.xc-project-lightbox__content .box-project .xc-project-card__year::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.xc-project-lightbox__content .box-project .xc-project-card__location::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.xc-project-lightbox__content .box-project .xc-project-card__year::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
}

.xc-project-lightbox__content .box-project .xc-project-card__desc {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xc-project-lightbox__content .box-project .box-image .xc-project-card__category {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f3b544;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1rem;
}

.xc-project-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.5);
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.xc-project-lightbox__close::before,
.xc-project-lightbox__close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.xc-project-lightbox__close::before {
  transform: rotate(45deg);
}

.xc-project-lightbox__close::after {
  transform: rotate(-45deg);
}

.xc-project-lightbox__close:hover {
  background: rgba(15, 23, 42, 0.7);
}

@media (min-width: 768px) {
  .xc-project-lightbox__content .box-project .box-image {
    height: 20rem;
  }
}

@media (min-width: 768px) {
  .section.xc-projects {
    padding: 96px 32px !important;
  }
}

@media (max-width: 849px) {
  .section.xc-projects {
    padding: 64px 16px !important;
  }
}

.section.xc-lab {
  padding: 64px 16px !important;
  background: #f8fafc;
}

.section.xc-lab .row {
  max-width: 1270px;
  margin: 0 auto;
}

.section.xc-lab .col {
  padding: 0 15px 24px;
}

.section.xc-lab .col-inner {
  margin: 0;
  width: 100%;
}

.section.xc-lab .xc-lab__badge {
  margin: 0 0 8px;
  color: #f3b544;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.section.xc-lab .xc-lab__title {
  margin: 0;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.section.xc-lab .xc-lab__line {
  width: 64px;
  height: 4px;
  margin: 16px auto 48px;
  border-radius: 999px;
  background: #f3b544;
}

.section.xc-lab .box {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.section.xc-lab .box-image {
  position: relative;
}

.section.xc-lab .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.xc-lab .box-text {
  padding: 0 !important;
}

.section.xc-lab .box-text.text-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section.xc-lab .box-text-inner {
  margin: 0 !important;
  width: 100%;
}

.section.xc-lab .xc-lab__image-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(135deg, #0b2342, #14427b);
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.section.xc-lab .xc-lab__image-caption::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-color: #f3b544;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2'/%3E%3Cpath d='M8.5 2h7'/%3E%3Cpath d='M7 16h10'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2'/%3E%3Cpath d='M8.5 2h7'/%3E%3Cpath d='M7 16h10'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.section.xc-lab .xc-lab__card {
  padding: 20px;
  border: 1px solid rgba(12, 45, 94, 0.2);
  border-radius: 16px;
  background: rgba(12, 45, 94, 0.05);
}

.section.xc-lab .xc-lab__card-title {
  margin: 0 0 4px;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.section.xc-lab .xc-lab__card-desc {
  margin: 0 0 16px;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  line-height: 1.65;
}

.section.xc-lab .xc-lab__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.section.xc-lab .xc-lab__contact-item,
.section.xc-lab .xc-lab__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0c2d5e;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}

.section.xc-lab .xc-lab__contact-item::before,
.section.xc-lab .xc-lab__contact-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.section.xc-lab .xc-lab__contact-item:first-child::before,
.section.xc-lab .xc-lab__contact-link[href^="tel:"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.section.xc-lab .xc-lab__contact-item:last-child::before,
.section.xc-lab .xc-lab__contact-link[href^="mailto:"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E");
}

.section.xc-lab .xc-lab__contact-link:hover {
  color: #f3b544;
}

.section.xc-lab .xc-lab__list-title {
  margin: 0 0 16px;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.section.xc-lab .xc-lab__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section.xc-lab .xc-lab__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  line-height: 1.65;
}

.section.xc-lab .xc-lab__list-item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
  background-color: #f3b544;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media (min-width: 768px) {
  .section.xc-lab {
    padding: 96px 32px !important;
  }
}

.section.xc-numbers {
  padding: 30px 0 !important;
  background: transparent;
}

.section.xc-numbers .row {
  max-width: 1270px;
  margin: 0 auto;
}

.section.xc-numbers .col {
  padding: 0 12px 24px;
}

.section.xc-numbers .col-inner {
  margin: 0;
  width: 100%;
}

.section.xc-numbers .icon-box.featured-box.box-numbers {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.section.xc-numbers .icon-box.featured-box.box-numbers:hover {
  transform: translateY(-4px);
  border-color: rgba(12, 45, 94, 0.16);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.12), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.section.xc-numbers .icon-box.featured-box.box-numbers::before {
  content: "" !important;
  display: block !important;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px !important;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b2342, #14427b) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  flex: 0 0 48px;
}

.section.xc-numbers .icon-box.featured-box.box-numbers::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 24px;
  left: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff !important;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(-50%, 12px);
  pointer-events: none;
}

.section.xc-numbers .icon-box.featured-box.box-numbers.cong-trinh::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z'/%3E%3Cpath d='M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2'/%3E%3Cpath d='M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M10 6h4'/%3E%3Cpath d='M10 10h4'/%3E%3Cpath d='M10 14h4'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z'/%3E%3Cpath d='M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2'/%3E%3Cpath d='M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M10 6h4'/%3E%3Cpath d='M10 10h4'/%3E%3Cpath d='M10 14h4'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E");
}

.section.xc-numbers .icon-box.featured-box.box-numbers.las::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526'/%3E%3Ccircle cx='12' cy='8' r='6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526'/%3E%3Ccircle cx='12' cy='8' r='6'/%3E%3C/svg%3E");
}

.section.xc-numbers .icon-box.featured-box.box-numbers.kinh-nghiem::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3C/svg%3E");
}

.section.xc-numbers .icon-box.featured-box.box-numbers.cam-ket::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");
}

.section.xc-numbers .icon-box.featured-box.box-numbers .icon-box-text {
  margin: 0;
  width: 100%;
}

.section.xc-numbers .icon-box.featured-box.box-numbers h3 {
  margin: 0 0 4px;
  color: #0c2d5e;
  font-family: "Roboto", sans-serif !important;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}

.section.xc-numbers .icon-box.featured-box.box-numbers p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 849px) {
  .section.xc-numbers .col {
    padding: 0 8px 16px;
  }

  .section.xc-numbers .icon-box.featured-box.box-numbers {
    padding: 20px 14px;
    border-radius: 14px;
  }

  .section.xc-numbers .icon-box.featured-box.box-numbers h3 {
    font-size: 24px;
  }

  .section.xc-numbers .icon-box.featured-box.box-numbers p {
    min-height: 2.8em;
    font-size: 13px;
  }
}

.section.xc-contact {
  padding: 64px 16px !important;
  background: #f1f5f9;
}

.section.xc-contact .row {
  max-width: 1270px;
  margin: 0 auto;
}

.section.xc-contact .col {
  padding: 0 15px 24px;
}

.section.xc-contact .col-inner {
  margin: 0;
  width: 100%;
}

.section.xc-contact .xc-contact__heading {
  text-align: center;
  margin-bottom: 48px;
}

.section.xc-contact .xc-contact__badge {
  margin: 0 0 8px;
  color: #f3b544;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section.xc-contact .xc-contact__title {
  margin: 0;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}

.section.xc-contact .xc-contact__line {
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: #f3b544;
}

.section.xc-contact .col.medium-6 .col-inner,
.section.xc-contact .col.large-6 .col-inner {
  height: 100%;
  padding: 32px;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.08);
}

.section.xc-contact .xc-contact__card-title {
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbe4ef;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.section.xc-contact .icon-box.featured-box.box-lien-he {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 20px;
}

.section.xc-contact .icon-box.featured-box.box-lien-he:last-of-type {
  margin-bottom: 0;
}

.section.xc-contact .icon-box.featured-box.box-lien-he::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #0b2342, #14427b);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section.xc-contact .icon-box.featured-box.box-lien-he.office::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.workemail::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.telephone::before {
  background-color: rgba(243, 181, 68, 0.2);
  background-image: none;
}

.section.xc-contact .icon-box.featured-box.box-lien-he.dia-chi::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.office::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.section.xc-contact .icon-box.featured-box.box-lien-he.hotline::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.telephone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.section.xc-contact .icon-box.featured-box.box-lien-he.email::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.workemail::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E");
}

.section.xc-contact .icon-box.featured-box.box-lien-he.timwork::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
}

.section.xc-contact .icon-box.featured-box.box-lien-he::before {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
}

.section.xc-contact .icon-box.featured-box.box-lien-he.dia-chi::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.hotline::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.email::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.timwork::before {
  background-color: #ffffff;
}

.section.xc-contact .icon-box.featured-box.box-lien-he.office::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.telephone::before,
.section.xc-contact .icon-box.featured-box.box-lien-he.workemail::before {
  background-color: #f3b544;
}

.section.xc-contact .icon-box-left .icon-box-text {
  flex: 1 1 auto;
}

.section.xc-contact .xc-contact__item-title {
  margin: 0 0 4px;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.section.xc-contact .xc-contact__item-desc {
  margin: 0;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  line-height: 1.65;
}

.section.xc-contact a.xc-contact__item-link {
  color: #0c2d5e;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.section.xc-contact a.xc-contact__item-link:hover {
  color: #f3b544;
}

.section.xc-contact .xc-contact__note {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(12, 45, 94, 0.1);
  border-radius: 12px;
  background: rgba(12, 45, 94, 0.05);
}

.section.xc-contact .xc-contact__note-main {
  margin: 0 0 4px;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  line-height: 1.65;
}

.section.xc-contact .xc-contact__note-main strong,
.section.xc-contact .xc-contact__note-code {
  color: #0c2d5e;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}

.section.xc-contact .xc-contact__note-sub {
  margin: 0;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .section.xc-contact {
    padding: 96px 32px !important;
  }
}

@media (max-width: 849px) {
  .section.xc-contact .xc-contact__heading {
    margin-bottom: 32px;
  }

  .section.xc-contact .col.medium-6 .col-inner,
  .section.xc-contact .col.large-6 .col-inner {
    padding: 24px;
  }

  .section.xc-contact .icon-box.featured-box.box-lien-he {
    gap: 14px;
    margin-bottom: 18px;
  }
}

.xc-publications {
  flex: 1 1 auto;
  padding-top: 96px;
  padding-bottom: 64px;
}

.xc-publications .container {
  max-width: 1270px;
}

.xc-publications__inner {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  padding: 0 16px;
}

.xc-publications__heading {
  margin-bottom: 32px;
  text-align: center;
}

.xc-publications__archive-title {
  margin: 0 0 8px;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.25;
}

.xc-publications__term-title {
  margin: 0;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
}

.xc-publications__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}

.xc-publications__nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #e5ebf3;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.xc-publications__nav-link:hover {
  background: #dbe4ef;
  color: #0f172a;
}

.xc-publications__nav-link.is-active {
  background: #0c2d5e;
  color: #fff;
}

.xc-publications__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.xc-publications__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.xc-publications__item:hover {
  border-color: #c9d7e8;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.xc-publications__item-icon,
.xc-publications__item-download {
  display: inline-block;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.xc-publications__item-icon {
  width: 32px;
  height: 32px;
  color: #dc2626;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4'/%3E%3Cpath d='M10 9H8'/%3E%3Cpath d='M16 13H8'/%3E%3Cpath d='M16 17H8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4'/%3E%3Cpath d='M10 9H8'/%3E%3Cpath d='M16 13H8'/%3E%3Cpath d='M16 17H8'/%3E%3C/svg%3E");
}

.xc-publications__item-download {
  width: 20px;
  height: 20px;
  color: #6b7280;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' x2='12' y1='15' y2='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' x2='12' y1='15' y2='3'/%3E%3C/svg%3E");
}

.xc-publications__item-body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.xc-publications__item-title {
  overflow: hidden;
  color: #0f172a;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xc-publications__item-date {
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  line-height: 1.4;
}

.xc-publications__empty {
  padding: 20px 16px;
  border: 1px dashed #c9d7e8;
  border-radius: 12px;
  color: #6b7280;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 849px) {
  .xc-publications {
    padding-top: 88px;
    padding-bottom: 56px;
  }

  .xc-publications__inner {
    padding: 0;
  }

  .xc-publications__heading {
    margin-bottom: 24px;
  }
}
