@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .head .subtitle {
    font-size: 14px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .content .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .content .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .content .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .blogbanner {
    padding: 7rem 0 4rem;
    margin-top: -64px;
    position: relative;
  }
  .blogbanner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .blogbanner .flex {
    min-height: unset;
  }
  .blogbanner .head {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .blognews {
    padding: 4rem 0 3rem;
  }
  .blognews .main {
    margin-top: 2rem;
    flex-direction: column;
    row-gap: 2rem;
  }
  .blognews .main .left {
    flex-basis: unset;
    width: 100%;
  }
  .blognews .main .left a {
    height: auto;
    aspect-ratio: 2/1.2;
  }
  .blognews .main .left .img {
    border-radius: 10px;
  }
  .blognews .main .left .img img {
    object-fit: cover;
  }
  .blognews .main .right {
    width: 100%;
    padding-top: 0;
  }
  .blognews .main .right .item:not(:first-child) a {
    padding-top: 1rem;
  }
  .blognews .main .right .item strong {
    font-size: 13px;
  }
  .blognews .main .right .item p {
    font-size: 14px;
  }
  .blognews .main .right .item > a {
    padding: 0.5rem 0;
  }
  .blognews .main .right .item div {
    font-size: 13px;
  }
  .blognews .main .right .item:not(:first-child) {
    margin-top: 0;
  }
  .blognews .main .right .more {
    justify-content: start;
    font-size: 14px;
    column-gap: 3px;
  }
  .blognews .main .right .more::after {
    width: 12px;
    height: 12px;
  }
  .bloglatest {
    padding: 3rem 0 4rem;
  }
  .archive .bloglatest{
    padding-top: 4rem;
  }
  .bloglatest .head .flex {
    flex-direction: column;
  }
  .bloglatest .head .flex .nav {
    margin-top: 1.2rem;
  }
  .bloglatest .head .flex .nav ul {
    column-gap: 1rem;
    overflow: auto;
  }
  .bloglatest .head .flex .nav ul::-webkit-scrollbar {
    height: 0;
  }
  .bloglatest .head .flex .nav ul li {
    font-size: 14px;
    padding-bottom: 5px;
    text-wrap: nowrap;
  }
  .bloglatest .bloglist ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .bloglatest .bloglist {
    margin-top: 2rem;
  }
  .bloglatest .bloglist p.center {
    margin-top: 2.5rem;
  }
  .newsbtn {
    font-size: 14px;
    padding: 0.62rem 1.6rem;
    column-gap: 6px;
    border-radius: 4px;
  }
  .newsbtn::after {
    width: 6px;
    height: 9px;
  }
  .blognews .main .right .item.active::after {
    width: 40%;
  }
  .blog_item {
    border-radius: 10px;
  }
  .blog_item .img {
    aspect-ratio: 2/1.2;
  }
  .blog_item .info {
    padding: 1.2rem 1.2rem 0.8rem;
  }
  .blog_item .info strong {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .blog_item .info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .blog_item .bottom {
    padding: 0.8rem 1.1rem 1.4rem;
  }
  .blog_item .bottom p {
    font-size: 14px;
  }
  .blogdetail_main {
    padding: 6rem 0 3rem;
    margin-top: -64px;
  }
  .blogdetail_main::after {
    height: 30%;
  }
  .blogdetail_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .blogdetail_main .head .time {
    margin-top: 0.5rem;
  }
  .blogdetail_main .head .time ul {
    gap: 1rem;
  }
  .blogdetail_main .head .time li {
    font-size: 14px;
  }
  .blogdetail_main .head .time li i {
    width: 15px;
    height: 15px;
  }
  .blogdetail_main .detail_content {
    margin-top: 1.5rem;
  }
  .blogdetail_main .detail_content img {
    margin: 1rem 0;
    border-radius: 8px;
  }
  .blogdetail_main .detail_content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .blogdetail_main .detail_content p a{
    font-size: 14px;
  }
  .blogdetail_main .detail_content li{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .blogdetail_main .detail_content h3 {
    font-size: 18px;
    margin: 1.2rem 0 -0.5rem;
  }
  .blogdetail_main .tags-share {
    padding-top: 1rem;
    margin-top: 1.5rem;
  }
  .blogdetail_main .tags-share .flex {
    flex-direction: column-reverse;
  }
  .blogdetail_main .tags-share .tagstop {
    flex-wrap: wrap;
  }
  .blogdetail_main .tags-share .tagstop .tags {
    flex-wrap: wrap;
  }
  .blogdetail_main .tags-share .tagstop strong {
    font-size: 1rem;
    width: 100%;
  }
  .blogdetail_main .tags-share .tagstop span {
    font-size: 14px;
    text-wrap: nowrap;
    padding: 0.5rem 12px;
  }
  .blogdetail_main .tags-share .tagstop .tagsright {
    margin-top: 2.5rem;
    margin-left: auto;
  }
  .blogdetail_main .tags-share .tagstop .tagsright a {
    font-size: 14px;
    gap: 12px;
  }
  .blogdetail_main .tags-share .tagstop .tagsright a i {
    width: 32px;
    height: 32px;
  }
  .blogdetail_main .tags-share .tagstop .tagsright a i::after {
    width: 5px;
  }
  .blogdetail_main .tags-share .social {
    position: static;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .blogdetail_main .tags-share .social strong {
    font-size: 16px;
    margin: 0;
  }
  .blogdetail_main .tags-share .social li {
    width: 36px;
    height: 36px;
    margin: 0;
  }
  .blogdt_news {
    padding: 3rem 0 3rem;
  }
  .blogdt_news .head {
    margin-bottom: 2rem;
  }
  .blogdt_news .blogdtlist ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .blogdt_news .blogdtlist p.center {
    margin-top: 2.5rem;
  }
  .blogdetail_main .tags-share .social li a {
    border-radius: 4px;
  }
  .blogdetail_main .detail_content h2 {
    font-size: 18px;
    margin: 0;
    margin-top: 1rem;
  }
  .exhibition_banner {
    margin-top: -64px;
    padding: 7rem 0 4rem;
  }
  .exhibition_banner .flex {
    min-height: unset;
  }
  .swiper_btns.middle {
    display: none;
  }
  .exhibition_experiences .Experiences {
    grid-template-columns: repeat(1, 1fr);
  }
  .connect_module .flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .connect_module .left {
    width: 100%;
    padding: 0;
  }
  .connect_module .left h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .connect_module .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .connect_module .right {
    width: 100%;
  }
  .connect_module .right::after {
    display: none;
  }
  .connect_module .right form {
    border-radius: 11px;
    padding: 1.5rem 1rem 1.8rem;
    padding-bottom: 2.5rem;
    gap: 1rem;
  }
  .wpcf7-not-valid-tip{
    font-size: 0.8rem !important;
    margin-top: 0.2rem ;
  }
  .connect_module .right form input,
  .connect_module .right form textarea,
  .connect_module .right form select {
    font-size: 14px;
    padding: 0.6rem 1rem;
    border-radius: 4px;
  }
  .connect_module .right form input::placeholder,
  .connect_module .right form textarea::placeholder,
  .connect_module .right form select::placeholder {
    font-size: 14px;
  }
  .connect_module .right form .col2 {
    width: 100%;
  }
  .connect_module .right .checkbox-container .checkbox-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
  .connect_module .right .checkbox-container .checkbox-item p {
    font-size: 13px;
    line-height: 1.5;
  }
  .connect_module .right input[type='submit'] {
    font-size: 14px;
    margin: 0;
    border-radius: 4px;
  }
  .exhibition_experiences {
    padding: 3rem 0 3.5rem;
  }
  .exhibition_experiences .head {
    margin-bottom: 2rem;
  }
  .exhibition_experiences .Experiences {
    gap: 1.5rem;
  }
  .exhibition_experiences .Experiences .img {
    aspect-ratio: 2/1.2;
  }
  .exhibition_experiences .Experiences .exceptional_a {
    border-radius: 6px;
  }
  .exhibition_experiences .Experiences .exceptional_a .img {
    border-radius: 6px;
  }
  .exhibition_experiences .Experiences .exceptional_a .info {
    padding: 1rem;
  }
  .exhibition_experiences .Experiences .exceptional_a .info strong {
    font-size: 1rem;
  }
  .exhibition_experiences .Experiences .exceptional_a .info ul {
    margin-top: 0.5rem;
  }
  .exhibition_experiences .Experiences .exceptional_a .info ul li {
    font-size: 13px;
    line-height: 1.5;
    column-gap: 12px;
    margin-bottom: 5px;
  }
  .exhibition_experiences .Experiences .exceptional_a .info ul li i {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
  }
  .exhibition_experiences .Experiences .more {
    font-size: 14px;
    padding: 0.75rem 1.2rem;
  }
  .exhibition_experiences .Experiences .more::after {
    width: 11px;
    height: 9px;
    margin-left: 5px;
  }
  .exhibition_experiences .list p.center {
    margin-top: 3rem;
  }
  br {
    display: none;
  }
  .aerospace_banner {
    padding: 7rem 0 2rem;
    margin-top: -64px;
    position: relative;
  }
  .aerospace_banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .aerospace_banner .flex {
    position: relative;
    z-index: 2;
  }
  .aerospace_banner .content > .flex:first-child {
    min-height: unset;
  }
  .aerospace_banner .head {
    padding: 0;
    padding-bottom: 3rem;
  }
  .aerospace_banner .breadcrumbs span {
    font-size: 12px;
  }
  .aerospace_banner .breadcrumbs a {
    font-size: 12px;
    margin: 0 5px;
  }
  .aerospace_solutions {
    margin-top: 4rem;
    padding-bottom: 3rem;
  }
  .aerospace_solutions .content .tricon {
    width: 32px;
    height: unset;
    aspect-ratio: 1;
  }
  .aerospace_solutions .content .blicon {
    width: 32px;
    height: unset;
    aspect-ratio: 1;
  }
  .aerospace_solutions .head h2 {
    margin-bottom: 1rem;
  }
  .aerospace_solutions p {
    font-size: 14px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .aerospace_solutions .card {
    padding: 1.5rem 1.2rem;
    border-right: 10px;
    margin-top: 2rem;
  }
  .aerospace_solutions .card strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .aerospace_solutions .card p {
    font-size: 14px;
    line-height: 1.5;
    margin: 1rem 0 1.2rem;
  }
  .aerospace_solutions .card li {
    font-size: 13px;
    line-height: 1.5;
    gap: 8px;
  }
  .aerospace_solutions .card li i {
    width: 15px;
    height: 15px;
    margin-top: 2px;
  }
  .aerospace_application {
    padding: 3rem 0;
  }
  .aerospace_application .list {
    margin-top: 2rem;
  }
  .aerospace_application .list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .aerospace_application .list ul a {
    border-radius: 10px;
  }
  .aerospace_application .list ul a .img {
    aspect-ratio: 2/1.1;
  }
  .aerospace_application .list ul a .info {
    padding: 1.5rem 1.2rem;
  }
  .aerospace_application .list ul a .info strong {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .aerospace_application .list ul a .info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .aerospace_application .list ul a .more {
    font-size: 14px;
    padding: 0.7rem 1.2rem;
  }
  .aerospace_application .list ul a .more:after {
    height: 9px;
  }
  .aerospace_common {
    padding: 2.5rem 0 2rem;
  }
  .aerospace_common .main {
    margin-top: 2rem;
    flex-direction: column;
  }
  .aerospace_common .main .left {
    width: 100%;
  }
  .aerospace_common .main .left ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow: auto;
  }
  .aerospace_common .main .left ul::-webkit-scrollbar {
    height: 0;
  }
  .aerospace_common .main .left ul li,
  .aerospace_common .main .left ul li.active {
    text-wrap: nowrap;
    font-size: 14px;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
  }
  .aerospace_common .main .left ul li:after,
  .aerospace_common .main .left ul li.active:after {
    width: 100%;
    height: 2px;
    bottom: 0;
    top: unset;
  }
  .aerospace_common .main .right {
    width: 100%;
  }
  .aerospace_common .main .right .info {
    padding: 1.5rem 0 0;
  }
  .aerospace_common .main .right .info strong {
    font-size: 18px;
  }
  .aerospace_common .main .right .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .aerospace_product {
    padding: 3rem 0;
  }
  .aerospace_product .head {
    margin-bottom: 2rem;
  }
  .aerospace_product .aerospace_product_list .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .aerospace_product .aerospaces {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-bottom: 0;
  }
  .aerospace_product .aerospaces a {
    padding-top: 0;
    border-radius: 5px;
  }
  .aerospace_product .aerospaces a .info {
    padding: 1.6rem 1.2rem;
  }
  .aerospace_product .aerospaces a .info strong {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .aerospace_product .aerospaces a .info span {
    font-size: 13px;
  }
  .aerospace_product .aerospaces a .info p {
    font-size: 14px;
  }
  .aerospace_product .aerospaces a .info .btn {
    font-size: 14px;
    height: 42px;
  }
  .aerospace_product .aerospaces a .info .btn:after {
    width: 6px;
  }
  .service_fibers {
    padding: 3.5rem 0 3rem;
  }
  .service_fibers .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .service_fibers .left {
    width: 80%;
    margin: 0 auto;
  }
  .service_fibers .right {
    width: 100%;
  }
  .service_fibers .right .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .service_fibers .right p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: 400;
  }
  .service_fibers .right i {
    height: 45px;
    margin-top: 10px;
  }
  .service_fibers .right a {
    font-size: 14px;
    padding: 0.7rem 1.2rem;
    margin-top: 2rem;
  }
  .video_sales {
    padding: 3rem 0 4rem;
  }
  .video_sales .flex {
    flex-direction: column;
  }
  .video_sales .left {
    width: 100%;
  }
  .video_sales .right {
    width: 100%;
    padding: 2rem 0 0;
    margin: 0;
  }
  .video_sales .right .head h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .video_sales .right p {
    font-size: 14px;
    line-height: 1.5;
  }
  .video_sales .right .way {
    margin-top: 2rem;
  }
  .video_sales .right .way strong {
    font-size: 15px;
  }
  .video_sales .right .way li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .video_sales .right .way li::before {
    width: 15px;
    margin-right: 8px;
  }
  .video_sales .right .way li a {
    font-size: 13px;
    margin: 0;
  }
  .video_sales .main {
    padding: 0;
  }
  .video_sales .main::after {
    display: none;
  }
  .connect_module .right .submit label::after {
    left: 61%;
  }
  .service_fibers .left .img .imgcon {
    transform: translate3d(0, 0, 0) !important;
  }
  .blankets_banner {
    margin-top: -64px;
    padding: 7rem 0 2rem;
  }
  .blankets_banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
  }
  .blankets_banner .content > .flex:first-child {
    min-height: unset;
  }
  .blankets_banner .head {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .blankets_banner .breadcrumbs {
    margin-top: 1rem;
  }
  .blankets_banner .breadcrumbs span {
    font-size: 12px;
  }
  .blankets_banner .breadcrumbs a {
    font-size: 12px;
    margin: 0 5px;
  }
  .blanket_insulation {
    margin-top: 4rem;
    padding-bottom: 3rem;
  }
  .blanket_insulation .content .tricon,
  .blanket_insulation .content .blicon {
    display: none;
  }
  .blanket_insulation .head h2 {
    margin-bottom: 0.5rem;
  }
  .blanket_insulation p {
    font-size: 14px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .blanket_insulation .list {
    padding: 0;
  }
  .blanket_insulation .card {
    padding: 1.5rem 1.2rem;
    border-right: 10px;
    margin-top: 2rem;
    border-radius: 10px;
  }
  .blanket_insulation .card strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .blanket_insulation .card p {
    font-size: 14px;
    line-height: 1.5;
    margin: 1rem 0 1.2rem;
  }
  .blanket_insulation .card li {
    font-size: 13px;
    line-height: 1.5;
    gap: 8px;
  }
  .blanket_insulation .card li i {
    width: 15px;
    height: 15px;
    margin-top: 2px;
  }
  .blankets_prod,
  .blankets_ceramic,
  .blankets_wool {
    padding: 3rem 0;
  }
  .prod_list {
    margin-top: 2rem;
  }
  .prod_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .prod_list ul li a {
    border-radius: 5px;
  }
  .prod_list ul li a .img {
    padding-bottom: 59%;
  }
  .prod_list ul li a .info {
    padding: 1.6rem 1.2rem;
  }
  .prod_list ul li a .info .info_i {
    margin: 0;
  }
  .prod_list ul li a .info strong {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 3px;
  }
  .prod_list ul li a .info span {
    font-size: 13px;
  }
  .prod_list ul li a .info p {
    font-size: 14px;
  }
  .prod_list ul li a .info .btn {
    font-size: 14px;
    height: 42px;
  }
  .prod_list ul li a .info .btn:after {
    width: 6px;
  }
  .blankets_videos {
    padding: 3rem 0;
  }
  .blankets_videos .head {
    margin-bottom: 2rem;
  }
  .blankets_videos .flex {
    flex-direction: column;
  }
  .blankets_videos .bigimg {
    padding-bottom: 67%;
  }
  .blankets_videos .bigimg .img {
    border-radius: 5px;
  }
  .blankets_videos .bigimg p {
    font-size: 14px;
    line-height: 1.5;
    width: 93%;
    bottom: 1.2rem;
  }
  .blankets_videos .right {
    width: 100%;
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
  .blankets_videos .right .video_item p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .play,
  .blankets_videos .right .video_item .play {
    width: 45px;
    height: 45px;
  }
  .blankets_resources {
    padding: 3rem 0;
  }
  .blankets_resources .main {
    margin-top: 2rem;
  }
  .blankets_resources .main .resources_list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .blankets_resources .main .resources_list a {
    padding: 1.2rem 1.1rem 0.8rem;
    gap: 10px;
  }
  .blankets_resources .main .resources_list a i {
    height: 22px;
  }
  .blankets_resources .main .resources_list a .info .title {
    font-size: 15px;
  }
  .blankets_resources .main .resources_list a .info span {
    font-size: 13px;
    margin-top: 0.5rem;
  }
  .blankets_resources .main .resources_list a .info span::after {
    height: 10px;
    margin-left: 3px;
  }
  .blankets_resources .main .resources_list .resource_item ul {
    margin-top: 1rem;
    gap: 1rem;
  }
  .blankets_resources .main .resources_list > li:last-child {
    grid-column: unset;
  }
  .blankets_resources .main .resources_list > li:last-child ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .videoend {
    padding: 2rem 0 5rem;
  }
  .videoend .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .videoend a {
    padding: 1.2rem 1.2rem;
    border-radius: 5px;
  }
  .videoend a i {
    width: 45px;
  }
  .videoend a .text {
    padding: 0;
  }
  .videoend a .text strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .videoend a .text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .videoend a .text span {
    font-size: 14px;
    padding: 0.65rem 1rem;
    margin-top: 1rem;
  }
  .videoend a .text span::after {
    height: 9px;
    margin-left: 5px;
  }
  .videoend .right i {
    width: 45px;
  }
  .contactbanner {
    margin-top: -64px;
    padding: 7rem 0 4rem;
    position: relative;
  }
  .contactbanner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  .contactbanner .flex {
    min-height: unset;
    position: relative;
    z-index: 2;
  }
  .contact_thank {
    padding: 4rem 0 2rem;
  }
  .contact_thank .tricon {
    height: 35px;
    width: 35px;
  }
  .contact_thank .head {
    margin-bottom: 0.5rem;
  }
  .contact_thank p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .contact_thank a {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
  }
  .contact_thank a::before {
    height: 13px;
    width: 18px;
    margin-right: 5px;
  }
  .contact_main {
    padding: 2rem 0 5rem;
  }
  .contact_main .flex {
    flex-direction: column;
  }
  .contact_main .left {
    background-color: #ecf6ee;
    border-radius: 10px;
    padding: 1.5rem 1rem 1.8rem;
    width: 100%;
  }
  .contact_main .left .head {
    margin-bottom: 1.2rem;
  }
  .contact_main .left .tricon {
    display: none;
  }
  .contact_main .left::after {
    display: none;
  }
  .contact_main form {
    gap: 1rem;
  }
  .contact_main form .col2 {
    width: 100%;
  }
  .contact_main form input,
  .contact_main form select,
  .contact_main form textarea {
    font-size: 14px;
    padding: 0.7rem 1rem;
  }
  .contact_main form input::placeholder,
  .contact_main form select::placeholder,
  .contact_main form textarea::placeholder {
    font-size: 14px;
  }
  .contact_main form select {
    background-size: 3%;
  }
  .contact_main .checkbox-container .checkbox-item input[type="checkbox"] {
    width: 21px;
    height: 21px;
  }
  .contact_main .checkbox-container .checkbox-item p {
    font-size: 13px;
    line-height: 1.5;
  }
  .contact_main .submit {
    margin-top: unset;
  }
  .contact_main .submit label:after {
    left: 61%;
    width: 6px;
  }
  .contact_main .right {
    border-radius: 10px;
    width: 100%;
    margin-top: 1rem;
    padding: 1.5rem 1.2rem;
  }
  .contact_main .right strong {
    font-size: 18px;
  }
  .contact_main .right .contact_list .contact_item {
    padding-bottom: 1rem;
  }
  .contact_main .right .contact_list .contact_item:not(:first-child) {
    padding-top: 1rem;
  }
  .contact_main .right .contact_list .contact_item:last-child {
    border-bottom: none;
  }
  .contact_main .right .way {
    margin-top: 0.5rem;
  }
  .contact_main .right .way li {
    margin: 0.5rem 0;
  }
  .contact_main .right i {
    width: 15px;
    height: 15px;
  }
  .contact_main .right li > div {
    font-size: 14px;
  }
  .contact_main .right a,
  .contact_main .right span {
    font-size: 14px;
    line-height: 1.5;
  }
  .proddt_banner {
    margin-top: -64px;
    padding: 5.2rem 0 2rem;
  }
  .proddt_banner::after {
    height: 310px;
  }
  .proddt_banner .flex {
    flex-direction: column-reverse;
  }
  .proddt_banner .right {
    width: 100%;
    margin: 0;
  }
  .proddt_banner .right .prod_thumbnailswiper {
    margin-top: 1.5rem;
  }
  .proddt_banner .right .prodimgswiper {
    padding: 0 1.2rem;
  }
  .proddt_banner .left {
    width: 100%;
    margin-top: 1rem;
  }
  .proddt_banner .left .prodinfo {
    border-radius: 4px;
    padding: 1.6rem 1.2rem 0;
  }
  .proddt_banner .left .prodinfo .argument {
    grid-template-columns: repeat(1, 1fr);
    padding: 0.5rem 0;
    gap: 0.5rem;
  }
  .proddt_banner .left .prodinfo span {
    font-size: 14px;
  }
  .proddt_banner .left .prodinfo p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .proddt_banner .left h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .proddt_banner .left .text {
    padding: 1.6rem 0;
  }
  .proddt_banner .left .text::after {
    clip-path: polygon(50% 5.58725%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
  .proddt_banner .left .text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .proddt_banner .left .text a {
    font-size: 14px;
    padding: 0.65rem 1rem;
    border-radius: 4px;
  }
  .proddt_banner .left .text a::after {
    width: 6px;
    height: 9px;
  }
  .productdatail_nav {
    margin: 1rem 0 2rem;
  }
  .productdatail_nav .nav ul {
    gap: 1rem;
    overflow: auto;
  }
  .productdatail_nav .nav ul::-webkit-scrollbar {
    height: 0;
  }
  .productdatail_nav .nav ul li.active a {
    border-bottom: 2px solid var(--theme_color);
  }
  .productdatail_nav .nav ul a {
    font-size: 14px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
  }
  .productdatail_nav .nav ul a::after {
    display: none;
  }
  .prod_overview {
    padding: 0;
    padding-bottom: 3rem;
  }
  .prod_overview .tricon {
    display: none;
  }
  .prod_overview .head {
    margin-bottom: 0.5rem;
  }
  .prod_overview p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .swiper_smswiperbtns div {
    width: 10px;
    height: 16px;
  }
  .product_benefits {
    padding: 3rem 0 2rem;
  }
  .product_benefits .main {
    margin-top: 1.5rem;
  }
  .product_benefits .main ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_benefits .main ul li {
    padding: 1.2rem 1rem;
  }
  .product_benefits .main ul li:nth-child(n+3) {
    padding-top: 1.2rem;
  }
  .product_benefits .main ul li:nth-last-child(2)::after {
    display: block;
  }
  .product_benefits .main ul li i {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
  .product_benefits .main ul li strong {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
  }
  .product_benefits .main ul li p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .prod_ceramic {
    padding: 2rem 0 2rem;
  }
  .prod_ceramic .list {
    margin: 2rem 0 0;
  }
  .prod_ceramic .list li {
    margin: 0;
    margin-bottom: 0.6rem;
  }
  .prod_ceramic .list strong {
    font-size: 16px;
  }
  .prod_ceramic .list strong::before {
    margin-right: 10px;
  }
  .prod_ceramic .list p {
    font-size: 14px;
    line-height: 1.5;
  }
  .prod_application {
    padding: 3rem 0;
  }
  .prod_application .main {
    margin-top: 2rem;
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .prod_application .imgs {
    width: 100%;
  }
  .prod_application .imgs .img {
    border-radius: 6px;
  }
  .prod_application .intro {
    margin-bottom: 0;
  }
  .prod_application .intro .item {
    padding-left: 20px;
    padding-bottom: 8px;
  }
  .prod_application .intro .item h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .prod_application .intro .item p {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 0.5rem;
  }
  .prod_application .intro .item.active h3 {
    font-size: 18px;
  }
  .prod_size {
    padding: 3rem 0;
  }
  .prod_size .head {
    margin-bottom: 2rem;
  }
  .prod_size .table {
    overflow: auto;
  }
  .prod_size .table table td,
  .prod_size .table table th {
    font-size: 13px;
    width: unset;
    padding: 0.7rem 0.7rem 0.2rem 0;
  }
  .prod_size .table table th {
    width: 100px;
  }
  .prod_size .table2 {
    overflow: auto;
  }
  .prod_size .table2 table tbody i {
    width: 14px;
  }
  .prod_size .table2 table tbody td {
    min-width: 100px;
    padding: 0.5rem 1rem;
    font-size: 14px;
  }
  .prod_size .table2 table tbody thead th {
    font-size: 13px;
  }
  .prod_size .table2 table tbody tr th {
    font-size: 13px;
    padding: 0.5rem 1rem;
  }
  .prod_size .table2 table thead th:first-child {
    padding: 0.5rem 1.2rem;
  }
  .prod_size .table2 table thead th {
    font-size: 14px;
    padding: 0.4rem 0.8rem;
  }
  .prod_size .table2 table thead th span {
    font-size: 13px;
  }
  .prod_size .table2 {
    margin-top: 3rem;
  }
  .prod_size .table table th {
    width: 100px;
    font-size: 14px;
  }
  .prod_size p {
    font-size: 14px;
    align-items: unset;
    margin-top: 1rem;
  }
  .prod_size p a {
    font-size: 14px;
    text-wrap: nowrap;
  }
  .prod_size p i {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }
  .product_resource {
    padding: 3rem 0;
  }
  .product_resource .head {
    margin-bottom: 2rem;
  }
  .product_resource .resourceswiepr_con .swiper-slide a {
    padding: 1.65rem 1.2rem;
    border-radius: 8px;
  }
  .product_resource .resourceswiepr_con .swiper-slide a .img {
    margin-bottom: 1.5rem;
  }
  .product_resource .resourceswiepr_con .swiper-slide a span {
    font-size: 14px;
  }
  .product_resource .resourceswiepr_con .swiper-slide a strong {
    font-size: 16px;
    line-height: 1.5;
  }
  .product_resource .resourceswiepr_con .swiper-slide a .downbtn {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin-top: 1rem;
    border-radius: 4px;
  }
  .product_resource .resourceswiepr_con .swiper-slide a .downbtn::after {
    height: 12px;
    margin-left: 6px;
  }
  .squre_btns {
    display: none;
  }
  .product_resource .resourceswiepr_con .resourceswiepr {
    width: 100vw;
    padding: 0 1.2rem;
  }
  .product_resource p.center {
    margin-top: 3rem;
  }
  .product_resource p.center a {
    font-size: 14px;
    padding: 0.6rem 1.2rem;
  }
  .product_resource p.center a::after {
    height: 9px;
  }
  .service_system {
    padding: 3rem 0;
  }
  .service_system .flex {
    flex-direction: column-reverse;
  }
  .service_system .left {
    width: 100%;
    margin-top: 1.2rem;
  }
  .service_system .left .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .service_system .left .imgs {
    gap: 1rem;
    margin-top: 1rem;
    justify-content: left !important;
  }
  .service_system .left .imgs .img {
    height: 30px !important;
  }
  .service_system .left a {
    font-size: 14px;
    padding: 0.6rem 1.2rem;
    height: 42px;
    min-width: 120px;
    margin-top: 2.5rem;
  }
  .service_system .left a::after {
    height: 9px;
  }
  .service_system .right {
    width: 100%;
  }
  .service_system .left .imgs {
    justify-content: space-between;
  }
  .service_system .left .imgs .img:nth-child(2) {
    min-width: unset;
  }
  .product_products {
    padding: 3rem 0;
  }
  .product_products .head {
    margin-bottom: 2rem;
  }
  .product_products .products_swiepr {
    width: 100vw;
    padding: 0 1.2rem;
  }
  .product_products .products_swiepr li a {
    border-radius: 8px;
  }
  .product_products .products_swiepr li a .info {
    padding: 1.5rem 1.2rem;
  }
  .product_products .products_swiepr li a .info strong {
    font-size: 18px;
    padding-bottom: 0.5rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .product_products .products_swiepr li a .info span {
    font-size: 13px;
  }
  .product_products .products_swiepr li a .info p {
    font-size: 14px;
  }
  .product_products .products_swiepr li a .info .info_i {
    margin-bottom: 5px;
  }
  .product_products .products_swiepr li a .info .btn {
    font-size: 14px;
    height: 42px;
    border-radius: 4px;
  }
  .product_products .products_swiepr li a .info .btn::after {
    height: 9px;
  }
  .product_products p.center {
    margin-top: 3rem;
  }
  .product_products p.center a {
    font-size: 14px;
    padding: 0.6rem 2rem;
  }
  .product_products p.center a::after {
    height: 9px;
  }
  .product_benefits .main li{
    padding: 1rem !important;
  }
  .product_benefits .main li::after {
    display: none;
  }
  .service_banner,
  .sustainability_banner,
  .video_banner,
  .about_banner {
    margin-top: -64px;
    padding: 7rem 0 3rem;
  }
  .service_banner::after,
  .sustainability_banner::after,
  .video_banner::after,
  .about_banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .service_banner .flex:nth-child(1),
  .sustainability_banner .flex:nth-child(1),
  .video_banner .flex:nth-child(1),
  .about_banner .flex:nth-child(1) {
    min-height: unset;
  }
  .service_banner .flex,
  .sustainability_banner .flex,
  .video_banner .flex,
  .about_banner .flex {
    min-height: unset;
    position: relative;
    z-index: 2;
  }
  .service_banner .head,
  .sustainability_banner .head,
  .video_banner .head,
  .about_banner .head {
    padding: 0;
    margin-bottom: 4rem;
  }
  .service_banner .nav ul,
  .sustainability_banner .nav ul,
  .video_banner .nav ul,
  .about_banner .nav ul {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .service_banner .nav ul li a,
  .sustainability_banner .nav ul li a,
  .video_banner .nav ul li a,
  .about_banner .nav ul li a {
    min-width: 154px;
    height: 44px;
    font-size: 15px;
    padding: 0 1rem;
  }
  .service_banner .nav ul li a i,
  .sustainability_banner .nav ul li a i,
  .video_banner .nav ul li a i,
  .about_banner .nav ul li a i {
    width: 25px;
    margin-left: 15px;
  }
  .service_banner .nav ul li a i::after,
  .sustainability_banner .nav ul li a i::after,
  .video_banner .nav ul li a i::after,
  .about_banner .nav ul li a i::after {
    width: 10px;
  }
  .video_banner {
    position: relative;
  }
  .video_banner::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .video_banner .flex {
    position: relative;
    z-index: 2;
  }
  .products_efficiency {
    padding: 4rem 0 3rem;
  }
  .products_efficiency .products_list {
    margin-top: 2rem;
  }
  .products_efficiency .products_list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .products_efficiency .products_list ul li a {
    border-radius: 5px;
  }
  .products_efficiency .products_list ul li a .img {
    padding-bottom: 56%;
  }
  .products_efficiency .products_list ul li a .info {
    padding: 1.5rem 1.2rem;
  }
  .products_efficiency .products_list ul li a .info strong {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 0.5rem;
    margin-bottom: 5px;
  }
  .products_efficiency .products_list ul li a .info span {
    font-size: 14px;
  }
  .products_efficiency .products_list ul li a .info .info_i {
    margin-bottom: 5px;
  }
  .products_efficiency .products_list ul li a .info .btn {
    margin-top: 1rem;
    height: 42px;
    font-size: 14px;
  }
  .products_efficiency .products_list ul li a .info .btn::after {
    height: 9px;
    margin-bottom: 0;
  }
  .products_solutions {
    padding: 3rem 0;
  }
  .products_solutions .head {
    margin-bottom: 2rem;
  }
  .products_solutions .solutions {
    grid-template-columns: repeat(1, 1fr);
  }
  .products_solutions .solutions a .img {
    aspect-ratio: 2/1.2;
  }
  .products_solutions .solutions a .info {
    padding: 1.2rem 1.2rem;
  }
  .products_solutions .solutions a .info strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .products_solutions .solutions a .info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .products_solutions .solutions a .more {
    font-size: 14px;
    padding: 0.68rem 1.2rem;
  }
  .products_solutions .solutions a .more::after {
    width: 9px;
  }
  .service_help {
    padding: 4rem 0 3rem;
  }
  .service_help .flex {
    flex-direction: column;
  }
  .service_help .left {
    width: 100%;
  }
  .service_help .left .head h2 {
    margin-bottom: 0.5rem;
  }
  .service_help .left a {
    font-size: 14px;
    padding: 0.6rem 2rem;
    margin-top: 2rem;
  }
  .service_help .left a::after {
    height: 9px;
  }
  .service_help .right {
    width: 100%;
    margin-top: 1.5rem;
  }
  .service_help .right .img {
    margin: 0;
    width: 93%;
    margin: 0 auto;
  }
  .service_help .right .imgcon {
    transform: translate3d(0, 0, 0);
  }
  .service_resource {
    padding: 3rem 0;
  }
  .service_resource .nav {
    margin-top: 2rem;
  }
  .service_resource .nav ul li {
    font-size: 14px;
    min-width: 120px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px 5px 0 0;
  }
  .service_resource .head_main {
    margin: 2rem 0 1rem;
  }
  .service_resource .head_main h3 {
    font-size: 20px;
    text-align: center;
    display: none;
  }
  .service_resource .main {
    flex-direction: column;
  }
  .service_resource .main .right {
    width: 100%;
  }
  .service_resource .main .right .seatch_top {
    flex-direction: column;
  }
  .service_resource .main .right .seatch_top span {
    font-size: 15px;
  }
  .service_resource .main .right .seatch_top form {
    width: 100%;
    height: 44px;
  }
  .service_resource .main .right .seatch_top form input {
    padding: 0 1rem;
    font-size: 14px;
  }
  .service_resource .main .right .seatch_top form input::placeholder {
    font-size: 14px;
  }
  .service_resource .main .right .seatch_top input[type="submit"] {
    margin-right: 5px;
    width: 16px;
    height: 16px;
  }
  .service_resource .main .right .filer {
    margin: 2rem 0 0.5rem;
    padding-bottom: 0;
  }
  .service_resource .main .right .filer div {
    font-size: 14px;
  }
  .service_resource .main .right .filer .filte_by {
    font-size: 14px;
  }
  .service_resource .main .right .filer .filte_by select {
    font-size: 14px;
  }
  .service_resource .main .right .resources .resources_item {
    align-items: unset;
  }
  .service_resource .main .right .resources .resources_item .resourcebtn {
    font-size: 13px;
    padding: 0.6rem 1rem;
    border-radius: 4px;
  }
  .service_resource .main .right .resources .resources_item .resourcebtn::after {
    width: 12px;
    height: 12px;
  }
  .service_resource .main .right .resources .resources_list i {
    transform: translateY(50px);
    width: 15px;
    height: 15px;
  }
  .service_resource .main .right .resources .resources_list .con {
    margin-left: 10px;
    flex-wrap: wrap;
    padding: 0;
    align-items: start;
    gap: 12px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .service_resource .main .right .resources .resources_list .con .info {
    width: 74%;
    padding: 0;
    min-height: unset;
  }
  .service_resource .main .right .resources .resources_list .con .info span {
    font-size: 14px;
  }
  .service_resource .main .right .resources .resources_list .con .info strong {
    font-size: 16px;
    line-height: 1.3;
  }
  .service_resource .main .right .resources .resources_list .con .info p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;
  }
  .service_resource .main .right .resources .resources_list .con .img {
    width: 20%;
  }
  .service_resource .main .right .resources p.center {
    margin-top: 2.2rem;
  }
  .service_resource .main .right .resources p.center button {
    font-size: 14px;
    padding: 0.6rem 1.6rem;
  }
  .service_resource .type_container {
    display: none;
    position: fixed;
    top: 0;
    right: -80vw;
    width: 0;
    width: 80vw;
    height: 100%;
    background-color: #fff;
    padding: 2rem 1.2rem;
    z-index: 999;
    opacity: 0;
    overflow: auto;
    transition: 0.3s;
  }
  .service_resource .type_container.active {
    right: 0;
    opacity: 1;
  }
  .service_resource .type_container.active .type_close {
    display: flex;
  }
  .service_resource .type_container strong,
  .service_resource .type_container strong a {
    font-size: 15px;
  }
  .service_resource .type_container .type_close {
    display: block;
    display: flex;
    justify-content: end;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.2rem;
  }
  .service_resource .type_container .type_close span {
    display: block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url("../img/mobile-menu/close.svg") no-repeat center / contain;
  }
  .service_resource .type_container .item {
    padding: 0.8rem 0;
  }
  .service_resource .type_container .item:not(:nth-child(2)) {
    padding-top: 0.5rem;
  }
  .service_resource .type_container .options {
    padding: 0;
  }
  .service_resource .type_container .options li {
    padding: 5px;
  }
  .service_resource .type_container .options li a {
    font-size: 14px;
  }
  .service_resource .type_container .options li i {
    width: 6px;
    height: 8px;
  }
  .service_resource .lefttype {
    min-width: unset;
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .service_resource .lefttype .only_mobilmask {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 500;
  }
  .service_resource .lefttype .type_menu {
    display: block;
    width: 23px;
    height: 23px;
    background: url("../img/mobile-menu/nav-btn-p.svg") no-repeat center / contain;
    cursor: pointer;
    order: 3;
  }
  .service_resource .lefttype .title {
    padding: 0;
  }
  .service_resource .lefttype .options label {
    font-size: 15px;
    padding: 0;
    line-height: 1.5;
  }
  .prod_size .table table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .prod_size .table table tr th {
    width: 100%;
    padding-top: 0.8rem;
  }
  .prod_size .table table tr td:nth-child(2),
  .prod_size .table table tr td:nth-child(1) {
    width: 50%;
    padding-bottom: 0.2rem;
  }
  .prod_size .table table tr td:last-child {
    flex: 1;
  }
  .service_help .right .img .imgcon {
    transform: translate3d(0, 0, 0) !important;
  }
  .service_resource .downall a {
    font-size: 14px;
    min-width: 130px;
    height: 42px;
    border-radius: 4px;
  }
  .service_resource .downall a::before {
    width: 13px;
  }
  .service_resource .downall .filte_nums {
    font-size: 14px;
  }
  .service_brand .topicon {
    display: none;
  }
  .service_brand,
  .home_choose {
    padding: 3rem 0;
  }
  .service_brand .head,
  .home_choose .head {
    margin-bottom: 2rem;
    padding: 0;
  }
  .service_brand .mian ul,
  .home_choose .mian ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .service_brand .mian ul li,
  .home_choose .mian ul li {
    padding: 1.5rem 1.2rem;
    border-radius: 5px;
  }
  .service_brand .mian ul li i,
  .home_choose .mian ul li i {
    width: 45px;
    height: 45px;
    margin-bottom: 1rem;
  }
  .service_brand .mian ul li strong,
  .home_choose .mian ul li strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .service_brand .mian ul li p,
  .home_choose .mian ul li p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sustainability_history {
    padding: 4rem 0 2rem;
  }
  .sustainability_history .content .tricon, .video_main .content .tricon{
    width: 32px;
    height: unset;
    aspect-ratio: 1;
    top: -13px;
    right: 1.1rem;
    display: none;
  }

  .sustainability_history .content .blicon {
    width: 32px;
    height: unset;
    aspect-ratio: 1;
    bottom: -8px;
    left: 1.1rem;
    display: none;
  }
  .sustainability_history .head h2 {
    margin-bottom: 1rem;
  }
  .sustainability_history h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .sustainability_history p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .sustainability_history .history_main {
    padding: 2rem 0 0;
  }
  .sustainability_history .history_main li {
    padding-left: 14.39%;
  }
  .sustainability_history .history_main li::after {
    left: 5.746%;
  }
  .sustainability_history .history_main li .info {
    padding: 0;
  }
  .sustainability_history .history_main li .info strong {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  .sustainability_history .history_main li .info p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .sustainability_history .history_main li span {
    font-size: 12px;
    width: 11.4926355%;
  }
  .sustainability_Introduction {
    padding: 3rem 0;
  }
  .sustainability_Introduction i {
    display: none;
  }
  .sustainability_Introduction h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .sustainability_Introduction .introlist {
    margin-top: 2rem;
  }
  .sustainability_Introduction .introlist li {
    margin-bottom: 5px;
  }
  .sustainability_Introduction .introlist li strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .sustainability_Introduction .introlist li p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
  .sustainability_Classification {
    padding: 3rem 0;
  }
  .sustainability_Classification .nav {
    margin-top: 2rem;
    overflow: auto;
  }
  .sustainability_Classification .nav::-webkit-scrollbar {
    height: 0;
  }
  .sustainability_Classification .nav ul {
    gap: 1rem;
  }
  .sustainability_Classification .nav ul li {
    font-size: 14px;
    padding-bottom: 0.5rem;
  }
  .sustainability_Classification .nav ul li::after {
    height: 2px;
  }
  .sustainability_Classification .main {
    padding: 0 0 2rem;
  }
  .sustainability_Classification .main .card {
    flex-direction: column-reverse;
    margin-top: 2rem;
    padding: 1.5rem 0.8rem;
  }
  .sustainability_Classification .main .card::after {
    width: 100%;
    height: 100%;
  }
  .sustainability_Classification .main .card .right {
    width: 100%;
  }
  .sustainability_Classification .main .card .right .img {
    aspect-ratio: 2/1.2;
    border-radius: 5px;
  }
  .sustainability_Classification .main .card .left strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .sustainability_Classification .main .card .left p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
  .sustainability_Production {
    padding: 3rem 0 2rem;
  }
  .sustainability_Production .tricon {
    width: 32px;
    height: unset;
    aspect-ratio: 1;
    right: 10px;
  }
  .sustainability_Production .head {
    margin-bottom: 2rem;
  }
  .sustainability_Production .introduce {
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 3.5rem;
  }
  .sustainability_Production .introduce::after {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    left: -1.2rem;
    bottom: 0;
    height: 72%;
    background-color: var(--theme_color);
  }
  .sustainability_Production .introduce .production_swiper .img {
    aspect-ratio: 2/1.2;
  }
  .sustainability_Production .introduce .right {
    width: 100%;
    padding-bottom: 0;
  }
  .sustainability_Production .introduce .lefttext {
    padding: 0.5rem 1.2rem;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sustainability_Production .introduce .lefttext::after {
    width: 100%;
    left: 0;
    display: none;
  }
  .sustainability_Production .introduce .lefttext strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .sustainability_Production .introduce .lefttext p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sustainability_Production .introduce .swiper-pagination {
    bottom: 1.8rem;
    left: 1.2rem;
  }
  .sustainability_Production .swiper_btns {
    display: none;
  }
  .sustainability_Production .description {
    margin-top: 1rem;
  }
  .sustainability_Production .description p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .sustainability_Characteristics {
    padding: 3rem 0;
    padding-bottom: 0 !important;
  }
  .sustainability_Characteristics .head {
    margin-bottom: 1rem;
  }
  .sustainability_Characteristics .content .syeditorlist .faq:not(:first-child) {
    padding-top: 1rem;
  }
  .sustainability_Characteristics .content .syeditorlist i {
    width: 45px;
    height: 45px;
  }
  .sustainability_Characteristics .content .syeditorlist .faq {
    gap: 0.8rem;
    padding: 1rem 0;
  }
  .sustainability_Characteristics .content .syeditorlist .question {
    padding: 0;
  }
  .sustainability_Characteristics .content .syeditorlist .question strong {
    font-size: 15px;
    line-height: 1.5;
  }
  .sustainability_Characteristics .content .syeditorlist .question span {
    width: 14px;
    height: 14px;
  }
  .sustainability_Characteristics .content .syeditorlist .middletext {
    font-size: 13px;
    margin-bottom: 5px;
    width: calc(100% - 37px);
  }
  .sustainability_Characteristics .content .syeditorlist .answer {
    font-size: 13px;
    line-height: 1.7;
    padding: 5px 0 0.8rem;
  }
  .video_main {
    padding: 4rem 0 3rem;
  }
  .video_main .head p {
    font-weight: 400;
  }
  .video_main .video_card .video_a {
    margin-top: 2rem;
    padding-bottom: 2rem;
    flex-direction: column;
    border-radius: 10px;
  }
  .video_main .video_card .video_a::after {
    width: 100%;
    height: 50%;
    bottom: 0;
    border-radiusk: 10px;
  }
  .video_main .video_card .video_a .left {
    width: 100%;
  }
  .video_main .video_card .video_a .left .img {
    border-radius: 5px;
  }
  .video_main .video_card .video_a .right {
    padding: 0 1.2rem;
    padding-top: 1rem;
    background: rgb(238, 245, 238);
  }
  .video_main .video_card .video_a .right strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .video_main .video_card .video_a .right .playbtn {
    width: 36px;
  }
  .video_main .video_card .video_a .right .info {
    margin-top: 1rem;
  }
  .video_main .video_card .video_a .right .info li {
    gap: 0.5rem;
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .video_main .video_card .video_a .right .info li i {
    width: 18px;
    height: 18px;
  }
  .video_main .video_card a .right li{
    padding: 0.3rem 0;
    font-size: 14px;
  }
  .video_main .video_card a .right .play{
    width: 45px;
    height: 45px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .video_main .video_card a .right p{
    margin: 1rem 0;
  }
  .video_main .video_con {
    margin-top: 2rem;
  }
  .video_main .video_con .videolist {
    grid-template-columns: repeat(1, 1fr);
  }
  .video_main .video_con .videolist .video_item .video_a {
    border-radius: 10px;
  }
  .video_main .video_con .videolist .video_item .video_a .img {
    border-radius: 10px;
    aspect-ratio: 2/1.2;
  }
  .video_main .video_con .videolist .info {
    margin-top: 1rem;
    padding: 0 1rem 1rem !important;
  }
  .video_main .video_con .videolist .info .param {
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .video_main .video_con .videolist .info .param li {
    gap: 0.8rem;
    font-size: 14px;
  }
  .video_main .video_con .videolist .info .param li i {
    width: 18px;
    height: 18px;
  }
  .video_main .video_con .videolist .video_item .info strong{
    font-size: 16px;
    margin-bottom: 0;
  }
  .video_main .video_con .videolist .video_item li{
    font-size: 14px;
  }
  .video_main .video_con .videolist .video_item .img:after{
    zoom: 0.7;
  }
  .video_main .video_con .videolist .more {
    padding: 0.7rem 1rem;
    font-size: 14px;
  }
  .video_main .video_con .videolist .more::after {
    height: 10px;
  }
  .video_main p.center {
    margin-top: 3rem;
  }
  .about_heritage {
    padding: 4rem 0 3rem;
  }
  .about_heritage .head {
    margin-bottom: 2rem;
  }
  .about_heritage .swiper_end::after,
  .about_heritage .swiper_end::before {
    display: none;
  }
  .about_heritage .swiper_end::before {
    display: block;
    width: 100%;
    height: 115%;
    right: 0;
  }
  .about_heritage .swiper_end {
    padding: 0 1.2rem;
  }
  .about_heritage .swiper_end .nav {
    margin: 1rem 0;
    overflow: auto;
    width: 100%;
  }
  .about_heritage .swiper_end .nav::-webkit-scrollbar {
    height: 0;
  }
  .about_heritage .swiper_end .nav ul {
    gap: 16px;
  }
  .about_heritage .swiper_end .nav ul li {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .about_heritage .swiper_end .nav ul li::after {
    height: 2px;
    transform: translateY(1.5px);
  }
  .about_heritage .text_swiper {
    width: 100%;
  }
  .about_heritage .text_swiper p {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
  }
  .about_history {
    padding: 3rem 0;
  }
  .about_history .flex {
    flex-direction: column;
  }
  .about_history .leftimg {
    width: 91%;
    margin: 0 auto;
  }
  .about_history .leftimg .imgcon::after {
    border-radius: 10px;
  }
  .about_history .leftimg .img {
    transform: translate3d(0, 0, 0) !important;
    border-radius: 10px;
  }
  .about_history .righttext {
    width: 100%;
    padding-top: 2rem;
  }
  .about_history .righttext .head {
    margin-bottom: 0.5rem;
  }
  .about_history .righttext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_service {
    padding: 3rem 0 2rem;
  }
  .about_service .flex {
    flex-direction: column-reverse;
  }
  .about_service .left {
    width: 100%;
    padding: 0;
  }
  .about_service .left .head {
    margin-bottom: 0.5rem;
  }
  .about_service .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_service .right {
    width: 100%;
  }
  .about_service .right .bigimg,
  .about_service .right .smlimg {
    transform: translate3d(0, 0, 0) !important;
  }
  .about_Exhibition {
    padding: 2.5rem 0 3rem;
  }
  .about_Exhibition i {
    display: none;
  }
  .about_Exhibition .head {
    margin-bottom: 2rem;
  }
  .about_Exhibition .head h2 {
    margin-bottom: 0;
  }
  .about_Exhibition p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_Exhibition .feedback_swiper {
    margin-bottom: 1rem;
  }
  .about_pricing {
    padding: 5rem 0 3rem;
  }
  .about_pricing .flex {
    flex-direction: column;
  }
  .about_pricing .left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about_pricing .left .middle {
    font-size: 16px;
  }
  .about_pricing .left .clc_con {
    width: 76%;
    margin: 0 auto;
  }
  .about_pricing .left .list_item {
    gap: 5px;
  }
  .about_pricing .left .list_item i {
    width: 35px;
    height: 35px;
  }
  .about_pricing .left .list_item p {
    font-size: 12px;
    line-height: 1.2;
  }
  .about_pricing .right {
    width: 100%;
    padding: 0;
  }
  .about_pricing .right .head {
    margin-bottom: 0.5rem;
  }
  .about_pricing .right p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_saving {
    padding: 3rem 0;
  }
  .about_saving .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .about_saving .lefttext {
    width: 100%;
    padding: 0;
  }
  .about_saving .lefttext .head h2 {
    margin-bottom: 0.5rem;
  }
  .about_saving .lefttext .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_saving .lefttext a {
    font-size: 14px;
    padding: 0.65rem 1.2rem;
    margin-top: 2rem;
  }
  .about_saving .lefttext a::after {
    width: 6px;
  }
  .about_saving .lefttext a::after {
    height: 8px;
  }
  .about_saving .right {
    width: 100%;
  }
  .about_saving .right .imgcon::after {
    width: 32px;
    height: unset;
    aspect-ratio: 1;
    top: -16px;
  }
  .about_saving .right .bigimg,
  .about_saving .right .img {
    transform: translate3d(0, 0, 0) !important;
  }
  .about_order {
    padding: 3rem 0;
  }
  .about_order .flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .about_order .left {
    width: 100%;
  }
  .about_order .left .imgcon {
    width: 90%;
    margin: 0 auto;
  }
  .about_order .right {
    width: 100%;
    padding: 0;
  }
  .about_order .right p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_order .img {
    border-radius: 5px !important;
  }
  .about_procurement {
    padding: 5rem 0 3rem;
  }
  .about_procurement .flex {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
  .about_procurement .right {
    width: 100%;
  }
  .about_procurement .right .imgcon {
    right: 0;
  }
  .about_procurement .right .imgcon::after {
    height: 130%;
    border-radius: 6px;
  }
  .about_procurement .right .imgcon .img {
    border-radius: 5px;
    transform: translate3d(0, 0, 0) !important;
    aspect-ratio: 2/1.2;
  }
  .about_procurement .left {
    width: 100%;
    padding: 0;
  }
  .about_procurement .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_Diverse {
    padding: 3rem 0 2.5rem;
  }
  .about_Diverse .flex {
    flex-direction: column;
    gap: 2.5rem;
  }
  .about_Diverse .leftimg {
    width: 100%;
  }
  .about_Diverse .leftimg .imgcon {
    width: 90%;
    margin: 0 auto;
  }
  .about_Diverse .leftimg .imgcon::after {
    border-radius: 5px;
  }
  .about_Diverse .leftimg .img {
    border-radius: 5px;
    transform: translate3d(0, 0, 0) !important;
  }
  .about_Diverse .righttext {
    width: 100%;
    padding: 0;
  }
  .about_Diverse .righttext .head {
    margin-bottom: 0;
  }
  .about_Diverse .righttext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_founder {
    padding: 3rem 0 1.8rem;
  }
  header .contact_icon{
    display: block !important;
  }
  .about_founder .head {
    margin-bottom: 1.5rem;
    text-align: left  !important;
  }
  .about_founder .flex {
    flex-direction: column;
    gap: 0;
  }
  .about_founder .left {
    width: 100%;
  }
  .about_founder .righttext {
    width: 100%;
    padding: 1.2rem 0.8rem 1.5rem;
    background-color: var(--theme_color);
    min-height: unset;
  }
  .about_founder .righttext:after {
    display: none;
  }
  .about_founder .righttext strong {
    font-size: 18px;
  }
  .about_founder .righttext span {
    font-size: 16px;
    margin-top: 5px;
  }
  .about_founder .righttext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_founder .textdescription {
    margin-top: 1.5rem;
  }
  .about_founder .textdescription p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin: 0.5rem 0;
  }
  header {
    padding: 0;
  }
  header.sticky {
    top: 0;
    background-color: #262626;
  }
  header .header_top {
    display: none;
  }
  header .header_main .right nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background-color: transparent;
  }
  header .header_main .right nav.active {
    pointer-events: all;
  }
  header .header_main .right nav.active .close {
    opacity: 1;
  }
  header .header_main .right nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header .header_main .right nav.active .mask {
    opacity: 1;
    display: block;
  }
  header .header_main .right nav .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    opacity: 0;
    display: none;
  }
  header .header_main .right nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 60px);
    max-width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-24px);
  }
  header .header_main .right nav .con .close_box {
    padding: 2rem 1.2rem 1.2rem;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header .header_main .right nav .con .close_box span {
    display: inline-block;
    width: 15px;
    filter: brightness(0);
    height: 15px;
    background: url("../img/mobile-menu/close.svg") no-repeat center / contain;
  }
  header .header_main .right nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header .header_main .right nav .con .menu {
    display: block;
    flex: 1;
    overflow: auto;
    padding-top: 1rem;
    flex-direction: column;
    height: 100%;
  }
  header .header_main .right nav .con .menu > li {
    margin-left: 0;
    cursor: pointer;
    height: auto;
  }
  header .header_main .right nav .con .menu > li a::after,
  header .header_main .right nav .con .menu > li a::before {
    background: #fff;
  }
  header .header_main .right nav .con .menu > li::before {
    display: none;
  }
  header .header_main .right nav .con .menu > li.menu-item-has-children {
    padding: 0;
  }
  header .header_main .right nav .con .menu > li:hover.current-menu-item,
  header .header_main .right nav .con .menu > li:hover.current-menu-parent {
    color: var(--theme_color);
  }
  header .header_main .right nav .con .menu > li:hover > a {
    color: var(--theme_color);
  }
  header .header_main .right nav .con .menu > li > a {
    color: #222;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 2rem;
    font-size: 16px;
    line-height: 4rem;
    display: block;
  }
  header .header_main .right nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  .service_banner .head p{
    font-weight: 500 !important;
  }
  .connect_module .wpcf7-spinner{
    margin-left: 0;
    left: 0;
    bottom: -2rem;
  }
  header .header_main .right nav .con .menu > li.menu-item-has-children::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 2rem);
    top: 26px;
    transition: all 0.3s;
  }
  header .header_main .right nav .con .menu > li.active::after {
    transform: rotate(180deg) !important;
  }
  header .header_main .right nav .con .sub-menu {
    position: static;
    visibility: visible;
    padding: 1rem 1rem 0.8rem;
    background: #f8f8f8;
    margin: 0 2rem;
    box-shadow: none;
    border-radius: 8px !important;
    display: none;
    transform: translate(0) !important;
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
  header .header_main .right nav .con .sub-menu li a {
    color: #2d2d2d;
    padding: 0.5rem 0;
    white-space: wrap;
    font-size: 14px;
  }
  header .header_main {
    margin: 0;
    padding: 17.5px 0;
  }
  header .header_main .right .icon {
    margin: 0 1rem;
  }
  header .icon_menu {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
    cursor: pointer;
    order: 3;
    margin-left: 15px;
    filter: brightness(10);
  }
  header .logo img {
    width: unset;
    height: 30px;
  }
  header .arrow_btn {
    display: none;
  }
  .home_banner {
    margin-top: -64px;
    padding: 7rem 0 4rem;
    height: unset;
  }
  .home_banner .head > span {
    font-size: 14px;
  }
  .home_banner .head > span::before {
    width: 13px;
    margin-right: 0.5rem;
  }
  .home_banner .head a {
    margin-top: 2rem;
    font-size: 14px;
    padding: 0.65rem 1.2rem;
  }
  .home_banner .head a::after {
    width: 6px;
  }
  .home_banner .head a::after {
    transform: unset;
  }
  .home_looking {
    padding: 4rem 0 3rem;
  }
  .home_looking .head {
    margin-bottom: 2rem;
  }
  .home_looking .swiper_content {
    padding-bottom: 2.5rem;
  }
  .home_looking .swiper_looking li .icon {
    width: 36px;
    height: 36px;
  }
  .home_looking .swiper_looking li a > div {
    padding: 1.5rem 1.2rem 4.25rem;
    border-radius: 4px;
  }
  .home_looking .swiper_looking li p {
    font-size: 16px;
    line-height: 1.5;
  }
  .home_looking .swiper_looking li .flex {
    padding-bottom: 1.3rem;
  }
  .home_looking .swiper_looking li .flex span {
    font-size: 16px;
  }
  .home_choose .head::before {
    display: none;
  }
  .home_warehouse .head {
    margin-bottom: 1.5rem;
  }
  .home_warehouse .main .flex {
    flex-direction: column;
  }
  .home_warehouse .main .left {
    width: 100%;
  }
  .home_warehouse .main .right {
    width: 100%;
    padding: 0;
  }
  .home_warehouse .main .right p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .home_warehouse .main .right div {
    padding-left: 6.25rem;
  }
  .home_warehouse .main .right div strong {
    margin-bottom: 1.9rem;
    font-size: 16px;
  }
  .home_warehouse .main .right div ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .home_warehouse .main .right div ul li::before {
    width: 15px;
    height: 15px;
  }
  .home_warehouse {
    padding: 3rem 0 4rem;
  }
  .home_secrect .swiper_btns {
    display: none;
  }
  .home_secrect .swiper-slide {
    padding: 4rem 0;
    position: relative;
    height: unset;
  }
  .home_secrect .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .home_secrect .swiper-slide .content {
    position: relative;
    z-index: 2;
  }
  .home_secrect .swiper-slide h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .home_secrect .swiper-slide li {
    font-size: 14px;
  }
  .home_secrect .swiper-slide li::after {
    width: 8px;
    height: 8px;
  }
  .home_secrect .dots {
    position: absolute;
    bottom: -74px;
    display: flex;
    width: 89%;
  }
  .home_secrect .dots span {
    width: unset;
    flex: 1;
  }
  header.sticky .header_main .right .icon{
    filter: unset !important;
  }
  .arrow_btn {
    font-size: 14px;
    padding: 0.65rem 1.2rem;
    border-radius: 4px;
  }
  .arrow_btn::after {
    width: 6px;
    transform: translateY(0) !important;
  }
  .home_video {
    padding: 4rem 0 8rem;
    overflow: hidden;
  }
  .home_video .head {
    margin-bottom: 2rem;
  }
  .home_video .swiper_video {
    min-height: unset;
    margin-left: -13%;
    padding-bottom: 1rem;
  }
  .home_video .swiper_video .swiper_dots {
    margin-bottom: 20px;
  }
  .home_video li.swiper-slide-active, .home_video li.swiper-slide{
    padding: 1.5rem 1.2rem;
    border-radius: 6px;
  }
  .home_video li.swiper-slide-active .img, .home_video li.swiper-slide .img{
    margin-bottom: 1rem;
    border-radius: 6px;
    margin-top: 0;
  }
  .home_video li.swiper-slide-active .img::after, .home_video li.swiper-slide .img::after{
    width: 45px;
    height: 45px;
  }
  .home_video li.swiper-slide-active .info strong, .home_video li.swiper-slide .info strong{
    margin-top: 0.5rem;
    font-size: 18px;
    line-height: 1.5;
  }
  .home_video li.swiper-slide-active .info li, .home_video li.swiper-slide .info li{
    padding: 0.5rem 0;
  }
  .home_video li.swiper-slide-active .info li span, .home_video li.swiper-slide .info li span{
    font-size: 14px;
    word-break: break-word;
  }
  .home_video .arrow_btn {
    bottom: 4rem;
  }
  .swiper_dots {
    transform: translateY(21px);
  }
  .home_brand {
    padding: 4rem 0 5rem;
  }
  .home_brand .swiper_brand .swiper-slide-active {
    transform: translateY(11%);
  }
  .home_brand .swiper_brand .img{
    margin-bottom: 0 !important;
  }
  .home_brand .swiper_brand .img:after {
    width: 45px;
    height: 45px;
  }
  .home_brand .middle{
    margin: 0 1rem !important;
  }
  .home_brand .main:after {
    display: none;
  }
  .home_brand .main::before {
    bottom: 10px;
    width: 100vw;
    left: -1.2rem;
    height: 35%;
  }
  .home_brand .main > p {
    transform: translateY(2.5rem);
    text-align: center;
  }
  .home_brand .main > p a {
    font-size: 14px;
  }
  .home_brand .main > p a::after {
    width: 11px;
    transform: translateY(2px);
  }
  .home_exhibition {
    padding: 4rem 0 3rem;
  }
  .home_exhibition .head {
    margin-bottom: 2rem;
  }
  .home_exhibition .swiper_exhibition a {
    flex-direction: column-reverse;
    height: 100%;
  }
  .home_exhibition .swiper_exhibition a .left,
  .home_exhibition .swiper_exhibition a .right {
    width: 100%;
  }
  .home_exhibition .swiper_exhibition a .right {
    background-color: #fff;
  }
  .home_exhibition .swiper_exhibition a .right .img {
    border-radius: 4px 4px 0 0;
    aspect-ratio: 2/1.2;
  }
  .home_exhibition .swiper_exhibition a .left {
    border-radius: 0 0 4px 4px;
    padding: 1.5rem 1.2rem 1.8rem;
    min-height: unset;
    flex: 1;
  }
  .home_exhibition .swiper_exhibition a .left span {
    font-size: 14px;
    margin-top: 1.5rem;
  }
  .home_exhibition .swiper_exhibition a .left span::after {
    width: 11px;
  }
  .home_exhibition .swiper_exhibition a .left img {
    height: 40px;
    width: unset;
  }
  .home_exhibition .swiper_exhibition a .left strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_exhibition .swiper_exhibition a .left ul {
    padding-top: 1rem;
  }
  .home_exhibition .swiper_exhibition a .left ul li {
    font-size: 14px;
  }
  .home_exhibition .swiper_exhibition a .left ul li::before {
    width: 16px;
    height: 16px;
    margin-right: 0.6rem;
  }
  .home_exhibition .swiper_dots {
    transform: translateY(10px);
    margin-left: 10px;
  }
  .home_exhibition .swiper_content {
    padding-bottom: 1rem;
  }
  .home_blog {
    padding: 3rem 0 3.5rem;
  }
  .home_blog .head .flex {
    flex-direction: column;
  }
  .home_blog .head .nav {
    margin-top: 1rem;
    overflow: auto;
  }
  .home_blog .head .nav::-webkit-scrollbar {
    height: 0;
  }
  .home_blog .head .nav ul {
    gap: 1rem;
  }
  .home_blog .head .nav li {
    font-size: 14px;
    text-wrap: nowrap;
  }
  .home_blog .swiper_blog .swiper-slide {
    border-radius: 5px;
  }
  .home_blog .swiper_blog .swiper-slide .img {
    aspect-ratio: 2/1.2;
    border-radius: 5px;
  }
  .home_blog .swiper_blog .swiper-slide .info {
    padding: 0.8rem 1rem 1.2rem;
  }
  .home_blog .swiper_blog .swiper-slide .info strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .home_blog .swiper_blog .swiper-slide .info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_blog .swiper_blog .swiper-slide .bottom {
    padding: 0.8rem 1rem;
  }
  .home_blog .swiper_blog .swiper-slide .bottom p {
    font-size: 14px;
  }
  .home_blog .center a.arrow_btn {
    margin-top: 2rem;
  }
  footer .footer_contact {
    padding: 3rem 0;
    background: #262626;
  }
  footer .footer_contact h2 {
    color: #fff;
    font-size: 18px;
  }
  footer .footer_contact p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.85);
  }
  footer .footer_contact .flex {
    flex-direction: column;
  }
  footer .footer_contact .left {
    width: 100%;
  }
  footer .footer_contact .left form {
    width: unset;
    width: 100%;
    gap: 1rem;
  }
  footer .footer_contact .left form input[type="email"] {
    width: 100%;
    font-size: 14px;
    padding: 0.7rem 1rem;
    border-radius: 4px;
  }
  footer .footer_contact .left form input[type="submit"] {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    border-radius: 4px;
  }
  footer .footer_contact .right {
    margin-top: 2rem;
    padding: 0;
  }
  footer .footer_contact .right h2 {
    font-size: 18px;
  }
  footer .footer_contact .right .social {
    justify-content: space-between;
  }
  footer .footer_contact .right .social li a {
    width: 45px;
    height: 45px;
    border-radius: 4px;
  }
  footer .footer_main {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  footer .footer_main .main .flex {
    flex-direction: column;
  }
  footer .footer_main .main .flex .col.links {
    margin: 0;
  }
  footer .footer_main .main .flex .col.links a {
    font-size: 14px;
    padding: 0.67rem 1rem;
    border-radius: 4px;
    margin-top: 1rem;
    align-items: center;
  }
  footer .footer_main .main .flex .col.links a::after {
    width: 15px;
    height: 15px;
  }
  footer .footer_main .main .flex .col.links p {
    font-size: 14px;
    margin-top: 1rem;
    line-height: 1.5;
    text-align: center;
  }
  footer .footer_main .main .flex .col:not(.links) {
    padding-top: 1rem;
    width: 100%;
    position: relative;
    margin: 0;
  }
  footer .footer_main .main .flex .col:not(.links) li {
    margin: 0.7rem 0;
  }
  footer .footer_main .main .flex .col:not(.links) li::before {
    width: 40px;
    height: 40px;
    margin-right: 0.5rem;
    flex-shrink: 0;
  }
  footer .footer_main .main .flex .col:not(.links) li p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  footer .footer_main .main .flex .col:not(.links) li span {
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }
  footer .footer_main .main .flex .col:not(.links) > div {
    display: none;
    padding: 0 1rem;
  }
  footer .footer_main .main .flex .col:not(.links) > div ul li a {
    display: block;
    font-size: 14px;
    line-height: 2rem;
  }
  footer .footer_main .main .flex .col:not(.links) strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(18, 70, 58, 0.4);
    width: 100%;
    padding: 0.62rem 1rem;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 0;
  }
  footer .footer_main .main .flex .col:not(.links) strong::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../img/dayu-green.svg") no-repeat;
    transform: rotate(90deg);
    background-position: center;
    background-size: contain;
    transition: 0.3s;
  }
  footer .footer_main .main .flex .col:not(.links).active strong::after{
    transform: rotate(0deg);
  }
  footer .footer_main .main .flex .contact_col ul {
    margin-top: 1.2rem;
  }
  footer .footer_main .logo {
    width: unset;
    max-width: 216px;
    margin: 0 auto;
  }
  footer .footer_main .logo img {
    width: 100%;
  }
  footer .copyright .flex {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0;
  }
  footer .copyright .flex p {
    font-size: 13px;
    text-align: center;
  }
  footer .copyright .flex ul {
    justify-content: space-between;
  }
  footer .copyright .flex ul li a {
    font-size: 13px;
  }
  .about_sales {
    padding-bottom: 4rem;
  }
  .prod_size .table table tr:first-child td {
    padding-top: 0.5rem;
  }
  .video_sales.productdt_sales {
    padding-bottom: 4rem;
  }
  footer .content .footer_contact h2 {
    font-size: 18px;
  }
  .product_benefits .main ul li:nth-last-child(2)::after {
    display: none;
  }
  .home_looking .swiper_looking li:nth-of-type(2n) {
    transform: translateY(25px);
  }
  .about_saving .right .imgcon .bigimg {
    transform: translate3d(0, 0, 0) !important;
  }
  .products_efficiency .products_list li::after {
    width: 25%;
    right: 5%;
  }



  
  div.search-block .searchform {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  div.search-block input[type='text'] {
    flex: 1;
  }
  div.search-block input[type='submit'] {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 2.2vw 0 1.2vw;
    /* background: url(../img/page_home-header_search.svg) no-repeat center; */
    background: url(../img/search.svg) no-repeat center / contain;
    background-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all ease;
    cursor: pointer;
    border: none;
    outline: none;
  }
  div.search-block div.content {
    position: unset;
  }
  div.search-block .searchform input[type='text'] {
    font-size: 22px;
    height: 70px;
  }
  .wd-action-btn {
    width: 25px;
    height: 25px;
    top: unset;
    right: 2rem;
    bottom: 2rem;
  }
  div.search-block {
    height: 100%;
    width: 100%;
    top: 120%;
    bottom: unset;
    visibility: hidden;
  }
  div.search-block.active {
    top: 20%;
    visibility: visible;
    height: 80%;
    transform: translateY(0);
    bottom: unset;
  }
  .search-block input[type="submit"]:not(:disabled):hover {
    background-size: 1.4rem;
    border: none;
  }





  
  .modal .modalcontent{
    width: 100%;
    
    height: 100%;
  }
  .quote-content .right{
    padding: 1.2rem;
    width: 100%;
  }
  .quote-content{
    height: 100%;
    padding-top: 1rem;
    border-radius: 0;
  }
  
  .modal .modalcontent{
    border-radius: 0;
    height: auto;
    top: unset;
    bottom: -200%;
    transform: translate(-50%,0);
  }
  .modal-q .modal .modalcontent{
    bottom: 0;
    top: unset;
    max-height: 90vh;
    overflow: auto;
    transform: translate(-50%,0);
  }
  .quote-content{
    max-height: unset;
  }
  .quote-content .left{
    display: none;
  }




  
  .default_page_head .flex{
    padding: 4rem 0;
    padding-top: 8rem;
  }
  .default_page_head h1{
    font-size: 25px;
  }
  .default_page_head{
    margin-bottom: 0;
    margin-top: -65px;
  }
  .default_page_main h2{
    font-size: 20px;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .default_page_main h3{
    font-size: 18px;
  }
  .default_page_main p{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .contact_main input[type='submit']{
    font-size: 14px;
  }
  .sustainability_Classification .main{
    padding-bottom: 50px !important;
  }
  .video_main .head + .head{
    margin-top: 2rem;
  }
  .video_main .video_card .video_a::after{
    display: none;
  }


  form#sytech-newsletter-subscription p.failed.active, form#sytech-newsletter-subscription p.success.active{
    bottom: 3.8rem !important;
  }

  .video_pop .pop_content {
    max-width: 90vw;
    height: 300px;
    border-radius: 6px;
  }
  .video_pop .pop_content {
    width: 90vw;
    height: auto;
  }

  
  .home_brand .head img{
    width: 180px !important;
  }
  
  .home_brand .middle, .home_brand .left, .home_brand .right{
    width: 50% !important;
    min-width: 50% !important;
  }
  .home_secrect .swiper-slide{
    background-position: 75% !important;
  }
  .products_efficiency .products_list li a .info .info_i,
    .products_efficiency .products_list li a .info .info_i strong{
    font-size: .9rem;
  }
}
