/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2026 | 04:34:00 */
/* Core */
/* Shared: nền tảng chung cho toàn bộ website và local preview */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body,
button,
input,
select,
textarea,
p,
span,
a,
li,
label,
.site,
.site * {
  font-family: 'Roboto', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.widget-title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap');

.site-title a {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: #17324d;
}

main {
  display: block;
}

/* Shared: chỉ dùng cho file preview index.html khi giả lập nhiều page trong cùng một document */
.page-section {
  position: relative;
  display: none;
}

.page-section.is-active {
  display: block;
}

/* Header */
/* Shared component: header dùng chung cho toàn site */

.mtx-header,
.mtx-header * {
  box-sizing: border-box;
}

.mtx-header {
  --mtx-blue: #0070C0;
  --mtx-blue-dark: #005a9c;
  --mtx-blue-deep: #003e6b;
  --mtx-green: #70AD47;
  --mtx-white: #ffffff;
  --mtx-text: #17324d;
  --mtx-muted: #6b7b8c;
  --mtx-border: rgba(0, 112, 192, 0.12);
  --mtx-shadow: 0 16px 36px rgba(0, 112, 192, 0.14);
  --mtx-sticky-top: 0px;
  position: relative;
  z-index: 9999;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}

body.admin-bar .mtx-header {
  --mtx-sticky-top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .mtx-header {
    --mtx-sticky-top: 46px;
  }
}

.mtx-header a {
  text-decoration: none;
}

.mtx-header-wrap {
  width: 100%;
  background: linear-gradient(90deg, var(--mtx-blue-dark), var(--mtx-blue));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: var(--mtx-sticky-top);
  z-index: 9998;
  transition: box-shadow 0.28s ease, background 0.28s ease, backdrop-filter 0.28s ease;
}

.mtx-header-wrap.mtx-is-sticky {
  box-shadow: 0 14px 30px rgba(0, 62, 107, 0.18);
  backdrop-filter: blur(8px);
}

.mtx-header-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mtx-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 1 470px;
  min-width: 0;
}

.mtx-brand-logo {
  width: 112px;
  height: 80px;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
  flex-shrink: 0;
  padding: 8px;
}

.mtx-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mtx-brand-text {
  min-width: 0;
  flex: 1;
  color: #fff;
  line-height: 1.2;
}

.mtx-brand-text h1 {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mtx-brand-text p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mtx-nav-desktop {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.mtx-menu-group {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mtx-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  flex-wrap: nowrap;
}

.mtx-menu>li {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
}

.mtx-menu>li>a,
.mtx-menu>li>button {
  position: relative;
  height: 44px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.28s ease;
  white-space: nowrap;
}

.mtx-menu>li>a::after,
.mtx-menu>li>button::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.28s ease;
}

.mtx-menu>li>a:hover,
.mtx-menu>li>button:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.mtx-menu>li>a:hover::after,
.mtx-menu>li>button:hover::after {
  background: rgba(255, 255, 255, 0.55);
  transform: scaleX(1);
}

.mtx-menu>li.active>a {
  background: transparent;
  color: #ffffff;
}

.mtx-menu>li.active>a::after {
  background: var(--mtx-green);
  transform: scaleX(1);
}

.mtx-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  flex-shrink: 0;
}

.mtx-tool-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.28s ease;
  font-size: 20px;
  padding: 0;
  flex-shrink: 0;
}

.mtx-tool-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}

#mtxSearchToggle,
#mtxMobileSearchBtn {
  position: relative;
  color: transparent;
  font-size: 0;
}

#mtxSearchToggle::before,
#mtxMobileSearchBtn::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2.2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  top: 11px;
  box-sizing: border-box;
  transition: all 0.26s ease;
}

#mtxSearchToggle::after,
#mtxMobileSearchBtn::after {
  content: "";
  width: 8px;
  height: 2.2px;
  background: #ffffff;
  border-radius: 999px;
  position: absolute;
  left: 24px;
  top: 24px;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all 0.26s ease;
}

#mtxSearchToggle.active::before,
#mtxMobileSearchBtn.active::before {
  width: 18px;
  height: 2px;
  left: 13px;
  top: 21px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(45deg);
}

#mtxSearchToggle.active::after,
#mtxMobileSearchBtn.active::after {
  width: 18px;
  height: 2px;
  left: 13px;
  top: 21px;
  transform: rotate(-45deg);
}

.mtx-burger {
  width: 20px;
  height: 16px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mtx-burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition: all 0.28s ease;
  transform-origin: center;
}

.mtx-mega-toggle.active .mtx-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mtx-mega-toggle.active .mtx-burger span:nth-child(2) {
  opacity: 0;
}

.mtx-mega-toggle.active .mtx-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mtx-lang {
  position: relative;
}

.mtx-lang-toggle {
  min-width: 92px;
  padding: 0 14px;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  overflow: visible;
  justify-content: flex-start;
}

.mtx-lang-toggle::after {
  content: none;
}

.mtx-lang-toggle > span:first-child {
  font-size: 18px;
  transition: transform 0.28s ease, opacity 0.22s ease;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mtx-lang-toggle > span:last-child {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.02em;
}

.mtx-lang-toggle > span:last-child::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.24s ease, opacity 0.24s ease;
  opacity: 0.92;
  display: block;
}

.mtx-lang.open .mtx-lang-toggle {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
}

.mtx-lang.open .mtx-lang-toggle > span:last-child::after {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.mtx-lang.open .mtx-lang-toggle > span:first-child {
  transform: rotate(-10deg) scale(1.06);
}

.mtx-lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background: #fff;
  min-width: 180px;
  border-radius: 16px;
  box-shadow: var(--mtx-shadow);
  border: 1px solid var(--mtx-border);
  padding: 10px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.22s ease, transform 0.26s ease, visibility 0.26s ease;
}

.mtx-lang.open .mtx-lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.mtx-lang-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 12px;
  color: var(--mtx-text);
  font-size: 14px;
  font-weight: 600;
}

.mtx-lang-menu a img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(18, 53, 84, 0.08);
}

.mtx-lang-menu a:hover {
  background: #f4f9fd;
  color: var(--mtx-blue);
}

.mtx-search-panel {
  position: absolute;
  right: 0;
  top: 100%;
  width: min(900px, calc(100vw - 220px));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(15, 76, 129, 0.06);
  border-bottom: 1px solid rgba(15, 76, 129, 0.08);
  box-shadow: 0 22px 44px rgba(16, 42, 67, 0.10);
  padding: 18px 26px 16px;
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.22s ease, transform 0.28s ease, visibility 0.28s ease;
}

.mtx-search-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mtx-search-form {
  display: flex;
  gap: 16px;
  align-items: center;
}

.mtx-search-form input {
  flex: 1;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #cfdbe5;
  padding: 0 8px 0 6px;
  font-size: 16px;
  color: #1e3550;
  background: transparent;
  outline: none;
  min-width: 0;
  border-radius: 0;
}

.mtx-search-form input:focus {
  border-bottom-color: var(--mtx-blue);
  box-shadow: inset 0 -1px 0 var(--mtx-blue);
}

.mtx-search-form button {
  height: 54px;
  padding: 0 2px 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1f2f42;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #cfdbe5;
  transition: color 0.22s ease, border-color 0.22s ease;
}

.mtx-search-form button::before {
  content: "⌕";
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.mtx-search-form button:hover {
  color: var(--mtx-blue);
  border-bottom-color: var(--mtx-blue);
}

.mtx-search-form input::placeholder {
  color: #53697f;
}

#mtxSearchToggle.active {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.mtx-mega-toggle.active {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.mtx-mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(15, 76, 129, 0.08);
  box-shadow: 0 22px 48px rgba(16, 42, 67, 0.12);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.24s ease, transform 0.28s ease, visibility 0.28s ease;
}

.mtx-mega-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mtx-mega-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 34px 28px 42px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 36px 34px;
  align-items: start;
}

.mtx-mega-col {
  min-width: 0;
}

.mtx-mega-col h3 {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 800;
  color: #36485d;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.mtx-mega-title-link {
  color: inherit;
  display: inline-block;
}

.mtx-mega-title-link:hover {
  color: var(--mtx-blue);
}

.mtx-mega-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mtx-mega-col li {
  margin-bottom: 11px;
}

.mtx-mega-col a {
  color: #3f5368;
  font-size: 15px;
  line-height: 1.55;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.mtx-mega-col a:hover {
  color: var(--mtx-blue);
}

.mtx-mega-more {
  font-weight: 700;
}

.mtx-mega-col--solo {
  display: flex;
  align-items: flex-start;
}

.mtx-mega-col--solo h3 {
  margin-bottom: 0;
}

.mtx-mobile-bar {
  display: none;
  background: linear-gradient(90deg, var(--mtx-blue-dark), var(--mtx-blue));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: var(--mtx-sticky-top);
  z-index: 9998;
  transition: box-shadow 0.28s ease, background 0.28s ease, backdrop-filter 0.28s ease;
}

.mtx-mobile-bar.mtx-is-sticky {
  box-shadow: 0 14px 30px rgba(0, 62, 107, 0.18);
  backdrop-filter: blur(8px);
}

.mtx-mobile-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 100%;
  padding: 10px 14px;
  min-height: 76px;
}

.mtx-mobile-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.mtx-mobile-brand-logo {
  width: 78px;
  height: 54px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  padding: 6px;
}

.mtx-mobile-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mtx-mobile-brand-title {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mtx-mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.mtx-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
}

.mtx-mobile-menu.open {
  display: block;
}

.mtx-mobile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 37, 68, 0.42);
}

.mtx-mobile-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(92vw, 400px);
  height: 100%;
  background: #fff;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  animation: mtxSlideIn 0.24s ease;
}

@keyframes mtxSlideIn {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.mtx-mobile-head {
  min-height: 76px;
  padding: 0 16px;
  background: linear-gradient(90deg, var(--mtx-blue-dark), var(--mtx-blue));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mtx-mobile-head strong {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.mtx-mobile-close {
  width: 46px;
  height: 46px;
  border: 0;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.mtx-mobile-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

.mtx-close-icon {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
}

.mtx-close-icon::before,
.mtx-close-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
}

.mtx-close-icon::before {
  transform: rotate(45deg);
}

.mtx-close-icon::after {
  transform: rotate(-45deg);
}

.mtx-mobile-search {
  padding: 14px 16px;
  border-bottom: 1px solid #edf2f7;
}

.mtx-mobile-search input {
  width: 100%;
  height: 46px;
  border-radius: 12px;
  border: 1px solid #d7e3ed;
  padding: 0 14px;
  font-size: 15px;
  outline: none;
}

.mtx-mobile-menu-list {
  overflow: auto;
  flex: 1;
}

.mtx-mobile-item {
  border-bottom: 1px solid #eef3f7;
}

.mtx-mobile-trigger,
.mtx-mobile-link {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--mtx-blue-deep);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.mtx-mobile-link.active {
  color: var(--mtx-blue);
  background: rgba(0, 112, 192, 0.05);
}

.mtx-mobile-trigger span:last-child {
  font-size: 28px;
  line-height: 1;
  color: var(--mtx-blue);
  transition: transform 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.mtx-mobile-item.open .mtx-mobile-trigger span:last-child {
  transform: rotate(45deg);
}

.mtx-mobile-submenu {
  display: none;
  background: #f7fbff;
  padding: 6px 0 10px;
}

.mtx-mobile-item.open .mtx-mobile-submenu {
  display: block;
}

.mtx-mobile-submenu a {
  display: block;
  padding: 10px 24px;
  color: #4f6479;
  font-size: 15px;
  line-height: 1.6;
}

.mtx-mobile-submenu a:hover,
.mtx-mobile-submenu a.active {
  color: var(--mtx-blue);
  background: rgba(0, 112, 192, 0.04);
}

.mtx-mobile-footer {
  padding: 14px 16px 18px;
  border-top: 1px solid #edf2f7;
  background: #fff;
}

.mtx-mobile-lang-row {
  display: flex;
  gap: 10px;
}

.mtx-mobile-lang-row a {
  flex: 1;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #d7e3ed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mtx-blue-deep);
  font-weight: 700;
  font-size: 14px;
}

.mtx-mobile-lang-row a.active,
.mtx-mobile-lang-row a:hover {
  background: var(--mtx-blue);
  border-color: var(--mtx-blue);
  color: #fff;
}

@media (max-width: 1460px) {
  #mtxSearchToggle::before,
  #mtxMobileSearchBtn::before {
    left: 12px;
    top: 10px;
  }

  #mtxSearchToggle::after,
  #mtxMobileSearchBtn::after {
    left: 23px;
    top: 23px;
  }

  .mtx-search-panel {
    width: min(820px, calc(100vw - 180px));
    padding: 16px 22px 14px;
  }

  .mtx-mega-inner {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 32px 28px;
  }

  .mtx-header-inner {
    padding: 0 16px;
    gap: 14px;
  }

  .mtx-brand {
    flex-basis: 420px;
    gap: 12px;
  }

  .mtx-brand-logo {
    width: 102px;
    height: 74px;
  }

  .mtx-brand-text h1 {
    font-size: 18px;
  }

  .mtx-brand-text p {
    font-size: 11px;
  }

  .mtx-menu>li>a,
  .mtx-menu>li>button {
    padding: 0 10px;
    font-size: 13px;
  }

  .mtx-menu>li>a::after,
  .mtx-menu>li>button::after {
    left: 10px;
    right: 10px;
  }

  .mtx-tool-btn {
    width: 42px;
    height: 42px;
  }

  .mtx-lang-toggle {
    min-width: 86px;
    padding: 0 12px;
    font-size: 11px;
  }
}

@media (max-width: 1320px) {
  #mtxSearchToggle::before,
  #mtxMobileSearchBtn::before {
    width: 12px;
    height: 12px;
    left: 11px;
    top: 10px;
  }

  #mtxSearchToggle::after,
  #mtxMobileSearchBtn::after {
    width: 7px;
    left: 21px;
    top: 22px;
  }

  .mtx-search-panel {
    width: min(760px, calc(100vw - 150px));
  }

  .mtx-mega-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 30px 22px 36px;
    gap: 28px 24px;
  }

  .mtx-mega-col h3 {
    font-size: 16px;
  }

  .mtx-mega-col a {
    font-size: 14px;
  }

  .mtx-brand {
    flex-basis: 360px;
  }

  .mtx-brand-logo {
    width: 94px;
    height: 68px;
  }

  .mtx-brand-text h1 {
    font-size: 17px;
  }

  .mtx-brand-text p {
    display: none;
  }

  .mtx-nav-desktop {
    gap: 10px;
  }

  .mtx-menu>li>a,
  .mtx-menu>li>button {
    padding: 0 8px;
    font-size: 13px;
  }

  .mtx-tools {
    gap: 6px;
  }

  .mtx-tool-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .mtx-lang-toggle {
    min-width: 82px;
    gap: 8px;
    font-size: 11px;
  }
}

@media (max-width: 1220px) {
  .mtx-header-wrap {
    display: none;
  }

  .mtx-mobile-bar {
    display: block;
  }
}

@media (min-width: 1221px) {
  .mtx-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .mtx-mobile-inner {
    min-height: 70px;
    padding: 8px 12px;
  }

  .mtx-mobile-brand-logo {
    width: 68px;
    height: 48px;
  }

  .mtx-mobile-brand-title {
    font-size: 15px;
  }

  .mtx-mobile-head strong {
    font-size: 18px;
  }
}

/* Home */
/* Customize: chỉ dùng cho trang Home */

.mtx-home,
.mtx-home * {
  box-sizing: border-box;
}

.mtx-home {
  --mtx-blue: #0070C0;
  --mtx-blue-dark: #005a9c;
  --mtx-blue-deep: #003f6b;
  --mtx-green: #70AD47;
  --mtx-green-dark: #5f963b;
  --mtx-text: #17324d;
  --mtx-muted: #5f7287;
  --mtx-bg: #f4f9fd;
  --mtx-white: #ffffff;
  --mtx-border: rgba(0, 112, 192, 0.14);
  --mtx-shadow: 0 18px 45px rgba(0, 112, 192, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--mtx-text);
  background: #fff;
  overflow: hidden;
}

.mtx-home a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.mtx-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mtx-section {
  padding: 72px 0;
}

.mtx-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.mtx-heading .eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--mtx-blue);
  margin-bottom: 12px;
}

.mtx-heading h2 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.2;
  color: var(--mtx-blue-deep);
}

.mtx-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--mtx-muted);
}

.mtx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
}

.mtx-btn-primary {
  background: linear-gradient(135deg, var(--mtx-blue), var(--mtx-blue-dark));
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0, 112, 192, 0.24);
}

.mtx-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 112, 192, 0.30);
  color: #fff !important;
}

.mtx-btn-outline {
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.88);
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(4px);
}

.mtx-btn-outline:hover {
  background: #ffffff;
  color: var(--mtx-blue) !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.mtx-hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(0, 63, 107, 0.84), rgba(0, 112, 192, 0.70)),
    url('https://congtymoitruongxanh.com.vn/wp-content/uploads/2026/04/home-image-01.png') center/cover no-repeat;
  padding: 110px 0 90px;
}

.mtx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(112, 173, 71, 0.18), transparent 28%);
  pointer-events: none;
}

.mtx-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.mtx-hero-copy .eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
}

.mtx-hero-copy h1 {
  margin: 0 0 20px;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.mtx-hero-copy p {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.95);
  max-width: 670px;
}

.mtx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.mtx-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.mtx-hero-point {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  backdrop-filter: blur(4px);
}

.mtx-hero-point strong {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
  color: #ffffff;
}

.mtx-hero-point span {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.mtx-hero-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.97);
  color: var(--mtx-text);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--mtx-shadow);
  border: 1px solid rgba(0, 112, 192, 0.08);
}

.mtx-hero-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
  color: var(--mtx-blue-dark);
}

.mtx-hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.mtx-hero-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: var(--mtx-muted);
  line-height: 1.7;
}

.mtx-hero-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mtx-green);
  position: absolute;
  top: 10px;
  left: 0;
}

.mtx-mini-contact {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid #e6eef5;
}

.mtx-mini-contact div {
  font-size: 14px;
  line-height: 1.7;
  color: var(--mtx-muted);
}

.mtx-mini-contact strong {
  color: var(--mtx-blue-deep);
}

.mtx-services {
  margin-top: -45px;
  position: relative;
  z-index: 3;
}

.mtx-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.mtx-service-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px 22px;
  box-shadow: var(--mtx-shadow);
  border: 1px solid var(--mtx-border);
  text-align: left;
  height: 100%;
}

.mtx-service-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(0, 112, 192, 0.12), rgba(112, 173, 71, 0.20));
  color: var(--mtx-blue);
  font-size: 28px;
  font-weight: 700;
}

.mtx-service-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: var(--mtx-blue-dark);
}

.mtx-service-card p {
  margin: 0 0 14px;
  color: var(--mtx-muted);
  line-height: 1.8;
  font-size: 15px;
}

.mtx-service-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mtx-service-card li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  color: var(--mtx-text);
  font-size: 14px;
  line-height: 1.7;
}

.mtx-service-card li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mtx-green);
  position: absolute;
  left: 0;
  top: 10px;
}

.mtx-about {
  background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
}

.mtx-about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: center;
}

.mtx-about-image {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 500px;
  box-shadow: var(--mtx-shadow);
  background:
    linear-gradient(rgba(0, 112, 192, 0.18), rgba(0, 112, 192, 0.18)),
    url('https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}

.mtx-about-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(255, 255, 255, 0.96);
  padding: 16px 18px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  max-width: 240px;
}

.mtx-about-badge strong {
  display: block;
  color: var(--mtx-blue-dark);
  font-size: 20px;
  margin-bottom: 6px;
}

.mtx-about-content h2 {
  margin: 0 0 16px;
  font-size: 38px;
  line-height: 1.2;
  color: var(--mtx-blue-deep);
}

.mtx-about-content p {
  color: var(--mtx-muted);
  line-height: 1.9;
  margin: 0 0 16px;
  font-size: 16px;
}

.mtx-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.mtx-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--mtx-text);
  line-height: 1.7;
}

.mtx-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(112, 173, 71, 0.16);
  color: var(--mtx-green-dark);
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtx-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.mtx-stat {
  background: #fff;
  border-radius: 18px;
  padding: 22px 18px;
  border: 1px solid var(--mtx-border);
  text-align: center;
}

.mtx-stat strong {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  color: var(--mtx-blue-dark);
  margin-bottom: 8px;
}

.mtx-stat span {
  font-size: 14px;
  color: var(--mtx-muted);
  line-height: 1.6;
}

.mtx-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.mtx-process-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--mtx-border);
  border-radius: 24px;
  padding: 28px 22px;
  box-shadow: 0 12px 30px rgba(0, 112, 192, 0.06);
  height: 100%;
}

.mtx-process-step {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mtx-blue), var(--mtx-green));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 18px;
  font-size: 18px;
}

.mtx-process-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  color: var(--mtx-blue-dark);
}

.mtx-process-card p {
  margin: 0;
  color: var(--mtx-muted);
  line-height: 1.8;
  font-size: 15px;
}

.mtx-projects {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf4 100%);
}

.mtx-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mtx-project-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--mtx-border);
  box-shadow: var(--mtx-shadow);
  height: 100%;
}

.mtx-project-thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}

.mtx-project-body {
  padding: 24px;
}

.mtx-project-tag {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(112, 173, 71, 0.14);
  color: var(--mtx-green-dark);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.mtx-project-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.35;
  color: var(--mtx-text);
}

.mtx-project-card p {
  margin: 0 0 14px;
  color: var(--mtx-muted);
  line-height: 1.8;
  font-size: 15px;
}

.mtx-project-meta {
  font-size: 14px;
  color: var(--mtx-blue-dark);
  font-weight: 700;
}

.mtx-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mtx-news-card {
  background: #fff;
  border-radius: 22px;
  border: 1px solid var(--mtx-border);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 112, 192, 0.06);
  height: 100%;
}

.mtx-news-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.mtx-news-body {
  padding: 22px;
}

.mtx-news-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--mtx-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mtx-news-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
  color: var(--mtx-blue-deep);
}

.mtx-news-card p {
  margin: 0 0 14px;
  color: var(--mtx-muted);
  line-height: 1.8;
  font-size: 15px;
}

.mtx-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--mtx-blue-dark);
}

.mtx-readmore:hover {
  color: var(--mtx-green-dark);
  transform: translateX(3px);
}

.mtx-cta {
  padding: 78px 0;
  background:
    linear-gradient(135deg, rgba(0, 63, 107, 0.94), rgba(0, 112, 192, 0.80)),
    url('https://images.unsplash.com/photo-1473448912268-2022ce9509d8?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.mtx-cta h2 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}

.mtx-cta p {
  max-width: 780px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  font-size: 16px;
}

.mtx-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.mtx-footer-note {
  padding: 18px 0 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1100px) {

  .mtx-hero-grid,
  .mtx-about-grid,
  .mtx-service-grid,
  .mtx-process-grid,
  .mtx-project-grid,
  .mtx-news-grid,
  .mtx-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mtx-hero-grid,
  .mtx-about-grid {
    grid-template-columns: 1fr;
  }

  .mtx-hero-copy h1 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .mtx-section {
    padding: 52px 0;
  }

  .mtx-heading h2,
  .mtx-about-content h2,
  .mtx-cta h2 {
    font-size: 30px;
  }

  .mtx-hero {
    padding: 86px 0 70px;
  }

  .mtx-hero-copy h1 {
    font-size: 34px;
  }

  .mtx-hero-points,
  .mtx-service-grid,
  .mtx-check-list,
  .mtx-stats,
  .mtx-process-grid,
  .mtx-project-grid,
  .mtx-news-grid {
    grid-template-columns: 1fr;
  }

  .mtx-services {
    margin-top: -28px;
  }

  .mtx-about-image {
    min-height: 340px;
  }

  .mtx-container {
    padding: 0 16px;
  }

  .mtx-btn {
    width: 100%;
  }

  .mtx-hero-actions,
  .mtx-cta-actions {
    flex-direction: column;
  }
}

/* About + Profile shared */
/* Shared base: khung giao diện chung cho About và Company Profile */

.mtx-about-page,
.mtx-about-page * {
  box-sizing: border-box;
}

.mtx-about-page {
  width: 100%;
  background: #fff;
  color: #333333;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.mtx-about-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mtx-about-page a,
.mtx-about-page button {
  color: #333333;
  transition: all 0.3s linear;
  text-decoration: none;
}

.mtx-about-page a:hover {
  color: #086db5;
}

.mtx-wrap {
  /*max-width: 1200px;*/
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.mtx-about-page h1,
.mtx-about-page h2,
.mtx-about-page h3,
.mtx-about-page h4,
.mtx-about-page p,
.mtx-about-page ul,
.mtx-about-page li {
  margin: 0;
  padding: 0;
}

/* banner */
.mtx-hero .mtx-wrap {
  padding: 0;
  /*max-width: 1270px;*/
}

.mtx-hero img {
  width: 100%;
}

/* breadcrumb */
.mtx-breadcrumb {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
  z-index: 1;
}

.mtx-breadcrumb-list {
  list-style: none;
  text-align: right;
}

.mtx-breadcrumb-list li {
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 13px;
  line-height: 21px;
}

.mtx-breadcrumb-list li a {
  color: #666666;
  font-size: 13px;
  line-height: 21px;
}

.mtx-breadcrumb-list li+li {
  padding-left: 14px;
  margin-left: 7px;
}

.mtx-breadcrumb-list li+li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

/* tab menu */
.mtx-tab-section {
  background-color: #eff1f4;
}

.mtx-tab-mobile-toggle {
  display: none;
  padding: 12px 40px 10px 15px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #333333;
  font-weight: bold;
  border: none;
  width: 100%;
  text-align: left;
  background: #eff1f4;
}

.mtx-tab-mobile-toggle::before {
  content: "▾";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  font-size: 14px;
}

.mtx-tab-list {
  list-style: none;
  overflow-x: auto;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  justify-content: center;
}

.mtx-tab-list::-webkit-scrollbar {
  height: 4px;
  background-color: #f5f5f5;
}

.mtx-tab-list::-webkit-scrollbar-thumb {
  background-color: #698396;
}

.mtx-tab-list li {
  border-right: 1px solid #eff1f4;
}

.mtx-tab-list a {
  display: block;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  font-weight: bold;
  color: #333333;
  background: transparent;
  text-align: center;
}

.mtx-tab-list li.is-active a,
.mtx-tab-list li:hover a {
  background-color: #ffffff;
}

/* main */
.mtx-main {
  padding: 25px 0 80px;
}

.mtx-title-box {
  margin-bottom: 35px;
  text-align: center;
}

.mtx-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #333333;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

/* About */
/* Customize: chỉ dùng cho trang Về Chúng Tôi */
.mtx-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: flex-start;
}

.mtx-left,
.mtx-right {
  padding: 0 15px;
}

.mtx-left {
  width: 38%;
}

.mtx-right {
  width: 62%;
}

.mtx-logo-panel {
  padding-top: 10px;
}

.mtx-logo-panel img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.mtx-greeting {
  margin-bottom: 18px;
}

.mtx-greeting h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #086db5;
  text-transform: uppercase;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.mtx-content {
  font-size: 15px;
  line-height: 23px;
  color: #333333;
}

.mtx-content p {
  margin-bottom: 16px;
}

.mtx-content strong {
  font-weight: 700;
}

.mtx-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 22px;
}

/* desktop refinement */
@media all and (min-width: 992px) {
  .mtx-title {
    font-size: 30px;
    line-height: 45px;
  }

  .mtx-greeting h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* tablet */
@media all and (max-width: 991px) {
  .mtx-main {
    padding: 20px 0 40px;
  }

  .mtx-title {
    font-size: 25px;
    line-height: 37px;
  }

  .mtx-content {
    font-size: 14px;
    line-height: 22px;
  }

  .mtx-left,
  .mtx-right {
    width: 100%;
  }

  .mtx-left {
    margin-bottom: 25px;
  }

  .mtx-logo-panel img {
    max-width: 280px;
  }

  .mtx-tab-mobile-toggle {
    display: block;
  }

  .mtx-tab-list {
    display: none;
    height: auto;
    flex-direction: column;
    background: #eff1f4;
  }

  .mtx-tab-section.is-open .mtx-tab-list {
    display: block;
  }

  .mtx-tab-list li {
    border-right: none;
    border-top: 1px solid #e5e5e5;
  }

  .mtx-tab-list li:first-child {
    border-top: none;
  }

  .mtx-tab-list a {
    padding: 10px 15px;
    text-align: left;
  }
}

/* mobile */
@media all and (max-width: 767px) {
  .mtx-breadcrumb-list {
    text-align: left;
  }

  .mtx-title-box {
    margin-bottom: 25px;
  }

  .mtx-title {
    font-size: 25px;
    line-height: 37px;
  }

  .mtx-greeting h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .mtx-logo-panel img {
    max-width: 230px;
  }
}

/* Company profile */
/* Customize: chỉ dùng cho trang Hồ Sơ Năng Lực */
.mtx-profile-shell {
  max-width: 1160px;
  margin: 0 auto;
}

.mtx-section-head {
  text-align: center;
  margin-bottom: 34px;
}

.mtx-section-subtitle {
  font-size: 15px;
  line-height: 23px;
  color: #666666;
  margin-top: 8px;
}

.mtx-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: stretch;
}

.mtx-profile-card {
  background: #f5f7fa;
  padding: 24px 24px 28px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid #e2e7ed;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.mtx-profile-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.mtx-profile-thumb {
  height: 620px;
  display: block;
  background: #eef2f6;
  padding: 14px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #dde4eb;
}

.mtx-pdf-object,
.mtx-pdf-embed {
  width: 100%;
  display: block;
  height: 100%;
  background: #ffffff;
  border: none;
  border-radius: 6px;
}

.mtx-pdf-fallback {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
  color: #666666;
}

.mtx-pdf-fallback p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

.mtx-profile-name {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
}

.mtx-profile-name a {
  color: #333333;
}

.mtx-profile-card:hover .mtx-profile-name a {
  color: #086db5;
}

.mtx-profile-actions {
  margin-top: 14px;
  text-align: center;
}

.mtx-pdf-fallback a,
.mtx-profile-open {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #086db5;
  border-radius: 4px;
  color: #086db5;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffffff;
}

.mtx-pdf-fallback a:hover,
.mtx-profile-open:hover {
  background: #086db5;
  color: #ffffff;
}

@media all and (min-width: 992px) {
  .mtx-title {
    font-size: 30px;
    line-height: 45px;
  }
}

@media all and (max-width: 991px) {
  .mtx-main {
    padding: 20px 0 40px;
  }

  .mtx-title {
    font-size: 25px;
    line-height: 37px;
  }

  .mtx-profile-grid {
    gap: 24px;
  }

  .mtx-profile-card {
    padding: 18px 18px 22px;
  }

  .mtx-tab-mobile-toggle {
    display: block;
  }

  .mtx-tab-list {
    display: none;
    height: auto;
    flex-direction: column;
    background: #eff1f4;
  }

  .mtx-tab-section.is-open .mtx-tab-list {
    display: block;
  }

  .mtx-tab-list li {
    border-right: none;
    border-top: 1px solid #e5e5e5;
  }

  .mtx-tab-list li:first-child {
    border-top: none;
  }

  .mtx-tab-list a {
    padding: 10px 15px;
    text-align: left;
  }

  .mtx-profile-thumb {
    height: 500px;
    padding: 12px;
  }

  .mtx-profile-name {
    font-size: 15px;
    line-height: 23px;
  }
}

@media all and (max-width: 767px) {
  .mtx-breadcrumb-list {
    text-align: left;
  }

  .mtx-title-box {
    margin-bottom: 25px;
  }

  .mtx-title {
    font-size: 25px;
    line-height: 37px;
  }

  .mtx-section-head {
    margin-bottom: 24px;
  }

  .mtx-section-subtitle {
    font-size: 14px;
    line-height: 22px;
  }

  .mtx-profile-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mtx-profile-card {
    padding: 14px 14px 18px;
  }

  .mtx-profile-thumb {
    height: 420px;
    padding: 10px;
    border-radius: 6px;
  }

  .mtx-pdf-object,
  .mtx-pdf-embed,
  .mtx-pdf-fallback {
    border-radius: 4px;
  }

  .mtx-profile-name {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }

  .mtx-profile-actions {
    margin-top: 12px;
  }

  .mtx-pdf-fallback a,
  .mtx-profile-open {
    padding: 9px 14px;
    font-size: 13px;
    line-height: 20px;
  }
}

/* About extra */
.mtx-rich-copy {
  max-width: 1120px;
  margin: 0 auto;
}

.mtx-rich-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mtx-rich-panel {
  background: #ffffff;
  border: 1px solid #e4ebf2;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(8, 109, 181, 0.06);
}

.mtx-rich-panel h2,
.mtx-rich-panel h3 {
  margin: 0 0 14px;
  color: #086db5;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.mtx-rich-panel h2 {
  font-size: 24px;
  line-height: 34px;
}

.mtx-rich-panel h3 {
  font-size: 18px;
  line-height: 28px;
}

.mtx-rich-panel p {
  margin: 0 0 14px;
  color: #333333;
  font-size: 15px;
  line-height: 24px;
}

.mtx-rich-panel p:last-child {
  margin-bottom: 0;
}

.mtx-rich-list {
  margin: 0;
  padding-left: 20px;
}

.mtx-rich-list li {
  margin-bottom: 10px;
  color: #333333;
  font-size: 15px;
  line-height: 24px;
}

.mtx-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mtx-value-card {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  border: 1px solid #dce8f2;
  border-radius: 18px;
  padding: 22px 20px;
}

.mtx-value-card strong {
  display: block;
  margin-bottom: 10px;
  color: #086db5;
  font-size: 17px;
  line-height: 26px;
}

.mtx-value-card span {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 23px;
}

.mtx-about-page {
  --mtx-about-blue: #0b6db4;
  --mtx-about-blue-deep: #12314f;
  --mtx-about-ink: #27394a;
  --mtx-about-muted: #5e7080;
  --mtx-about-line: #d9e2ea;
  --mtx-about-soft: #f3f6f9;
  background: #ffffff;
  color: var(--mtx-about-ink);
}

.mtx-about-page .mtx-wrap {
  max-width: 1260px;
  padding: 0 20px;
}

.mtx-about-page .mtx-hero {
  position: relative;
  min-height: 330px;
  padding: 72px 0 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mtx-about-page .mtx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 44, 78, 0.34) 0%, rgba(7, 44, 78, 0.2) 55%, rgba(7, 44, 78, 0.1) 100%);
}

.mtx-about-page--about .mtx-hero {
  background-image: url("https://congtymoitruongxanh.com.vn/wp-content/uploads/2026/04/home-image-01.png");
}

.mtx-about-page--strategy .mtx-hero,
.mtx-about-page--values .mtx-hero {
  background-image: url("https://congtymoitruongxanh.com.vn/wp-content/uploads/2026/04/banner_ab.jpg");
}

.mtx-about-page--history .mtx-hero,
.mtx-about-page--profile .mtx-hero {
  background-image: url("https://congtymoitruongxanh.com.vn/wp-content/uploads/2026/04/recruitment.jpg");
}

.mtx-about-page .mtx-hero-shell {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 0;
}

.mtx-about-page .mtx-hero-kicker,
.mtx-about-page .mtx-title-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--mtx-about-blue);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mtx-about-page .mtx-hero-kicker {
  color: #ffffff;
}

.mtx-about-page .mtx-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.06;
  font-weight: 800;
  text-transform: uppercase;
}

.mtx-about-page .mtx-hero-summary {
  margin-top: 14px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 27px;
}

.mtx-about-page .mtx-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mtx-about-page .mtx-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.mtx-about-page .mtx-breadcrumb {
  padding: 10px 0 0;
  background: #ffffff;
}

.mtx-about-page .mtx-breadcrumb-list {
  text-align: left;
}

.mtx-about-page .mtx-breadcrumb-list,
.mtx-about-page .mtx-breadcrumb-list li,
.mtx-about-page .mtx-breadcrumb-list li a {
  color: #71808d;
  font-size: 13px;
}

.mtx-about-page .mtx-tab-section {
  margin-top: 10px;
  background: #f1f3f5;
  border-top: 1px solid #e2e7eb;
  border-bottom: 1px solid #e2e7eb;
}

.mtx-about-page .mtx-tab-list {
  gap: 0;
  justify-content: center;
}

.mtx-about-page .mtx-tab-list li {
  flex: 0 0 auto;
  border-right: 1px solid #e2e7eb;
}

.mtx-about-page .mtx-tab-list a {
  padding: 16px 22px;
  background: transparent;
  color: #293847;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.mtx-about-page .mtx-tab-list li.is-active a,
.mtx-about-page .mtx-tab-list li:hover a {
  background: #ffffff;
  color: var(--mtx-about-blue-deep);
}

.mtx-about-page .mtx-main {
  padding: 28px 0 80px;
}

.mtx-about-page .mtx-title-box {
  margin: 0 auto 28px;
  text-align: center;
}

.mtx-about-page .mtx-title {
  color: var(--mtx-about-blue-deep);
  font-size: clamp(30px, 3.7vw, 48px);
  line-height: 1.08;
  text-transform: uppercase;
}

.mtx-about-page .mtx-section-lead {
  max-width: 880px;
  margin: 14px auto 0;
  color: var(--mtx-about-muted);
  font-size: 16px;
  line-height: 28px;
}

.mtx-about-page .mtx-about-section,
.mtx-about-page .mtx-about-band,
.mtx-about-page .mtx-about-quote {
  margin-top: 26px;
}

.mtx-about-page .mtx-about-showcase,
.mtx-about-page .mtx-about-split,
.mtx-about-page .mtx-about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.mtx-about-page .mtx-about-visual-stack {
  display: grid;
  gap: 18px;
}

.mtx-about-page .mtx-about-image-card,
.mtx-about-page .mtx-about-copy-card,
.mtx-about-page .mtx-about-panel,
.mtx-about-page .mtx-about-doc-note,
.mtx-about-page .mtx-about-band,
.mtx-about-page .mtx-about-quote,
.mtx-about-page .mtx-profile-card {
  background: #ffffff;
  border: 1px solid var(--mtx-about-line);
  box-shadow: none;
}

.mtx-about-page .mtx-about-image-card {
  overflow: hidden;
}

.mtx-about-page .mtx-about-image-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mtx-about-page .mtx-about-image-card figcaption {
  padding: 12px 0 0;
  color: var(--mtx-about-muted);
  font-size: 13px;
  line-height: 22px;
}

.mtx-about-page .mtx-about-copy-card,
.mtx-about-page .mtx-about-panel,
.mtx-about-page .mtx-about-doc-note {
  padding: 0;
  border: none;
  background: transparent;
}

.mtx-about-page .mtx-about-copy-card .mtx-greeting {
  margin-bottom: 16px;
}

.mtx-about-page .mtx-about-copy-card .mtx-greeting h2,
.mtx-about-page .mtx-about-panel h2,
.mtx-about-page .mtx-about-panel h3,
.mtx-about-page .mtx-about-doc-note strong {
  margin: 0 0 14px;
  color: var(--mtx-about-blue);
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

.mtx-about-page .mtx-content,
.mtx-about-page .mtx-about-panel p,
.mtx-about-page .mtx-about-doc-note p,
.mtx-about-page .mtx-about-band p,
.mtx-about-page .mtx-about-quote p {
  color: var(--mtx-about-ink);
  font-size: 15px;
  line-height: 27px;
}

.mtx-about-page .mtx-content p {
  margin-bottom: 16px;
}

.mtx-about-page .mtx-content strong {
  color: var(--mtx-about-blue-deep);
}

.mtx-about-page .mtx-divider {
  margin-top: 20px;
  border: none;
  border-top: 1px solid #dfe5eb;
}

.mtx-about-page .mtx-about-list,
.mtx-about-page .mtx-about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mtx-about-page .mtx-about-list li,
.mtx-about-page .mtx-about-timeline-item span,
.mtx-about-page .mtx-about-mini-card span,
.mtx-about-page .mtx-about-pillar span,
.mtx-about-page .mtx-about-info-item span,
.mtx-about-page .mtx-about-commit-card span,
.mtx-about-page .mtx-about-trust-card span,
.mtx-about-page .mtx-about-metric-card small {
  color: var(--mtx-about-ink);
  font-size: 15px;
  line-height: 26px;
}

.mtx-about-page .mtx-about-list li {
  position: relative;
  padding-left: 16px;
}

.mtx-about-page .mtx-about-list li + li {
  margin-top: 8px;
}

.mtx-about-page .mtx-about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: var(--mtx-about-blue);
}

.mtx-about-page .mtx-about-mini-grid,
.mtx-about-page .mtx-about-pillars,
.mtx-about-page .mtx-about-metric-grid,
.mtx-about-page .mtx-about-info-grid,
.mtx-about-page .mtx-about-commit-grid,
.mtx-about-page .mtx-about-trust-grid {
  display: grid;
  gap: 16px;
}

.mtx-about-page .mtx-about-mini-grid,
.mtx-about-page .mtx-about-metric-grid,
.mtx-about-page .mtx-about-trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mtx-about-page .mtx-about-pillars,
.mtx-about-page .mtx-about-info-grid,
.mtx-about-page .mtx-about-commit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mtx-about-page .mtx-about-mini-card,
.mtx-about-page .mtx-about-pillar,
.mtx-about-page .mtx-about-metric-card,
.mtx-about-page .mtx-about-info-item,
.mtx-about-page .mtx-about-commit-card,
.mtx-about-page .mtx-about-trust-card {
  min-height: 100%;
  padding: 22px 20px;
  border: 1px solid var(--mtx-about-line);
  background: #ffffff;
}

.mtx-about-page .mtx-about-mini-card strong,
.mtx-about-page .mtx-about-pillar strong,
.mtx-about-page .mtx-about-info-item strong,
.mtx-about-page .mtx-about-commit-card strong,
.mtx-about-page .mtx-about-trust-card strong,
.mtx-about-page .mtx-about-metric-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--mtx-about-blue-deep);
  font-size: 18px;
  line-height: 25px;
}

.mtx-about-page .mtx-about-metric-card span {
  display: block;
  color: var(--mtx-about-blue);
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.mtx-about-page .mtx-about-timeline {
  display: grid;
  gap: 18px;
}

.mtx-about-page .mtx-about-timeline-item {
  padding: 0 0 0 26px;
  border-left: 2px solid #d9e2ea;
}

.mtx-about-page .mtx-about-timeline-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mtx-about-blue);
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

.mtx-about-page .mtx-about-band {
  padding: 22px 24px;
  background: #0b6db4;
  border-color: #0b6db4;
}

.mtx-about-page .mtx-about-band strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

.mtx-about-page .mtx-about-band p {
  color: rgba(255, 255, 255, 0.92);
}

.mtx-about-page .mtx-about-band a,
.mtx-about-page .mtx-profile-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 8px 16px;
  border: 1px solid currentColor;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.mtx-about-page .mtx-about-quote {
  padding: 20px 24px;
  background: var(--mtx-about-soft);
}

.mtx-about-page .mtx-about-quote strong {
  display: block;
  margin-bottom: 10px;
  color: var(--mtx-about-blue-deep);
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.mtx-about-page .mtx-about-doc-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.mtx-about-page .mtx-profile-shell,
.mtx-about-page .mtx-rich-copy {
  max-width: none;
}

.mtx-about-page .mtx-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mtx-about-page .mtx-profile-card {
  padding: 18px;
}

.mtx-about-page .mtx-profile-thumb {
  height: 620px;
  padding: 10px;
  border: 1px solid #e1e7ec;
  background: #f6f8fa;
}

.mtx-about-page .mtx-profile-name {
  margin-top: 16px;
  color: var(--mtx-about-blue-deep);
  font-size: 18px;
  line-height: 26px;
}

.mtx-about-page .mtx-profile-name a {
  color: inherit;
}

.mtx-about-page .mtx-profile-actions {
  margin-top: 14px;
}

.mtx-about-page .mtx-profile-open {
  margin-top: 0;
  color: var(--mtx-about-blue);
  border-color: var(--mtx-about-blue);
}

@media all and (max-width: 991px) {
  .mtx-about-page .mtx-wrap {
    padding: 0 16px;
  }

  .mtx-about-page .mtx-hero {
    min-height: 280px;
    padding: 58px 0 28px;
  }

  .mtx-about-page .mtx-about-showcase,
  .mtx-about-page .mtx-about-split,
  .mtx-about-page .mtx-about-story,
  .mtx-about-page .mtx-about-doc-head,
  .mtx-about-page .mtx-about-mini-grid,
  .mtx-about-page .mtx-about-pillars,
  .mtx-about-page .mtx-about-metric-grid,
  .mtx-about-page .mtx-about-info-grid,
  .mtx-about-page .mtx-about-commit-grid,
  .mtx-about-page .mtx-about-trust-grid,
  .mtx-about-page .mtx-profile-grid {
    grid-template-columns: 1fr;
  }

  .mtx-about-page .mtx-tab-mobile-toggle {
    display: block;
    width: 100%;
    padding: 14px 44px 14px 16px;
    border: none;
    background: #f1f3f5;
    color: #293847;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
  }

  .mtx-about-page .mtx-tab-mobile-toggle::before {
    right: 16px;
  }

  .mtx-about-page .mtx-tab-list {
    background: #f1f3f5;
  }

  .mtx-about-page .mtx-tab-section.is-open .mtx-tab-list {
    display: block;
  }

  .mtx-about-page .mtx-tab-list li {
    border-right: none;
    border-top: 1px solid #e2e7eb;
  }

  .mtx-about-page .mtx-tab-list a {
    padding: 14px 16px;
  }

  .mtx-about-page .mtx-profile-thumb {
    height: 500px;
  }
}

@media all and (max-width: 767px) {
  .mtx-about-page .mtx-hero {
    min-height: 240px;
    padding: 46px 0 20px;
  }

  .mtx-about-page .mtx-main {
    padding: 24px 0 56px;
  }

  .mtx-about-page .mtx-title-box {
    margin-bottom: 22px;
  }

  .mtx-about-page .mtx-hero-summary,
  .mtx-about-page .mtx-section-lead,
  .mtx-about-page .mtx-content,
  .mtx-about-page .mtx-about-panel p,
  .mtx-about-page .mtx-about-doc-note p,
  .mtx-about-page .mtx-about-band p,
  .mtx-about-page .mtx-about-quote p {
    font-size: 15px;
    line-height: 25px;
  }

  .mtx-about-page .mtx-about-mini-card,
  .mtx-about-page .mtx-about-pillar,
  .mtx-about-page .mtx-about-metric-card,
  .mtx-about-page .mtx-about-info-item,
  .mtx-about-page .mtx-about-commit-card,
  .mtx-about-page .mtx-about-trust-card,
  .mtx-about-page .mtx-profile-card,
  .mtx-about-page .mtx-about-band,
  .mtx-about-page .mtx-about-quote {
    padding: 18px 16px;
  }

  .mtx-about-page .mtx-profile-thumb {
    height: 400px;
  }
}

/* Content pages */
.mtx-page {
  --mtx-page-blue: #0070c0;
  --mtx-page-blue-dark: #005a9c;
  --mtx-page-blue-deep: #003e6b;
  --mtx-page-green: #70ad47;
  --mtx-page-text: #17324d;
  --mtx-page-muted: #5f7287;
  --mtx-page-border: rgba(0, 112, 192, 0.14);
  --mtx-page-shadow: 0 16px 36px rgba(0, 112, 192, 0.10);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--mtx-page-text);
  background: #ffffff;
}

.mtx-page,
.mtx-page * {
  box-sizing: border-box;
}

.mtx-page img {
  max-width: 100%;
  display: block;
}

.mtx-page a {
  text-decoration: none;
}

.mtx-page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mtx-page-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 68px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 62, 107, 0.94), rgba(0, 112, 192, 0.82));
}

.mtx-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(112, 173, 71, 0.16), transparent 26%);
  pointer-events: none;
}

.mtx-page-hero--image {
  background-size: cover;
  background-position: center;
}

.mtx-page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.mtx-page-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mtx-page-title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 800;
}

.mtx-page-desc {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.92);
}

.mtx-page-breadcrumb {
  background: #ffffff;
  border-bottom: 1px solid #edf3f8;
}

.mtx-page-breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #6f7d8b;
  font-size: 13px;
  line-height: 20px;
}

.mtx-page-breadcrumb-list li+li::before {
  content: "›";
  margin-right: 8px;
  color: #9aa8b5;
}

.mtx-page-breadcrumb-list a {
  color: #6f7d8b;
}

.mtx-page-breadcrumb-list a:hover {
  color: var(--mtx-page-blue);
}

.mtx-page-section {
  padding: 42px 0 78px;
}

.mtx-page-stack {
  display: grid;
  gap: 22px;
}

.mtx-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mtx-page-card {
  background: #ffffff;
  border: 1px solid var(--mtx-page-border);
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--mtx-page-shadow);
}

.mtx-page-card h2,
.mtx-page-card h3 {
  margin: 0 0 14px;
  color: var(--mtx-page-blue-dark);
}

.mtx-page-card h2 {
  font-size: 28px;
  line-height: 38px;
}

.mtx-page-card h3 {
  font-size: 22px;
  line-height: 32px;
}

.mtx-page-card p {
  margin: 0 0 12px;
  color: #334e68;
  font-size: 15px;
  line-height: 25px;
}

.mtx-page-card p:last-child {
  margin-bottom: 0;
}

.mtx-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mtx-page-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: #334e68;
  font-size: 15px;
  line-height: 25px;
}

.mtx-page-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mtx-page-green);
}

.mtx-page-list li:last-child {
  margin-bottom: 0;
}

.mtx-page-meta {
  display: grid;
  gap: 14px;
}

.mtx-page-meta-item {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  border: 1px solid #dbe7f1;
}

.mtx-page-meta-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--mtx-page-blue-dark);
  font-size: 16px;
  line-height: 24px;
}

.mtx-page-meta-item span,
.mtx-page-meta-item a {
  color: #334e68;
  font-size: 15px;
  line-height: 24px;
  word-break: break-word;
}

.mtx-page-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mtx-page-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 112, 192, 0.08);
  color: var(--mtx-page-blue-dark);
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.mtx-page-cta {
  padding: 24px 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 62, 107, 0.96), rgba(0, 112, 192, 0.84));
  color: #ffffff;
  box-shadow: var(--mtx-page-shadow);
}

.mtx-page-cta h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
}

.mtx-page-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.mtx-page-table {
  display: grid;
  gap: 14px;
}

.mtx-page-table-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid #dde8f1;
  background: #ffffff;
}

.mtx-page-table-row strong {
  color: var(--mtx-page-blue-dark);
  font-size: 15px;
  line-height: 24px;
}

.mtx-page-table-row span,
.mtx-page-table-row a {
  color: #334e68;
  font-size: 15px;
  line-height: 24px;
}

@media all and (max-width: 991px) {

  .mtx-rich-grid,
  .mtx-value-grid,
  .mtx-page-grid {
    grid-template-columns: 1fr;
  }

  .mtx-page-title {
    font-size: 34px;
  }

  .mtx-page-table-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media all and (max-width: 767px) {

  .mtx-rich-panel,
  .mtx-page-card,
  .mtx-page-cta,
  .mtx-page-table-row {
    padding: 20px;
  }

  .mtx-page-wrap {
    padding: 0 16px;
  }

  .mtx-page-hero {
    padding: 58px 0 52px;
  }

  .mtx-page-title {
    font-size: 28px;
  }

  .mtx-page-desc {
    font-size: 15px;
    line-height: 24px;
  }

  .mtx-page-card h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .mtx-page-card h3,
  .mtx-page-cta h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Activity page */
.mtx-activity-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mtx-activity-hero-spacer {
  min-height: 340px;
}

.mtx-activity-heading {
  padding: 28px 0 20px;
  background: #ffffff;
}

.mtx-activity-heading-inner {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.mtx-activity-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #0b5fc0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.mtx-activity-heading h1 {
  margin: 0;
  color: #1c2f44;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
}

.mtx-activity-heading p {
  margin: 14px 0 0;
  color: #5e6f80;
  font-size: 16px;
  line-height: 28px;
}

.mtx-activity-section {
  padding: 18px 0 78px;
  background: #ffffff;
}

.mtx-activity-list {
  display: grid;
  gap: 26px;
}

.mtx-activity-row {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, 1fr);
  min-height: 360px;
  background: #eef2f6;
  overflow: hidden;
  transition: box-shadow 0.35s ease, background-color 0.35s ease;
}

.mtx-reveal-item {
  opacity: 1;
  visibility: visible;
  transform: none;
  filter: none;
}

.mtx-activity-row--reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.9fr);
}

.mtx-activity-media {
  position: relative;
  min-height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: filter 0.55s ease;
}

.mtx-activity-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 31, 61, 0);
  transition: background 0.35s ease;
}

.mtx-activity-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 34px;
  text-align: center;
  background: #eef2f6;
  transition: background-color 0.35s ease, color 0.35s ease;
}

.mtx-activity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
  border: 2px solid #0b5fc0;
  border-radius: 50%;
  color: #0b5fc0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.92);
  transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.mtx-activity-icon svg {
  width: 42px;
  height: 42px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mtx-activity-copy h2 {
  margin: 0 0 14px;
  color: #1d2f45;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.35s ease;
}

.mtx-activity-copy p {
  max-width: 340px;
  margin: 0 0 24px;
  color: #495c70;
  font-size: 15px;
  line-height: 26px;
  transition: color 0.35s ease;
}

.mtx-activity-copy ul {
  max-width: 420px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.mtx-activity-copy li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  color: #495c70;
  font-size: 15px;
  line-height: 25px;
  transition: color 0.35s ease;
}

.mtx-activity-copy li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0b5fc0;
  transition: background-color 0.35s ease;
}

.mtx-activity-copy li:last-child {
  margin-bottom: 0;
}

.mtx-activity-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 46px;
  padding: 10px 22px;
  border: 1px solid #8c97a6;
  color: #24384f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.mtx-activity-btn:hover {
  background: #0b5fc0;
  border-color: #0b5fc0;
  color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .mtx-activity-row:hover {
    box-shadow: 0 20px 46px rgba(8, 54, 108, 0.18);
  }

  .mtx-activity-row:hover .mtx-activity-media {
    filter: saturate(1.02);
  }

  .mtx-activity-row:hover .mtx-activity-media::after {
    background: rgba(7, 31, 61, 0.36);
  }

  .mtx-activity-row:hover .mtx-activity-copy {
    background: #0b5fc0;
  }

  .mtx-activity-row:hover .mtx-activity-icon {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.92);
    background: transparent;
  }

  .mtx-activity-row:hover .mtx-activity-copy h2,
  .mtx-activity-row:hover .mtx-activity-copy p,
  .mtx-activity-row:hover .mtx-activity-copy li {
    color: #ffffff;
  }

  .mtx-activity-row:hover .mtx-activity-copy li::before {
    background: #ffffff;
  }

  .mtx-activity-row:hover .mtx-activity-btn {
    border-color: rgba(255, 255, 255, 0.82);
    color: #ffffff;
    background: transparent;
  }

  .mtx-activity-row:hover .mtx-activity-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #0b5fc0;
  }
}

.mtx-activity-bottom-note {
  padding-top: 24px;
}

.mtx-activity-bottom-note.mtx-reveal-item {
  transform: none;
}

@supports (animation-timeline: view()) {
  .mtx-reveal-item {
    opacity: 0;
    filter: blur(10px);
    will-change: opacity, filter;
    animation-name: mtxRevealFade;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    animation-timeline: view(block);
    animation-range: entry 8% cover 38%;
  }

  .mtx-activity-row--reverse.mtx-reveal-item {
    animation-name: mtxRevealFade;
  }

  .mtx-activity-bottom-note.mtx-reveal-item {
    animation-name: mtxRevealFadeSoft;
    animation-range: entry 12% cover 42%;
  }
}

@keyframes mtxRevealFade {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes mtxRevealFadeSoft {
  from {
    opacity: 0;
    filter: blur(8px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

.mtx-activity-bottom-note p {
  margin: 0;
  color: #667789;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

@media all and (max-width: 991px) {
  .mtx-activity-hero-spacer {
    min-height: 260px;
  }

  .mtx-activity-heading h1 {
    font-size: 36px;
  }

  .mtx-activity-row,
  .mtx-activity-row--reverse {
    grid-template-columns: 1fr;
  }

  .mtx-activity-row--reverse .mtx-activity-copy {
    order: 2;
  }

  .mtx-activity-row--reverse .mtx-activity-media {
    order: 1;
  }

  .mtx-activity-media,
  .mtx-activity-row {
    min-height: unset;
  }
}

@media all and (max-width: 767px) {
  .mtx-activity-hero-spacer {
    min-height: 180px;
  }

  .mtx-activity-heading {
    padding: 22px 0 14px;
  }

  .mtx-activity-heading h1 {
    font-size: 28px;
  }

  .mtx-activity-heading p {
    font-size: 15px;
    line-height: 24px;
  }

  .mtx-activity-section {
    padding: 14px 0 56px;
  }

  .mtx-activity-list {
    gap: 18px;
  }

  .mtx-activity-media {
    min-height: 240px;
  }

  .mtx-activity-copy {
    padding: 28px 20px 30px;
  }

  .mtx-activity-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
  }

  .mtx-activity-icon svg {
    width: 34px;
    height: 34px;
  }

  .mtx-activity-copy h2 {
    font-size: 28px;
  }

  .mtx-activity-copy p {
    font-size: 14px;
    line-height: 24px;
  }

  .mtx-activity-copy ul {
    max-width: 100%;
  }

  .mtx-activity-copy li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mtx-reveal-item {
    opacity: 1;
    visibility: visible;
    filter: none;
    transition: none;
  }
}

/* Footer */
.site-primary-footer-wrap {
  padding: 0 !important;
}

.ast-builder-footer-grid-columns {
  max-width: unset !important;
  margin: 0 !important;
}

.mx-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #555;
}

.mx-footer * {
  box-sizing: border-box;
}

.mx-footer-container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.mx-footer-main {
  background: #f3f3f3;
  padding: 32px 0;
  border-top: 1px solid #d8d8d8;
}

.mx-footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr;
  gap: 28px 24px;
  align-items: flex-start;
}

.mx-footer-col {
  min-width: 0;
}

.mx-footer-col-body {
  display: contents;
}

.mx-footer-col h4 {
  margin: 0 0 18px;
  padding: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
}

.mx-footer-accordion-toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: default;
}

.mx-footer-accordion-toggle::after {
  content: none;
}

.mx-footer-col p {
  margin: 0 0 12px;
  color: #5b5b5b;
  line-height: 1.8;
  font-size: 13px;
}

.mx-footer-col a {
  color: #5b5b5b;
  text-decoration: none;
  transition: all 0.2s ease;
  word-break: break-word;
}

.mx-footer-col a:hover {
  color: #0b73c6;
}

.mx-footer-col strong {
  color: #333;
  font-weight: 700;
}

.mx-footer-col-support p {
  margin-bottom: 16px;
}

.mx-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mx-footer-links a,
.mx-footer-links p {
  display: block;
}

.mx-footer-links p,
.mx-footer-links strong {
  margin: 0;
}

.mx-footer-sub {
  background: #f3f3f3;
  border-top: 1px solid #dddddd;
  padding: 18px 0;
}

.mx-footer-sub-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.mx-footer-policy a {
  color: #6b6b6b;
  text-decoration: none;
}

.mx-footer-policy a:hover {
  color: #0b73c6;
}

.mx-footer-dmca img {
  display: block;
  max-width: 160px;
  height: auto;
}

.mx-footer-copyright {
  background: #0b5fc0;
  color: #fff;
  text-align: center;
  padding: 24px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.mx-map-section {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f3f3f3;
}

.mx-map-frame-wrap {
  overflow: hidden;
}

.mx-map-frame-wrap iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}

@media (max-width: 1200px) {
  .mx-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 20px;
  }

  .mx-footer-col-support {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .mx-footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mx-footer-main {
    padding: 28px 0;
  }

  .mx-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .mx-footer-col {
    padding: 20px 18px;
    background: #fff;
    border: 1px solid #e2e7ec;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(11, 95, 192, 0.06);
  }

  .mx-footer-col-support {
    grid-column: 1 / -1;
  }

  .mx-footer-sub-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .mx-footer-policy a,
  .mx-footer-dmca a {
    display: inline-flex;
    align-items: center;
  }

  .mx-map-frame-wrap iframe {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .mx-footer-main {
    padding: 8px 0 0;
    border-top: 1px solid #d8d8d8;
  }

  .mx-footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mx-footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mx-footer-col {
    padding: 0 18px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    box-shadow: none;
  }

  .mx-footer-col h4 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .mx-footer-accordion-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    cursor: pointer;
  }

  .mx-footer-accordion-toggle::after {
    content: "";
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0b5fc0;
    border-bottom: 2px solid #0b5fc0;
    transform: rotate(45deg);
    transition: transform 0.35s ease, border-color 0.25s ease;
    margin-right: 4px;
  }

  .mx-footer-col.is-open .mx-footer-accordion-toggle::after {
    transform: rotate(-135deg) translateY(-1px);
  }

  .mx-footer-col-body {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.45s ease, opacity 0.3s ease, transform 0.35s ease;
    will-change: max-height, opacity, transform;
  }

  .mx-footer-col.is-open .mx-footer-col-body {
    opacity: 1;
    transform: translateY(0);
  }

  .mx-footer-col-body-inner {
    padding-top: 0;
    padding-bottom: 18px;
    border-top: 1px solid #e4e4e4;
  }

  .mx-footer-col.is-open .mx-footer-col-body-inner {
    padding-top: 16px;
  }

  .mx-footer-col p {
    font-size: 12px;
    line-height: 1.7;
  }

  .mx-footer-links {
    gap: 8px;
  }

  .mx-footer-sub {
    padding: 18px 18px 16px;
    border-top: 0;
  }

  .mx-footer-policy a {
    width: 100%;
    justify-content: center;
    padding: 0 0 14px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
  }

  .mx-footer-dmca {
    display: flex;
    justify-content: center;
    padding-top: 14px;
  }

  .mx-footer-dmca img {
    max-width: 140px;
  }

  .mx-footer-copyright {
    padding: 18px 14px;
    font-size: 12px;
    line-height: 1.7;
  }

  .mx-map-frame-wrap {
    border-top: 1px solid #d8d8d8;
  }

  .mx-map-frame-wrap iframe {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .mx-footer-main {
    padding-top: 4px;
  }

  .mx-footer-col {
    padding: 0 14px;
  }

  .mx-footer-accordion-toggle {
    padding: 18px 0;
  }

  .mx-footer-col-support p {
    margin-bottom: 14px;
  }

  .mx-footer-dmca img {
    max-width: 128px;
  }

  .mx-map-frame-wrap iframe {
    height: 240px;
  }
}
