.title-main h1,
.title-main h2,
.title-main-p p {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  color: #292672;
}
.banner-aio {
  padding: 2rem var(--section);
}
.banner-aio .grid-2 {
  display: grid;
  grid-template-columns: 1fr 39.4375rem;
  column-gap: 4.5rem;
  align-items: center;
}

.banner-aio .col-1 .title h1 {
  background: linear-gradient(267deg, #e0f5ff 55.35%, #debeff 97.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.88rem;
  font-size: 2.25rem;
}
.banner-aio .col-1 .title h1 > strong {
  font-size: 4.75rem;
}
.banner-aio .col-1 .title {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}
.banner-aio .col-1 ul {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.banner-aio .col-1 ul li {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1.2rem 0.5rem;
  width: calc(100% - (3 * 1rem) / 3);
  color: #fff;
  list-style: none;
  margin: 0;
  border-radius: 0.625rem;
  border: 1px solid #c38eff;
  background: #4e3fc4;
  text-align: center;
}
.button.btn__primary {
  border: 1px solid #c38eff;
  background: linear-gradient(267deg, #e0f5ff 6.35%, #debeff 96.81%);
  color: #292672;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.button.btn__primary:hover {
  background: linear-gradient(-267deg, #e0f5ff 6.35%, #debeff 96.81%);
}
.banner-aio .col-2 .image-cover {
  padding-top: 0;
  height: 33.43975rem;
}
@media screen and (max-width: 768px) {
  .title-main h1,
  .title-main h2,
  .banner-aio .col-1 .title h1,
  .title-main-p p {
    font-size: 1.4rem;
  }
  .banner-aio {
    padding: 2rem var(--section) 1rem;
  }
  .banner-aio .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .banner-aio .col-1 {
    text-align: center;
  }
  .banner-aio .col-1 .title h1 > strong {
    font-size: 3rem;
  }
  .banner-aio .col-1 ul {
    flex-direction: column;
    column-gap: 0;
  }
  .banner-aio .col-1 ul li {
    width: 100%;
  }
  .banner-aio .col-1 .title h1 {
    text-align: center;
  }
  .banner-aio .col-1 .title {
    margin-bottom: 1.5rem;
  }
  .banner-aio .col-1 .title p {
    text-align: center;
    margin-bottom: 0;
    font-size: 0.9375rem;
  }
  .banner-aio .col-2 .image-cover {
    height: 17.43975rem;
  }
  .page-seoaio br {
    display: none;
  }
  .banner-aio br {
    display: inline-block;
  }
  .hero-aio .col-1 .image-cover {
    aspect-ratio: 1/1;
  }
}
/** Hero **/
.hero-aio {
  padding: 4rem var(--section);
}
.hero-aio .grid-2 {
  display: grid;
  grid-template-columns: 22.75rem 1fr;
  column-gap: 1.75rem;
  align-items: stretch;
}
.hero-aio .grid-2 .col-1 {
  border-radius: 0.625rem;
  background: linear-gradient(207deg, #573593 0%, #3d2ea9 101.31%);
  padding: 2.6rem 1.8rem 0;
}
.hero-aio .grid-2 .col-1 .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hero-aio .grid-2 .col-1 .title p {
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
}
.hero-aio .col-1 .image-cover {
  height: 100%;
  padding-top: 0;
  margin-top: auto;
}
.hero-aio .col-2 .list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.25rem;
}
.hero-aio .col-2 .list-item .item {
  padding: 1.5rem 2.5rem;
  background: linear-gradient(90deg, #ecebff 0%, #fcf8ff 100%);
  border-radius: 0.625rem;
}
.hero-aio .col-2 .list-item .item .grid-2 {
  display: grid;
  grid-template-columns: 1fr 30.5625rem;
  column-gap: 3.06rem;
  width: 100%;
}
.hero-aio .col-2 .list-item .item .grid-2 .col-1 {
  background: transparent;
  padding: 0;
}
.box-num .desc {
  color: #2a2a2a;
  font-size: 1.125rem;
  font-weight: 600;
  text-wrap-mode: nowrap;
}
.number-run {
  display: flex;
  align-items: flex-end;
}
.number-run .odometer,
.number-run .text {
  color: #493593;
  font-size: 3rem;
  font-weight: 700;
}
.number-run .charter {
  font-size: 2.5rem;
  font-weight: 700;
  color: #493593;
  line-height: 3.5rem;
}
.number-run .charter .unit {
  display: none;
}
.box-item:last-child .number-run .unit {
  display: inline-block;
}
.hero-aio .col-2 .list-item .item:nth-child(n + 2) .number-run .unit {
  display: none;
}
.hero-aio .col-2 .list-item .item .grid-2 .col-2 p {
  margin: 0;
}
.hero-aio .number-run .unit {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .hero-aio {
    padding: 3rem var(--section);
  }
  .hero-aio .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .hero-aio .grid-2 .col-1 .title p {
    font-size: 1.4rem;
  }
  .hero-aio .col-2 .list-item .item .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    row-gap: 1rem;
  }
  .hero-aio .col-2 .list-item .item {
    padding: 1rem 1.5rem;
  }
  .hero-aio .col-2 .list-item .item .grid-2 .col-2 p {
    font-size: 0.9375rem;
    text-align: justify;
  }
}
/** Intro **/
.intro-aio {
  padding: 0 var(--section);
}
.intro-aio .title-main-p p {
  font-size: 2rem;
  color: #fff;
}
.intro-aio .sec-container {
  border-radius: 0.625rem;
  overflow: hidden;
}
.intro-aio .intro-wrapper {
  padding: 2.75rem 3.5rem 0;
}
.intro-aio h2 {
  margin-bottom: 2.8rem;
}
.intro-aio .intro-wrapper .grid-2 {
  display: grid;
  grid-template-columns: 1fr 22.75rem;
  column-gap: 3.2rem;
  align-items: flex-end;
  position: relative;
}

.intro-aio .intro-wrapper .grid-2::before {
  position: absolute;
  content: "";
  top: 3rem;
  right: 15rem;
  width: 6.16325rem;
  height: 6.1845rem;
  background-image: url(/wp-content/uploads/2025/10/i-bling.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.intro-aio .intro-wrapper .grid-2 .list-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.88rem;
  padding-bottom: 2rem;
}
.intro-aio .intro-wrapper .grid-2 .list-item .box-item {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(
    45deg,
    rgba(41, 38, 114, 0.1) 0%,
    rgba(41, 38, 114, 0.4) 99.32%
  );
  backdrop-filter: blur(2px);
  padding: 1.69rem 2.25rem;
  display: flex;
  flex-direction: column;
}
.intro-aio .intro-wrapper .grid-2 .list-item .box-item .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.intro-aio .intro-wrapper .grid-2 .list-item .box-item .content img {
  border-radius: 0.625rem;
  margin-top: auto;
}
.intro-aio .intro-wrapper .grid-2 .list-item .box-item .icon-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.intro-aio .intro-wrapper .grid-2 .list-item .box-item .icon-box img {
  width: 2.0625rem;
  height: 2.0625rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.intro-aio .intro-wrapper .grid-2 .list-item .box-item .icon-box span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.intro-aio .intro-wrapper .grid-2 .col-2 .image-cover {
  padding-top: 115%;
}
.intro-aio .intro-wrapper .grid-2 .col-2 .image-cover img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .intro-aio .intro-wrapper {
    padding: 2.5rem 1rem 0;
  }
  .intro-aio .title-main-p p {
    font-size: 1.4rem;
  }
  .intro-aio .intro-wrapper .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .intro-aio .intro-wrapper .grid-2 .list-item {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .intro-aio .intro-wrapper .grid-2 .list-item .box-item {
    padding: 1rem 1.5rem;
  }
  .intro-aio .intro-wrapper .grid-2 .list-item .box-item .icon-box span {
    font-size: 1.125rem;
  }
  .intro-aio .intro-wrapper .grid-2 .list-item .box-item .content p {
    font-size: 0.9375rem;
    text-align: justify;
  }
  .intro-aio .intro-wrapper .grid-2::before {
    top: 70%;
    right: 70%;
    width: 4.16325rem;
    height: 4.1845rem;
  }
}
/** Service **/
.service-aio {
  padding: 2.88rem var(--section) 0;
}
.service-aio .title-header {
  padding: 0 7.5rem;
}
.service-aio h2 {
  color: #292672;
  padding-bottom: 2rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #d9d9d9;
}
.service-aio .content {
  display: flex;
  column-gap: 3.4rem;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}
.service-aio .content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.29225rem;
  height: 2.90031rem;
  background-image: url("/wp-content/uploads/2025/10/aio-6.svg");
  background-size: cover;
  background-position: center;
}
.service-aio .content h3 {
  background: linear-gradient(90deg, #c38eff 6.35%, #3a72ff 97.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.88rem;
  font-size: 2.75rem;
  margin: 0;
  line-height: normal;
  text-wrap-mode: nowrap;
}
.service-aio .content p {
  margin: 0;
  padding-right: 5rem;
}
.service-aio .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
}
.service-aio .grid-2 .image-cover {
  padding-top: 50%;
}
@media screen and (max-width: 768px) {
  .service-aio .title-header {
    padding: 0;
  }
  .service-aio .content {
    flex-direction: column;
  }
  .service-aio .content h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .service-aio .content p {
    font-size: 0.9375rem;
    padding-right: 0;
  }
  .service-aio .content::before {
    top: 0rem;
    right: 2rem;
    width: 1.5rem;
    height: 1.1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .service-aio .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
}
/** Benefit **/
.benefit-aio {
  padding: 3.12rem var(--section);
}
.benefit-aio h2 {
  margin-bottom: 1.8rem;
}
.benefit-aio .list-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.6rem;
}
.benefit-aio .list-item .box-item {
  border-radius: 0.625rem;
  border: 1px solid #d8d7ff;
  background: linear-gradient(180deg, #f8f4ff 0%, #fff 100%);
  padding: 2rem 1.75rem;
}
.benefit-aio .list-item .box-item .icon-box {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d6ccfd;
}
.benefit-aio .list-item .box-item .icon-box img {
  width: 2.625rem;
  height: 2.625rem;
  flex-shrink: 0;
}
.benefit-aio .list-item .box-item .icon-box h4 {
  color: #2a2a2a;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.benefit-aio .list-item .box-item .content p {
  margin: 0;
  font-size: 0.9375rem;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .benefit-aio .list-item {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .benefit-aio .list-item .box-item .icon-box {
    column-gap: 0.68rem;
  }
  .benefit-aio .list-item .box-item .icon-box h4 {
    font-size: 1rem;
  }
  .benefit-aio .list-item .box-item .icon-box img {
    height: 2.45rem;
    width: 2.45rem;
  }
}
/** Service update **/
.serviceUpdate-aio h2 {
  color: #fff;
}
.serviceUpdate-aio {
  padding: 3.12rem var(--section);
}
.serviceUpdate-aio .section-bg {
  background-position: 50% 100%;
}
.serviceUpdate-aio .title-main {
  margin-bottom: 3.5rem;
}
.serviceUpdate-aio .title-main p {
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
}
table {
  border-top: 1px solid #a38bff;
  border-left: 1px solid #a38bff;
  margin-bottom: 0;
}
table thead {
  background-color: #292672;
}
table thead th:first-child {
  background-color: #292672;
}
table thead th:nth-child(n + 2) {
  text-align: center;
}
table th,
table tr td {
  border-bottom: 1px solid #a38bff;
  border-left: 0;
  padding: 1.3rem 1.25rem !important;
  border-color: #a38bff !important;
}
table .icon-box {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
table .icon-box img {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
table thead .icon-box span {
  font-size: 1.125rem;
  font-weight: 700;
}
table th,
table tr,
table td {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
table thead th,
table thead th h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
table tbody th {
  background: #493593;
}
table th:first-child {
  position: sticky;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .serviceUpdate-aio .title-main h2 {
    font-size: 1.3rem;
  }
  .serviceUpdate-aio .title-main p {
    font-size: 0.875rem;
    text-align: center;
  }
  .mfp-arrow {
    top: 45%;
  }
}
/** package **/
.package-aio {
  padding: 3.75rem var(--section) 0;
}
.package-aio .list-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.56rem;
}
.package-aio .list-item .box-item {
  position: relative;
  border-radius: 0.9375rem;
  background: #f9f8ff;
  padding: 2.25rem 2.6rem;
  overflow: hidden;
}
.package-aio .list-item .box-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2025/10/package-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #dbdbdb;
  border-radius: 0.9375rem;
}
.package-aio .list-item .box-item:nth-child(2)::before {
  background-image: url("/wp-content/uploads/2025/10/package-2.webp");
  border: 1px solid #d2c8ff;
}
.package-aio .list-item .box-item:nth-child(3)::before {
  background-image: url("/wp-content/uploads/2025/10/package-3.webp");
  border: 1px solid #957bf8;
}
.package-aio .list-item .box-item h3 {
  font-size: 1.75rem;
  padding-bottom: 1.18rem;
  padding: 0;
}
.package-aio .list-item .box-item p {
  margin-bottom: 1.8rem;
}
.package-aio .list-item .box-item .button {
  background: #fff;
  color: #2a2a2a;
  border-color: #fff;
}
.package-aio .list-item .box-item .button:hover {
  background: linear-gradient(-267deg, #e0f5ff 6.35%, #debeff 96.81%);
  border-color: #debeff;
}
@media screen and (max-width: 768px) {
  .package-aio {
    padding: 3rem var(--section) 0;
  }
  .package-aio .list-item {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .package-aio .list-item .box-item p {
    font-size: 0.9375rem;
  }
  .package-aio .list-item .box-item h3 {
    font-size: 1.25rem;
  }
}
/** compare **/
.compare-aio {
  padding: 3.5rem var(--section);
}
.compare-aio table th:first-child {
  font-weight: 700;
}
.compare-aio table thead th:nth-child(2) {
  background: #fff;
}
.compare-aio table thead th:nth-child(3),
.compare-aio table tbody td:nth-child(3) {
  background: #f9f8ff;
}
.compare-aio table thead th:nth-child(4),
.compare-aio table tbody td:nth-child(4) {
  background: #e8e6ff;
}
.compare-aio table th {
  background: #493593;
}
.compare-aio table th:first-child {
  color: #fff;
  text-wrap: nowrap;
}
.compare-aio table tfoot td {
  text-align: center;
}
.compare-aio table tfoot td a {
  color: #2a2a2a;
  font-weight: 700;
  display: block;
  height: 100%;
  width: 100%;
}
.compare-aio table tfoot td:nth-child(2) {
  background: linear-gradient(
    90deg,
    #c3c3c3 1.56%,
    #dbdbdb 17.87%,
    #fff 25.26%,
    #d6d6d6 44.93%,
    #c2c2c2 56.54%,
    #cacaca 66.73%,
    #dfdfdf 82.3%,
    #fff 99.95%
  );
}
.compare-aio table tfoot td:nth-child(3) {
  background: linear-gradient(
    90deg,
    #ffd3ad 0%,
    #ffcfa4 19.59%,
    #ffe5c0 35.67%,
    #ffcea3 80.42%,
    #ffc9a8 100.01%
  );
}
.compare-aio table tfoot td:nth-child(4) {
  background: linear-gradient(
    90deg,
    #fad483 0%,
    #efcb80 22.75%,
    #ffeca8 41.33%,
    #ffeca7 58.5%,
    #ffffc9 77.08%,
    #ffedab 99.83%
  );
}
.compare-aio table ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.compare-aio table ol {
  margin-left: 1.3rem;
}
.compare-aio table ul li {
  margin-bottom: 0;
  position: relative;
  padding-left: 1.7rem;
  list-style: none;
}
.compare-aio table ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("/wp-content/uploads/2025/10/aio-check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.compare-aio .note {
  margin: 1rem 0 0;
  color: #565656;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 768px) {
  table th,
  table tr,
  table td {
    font-size: 0.8rem;
  }
  table .icon-box {
    column-gap: 0.3125rem;
  }
  table .icon-box img {
    height: 1rem;
    width: 1rem;
  }
  table th:first-child span {
    font-size: 0.8rem;
    font-weight: 400;
  }
  table th,
  table tr td {
    padding: 0.68rem !important;
  }
  table thead th,
  table thead th h3 {
    font-size: 1rem;
  }
  .compare-aio .note {
    font-size: 0.75rem;
  }
}
/** Agency **/
.agency-aio {
  padding: 3.6rem var(--section) 4.25rem;
}
.agency-aio .title-main h2 {
  margin-bottom: 3rem;
  color: #fff;
}
.agency-aio .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}
.agency-aio .grid-3 .box-image {
  margin: 0;
  grid-row: span 2;
  padding-right: 1rem;
}
.agency-aio .grid-3 .box-image .image-cover {
  border-radius: 0.625rem;
  height: 100%;
  padding-top: 0;
}
.agency-aio .grid-3 .box-item {
  background: #fff;
  padding: 1.5rem 3rem 2.8rem;
  border-radius: 0.625rem;
}
.agency-aio .grid-3 .box-item .img {
  width: 3.78025rem;
  height: 3.78025rem;
  margin-bottom: 1rem;
}
.agency-aio .grid-3 .box-item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agency-aio .grid-3 .box-item h3 {
  font-size: 1.25rem;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.agency-aio .grid-3 .box-item p {
  margin: 0;
  color: #565656;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .agency-aio .title-main h2 {
    margin-bottom: 2rem;
  }
  .agency-aio .grid-3 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .agency-aio .grid-3 .box-image {
    grid-row: auto;
  }
  .agency-aio .grid-3 .box-item h3 {
    font-size: 1.125rem;
  }
  .agency-aio .grid-3 .box-item p {
    font-size: 0.9375rem;
  }
  .agency-aio .grid-3 .box-item {
    padding: 2rem 1.5rem;
  }
}
/** Event **/
.event-aio {
  padding: 3.6rem var(--section) 0;
}
.event-aio .title-main {
  margin-bottom: 2.75rem;
}

.event-aio .title-main p {
  text-transform: capitalize;
  color: #2a2a2a;
  font-size: 1rem;
}
.event-aio .list-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.event-aio .list-item .box-item {
  display: flex;
  flex-direction: column;
}
.event-aio .list-item .box-image {
  margin: 0;
}
.event-aio .list-item .box-item-2 .box-image {
  order: 1;
}
.event-aio .list-item .box-image .image-cover {
  padding-top: 0;
  aspect-ratio: 3 / 2;
}
.event-aio .list-item .box-item .box-text {
  padding: 1.8rem 2.4rem;
  background-color: #fff;
  position: relative;
  aspect-ratio: 3/2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.event-aio .list-item .box-item .box-text .desc {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2a2a2a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .event-aio .list-item {
    grid-template-columns: repeat(2, 1fr);
  }
  .event-aio .list-item .box-item .box-text .desc {
    font-size: 0.8rem;
    line-height: normal;
  }
  .event-aio .number-run .odometer {
    font-size: 1.875rem;
  }
  .event-aio .number-run .text {
    font-size: 1.875rem;
  }
  .event-aio .number-run .charter {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .box-item:last-child .number-run .unit {
    font-size: 1rem;
  }
  .event-aio .list-item .box-item .box-text {
    padding: 1rem;
  }
  .event-aio .number-run .text {
    font-size: 1.5rem;
  }
}
/** Custommer **/
.customers-list {
  padding-top: 4.8rem;
  padding-bottom: 2.6rem;
  background-color: transparent;
}
.customers-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #493593;
}
.swiper-button__wrapper .swiper-button:hover {
  background-color: #493593;
  border-color: #493593;
}
@media screen and (max-width: 768px) {
  .customers-list {
    padding: 3rem var(--section);
  }
}
/** customer up top **/
.customerUpTop-aio {
  padding: 4.25rem var(--section) 0;
}
.customerUpTop-aio h2 {
  margin-bottom: 1.81rem;
}
.customerUpTop-aio .list-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
}
.customerUpTop-aio .list-item .box-item {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.customerUpTop-aio .list-item .box-image .image-cover {
  padding-top: 57%;
  border-radius: 0.625rem;
}
.customerUpTop-aio .list-item .box-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.75rem;
  background: linear-gradient(
    180deg,
    rgba(1, 26, 58, 0) 0%,
    rgba(1, 26, 58, 0.5) 100%
  );
  pointer-events: none;
  z-index: 1;
  height: 6.75rem;
}
.customerUpTop-aio .list-item .box-image::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: -20rem;
  width: 43.65169rem;
  height: 10.1875rem;
  border-radius: 43.65169rem;
  background: rgba(1, 26, 58, 0.8);
  filter: blur(50px);
  pointer-events: none;
  z-index: 2;
}
.customerUpTop-aio .list-item .box-text {
  padding: 1.87rem 2.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.customerUpTop-aio .list-item .box-text p {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .customerUpTop-aio .list-item {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.25rem;
  }
  .customerUpTop-aio .list-item .box-text p {
    font-size: 1.125rem;
  }
  .customerUpTop-aio .list-item .box-text {
    padding: 1rem;
  }
  .customerUpTop-aio .list-item .box-image::after {
    bottom: -3rem;
    left: -18rem;
    width: 34.65169rem;
    height: 7.1875rem;
  }
}
/** câu hỏi thường gặp **/
.faq {
  padding: 4.25rem var(--section);
}

.faq h2 {
  margin-bottom: 2.3rem;
}

.faq .faq__wrapper {
  display: flex;
  justify-content: SPACE-BETWEEN;
}

.faq .faq__content {
  max-width: 100%;
  margin-left: 7.19rem;
  flex: 1;
}

.faq .accordion-title {
  padding: 1.62rem 2rem 1.31rem 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #dedede;
}

.faq .accordion-title h3 {
  color: var(--Color-2, #2a2a2a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq .accordion-title.active,
.faq .accordion-title.active h3 {
  background-color: transparent;
}

.faq .accordion-title .toggle-accordion {
  position: absolute;
  right: 0.44rem;
  margin: 0;
  padding: 0;
  top: 1rem;
  width: 1.6875rem;
  height: 0.8125rem;
  display: flex;
  align-items: center;
}

.faq .accordion-title.active .toggle-accordion {
  transform: rotate(90deg);
}

.faq .accordion-title .toggle-accordion svg {
  width: 1.6875rem;
  height: 1.4rem;
}
.faq .accordion-title .toggle-accordion svg path {
  fill: #493593;
}
.faq .accordion-inner {
  padding: 0;
  color: #565656;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  /* 131.25% */
  padding-right: 2rem;
  padding-bottom: 1.5rem;
}

.faq .accordion-inner p {
  margin-bottom: 1rem;
}

.faq .accordion-inner ul {
  margin-left: 1.3rem;
}

.faq .accordion {
  border-bottom: 1px solid #dedede;
}

.faq .faq__image {
  position: relative;
  width: 22.5625rem;
  flex-shrink: 0;
  max-width: 100%;
}

.faq .faq__image .img-main {
  height: 100%;
}
.faq .faq__image .img-main img {
  height: 100%;
  border-radius: 0.625rem;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .faq {
    padding: 3rem var(--section);
  }
  .faq .faq__wrapper {
    flex-direction: column;
  }

  .faq .faq__content {
    margin-left: 0;
  }

  .faq .accordion-inner {
    padding-right: 0;
    font-size: 0.9375rem;
  }

  .faq .faq__image .box-text {
    right: -2rem;
    width: 6.25rem;
    height: 8.875rem;
  }

  .faq .faq__image {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .faq .faq__image .box-text .number-run {
    font-size: 1.6rem;
  }

  .faq .faq__image .box-text img {
    width: 3.5rem;
    height: 3.5rem;
  }
  .faq .accordion-title h3 {
    font-size: 1rem;
  }
}

/* End faq */

.home-form .title-color-p p {
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  line-height: normal;
}
.home-form .home-form--left {
  width: 44.625rem;
  padding: 0;
  margin-left: 3.88rem;
}
.home-form .form-submit .button {
  background: #fff;
}
.button.btn__primary svg path {
  stroke: #292672;
}
.home-form .form-home {
  margin-top: 2.5rem;
  width: 37.1875rem;
}
.home-form .form-content .wpcf7-form-control-wrap:last-child {
  grid-column: auto;
}
.home-form .home-form--right {
  margin-right: 2rem;
  margin-top: 0;
}
.home-form .home-form--right .img-main {
  margin-top: 0;
  z-index: 3;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .home-form .title-color-p p {
    line-height: normal;
  }
  .home-form .title-color-p {
    font-size: 0.9375rem;
  }
  .home-form .home-form--left {
    padding: 0 var(--16) var(--30);
    margin: 0;
  }
  .home-form .form-home {
    margin-top: 1.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 849.98px) {
  .table-scroll {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
  .table-scroll::-webkit-scrollbar {
    height: 3px;
  }
  table {
    width: max-content;
  }
}
