@media screen and (max-width: 767px) {
    .content {
        width: 100%;
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    div#overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(0, 0, 0, 0.1);
        z-index: 20;
    }

    div#overlay.active {
        display: block;
    }

    span.nav-btn {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        background: url(../img/nav-btn.svg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 1.6rem;
        right: 1.2rem;
    }
    .main_header .lang {
        position: absolute;
        right: 5rem;
        top: 1.6rem;
    }
    .product-filter-btn {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        background: url(../img/filter.svg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 1.6rem;
        right: 3.2rem;
        /* display: none; */
    }

    header.main_header {
        position: static;
    }

    header.main_header.fixed {
        position: fixed;
    }

    header.main_header a.logo {
        background: url(../img/bluelogo.svg) no-repeat center !important;
        background-size: contain;
    }

    header.main_header div.right {
        position: fixed;
        width: 280px;
        height: 100%;
        background-color: white;
        left: -100%;
        top: 0;
        z-index: 110;
        display: block;
        transition: 0.3s all ease;
        padding: 2rem 0;
    }

    header.main_header div.menu-header-menu-container>ul>li {
        margin: 0;
        padding-left: 38px;
    }

    header.main_header div.right.active {
        left: 0;
    }

    header.main_header a.logo {
        width: 170px;
        height: 44px;
    }

    div.home-about-1>div.content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    div.home-about-1 {
        min-height: unset;
        padding: 4rem 0;
    }

    div.home-block h2 {
        font-size: 1.4rem;
        text-align: center;
        letter-spacing: 0;
    }

    div.home-about-1>div.content>span {
        margin-bottom: 1rem;
    }

    div.home-block>span,
    div.home-block div.content>span,
    span.subtitle {
        font-size: 1.1rem;
        margin: 10px auto 2rem auto;
        text-align: center;
        display: block;
        letter-spacing: 1px;
    }

    div.home-about-1>div.content>span::before {
        height: 3px;
        bottom: -0.7rem;
        width: 40px;
        left: 50%;
        transform: translate(-50%, 0%);
        top: unset;
    }

    #product-library>span {
        margin-bottom: 3.8rem;
    }

    .aboutus-about-content#introduct .content>span {
        position: relative;
    }

    div.home-about-1 p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 2rem;
        color: #757575;
        font-weight: 300;
    }

    div.home-product-1 {
        padding: 4rem 0 3rem;
    }

    div.home-product-1 ul.home-pro-list li {
        padding-bottom: 10px;
        font-size: 13px;
        margin: 0 5px;
    }

    div.home-product-1 ul.home-pro-list li:first-of-type {
        margin-left: 0;
    }

    div.home-product-1 ul.home-pro-list li:last-of-type {
        margin-right: 0;
    }

    div.home-product-1.home-block div.content>span {
        margin-bottom: 1.5rem;
    }

    div.home-product-1 ul.home-pro-list {
        margin-top: 2rem;
    }

    div.home-product-1 ul.home-pro-list li::before {
        height: 2px;
    }

    div.home-product-1 ul.home-pro-list li:hover:before,
    div.home-product-1 ul.home-pro-list li.active::before {
        bottom: 1px;
    }

    div.home-product-2 {
        padding: 4rem 0 5rem;
    }

    div.home-product-2 ul.home-pro-blocks li div.pro-img {
        height: 180px;
    }

    div.home-product-2 ul.home-pro-blocks li div:last-child,
    div.home-cooperation ul.case-list li div:last-child {
        padding: 0.5rem 0;
    }

    div.home-product-2 ul.home-pro-blocks li span.statu,
    div.home-cooperation ul.case-list li span.statu {
        font-size: 12px;
    }

    div.home-product-2 ul.home-pro-blocks li p.title,
    div.home-cooperation ul.case-list li p.title {
        background-size: 9px;
        font-size: 18px;
        margin-top: 0.2rem;
        background-position-y: 4px;
        letter-spacing: 0;
    }

    div.home-cooperation ul.case-list li div.title {
        padding: 0.8rem 0;
    }

    .home .cooperation-details {
        padding: 0;
    }

    .home .cooperation-details p {
        font-size: 14px;
        line-height: 23px;
    }

    div.home-cooperation ul.case-list {
        margin-top: 0;
    }

    div.home-product-2 a.viewmore {
        display: block;
        margin: 2rem auto 0 auto;
        width: 32%;
        line-height: 28px;
        background: unset;
        border: 1px solid #0057B8;
        font-size: 13px;
        color: white;
        background-color: #0057B8;
    }

    .home-about-1 .border-btn {
        border: 1px solid #0057B8;
        font-size: 13px;
        color: white;
        background-color: #0057B8;
        padding: 0 45px;
        line-height: 40px;
        margin-top: 25px;
    }

    div.home-cooperation a.viewmore {
        display: none;
    }

    div.home-service {
        background-position: 63% !important;
        padding-top: 3rem;
    }

    div.home-service div.service-content {
        min-height: 330px;
        padding-top: 1rem;
    }

    div.home-service div.service-content p {
        padding-left: 2.3rem;
        font-size: 1rem;
        margin-bottom: 1rem;
        letter-spacing: 1px;
    }

    div.home-service div.service-content p:first-child::before {
        width: 20px;
        height: 3px;
        top: 11px;
    }

    div.home-service div.service-content p:last-child {
        font-size: 0.95rem;
        color: #0057B8;
    }

    div.strength-list {
        padding: 3rem 0;
        background-position-x: 34% !important;
    }

    div.strength-list>.content>span::before {
        width: 40px;
        height: 3px;
        top: 3.5rem;
    }

    div.strength-list.home-block .content>span {
        margin-bottom: 8rem;
    }

    div.strength-list .content ul.list {
        margin: 4rem 0;
    }

    div.strength-list .content ul li {
        width: 24%;
        padding-top: 4.5rem;
    }

    div.strength-list .content ul li::before {
        width: 56px;
        height: 56px;
        background-size: 30px !important;
    }

    div.strength-list .content ul li::after {
        content: '';
        width: 57px;
        height: 57px;
    }

    div.strength-list .content ul li div::after {
        display: none;
    }

    div.strength-list .content ul li div {
        font-size: 1.1rem;
    }

    div.strength-list .content ul li p {
        font-size: 12px;
        margin-top: 0;
    }

    div.strength-list .content>p {
        font-size: 14px;
        color: #002554;
    }

    div.home-cooperation {
        padding: 4rem 0 1rem 0;
        position: relative;
    }

    .swiper03 {
        overflow: auto;
    }

    div.home-cooperation ul.case-list {
        width: max-content;
        margin-bottom: 0;
    }

    div.home-cooperation ul.case-list li {
        width: 200px !important;
        margin-right: 30px !important;
        height: auto;
    }

    div.home-cooperation ul.case-list li:last-child {
        margin-top: 0;
    }

    div.home-cooperation ul.case-list li div.pro-img {
        height: 250px;
    }

    div.home-cooperation::before {
        content: '';
        width: 34%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .6))) !important;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
        display: none;
    }

    div.home-partners .swiper01::before {
        display: none;
    }

    div.home-partners .swiper01 {
        padding: 1rem 1.2rem 4rem;
        margin-bottom: 0;
    }

    div.home-partners .swiper01 .swiper-slide {
        height: 66px;
        background-size: contain !important;
    }

    div.home-partners .swiper01 .swiper-slide-active {
        box-shadow: none;
    }

    .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .swiper01 .swiper-pagination-bullet-active {
        width: 50px;
    }

    .swiper01 .swiper-pagination-bullet {
        width: 22px;
        height: 4px;
    }

    div.home-contact div.contact-info {
        margin-top: 0;
        margin-bottom: 3rem;
        padding-bottom: 0rem;
        display: block;
    }

    div.home-contact div.contact-info div {
        font-size: 13px;
        padding: 3rem 10px 0 !important;
        text-align: center;
    }

    div.home-contact div.contact-info div::before {
        width: 31px;
        left: 50% !important;
        transform: translateX(-50%);
        top: 0;
    }

    div.send-email div.left p::before {
        /*content: '';
        width: 23px;
        height: 3px;
        top: -3rem;*/
        display: none;
    }

    div.send-email {
        display: block;
        margin-bottom: 1.5rem;
    }

    div.send-email div.right {
        width: 100%;
    }

    div.send-email div.left p {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
        letter-spacing: 1px;
    }

    div.send-email div.left span {
        font-size: 13px;
        display: block;
        margin-bottom: 1rem;
    }

    div.send-email div.right .wpcf7-form input {
        padding: 7px;
        font-size: 13px;
    }

    div.send-email div.right .wpcf7-form>p {
        padding-right: 1%;
    }

    .wpcf7-not-valid-tip {
        font-size: 12px;
    }

    div .wpcf7 form .wpcf7-response-output {
        margin-top: 0;
        padding-left: 0;
        font-size: 13px;
        text-align: center;
    }

    footer>p {
        padding: 0.8rem 1.2rem;
        font-size: 12px;
    }

    header.main_header div.menu-header-menu-container>ul {
        display: block;
        color: #333333 !important;
        font-weight: 500 !important;
        margin-bottom: 0.9rem;
    }

    .home header.main_header div.menu-header-menu-container>ul>li a,
    header.main_header div.right span.lang {
        font-weight: 500 !important;
        color: #333333 !important;
    }

    header.main_header div.right span.lang span {
        color: #0057B8 !important;
    }

    div.all-banner {
        padding: 6rem 0 3rem !important;
        height: 400px;
        position: relative;
    }

    div.all-banner h1 {
        width: 50%;
        font-size: 2.2rem;
        letter-spacing: 1px;
    }

    div.all-banner ul {
        margin-top: 0rem;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        width: 100%;
    }

    div.all-banner ul li {
        margin: 0 15px;
        text-align: center;
    }

    div.all-banner ul li:nth-of-type(1) {
        margin-left: 0;
    }

    div.all-banner ul li:last-of-type {
        margin-right: 0;
    }

    div.all-banner ul li a {
        font-size: 15px;
        padding-bottom: 1rem !important;
    }

    div.all-banner ul li::before {
        height: 3px !important;
    }

    div.all-banner div.content>span {
        text-align: left;
    }

    div.newspage {
        padding: 4rem 0 0;
    }

    div.newspage>span::before,
    div.contact-info div.home-block>span::before,
    div.message div.content>span::before,
    div.product-page>span:before {
        width: 40px;
        height: 3px;
        bottom: -1.5rem;
        top: 2.8rem;
    }

    .aboutus-strength-des {
        font-size: 1.1rem;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }

    .aboutus-strength-swiper .strength-title {
        width: 70%;
    }

    .aboutus-strength-swiper .strength-title .logo-content {
        background-size: contain !important;
        margin-right: 4%;
        width: 74%;
    }

    .aboutus-strength-swiper .strength-title .title {
        font-size: 12px;
        padding: 0 1rem 0 0.8rem;
    }

    .strength-swiper-bottom {
        margin-top: 1rem;
        align-items: center;
    }

    .strength-swiper-btn-content div.swiper-button-prev {
        margin-right: 7%;
    }

    .strength-swiper-btn-content div {
        width: 40px !important;
        height: 40px !important;
    }

    .page-template-template-about div.home-partners .swiper01 {
        padding-top: 1rem;
        margin-bottom: 3rem;
    }

    .swiper-container.aboutus-strength-swiper {
        overflow: hidden;
    }

    .home-partners {
        margin-top: 3rem;
    }

    div.fashion ul {
        margin-top: 4rem;
    }

    div.fashion ul li>div {
        width: 100%;
        height: auto;
    }

    div.fashion ul li div.right p {
        margin: 3px 0;
    }

    div.fashion ul li {
        align-items: center;
        margin-bottom: 3rem;
        flex-flow: wrap;
    }

    div.fashion ul li:nth-child(odd) div.right {
        padding: 0.3rem 0 0 0;
    }

    div.fashion ul li:nth-child(even) div.right {
        padding: 0.3rem 0 0 0;
    }

    div.fashion ul li div.right {
        height: unset;
    }

    div.fashion ul li div.left img {
        height: 100%;
        width: auto;
    }

    div.fashion ul li div.right div.time span.date {
        font-size: 14px;
    }

    div.fashion ul li div.right div.time {
        font-size: 13px;
    }

    div.fashion ul li div.right div.time span {
        font-size: 12px;
    }

    div.fashion ul li div.right p a {
        font-size: 16px;
        letter-spacing: 0;
    }

    div.fashion ul li:nth-child(odd) div.right p a::before {
        display: none;
    }

    div.fashion ul li div.right>span {
        font-size: 13px;
        line-height: 20px;
    }

    div.frontiers div.fabrics {
        padding: 2rem 0 3rem 0;
    }

    div.frontiers div.fabrics {
        overflow: auto;
    }

    div.frontiers div.fabrics ul li a {
        height: 250px;
        background-size: cover !important;
        padding: 1rem;
    }

    div.frontiers div.fabrics ul li a p {
        font-size: 1rem;
        background-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    div.main-push ul.push-list li {
        display: block;
        margin-bottom: 1rem;
    }

    div.main-push ul.push-list li>div,
    div.main-push ul.push-list li>div.left {
        width: 100%;
    }

    div.main-push ul.push-list li span {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    div.main-push ul.push-list li p {
        font-size: 0.9rem;
        line-height: 25px;
        margin-bottom: 0.5rem;
    }

    div.main-push ul.push-list li a.read {
        margin: 0 0 0.8rem 0;
        font-size: 0.9rem;
    }

    div.main-push ul.push-list li>div img {
        width: 100%;
        height: auto;
    }

    div.main-push ul.push-list li:nth-child(even)>div.left {
        text-align: left;
    }

    div.hot-product {
        margin: 0;
        padding-top: 1rem;
    }

    div.hot-product ul.hot-pro-list {
        margin: 2rem 0;
        margin-top: 3.5rem;
        width: max-content;
    }

    div.hot-product ul.hot-pro-list li {
        width: 150px;
        margin-bottom: 1.5rem;
        text-align: center;
        margin-right: 16px;
    }

    div.hot-product ul.hot-pro-list li div.pro-img {
        height: 160px;
        margin-bottom: 0.2rem;
    }

    div.hot-product ul.hot-pro-list li span.statu.new {
        font-size: 0.7rem;
    }

    div.hot-product ul.hot-pro-list li p>a {
        font-size: 0.8rem;
        letter-spacing: 0;
    }

    div.hot-product ul.hot-pro-list li p>a {
        margin: 0;
    }

    div.hot-product ul.hot-pro-list li p.title {
        margin-top: 0;
    }

    div.product-page {
        padding: 0;
    }

    .products_listing {
        padding-top: 1rem;
    }

    .products_listing li div.pro-img span {
        width: 100%;
        padding: 50%;
        display: block;
    }

    .products_listing div.sidebar {
        display: none;
    }

    div.products ul li {
        width: 47.5%;
        margin-bottom: 1.8rem;
    }

    div.products ul li:nth-child(even) {
        margin-right: 0;
    }

    div.products ul li:nth-child(odd) {
        margin-right: 5%;
    }

    div.products ul li div.pro-img {
        height: auto;
        margin-bottom: 0.8rem;
    }

    div.require {
        margin: 4rem auto;
    }

    div.require>p {
        margin-bottom: 1rem;
    }

    div.require form.wpcf7-form {
        padding-right: 0;
        position: unset;
    }

    div.require form.wpcf7-form>p:nth-child(6) {
        width: 100%;
        position: unset;
    }

    div.require form.wpcf7-form>p {
        width: 47.4%;
        margin-bottom: 0.2rem;
        font-size: 0.9rem;
        margin-right: 3.5%;
    }

    div.require form.wpcf7-form>p:nth-child(3),
    div.require form.wpcf7-form>p:nth-child(5) {
        margin-right: 0;
    }

    div.require form.wpcf7-form>p:nth-child(7) {
        width: 100%;
    }

    div.show-detail {
        margin-top: 2.5rem;
        display: block;
    }

    div.show-detail>div.img {
        position: unset;
        height: auto;
    }

    div.show-detail>div {
        width: 100%;
        padding-left: 0;
    }

    div.show-detail>div.img img {
        width: 100%;
        position: unset;
    }

    div.show-detail>div.get-quote>p.excerpt {
        margin: 0.6rem 0 1.5rem;
        line-height: 26px;
        font-size: 1rem;
    }

    div.show-detail>div.get-quote>span.title {
        font-size: 1.4rem;
        height: unset;
        margin-top: 0.5rem;
    }

    div.show-detail>div.get-quote>button {
        width: 100%;
        line-height: 35px;
        font-size: 16px;
    }

    div.characteristic {
        display: block;
        padding-top: 5rem;
    }

    div.characteristic>div {
        width: 100%;
        padding-right: 0;
    }

    div.characteristic>div.img {
        display: none;
    }

    div.characteristic>div.char-list span {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 1.2rem;
        display: block;
    }

    div.characteristic>div.char-list div.list p {
        font-size: 1rem;
    }

    div.characteristic>div.char-list div.list ul {
        margin: 1.2rem 0 1.5rem 0;
        padding-top: 0.5rem;
    }

    div.characteristic>div.char-list div.list span.before {
        bottom: 2.1rem;
        margin-bottom: 0;
    }

    div.characteristic>div.char-list div.list ul li {
        font-size: 0.9rem;
    }

    /*div.home-block>span {
        margin-top: 1rem;
    }*/

    div.color-customized div.color div {
        width: 31.2%;
        height: auto;
        margin-bottom: 0;
    }

    div.color-customized div.color {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    div.color-customized div.color div:nth-child(3n) {
        margin-right: 0;
    }

    div.color-customized>p {
        margin: 1.5rem 0 1rem;
        font-size: 0.9rem;
    }

    div.effect ul.effect-list {
        margin-top: 1rem;
    }

    div.effect ul.effect-list li>div.left span {
        margin-bottom: 0.5rem;
        font-size: 1rem;
        position: relative;
        padding-left: 1rem;
    }

    div.effect ul.effect-list li>div.left span::before {
        top: 50%;
        transform: translateY(-50%);
    }

    div.effect ul.effect-list li>div.left {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    div.effect ul.effect-list li {
        display: block;
        margin-bottom: 2rem;
    }

    div.effect ul.effect-list li>div.left p {
        font-size: 0.9rem;
        line-height: 23px;
    }

    div.effect ul.effect-list li>div {
        width: 100%;
    }

    div.effect ul.effect-list li>div.right {
        height: 17rem;
    }

    div.effect ul.effect-list li>div.right img {
        width: 100%;
        height: auto;
    }

    div.parameter {
        margin: 3rem auto;
    }

    div.fashion ul li:nth-child(even) {
        direction: unset;
    }

    div.fashion ul li div.left img {
        width: 100%;
        height: auto;
        position: unset !important;
    }

    div.newspage button.view-more {
        width: 55%;
        line-height: 36px;
        margin-top: 1.5rem;
    }

    .page-template-template-news #fashion.newspage {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .page-template-template-news #frontiers .fabrics ul li:last-of-type {
        display: none;
    }

    div.frontiers div.fabrics ul li {
        width: 48%;
    }

    .page-template-template-news .swiper-button-next {
        right: 1.2rem !important;
        margin-top: 0;
    }

    .page-template-template-news .swiper-button-prev {
        right: 4.5rem !important;
        left: unset !important;
        margin-top: 0;
    }

    div.trend ul.trend-block li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    div.trend ul.trend-block {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    div.trend ul.trend-block li div.img {
        height: 120px;
    }

    div.trend ul.trend-block li div.text {
        padding: 0;
    }

    div.frontiers div.analysis {
        background-size: 100%;
        background-position: 0 70%;
    }

    div.frontiers div.analysis ul li a {
        text-align: left;
        padding: 1rem;
        background-size: cover !important;
        line-height: 325px;
        color: white;
        font-size: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 600;
    }

    div.trend ul.trend-block li div.text p.title {
        font-size: 0.9rem;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    div.trend ul.trend-block li div.text div.tag {
        margin-top: 0.2rem;
    }

    div.trend ul.trend-block li div.text div.tag span {
        font-size: 12px;
        padding: 3px;
        margin-top: 0.2rem;
    }

    div.news-footer-menu div.content {
        display: block;
    }

    div.news-footer-menu div.content>div {
        margin-bottom: 20px;
    }

    div.news-footer-menu span.menu-title {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #ccc;
        font-size: 1rem;
    }

    div.news-footer-menu span.menu-title+div {
        display: none;
    }

    div.news-footer-menu div.content::before {
        left: 1.2rem;
        top: -2rem;
    }

    #product-library .content.products_listing {
        padding: 0 !important;
    }

    .page-template-template-contact .contact-mail {
        padding: 0 1.2rem;
    }

    div.message div.contact-mail form.wpcf7-form>p {
        width: 46.5%;
        margin-bottom: 1rem;
    }

    div.contact-mail form.wpcf7-form>p:last-of-type {
        width: 100% !important;
        margin-right: 0;
    }

    div.require form.wpcf7-form>p input[type="submit"] {
        width: 100%;
    }

    div.news-detail {
        padding-bottom: 2rem;
    }

    div.frontiers div.fabrics ul li a:hover {
        background-size: cover !important;
    }

    div.frontiers div.swiper04 ul li {
        height: 240px;
        padding: 0 1rem 1rem 1rem;
    }

    div.frontiers div.swiper04 ul li p {
        color: white;
        opacity: 1;
        font-size: 0.9rem;
        letter-spacing: 1px;
        line-height: 23px;
    }

    .swiper04 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 0 20px;
    }

    div.color-customized div.color>div div {
        width: 100%;
    }

    div.color-customized div.color div>div::before {
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
    }

    div.color-customized div.color div div {
        height: 143px;
    }

    div.color-customized div.color div>span {
        top: 0.5rem;
        font-size: 0.7rem;
    }

    .products_listing div.sidebar {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        background-color: white;
        z-index: 999;
        padding: 2rem;
        height: 100%;
        overflow: auto;
        /* left: -150%; */
        transition: all 0.3s ease;
    }

    .products_listing div.sidebar.active {
        left: 0;
    }

    div.home-product-2 ul.home-pro-blocks li p.title::before {
        width: 13px;
        height: 13px;
        top: 49%;
    }

    div.strength-list .content>p a {
        display: block;
        margin-top: 0.5rem;
        border-bottom: none;
        font-size: 0.9rem;
    }

    div.home-block div.content>span {
        margin-bottom: 1.5rem;
    }

    div.frontiers div.analysis div.content {
        margin-top: -4rem;
    }

    div.frontiers div.analysis ul li {
        height: 200px;
        margin-top: 0rem;
    }

    div.frontiers.newspage {
        padding-top: 1rem;
    }

    div.main-push.product-page,
    div.pro-detail.product-page {
        padding-top: 4rem;
    }

    div.color-customized,
    div.effect {
        padding-top: 3rem;
    }

    div.parameter table tr td:nth-child(even) {
        font-size: 0.7rem;
    }

    div.parameter table tr td {
        padding: 1rem;
    }

    div.parameter table tr td:nth-child(odd) {
        padding: 1rem;
        font-size: 0.8rem;
        width: 93px;
    }

    div.parameter table tr td {
        line-height: 1rem;
    }

    div.packing>p,
    div.require>p {
        font-size: 0.9rem;
        text-align: left;
        line-height: 22px;
    }

    div.packing.home-block span,
    div.require.home-block span {
        margin-bottom: 0.8rem;
        font-size: 1.1rem;
    }

    div.packing div.packing-img div span {
        font-size: 0.8rem;
        margin: 0;
    }

    div.home-contact div.contact-info div {
        max-width: 100%;
        width: 100%;
        border-left: none;
        font-size: 17px;
        text-align: left;
        padding: 0 0 0 3.2rem !important;
        margin-bottom: 1.3rem;
    }

    div.home-contact div.contact-info div:first-of-type {
        width: 100%;
    }

    div.home-contact div.contact-info div:before {
        left: 0 !important;
        top: 8px;
        transform: unset;
        width: 35px;
    }

    div.home-contact div.contact-info div p {
        margin-top: 0.2rem;
        font-size: 13px;
        word-break: break-word;
    }

    div.home-contact div.contact-info div+div {
        border-left: none;
    }

    div.contact-info {
        padding-bottom: 0;
    }

    div.message div.contact-mail {
        margin: 3rem auto;
    }

    div.message div.contact-mail form.wpcf7-form>p input,
    div.message div.contact-mail form.wpcf7-form>p input,
    div.message div.contact-mail form.wpcf7-form>p textarea,
    div.require form.wpcf7-form>p input,
    div.require form.wpcf7-form>p textarea {
        padding: 7px;
        margin: 10px 0;
    }

    div.message {
        padding: 6rem 0 0 0;
    }

    div.products p.title a {
        font-size: 1rem;
    }

    div.products ul li p.tags {
        margin-top: 3px;
        font-size: 0.8rem;
    }

    div.news-detail h3 {
        font-size: 1.6rem;
    }

    div.news-detail span.date {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    div.news-detail figure {
        margin-bottom: 1.5rem;
    }

    div.news-detail figure::before {
        display: none;
    }

    div.news-detail div.article p {
        font-size: 16px;
        margin-bottom: 0.5rem;
        line-height: 30px;
    }

    .article h2 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    div.packing div.packing-img div {
        width: 46.5%;
        margin-top: 1rem;
    }

    div.contact-info div.home-block>span {
        margin-bottom: 3.5rem;
    }

    div.trend.newspage {
        padding-top: 2rem;
    }

    div.trend.newspage span {
        margin-bottom: 3rem;
    }

    header.main_header div.right span.lang {
        margin-left: 38px;
    }

    div.home-cooperation ul.case-list li:hover>div.pro-img {
        transform: translateY(0);
    }

    div.home-cooperation ul.case-list li:hover>div {
        transform: translateY(0);
    }

    div.frontiers div.analysis .content>span,
    div.frontiers div.latest .content>span {
        margin-bottom: 5rem;
    }

    [role="button"] {
        outline: none;
    }

    #trend div.loader {
        bottom: -70px;
    }

    .home-product-1 .content {
        padding: 0 0.3rem !important;
    }

    div.home-contact {
        padding-top: 3rem;
    }

    .home-block.aboutus-parent-content>span {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .frontiers.home-block .latest>span,
    div.frontiers div.analysis .content>span {
        float: left;
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        top: 0.5rem !important;
    }

    div.news-footer-menu {
        padding: 5rem 0 2rem;
    }

    div.home-product-2 ul.home-pro-blocks li p.title a {
        max-width: 90%;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    div span.wpcf7-spinner {
        display: none;
    }

    .over-auto {
        overflow: auto;
    }

    .page-template-template-contact div.contact-info div.home-contact div.contact-info {
        margin-bottom: 4rem;
    }

    .page-template-template-about #introduct.home-about-1>div.content>span::before {
        bottom: -1rem;
    }

    .page-template-template-product .require .your-require form {
        padding-bottom: 100px;
    }

    .single-product .require .your-require form {
        padding-bottom: 20px;
    }

    .flex-content.m-wrap {
        flex-flow: wrap;
    }

    .flex-content.m-wrap div.left,
    .flex-content.m-wrap .right {
        width: 100%;
    }

    .home-about-1 .flex-content .left,
    .home-about-1 .flex-content .right {
        width: 100%;
    }

    .home-about-1 .flex-content .right {
        margin-top: 3rem;
    }

    .home-about-1 .flex-content .right img {
        width: 100%;
    }

    .home-about-1 .flex-content .left {
        padding: 0;
    }

    .home-filter {
        padding: 3rem 0;
    }

    .modal-filter .home-filter .left {
        left: 0;
    }

    .home-filter .left {
        padding: 0;
        width: 80%;
        position: fixed;
        top: 0;
        height: 100%;
        left: -100%;
        background-color: white;
        padding: 90px 50px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        z-index: 99;
        transition: all 0.3s ease;
    }

    .home-filter div.overlay-filter {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 98;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }

    .modal-filter .home-filter div.overlay-filter {
        display: block;
    }

    .home-filter .left ul li {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .home-filter .left ul li.active,
    .home-filter .left ul li:hover {
        font-size: 0.95rem;
    }

    span.close-filter {
        width: 22px;
        height: 22px;
        background: url('../img/add.svg') no-repeat center;
        background-size: contain;
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 20px;
        transform: rotate(45deg);
    }

    .home-filter .right {
        width: 100%;
    }

    .home-filter .right li p {
        font-size: 0.9rem;
        margin-top: 1rem;
    }

    .home-filter .block-header {
        padding-left: 0;
    }

    .filter-btn span {
        width: 40px;
        height: 40px;
    }

    .filter-btn span.filter-prev {
        margin-right: 15px;
    }

    .filter-btn {
        justify-content: space-between;
    }

    .filter-btn span.filter-menu {
        background-image: url('../img/filter.svg');
        margin-top: 0;
        background-color: transparent;
    }

    div.home-service {
        padding-top: 50px;
    }

    div.home-service div.service-content ul li .text-content {
        max-width: 100%;
        margin-top: 0.5rem;
    }

    div.home-service div.service-content ul li strong {
        font-size: 20px;
    }

    div.home-service div.service-content ul li .text-content p {
        padding-left: 0;
        font-size: 14px;
    }

    div.home-service div.service-content ul li .text-content a.link-btn {
        font-size: 14px;
    }

    body #wpadminbar {
        position: fixed;
    }

    /*body header.main_header.fixed {
        top: 42px;
    }*/

    .page-template-template-about div.home-about-1#introduct p:first-of-type {
        font-size: 16px;
        line-height: 2rem;
    }

    .page-template-template-about div.home-about-1#introduct .left {
        width: 100%;
    }

    .page-template-template-about div.home-about-1#introduct p:last-of-type {
        font-size: 14px;
        line-height: 24px;
    }

    .page-template-template-about div.home-about-1#introduct span {
        font-size: 24px;
    }

    a.button {
        padding: 0.6rem 2rem;
        font-size: 16px;
    }

    .page-template-template-about .home-about-1#introduct2 {
        padding: 4rem 0 10rem;
    }

    .page-template-template-about .home-about-1#introduct2 .content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-template-template-about .home-about-1#introduct2 span::before {
        top: 2.5rem;
    }

    .page-template-template-about .home-about-1#introduct2 p {
        margin-top: 4rem;
    }

    .aboutus-strength-main {
        flex-direction: column;
    }

    .aboutus-strength-main .left {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .aboutus-strength-main .left>span {
        font-size: 24px;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .aboutus-strength-main .left p {
        font-size: 14px;
        line-height: 28px;
    }

    .aboutus-strength-main .aboutus-strength-list {
        overflow-x: auto;
        direction: ltr;
    }

    .aboutus-strength-main .left ul {
        transform: none;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .aboutus-strength-main .left ul li {
        width: 70vw;
        height: 170px;
    }

    .aboutus-strength-main .left ul li~li {
        margin-right: 0;
        margin-left: 2rem;
    }

    .aboutus-strength-main .right {
        width: 100%;
        padding-bottom: 1.5rem;
    }

    .aboutus-strength-main .right img {
        max-width: 100%;
    }

    .block-title h2 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .block-title span {
        font-size: 18px;
    }

    .aboutus-idea {
        padding: 4rem 0;
    }

    .aboutus-idea .idea-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .aboutus-idea .idea-main .idea-item {
        height: 250px;
    }

    .aboutus-idea .idea-main .idea-item span {
        padding: 0.4rem 0.6rem;
        font-size: 14px;
    }

    .aboutus-idea .idea-main .idea-item strong {
        font-size: 16px;
    }

    .aboutus-idea .idea-main .idea-item p {
        font-size: 14px;
        line-height: 1.5rem;
        max-width: 90%;
    }

    div.certificate-part {
        padding: 2rem 0 2rem;
        margin-bottom: 0
    }

    div.certificate-part div.text::before {
        display: none;
    }

    div.certificate-part div.text>span {
        font-size: 20px;
    }

    div.certificate-part div.text>h2 {
        margin-bottom: 1rem;
        font-size: 24px
    }

    .certification-btn .swiper-btn {
        width: 50px !important;
        height: 50px !important;
    }

    div.certificate-part div.content {
        display: block
    }

    div.certificate-part div.text {
        width: 100%;
        margin-bottom: 3rem;
        padding: 0
    }

    div.certificate-part div.text p,
    div.application-part div.text p {
        font-size: 13px;
        margin-top: 1rem;
        line-height: 24px;
        padding-right: 0
    }

    div.certificate-part div.swiper-certificate,
    div.application-part div.swiper-application {
        width: 100%;
        margin-bottom: 2.5rem
    }

    div.certificate-part div.swiper-certificate ul li {
        height: 17rem;
        background-size: cover !important
    }

    .certification-btn,
    .application-btn {
        margin-top: 4rem
    }

    .certificate-btn .swiper-btn{
        width: 46px;
        height: 46px;
        background-size: 9px !important
    }

    div.certificate-part div.swiper-certificate ul li div.img {
        height: 17.5rem;
        border-radius: 2px
    }

    div.certificate-part div.swiper-certificate ul li p {
        font-size: 12px
    }

    div.certificate-part img {
        width: 100%;
        height: auto
    }

    header.main_header ul.sub-menu {
        position: relative;
        box-shadow: none;
    }

    header.main_header ul.sub-menu li:hover {
        background: none;
    }    

    div.submenu {
        display: none;
    }

    header.main_header div.menu-header-menu-container>ul>li.menu-item-has-children::before {
        content: '';
        width: 1rem;
        height: 1rem;
        position: absolute;
        right: 1rem;
        top: 1rem;
        left: unset !important;
        background: url('../img/arrow-down.svg') no-repeat center/contain; 
    }

    .customized-box .customized-text-part {
        flex-direction: column;
    }

    .customized-box .customized-text-part .left {
        width: 100%;
    }

    .customized-box .customized-text-part .right {
        width: 100%;
        height: 350px;
        padding-right: 0;
    }

    .customized-box .customized-text-part .left h2 {
        font-size: 22px;
    }

    .customized-box .customized-text-part .left p {
        font-size: 16px;
        line-height: 2rem;
    }

    .customized-box .customized-text-part .left a.button {
        margin-top: 2rem;
    }

    .customized-research {
        margin-top: 4rem;
    }

    .customized-research .research-main {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1rem;
        column-gap: 1rem;
    }

    .customized-research .research-main .research-item {
        width: unset;
        height: unset;
        padding: 1.5rem;
    }
    
    .customized-research .research-main .research-item span.icon {
        width: 30px;
        height: 30px;
    }

    .customized-research .research-main .research-item h2 {
        font-size: 16px;
    }

    .customized-research .research-main .research-item p {
        font-size: 14px;
        text-align: center;
    }

    .customized-research .research-main .research-item::before {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    .page-template-template-simple .customized-research .research-main .research-item h2 {
        padding-top: 0;
    }

    .page-template-template-simple .customized-research .research-main .research-item h2::after {
        display: none;
    }

    .customized-box {
        padding: 4rem 0;
    }
    
    .page-template-template-customized div.all-banner h1 {
        width: 80%;
    }

    .page-template-template-continued .customized-box .customized-text-part .right {
        height: 350px;
    }

    .page-template-template-continued .customized-box .customized-text-part .right .text-content {
        padding: 1rem;
        left: 0;

    }

    .page-template-template-continued .customized-box .customized-text-part .right .text-content strong {
        font-size: 24px;
    }

    .page-template-template-continued .customized-box .customized-text-part .right .text-content p {
        font-size: 16px;
    }

    .customized-box .continued-text-part {
        margin-top: 4rem;
    }

    .page-template-template-continued .customized-box .customized-text-part .left {
        padding-left: 0;
    }

    .customized-box .customized-list {
        overflow-x: auto;
    }

    .customized-box .customized-list ul {
        width: max-content;
    }

    .customized-box .customized-list ul li {
        height: 200px;
        width: 70vw;
    }

    .customized-box .customized-list ul li ~ li {
        margin-left: 2rem;
    }
    
    .customized-box .customized-list ul li h2 {
        font-size: 14px;
    }
    .customized-box .customized-list ul li p {
        font-size: 14px;
    }

    .continued-text-bottom .block-title p {
        max-width: 100%;
        font-size: 16px;
    }

    .continued-text-bottom {
        margin-top: 6rem;
        margin-bottom: 12rem;
    }

    .certificates-box .certificates-main {
        width: 100%;
        padding: 0 1.2rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .certificates-box .certificates-item {
        max-height: 480px;
        height: 480px;
        transform: none !important;
    }

    .certificates-box {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    .partner-main .partner-box {
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }

    .partner-main .partner-box .partner-item {
        width: 70px;
        height: 70px;
    }

    .page-template-template-partner .block-title {
        text-align: center;
        margin-top: 3rem;
    }

    .page-template-template-partner .block-title h2 {
        letter-spacing: normal;
    }

    .page-template-template-partner .block-title span {
        margin: 0 auto;
        padding-bottom: 0;
    }

    .page-template-template-partner .block-title span::before{
        display: none;
    }

    .page-template-template-simple .customized-box .customized-text-part .left {
        padding-right: 0;
    }

    .page-template-template-simple .customized-research .research-main {
        grid-template-columns: repeat(1, 1fr);
    }

    section.ignore_flex .nav-links {
        margin: 0;
    }
    div.news-detail div.article table {
        width: 100%;
        display: block;
        overflow: auto;
    }
    .trend.content.home-block iframe {
        margin-top: 1.5rem;
        width: 300px;
        height: auto;
    }
}