:root {
  --black-color: #232323;
  --white-color: #fff;
  --gray-color: #F7F5F1;
  --pink-color: #FF018B;
  --blue-color: #003281;
}
body {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    color: var(--black-color);
    top: 0 !important;
}
.skiptranslate {
    display: none !important;
}
.css-lang-en .hero .hero-content > h1 {
    margin-bottom: 0;
}
.css-lang-en .hero .hero-content > p br {
    display: none;
}
.hidden-pc {
    display: none !important;
}
.bg-gray {
    background-color: var(--gray-color) !important;
}
.bg-blue {
    background-color: var(--blue-color) !important;
}
.sp-container {
    max-width: 1440px;
    margin: 0 auto;
    display: block;
}
.sp-padding {
    padding-left: 220px;
    padding-right: 220px;
}
.sp-border {
    border: 3px solid var(--black-color);
}
.sp-pink-btn {
    color: var(--white-color);
    background-color: var(--pink-color);
    border-radius: 26px;
    font-family: Noto Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
    width: fit-content;
    border: none;
    text-align: center;
}
.sp-pink-btn:hover {
    color: var(--white-color);
    text-decoration: none;
}
.header-nav .sp-container{
    display: flex;
    align-items: center;
    gap: 32px;
}
.header-nav nav {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
}
.header-nav nav a {
    color: var(--black-color);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.header-nav nav a:hover {
    color: var(--pink-color);
    text-decoration: none;
}
.corpLangSelect {
    border-radius: 20px;
    padding: 6.5px 22px;
    padding-right: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}
.corpLangSelectContainer {
    position: relative;
    text-align: center;
}
.corpLangSelectContainer::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 17px;
    background-image: url('../images/corp/icon-arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
    background-position: center;
}
.hero .sp-container {
    background-image: url('../images/corp/top-bg.svg');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hero-content {
    max-width: 600px;
}
.hero-content h1 {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: Medium;
    font-size: 110px;
    line-height: 90%;
    letter-spacing: 0px;
    color: var(--white-color);
}
.hero-content h1 span{
    font-size: 60px;
    display: block;
    line-height: 90%;
}
.hero-content > p {
    color: var(--white-color);
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
}
.hero-content .features {
    border-color: var(--white-color);
    border-radius: 20px;
    padding: 15px 0;
    display: flex;
    gap: 0px;
}
.hero-content .features .feature {
    text-align: center;
    position: relative;
    padding: 5px 18px 15px;
    border-right: 3px solid var(--white-color);
    width: 25%;
}
.hero-content .features .feature:last-child {
    border-right: none;
}
.hero-content .features .feature .image {
    width: 100%;
    height: 60px;
    display: block;
    background-position: center;
    background-size: 50px auto;
    background-image: url('../images/corp/top-icon-1.svg');
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.hero-content .features .feature .image.icon-2 {
    background-size: 35px auto;
    background-image: url('../images/corp/top-icon-2.svg');
}
.hero-content .features .feature .image.icon-3 {
    background-size: 45px auto;
    background-image: url('../images/corp/top-icon-3.svg');
}
.hero-content .features .feature .image.icon-4 {
    background-size: 40px auto;
    background-image: url('../images/corp/top-icon-4.svg');
}
.hero-content .features .feature .text {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--white-color);
}
.hero-content .sp-pink-btn {
    margin-top: 15px;
}
.section-padding {
    padding-top: 112px;
    padding-bottom: 112px;
}
.section-title {
    border: 3px solid var(--black-color);
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
    width: fit-content;
    border-radius: 20px;
    padding: 17.5px 24px;
    margin-bottom: 56px;
}
.sp-badge {
    border: 3px solid var(--black-color);
    color: var(--blue-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.5px;
    border-radius: 20px;
    padding: 1px 24px;
    width: fit-content;
}
.content-header {
    display: flex;
    justify-content: space-between;
}
.content-header .header-right {
    flex: 1;
    text-align: center;
}

.achievements .sp-container {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.achievements .sp-container .sp-content-left h2 {
    border: 3px solid var(--black-color);
    border-radius: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
    width: fit-content;
    padding: 24px;
    margin-top: 16px;
    margin-bottom: 32px;
}
.achievements .sp-container .sp-content-left h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 32px;
}
.achievements .sp-container .sp-content-left h3::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 3px;
    background: var(--black-color);
    left: 0;
    bottom: 0;
}
.achievements .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.achievements .categories li {
    margin-bottom: 24px;
}
.achievements .categories li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: var(--black-color);
    opacity: 0.5;
}
.achievements .categories li.active a {
    color: var(--blue-color);
    opacity: 1;
}
.achievements .categories li a:hover {
    color: var(--blue-color);
    text-decoration: none;
}
.achievements .sp-container .sp-content-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 16px;
}
.achievements .sp-container .sp-content-right .card {
    width: 200px;
    border: none;
}
.achievements .sp-container .sp-content-right .card img {
    width: 100%;
    height: 113px;
}
.achievements .sp-container .sp-content-right .card .tag {
    border-radius: 10px;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.5px;
    padding: 6px 8px;
    background: var(--blue-color);
    color: var(--white-color);
    width: fit-content;
    margin: 12px 0;
}
.achievements .sp-container .sp-content-right .card h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin: 0;
}

.research-section {
    margin-top: 48px;
}
.chart-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.chart-grid .chart {
    padding: 40px 15px 32px;
    text-align: center;
    background: var(--white-color);
    border-radius: 20px;
    color: var(--blue-color);
}
.chart-grid .chart > p {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.chart-grid .chart > h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
}
.highcharts-credits {
    display: none !important;
}
.chart-grid .chart .chart-container {
    height: 190px;
}
#chart3, #chart4 {
    height: 240px;
}
#chart5, #chart6 {
    height: 290px;
}
/* .chart-grid .chart .chart-container {
    height: 160px;
} */

.our-service .content-header .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}
.our-service .header-right img {
    max-height: 255px;
}
.our-service .steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.our-service .steps .step {
    background: var(--blue-color);
    color: var(--white-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 32px 47px;
    gap: 32px;
}
.our-service .steps .step .number {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 88px;
    line-height: 100%;
    letter-spacing: 1px;
}
.our-service .steps .step .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.05px;
}
.our-service .sp-container > p {
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.5px;
    margin-top: 40px;
    margin-bottom: 0;
}

.collabo-service .content-header .sub-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}
.collabo-service .content-header .logo img {
    max-width: 369px;
    width: 100%;
}
.collabo-service .content-header .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    margin-top: 56px;
}
.collabo-service .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}
.collabo-service .features .card {
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    border: none;
}
.collabo-service .features .card img {
    height: 136px;
    width: max-content;
    margin: 0 auto;
}
.collabo-service .features .card h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin: 37px 0 16px;
}
.collabo-service .features .card .highlight {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
    color: var(--blue-color);
}
.collabo-service .features .card .highlight span {
    font-size: 16px;
}
.collabo-service .sp-pink-btn {
    margin: 0 auto;
}

.contact-section .section-title {
    border-color: var(--white-color);
    color: var(--white-color);
}
.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 54px 32px;
    align-items: center;
    justify-items: center;
}
.logo-grid img {
    max-width: 100%;
}
.logo-grid .dummy {
    position: relative;
}
.logo-grid .dummy span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white-color);
    background-color: var(--black-color);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.38px;
    padding: 6px 12px;
}

.services-contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.services-contents .service-card {
    text-align: center;
}
.services-contents .service-card .image {
    background-color: var(--white-color);
    border-radius: 20px;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-contents .service-card .image img {
    max-width: 191px;
}
.services-contents .service-card > p {
    margin: 12px 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.5px;
}
footer {
    padding-top: 112px;
    padding-bottom: 112px;
}
.footer-contents {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer-contents .footer-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 250%;
    letter-spacing: 0.5px;
}
.footer-contents .footer-links a,
.footer-bottom a {
    font-weight: 400;
    font-size: 14px;
    line-height: 250%;
    letter-spacing: 0.5px;
    color: var(--black-color);
}
.footer-bottom a {
    line-height: 100%;
}
.footer-contents .footer-links a:hover,
.footer-bottom a:hover {
    color: var(--pink-color);
    text-decoration: none;
}
ul.footer-links {
  list-style: none;
  padding-left: 0;
}

ul.footer-links li::before {
  content: "— ";  /* thêm dấu gạch ngang */
  margin-right: 0px;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 15px;
    justify-content: flex-end;
}
.social-icons img {
    height: 27px;
}
.qr-code {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}
.social-qr {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 26px;
}
.footer-bottom {
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid var(--black-color);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.5px;
}
.footer-bottom .copyright {
    font-size: 11px;
}
.contact-form .form-group {
    margin-bottom: 32px;
}
.contact-form .form-group label {
    width: 240px;
    text-align: left;
    display: block;
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    padding: 7px 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.5px;
    color: var(--black-color);
    height: auto !important;
    border-radius: 20px;
}
.contact-form .form-group .form-control {
    width: calc(100% - 240px);
}
#rc-anchor-classic-warning {
    display: none !important;
}
.btn-corp {
    margin: 0 auto;
    min-width: 240px;
    text-align: center;
}
.contact-form .form-group .require {
    color: var(--white-color);
    display: inline-block;
    margin-left: 5px;
    border-radius: 10px;
    background-color: var(--pink-color);
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.5px;
    padding: 6px 7px;
}
.sp-form-check {
    display: flex;
    align-items: center;
    gap: 32px;
}
.sp-form-check > div {
    display: flex;
    gap: 3px;
    align-items: center;
}
.sp-form-check label.form-check-label {
    width: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.5px;
}
.sp-lp-modal {
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.5);
}
.sp-lp-modal .modal-dialog {
  width: 90%;
  max-width: 582px;
}
.sp-lp-modal .btn-1 {
  padding: 10px 32px;
}
.modal-content {
  padding: 40px 44px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.modal-content {
  padding: 40px 44px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.sp-modal-header {
  margin-bottom: 40px;
}
.sp-modal-header h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #0066ff;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.sp-modal-header p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 8px;
}
.sp-modal-header .sp-close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 24px;
  right: 24px;
  background-image: url("../images/btn-close-black.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sp-modal-header img {
  margin-top: 32px;
}
.sp-modal-content .alert {
  display: none;
}
.sp-modal-content .alert-danger {
  color: #f96969;
  background-color: #ffdbe4;
  border-color: #ffdbe4;
}
.sp-modal-content .alert-success {
  color: #0066ff;
  background-color: #daebff;
  border-color: #daebff;
}
.sp-modal-content .form-group {
  margin-bottom: 24px;
}
.sp-modal-content .form-check {
  margin-top: -8px;
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  width: fit-content;
}
.sp-modal-content label {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  /*margin-bottom: 6px;*/
}
.sp-modal-content label .required {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #ed0068;
  margin-left: 11px;
}
input[type="radio"] {
  display: none;
}

input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-style: solid;
  border-color: #787878;
  box-sizing: unset;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
}
input[type="radio"]:checked + * {
  color: #232323;
}

input[type="radio"]:checked + *::before {
  background: radial-gradient(#232323 0%, #232323 30%, transparent 40%, transparent);
  border-color: #232323;
}
.sp-radio-buttons {
  margin: 0;
  padding: 0;
}
.sp-radio-buttons label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  color: #a6a6a6;
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.sp-radio-buttons li {
  display: block;
  margin-right: 20px;
}
.sp-radio-buttons li:last-child {
  margin-right: 0;
}
.form-notice {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 26px 20px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
.form-notice a {
  font-weight: 700;
  color: #ff018b;
  text-decoration: underline;
}
.btn-1 {
  background: #0066ff;
  color: #fff;
  border-radius: 0;
  padding: 9px 28px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
}
.btn-1:hover {
  background: #0053d0;
}
.error {
  color: #ed0068;
  font-size: 14px;
}
.form-control {
  padding: 9px 13px;
  border: 1px solid #daebff;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}
.menu-toggle span {
    width: 25px;
    height: 2px;
    background: var(--black-color);
    display: block;
    position: relative;
    pointer-events: none;
}
.menu-mobile {
    display: none;  
}
.form-inline .sp-select-container {
    flex: 1;
    position: relative;
}
.sp-select-container .sp-select {
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--black-color);
}
.sp-select-container::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 17px;
    background-image: url(../images/corp/icon-arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
    background-position: center;
}
.was-validated .form-check-input:valid~.form-check-label {
    color: var(--white-color);
}
@media (max-width: 767px) {
    .hidden-sp {
        display: none !important;
    }
    .hidden-pc {
        display: block !important;
    }
    .sp-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-toggle {
        display: flex;
    }
    .corpLangSelectContainer {
        display: none;
    }
    .header-nav nav,
    .header-nav .corpLangSelect {
        display: none;
        flex-direction: column;
        text-align: center;
        margin-top: 10px;
    }
    .header-nav .sp-container {
        justify-content: space-between;
        padding-left: 0;
    }

    .hero .sp-container {
        background-image: url('../images/corp/mobile-top-bg.png');
        padding: 0;
        background-position: top;
        padding-top: 308px;
    }
    .hero-content {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    .hero-content h1 {
        font-size: 61px;
        margin-bottom: 0;
    }
    .hero-content h1 span {
        font-size: 34px;
    }
    .hero-content > p {
        font-size: 13.5px;
        letter-spacing: 0.05px;
        margin-bottom: 10px;
    }
    .hero-content .features {
        flex-direction: column;
        padding: 0 20px;
    }
    .hero-content .features .feature {
        width: 100%;
        border-right: none;
        border-bottom: 3px solid var(--white-color);
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .hero-content .features .feature:last-child {
        border-bottom: none;
    }
    .hero-content .features .feature .image {
        width: 40px;
        height: 32px;
        background-size: 38px;
        margin: 0;
    }
    .hero-content .features .feature .image.icon-2 {
        background-size: 26px;
    }
    .hero-content .features .feature .image.icon-3 {
        background-size: 34px;
    }
    .hero-content .features .feature .image.icon-4 {
        background-size: 30px;
    }

    .achievements .sp-container {
        flex-direction: column;
    }
    .achievements .sp-container .sp-content-right {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 15px;
    }
    .achievements .sp-container .sp-content-right .card {
        width: auto;
    }
    .achievements .categories li {
        display: inline-flex;
        margin-right: 18px;
        margin-bottom: 18px;
    }
    .chart-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .our-service .header-right img {
        width: 86px;
    }
    .our-service .steps,
    .collabo-service .features,
    .services-contents {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .our-service .steps .step {
        padding: 24px 20px;
        gap: 15px;
    }
    .our-service .steps .step .number {
        width: 50px;
    }
    .our-service .steps .step .text {
        font-size: 12px;
    }
    .our-service .sp-container > p {
        font-size: 19px;
        line-height: 200%;
        margin-top: 32px;
    }
    .contact-form .form-group.form-inline {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 29px;
    }
    .contact-form .form-group label,
    .contact-form .form-group .form-control {
        width: 100%;
    }
    .contact-form .sp-form-check {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        width: 100%;
    }
    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-contents {
        flex-direction: column;
    }
    .chart-grid .chart {
        width: 100%;
    }
    .chart-grid .chart .chart-container {
        height: 170px;
        width: 100%;
    }
    #chart3, #chart4 {
        height: 150px;
    }
    #chart5, #chart6 {
        height: 260px;
    }
    .hero .sp-container {
        padding-top: 80%;
        padding-bottom: 24px;
    }
    .hero-content .sp-pink-btn {
        width: 100%;
    }
    .section-title {
        font-size: 32px;
        margin-bottom: 32px;
        padding: 16px 24px;
    }
    .section-padding {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .our-service .sp-container .desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 0.5px;
        margin-bottom: 32px;
        margin-top: 0;
    }
    .sp-badge {
        font-size: 14px;
    }
    .collabo-service .content-header .sub-title {
        font-size: 14px;
        margin-top: 17px;
        margin-bottom: 14px;
    }
    .collabo-service .content-header .desc-image {
        display: flex;
        align-items: center;
    }
    .collabo-service .content-header .desc-image img {
        width: 86px;
    }
    .collabo-service .content-header .desc {
        margin: 32px 0;
        font-size: 14px;
        flex: 1;
    }
    .collabo-service .features {
        margin-bottom: 32px;
    }
    .collabo-service .features .card {
        padding: 32px;
    }
    .collabo-service .features .card h4 {
        font-size: 14px;
        margin: 24px 0 14px;
    }
    .collabo-service .features .card .highlight {
        font-size: 35px;
    }
    .collabo-service .features .card .highlight span {
        font-size: 14px;
    }
    .contact-form .form-group label {
        font-size: 14px;
    }
    .contact-form .form-group input, 
    .contact-form .form-group select, 
    .contact-form .form-group textarea {
        padding: 7px 20px;
    }
    .contact-form .form-group input[type=checkbox] {
        margin-bottom: 5px;
    }
    .contact-section .btn-corp {
        width: 100%;
    }
    .contact-form .form-group:last-child {
        margin-top: 3px;
        margin-bottom: 0;
    }
    .services-contents {
        gap: 24px;
    }
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-contents {
        display: block;
    }
    .footer-logo {
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-content.footer-links {
        /* display: inline-block; */
        width: fit-content;
        float: left;
    }
    .footer-content.footer-links-1 {
        margin-right: 24px;
    }
    .footer-content.social-qr {
        clear: both;
        align-items: center;
        padding-top: 32px;
        gap: 24px;
    }
    .footer-content.social-qr .qr-code {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }
    .wechat-btn {
        display: block;
        width: 100%;
        text-align: center;
        font-family: Noto Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 2px;
        border: 1px solid var(--black-color);
        padding: 20px;
        color: var(--black-color);
        border-radius: 26px;
        position: relative;
    }
    .wechat-btn img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .menu-mobile.active {
        display: block;
        position: absolute;
        top: 56px;
        width: 100%;
        left: 0;
        height: calc(100% - 56px);
        background-color: var(--white-color);
    }
    body.menu-active {
        overflow: hidden;

        .menu-toggle span:nth-child(1) {
            transform: rotate(45deg);
            top: 7px;
        }
        .menu-toggle span:nth-child(2) {
            opacity: 0;
        }
        .menu-toggle span:nth-child(3) {
            transform: rotate(-45deg);
            top: -7px;
        }
    }
    .menu-mobile nav {
        display: flex;
        align-items: center;
        gap: 48px;
        margin-top: 40px;
        margin-bottom: 48px;
    }
    .menu-mobile .corpLangSelectContainer {
        display: block;
    }
    .menu-mobile .corpLangSelect {
        display: block;
        width: 100%;
        text-align: center;
        text-align-last: center;
        margin-top: 0;
        margin-bottom: 16px;
        padding: 12.5px 24px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: var(--black-color);
    }    
    .menu-mobile .sp-pink-btn {
        width: 100%;
        text-align: center;
        padding: 18px 24px;
    }
    .collabo-service .sp-pink-btn {
        width: 100%;
        text-align: center;
    }
    .sp-lp-modal .modal-dialog {
        margin: 12px auto;
    }
    .modal-content {
        padding: 20px;
    }
    .sp-form-check label {
        padding-left: 20px;
    }
    .form-inline .sp-select-container {
        width: 100% !important;
    }
    .collabo-service .features .card img {
        height: 120px;
        width: auto;
        display: block;
    }
}