@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem !important;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .btn_line.lar {
    font-size: 14px;
    padding: 10px 20px;
  }
  .btn {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
  }
  .btn.sm {
    font-size: 14px;
    padding: 11px 20px;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 20px;
    height: 20px;
  }
  .swiper_btns_circle {
    gap: 1rem;
  }
  .swiper_btns_circle div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .swiper_btns_circle div::after {
    width: 12px;
    height: 12px;
  }
  .btn_circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .btn_circle::after {
    width: 12px;
    height: 12px;
  }
  .head.sm h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: unset;
    word-spacing: unset;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: 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_line {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  header {
    position: sticky;
    top: 0;
  }
  header.sticky {
    top: 0;
  }
  header .header_top {
    width: auto;
  }
  header .header_top .left {
    padding: 0;
  }
  header .header_top .right {
    display: none;
  }
  header .logo {
    gap: 10px;
  }
  header .logo img {
    height: 35px;
  }
  header .logo p {
    font-size: 20px;
  }
  header .btns {
    gap: 26px;
    min-height: 4rem;
    justify-content: flex-end;
  }
  header .btn_search {
    width: 22px;
    height: 22px;
    background: url("../img/icon-search.svg") no-repeat center / contain;
    display: block;
    content: '';
    cursor: pointer;
  }
  header .search {
    max-width: unset;
    flex: unset;
    position: fixed;
    width: 100%;
    top: 4rem;
    left: 0;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(218, 218, 218, 0.45);
    padding: 1rem;
    transform: translateY(-2rem);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s, opacity 0.3s;
    pointer-events: none;
  }
  header .search.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  header .search form {
    grid-template-columns: 1fr 18px;
    z-index: 990;
  }
  header .search form input[type=text] {
    font-size: 16px;
    letter-spacing: unset;
    padding-bottom: 4px;
  }
  header .btn {
    display: none;
  }
  header .btn_menu {
    order: 2;
  }
  footer .footer_main {
    padding: 3rem 0;
  }
  footer .footer_main .flex {
    display: block;
  }
  footer .slide_intro {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
  }
  footer .slide_intro .logo p {
    font-size: 4rem;
  }
  footer .slide_intro .btn_circle {
    width: 3rem;
    height: 3rem;
    border-width: 1px;
  }
  footer .slide_intro .btn_circle::after {
    width: 14px;
    height: 14px;
  }
  footer .slide_social {
    width: 100%;
    margin-bottom: 2rem;
  }
  footer .slide_social strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .slide_social .social {
    gap: 1rem;
    justify-content: space-between;
    margin: 0;
  }
  footer .slide_social .social li {
    margin: 0;
  }
  footer .slide_social .social a {
    width: 22px;
    height: 22px;
  }
  footer .slide_obj:not(.slide_connect,.slide_social) {
    width: 100%;
  }
  footer .slide_obj:not(.slide_connect,.slide_social) 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_social) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-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_social).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .slide_obj:not(.slide_connect,.slide_social) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .slide_obj:not(.slide_connect,.slide_social) > div li {
    margin-bottom: 14px;
  }
  footer .slide_obj:not(.slide_connect,.slide_social) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .slide_obj:not(.slide_connect,.slide_social) > 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: 18px;
    height: 18px;
  }
  footer .slide_connect li a {
    font-size: 1rem;
  }
  footer .slide_connect li .label {
    font-size: 14px;
    margin-top: 6px;
  }
  footer .slide_connect .phone::before {
    background-size: 18px;
  }
  footer .copyright {
    padding: 20px 0;
  }
  footer .copyright .flex {
    gap: 20px;
    flex-direction: column-reverse;
  }
  footer .copyright ul {
    gap: 1rem;
  }
  footer .copyright p {
    font-size: 13px;
  }
  footer .copyright a {
    font-size: 14px;
  }
  .product_item a {
    border-radius: 12px;
  }
  .product_item .info {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 20px 1.2rem;
  }
  .product_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 4px;
  }
  .product_item .info .btn_circle {
    margin-bottom: 0;
  }
  .luxury_item a {
    border-radius: 12px;
  }
  .luxury_item .info {
    padding: 1rem 20px 1.5rem;
  }
  .luxury_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .luxury_item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 6px;
  }
  .page_faqs {
    padding: 3rem 0;
    margin: 1rem 0;
  }
  .page_faqs .flex {
    gap: 2rem 1rem;
  }
  .page_faqs h2 {
    margin-bottom: 0;
  }
  .page_faqs .head {
    padding: 0;
  }
  .page_faqs .head p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .page_faqs .btn_line {
    margin-bottom: 0;
  }
  .page_faqs .tip {
    margin-top: 1rem;
    font-size: 14px;
    gap: 6px;
    margin-bottom: 0;
  }
  .page_faqs .tip::before {
    width: 10px;
    height: 10px;
  }
  .page_faqs .faqs {
    width: 100%;
  }
  .page_faqs .faq {
    border-radius: 10px;
    margin-bottom: 1rem;
  }
  .page_faqs .faq.active .question {
    padding: 12px 20px;
  }
  .page_faqs .faq .question {
    font-size: 16px;
    line-height: 1.5;
    grid-template-columns: 1fr 12px;
    padding: 12px 20px;
  }
  .page_faqs .faq .answer {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 12px 20px 1.2rem;
  }
  .page_faqs .faq .answer p {
    margin-bottom: 1rem;
  }
  .page_say {
    padding: 3rem 0;
  }
  .page_say .page_say_swiper {
    margin-top: 2rem;
    border-radius: 12px;
  }
  .page_say .page_say_swiper .item {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .page_say .page_say_swiper .item > div {
    border-radius: 12px;
  }
  .page_say .page_say_swiper .img {
    grid-row: unset;
  }
  .page_say .page_say_swiper .member {
    grid-template-columns: 1fr 3rem;
    gap: 0 1rem;
    padding: 1.2rem 20px;
  }
  .page_say .page_say_swiper .member .title {
    font-size: 18px;
  }
  .page_say .page_say_swiper .member p {
    font-size: 0.9rem;
    margin-top: 4px;
  }
  .page_say .page_say_swiper .main {
    padding: 1.2rem 20px 2rem;
  }
  .page_say .page_say_swiper .main i {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
  }
  .page_say .page_say_swiper .main .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    min-height: unset;
    max-height: 155px;
  }
  .page_say .page_say_swiper .main .star {
    width: 100px;
    height: 14px;
  }
  .page_say .page_say_swiper .main .star::after {
    background-size: 100px 100%;
  }
  .page_say div.swiper-pagination {
    gap: 10px;
    margin-top: 2rem;
  }
  .page_say div.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .blog_list .info {
    margin-top: 1rem;
  }
  .blog_list .metas {
    font-size: 15px;
    gap: 10px;
  }
  .blog_list .metas .cat {
    line-height: 2;
    padding: 0 1rem;
  }
  .blog_list .metas .date {
    font-size: 14px;
  }
  .blog_list h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_choose {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .page_choose .head {
    max-width: unset;
  }
  .page_choose .flex {
    margin-top: 2rem;
  }
  .page_choose .flex::before {
    display: none;
  }
  .page_choose .img {
    width: 100%;
    border-radius: 12px;
  }
  .page_choose .info {
    font-size: 0.9rem;
    width: 100%;
    padding: 0;
  }
  .page_choose .info > div {
    max-width: unset;
  }
  .page_choose .info p {
    line-height: 1.5;
  }
  .page_choose .info ul {
    margin-top: 10px;
  }
  .page_choose .info ul li {
    line-height: 1.5;
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
  .page_choose .info ul li::before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
  .page_choose .info .btn {
    margin-top: 20px;
  }
  .home_banner {
    margin-bottom: 1rem;
  }
  .home_banner .home_banner_swiper .swiper-slide::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.25;
    content: '';
  }
  section.home_banner .home_banner_swiper .swiper-slide::before {
    opacity: .5;
  }
  .home_banner .flex {
    min-height: unset;
    padding: 3rem 0 5rem;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .num {
    font-size: 3rem;
  }
  .home_banner .swiper_btns {
    gap: 1rem;
    bottom: 1rem;
    right: 16px;
  }
  .home_banner .pagination {
    font-size: 14px;
    gap: 4px;
    right: 16px;
    display: none;
  }
  .home_banner .pagination div.swiper-pagination {
    height: 52px;
  }
  .home_products {
    overflow: hidden;
    padding: 3rem 0;
  }
  .home_products .flex {
    gap: 1rem;
  }
  .home_products .inner {
    width: 100%;
    padding: 0 20px;
    margin-top: 2rem;
  }
  .home_products h2 {
    max-width: unset;
  }
  .home_products .swiper_box {
    margin-bottom: 2rem;
  }
  .home_products .btn_line {
    margin: 0;
  }
  .home_products .inner {
    width: 100%;
    max-width: unset;
    padding: 0 20px;
  }
  .home_products .home_products_swiper {
    overflow: unset;
  }
  .home_products .swiper_btns_circle {
    display: none;
  }
  .home_services {
    padding: 4rem 0;
    margin: 1rem 0 0;
  }
  .home_services::before {
    padding: 0;
    height: 100%;
  }
  .home_services .head {
    max-width: unset;
  }
  .home_services .flex {
    margin-top: 2rem;
  }
  .home_services .home_services_swiper {
    width: 100%;
    border-radius: 12px;
  }
  .home_services .items {
    max-width: unset;
    padding: 0;
  }
  .home_services .items .title {
    font-size: 18px;
    padding: 12px 0 12px 2.5rem;
  }
  .home_services .items .title::before {
    width: 25px;
    height: 25px;
  }
  .home_services .items .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-left: 2.5rem;
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .home_works {
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .home_works .inner {
    max-width: unset;
    width: 100%;
    border-radius: 0;
    padding: 4rem 0;
  }
  .home_works .home_works_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .home_works .home_works_swiper .swiper-slide::after {
    width: 90px;
    height: 1rem;
    top: 1rem;
  }
  .home_works .home_works_swiper .swiper-slide:nth-child(even)::after {
    top: 1rem;
  }
  .home_works .home_works_swiper .icon {
    width: 80px;
    height: 80px;
  }
  .home_works .home_works_swiper .info {
    margin-top: 1rem;
  }
  .home_works .home_works_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_works .home_works_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_works p.center:has(.btn) {
    margin-top: 2rem;
  }
  .home_future {
    padding: 3rem 0;
  }
  .home_future .head {
    max-width: unset;
    padding: 0;
  }
  .home_future .icon {
    width: 4rem;
    height: 4rem;
    margin-right: 0;
  }
  .home_future .items {
    margin-top: 2rem;
  }
  .home_future .items > div {
    gap: 1rem;
    display: grid;
  }
  .home_future .items .item {
    height: unset;
    border-radius: 12px;
  }
  .home_future .items .item.active .info {
    padding: 4rem 20px 1.5rem;
  }
  .home_future .items .item .info {
    padding: 4rem 20px 1.5rem;
  }
  .home_future .items .item .info .inner {
    max-width: unset;
  }
  .home_future .items .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_future .items .item .info .btn_line {
    padding: 10px 20px;
    margin-top: 20px;
    min-width: 144px;
    font-size: 14px;
  }
  .home_certification {
    padding: 2rem 0;
  }
  .home_certification .home_tissue_swiper {
    margin: 2rem 0 0;
    overflow: unset;
    height: 100px;
  }
  .home_about {
    padding: 2rem 0;
  }
  .home_about .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .home_about .head h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .home_about .head h2::before {
    width: 86px;
    height: 10px;
    top: 22px;
    left: -5px;
  }
  .home_about .head p {
    margin-bottom: 12px;
  }
  .home_about .head .btn {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 2rem;
    line-height: 1.5;
  }
  .home_about .btn_video {
    width: 100%;
  }
  .home_about .btn_video .img {
    transform: translate(0) !important;
    border-radius: 1rem;
  }
  .home_about .btn_video .btn_play {
    width: 4rem;
    height: 4rem;
    left: 50%;
  }
  .section_about {
    padding: 3rem 0;
  }
  .section_about .section_about_swiper .img {
    border-radius: 12px;
  }
  .section_about .section_about_swiper .info {
    margin-top: 20px;
  }
  .section_about .section_about_swiper .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .section_about .section_about_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .section_about .swiper_con {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    margin-top: 2rem;
  }
  .section_about div.swiper-scrollbar {
    width: 100%;
  }
  .section_gallery {
    padding: 3rem 0;
    margin: 1rem 0;
    overflow: hidden;
  }
  .section_gallery .section_gallery_swiper {
    overflow: visible;
    max-width: 280px;
    margin: 0 auto;
  }
  .section_gallery .section_gallery_swiper .img {
    border-radius: 1rem;
  }
  .section_gallery .swiper_btns_circle {
    display: none;
  }
  .home_news {
    padding: 3rem 0;
  }
  .home_news .head {
    gap: 0 1rem;
  }
  .home_news .main {
    margin-top: 2rem;
    gap: 2.5rem 1rem;
  }
  .home_news .metas {
    font-size: 0.9rem;
    gap: 10px;
  }
  .home_news .metas .cat {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 16px;
  }
  .home_news .left {
    width: 100%;
  }
  .home_news .left a {
    gap: 1rem;
  }
  .home_news .left .img {
    border-radius: 12px;
    width: 100%;
    padding-bottom: 73.939%;
  }
  .home_news .left .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_news .left .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_news .left .info span {
    font-size: 0.9rem;
    margin-top: 20px;
  }
  .home_news .right {
    width: 100%;
  }
  .home_news .home_news_swiper {
    margin-bottom: 0;
  }
  .home_news .home_news_swiper .swiper-slide {
    opacity: 1;
    transition: all 0.3s;
    transform: translate(0);
  }
  .home_news .home_news_swiper .img {
    border-radius: 12px;
  }
  .home_news .home_news_swiper .info {
    margin-top: 12px;
  }
  .home_news .home_news_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_news .swiper_con {
    gap: 1rem;
    margin-top: 3rem;
  }
  .home_news .swiper_con .pagination {
    font-size: 14px;
  }
  .home_news .swiper_con .pagination .current {
    font-size: 16px;
    margin-right: 0;
  }
  .about_banner {
    position: relative;
  }
  .about_banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: var(--bg_color);
    opacity: 0.5;
  }
  .about_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .about_banner .head {
    max-width: unset;
    padding: 0;
  }
  .about_custom {
    padding: 4rem 0 5rem;
    margin-bottom: 1rem;
  }
  .about_custom .items {
    margin-top: 2rem;
  }
  .about_custom .items > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .about_custom .item a {
    border-radius: 12px;
  }
  .about_custom .item .info {
    top: 2rem;
    bottom: 2rem;
    padding: 0 20px;
  }
  .about_custom .item .info strong {
    font-size: 16px;
  }
  .about_custom .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_custom .item .info .btn_line {
    margin-top: 20px;
  }
  .about_custom .icon {
    width: 5rem;
    height: 5rem;
  }
  .about_services {
    padding: 3rem 0;
  }
  .about_services .head p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .about_services .nav_list {
    width: calc(100% + 40px);
    margin: 2rem -20px 0;
    padding: 0 20px;
    flex-wrap: nowrap;
    justify-content: unset;
    gap: 2rem;
    overflow-x: auto;
  }
  .about_services .nav_list::-webkit-scrollbar {
    display: none;
  }
  .about_services .nav_list .nav_item {
    font-size: 14px;
    white-space: nowrap;
    padding: 12px 0;
  }
  .about_services .nav_list .nav_item::after {
    width: 100%;
    height: 2px;
  }
  .about_services .inner {
    width: 100%;
    max-width: unset;
    margin-top: 2rem;
  }
  .about_services .about_services_swiper {
    border-radius: 0;
  }
  .about_services .fun {
    padding: 3rem 0;
  }
  .about_services .fun .fun_list > ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .about_services .fun li {
    border-radius: 12px;
    padding: 1.2rem 20px 1.5rem;
  }
  .about_services .fun li i {
    width: 3rem;
    height: 3rem;
  }
  .about_services .fun li .info {
    margin-top: 1.2rem;
  }
  .about_services .fun li strong {
    font-size: 18px;
  }
  .about_services .fun li p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_services .main {
    padding: 3rem 0;
  }
  .about_services .flex .left {
    max-width: unset;
    padding: 0;
  }
  .about_services .flex h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .about_services .flex .btn {
    margin-top: 20px;
  }
  .about_services .flex .img {
    width: 100%;
    margin: 0;
  }
  .about_services .intro_list {
    margin-top: 2rem;
  }
  .about_services .intro_list ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .about_services .intro_list i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_services .intro_list .info {
    margin-top: 1rem;
  }
  .about_services .intro_list strong {
    font-size: 16px;
    line-height: 1.5;
  }
  .about_services .intro_list p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_intro {
    padding: 3rem 0;
  }
  .about_intro .flex {
    gap: 2rem 1rem;
  }
  .about_intro .left {
    max-width: unset;
    padding: 0;
  }
  .about_intro .nums {
    margin-top: 2rem;
  }
  .about_intro .nums ul {
    gap: 2rem 1rem;
  }
  .about_intro .nums .data {
    font-size: 1.5rem;
  }
  .about_intro .nums .data .num {
    font-size: 1.5rem;
    margin-right: 0;
  }
  .about_intro .nums .label {
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .about_intro .right {
    overflow: unset;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .about_intro .about_intro_swiper {
    max-width: 280px;
  }
  .about_intro .about_intro_swiper .img {
    border-radius: 12px;
  }
  .about_intro .pagination {
    position: absolute;
    font-size: 14px;
    margin-top: 2rem;
    right: 0;
    bottom: 0;
  }
  .about_intro .pagination .current {
    font-size: 16px;
  }
  .about_video {
    margin: 1rem 0;
  }
  .about_video .btn_play {
    width: 2rem;
    height: 2rem;
    bottom: 1rem;
    left: 20px;
  }
  .about_global {
    padding: 3rem 0;
  }
  .about_global .left {
    max-width: unset;
    padding: 0;
  }
  .about_global .nums {
    margin-top: 2rem;
  }
  .about_global .nums ul {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .about_global .nums li {
    grid-column: unset !important;
    grid-row: unset !important;
    padding: 2rem 10px;
    border-radius: 12px;
  }
  .about_global .nums .data {
    font-size: 1.5rem;
  }
  .about_global .nums .data i {
    width: 2rem;
    height: 2rem;
    margin-right: 10px;
  }
  .about_global .nums .label {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .about_global .img {
    width: 100vw;
    margin: 1rem -20px 0;
  }
  .blog_banner {
    margin-bottom: 1rem;
    position: relative;
  }
  .blog_banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: var(--bg_color);
    opacity: 0.5;
  }
  .blog_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .blog_banner .head {
    max-width: unset;
    padding: 0;
  }
  .blog_show {
    padding: 2rem 0;
  }
  .blog_show .blog_show_swiper {
    padding-top: 0;
  }
  .blog_show .flex .img {
    width: 100%;
    margin: 0;
    padding-bottom: 72.26%;
  }
  .blog_show .flex .info {
    padding: 1rem 20px 2rem;
  }
  .blog_show .flex strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .blog_show .flex p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    max-width: unset;
  }
  .blog_show .flex .btn_line {
    gap: 8px;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .blog_show .flex .btn_line::after {
    width: 12px;
    height: 12px;
  }
  .blog_show .swiper_btns_circle {
    position: static;
    width: 100%;
    max-width: unset;
    transform: translate(0);
    justify-content: flex-end;
    margin-top: 2rem;
    padding: 0 20px;
  }
  .blog_show .swiper_btns_circle div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .blog_show .swiper_btns_circle div::after {
    width: 12px;
  }
  .blog_main {
    padding: 2rem 0 3rem;
  }
  .blog_main .select {
    max-width: 240px;
    margin-top: 0;
  }
  .blog_main .select select {
    padding: 14px 2rem 14px 20px;
    font-size: 14px;
    background-size: 8px;
    background-position: right 1rem center;
  }
  .blog_main .list {
    margin-top: 2rem;
  }
  .blog_main .list ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .blog_main p.center:has(.btn_line) {
    margin-top: 3rem;
    min-height: 43px;
  }
  .post_main {
    padding: 2rem 0 3rem;
  }
  .post_main h1 {
    font-size: 22px;
    line-height: 1.5;
    max-width: unset;
  }
  .post_main .metas {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .post_main .img_pop {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .post_main .img {
    border-radius: 10px;
  }
  .post_main .main {
    max-width: unset;
    margin-top: 2rem;
  }
  .post_main .postdetail {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-bottom: 2rem;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1.2rem 0 1rem;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .post_main .postdetail ul {
    margin: 10px 0;
  }
  .post_main .postdetail ul li {
    padding-left: 1rem;
    margin-bottom: 10px;
  }
  .post_main .postdetail ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .post_main .tags-box {
    margin-top: 2rem;
  }
  .post_main .tags {
    gap: 10px;
    font-size: 16px;
  }
  .post_main .tags span {
    margin-right: 8px;
  }
  .post_main .tags p {
    font-size: 14px;
    padding: 6px 2rem;
  }
  .post_main .share {
    gap: 1rem;
    margin-top: 0;
  }
  .post_main .share a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .post_latest {
    padding: 3rem 0;
    overflow: hidden;
  }
  .post_latest .post_latest_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .post_latest .swiper_btns_circle {
    display: none;
  }
  .post_latest p.center:has(.btn_line) {
    margin-top: 3rem;
  }
  .contact_main {
    padding: 2rem 0 3rem;
  }
  .contact_main .flex {
    flex-direction: column-reverse;
  }
  .contact_main .img {
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    max-width: 444px;
  }
  .contact_main .left {
    max-width: unset;
    padding: 0;
  }
  .contact_main form {
    gap: 1.2rem;
    margin-top: 2rem;
  }
  .contact_main form .col-2 {
    width: 100%;
  }
  .contact_main form input,
  .contact_main form textarea,
  .contact_main form select {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .contact_main form select {
    padding-right: 2rem;
    background-size: 10px;
    background-position: right top 7px;
  }
  .contact_main form textarea {
    height: 100px;
    margin: 0;
  }
  .contact_main form span:has(input[type=checkbox]) {
    margin: 0;
  }
  .contact_main form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .contact_main form input[type=checkbox] ~ span {
    font-size: 0.9rem;
    padding-left: 10px;
    width: calc(100% - 25px);
    margin-top: 0;
  }
  .contact_main form span:has(.btn) {
    margin-top: 1rem;
  }
  .contact_main form .btn {
    padding: 11px 3rem;
  }
  .contact_infos {
    padding: 3rem 0;
  }
  .contact_infos .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .contact_infos .item .icon {
    width: 2rem;
    height: 2rem;
  }
  .contact_infos .item .info {
    margin-top: 1rem;
  }
  .contact_infos .item .title {
    margin-bottom: 10px;
  }
  .contact_infos .item a,
  .contact_infos .item p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .contact_infos .item .label {
    font-size: 0.9rem;
    margin-top: 8px;
  }
  .contact_infos .item .social {
    gap: 1rem 2rem;
  }
  .contact_infos .item .social a {
    width: 22px;
    height: 22px;
  }
  .product_show {
    padding: 3rem 0 4rem;
    margin-bottom: 1rem;
  }
  .product_show .head {
    max-width: unset;
    padding: 0;
  }
  .product_show .head ul {
    margin-top: 12px;
  }
  .product_show .head ul li {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
  .product_show .head ul li::before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
  .product_show .btn {
    min-width: unset;
  }
  .product_show .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .product_show .right {
    width: 100%;
    margin: 0;
    max-width: 444px;
  }
  .product_overview {
    padding: 3rem 0;
  }
  .product_overview .flex {
    gap: 2rem 1rem;
  }
  .product_overview .head {
    max-width: unset;
    padding: 0;
  }
  .product_overview h2 {
    margin-bottom: 0;
  }
  .product_overview .card {
    width: 100%;
    min-width: unset;
    padding: 1.2rem 20px 2rem;
  }
  .product_overview .card strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product_overview form {
    gap: 1rem;
  }
  .product_overview form .label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .product_overview form input,
  .product_overview form select {
    font-size: 14px;
    line-height: 1.5;
    padding: 14px 20px;
  }
  .product_overview form select {
    padding-right: 2rem;
    background-size: 8px;
    background-position: right 1rem center;
  }
  .product_overview form span:has(.btn) {
    margin-top: 1rem;
  }
  .product_advantage {
    padding: 2rem 0;
    overflow: hidden;
  }
  .product_advantage .product_advantage_swiper {
    overflow: unset;
  }
  .product_advantage .product_advantage_swiper .swiper-slide {
    padding: 1rem 10px 2rem;
  }
  .product_advantage .product_advantage_swiper .info {
    margin-top: 1rem;
    padding: 0 6px;
  }
  .product_advantage .product_advantage_swiper strong {
    font-size: 18px;
  }
  .product_advantage .product_advantage_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_options {
    padding: 3rem 0;
  }
  .product_options .flex {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
  }
  .product_options .items {
    max-width: unset;
  }
  .product_options .items > div {
    gap: 1rem;
  }
  .product_options .items .item {
    border-radius: 12px;
    grid-template-columns: 1fr 3rem;
    gap: 1rem;
    padding: 1rem 20px;
  }
  .product_options .items .info {
    padding: 0;
  }
  .product_options .items h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_options .items p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 5px;
  }
  .product_options .img {
    width: 100%;
    border-radius: 12px;
  }
  .product_cases {
    padding: 3rem 0;
    overflow: hidden;
  }
  .product_cases .product_cases_swiper {
    overflow: unset;
    margin-top: 2rem;
    border-radius: 0;
  }
  .product_cases .product_cases_swiper .img {
    border-radius: 12px;
  }
  .product_cases div.swiper-pagination {
    gap: 10px;
    margin-top: 2rem;
  }
  .product_cases div.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .product_related {
    padding: 3rem 0;
  }
  .product_related .btn_line {
    margin-bottom: 0;
    margin-top: 0;
  }
  .product_related .flex {
    gap: 20px 1rem;
  }
  .product_related .inner {
    width: 100%;
    padding: 0 20px;
    margin-top: 2rem;
  }
  .product_related .product_related_swiper {
    max-width: unset;
  }
  .product_related .swiper_btns_circle {
    display: none;
  }
  div:has(.products_nav) {
    top: 4rem;
  }
  .products_nav {
    top: 4rem;
    padding: 12px 0;
  }
  .products_nav .nav_list {
    gap: 1rem;
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
    justify-content: unset;
  }
  .products_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .products_nav .nav_list li:first-child {
    margin-left: auto;
  }
  .products_nav .nav_list li:last-child {
    margin-right: auto;
  }
  .products_nav .nav_item {
    padding: 12px;
    gap: 10px;
    min-width: 110px;
  }
  .products_nav .nav_item i {
    width: 2rem;
    height: 2rem;
  }
  .products_nav .nav_item .title {
    font-size: 14px;
    line-height: 1;
  }
  .products_banner {
    position: relative;
    margin-bottom: 1rem;
  }
  .products_banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: var(--bg_color);
    opacity: 0.5;
  }
  .products_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .products_banner .head {
    max-width: unset;
    padding: 0;
  }
  .products_main {
    overflow: hidden;
    padding: 2rem 0;
  }
  .products_main.first,
  .products_main.last {
    padding: 2rem 0;
  }
  .products_main .flex {
    gap: 20px 1rem;
  }
  .products_main .btn_line {
    margin: 0;
  }
  .products_main .products_main_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .products_main .product_list .img {
    border-radius: 12px;
  }
  .products_main .product_list h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .products_main .swiper_btns_circle {
    display: none;
  }
  .products_main + .products_luxury {
    margin: 1rem 0;
  }
  .products_luxury {
    padding: 3rem 0;
    margin: 1rem 0;
  }
  .products_luxury .btn_line {
    margin: 0;
  }
  .products_luxury .flex {
    gap: 20px 1rem;
  }
  .products_luxury .products_luxury_swiper {
    max-width: unset;
    margin-top: 2rem;
  }
  .products_luxury .swiper_con {
    margin-top: 3rem;
    gap: 1rem;
  }
  .products_luxury .swiper_con div.swiper-scrollbar {
    width: 100%;
  }
  .products_luxury .swiper_btns {
    margin-left: auto;
  }
  .products_solutions {
    padding: 3rem 0;
  }
  .products_solutions .head {
    max-width: unset;
  }
  .products_solutions .items {
    margin-top: 2rem;
  }
  .products_solutions .items > div {
    grid-template-columns: 1fr;
    gap: 2rem 2rem;
  }
  .products_solutions .items .item {
    padding: 0;
    align-items: unset;
    text-align: unset;
  }
  .products_solutions .items .item i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .products_solutions .items .item .info {
    margin-top: 1rem;
  }
  .products_solutions .items .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .products_solutions .items .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .products_solutions .items .img_item {
    order: -1;
  }
  .products_solutions p.center:has(.btn) {
    margin-top: 3rem;
  }
  .home_news .head .btn_line, .products_main .head .btn_line, .product_related .head .btn_line {
    margin-top: 0;
  }



  /*** 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) {
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .head.sm h2 {
    font-size: 28px;
  }
  .head .subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 34px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .head .btn,
  .head .btn_line {
    font-size: 16px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  .btn,
  .btn_line {
    font-size: 16px;
  }
  .btn.sm,
  .btn_line.sm,
  .btn.lar,
  .btn_line.lar {
    font-size: 16px;
  }
  .home_solution .nums li {
    border-right-color: #cdd8e0;
  }
  .home_advantage .items > div {
    grid-template-columns: 1fr 1fr;
  }
  .home_advantage .item.img_item {
    grid-column: span 2;
    order: -1;
  }
  .page_say .page_say_swiper .item {
    grid-template-columns: 1fr 1fr;
  }
  .page_say .page_say_swiper .img {
    grid-row: span 2;
  }
  .page_faqs .head p {
    font-size: 16px;
  }
  .home_news .left .img {
    width: 67.83%;
    padding-bottom: 50.1%;
  }
  .home_services .home_services_swiper {
    width: 48%;
  }
  .home_future .items > div {
    grid-template-columns: 1fr 1fr;
  }
  .about_custom .items > div {
    grid-template-columns: 1fr 1fr;
  }
  .about_services .nav_list {
    justify-content: center;
  }
  .about_services .fun .fun_list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .about_services .flex .img {
    width: 48%;
  }
  .about_services .intro_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .about_intro .about_intro_swiper {
    max-width: 394px;
  }
  .about_intro .nums ul {
    grid-template-columns: repeat(4, auto);
  }
  .about_global .img {
    width: 48%;
  }
  .blog_main .list ul {
    grid-template-columns: 1fr 1fr;
  }
  .blog_choose .flex::before {
    display: block;
  }
  .blog_choose .img,
  .blog_choose .info {
    width: 46%;
  }
  .blog_show .flex .img {
    width: 51.35%;
    padding-bottom: 37%;
  }
  .contact_infos .list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .product_options .flex {
    grid-template-columns: repeat(2, 1fr);
  }
  .products_solutions .items > div {
    grid-template-columns: 1fr 1fr;
  }
  section.home_about .flex {
    flex-direction: row;
  }
  section.home_about .btn_video {
    min-width: 50%;
  }
  section.section_gallery .section_gallery_swiper {
    max-width: unset;
  }
  footer .slide_intro {
    flex-direction: row;
    justify-content: center;
  }
  footer .slide_intro .logo {
    max-width: max-content;
  }
}
