.popup-contact {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999999999;
}

.popup-contact.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup-contact__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-contact__container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  width: calc(100% - 40px);
  display: flex;
  gap: 0;
  background: #f4f5f5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(18, 38, 63, 0.35);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-contact__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.popup-contact-content,
.popup-contact-content-form {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.popup-contact-content {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d7e7da;
  min-height: 100%;
}
.popup-contact-content a {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-contact-content img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.popup-contact-content-form {
  position: relative;
  flex: 1 1 50%;
  padding: 32px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-contact-content-form .form-group {
  margin-bottom: 16px;
}

.popup-contact-content-form .form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.popup-contact-content-form p {
  margin-bottom: 0;
}
.popup-contact-content-form .form-group input,
.popup-contact-content-form .form-group textarea,
.popup-contact-content-form input[type="text"],
.popup-contact-content-form input[type="email"],
.popup-contact-content-form input[type="tel"],
.popup-contact-content-form input[type="date"],
.popup-contact-content-form select,
.popup-contact-content-form textarea {
  width: 100%;
  padding: 0 16px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  color: var(--Color-Text);
  outline: none;
  line-height: 1;
}
.popup-contact-content-form .time-picker .wpcf7-form-control-wrap {
  position: relative;
}
.popup-contact-content-form input[type="date"]::-webkit-inner-spin-button,
.popup-contact-content-form
  input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.popup-contact-content-form .time-picker .wpcf7-form-control-wrap::after {
  content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 1.75C7.41422 1.75 7.75 2.08579 7.75 2.5V3.26272C8.41203 3.24999 9.1414 3.24999 9.94358 3.25H14.0564C14.8586 3.24999 15.588 3.24999 16.25 3.26272V2.5C16.25 2.08579 16.5858 1.75 17 1.75C17.4142 1.75 17.75 2.08579 17.75 2.5V3.32709C18.0099 3.34691 18.2561 3.37182 18.489 3.40313C19.6614 3.56076 20.6104 3.89288 21.3588 4.64124C22.1071 5.38961 22.4392 6.33855 22.5969 7.51098C22.6472 7.88567 22.681 8.29459 22.7037 8.74007C22.7337 8.82106 22.75 8.90861 22.75 9C22.75 9.06932 22.7406 9.13644 22.723 9.20016C22.75 10.0021 22.75 10.9128 22.75 11.9436V14.0564C22.75 15.8942 22.75 17.3498 22.5969 18.489C22.4392 19.6614 22.1071 20.6104 21.3588 21.3588C20.6104 22.1071 19.6614 22.4392 18.489 22.5969C17.3498 22.75 15.8942 22.75 14.0564 22.75H9.94359C8.10583 22.75 6.65019 22.75 5.51098 22.5969C4.33856 22.4392 3.38961 22.1071 2.64124 21.3588C1.89288 20.6104 1.56076 19.6614 1.40314 18.489C1.24997 17.3498 1.24998 15.8942 1.25 14.0564V11.9436C1.24999 10.9127 1.24998 10.0021 1.27701 9.20017C1.25941 9.13645 1.25 9.06932 1.25 9C1.25 8.90862 1.26634 8.82105 1.29627 8.74006C1.31895 8.29458 1.35276 7.88566 1.40314 7.51098C1.56076 6.33856 1.89288 5.38961 2.64124 4.64124C3.38961 3.89288 4.33856 3.56076 5.51098 3.40313C5.7439 3.37182 5.99006 3.34691 6.25 3.32709V2.5C6.25 2.08579 6.58579 1.75 7 1.75ZM2.76309 9.75C2.75032 10.4027 2.75 11.146 2.75 12V14C2.75 15.9068 2.75159 17.2615 2.88976 18.2892C3.02502 19.2952 3.27869 19.8749 3.7019 20.2981C4.12511 20.7213 4.70476 20.975 5.71085 21.1102C6.73851 21.2484 8.09318 21.25 10 21.25H14C15.9068 21.25 17.2615 21.2484 18.2892 21.1102C19.2952 20.975 19.8749 20.7213 20.2981 20.2981C20.7213 19.8749 20.975 19.2952 21.1102 18.2892C21.2484 17.2615 21.25 15.9068 21.25 14V12C21.25 11.146 21.2497 10.4027 21.2369 9.75H2.76309ZM21.1683 8.25H2.83168C2.8477 8.06061 2.86685 7.88123 2.88976 7.71085C3.02502 6.70476 3.27869 6.12511 3.7019 5.7019C4.12511 5.27869 4.70476 5.02502 5.71085 4.88976C6.73851 4.75159 8.09318 4.75 10 4.75H14C15.9068 4.75 17.2615 4.75159 18.2892 4.88976C19.2952 5.02502 19.8749 5.27869 20.2981 5.7019C20.7213 6.12511 20.975 6.70476 21.1102 7.71085C21.1332 7.88123 21.1523 8.06061 21.1683 8.25ZM16.5 15.75C16.0858 15.75 15.75 16.0858 15.75 16.5C15.75 16.9142 16.0858 17.25 16.5 17.25C16.9142 17.25 17.25 16.9142 17.25 16.5C17.25 16.0858 16.9142 15.75 16.5 15.75ZM14.25 16.5C14.25 15.2574 15.2574 14.25 16.5 14.25C17.7426 14.25 18.75 15.2574 18.75 16.5C18.75 17.7426 17.7426 18.75 16.5 18.75C15.2574 18.75 14.25 17.7426 14.25 16.5Z" fill="%23717171"/></svg>');
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #d8d8d8;
  pointer-events: none;
}
.popup-contact-content-form .form-group textarea,
.popup-contact-content-form textarea {
  min-height: 120px;
  resize: vertical;
}
.popup-contact-content-form-form .form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup-contact-content-form-form .form-group label {
}
.popup-contact-content-form-form .form-group br {
  display: none;
}
.popup-contact-content-form-form .form-group p {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.popup-contact-content-form-form .form-group > div {
  flex: 0 0 48%;
  max-width: 48%;
}

.popup-contact-content-form button[type="submit"],
.popup-contact-content-form input[type="submit"],
.popup-contact-content-form button.wp-block-button__link,
.popup-contact-content-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #50b848, #3e9c39);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.popup-contact-content-form button[type="submit"]:hover,
.popup-contact-content-form input[type="submit"]:hover,
.popup-contact-content-form button.wp-block-button__link:hover,
.popup-contact-content-form .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(62, 156, 57, 0.35);
}

.popup-contact-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #1c1c1c;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 2;
}

.popup-contact-close:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

body.popup-contact-open {
  overflow: hidden;
}

.popup-contact-content-form-title h3 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #0d3f3f;
}

.popup-contact-content-form-title p {
  margin-bottom: 24px;
  color: #5e6b6b;
  font-size: 16px;
  line-height: 1.5;
}

.popup-contact-form-wrap .wpcf7-form {
  display: grid;
  gap: 16px;
}

.popup-contact-form-row {
  display: flex;
  gap: 16px;
}

.popup-contact-form-row .form-field {
  flex: 1 1 50%;
}

@media (max-width: 1023px) {
  .popup-contact__container {
    flex-direction: column;
    width: calc(100% - 32px);
  }

  .popup-contact-content {
    display: none;
  }

  .popup-contact-content-form {
    max-width: 100%;
    padding: 28px 24px 32px;
  }
}
@media (max-width: 767px) {
  .popup-contact-content-form-form .form-group > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup-contact-content-form-form .form-group {
    gap: 16px;
  }
  .popup-contact-content-form-form .form-group label {
    display: none;
  }
}
:root {
  --color-primary: #005353;
  --color-primary-900: #005353;
  --color-secondary: #50b848;
  --color-primary-hover: #ffd400;
  --color-primary-yellow: #ffc84d;
  --color-active-menu: #fabb30;
  --color-button-2: #67dbe0;
  --Color-White: #ffffff;
  --Color-Black: #000000;
  --Color-Text: #333;
  --Color-Gray: #808080;
  --Color-Light-Gray: #d3d3d3;
  --Color-Dark-Gray: #a9a9a9;
  --Color-Very-Dark-Gray: #808080;
  --Color-Very-Light-Gray: #d3d3d3;
  --Color-Very-Dark-Gray: #a9a9a9;
  --Color-Very-Light-Gray: #d3d3d3;
  --font-primary: "Roboto", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--font-primary);
  font-display: swap;
}

*:not(
    i,
    .ab-icon,
    #ftwp-header-control,
    .ftwp-icon-expand,
    .ftwp-trigger-icon,
    .ftwp-icon-collapse,
    .star-rating,
    .star-rating,
    .star-rating span,
    .form-field-email input[type="submit"]
  ) {
  font-family: var(--font-primary) !important;
}

.entry-main-content {
  font-size: 1.125rem;
}

.entry-main-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow-x: auto;
}

.entry-main-content table thead {
  max-width: 100%;
  overflow-x: auto;
}

.entry-main-content table thead th {
}

.entry-main-content table th,
.entry-main-content table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}

.entry-main-content table th {
  background: var(--color-primary);
  color: var(--Color-White);
}

.entry-main-content table p {
  margin-bottom: 0;
}

.ez-toc-container {
  width: 100%;
  max-width: 100%;
}

.entry-main-content img {
  max-width: 100%;
}

.entry-main-content ul,
.entry-main-content ol {
  margin: 0 0 1rem;
  padding: 0 0 0 30px;
}

.entry-main-content hr {
  margin-bottom: 1rem;
}

.entry-main-content ul,
.entry-main-content ol {
  list-style-type: disc;
}

.entry-main-content ol {
  list-style-type: decimal;
}

.entry-main-content h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: justify;
}

.entry-main-content h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: justify;
}

.entry-main-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: justify;
}

.entry-main-content h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: justify;
}

.entry-main-content p {
  line-height: 1.5rem;
  text-align: justify;
}

.entry-main-content h1,
.entry-main-content h2,
.entry-main-content h3,
.entry-main-content h4,
.entry-main-content p {
  margin-bottom: 1rem;
}

blockquote a:hover {
  color: #000000 !important;
  text-decoration: underline;
}

blockquote {
  background: var(--color-secondary);
  border-radius: 6px;
  padding: 30px 40px 24px 40px;
  margin: 0 0 20px;
  position: relative;
  border-left: solid 3px var(--Color-White);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow-wrap: break-word;
}

blockquote p {
  margin: 0;
  color: #fff;
  font-weight: 600;
}

blockquote a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

blockquote a:hover {
  opacity: 0.9;
}

.site {
  overflow: hidden;
}

.post,
.page {
  margin-bottom: 0 !important;
}

.lozad {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.3s ease-in-out;
}

.lozad[data-loaded="true"] {
  opacity: 1;
  filter: blur(0);
}

.heading {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.24px;
  color: var(--color-primary);
}

a {
  text-decoration: none !important;
  transition: all 300ms ease;
}

ul {
  list-style: none;
}

footer a {
  color: var(--Color-Text) !important;
  display: inline-block;
  vertical-align: middle;
}

footer a:hover {
  color: var(--color-primary-hover) !important;
}

.items-start {
  align-items: start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: edn;
}

.justify-center {
  justify-content: center;
}

.color-white {
  color: white;
}

.font-20 {
  font-size: 20px;
  line-height: 150%;
}

.font-18 {
  font-size: 18px;
  line-height: 150%;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.related-posts {
  position: relative;
}

.button-main {
  background: var(--color-secondary);
  padding: 0 14px;
  color: var(--Color-White);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  height: 2.025rem;
  line-height: 2.025rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 300ms ease !important;
  background-repeat: no-repeat;
}

form .button-main {
  height: 50px;
  line-height: 50px;
}

.button-main:focus {
  outline: none !important;
}

@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.color-text {
  color: var(Color-Text) !important;
}

.color-white {
  color: var(--Color-White) !important;
}

.color-black {
  color: var(--Color-Black) !important;
}

.color-primary {
  color: var(--color-primary) !important;
}

main header.entry-header {
  padding-top: 150px;
}

.button-main:hover {
  --angle: 90deg;
  background: var(--color-primary-hover);
  color: var(--Color-White);
}

/* @keyframes rotation {
    from {
        --angle: 0deg;
    }
    to {
        --angle: 360deg;
    }
} */

.button-main .icon svg {
  transition: transform 300ms ease-in-out;
  vertical-align: middle;
  margin-left: 12px;
  display: inline-block;
}

.button-main:hover .icon svg {
  transform: translateX(5px);
}

.text-gradient {
  /* background: linear-gradient(90deg, #427DFF 0%, #2FEEFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: #67dbe0 !important;
  line-height: 1;
}

.container {
  max-width: 1180px !important;
}

.meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.meta .category a {
  color: var(--color-Text);
}

.meta .date {
  color: var(--Color-Text);
}

.button-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.logo-text {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.logo-text img {
  height: 1.2em;
}

.button-back-to-top a {
  width: 45px;
  height: 45px;
  background: var(--color-primary-hover);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  transform: scale(0);
  opacity: 0;
}

.button-back-to-top a.active {
  transform: scale(1);
  opacity: 1;
}

.button-back-to-top a:focus {
  outline: none !important;
}

.button-back-to-top a svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

section.not-found {
  padding: 120px 0;
}

form.wpcf7-form .wpcf7-spinner {
  position: absolute;
}

.section-breadcrumb {
  padding: 0.5rem 0;
}

.section-breadcrumb P {
  margin-bottom: 0;
}

.section-breadcrumb a {
  color: var(--Color-Text);
  text-decoration: none;
}

.section-breadcrumb a:hover {
  color: var(--color-primary-hover);
  text-decoration: underline;
}

.custom-logo-link img {
  max-height: 55px;
}

/* Header */

/* header.site-header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0;
  transition: top 0.3s ease-in-out;
  will-change: top;
} */

/* header.scrollDown {
}


header.scrollUp {
  background: var(--BG);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
} */
.sub-title {
  color: var(--Color-Textsub-title);
  font-size: 1rem;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 0.625rem;
}

.fs-base {
  font-size: 1rem;
}

.fs-sm {
  font-size: 0.875rem;
}

.fs-xs {
  font-size: 0.75rem;
}

.fs-xxs {
  font-size: 0.625rem;
}

header {
  position: relative;
  z-index: 10;
}

header .logo-mobile {
  max-width: 200px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: none;
  text-align: center;
}

header .logo-mobile img {
  max-width: 100px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

header .search-mobile {
  display: none;
}

header.site-header.toggled {
  transform: unset !important;
  opacity: 1 !important;
  transition: unset !important;
  will-change: transition !important;
}

header .top-header {
  background: linear-gradient(90deg, #e4fffa 0%, #d8f2e9 100%);
  padding: 1rem 0;
}

header .top-header .company-name {
  color: var(--color-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
  margin-bottom: 0.5rem;
}

header .top-header .top-contact .contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

header .bottom-header {
  background: linear-gradient(270deg, #50b848 0%, #1e9415 100%);
  padding: 0.75rem 0;
}

header .top-header .top-contact .address .text {
  color: var(--Color-Text);
}

.wrap-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.wrap-header .main-navigation {
  width: auto;
  flex: 0 0 auto;
}

.wrap-header .main-navigation {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.wrap-header .main-navigation ul {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.wrap-header
  .main-navigation
  ul:not(.sub-menu)
  > li
  > .menu-link-wrap
  .menu-arrow
  svg
  path {
  fill: var(--Color-White);
}

.button-main.icon {
  padding: 0 1.25rem 0 0.25rem;
}

.button-main.icon span.icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-main.icon span.icon i {
  color: var(--color-secondary);
}

/* .wrap-header .main-navigation ul li:not(.button-main) {
  position: relative;
  z-index: 1;
}

.wrap-header .main-navigation ul li:not(.button-main)::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
}

.wrap-header .main-navigation ul li:not(.button-main).current_page_item::after,
.wrap-header .main-navigation ul li:not(.button-main):hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
} */
.main-navigation li {
  position: relative;
  z-index: 1;
}

.wrap-header .main-navigation ul li a {
  color: var(--Color-White);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all 300ms ease;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.wrap-header .main-navigation ul li[class*="current_"] a {
  color: var(--color-active-menu) !important;
}

.wrap-header .main-navigation ul li:hover > a {
  color: var(--color-active-menu) !important;
  transform: translateY(-2px);
}

.wrap-header .main-navigation ul.sub-menu {
  float: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  max-width: 280px;
  background: var(--Color-White);
  border-radius: 8px;
  padding: 18px 20px;
  gap: 1rem;
  border-radius: 8px;

  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05),
    0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.wrap-header .main-navigation ul.sub-menu a {
  color: var(--Color-Text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all 300ms ease;
  display: inline-block;
  vertical-align: middle;
}

.wrap-header .main-navigation .menu > ul {
  max-width: 282px;
  width: 282px;
}

.main-navigation li.menu-item-has-children {
  position: relative;
}

.main-navigation li.menu-item-has-children .menu-link-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.main-navigation li.menu-item-has-children .menu-arrow svg {
  width: 24px;
  fill: var(--Color-White);
  transition: all 300ms ease;
}

.main-navigation li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-navigation ul.sub-menu ul.sub-menu {
  position: relative !important;
  display: none !important;
  max-height: 100%;
  left: 0 !important;
  opacity: 0;
  box-shadow: none !important;
  visibility: hidden;
  padding: 0.5rem 0 0.5rem 1.5rem !important;
  transition: all 0.3s ease-in-out;
}

.main-navigation ul.sub-menu li:hover > ul.sub-menu {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}

.form-search form {
  position: relative;
  width: 100%;
  display: block;
  max-width: 250px;
}

.form-search form input[type="text"] {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 0 22px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--Color-Text);
  padding-right: 2.5rem;
}

.form-search form input[type="text"]::placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.form-search form button[type="submit"] {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #999;
}

.form-search form button[type="submit"] svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -4px;
}

/* Footer */

footer {
  position: relative;
  z-index: 1;
}

footer .heading-footer {
  color: var(--Color-Text);

  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

footer .logo-footer {
  margin-bottom: 1.5rem;
}

footer .wrap-content-footer {
  max-width: 430px;
}

footer .description-footer {
  color: var(--Color-Text);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.5rem;
}

footer .items-contact-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

footer .items-contact-footer .item-contact-footer {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

footer .items-contact-footer .item-contact-footer img {
  width: 18px;
  height: 18px;
  margin-top: 5px;
}

footer .items-contact-footer .item-contact-footer .content {
  color: var(--Color-Text);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

footer .footer-content {
  padding: 2.5rem 0;
  background: var(--BG);
}

footer ul.menu {
  list-style: disc;
  padding-left: 1rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  color: var(--Color-Text);
  list-style-position: inside;
  list-style-type: disc;
}

footer ul.menu a {
  color: var(--Color-Text);
}

footer .map-footer iframe {
  width: 100%;
  max-height: 173px;
  border-radius: 8px;
  margin-bottom: 1rem;
}

footer .list-item-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

footer .list-item-footer .item-footer {
  flex: 0 0 auto;
  max-width: 45%;
}

footer p {
  margin-bottom: 0;
}

footer ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

footer ul li:not(:last-child) {
  margin-bottom: 8px;
}

footer ul li a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 25px;
}

footer .footer-bottom {
  background: var(--color-secondary);
  padding: 1rem 0;
}

footer .footer-bottom .copyright {
  color: var(--Color-White);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  word-break: auto-phrase;
  display: inline;
}

.cta-footer {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 99999;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem;
}

.cta-footer .cta-footer-content {
  width: 70px;
  height: 70px;
  background: var(--cta-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  position: relative;
}

.cta-footer .cta-footer-content::before,
.cta-footer .cta-footer-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: var(--cta-color);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0.3;
  z-index: 0;
  animation: pulse-wave 2.5s ease-in-out infinite;
  z-index: -1;
}

/* Vòng thứ hai bắt đầu chậm hơn 1s */
.cta-footer .cta-footer-content::after {
  animation-delay: 1.2s;
}

@keyframes pulse-wave {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.3;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.cta-footer .cta-footer-content .item-cta-footer {
  flex: 0 0 auto;
  max-width: 45%;
}

.cta-footer .cta-footer-content .item-cta-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-footer .cta-footer-content .item-cta-footer img:hover {
  transform: scale(1.05);
}

.form-field-email {
  position: relative;
  width: 100%;
  max-width: 285px;
  display: block;
}

.form-field-email input[type="email"] {
  padding: 0 22px !important;
  height: 45px !important;
  border-radius: 100px !important;
  border: 1px solid #ffffff33 !important;
  background: #ffffff0d !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
  width: 100%;
}

.form-field-email input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0050ff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome", sans-serif !important;
  color: #ffffff;
  margin: 0 !important;
  border: none !important;
}

footer .list-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

footer .list-socials .item a {
  background: #ffffff33;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

footer .list-socials .item a:focus {
  outline: none !important;
}

footer .title-footer {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 22px;
}

footer .content-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

footer .custom-logo-link {
  margin-bottom: 28px;
}

footer .bottom-footer {
  padding: 20px 0 32px;
  border-top: 1px solid #467cee33;
  font-size: 13px;
  line-height: 22px;
}

footer .bottom-footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75) !important;
}

footer .bottom-footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: end;
  row-gap: 10px;
  width: 100%;
}

footer .bottom-footer ul li {
  flex: 0 0 auto;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75) !important;
}

footer .bottom-footer ul li a {
  color: rgba(255, 255, 255, 0.75) !important;
}

footer .main-footer {
  padding-bottom: 57px;
  row-gap: 40px;
}

/* Banner */

section.banner {
  position: relative;
  z-index: 1;
  min-height: 658px;
  background: var(--BG);
  padding: 3rem 0;
}

section.banner .container {
  position: relative;
  z-index: 1;
}

section.banner .background-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

section.banner .background-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

@media (min-width: 767px) {
  section.banner .background-banner .background-pc-banner {
    display: block;
  }

  section.banner .background-banner .background-mb-banner {
    display: none;
  }
}

@media (max-width: 767px) {
  section.banner .background-banner .background-pc-banner {
    display: none;
  }

  section.banner .background-banner .background-mb-banner {
    display: block;
    object-fit: contain;
    object-position: top;
  }
}

section.banner .logo-banner {
  margin-bottom: 7.75rem;
}

section.banner .sub-title {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 0.625rem;
}

section.banner h1.title {
  color: #007b7b;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1.5rem;
}

section.banner .button-main {
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
}

section.banner .items-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}

.items-list .image {
  overflow: hidden;
}

.items-list .image:hover img {
  width: 100%;
  transform: scale(1.05);
}

section.banner .items-box .items-list {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  background: var(--Color-White);
  box-shadow: 0 2px 8px 0 rgba(16, 24, 40, 0.12);
  width: 100%;
  overflow: hidden;
}

section.banner .items-box .items-list .item {
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
  padding: 2.5rem;
}
section.banner .items-box .items-list .item:nth-child(1) {
  background: var(--color-primary-yellow);
  color: var(--Color-Text);
}
section.banner .items-box .items-list .item:nth-child(1) a {
  color: var(--Color-White);
}
section.banner .items-box .items-list .content-item {
  display: none;
}

section.banner .items-box .items-list .item:nth-child(2) {
  background: var(--color-secondary);
}
section.banner .items-box .items-list .item:nth-child(2) a {
  color: var(--Color-White);
}
section.banner .items-box .items-list .item:nth-child(3) {
  background: var(--color-primary);
}
section.banner .items-box .items-list .item:nth-child(3) a {
  color: var(--Color-White);
}
/* section.banner .items-box .items-list .item:not(:last-child) {
  border-right: 1px solid #dcdcdc;
} */

section.banner .items-box .items-list .item .image-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* margin-bottom: 0.375rem; */
}

section.banner .items-box .items-list .item .image-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

section.banner .items-box .items-list .item .title * {
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
}

section.banner .items-box .items-list .item .description * {
  color: #999;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.logo-partner {
  position: relative;
  z-index: 0;
}

.logo-partner .container {
  position: relative;
  z-index: 1;
}

.logo-partner::after {
  content: "";
  position: absolute;
  width: 1140px;
  border-radius: 100%;
  filter: blur(250px);
  top: 19px;
  right: 0;
  transform: translateX(30%);
  z-index: -2;
  opacity: 0.8;
  background: var(--BG-GRADIENT);
  opacity: 0.8;
  aspect-ratio: 1 /1;
}

/* .logo-partner .bg-circle svg {
    position: absolute;
    width: 1140px;
    border-radius: 100%;
    filter: blur(250px);
    top: 19px;
    right: 0;
    transform: translateX(30%);
    z-index: -2;
    aspect-ratio: 1 /1;
} */

.logo-partner .title {
  margin-bottom: 50px;
  font-weight: 700;
}

.logo-partner .title span {
  font-weight: 800;
}

.partners.splide .splide__list {
  align-items: center;
  height: auto;
}

.partners.splide {
  max-width: 90%;
  margin: auto;
}

.desc {
  font-size: 1.125rem;
  line-height: 150%;
  color: var(--Color-Text);
}

#ez-toc-container a:visited {
  color: var(--Color-Text);
}

@keyframes ImageAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Submenu */

ul.sub-menu {
  display: flex !important;
  flex-wrap: wrap;
  padding: 18px 20px;
  background: var(--BG);
  border-radius: 5px;
  gap: 1rem !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

ul.sub-menu .menu-link-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}

ul.sub-menu li {
  flex: 0 0 100%;
  max-width: 100%;
}

.wrap-top-menu {
  display: none;
}

.bottom-header.scroll {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease-in-out;
  will-change: top, transform, visibility, opacity;
}

.swiper-button {
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 99px !important;
  z-index: 9999;
  color: var(--Color-Text) !important;
  border: 1px solid #e6e6e8;
  background: #fff;
}

.swiper-button::after {
  display: none;
}

.swiper-buttons svg {
  transition: all 0.3s ease-in-out;
}

.swiper-button svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
}

/* Home About */
section.home-about {
  position: relative;
  z-index: 0;
  padding-top: 6rem;
}

section.home-about .background-about {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  text-align: right;
}

section.home-about .background-about img {
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

section.home-about .container {
  position: relative;
  z-index: 1;
}

section.home-about .content-about {
  padding: 1.75rem 0;
}

section.home-about .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

section.home-about .content-about .sub-title {
  color: var(--Color-Text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 0.625rem;
}

section.home-about .content-about .title {
  text-align: justify;
}

section.home-about .content-about .description {
  color: var(--Color-Text);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin-bottom: 1.5rem;
  text-align: justify;
}

section.home-about .content-about .items-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

section.home-about .content-about .items-list .item {
  display: flex;
  gap: 1rem;
}

section.home-about .content-about .items-list .item .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e4fff6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

section.home-about .content-about .items-list .item .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}

section.home-about .content-about .items-list .item .description {
  color: var(--Color-Text);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin-bottom: 0;
}

section.home-about .content-about .button-main {
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
}

.home-3 {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 8rem 0 6rem;
}

.home-3 .heading {
  margin-bottom: 0.5rem;
}

.home-3 .description {
  font-size: 1.125rem;
  margin-bottom: 2.125rem;
}

.home-3 .items-list {
  position: relative;
  z-index: 0;
}

.home-3 .items-list .item .image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 222px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.home-3 .items-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}

.home-3 .items-list .item .content {
  display: flex;
  flex-direction: column;
}

.home-3 .items-list .item .content .title a {
  color: var(--color-primary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
}

.home-3 .items-list .item .content .description {
  color: var(--Color-Text);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giá»›i háº¡n tá»‘i Ä‘a 3 dÃ²ng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.home-4 {
  padding: 5rem 0;
}

.home-4 .heading {
  color: var(--Color-White);
  margin-bottom: 0.5rem;
}

.home-4 .description {
  margin-bottom: 2rem;
  color: var(--Color-White);
}

.home-4 .items-list {
  position: relative;
}

.home-4 .items-list .swiper-button {
  border: 1px solid var(--Neu-4, #e6e6e8);
  background: #fff;
}

.swiper-button-prev {
  left: -60px;
}

.swiper-button-next {
  right: -60px;
}

.doctor-item {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.doctor-item .image {
  position: relative;
}

.doctor-item .image img {
  transition: all 0.3s ease;
}

.doctor-item .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}

.doctor-item .image .position {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 8px 0 0;
  background: var(--Primary-500, #50b848);
  color: var(--Color-White);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 6px 12px;
}

.doctor-item .description {
  color: #555;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-4 .swiper-slide {
  height: auto !important;
}

.home-4 .swiper-slide .item {
  height: 100%;
}

.doctor-item .description ul {
  padding-left: 1.125rem;
  list-style: disc;
  margin: 0;
}

.doctor-item .content .title a {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.doctor-item .content {
  padding: 14px;
}

.home-5 {
  padding: 6.125rem 0;
}

.home-5 .heading {
  margin-bottom: 0.5rem;
}

.home-5 .items-list {
  margin-top: 2rem;
  position: relative;
}

.home-5 .items-list .item .image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.home-5 .items-list .item .title {
  color: var(--color-primary);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}

.home-6 {
  padding: 0 0 6.125rem 0;
}

.home-6 .description {
  margin-bottom: 2rem;
}

.home-6 .video-main {
  height: 100%;
  position: relative;
}

.home-6 .video-main iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
  overflow: hidden;
  max-height: 438px;
}

.home-6 .video-list {
  position: relative;
  overflow: auto;
  max-height: 438px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--color-primary) var(--color-white);
  scrollbar-width: thin;
}

.home-6 .video-list .video-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.home-6 .video-list .video-item .video-item-image {
  flex: 0 0 48%;
  max-width: 48%;
  border-radius: 8px;
  overflow: hidden;
}

.home-6 .video-list .video-item .video-item-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  max-height: 101px;
}

.home-6 .video-list .video-item .video-item-content {
  flex: 0 0 480%;
  max-width: 48%;
}

.home-6 .video-list .video-item .video-item-content .video-item-title {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */
}

.home-6 .video-list .video-item .video-item-content .video-item-title:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.home-6 .news-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.box-news .image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.box-news .image:hover img {
  transform: scale(1.05);
}

.box-news .image img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s;
}

.box-news .content .title a {
  color: var(--color-text);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-news .content .title a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.box-news .content .excerpt {
  color: var(--Color-Text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Contact */

/* Contact Section */
.contact-section {
  padding: 60px 0;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-header {
  text-align: center;
  margin-bottom: 30px;
}

.contact-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.contact-header p {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.contact-row {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  align-items: stretch;
}

.contact-info {
  flex: 1;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.contact-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 8px 28px 0px #14142b1a;
  min-height: 500px;
  padding: 32px 42px;
  background: linear-gradient(185.31deg, #e2f5db 3.71%, #daf6dc 98.19%);
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.contact-image:hover img {
  transform: scale(1.05);
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.info-item p {
  margin-bottom: 0;
}

.info-icon {
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.info-icon i {
  color: var(--color-primary);
  font-size: 1.2rem;
}

.info-content strong {
  font-weight: 600;
  color: var(--color-primary);
}

.info-content a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.3s;
}

.info-content a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.social-links {
  margin-top: auto;
  padding-top: 30px;
  border-top: 2px solid var(--color-primary);
}

.social-links h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--Color-Text);
}

.contact-section .social-icons {
  display: flex;
  gap: 15px;
}

.contact-section .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  transition: all 0.3s;
}

.contact-section .social-icon:hover {
  background-color: var(--color-primary);
  transform: translateY(-3px);
  color: #fff;
}

/* Map Section */
.map-section {
  width: 100%;
  margin-bottom: 50px;
}

.map-container {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: 450px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Contact Form Section */
.contact-form-section {
  background-color: white;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}

.form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-header p {
  color: #666;
}

.form-group {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.form-label {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text-color);
}

.form-control {
  border: 1px solid #717171;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 1rem;
  transition: all 0.3s;
  background: transparent;
  color: var(--Color-Text);
}
input.form-control {
  height: 45px;
  line-height: 45px;
}

.form-control:focus {
  border-color: var(--Color-Text);
  box-shadow: 0 0 0 3px rgba(63, 81, 181, 0.1);
  background: transparent;
  outline: none;
}

.search-container {
  text-align: center;
}

.btn-submit {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section-faq .sidebar {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.category-link.active,
.section-faq .sidebar a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.faq-item h4 {
  transition: all 0.3s ease;
}

.faq-item h4:hover,
.faq-item.active h4 {
  color: var(--color-primary);
}

/* Footer */

/* Toast Notification */
.toast-container {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 1050;
}

.toast {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  min-width: 300px;
  transform: translateX(400px);
  transition: transform 0.3s;
}

.toast.show {
  transform: translateX(0);
}

.toast.success .toast-icon {
  color: #4caf50;
}

.toast.error .toast-icon {
  color: #f44336;
}

.toast-content h4 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.toast-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

/* FAQ */

.section-faq .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-faq .category-item {
  margin-bottom: 10px;
}

.section-faq .category-link {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-radius: 6px;
  color: var(--text-color);
  text-decoration: none;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}

.section-faq .category-link:hover,
.section-faq .category-link.active {
  color: var(--color-primary);
}

.contact-section .category-link i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.section-faq .category-count {
  margin-left: auto;
  background-color: #e0e0e0;
  color: #555;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
}

.section-faq .main-content {
  flex: 1;
}

.section-faq .search-container {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-faq .search-input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border: 1px solid #d9d9d9d9;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.section-faq .search-input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(63, 81, 181, 0.1);
  outline: none;
}

.section-faq .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.section-faq .faq-list {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.section-faq .faq-item {
  border-bottom: 1px solid var(--border-color);
}

.section-faq .faq-item:last-child {
  border-bottom: none;
}

.section-faq .faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.section-faq .faq-question:hover {
  background-color: var(--secondary-color);
}

.section-faq .faq-question h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.section-faq .faq-icon {
  transition: transform 0.3s;
  color: var(--primary-color);
}

.section-faq .faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.section-faq .faq-answer {
  padding: 0 20px;
  font-size: 1.125rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s;
}

.section-faq .faq-item.active .faq-answer {
  padding: 0 20px 20px;
  max-height: 500px;
}

.section-faq .faq-answer p {
  margin: 0;
  line-height: 1.6;
  color: #555;
}

.section-faq .category-tag {
  display: inline-block;
  background-color: var(--color-primary-900);
  color: var(--Color-White);
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-right: 8px;
  margin-top: 10px;
}

.section-faq .no-results {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}

.section-faq .no-results i {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #ddd;
}

.section-faq .pagination-container {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-faq .pagination-info {
  color: #666;
  font-size: 0.9rem;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

a.page-numbers,
.page-numbers .page-link {
  color: var(--Color-White);
  border: none;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: var(--color-primary);
}

.page-numbers .page-numbers.current .page-link {
  background-color: var(--color-primary-hover);
}

.page-numbers .page-item.disabled .page-link {
  color: #ccc;
}

/* Category */
.post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

section.single-post {
  overflow: hidden;
  position: relative;
}

.sec-about .about-image img {
  width: 100%;
  object-fit: cover;
}

.category-page .wrap {
  font-size: 1.125rem;
  line-height: 150%;
  color: var(--Color-Text);
  max-height: 80px;
  overflow: hidden;
  position: relative;
}

.category-page .wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    var(--Color-White)
  );
  z-index: 1;
}

.category-page .wrap.active::after {
  display: none;
}

.category-page .wrap.active {
  max-height: none;
}

.category-page .btn-more {
  text-align: center;
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.3s;
  display: block;
  margin-top: 10px;
  font-size: 1;
}

.category-page .btn-more:hover {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.3s;
}

.header .logo-mobile {
  display: none;
}

.form-search-mobile {
  display: none;
}

.items-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.items-icon-animate .icon-animate {
  position: absolute;
  width: 60px;
}
.items-icon-animate .icon-animate img {
  animation: icon-animate-1 5s linear infinite;
  width: 100%;
}
@keyframes icon-animate-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.home-about {
  position: relative;
  overflow: hidden;
}
.home-about .icon-item-1 {
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(-75%);
  animation-delay: 1s;
}
.home-about .icon-item-2 {
  bottom: 10px;
  right: 0;
  z-index: 1;
  transform: translateX(20%);
  width: 54px;
  animation-delay: 2s;
}
.home-3 .container {
  position: relative;
}
.home-3 .container .icon-item-1 {
  top: 10%;
  left: 0;
  z-index: 1;
  transform: translateX(-120%);
  animation-delay: 0.9s;
}
.home-3 .container .icon-item-2 {
  bottom: -5%;
  right: 0;
  z-index: 1;
  transform: translateX(100%);
  width: 54px;
  animation-delay: 1.8s;
}
.home-4 .container {
  position: relative;
}
.home-4 .container .icon-item-1 {
  top: 10%;
  left: 0;
  z-index: 1;
  transform: translateX(-120%);
  animation-delay: 1.2s;
}
.home-4 .container .icon-item-2 {
  bottom: -5%;
  right: 0;
  z-index: 1;
  transform: translateX(120%);
  width: 54px;
  animation-delay: 2.3s;
}
.home-5 .container {
  position: relative;
  z-index: 1;
}
.home-5 .container .icon-item-1 {
  top: 10%;
  left: 0;
  z-index: -1;
  transform: translateX(-120%);
  animation-delay: 1.2s;
}
.home-6 .container {
  position: relative;
}
.home-6 .container .icon-item-1 {
  top: 20%;
  left: 0;
  z-index: 1;
  transform: translateX(-120%);
  animation-delay: 1.2s;
}
.home-6 .container .icon-item-2 {
  bottom: 20%;
  right: 0;
  z-index: 1;
  transform: translateX(120%);
  width: 54px;
  animation-delay: 2.3s;
}
.contact-section .container {
  position: relative;
  z-index: 1;
}
.contact-section .container .icon-item-1 {
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(-120%);
  animation-delay: 1.6s;
}
.contact-section .container .icon-item-2 {
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translateX(120%);
  width: 54px;
  animation-delay: 2.3s;
}

.global-banner.banner {
  min-height: 458px;
}
.global-banner.banner .banner-content {
  margin-top: 100px;
  color: var(--Color-White);
}
.global-banner.banner h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 0;
}
.global-banner.banner .global-breadcrumb {
  margin-top: 0.625rem;
  color: var(--Color-White);
  font-size: 1.125rem;
}
.global-banner.banner .global-breadcrumb a {
  color: var(--Color-White);
  text-decoration: none;
}

/* Template Category */
.section-categories {
  position: relative;
  overflow: hidden;
  padding: 80px 0 40px;
}
.section-categories .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-categories .image-bg img {
  width: 100%;
  object-fit: cover;
}
.section-categories .container {
  position: relative;
  z-index: 2;
}
.section-categories .categories-list-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 40px;
}
.section-categories .categories-list-tab .category-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: #daf6dc;
  padding: 0.625rem 1.75rem;
  border-radius: 4rem;
}
.section-categories .categories-list-tab .category-item .icon {
  width: 1.75rem;
}
.section-categories .categories-list-tab .category-item .icon svg {
  width: 100%;
  height: 100%;
}
.section-categories .categories-list-tab .category-item .icon svg path {
  fill: #005353;
  transition: fill 0.3s;
}
.section-categories .categories-list-tab .category-item .name {
  font-size: 1.125rem;
  color: #005353;
  font-weight: 500;
  transition: color 0.3s;
}
.section-categories .categories-list-tab .category-item:hover {
  background: var(--color-secondary);
  color: var(--Color-White);
}
.section-categories .categories-list-tab .category-item:hover .icon svg path {
  fill: var(--Color-White);
}
.section-categories .categories-list-tab .category-item:hover .name {
  color: var(--Color-White);
}
.section-categories .categories-list-content {
  position: relative;
}
.section-categories .categories-list-content:not(:last-child) {
  margin-bottom: 40px;
}
.section-categories .categories-list-content .heading {
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
.section-categories .items-icon-animate .icon-item-1 {
  top: 0;
  left: 0;
  z-index: 1;
  animation-delay: 1.2s;
}
.section-categories .items-icon-animate .icon-item-2 {
  top: 12%;
  right: 0;
  z-index: 1;
  transform: translateX(100%);
  width: 54px;
  animation-delay: 2.3s;
}

@media (max-width: 1250px) {
  .section-categories .swiper-button-prev {
    left: 0;
  }
  .section-categories .swiper-button-next {
    right: 0;
  }
  .home-4 .swiper-button-prev {
    left: 0;
  }
  .home-4 .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .home-about .icon-item-1 {
    transform: translateX(10%);
  }
  .home-about .icon-item-2 {
    transform: translateX(-10%);
  }
  .home-3 .container .icon-item-1 {
    top: 20%;
    transform: translateX(-20%);
  }
  .home-3 .container .icon-item-2 {
    transform: translateX(-10%);
  }
  .home-4 .container .icon-item-1 {
    top: 20%;
    transform: translateX(-10%);
  }
  .home-4 .container .icon-item-2 {
    transform: translateX(0%);
  }
  .home-5 .container .icon-item-1 {
    top: 20%;
    transform: translateX(-10%);
  }
  .home-5 .container .icon-item-2 {
    transform: translateX(0%);
  }
  .home-6 .container .icon-item-1 {
    top: 50%;
    transform: translateX(-50%);
  }
  .home-6 .container .icon-item-2 {
    bottom: 100%;
    transform: translateX(50%);
  }
  .faq-container {
    flex-direction: column;
  }

  .pagination-container {
    flex-direction: column;
    gap: 15px;
  }

  .post-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .pt-60 {
    padding-top: 2.5rem !important;
  }

  .pb-60 {
    padding-bottom: 2.5rem !important;
  }

  .pt-40 {
    padding-top: 1.5rem !important;
  }

  .pb-40 {
    padding-bottom: 1.5rem !important;
  }

  .pt-30 {
    padding-top: 1.25rem !important;
  }

  .pb-30 {
    padding-bottom: 1.25rem !important;
  }
  .global-banner.banner h1 {
    font-size: 2rem;
  }
  .section-categories .categories-list-tab {
    justify-content: space-between;
  }
  .section-categories .categories-list-tab .category-item {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0.5rem 1rem;
    justify-content: center;
  }
  .section-categories .categories-list-tab .category-item .name {
    font-size: 0.775rem;
  }
  .section-categories .categories-list-content .heading {
    font-size: 1.5rem;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-row {
    flex-direction: column;
  }

  .contact-image {
    min-height: 300px;
    order: 2;
    padding: 20px;
  }

  .contact-info {
    padding: 30px 20px;
    order: 1;
  }

  .contact-header h1 {
    font-size: 2rem;
  }

  .map-container {
    height: 300px;
  }
}

/* Responsive */
@media (max-width: 1550px) {
  .site-header .site-branding img {
    max-width: 70px;
  }
}

@media (max-width: 1200px) {
  .wrap-header .main-navigation ul {
    gap: 1rem;
  }

  .wrap-header .main-navigation ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  section.benefits.expert-support .box-benefits {
    padding: 120px 80px;
  }

  .site-header .site-branding img {
    max-width: 60px;
  }

  section.banner .logo-banner {
    margin-bottom: 4rem;
  }
}

@media (max-width: 1023px) {
  .menu-toggle-custom {
    display: block;
    position: relative;
    padding: 0;
    width: 20px;
    background: transparent;
    border: none;
    flex: 0 0 auto;
    cursor: pointer;
  }

  .icon-toggle {
    height: 2px;
    border-radius: 99px;
    width: 100%;
    display: block;
    background: #fff;
    margin: 10px 0;
    position: relative;
    transition: all 350ms linear;
  }

  .icon-toggle::before {
    position: absolute;
    content: "";
    height: 2px;
    border-radius: 99px;
    width: 100%;
    display: block;
    background: #fff;
    transition: all 350ms linear;
    transform: translateY(-8px);
  }

  .icon-toggle::after {
    position: absolute;
    content: "";
    height: 2px;
    border-radius: 99px;
    width: 80%;
    display: block;
    background: #fff;
    transition: all 350ms linear;
    transform: translateY(8px);
    right: 0;
  }

  .main-navigation.toggled .menu-toggle-custom .icon-toggle {
    background: transparent;
  }

  .main-navigation.toggled .menu-toggle-custom .icon-toggle::before {
    transform: rotate(45deg);
  }

  .main-navigation.toggled .menu-toggle-custom .icon-toggle::after {
    width: 100%;
    transform: rotate(-45deg);
  }

  .wrap-header .main-navigation ul.nav-menu {
    flex-wrap: wrap;
  }

  .wrap-header .main-navigation ul.nav-menu li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-header .site-branding img {
    max-width: 48px;
  }

  .wrap-header .main-navigation ul {
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
  }

  .wrap-header .main-navigation ul.nav-menu li:not(.button-main)::after {
    bottom: 0;
  }

  /* body.admin-bar header .main-navigation .wrap-menu {
    top: 46px;
  } */
  header .main-navigation .wrap-menu {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translateX(100%);
    transition: all 300ms linear;
    visibility: hidden;
    opacity: 0;
    background: var(--Color-White);
    will-change: transform, opacity;
    padding: 1.5rem;
    height: 100vh;
    overflow: auto;
  }

  header .main-navigation .form-search-mobile {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  header .main-navigation.toggled .wrap-menu {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }

  header .main-navigation.toggled .wrap-menu {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }

  header .main-navigation ul.menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  header .main-navigation ul.menu a {
    color: var(--Color-Text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration: none;
    transition: all 300ms ease;
  }

  header .main-navigation ul.menu > li .menu-link-wrap > a,
  header .main-navigation ul.menu > li > a {
    font-size: 17px;
    font-weight: 500;
  }

  ul.sub-menu {
    gap: 0.5rem !important;
    padding: 0.5rem 0.5rem !important;
  }

  .wrap-top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }

  .wrap-top-menu .logo-mobile {
    flex: 0 0 auto;
    max-width: auto;
    display: block;
  }

  .wrap-top-menu .menu-toggle-custom {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .wrap-top-menu .menu-toggle-custom .icon-toggle::after,
  .wrap-top-menu .menu-toggle-custom .icon-toggle::before {
    background: var(--Color-Text);
  }

  .main-navigation li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wrap-header .main-navigation ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: var(--Color-White);
    border-radius: 8px;
    padding: 18px 20px;
    gap: 1rem;
    display: none !important;
  }

  .wrap-header .main-navigation ul.sub-menu.show {
    display: flex !important;
    gap: 1rem;
    opacity: 1;
    visibility: visible;
  }

  .wrap-header
    .main-navigation
    ul:not(.sub-menu)
    > li
    > .menu-link-wrap
    .menu-arrow
    svg
    path {
    fill: var(--Color-Text);
  }

  section.banner .sub-title {
    font-size: 0.75rem;
  }

  section.banner h1.title {
    font-size: 1rem;
  }

  .top-header .top-contact {
    display: none;
  }

  .top-header {
    display: none;
  }

  .header .wrap-header .form-search {
    display: none;
  }

  .header .logo-mobile {
    display: block;

    text-align: left;
  }

  header .bottom-header {
    background: var(--Color-White);

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .header .search-mobile {
    display: block;
    width: 40px;
    max-width: 40px;
    cursor: pointer;
  }

  .header-mobile .header-mobile-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .header-mobile .header-mobile .left-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .menu-toggle-custom {
    display: block;
    position: relative;
    padding: 0;
    width: 30px;
    background: transparent;
    border: none;
    flex: 0 0 auto;
    cursor: pointer;
  }

  .icon-toggle {
    height: 2px;
    border-radius: 99px;
    width: 100%;
    display: block;
    background: var(--Color-Text);
    margin: 10px 0;
    position: relative;
    transition: all 350ms linear;
  }

  .icon-toggle::before {
    position: absolute;
    content: "";
    height: 2px;
    border-radius: 99px;
    width: 100%;
    display: block;
    background: var(--Color-Text);
    transition: all 350ms linear;
    transform: translateY(-8px);
  }

  .icon-toggle::after {
    position: absolute;
    content: "";
    height: 2px;
    border-radius: 99px;
    width: 80%;
    display: block;
    background: var(--Color-Text);
    transition: all 350ms linear;
    transform: translateY(8px);
    right: 0;
  }

  .main-navigation.toggled .menu-toggle-custom .icon-toggle {
    background: transparent;
  }

  .main-navigation.toggled .menu-toggle-custom .icon-toggle::before {
    transform: rotate(45deg);
  }

  .main-navigation.toggled .menu-toggle-custom .icon-toggle::after {
    width: 100%;
    transform: rotate(-45deg);
  }

  .wrap-header .main-navigation ul.nav-menu {
    flex-wrap: wrap;
  }

  .wrap-header .main-navigation ul.nav-menu li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-header .site-branding img {
    max-width: 48px;
  }

  .wrap-header .main-navigation ul {
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
  }

  .wrap-header .main-navigation ul.nav-menu li:not(.button-main)::after {
    bottom: 0;
  }

  .main-navigation.menu-desktop .menu-menu-main-container {
    display: none;
  }

  body.admin-bar header.site-header {
    top: 0;
  }

  /* header.site-header {
    padding: 24px 0; */

  .wrap-header .main-navigation .header-mobile {
    position: relative;
    z-index: 0;
    padding: 24px calc(1.5rem * 0.5);
    overflow: hidden;
  }

  .wrap-header .main-navigation {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .wrap-header .wrap-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .wrap-header .main-navigation .wrap-menu-toggle .search-mobile {
    display: block;
    width: 40px;
    max-width: 40px;
    cursor: pointer;
  }

  .wrap-header .main-navigation .box-menu::after {
    content: "";
    position: absolute;
    height: 590px;
    width: 590px;
    border-radius: 50%;
    top: -299px;
    right: 0;
    filter: blur(250px);
    z-index: -1;
    background: radial-gradient(
      50% 50% at 50% 50%,
      #8dedff 0%,
      rgba(103, 0, 224, 0.3) 100%
    );
  }

  .wrap-header .main-navigation .box-menu {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translateX(100%);
    transition: all 300ms linear;
    visibility: hidden;
    opacity: 0;
    background: var(--BG);
    will-change: transform, opacity;
  }

  header .main-navigation.toggled .box-menu {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }

  .wrap-header .main-navigation .box-menu .content-right {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: auto;
    flex: 0 0 auto;
  }

  .wrap-header .main-navigation .header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .wrap-header .main-navigation .header-mobile::after {
    display: block;
  }

  .wrap-header .main-navigation ul li:not(.button-main)::after {
    bottom: 0;
  }

  .overlay-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999998;
    display: none;
    backdrop-filter: blur(10px);
  }

  .overlay-search.active {
    display: block;
  }

  header .bottom-header {
    padding: 0.5rem 0;
  }

  .form-search-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 1rem;
    top: 0;
  }

  .form-search-mobile form {
    width: 100%;
    max-width: 100%;
  }

  .form-search-mobile.active {
    position: fixed;
    z-index: 999999;
    display: flex;
  }

  .form-search-mobile.form-search form input[type="text"] {
    height: 50px;
    line-height: 50px;
    width: 100%;
  }

  .close-search {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--Color-White);
    text-align: center;
  }

  .header .logo-mobile img {
    max-width: 120px;
  }
}

@media (max-width: 800px) {
  header .top-header .top-contact .contact-item,
  .top-header .wrap-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .wrap-header .main-navigation ul li.show > a::before {
    transform: rotate(90deg);
  }

  .wrap-header .main-navigation ul li:not(.button-main):hover::after {
    display: none;
  }

  .wrap-header .main-navigation ul li.show {
    padding-right: 0;
    padding-bottom: 0;
  }

  ul.sub-menu {
    /* display: none !important; */
    position: absolute !important;
    background: transparent !important;
    box-shadow: none !important;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    max-height: 0px;
    left: 100% !important;
    overflow: hidden;
    transition: all 300ms ease-in-out;
  }

  ul.sub-menu.show {
    position: relative !important;
    display: flex !important;
    max-height: 100%;
    left: 0 !important;
  }

  section.businesses .box-tab {
    margin-bottom: 80px;
  }

  section.Products-Solutions .products .list-product .box-item {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  section.Products-Solutions .products .list-product .box-item > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  header .menu-menu-main-container {
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--BG-White);
    padding: 18px calc(1.5rem * 0.5);
    border-radius: 24px 24px 0 0;
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }

  header .main-navigation .menu-menu-main-container li {
    padding: 30px 0px 30px 0;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }

  header .main-navigation .menu-menu-main-container li a {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 30px;
  }

  header .main-navigation .menu-menu-main-container ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  header .main-navigation .menu-menu-main-container li a::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.5"><path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }

  body.admin-bar header .main-navigation .box-menu {
    top: 46px;
  }

  .form-field-email {
    width: 100%;
    max-width: 100%;
  }

  .heading {
    font-size: 1.25rem;
  }

  /* section.Products-Solutions .products .list-tab {
        padding-bottom: 100px;
    } */
  .copyright {
    text-align: center;
  }

  footer .bottom-footer ul {
    margin-top: 20px !important;
    justify-content: center;
  }

  section.banner .items-box .items-list .item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem;
  }

  section.banner .items-box .items-list .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }

  section.banner .items-box {
    /* position: relative; */
    left: 0;
    bottom: 0;
    transform: translateX(0);
    width: 100%;
    margin-top: 40px;
  }

  /* section.banner .items-box .items-list {
    padding: 0.5rem 1rem;
  } */

  section.banner {
    padding-bottom: 0 !important;
  }

  header.site-header {
    padding: 0 !important;
  }

  section.home-about .content-about .items-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  section.home-about {
    padding: 2.5rem 0;
  }

  .home-3 .swiper-buttons {
    position: relative;
    height: 60px;
    width: 150px;
    margin: auto;
  }

  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  footer [class*="col-"]:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .home-6 {
    padding: 2rem 0 2rem 0;
  }

  .home-3 {
    padding: 0 0 2.5rem 0;
  }

  .home-4,
  .home-5 {
    padding: 2.5rem 0;
  }

  .main-navigation li.menu-item-has-children .menu-link-wrap {
    justify-content: space-between;
  }

  section.banner .logo-banner {
    display: none;
    margin-bottom: 2.25rem;
  }

  .home-6 .video-main {
    height: 240px;
    margin-bottom: 20px;
  }

  .home-6 .news-list {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .heading-footer {
    font-size: 15px;
  }

  .home-6 .video-list {
    max-height: 364px;
  }

  .home-1.banner .col-md-7 {
    display: none;
  }

  .entry-main-content table {
    display: block;
  }
  .cta-footer .cta-footer-content {
    width: 50px;
    height: 50px;
  }
  .section-categories {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  header .menu-menu-main-container {
    padding: 18px 20px;
  }

  .wrap-header .main-navigation .header-mobile {
    padding: 16px 20px;
  }

  header.site-header {
    padding: 18px 0px;
  }

  header .button-main {
    height: 40px;
    line-height: 40px;
  }

  /* body.admin-bar header.site-header {
        top: 46px;
    } */
  .partners.splide {
    max-width: 100%;
  }

  section.banner {
    padding: 20px 0 100px;
  }

  section.banner .content-banner {
    margin-left: 0;
  }

  section.banner .img-ai {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 60px;
  }
}
