@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem !important;
  }
  .content,
  .header_content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .btn,
  .btn_w {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    gap: 8px;
  }
  .btn::after,
  .btn_w::after {
    width: 12px;
    height: 12px;
  }
  .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
    gap: 8px;
  }
  .btn_line:after {
    width: 12px;
    height: 12px;
  }
  .btn_more {
    font-size: 14px;
    gap: 10px;
  }
  .btn_more::after {
    width: 2rem;
    height: 2rem;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head .desc,
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head .btn,
  .head .btn_w,
  .head .btn_line,
  .head .btn_more {
    margin-top: 20px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  header {
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0);
    position: sticky;
  }
  header .logo img {
    height: 35px;
  }
  header .btns {
    gap: 26px;
    min-height: 4rem;
  }
  header .btn {
    display: none;
  }
  footer .footer_main {
    padding: 3rem 0 4rem;
  }
  footer .footer_main .flex {
    display: block;
  }
  footer .slide_intro {
    margin: 0 0 20px;
    width: 100%;
    display: grid;
    text-align: center;
  }
  footer .slide_intro .logo {
    max-width: 180px;
    margin: 0 auto;
  }
  footer .slide_intro strong {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  footer .slide_intro form {
    gap: 10px;
    margin-top: 3rem;
  }
  footer .slide_intro form input {
    font-size: 14px;
    padding: 14px 20px;
  }
  footer .slide_intro form input[type=submit] {
    padding: 15px 20px;
  }
  footer .slide_obj:not(.slide_connect, .slide_intro) {
    width: 100%;
    max-width: unset;
  }
  footer .slide_obj:not(.slide_connect, .slide_intro) strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 1rem;
  }
  footer .slide_obj:not(.slide_connect, .slide_intro) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .slide_obj:not(.slide_connect, .slide_intro).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .slide_obj:not(.slide_connect, .slide_intro) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .slide_obj:not(.slide_connect, .slide_intro) > div li {
    margin-bottom: 14px;
  }
  footer .slide_obj:not(.slide_connect, .slide_intro) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
    line-height: normal;
  }
  footer .slide_obj:not(.slide_connect, .slide_intro) > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .slide_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .slide_connect strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .slide_connect li {
    padding-left: 2rem;
    margin-bottom: 20px;
  }
  footer .slide_connect li::before {
    width: 1rem;
    height: 1rem;
    top: 5px;
  }
  footer .slide_connect li a {
    font-size: 1rem;
  }
  footer .slide_connect li .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }
  footer .slide_connect .email::before {
    top: 5px;
  }
  footer .slide_social {
    width: 100%;
    padding-top: 2rem;
  }
  footer .slide_social .social {
    gap: 1rem;
    justify-content: space-around;
  }
  footer .slide_social .social a {
    width: 22px;
    height: 22px;
  }
  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
    padding: 20px 0;
  }
  footer .copyright ul {
    gap: 1rem;
  }
  footer .copyright p {
    font-size: 13px;
  }
  footer .copyright a {
    font-size: 14px;
  }
  .footer_contact {
    margin-top: 1rem;
  }
  .footer_contact .inner {
    width: 100%;
    max-width: unset;
    background-image: unset;
    background-color: var(--bg_color);
  }
  .footer_contact .flex {
    padding: 2rem 0 3rem;
    gap: 2rem 1rem;
  }
  .footer_contact .img {
    width: 100%;
    margin: 0;
    border-radius: 6px;
  }
  .footer_contact .head {
    max-width: unset;
    padding: 0;
  }
  .footer_contact h2 {
    margin-bottom: 0;
  }
  .footer_contact form {
    gap: 1rem;
  }
  .footer_contact form .col-2 {
    width: 100%;
  }
  .footer_contact form input,
  .footer_contact form textarea {
    font-size: 14px;
    padding: 14px 20px;
  }
  .footer_contact form textarea {
    height: 120px;
  }
  .footer_contact form span:has(input[type=checkbox]) {
    margin-top: 0;
  }
  .footer_contact form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .footer_contact form input[type=checkbox] ~ span {
    width: calc(100% - 25px);
    padding-left: 12px;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0;
  }
  .footer_contact form span:has(.btn) {
    margin-top: 1rem;
  }
  .footer_contact form .btn {
    gap: 8px;
    margin-top: 0;
  }
  .page_clients {
    padding: 3rem 0;
  }
  .page_clients .flex {
    gap: 20px 1rem;
  }
  .page_clients .more {
    font-size: 14px;
    gap: 8px;
    margin-top: 0;
  }
  .page_clients .more::after {
    width: 12px;
    height: 12px;
  }
  .page_clients .page_clients_swiper {
    margin-top: 2rem;
  }
  .page_banner::before {
    background-image: unset;
    background-color: var(--title_color);
    opacity: 0.5;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .page_banner .head {
    max-width: unset;
    padding: 0;
  }
  .page_banner .breadcrumbs {
    padding-bottom: 14px;
    line-height: 20px;
    min-height: 20px;
  }
  .page_banner .breadcrumbs span {
    font-size: 14px;
  }
  .page_banner .breadcrumbs span span::before {
    font-size: 12px;
    margin: 0 8px;
  }
  .page_banner .breadcrumbs span span:first-child a {
    width: 14px;
    height: 14px;
  }
  div:has(.page_nav2) {
    top: 4rem;
  }
  .page_nav2 {
    top: 4rem;
  }
  .page_nav2 .nav_list {
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    gap: 1.5rem;
  }
  .page_nav2 .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_nav2 .nav_item {
    font-size: 14px;
    padding: 16px 0;
    white-space: nowrap;
  }
  .page_nav2 .nav_item::after {
    bottom: 0;
  }
  .page_nav {
    overflow: hidden;
  }
  .page_nav .page_nav_swiper {
    overflow: unset;
    border: none;
  }
  .page_nav .page_nav_swiper li {
    flex: 1 0 80%;
  }
  .page_nav .page_nav_swiper li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.17);
  }
  .page_nav .page_nav_swiper li:last-child .nav_item {
    border-right: 1px solid rgba(255, 255, 255, 0.17);
  }
  .page_nav .nav_item {
    grid-template-columns: 1fr 2.5rem;
    gap: 5px 1rem;
    padding: 14px 20px;
  }
  .page_nav .nav_item .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .page_nav .nav_item .index {
    font-size: 13px;
  }
  .page_nav .swiper_btns {
    display: none;
  }
  .page_nav.lar .nav_item {
    padding: 14px 20px;
  }
  .page_nav.lar .nav_item .title {
    font-size: 14px;
    gap: 4px;
  }
  .page_mrna {
    padding: 3rem 0;
  }
  .page_mrna .flex {
    margin-top: 2rem;
    gap: 2rem 1rem;
  }
  .page_mrna .items {
    max-width: unset;
    padding: 0;
  }
  .page_mrna .items .item {
    grid-template-columns: 2rem 1fr 14px;
    gap: 1rem;
    padding: 1rem 0;
  }
  .page_mrna .items .item.active {
    padding-bottom: 1rem;
  }
  .page_mrna .items .index {
    font-size: 14px;
    transform: translateY(4px);
  }
  .page_mrna .items .title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .page_mrna .page_mrna_swiper {
    width: 100%;
    border-radius: 6px;
  }
  .page_mrna .page_mrna_swiper .img {
    border-radius: 6px;
  }
  .page_mrna .page_mrna_swiper .info {
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page_mrna .page_mrna_swiper .info p {
    margin-bottom: 10px;
  }
  .page_mrna .page_mrna_swiper .info em {
    padding-top: 10px;
    font-size: 14px;
  }
  .page_workflow {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_workflow .page_workflow_swiper {
    margin-top: 2rem;
  }
  .page_workflow p.center:has(.btn) {
    margin-top: 3rem;
  }
  .page_workflow_swiper {
    overflow: unset;
  }
  .page_workflow_swiper .swiper-slide {
    margin-right: 2rem;
    max-width: 175px;
  }
  .page_workflow_swiper .swiper-slide::before {
    width: calc(100% + 2rem);
  }
  .page_workflow_swiper .swiper-slide::before,
  .page_workflow_swiper .swiper-slide::after {
    top: calc(120px + 1rem + 1.5rem);
  }
  .page_workflow_swiper .swiper-slide.active_line::after {
    width: calc(100% + 2rem);
  }
  .page_workflow_swiper .img {
    width: 120px;
    height: 120px;
  }
  .page_workflow_swiper .order {
    width: 3rem;
    height: 3rem;
    margin-top: 1rem;
  }
  .page_workflow_swiper .order span {
    font-size: 14px;
  }
  .page_workflow_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 1rem;
  }
  .solution_item a {
    grid-template-columns: 1fr;
    gap: 0 1rem;
    padding: 1.5rem 0;
    min-height: unset;
  }
  .solution_item .img i {
    width: 2.5rem;
    height: 2.5rem;
    left: 12px;
    top: 12px;
  }
  .solution_item h3 {
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: unset;
    margin-top: 1rem;
  }
  .solution_item .info {
    padding: 0;
    margin-top: 10px;
  }
  .solution_item .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .solution_item .info ul {
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .solution_item .info ul li {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-left: 1.2rem;
  }
  .solution_item .info ul li::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
  .solution_item .info .btn_more {
    margin-top: 20px;
  }
  .service_item .info {
    min-height: 180px;
    padding: 1.2rem 20px 1.5rem;
  }
  .service_item .index {
    font-size: 14px;
    gap: 1rem;
  }
  .service_item .index::before {
    width: 6px;
    height: 6px;
    margin-top: 4px;
  }
  .service_item .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    padding-bottom: 4rem;
  }
  .home_banner .flex {
    min-height: unset;
    padding: 3rem 0 2rem;
  }
  .home_banner .head {
    max-width: unset;
    padding: 0;
  }
  .home_banner .title {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .home_banner .swiper_con {
    bottom: 1.5rem;
  }
  .home_banner .swiper_con .content {
    gap: 1rem;
  }
  .home_banner .swiper_con .scroll_tip {
    font-size: 14px;
    margin-bottom: 0;
  }
  .home_banner .swiper_con .scroll_tip i {
    width: 20px;
    height: 20px;
  }
  .home_banner div.home_banner_pagination {
    gap: 6px;
  }
  .home_banner div.home_banner_pagination .swiper-pagination-bullet {
    font-size: 14px;
    width: 2.5rem;
    padding-bottom: 5px;
  }
  .home_banner div.home_banner_pagination .swiper-pagination-bullet-active {
    width: 3.5rem;
  }
  .home_banner .btns {
    display: none;
  }
  .home_nums {
    padding: 2rem 0;
    margin-bottom: 1rem;
  }
  .home_nums .nums ul {
    grid-template-columns: 1fr;
    gap: 1rem 0;
  }
  .home_nums .nums li {
    padding: 10px 20px;
  }
  .home_nums .nums span {
    font-size: 1.5rem;
    letter-spacing: unset;
  }
  .home_nums .nums .add {
    margin: 0;
  }
  .home_nums .nums .label {
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-width: unset;
    margin: 0 0 0 10px;
  }
  .home_services {
    padding: 3rem 0;
  }
  .home_services .items {
    margin-top: 2rem;
  }
  .home_services .items > div {
    gap: 1rem;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
  }
  .home_services .items > div::-webkit-scrollbar {
    display: none;
  }
  .home_services .items .item {
    flex: 1 0 275px;
    height: unset;
  }
  .home_services .items .item a {
    padding: 2rem 20px;
  }
  .home_services .items .img {
    opacity: 1;
  }
  .home_services .items .icon {
    width: 3rem;
    height: 3rem;
    margin: 0;
    filter: contrast(0) brightness(2);
  }
  .home_services .items .intro {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 1.2rem;
    transform: translate(0);
    max-height: unset;
  }
  .home_services .items .intro h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
  }
  .home_services .items .intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
    opacity: 1;
    flex: 1;
  }
  .home_services .items .intro span {
    font-size: 14px;
    gap: 10px;
    margin-top: 20px;
    opacity: 1;
  }
  .home_services .items .intro span::after {
    width: 14px;
    height: 14px;
  }
  .home_platform {
    padding: 3rem 0;
  }
  .home_platform .head {
    padding: 0;
  }
  .home_platform .flex {
    gap: 20px 1rem;
    align-items: center;
  }
  .home_platform .home_platform_swiper {
    margin-top: 2rem;
  }
  .home_platform .item .info {
    padding: 1.2rem 20px 1.5rem;
  }
  .home_platform .item .info span {
    font-size: 14px;
    right: 10px;
    top: 10px;
  }
  .home_platform .item .info .icon {
    width: 3rem;
    height: 3rem;
    margin-left: 0;
  }
  .home_platform .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 1rem;
  }
  .home_platform .item .info i {
    width: 1rem;
    height: 1rem;
    margin-top: 20px;
  }
  .home_about {
    overflow: hidden;
    padding: 3rem 0;
  }
  .home_about .flex {
    display: block;
  }
  .home_about .left {
    max-width: unset;
  }
  .home_about .desc {
    padding: 0;
    border-left: none;
    margin-top: 20px;
  }
  .home_about .home_about_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .home_about .home_about_swiper .item {
    height: 470px;
  }
  .home_about .home_about_swiper .item:nth-child(3n+2) .info {
    padding-top: 2rem;
  }
  .home_about .home_about_swiper .item .info {
    padding: 1.5rem 20px 2rem;
  }
  .home_about .home_about_swiper .item .info > div {
    margin-bottom: 20px;
    max-height: calc(100% - 2.5rem - 20px);
  }
  .home_about .home_about_swiper .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .home_about .home_about_swiper .item .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .home_about .home_about_swiper .item .info i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_about .swiper_btns {
    display: none;
  }
  .home_discover {
    padding: 4rem 0;
    margin: 1rem 0;
    overflow: hidden;
  }
  .home_discover .flex {
    display: block;
  }
  .home_discover .head {
    max-width: unset;
    padding: 0;
  }
  .home_discover .home_discover_swiper {
    width: 100%;
    overflow: unset;
    margin-top: 2rem;
  }
  .home_discover .home_discover_swiper a {
    padding: 1.5rem 20px;
    min-height: unset;
  }
  .home_discover .home_discover_swiper .title {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .home_discover .home_discover_swiper .title .icon {
    width: 3rem;
    height: 3rem;
  }
  .home_discover .home_discover_swiper .title i {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
  }
  .home_discover .home_discover_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_news {
    padding: 3rem 0;
  }
  .home_news .main {
    margin-top: 2rem;
  }
  .home_news .main > div {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .home_news .main > div::before {
    display: none;
  }
  .home_news .main strong {
    font-size: 18px;
  }
  .home_news .slide_blog .item {
    margin-top: 27px;
  }
  .home_news .slide_blog .info {
    margin-top: 1rem;
  }
  .home_news .slide_blog .metas {
    font-size: 14px;
    gap: 6px;
  }
  .home_news .slide_blog .metas .cat {
    font-size: 15px;
  }
  .home_news .slide_blog h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_news .slide_news .flex {
    display: block;
  }
  .home_news .slide_news .nav_list {
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    padding: 0 20px;
    gap: 1.2rem;
    overflow-x: auto;
  }
  .home_news .slide_news .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_news .slide_news .nav_list .nav_item {
    font-size: 16px;
  }
  .home_news .list {
    margin-top: 1rem;
  }
  .home_news .list li {
    margin-bottom: 1.2rem;
  }
  .home_news .list a {
    padding-bottom: 1.2rem;
    gap: 1rem;
  }
  .home_news .list .info {
    max-width: unset;
    padding: 0;
  }
  .home_news .list .metas {
    font-size: 14px;
    gap: 6px;
  }
  .home_news .list .metas .cat {
    font-size: 15px;
  }
  .home_news .list h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_news p.center:has(.btn_line) {
    margin-top: 3rem;
  }
  .platforms_main {
    padding: 4rem 0 3rem;
    overflow: hidden;
  }
  .platforms_main .platforms_main_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .platforms_main .platforms_main_swiper .nav_item {
    padding: 0 20px;
  }
  .platforms_main .platforms_main_swiper .nav_item .icon {
    width: 80px;
    height: 80px;
  }
  .platforms_main .platforms_main_swiper .nav_item .title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .platforms_main .platforms_main_swiper .nav_item .jump {
    width: 14px;
    height: 14px;
    margin-top: 1rem;
  }
  .platforms_main .swiper_btns {
    position: static;
    width: 100%;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 2rem;
  }
  .platforms_main .list {
    margin-top: 2rem;
  }
  .solutions_main {
    padding: 4rem 0 3rem;
    overflow: hidden;
  }
  .solutions_main .swiper_content {
    overflow: unset;
  }
  .solutions_main .solutions_main_swiper {
    margin-top: 2rem;
  }
  .solutions_main .solutions_main_swiper .img {
    opacity: 1;
  }
  .solutions_main .solutions_main_swiper .info {
    padding: 2rem 20px;
  }
  .solutions_main .solutions_main_swiper .info .icon {
    width: 3rem;
    height: 3rem;
    filter: contrast(0) brightness(2);
  }
  .solutions_main .solutions_main_swiper .info .title {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-top: 1rem;
  }
  .solutions_main .solutions_main_swiper .info i {
    width: 14px;
    height: 14px;
    filter: contrast(0) brightness(2);
    margin-top: 1rem;
    opacity: 1;
  }
  .solutions_main .swiper_btns {
    display: none;
  }
  .solutions_main .list {
    margin-top: 2rem;
  }
  .process_intro {
    padding: 4rem 0 3rem;
  }
  .process_intro .flex {
    margin-top: 2rem;
  }
  .process_intro .head {
    max-width: unset;
  }
  .process_intro .img {
    width: 100%;
    border-radius: 6px;
  }
  .process_intro .desc {
    padding: 0;
    max-width: unset;
  }
  .process_intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
  .process_intro .btn {
    margin-top: 20px;
  }
  .process_desc,
  .track_desc {
    padding: 3rem 0;
  }
  .process_desc .items > div,
  .track_desc .items > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .process_desc .item,
  .track_desc .item {
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 6px;
    padding: 2rem 20px;
  }
  .process_desc .item strong,
  .track_desc .item strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
    letter-spacing: unset;
  }
  .process_desc .item p,
  .track_desc .item p {
    margin-bottom: 10px;
  }
  .process_desc .item ul,
  .track_desc .item ul {
    margin-bottom: 10px;
  }
  .process_desc .item ul li,
  .track_desc .item ul li {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
  .process_desc .item ul li::before,
  .track_desc .item ul li::before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
  .track_intro {
    padding: 4rem 0 3rem;
  }
  .track_intro .nums {
    margin-top: 2rem;
  }
  .track_intro .nums > ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .track_intro .nums li {
    border-radius: 6px;
    padding: 1.2rem 20px;
  }
  .track_intro .nums span {
    font-size: 1.5rem;
  }
  .track_intro .nums strong {
    font-size: 18px;
    margin-top: 10px;
  }
  .track_intro .nums .label {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .track_desc {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .track_main {
    padding: 3rem 0;
  }
  .track_main .box {
    padding: 3rem 20px;
  }
  .track_main .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .track_main .main {
    margin-top: 2rem;
    overflow-x: auto;
    padding-top: 3px;
  }
  .track_main .main::-webkit-scrollbar {
    display: none;
  }
  .track_main table {
    min-width: 600px;
  }
  .track_main table th {
    font-size: 18px;
    padding: 12px 10px;
  }
  .track_main table td {
    font-size: 14px;
    padding: 12px 10px;
  }
  .track_main table td:first-child {
    font-size: 16px;
  }
  .rnp_intro {
    padding: 4rem 0 3rem;
  }
  .rnp_intro .flex {
    gap: 2rem 1rem;
  }
  .rnp_intro .img {
    width: 100%;
    border-radius: 6px;
  }
  .rnp_intro .left {
    max-width: unset;
    padding: 0;
  }
  .rnp_intro h2 {
    margin-bottom: 0;
  }
  .rnp_intro .items {
    margin-top: 2rem;
  }
  .rnp_intro .items > div {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .rnp_intro .items .item {
    padding: 1.2rem 20px;
  }
  .rnp_intro .items i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .rnp_intro .items .title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .rnp_solutions {
    padding: 3rem 0;
  }
  .rnp_solutions .head {
    max-width: unset;
  }
  .rnp_solutions .list {
    margin-top: 2rem;
  }
  .rnp_solutions .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .rnp_solutions .item a {
    padding: 10px 10px 1.5rem;
  }
  .rnp_solutions .item .pic .img {
    border-radius: 6px;
  }
  .rnp_solutions .item .icon {
    width: 4rem;
    height: 4rem;
    right: 10px;
  }
  .rnp_solutions .item .info {
    padding: 0 10px;
    margin-top: 2rem;
  }
  .rnp_solutions .item .intro {
    padding-bottom: 1.2rem;
  }
  .rnp_solutions .item h3 {
    font-size: 18px;
    line-height: 1.5;
    min-height: unset;
  }
  .rnp_solutions .item ul {
    margin-top: 10px;
  }
  .rnp_solutions .item ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 1.5rem;
  }
  .rnp_solutions .item ul li::before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
  .rnp_solutions .item .link {
    font-size: 14px;
    gap: 10px;
    transform: translate(0);
    margin-top: 1rem;
  }
  .rnp_solutions .item .link::after {
    width: 12px;
    height: 12px;
  }
  .rna_intro {
    padding: 4rem 0 3rem;
  }
  .rna_intro .flex {
    gap: 2rem 1rem;
  }
  .rna_intro .img {
    width: 100%;
    border-radius: 6px;
  }
  .rna_intro .head {
    max-width: unset;
    padding: 0;
  }
  .rna_intro h2 {
    margin-bottom: 0;
  }
  .rna_services {
    padding: 4rem 0;
    margin: 1rem 0;
    overflow: hidden;
  }
  .rna_services .flex {
    display: block;
  }
  .rna_services .rna_services_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .rna_accelerate {
    padding: 3rem 0;
  }
  .rna_accelerate h2 {
    margin-bottom: 0;
  }
  .rna_accelerate .items {
    margin-top: 2rem;
  }
  .rna_accelerate .items > ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .rna_accelerate .item a {
    grid-template-columns: 2rem 1fr 2rem;
    gap: 10px;
    padding: 1rem 20px;
  }
  .rna_accelerate .item strong {
    font-size: 14px;
  }
  .rna_accelerate .item h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    margin-top: 2px;
  }
  .rna_products {
    padding: 3rem 0;
  }
  .rna_products .list {
    margin-top: 2rem;
  }
  .rna_products .item {
    grid-template-columns: 1fr;
    padding: 1.2rem 0;
    gap: 10px;
  }
  .rna_products .item .index {
    font-size: 14px;
    margin-top: 0;
  }
  .rna_products .item h3 {
    font-size: 18px;
    letter-spacing: unset;
    line-height: 1.5;
  }
  .rna_products .item .info {
    padding-top: 10px;
  }
  .rna_products .item .info h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    letter-spacing: unset;
  }
  .rna_products .item .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .rna_products .item .info ul {
    margin-top: 10px;
  }
  .rna_products .item .info ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 1.5rem;
  }
  .rna_products .item .info ul li::before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
  .rna_pro_main {
    padding: 2rem 0 3rem;
  }
  .rna_pro_main .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .rna_pro_main .nav_list::-webkit-scrollbar {
    display: none;
  }
  .rna_pro_main .nav_list .nav_item {
    font-size: 14px;
    padding: 14px 0;
    white-space: nowrap;
    letter-spacing: unset;
  }
  .rna_pro_main .rna_pro_main_swiper {
    width: calc(100% + 40px);
    margin: 2rem -20px 0;
    padding: 1rem 20px 2rem;
    border-radius: 0;
  }
  .rna_pro_main .rna_pro_main_swiper .swiper-slide {
    overflow-x: auto;
  }
  .rna_pro_main .rna_pro_main_swiper .swiper-slide::-webkit-scrollbar {
    display: none;
  }
  .rna_pro_main .table {
    min-width: 600px;
  }
  .rna_pro_main .table .t_head {
    font-size: 18px;
    padding: 0 14px;
    gap: 1rem;
  }
  .rna_pro_main .table .t_head span {
    padding: 1rem 0;
  }
  .rna_pro_main .table .t_row {
    border-radius: 6px;
    padding: 8px 14px;
    gap: 1rem;
    margin-bottom: 8px;
  }
  .rna_pro_main .table .t_row .title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: unset;
    padding: 10px 0;
  }
  .rna_pro_main .table .t_row .t_row_line {
    gap: 1rem;
    font-size: 14px;
  }
  .rna_pro_main .table .t_row .t_row_line span {
    padding: 10px 0;
  }
  .rna_qc {
    padding: 3rem 0;
  }
  .rna_qc .main {
    margin-top: 2rem;
    overflow-x: auto;
  }
  .rna_qc .main::-webkit-scrollbar {
    display: none;
  }
  .rna_qc .main .table {
    min-width: 600px;
  }
  .rna_qc .t_head {
    font-size: 16px;
    gap: 1rem;
  }
  .rna_qc .t_head span {
    padding: 1rem 0;
  }
  .rna_qc .t_item .title {
    font-size: 18px;
    line-height: 1.5;
    grid-template-columns: 1fr 14px;
    gap: 1rem;
    padding: 1.5rem 0 14px;
  }
  .rna_qc .t_item .t_body {
    padding: 10px 0;
  }
  .rna_qc .t_item .t_row {
    gap: 1rem;
  }
  .rna_qc .t_item .t_row strong {
    font-size: 16px;
    padding: 12px 0;
  }
  .rna_qc .t_item .t_row .t_row_line {
    gap: 1rem;
    font-size: 14px;
  }
  .rna_qc .t_item .t_row .t_row_line span {
    padding: 12px 0;
  }
  .rna_qc .t_item .t_row .t_row_line i {
    width: 1.5rem;
    height: 1.5rem;
  }
  .rna_deliverables {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .rna_deliverables .items {
    margin-top: 2rem;
  }
  .rna_deliverables .items > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .rna_deliverables .items .item {
    grid-template-columns: 1fr 2.5rem;
    gap: 1rem;
    padding: 1.2rem 20px;
  }
  .rna_deliverables .items .item h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .rna_storage {
    padding: 3rem 0;
  }
  .rna_storage .flex {
    gap: 2rem 1rem;
  }
  .rna_storage .img {
    width: 100%;
    border-radius: 6px;
  }
  .rna_storage .head {
    max-width: unset;
    padding: 0;
  }
  .rna_storage ul {
    margin-top: 1rem;
  }
  .rna_storage ul li {
    padding: 1rem 0;
    gap: 0 1rem;
    grid-template-columns: 2.5rem 1fr;
  }
  .rna_storage ul span {
    font-size: 14px;
  }
  .rna_storage ul strong {
    font-size: 16px;
    margin-top: 2px;
  }
  .about_banner .flex {
    min-height: unset;
  }
  .about_banner .head {
    padding: 3rem 0;
  }
  .about_banner .head p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 1rem;
  }
  .about_innovation {
    padding: 3rem 0;
  }
  .about_innovation .flex {
    margin-top: 12px;
  }
  .about_innovation h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_innovation .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_innovation .btn_more {
    margin-top: 20px;
  }
  .about_innovation .items {
    margin-top: 2rem;
  }
  .about_innovation .items > div {
    gap: 1rem;
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .about_innovation .items > div::-webkit-scrollbar {
    display: none;
  }
  .about_innovation .item {
    height: 350px;
    flex: 1 0 220px;
  }
  .about_innovation .item a {
    padding: 20px;
  }
  .about_innovation .item a:hover .info span::after {
    transform: translate(5px, 2px);
  }
  .about_innovation .item .img {
    opacity: 1;
  }
  .about_innovation .item .info {
    color: #fff;
  }
  .about_innovation .item .info::before {
    font-size: 14px;
    line-height: 1.5;
  }
  .about_innovation .item .info .icon {
    width: 3rem;
    height: 3rem;
    margin: 1rem 0;
    filter: contrast(0) brightness(2);
  }
  .about_innovation .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    min-height: 54px;
  }
  .about_innovation .item .info span {
    gap: 8px;
    opacity: 1;
    font-size: 14px;
    margin-top: 1rem;
  }
  .about_innovation .item .info span::after {
    width: 12px;
    height: 12px;
    transform: translateY(2px);
  }
  .about_culture {
    padding: 3rem 0;
  }
  .about_culture .flex {
    gap: 2rem;
    flex-direction: column;
    margin-top: 2rem;
  }
  .about_culture .img {
    width: 100%;
    border-radius: 8px;
  }
  .about_culture .item {
    gap: 1rem;
    grid-template-columns: 3rem 1fr;
  }
  .about_culture .item h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_culture .item p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 8px;
  }
  .about_culture .item + .item {
    margin-top: 2rem;
  }
  .about_team {
    margin: 1rem 0;
    padding: 4rem 0;
  }
  .about_team .head {
    display: block;
  }
  .about_team .head h2 {
    width: 100%;
  }
  .about_team .head p {
    margin-top: 12px;
  }
  .about_team .about_team_swiper {
    margin-top: 2rem;
  }
  .about_parent {
    padding: 3rem 0;
  }
  .about_parent .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .about_parent .head {
    padding: 0;
  }
  .about_parent .head h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .about_parent .img {
    width: 100%;
    border-radius: 8px;
  }
  .about_service {
    margin: 1rem 0;
    padding: 4rem 0 3rem;
  }
  .about_service .swiper_box {
    margin-top: 20px;
  }
  .about_service .swiper_btns {
    display: none;
  }
  .about_service .about_service_swiper .info {
    padding: 20px 20px 2rem;
  }
  .about_service .about_service_swiper .info .icon {
    width: 3rem;
    height: 3rem;
  }
  .about_service .about_service_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .about_service .about_service_swiper .info .more {
    margin-top: 1rem;
  }
  .about_service .about_service_swiper .info .more span {
    gap: 8px;
    font-size: 14px;
  }
  .about_service .about_service_swiper .info .more span::after {
    width: 12px;
    height: 12px;
  }
  .about_address {
    padding: 3rem 0;
  }
  .about_address .con {
    width: 100vw;
    padding: 3rem 2rem 2rem;
    margin: 0 -20px;
    overflow: auto;
  }
  .about_address .con::-webkit-scrollbar {
    display: none;
  }
  .about_address .main {
    min-width: 750px;
    margin-top: 0;
  }
  .about_address .map_item {
    zoom: 0.4;
  }
  .blog_banner {
    padding: 3rem 0;
    height: auto;
  }
  .blog_banner .head {
    width: 100%;
  }
  .blog_banner h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .blog_banner form {
    padding: 0;
    width: 100%;
    max-width: 380px;
    margin-top: 20px;
    position: relative;
  }
  .blog_banner form input[type="email"] {
    font-size: 14px;
    height: 46px;
    padding: 0 1rem;
  }
  .blog_banner form input[type="submit"] {
    width: auto;
    white-space: nowrap;
    height: calc(100% - 10px);
    top: 5px;
    right: 5px;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 10px;
  }
  .blog_nav {
    padding: 0;
  }
  .blog_nav ul {
    gap: 1rem;
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .blog_nav ul::-webkit-scrollbar {
    display: none;
  }
  .blog_nav ul li.active .nav_item {
    margin-bottom: 0;
    padding: 1rem 0;
  }
  .blog_nav ul li .nav_item {
    font-size: 14px;
    padding: 1rem 0;
    white-space: nowrap;
    display: block;
  }
  .blog_news {
    padding: 3rem 0 2rem;
  }
  .blog_news .head {
    padding: 0;
  }
  .blog_news .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .blog_news .head .line {
    margin-top: 8px;
    width: 80px;
  }
  .blog_news .artiicles {
    margin-top: 20px;
  }
  .blog_news .artiicles .news_swiper_item {
    flex-direction: column;
    gap: 20px;
  }
  .blog_news .artiicles .news_swiper_item .img {
    width: 100%;
  }
  .blog_news .artiicles .news_swiper_item .info {
    padding: 0;
  }
  .blog_news .artiicles .news_swiper_item .info .metas {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0.5rem;
  }
  .blog_news .artiicles .news_swiper_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .blog_news .artiicles .news_swiper_item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .blog_news .artiicles .news_swiper_item .info .btn_cir {
    gap: 8px;
    font-size: 16px;
    width: 135px;
  }
  .blog_news .artiicles .news_swiper_item .info .btn_cir::after {
    width: 14px;
    height: 14px;
  }
  .blog_news .artiicles .swiper-pagination {
    display: block;
    position: static;
    margin-top: 1.6rem;
  }
  .blog_news .artiicles .swiper-pagination span {
    opacity: 1;
    background-color: #677589;
  }
  .blog_news .artiicles .swiper-pagination span.swiper-pagination-bullet-active {
    background: #004F9F;
  }
  .blog_blogs {
    padding: 3rem 0 4rem;
  }
  .blog_blogs .head {
    padding-bottom: 2rem;
  }
  .blog_blogs .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .blog_blogs .head .line {
    margin-top: 10px;
    width: 80px;
  }
  .blog_blogs .blogs {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .blog_blogs .blogs .info {
    padding: 20px 20px 2rem;
  }
  .blog_blogs .blogs .info .metas {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .blog_blogs .blogs .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .blog_blogs .blogs .info .btn_cir {
    margin-top: 20px;
    font-size: 15px;
    gap: 8px;
  }
  .blog_blogs .blogs .info .btn_cir::after {
    width: 14px;
    height: 14px;
  }
  .blog_blogs p.center:has(.btn_more) {
    margin-top: 2.5rem;
    min-height: 42px;
  }
  .post_con {
    padding: 2rem 0 4rem;
  }
  .post_con h1 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .post_con .metas {
    font-size: 14px;
    padding: 5px 0;
  }
  .post_con .main_img {
    border-top-left-radius: 12px;
    width: 100%;
    margin: 1rem 0 2rem;
  }
  .post_con .post_detail p,
  .post_con .post_detail a {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .post_con .post_detail .links {
    padding-bottom: 1rem;
    margin: 1.2rem 0;
  }
  .post_con .post_detail .links a {
    gap: 1rem;
    font-size: 14px;
  }
  .post_con .post_detail .links a::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    gap: 6px;
    background-size: 7px;
    transform: translateY(4px);
  }
  .post_con .post_detail h2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 1.2rem 0 0.6rem;
  }
  .post_con .post_detail h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1.2rem 0 0.6rem;
  }
  .post_con .post_detail h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1.2rem 0 0.6rem;
  }
  .post_con .post_detail li {
    padding-left: 1rem;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0.6rem;
  }
  .post_con .post_detail li::before {
    width: 5px;
    height: 5px;
  }
  .post_con .post_detail li strong {
    font-size: 16px;
  }
  .post_con .post_detail .post_contact {
    margin: 2rem 0;
  }
  .post_con .post_detail .post_contact .info {
    padding: 1.8rem 1.2rem;
    border-radius: 10px 0;
  }
  .post_con .post_detail .post_contact .info h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  .post_con .post_detail .post_contact .info .contact {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.7rem 1rem;
    min-width: 120px;
    margin: 0;
  }
  .post_con .share,
  .post_con .share.hide {
    opacity: 1;
    pointer-events: all;
    position: static;
    transform: translate(0);
    margin-top: 2rem;
  }
  .post_con .share ul,
  .post_con .share.hide ul {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .post_con .share ul a,
  .post_con .share.hide ul a {
    width: 42px;
    height: 42px;
  }
  .post_con .share ul a::after,
  .post_con .share.hide ul a::after {
    width: 16px;
    height: 16px;
  }
  .post_blogs {
    padding: 3rem 0;
  }
  .post_blogs .head {
    padding: 0;
  }
  .post_blogs .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .post_blogs .head .line {
    margin-top: 8px;
    width: 80px;
  }
  .post_blogs .swiper_box {
    margin-top: 20px;
  }
  .post_blogs .swiper_box .swiper_btns {
    display: none;
  }
  .post_blogs .swiper_box .post_item .info {
    padding: 20px 20px 2rem;
  }
  .post_blogs .swiper_box .post_item .info .metas {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .post_blogs .swiper_box .post_item .info .swiper_title {
    font-size: 18px;
    line-height: 1.5;
  }
  .post_blogs .swiper_box .post_item .info .btn_cir {
    margin-top: 20px;
    font-size: 15px;
    gap: 8px;
  }
  .post_blogs .swiper_box .post_item .info .btn_cir::after {
    width: 14px;
    height: 14px;
  }
  .post_blogs .btn_more {
    margin-top: 2.5rem;
  }
  .mrna_intro {
    padding: 3rem 0;
    margin-bottom: 1rem;
  }
  .mrna_intro .flex {
    gap: 2rem 1rem;
  }
  .mrna_intro .head {
    max-width: unset;
  }
  .mrna_intro h2 {
    margin-bottom: 0;
  }
  .mrna_intro .img {
    width: 100%;
    margin: 0;
  }
  .mrna_intro .intro {
    margin-top: 2rem;
  }
  .mrna_intro .intro .img {
    width: 100%;
    border-radius: 6px;
  }
  .mrna_intro .intro .info {
    max-width: unset;
    padding: 0;
  }
  .mrna_intro .intro h3 {
    font-size: 18px;
  }
  .mrna_intro .intro ul {
    margin-top: 1.2rem;
  }
  .mrna_intro .intro ul li {
    padding-left: 1.2rem;
    margin-bottom: 10px;
  }
  .mrna_intro .intro ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .mrna_intro .intro ul li strong {
    font-size: 16px;
  }
  .mrna_intro .intro ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .mrna_services {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .mrna_services .list {
    margin-top: 2rem;
  }
  .mrna_services .list > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .mrna_services .service_item .info {
    min-height: 157px;
    padding: 1.2rem 20px 1.5rem;
  }
  .mrna_services .service_item .title {
    font-size: 14px;
  }
  .mrna_types {
    padding: 3rem 0;
  }
  .mrna_types .head {
    max-width: unset;
  }
  .mrna_types .items {
    margin-top: 2rem;
  }
  .mrna_types .items .item {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
  }
  .mrna_types .items .icon {
    width: 3rem;
    padding: 0;
    height: 3rem;
    margin-top: 0;
  }
  .mrna_types .items h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
    letter-spacing: unset;
  }
  .mrna_types .items .info {
    padding: 0;
  }
  .mrna_types .items .info h4 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .mrna_types .items .info ul {
    margin-bottom: 1rem;
  }
  .mrna_types .items .info ul li {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-left: 1.5rem;
  }
  .mrna_types .items .info ul li::before {
    width: 14px;
    height: 14px;
    top: 7px;
  }
  .mrna_partner {
    padding: 3rem 0;
  }
  .mrna_partner .head {
    max-width: unset;
    padding: 0;
  }
  .mrna_partner .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .mrna_partner .logos {
    width: 100%;
  }
  .mrna_partner .main {
    margin-top: 2rem;
  }
  .mrna_partner .left {
    width: 100%;
  }
  .mrna_partner .left .img {
    border-radius: 6px;
  }
  .mrna_partner .left::after {
    display: none;
  }
  .mrna_partner .info {
    max-width: unset;
    padding: 0;
  }
  .mrna_partner .info .metas {
    font-size: 14px;
    gap: 6px;
  }
  .mrna_partner .info .metas .cat {
    font-size: 15px;
  }
  .mrna_partner .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .mrna_partner .info .btn {
    margin-top: 20px;
  }
  .mrna_lnp {
    padding: 3rem 0;
  }
  .mrna_lnp .flex {
    align-items: unset;
  }
  .mrna_lnp .head {
    width: 100%;
  }
  .mrna_lnp .head .img {
    margin-top: 2rem;
    border-radius: 6px;
  }
  .mrna_lnp .right {
    max-width: unset;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .mrna_lnp .right p {
    margin-top: 10px;
  }
  .mrna_lnp .right .box {
    margin: 20px 0;
  }
  .mrna_lnp .right .box h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 14px 20px;
    letter-spacing: unset;
  }
  .mrna_lnp .right .box ul {
    padding: 12px 20px 14px;
    display: block;
  }
  .mrna_lnp .right .box ul li {
    padding-left: 1.2rem;
  }
  .mrna_lnp .right .box ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .mrna_lnp .right .btn {
    margin-top: 20px;
  }
  .mrna_gmp {
    padding: 3rem 0;
  }
  .mrna_gmp .flex {
    display: block;
  }
  .mrna_gmp .main {
    margin-top: 2rem;
  }
  .mrna_gmp .main > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .mrna_gmp .img {
    border-radius: 6px;
  }
  .mrna_gmp .nums li {
    padding: 2rem 20px;
    margin-bottom: 1rem;
  }
  .mrna_gmp .nums span {
    font-size: 1.5rem;
    letter-spacing: unset;
  }
  .mrna_gmp .nums .label {
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .mrna_voice {
    padding: 4rem 0;
    margin: 0;
  }
  .mrna_voice .card {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    margin-top: 2rem;
  }
  .mrna_voice .icon {
    width: 100px;
    height: 100px;
  }
  .mrna_voice .info {
    padding: 0;
  }
  .mrna_voice .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .mrna_voice .info h3 {
    font-size: 18px;
    padding-top: 1rem;
    margin-top: 1rem;
    letter-spacing: unset;
  }
  .mrna_voice .info strong {
    font-size: 14px;
    margin-top: 10px;
  }
  .mrna_argument {
    padding: 3rem 0;
  }
  .mrna_argument .head {
    max-width: unset;
  }
  .mrna_argument .items {
    margin-top: 2rem;
  }
  .mrna_argument .items > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .mrna_argument .items .item {
    padding: 1.2rem 20px;
  }
  .mrna_argument .items .title {
    grid-template-columns: 1fr 2.5rem;
    gap: 1rem;
  }
  .mrna_argument .items .title h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .mrna_argument .items .title i {
    margin: 0;
  }
  .mrna_argument .items ul {
    padding-top: 10px;
    margin-top: 1rem;
  }
  .mrna_argument .items ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
    padding-left: 1.2rem;
  }
  .mrna_argument .items ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .mrna_specific {
    padding: 3rem 0;
  }
  .mrna_specific .list {
    margin-top: 2rem;
  }
  .mrna_specific .item a {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
  }
  .mrna_specific .item .icon,
  .mrna_specific .item i {
    width: 2.5rem;
    padding: 0;
    height: 2.5rem;
    opacity: 1;
    transform: translate(0);
    margin: 0;
  }
  .mrna_specific .item h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
  }
  .mrna_specific .item .info {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .mrna_specific .item .info li {
    padding-left: 1.2rem;
  }
  .mrna_specific .item .info li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .mrna_specific .img {
    border-radius: 6px;
    margin-top: 2rem;
  }
  .investigator_introduction {
    padding: 3rem 0;
  }
  .investigator_introduction .flex {
    gap: 2rem;
    margin-top: 10px;
    flex-direction: column-reverse;
  }
  .investigator_introduction .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .investigator_introduction .desc p {
    margin-bottom: 10px;
  }
  .investigator_introduction .btn {
    margin-top: 20px;
  }
  .investigator_introduction .img {
    width: 100%;
  }
  .investigator_service {
    padding: 3rem 0;
    overflow: hidden;
  }
  .investigator_service .head p {
    margin-top: 10px;
  }
  .investigator_service .investigator_service_swiper {
    margin-top: 2rem;
    overflow: visible;
  }
  .investigator_iit {
    padding: 3rem 0;
  }
  .investigator_iit .flex {
    margin-top: 1rem;
    display: block;
  }
  .investigator_iit h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .investigator_iit .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .investigator_iit .desc p {
    margin: 10px 0 0;
  }
  .investigator_iit .btn_more {
    margin-top: 20px;
  }
  .investigator_production {
    margin: 1rem 0;
    padding: 4rem 0;
  }
  .investigator_production .items {
    margin-top: 2rem;
  }
  .investigator_production .items > div {
    gap: 1rem;
    display: flex;
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .investigator_production .items > div::-webkit-scrollbar {
    display: none;
  }
  .investigator_production .item {
    padding: 20px;
    flex: 1 0 260px;
  }
  .investigator_production .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .investigator_production .item h3 {
    font-size: 18px;
    line-height: 1.5;
    min-height: 81px;
    margin-top: 20px;
  }
  .investigator_production .item::after {
    width: 1rem;
    height: 1rem;
    right: 20px;
    top: 20px;
  }
  .investigator_workflow {
    padding: 3rem 0;
  }
  .investigator_workflow .top {
    margin-top: 2rem;
    flex-direction: column;
  }
  .investigator_workflow .top .left,
  .investigator_workflow .top .center,
  .investigator_workflow .top .right {
    padding: 1rem 20px;
    gap: 1rem;
    grid-template-columns: 2.5rem 1fr;
  }
  .investigator_workflow .top .left h3,
  .investigator_workflow .top .center h3,
  .investigator_workflow .top .right h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .investigator_workflow .top .arrow {
    width: 4rem;
    height: 4rem;
    margin: -8px auto;
  }
  .investigator_workflow .top .arrow::after {
    width: 1rem;
    height: 1rem;
    transform: rotate(90deg);
  }
  .investigator_workflow .con {
    padding: 12px;
    overflow: hidden;
  }
  .investigator_workflow .con .item h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 1rem 0 12px;
  }
  .investigator_workflow .investigator_workflow_swiper {
    overflow: visible;
    margin: 1rem 0;
  }
  .investigator_workflow .investigator_workflow_swiper .icon i {
    width: 4rem;
    height: 4rem;
  }
  .investigator_workflow .investigator_workflow_swiper .icon::after {
    width: 20px;
    height: 20px;
  }
  .investigator_workflow .investigator_workflow_swiper h4 {
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.3;
  }
  .investigator_workflow .tip {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    margin-top: 20px;
  }
  .investigator_choose {
    padding: 3rem 0;
  }
  .investigator_choose .items {
    margin-top: 20px;
  }
  .investigator_choose .item {
    padding: 2rem 0;
  }
  .investigator_choose .item .top {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .investigator_choose .item h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .investigator_choose .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .investigator_choose .item .flex {
    gap: 20px;
    margin-top: 10px;
    flex-direction: column-reverse;
  }
  .investigator_choose .item .info .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .investigator_choose .item .info .desc ul {
    margin: 10px 0;
  }
  .investigator_choose .item .info .desc p {
    margin-top: 10px;
  }
  .investigator_choose .item .info .desc p:first-child {
    margin-top: 0;
  }
  .investigator_choose .item .info .desc li {
    font-size: 0.9rem;
    padding-left: 1rem;
  }
  .investigator_choose .item .info .desc li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .investigator_choose .item .info .nums {
    margin-top: 20px;
  }
  .investigator_choose .item .info .nums .num_item {
    padding-right: 1rem;
  }
  .investigator_choose .item .info .nums .num {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .investigator_choose .item .info .nums .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .investigator_choose .item .img {
    width: 100%;
    padding-bottom: 48.229342%;
  }
  .investigator_testimonial {
    padding: 1rem 0;
  }
  .investigator_testimonial .item {
    gap: 2rem;
    margin-bottom: 3rem;
    flex-direction: column-reverse;
  }
  .investigator_testimonial .item .right {
    width: 100%;
  }
  .investigator_testimonial .item .right::after {
    display: none;
  }
  .investigator_testimonial .item .info {
    width: 100%;
  }
  .investigator_testimonial .item .info i {
    width: 20px;
    height: 1rem;
  }
  .investigator_testimonial .item .info .desc {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .investigator_testimonial .item .info .author {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 12px;
    margin-top: 20px;
  }
  .investigator_testimonial .item .info .btn {
    margin-top: 2rem;
  }
  .investigator_faq {
    margin: 1rem 0;
    padding: 4rem 0;
  }
  .investigator_faq .faq_list {
    gap: 12px;
    margin-top: 2rem;
  }
  .investigator_faq .faq_list .faq_item .question {
    gap: 1rem;
    padding: 1rem;
    font-size: 15px;
    line-height: 1.2;
    grid-template-columns: 1fr 1rem;
  }
  .investigator_faq .faq_list .faq_item .answer {
    font-size: 14px;
    line-height: 1.7;
    padding: 1rem;
  }
  .investigator_faq .faq_list table th:first-child,
  .investigator_faq .faq_list table td:first-child {
    width: 30%;
  }
  .investigator_faq .faq_list table th {
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 8px 1rem;
  }
  .investigator_faq .faq_list table td {
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 8px;
  }
  .investigator_faq .faq_list table td:first-child {
    font-size: 14px;
  }
  .investigator_faq .faq_list table td li {
    padding-left: 20px;
  }
  .investigator_faq .faq_list table td li::before {
    width: 12px;
    height: 8px;
    top: 6px;
  }
  .investigator_faq .tip {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 2rem;
  }
  .investigator_reference {
    padding: 3rem 0;
  }
  .investigator_reference .items {
    margin-top: 20px;
  }
  .investigator_reference .item {
    padding: 20px 3rem 20px 26px;
  }
  .investigator_reference .item .order {
    top: 24px;
    font-size: 14px;
  }
  .investigator_reference .item h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .investigator_reference .item .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .investigator_reference .item::after {
    width: 2rem;
    height: 2rem;
    top: 22px;
    background-size: 12px;
  }
  .analytical_introduction {
    overflow: hidden;
    padding: 3rem 0;
  }
  .analytical_introduction .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .analytical_introduction .head p {
    margin-top: 10px;
  }
  .analytical_introduction .head .btn {
    margin-top: 20px;
  }
  .analytical_introduction .img {
    width: 100%;
  }
  .analytical_introduction .nums {
    border-radius: 6%;
    padding: 0 1rem;
  }
  .analytical_introduction .nums .num {
    width: 100%;
    font-size: 25px;
  }
  .analytical_introduction .nums .label {
    font-size: 13px;
    margin-top: 2px;
  }
  .analytical_introduction .items {
    margin-top: 2rem;
  }
  .analytical_introduction .items > div {
    gap: 1rem;
    display: flex;
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .analytical_introduction .items > div::-webkit-scrollbar {
    display: none;
  }
  .analytical_introduction .item {
    flex: 1 0 260px;
    padding: 20px;
  }
  .analytical_introduction .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .analytical_introduction .item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2rem;
    min-height: unset;
    padding-bottom: 12px;
  }
  .analytical_introduction .item p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .analytical_platform {
    padding: 3rem 0;
    overflow: hidden;
  }
  .analytical_platform .head {
    display: block;
  }
  .analytical_platform .head p {
    margin-top: 10px;
  }
  .analytical_platform .head h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .analytical_platform .left {
    padding-bottom: 0;
  }
  .analytical_platform .nums {
    margin-top: 20px;
  }
  .analytical_platform .nums > div {
    gap: 3rem 2rem;
  }
  .analytical_platform .nums .num {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .analytical_platform .nums .num::after {
    height: 10px;
    bottom: 6px;
  }
  .analytical_platform .nums .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
  }
  .analytical_platform .con::before {
    top: 20%;
  }
  .analytical_platform .main {
    gap: 3rem;
    padding: 2rem 0 0;
    flex-direction: column;
  }
  .analytical_platform .roulette_box {
    width: 80%;
  }
  .analytical_platform .total {
    font-size: 14px;
    line-height: 1.3;
  }
  .analytical_platform .total strong {
    font-size: 2rem;
    line-height: 1.3;
  }
  .analytical_platform .container .item {
    padding: 0 12px;
  }
  .analytical_platform .container .item .icon {
    width: 2rem;
    height: 2rem;
  }
  .analytical_platform .container .item .title {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 4px;
  }
  .analytical_platform .swiper_box {
    width: 100%;
  }
  .analytical_platform .analytical_platform_swiper {
    overflow: visible;
  }
  .analytical_platform .analytical_platform_swiper h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .analytical_platform .analytical_platform_swiper .card {
    padding: 20px;
    margin-top: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: block;
  }
  .analytical_platform .analytical_platform_swiper .intro {
    gap: 10px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .analytical_platform .analytical_platform_swiper .intro h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  .analytical_platform .analytical_platform_swiper .intro li {
    padding-left: 1rem;
  }
  .analytical_platform .analytical_platform_swiper .intro li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .analytical_platform .analytical_platform_swiper .img {
    margin-top: 20px;
  }
  .analytical_platform .swiper_btns {
    margin-top: 2rem;
  }
  .analytical_platform .swiper_btns div {
    background-color: #efefef;
  }
  .analytical_functional {
    padding: 3rem 0;
  }
  .analytical_functional .flex {
    display: block;
  }
  .analytical_functional .desc p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .analytical_functional .desc p:first-child {
    margin-top: 10px;
  }
  .analytical_functional .btn_more {
    margin-top: 2rem;
  }
  .analytical_service {
    padding: 3rem 0;
  }
  .analytical_service .items {
    margin-top: 20px;
  }
  .analytical_service .items > div {
    gap: 1rem;
    display: flex;
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .analytical_service .items > div::-webkit-scrollbar {
    display: none;
  }
  .analytical_service .item {
    height: 350px;
    flex: 1 0 220px;
    padding: 20px;
  }
  .analytical_service .item .img {
    opacity: 1;
  }
  .analytical_service .item .info {
    color: #fff;
  }
  .analytical_service .item .info::before {
    font-size: 14px;
    line-height: 1.5;
  }
  .analytical_service .item .info .icon {
    width: 3rem;
    height: 3rem;
    margin: 1rem 0;
    filter: contrast(0) brightness(2);
  }
  .analytical_service .item .info .desc {
    max-height: calc(100% - 100px);
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .analytical_service .item .info .desc h3 {
    font-size: 18px;
    line-height: 1.5;
    min-height: unset;
  }
  .analytical_service .item .info .desc li {
    padding-left: 1rem;
  }
  .analytical_service .item .info .desc li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .analytical_service .item .info .desc .syedittext {
    display: block;
  }
  .analytical_testing {
    overflow: hidden;
    padding: 3rem 0;
  }
  .analytical_testing .head {
    display: block;
  }
  .analytical_testing .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .analytical_testing .main {
    margin-top: 2rem;
  }
  .analytical_testing .main .flex {
    flex-direction: column;
  }
  .analytical_testing .main .left,
  .analytical_testing .main .right {
    width: 100%;
  }
  .analytical_testing .main .left > div,
  .analytical_testing .main .right > div {
    gap: 8px;
  }
  .analytical_testing .main .item {
    display: block;
  }
  .analytical_testing .main .item::before,
  .analytical_testing .main .item::after {
    display: none;
  }
  .analytical_testing .main .wrap {
    gap: 1rem 20px;
    padding: 20px;
    min-height: unset;
    grid-template-columns: 1fr 2.5rem;
  }
  .analytical_testing .main .wrap .title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .analytical_testing .main .center {
    width: 100%;
    gap: 1rem;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
  }
  .analytical_testing .main .center .left_line,
  .analytical_testing .main .center .right_line {
    border: none;
    height: 3rem;
    border-left: 1px dashed #96a3aa;
  }
  .analytical_testing .main .center .left_line::after,
  .analytical_testing .main .center .right_line::after {
    top: 0;
  }
  .analytical_testing .main .center .left_line::after {
    top: unset;
    bottom: 0;
    transform: translate(50%, 50%);
  }
  .analytical_testing .main .center h3 {
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
    max-width: 200px;
  }
  .analytical_testing .bottom {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
  }
  .analytical_testing .bottom .left,
  .analytical_testing .bottom .right {
    font-size: 13px;
    line-height: 1.5;
    padding: 1rem 20px;
  }
  .analytical_testing .bottom .center {
    width: 3rem;
    height: 3rem;
  }
  .analytical_testing .bottom .center::before {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .analytical_management {
    padding: 3rem 0;
    overflow: hidden;
  }
  .analytical_management .head h2 {
    margin-bottom: 0;
  }
  .analytical_management .head p {
    margin-top: 10px;
  }
  .analytical_management .analytical_management_swiper {
    overflow: visible;
    margin-top: 2rem;
  }
  .analytical_management .analytical_management_swiper .swiper-slide + .swiper-slide .wrap::before {
    width: 15px;
    height: 15px;
    left: -15px;
  }
  .analytical_management .analytical_management_swiper .active .wrap {
    padding: 1rem;
  }
  .analytical_management .analytical_management_swiper .arrow {
    width: 3rem;
    height: 3rem;
  }
  .analytical_management .analytical_management_swiper .arrow::before {
    width: 38px;
    height: 38px;
  }
  .analytical_management .analytical_management_swiper .arrow::after {
    width: 20px;
    height: 20px;
  }
  .analytical_management .analytical_management_swiper .wrap {
    padding: 20px;
    min-height: 230px;
  }
  .analytical_management .analytical_management_swiper .wrap ul {
    gap: 8px;
  }
  .analytical_management .analytical_management_swiper .wrap li {
    padding: 1rem;
    font-size: 12px;
    line-height: 1.5;
    min-height: unset;
  }
  .analytical_management .analytical_management_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 0;
  }
  .analytical_management .analytical_management_swiper .info p {
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .vector_profile {
    padding: 3rem 0;
  }
  .vector_profile .main {
    gap: 2rem;
    flex-direction: column;
  }
  .vector_profile .head {
    padding: 0;
  }
  .vector_profile .head p {
    margin-top: 10px;
  }
  .vector_profile .head .btn {
    margin-top: 20px;
  }
  .vector_profile .img {
    width: 100%;
  }
  .vector_profile .bottom {
    margin-top: 2rem;
  }
  .vector_profile .items {
    width: 100%;
    margin-top: 1rem;
  }
  .vector_profile .items .item {
    grid-template-columns: 3rem 1fr;
  }
  .vector_profile .items .item .label {
    font-size: 18px;
    line-height: 1.5;
  }
  .vector_profile .items .item + .item {
    margin-top: 1rem;
  }
  .vector_service {
    margin: 1rem 0;
    padding: 4rem 0;
    overflow: hidden;
  }
  .vector_service .head {
    display: block;
  }
  .vector_service .vector_service_swiper {
    overflow: visible;
    margin-top: 2rem;
  }
  .vector_service .vector_service_swiper .swiper-slide:last-child .index::after {
    width: 17px;
    height: 17px;
  }
  .vector_workflow {
    padding: 3rem 0;
    overflow: hidden;
  }
  .vector_workflow .main {
    overflow-x: auto;
  }
  .vector_workflow .main::-webkit-scrollbar {
    display: none;
  }
  .vector_workflow .table {
    min-width: 1100px;
    margin-top: 2rem;
  }
  .vector_workflow .table .t_head span {
    font-size: 16px;
    padding: 14px 1rem;
  }
  .vector_workflow .table .t_body {
    padding: 1.5rem 0;
  }
  .vector_workflow .table .t_body .col-3 .title {
    padding: 12px 1.5rem 12px 1rem;
  }
  .vector_workflow .table .t_body .title {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 12px 1.5rem 12px 1rem;
  }
  .vector_workflow .table .t_body .tip {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 1.5rem;
    margin-top: 10px;
  }
  .vector_workflow .table .t_body .tip::before {
    left: 10px;
    top: 2px;
  }
  .vector_workflow .page_workflow_swiper {
    margin-top: 2rem;
  }
  .vector_workflow .note {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 2rem;
    padding-top: 1rem;
  }
  .vector_workflow p.center:has(.btn) {
    margin-top: 20px;
  }
  .vector_deliverable {
    padding: 3rem 0;
    overflow: hidden;
  }
  .vector_deliverable::before {
    top: 2rem;
  }
  .vector_deliverable .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .vector_deliverable .img {
    width: 100%;
  }
  .vector_deliverable .head {
    padding: 0;
    width: 100%;
  }
  .vector_deliverable .head h2 {
    margin: 0;
  }
  .vector_deliverable .head p {
    margin-top: 10px;
  }
  .vector_deliverable .swiper_box {
    margin-top: 3rem;
  }
  .vector_deliverable h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .vector_deliverable .vector_deliverable_swiper {
    overflow: visible;
    margin-top: 20px;
  }
  .vector_deliverable .vector_deliverable_swiper .service_item .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .vector_more {
    padding: 3rem 0;
  }
  .vector_more .items {
    margin-top: 20px;
  }
  .vector_more .item {
    padding: 2rem 0;
    display: block;
  }
  .vector_more .item .title {
    gap: 8px;
    margin: 20px 0 12px;
    grid-template-columns: 8% 1fr;
  }
  .vector_more .item .title .order {
    font-size: 14px;
    padding: 0;
  }
  .vector_more .item .title h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .vector_more .item .info .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .vector_more .item .info .btn_more {
    margin-top: 20px;
  }
  .vector_qc {
    padding: 3rem 0;
  }
  .vector_qc .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .vector_qc .head p {
    margin-top: 10px;
  }
  .vector_qc .head ul {
    margin-top: 1rem;
  }
  .vector_qc .head ul li {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 26px;
  }
  .vector_qc .head ul li::before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
  .vector_qc .head .btn {
    margin-top: 20px;
  }
  .vector_qc .img {
    width: 100%;
  }
  .vector_qc .block {
    gap: 8px;
    padding: 0 12px;
    border-radius: 8%;
    grid-template-columns: 20px 1fr;
    font-size: 12px;
    line-height: 1.5;
  }

  .header_menu, .menu_overlay {
    display: none;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }
  /*** global css ***/
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .btn,
  .btn_w,
  .btn_line,
  .btn_more {
    font-size: 16px;
  }
  .head .subtitle {
    font-size: 15px;
  }
  .head h1 {
    font-size: 34px;
  }
  .head h2 {
    font-size: 28px;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    margin-top: 12px;
  }
  .home_banner .title {
    font-size: 34px;
  }
  .footer_contact .img {
    width: 40%;
  }
  .footer_contact .flex {
    flex-direction: row-reverse;
  }
  .home_nums .nums ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_news .main > div {
    grid-template-columns: repeat(2, 45%);
  }
  .home_news .main > div::before {
    display: block;
  }
  .solution_item a {
    grid-template-columns: 24.7% 24.1% 1fr;
  }
  .solution_item a h3,
  .solution_item a .info {
    margin-top: 0;
  }
  .page_nav2 .nav_item {
    font-size: 16px;
  }
  .page_nav .page_nav_swiper li {
    flex: 1 0 38%;
  }
  .page_nav .nav_item {
    font-size: 16px;
  }
  .process_intro .img {
    width: 48%;
  }
  .track_main .head h2 {
    font-size: 28px;
  }
  .track_intro .nums > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .rnp_intro .img {
    width: 48%;
  }
  .rnp_solutions .list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .rna_intro .img {
    width: 48%;
  }
  .page_mrna .page_mrna_swiper {
    width: 56%;
  }
  .rna_storage .img {
    width: 48%;
  }
  .about_address .con {
    padding: 5rem 2rem 4rem;
  }
  .about_address .map_item {
    zoom: 0.46;
  }
  .blog_blogs .blogs {
    gap: 2rem 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .mrna_intro .img {
    width: 36%;
  }
  .mrna_intro .intro .img {
    width: 48%;
  }
  .mrna_services .list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .mrna_partner .head h2 {
    font-size: 28px;
  }
  .mrna_partner .logos {
    width: 35%;
  }
  .mrna_partner .left {
    width: 48%;
  }
  .mrna_lnp .head {
    width: 48%;
  }
  .mrna_gmp .main > div {
    grid-template-columns: 2fr 1fr;
  }
  .mrna_argument .items > div {
    grid-template-columns: 1fr 1fr;
  }
  .mrna_specific .item a {
    grid-template-columns: auto 1fr 1.5fr auto;
  }
  .investigator_introduction .img {
    max-width: 460px;
  }
  .analytical_management .analytical_management_swiper .wrap {
    min-height: 300px;
  }
  .analytical_introduction .img {
    max-width: 460px;
  }
  .analytical_platform .main {
    gap: 5rem;
  }
  .vector_profile .img {
    max-width: 460px;
    margin: 0 auto;
  }
  .vector_deliverable .img {
    max-width: 460px;
  }
  .vector_more .item {
    display: grid;
    grid-template-columns: 36% 1fr;
  }
  .vector_more .item .img {
    grid-row: span 2;
  }
  .vector_qc .img {
    max-width: 460px;
  }
}
