/* COMMON -START */
.cursor-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 8rem;
  aspect-ratio: 1;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  
  pointer-events: none;
  
  opacity: 0;
  transform: scale(0.5);
  z-index: 9999;
}

.cursor-hover {
  cursor: none;
}

/* Hiệu ứng khi active (hover vào item) */
.cursor-detail.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.btn-view-more {
  max-width: max-content;
  margin-top: 1.6rem;
  padding: 1.2rem 2.4rem;
  border-radius: 99rem;
  border: 0.1rem solid #999999;

  font-weight: 600;
  color: #999999;
  transition: 0.3s;
  cursor: pointer;
}

@media (min-width: 1201px) {
  .btn-view-more:hover {
    border-color: #FF8110;
    color: #FF8110;
  }
}

.section {
  padding: 6rem 0;
}

.section-decor-logo {
  position: relative;
  z-index: 1;
}

.section-decor-logo::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../../../../../../template/assets/images/home/journey-bg1.png");
  pointer-events: none;
}

.section-header {
  margin-bottom: 6rem;
}

.robot-component {
  gap: 2rem;
  width: 100%;
  max-width: 50rem;
  display: flex;
  align-items: center;
  border: 0.1rem solid #25a7df;
  border-radius: var(--radius-max);
  padding: 0.8rem 2.4rem 0.8rem 0.8rem;
}

.robot-component-img {
  width: 100%;
  flex-shrink: 0;
  max-width: 10rem;
  --pro-desc-img-x: -50%;
  --pro-desc-img-y: -50%;
  --pro-desc-img-scale: 1.3;
}

.robot-component-img .img {
      padding-top: 100%;
    border-radius: var(--radius-circle);
}

.robot-component-img .img img {
      transform: translate(var(--pro-desc-img-x), var(--pro-desc-img-y)) scale(var(--pro-desc-img-scale));
    transform-origin: top;
}

.robot-component-swiper {
  gap: 2rem;
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width: 577px) {
  .robot-component-swiper .swiper {
    max-height: 4rem;
  }
}

.robot-component-swiper .swiper {
  flex: 1 1 0;
  margin-left: 0;
  max-width: 18rem;
}

.robot-component-swiper .swiper-navigation > * {
  width: 2.8rem;
  height: 2.8rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: end;
}

.justify-center {
  justify-content: center;
}

.text-de {
  border-radius: 1.2rem;
  border: 0.1rem solid #D0D8D3;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  padding: 0.8rem;
  max-width: max-content;
}

.text-de-inner {
  padding: 1.2rem 1.4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #E5E5E5;
  background: linear-gradient(45deg, #25A7DF, #396DB5);
  color: #fff;
}

.text-de-sec .text-de-inner {
  background: linear-gradient(130deg, #FFC76C, #FF8110 60%);
}

.text-gradient-pri {
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-gradient-sec {
  background: linear-gradient(135deg, #FFC76C 3.69%, #FF8110 96.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

form .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-bottom: 0.1rem solid #d9d9d9;
  color: #131313;
  font-size: 1.6rem;
}

form .select2-selection__placeholder {
  font-style: italic; 
  color: #d9d9d9;
  font-size: 1.4rem;
}

.submitting .btn {
  opacity: 0.7;
  pointer-events: none;
}

.btn-icon-sec {
  --sizeIcon: 5.6rem;
  display: flex;
  align-items: center;
  padding: 0.8rem;
  background-color: #fff;
  border-radius: 99rem;
  transition: 0.3s;
  max-width: max-content;
}

.btn-icon-sec .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--sizeIcon);
  height: var(--sizeIcon);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn-icon-sec .icon::before,
.btn-icon-sec .icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  transition: 0.3s;
}

.btn-icon-sec .icon::before {
  opacity: 1;
  background: linear-gradient(130deg, #FFC76C, #FF8110 60%);
}

.btn-icon-sec .icon::after {
  opacity: 0;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
}

.btn-icon-sec .txt {
  padding: 0 1.2rem;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: 0.3s;
  position: relative;
  flex: 1;
  text-align: center;
}

@media (min-width: 1201px) {

  .btn-icon-sec:hover .txt {
     background: linear-gradient(136deg, #25a7df 3.69%, #396db5 96.89%);
  -webkit-background-clip: text;
  background-clip: text;
  }

  .btn-icon-sec:hover .icon::before {
    opacity: 0;
  }

  .btn-icon-sec:hover .icon::after {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .section {
    padding: 3.2rem 0;
  }
}

@media (max-width: 993px) {
  .section-header {
    margin-bottom: 3.2rem;
  }

  .text-de {
    padding: 0.4rem;
    border-radius: 0.8rem;
  }

  .text-de-inner {
    padding: 0.8rem 1rem;
    border-radius: 0.6rem;
  }

  .robot-component-img {
    width: 6rem;
  }
}

@media (max-width: 577px) {
  .section-header {
    margin-bottom: 2.4rem;
  }

  .btn-group {
    gap: 0.8rem;
  }

  .btn-group .btn {
    padding: 1rem 1.6rem;
  }

  .btn-view-more {
    margin-top: 0;
  }

  .btn-icon-sec {
    --sizeIcon: 4.2rem;
    padding: 0.4rem;
  }
}

/* COMMON - END */

.when-inner {
  background: #fff;
  position: relative;
  height: 100%;
}

.when-inner .when-img {
  max-width: 100%;
}

.when-inner .when-content {
  color: unset;
  flex: 1;
}

.when-inner .when-content_note {
  margin-top: auto;
}

.when-inner .when-content .text-14 {
  padding-top: 0;
}

.key-img .img.img-smartphone {
  padding-top: unset;
  display: none;
}

.key-img .img.img-smartphone img {
  position: static;
  transform: unset;
}

.form-tkw .form-group {
  gap: 1.6rem;
  align-items: center;
  flex-direction: row;
  padding-left: 3.2rem;
  background: white;
  box-shadow: var(--box-shadow-1);
  border-radius: var(--radius-max);
}

.mau-website-empty-state {
  width: 100%;
  margin: 1.2rem 0 0;
  padding: 2.4rem 1.6rem;
  border: 0.1rem dashed #d9d9d9;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 199, 108, 0.08), rgba(255, 255, 255, 0.9));
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.mau-website-empty-state-title {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.35;
  color: #1f1f1f;
}

.mau-website-empty-state-message,
.mau-website-empty-state-submessage {
  margin: 0;
  max-width: 62rem;
  line-height: 1.5;
  color: #5c5c5c;
}

.mau-website-empty-state-submessage {
  font-weight: 600;
  color: #ff8110;
}

.mau-website-empty-state-contact {
  margin-top: 0.6rem;
}

.sdn-content-content-less .sdn-content {
  position: relative;
  overflow: hidden;
  max-height: none;
  transition: max-height 0.35s ease;
}

.sdn-content-content-less.is-collapsed .sdn-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0), #f7f7f7 78%);
}

.sdn-content-view-more {
  margin-top: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  color: var(--primary-color);
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}

/* @media (min-width: 1201px) {
  .sdn-content-view-more:hover {
    background: #ff8110;
    color: #fff;
  }
} */

@media (max-width: 767px) {
  .mau-website-empty-state-title {
    font-size: 1.8rem;
  }
}

.service::before {
  pointer-events: none;
}

.select2-container .select2-selection--single {
  height: auto;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.2rem;
  line-height: 1.5;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* .invest-form .form-field input:not(:placeholder-shown) ~ .form-placeholder {
  opacity: 0;
} */

/* .invest-form .wpcf7-form-control-wrap:focus-within~.form-placeholder {
  opacity: 0;
} */

/* Trường hợp 1: Khi đang click vào ô nhập liệu (Focus) */
/* .invest-form .wpcf7-form-control-wrap:focus-within ~ .form-placeholder {
  opacity: 0;
  visibility: hidden;
} */

/* Trường hợp 2: Khi đã bỏ chuột ra ngoài (Blur) nhưng trong ô ĐÃ CÓ CHỮ */
/* .invest-form .wpcf7-form-control-wrap input:not(:placeholder-shown) ~ .form-placeholder {
  opacity: 0;
  visibility: hidden;
}

.invest-form .form-field .wpcf7-form-control-wrap:not(:placeholder-shown) ~ .form-placeholder {
  opacity: 0;
  visibility: hidden;
} */

.invest-form .wpcf7-form-control-wrap:focus-within~.form-placeholder,
.invest-form .wpcf7-form-control-wrap input:not(:placeholder-shown)~.form-placeholder {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  /* Thêm hiệu ứng mượt mà nếu thích */
}

/* 1. Khi đang click vào ô input (Focus) thì ẩn placeholder */
.form-wrap .wpcf7-form-control-wrap:focus-within~.form-placeholder,
.form-placeholder.has-value {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Tránh việc người dùng click nhầm vào chữ đã ẩn */
}

/* 2. Khi ô input ĐÃ CÓ GIÁ TRỊ (không còn hiện placeholder trống " ") thì ẩn luôn placeholder */
.form-wrap .wpcf7-form-control-wrap input:not(:placeholder-shown)~.form-placeholder {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* 3. Thêm hiệu ứng transition mượt mà cho placeholder (Tùy chọn) */
.form-wrap .form-placeholder {
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.case {
  overflow: hidden;
  position: relative;
}

.case::before,
.case::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 3%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.case::before {
  left: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fafafa 100%);
}

.case::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fafafa 100%);
}

.case-swiper .swiper {
  overflow: visible;
}

.case-swiper .swiper::before,
.case-swiper .swiper:after {
  content: none;
}

@media (max-width: 768px) {
  .key-img .img.img-desktop {
    display: none;
  }

  .key-img .img.img-smartphone {
    display: block;
  }

  form .form-group {
    gap: 1.6rem;
  }
}

.invest::before {
  height: 10%;
}

.img-globe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  aspect-ratio: 1/1;
}

.img-globe-w {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-globe-i {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.img-globe-i img {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}

.img-globe-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('../../../../../../template/assets/images/common/globe-shadow.svg');
  background-size: 100% 100%;
}

.img-globe-front,
.img-globe-back {
  position: absolute;
  left: 0;
  top: 0px;
  width: 485%;
  height: 200%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('../../../../../../template/assets/images/common/globe-map.svg');
  background-size: 100% 100%;
}

@keyframes globeRotate {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-47.3%);
  }
}

@keyframes globeRotateReverse {
  0% {
    transform: translateX(-47.3%);
  }

  100% {
    transform: translateX(0);
  }
}

.img-globe-back {
  background-position: 0px -90rem;
  animation: globeRotate 32s linear infinite;
}

.img-globe-front {
  animation: globeRotateReverse 32s linear infinite;
}

.globe-item {
  position: absolute;
  top: 0;
}

.globe-item-w {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 0.1rem solid #d7d7d7;
  background: #ffff;
  /* background: linear-gradient(117deg, #25a7df 16.37%, #396db5 83.06%);
    color: #fff; */
  border-radius: 1.2rem;
  padding: 1.2rem;
}

.globe-item-w .avt {
  width: 3.2rem;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.globe-item-w .txt {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.globe-item-w .txt p:nth-child(1) {
  font-size: 1.2rem;
  font-weight: 600;
}

.globe-item-w .txt p:nth-child(2) {
  position: relative;
  padding-left: 1.2rem;
}

.globe-status {
  position: relative;
}

.globe-status::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}

.status-active.globe-status::before {
  background-color: #4ADE80;
}

.status-info.globe-status::before {
  background-color: #0dcaf0;
}


.status-warning.globe-status::before {
  background-color: #F5A623;
}

.status-danger.globe-status::before {
  background-color: #dc3545;
}

.canvas-globe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.globe-list {
  position: absolute;
  inset: 0;
}

.process .bg-circle::before,
.process .bg-circle::after {
  content: none;
}

.process-heading {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1.6rem 0;
  background: #fafafa;
}

.process-heading::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  height: 3.2rem;
  background: linear-gradient(to bottom, #fafafa 80%, transparent);
}

.process .tabPanel {
  position: sticky;
  top: 25rem;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: block;
}

.process .tabPanel:not(:last-child) {
  margin-bottom: 2.4rem;
}

.process .process-inner {
  position: relative;
  padding: 2.4rem;
  border-radius: 2.4rem;
  background: linear-gradient(to bottom, #fafafa, #d3f1ff);
  border: 0.2rem solid #25a7df;
  transform-origin: top;
}

/* .process-row {
  padding: 2.4rem;
  border-radius: 2.4rem;
  background-color: #fff;
  box-shadow: var(--box-shadow-1);
} */

.process-row {
  position: relative;
}

.process-row.row {
  --rg: 2.4rem;
  --cg: 2.4rem;
}

.process-img_bg {
  padding: 0 calc(var(--rg) / 2);
}

.process-row .flex-32 {
  gap: var(--rg);
}

.value-item:first-child .value-item_box::after {
  top: 0;
}

.value-item_title {
  color: unset;
}

.value-item_box::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: 0;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: url("../../../../../../template/assets/images/icons/icon-chevron.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: 0.3s;
}

.value-item.active .value-item_box::after {
  opacity: 0;
}

.tax-danh-muc-mau-website .searchform-web-mau,
.tax-the-mau-website .searchform-web-mau {
  display: none;
}

.mau-website-search-form {
  position: relative;
}

.mau-website-search-suggest {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  width: 100%;
  z-index: 30;
}

.mau-website-search-suggest-inner {
  max-height: 36rem;
  overflow-y: auto;
  border-radius: 1.6rem;
  border: 0.1rem solid #ececec;
  background: #fff;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.08);
  padding: 1.4rem 1.6rem;
}

.mau-website-search-suggest-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mau-website-search-suggest-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 0.4rem;
  text-decoration: none;
  border-radius: 1.2rem;
}

.mau-website-search-suggest-item + .mau-website-search-suggest-item {
  margin-top: 0.4rem;
}

.mau-website-search-suggest-thumb {
  width: 8rem;
  height: 5.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f4f6;
}

.mau-website-search-suggest-thumb.is-empty {
  background: linear-gradient(135deg, #eef2f6 0%, #f8fafc 100%);
}

.mau-website-search-suggest-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.mau-website-search-suggest-content {
  min-width: 0;
  flex: 1;
}

.mau-website-search-suggest-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.4rem;
}

.mau-website-search-suggest-industry {
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 600;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0;
}

.mau-website-search-suggest-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  border-radius: 99rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ff7f1f;
  background: rgba(255, 127, 31, 0.12);
  padding: 0 0.8rem;
}

.mau-website-search-suggest-badge.is-doc-quyen {
  color: #fb9039;
  background: #fff1e0;
}

.mau-website-search-suggest-badge.is-animation {
  color: #0a8f6a;
  background: rgba(10, 143, 106, 0.14);
}

.mau-website-search-suggest-badge.is-moi {
  color: #0d78d5;
  background: rgba(13, 120, 213, 0.14);
}

.mau-website-search-suggest-badge.is-pho-bien {
  color: #d06b00;
  background: rgba(208, 107, 0, 0.14);
}

.mau-website-search-suggest-title {
  display: block;
  color: #3f3f3f;
  font-size: 1.8rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mau-website-search-suggest-item:hover .mau-website-search-suggest-title,
.mau-website-search-suggest-item.is-active .mau-website-search-suggest-title {
  color: var(--primary-color);
}

.mau-website-search-suggest-item:hover,
.mau-website-search-suggest-item.is-active {
  background: #f8fbff;
}

.mau-website-search-suggest-title mark {
  background: rgba(255, 176, 88, 0.35);
  color: inherit;
  border-radius: 0.2rem;
  padding: 0 0.2rem;
}

.mau-website-search-suggest-skeleton {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 0.4rem;
}

.mau-website-search-suggest-skeleton .sk-thumb {
  width: 8rem;
  height: 5.2rem;
  border-radius: 0.8rem;
  background: linear-gradient(90deg, #f1f3f5 0%, #eceff3 50%, #f1f3f5 100%);
  background-size: 220% 100%;
  animation: suggestShimmer 1.2s linear infinite;
  flex-shrink: 0;
}

.mau-website-search-suggest-skeleton .sk-content {
  flex: 1;
}

.mau-website-search-suggest-skeleton .sk-line {
  display: block;
  height: 1.2rem;
  border-radius: 99rem;
  background: linear-gradient(90deg, #f1f3f5 0%, #eceff3 50%, #f1f3f5 100%);
  background-size: 220% 100%;
  animation: suggestShimmer 1.2s linear infinite;
}

.mau-website-search-suggest-skeleton .sk-line-top {
  width: 45%;
  margin-bottom: 0.8rem;
}

.mau-website-search-suggest-empty-wrap {
  padding: 0.8rem 0;
}

@keyframes suggestShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.mau-website-search-suggest-empty {
  margin: 0;
  font-size: 1.6rem;
  color: #747474;
  padding: 0.8rem 0;
}

.mau-website-sidebar-form .form-group br{
  display: none;
}

.mau-website-sidebar-form .form-action p .btn,
.mau-website-sidebar-form .form-action p {
  width: 100%;
}

.single-mau-website-content-right {
  overflow: hidden;
}

.mau-website-sidebar-form-tt {
  padding: 1.6rem;
  background: var(--primary-color);
  color: #fff;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  cursor: pointer;
  margin-bottom: 2.4rem;
}

.single-mau-website-box-flex {
  display: flex;
  gap: 2.4rem;
}

.single-mau-website-box-flex .mau-website-sidebar-wrap {
  width: 100%;
  flex-shrink: 0;
}

.single-mau-website-content-right .single-mau-website-box {
  position: static;
}

.text-color-2 {
  color:#1f1f1f
}

.single-mau-website-content-right {
      position: sticky;
    top: 2.4rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-top: -2.4rem;
}

.single-mau-website-content-right .single-mau-website-box {
  box-shadow: 0 0.4rem 1.4rem 0 rgba(0, 0, 0, 0.1);
}

.single-mau-website-content {
  align-items: flex-start;
}

@media screen and (max-width: 993px) {
  .cursor-detail {
    display: none;
  }

  .mau-website-search-suggest-inner {
    max-height: 30rem;
  }

  .mau-website-search-suggest-thumb {
    width: 6.6rem;
    height: 4.6rem;
  }

  .mau-website-search-suggest-title {
    font-size: 1.6rem;
  }

  .value-item_collapse {
    padding-top: 1.6rem;
    grid-template-rows: 1fr;
  }

  .value-item_box::after {
    content: none;
  }

  .process-heading_list {
    display: none;
  }

  .process .tabPanel:not(:last-child) {
    margin-bottom: 1.6rem;
  }

  .process .process-inner {
    padding: 1.6rem;
  }

  .process-img_bg {
    padding: 0 0.8rem;
  }
}

@media screen and (max-width: 576px) {
  .mau-website-search-suggest {
    top: 15.5rem;
  }

  .single-mau-website-content-left {
    width: 100%;
  }
  .invest-img .img {
    padding-top: 60%;
  }

  .img-globe {
    width: 100%;
  }

  .img-globe-back {
    background-position: 0 -100vw;
  }

  .why-main {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .why .swiper-control {
    margin-top: 2.4rem;
    justify-content: space-between;
  }

  .why .swiper-pagination {
    margin: 0;
  }

  .why .swiper-navigation {
    display: flex;
  }
}