﻿@charset "utf-8";

@media (min-width: 576px) {
    body.home .intro .wid-home-product .swiper-slide .info {
        padding-right: 110px;
        min-height: 110px;
    }
    body.home .intro .wid-home-product .swiper-slide .info .more {
        position: absolute;
        right: 11px;
        top: 50%;
        transform: translateY(-50%);
          width: 90px;
          height: 90px;
         color: var(--main-color);
         border-radius: 50%;
    }
    body.home .testimonials .more-btn-area:before,
    body.home .testimonials .more-btn-area:after,
    body.home .middleAbout .public .more-btn-area:after,
    body.home .middleAbout .public .more-btn-area:before {
        content: "";
        display: block;
        width: 23%;
        flex: 1 1 0;
        height: 1px;
        background: #dfdfdf;
    }

    body.home .testimonials .more-btn-area, 
    body.home .middleAbout .public .more-btn-area {
        display: flex;
        align-items: center;
    }

        body.home .testimonials .more-btn-area .btn-primary,
        body.home .middleAbout .public .more-btn-area .btn-primary {
            margin: 0 20px;
        }
}

@media (min-width: 768px) {
    .header .navbar-nav .nav-item ul {
        /* border: 2px solid var(--main-color); */
        box-shadow: rgb(0 0 0 / 20%) 0px -1px 6px;
        background: #f3f3f3;
    }

        .header .navbar-nav > .nav-item.dropdown.fadeup > .navbar-nav, .header .navbar-nav .nav-item ul li:last-child a {
            border-radius: 0 0 12px 12px;
            z-index: 1;
        }

    .header .navbar-nav > .nav-item.dropdown > .navbar-nav .navbar-nav {
        border-radius: 12px;
    }

        .header .navbar-nav > .nav-item.dropdown > .navbar-nav .navbar-nav .nav-item:first-child a {
            border-radius: 12px 12px 0 0;
        }

    .header .navbar .contactBtn.navbar-mobile {
        position: absolute;
        right: 0;
        top: 0;
        bottom: auto;
    }
    body.home .intro .wid-home-product {
        width: 75%;
        margin: 0 auto;
    }
    body.home .intro .wid-home-product .swiper-slide.swiper-slide-active {
        padding:0 40px; 
    }
    body.home .visualArea.pos-relative {
        background-attachment:fixed;
       
    }
    .footer .social-box ul {
        display: flex !important;
        justify-content: end;
    }
    body.show .section.mt-5 {
        margin-top: 0 !important;
    }
    body:not(.home) .main {
        padding: 40px 0;
    }
    .footer .copyrights, .footer .powered {
    		text-align: right;
	}
.product-info-area .info-box {
        padding: 40px 0;
        /* border: none; */
    }
}

@media (min-width: 992px) {
    
    .wid-float-section ul li + li {
        margin-top: 8px;
    }
    body.product.show .tab-area .tab-title a {
        width: 260px;
    }
    .map-box {
        height: 100%;
    }
    .header .navbar-nav .nav-item > .nav-link {
        padding: 25px 7px;
    }
}

@media (min-width: 1441px) {
    .header .navbar-nav .nav-link {
        padding: 14px 15px;
    }
}
@media (min-width: 1281px) {
    .header .navbar .contactBtn.navbar-mobile {
        bottom: -20px;
    }
       .header .navbar .contactBtn.navbar-mobile .contactbtn {
        padding: 16px;
        font-size: 26px;
        padding-top: 62px;
        background-position: top 12px center;
    }
}
@media (min-width: 1200px) {
    .header .navbar .collapse.navbar-collapse {
        justify-content: flex-start !important;
        margin-left: 20px;
    }

    
    
    body.home .service .inner .list_box.top .list_item ul li {
        background-position: right 0px top 11px;
        padding-left: 0;
        padding-right: 12px;
    }
    body.home .service .inner .list_box.top .list_item {
        flex-direction: row-reverse;
        text-align: right;
    }
    .container {
        max-width:1380px;
    }
}


@media (max-width: 1440px) and (min-width:1280px) {
    .header > .navbar {
        padding-right: 150px;
    }
    body.home .topAbout .about01 .rightArea.innerPic .row > div {
        width: 50%;
    }
}

@media (max-width: 1280px) and (min-width:992px) {
    body.home .topAbout .about01 > .container {
        max-width: 90%;
    }
}
@media (max-width: 1199px) and (min-width:992px) {
    body.home .topAbout .about01 .check_list li {
        width: calc(100% / 5 - 10px);
        vertical-align: top;
        padding-right: 0;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 1280px) and (min-width:768px) {
    .nav-brand-wrapper {
        flex: 0 0 100%;
        text-align: center;
    }

    .header .navbar > .container-fluid {
        flex-direction: column;
    }
    .footer .cominfo-list {
        grid-template-columns: repeat(1, 1fr);
    }
   
}
@media (max-width: 991px) and (min-width:576px) {
    body.about .txt .servicebox ul.service > li {
        padding-left: 0;
        min-height: 0;
        padding-top: 90px !important;
    }
}
@media (max-width: 991px) and (min-width:768px) {
    .navbar-expand-md .navbar-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
    body.home .coreValue .check_list li {
        background: url(../images/check-01.svg) no-repeat left -15px top -6px;
        margin-bottom: 10px;
        padding: 5px;
        padding-left: 30px;
        width: calc(100% / 3 - 4px);
        display: inline-block;
    }
    body.home .middleAbout .public .row > div {
        width: 50%;
    }
    body.home .service .list_item h3 small {
        color: #b5b5b5;
        margin-left: 0;
        display: block;
        margin-top: 5px;
    }
  
}
@media (max-width: 767px) and (min-width:500px) {
    body.home .topAbout .about01 .rightArea.innerPic .row > div, body.home .middleAbout .public .row > div {
        width: 50%;
    }
  
}

@media (max-width: 1440px) {
    .header .navbar .navbar-brand {
        width: 245px !important;
        height: 78px !important;
    }
    body.home .service .list_item {
        min-height: 140px;
    }
    body.home .service .list_box .list_item.l6, body.home .service .list_box .list_item.l4 {
        left: -66px;
    }
    body.home .service .list_box .list_item.l1, body.home .service .list_box .list_item.l3 {
        right: -66px;
    }
    body.home .service .inner .logopic {
        width: 330px;
        height: 330px;
    }
    .contact-info-area .needs-validation {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }
}
@media (max-width: 1380px) {
    .header .navbar .navbar-brand {
        width: 200px !important;
        height: 63px !important;
    }
    .header .navbar-nav .nav-item > .nav-link {
        font-size: 18px;
    }
    body.about.kind_72 .txt .sec08 .btn-group .btn-primary {
        font-size: 28px;
        padding-left: 126px;
    }

}
@media (max-width: 1199px) {
    .banner .banner-txt .banner-info {
        background: rgb(255 255 255 / 90%);
        padding: 60px;
    }

    .banner .banner-txt {
        padding: 0;
        background: none;
        width: 80%;
        position: absolute;
        justify-content: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
        /* .banner .banner-txt {
                position: absolute;
                width: 50%;
                text-align: left;
                color: #fff;
                background: transparent;
                padding: 0;
            }*/
        .banner .banner-txt .banner-info{
            font-size: 32px;
        }
    body.home .topAbout .about01 .editor > .d-flex .tit_box, body.home .topAbout .about01 .editor > .d-flex .innerPic {
        width: 100%;
    }
    body.home .h2, .kind-info .h2, body.contact h3.h1, .txt h3 {
        font-size: 30px;
    }
	.kind-info .h2 {
		margin-top:0;
		min-height: 45px;
	}
    .subtitle, body.home .testimonials .subtitle {
        font-size: 25px;
    }
    body.home .intro .tit_box .more-btn-area {
        width: 20%;
    }
    body.home .intro .tit_box .descbox {
        width: 50%;
    }
    body.home .intro .tit_box .h2 {
        width: 27%;
    }
    body.home .service {
        padding: 50px 0;
    }
    body.home .service .inner {
        justify-content: space-between;
        flex-wrap: wrap;
        /* flex-direction: column; */
        align-items: start;
    }
 
    body.home .service .list_item + .list_item {
        margin-top: 30px;
    }
        body.home .service .inner .logopic {
            width: 100%;
            height: auto;
            margin: 98px 0 122px 0;
            order: 1;
            border-radius: 0;
            flex: auto;
            padding: 20px 0;
            background: none;
        }

    /*body.home .service .inner .logopic {
        display: none;
    }*/
        body.home .service .inner .list_box {
            flex: inherit;
            order: 2;
            width: 48%;
            min-width:0;
        }
    body.home .service .list_box .list_item.l1, body.home .service .list_box .list_item.l4 {
        top: auto;
    }
    body.home .service .list_box .list_item.l3, body.home .service .list_box .list_item.l6 {
        bottom: auto;
    }
    body.home .service .top .list_item {
        padding-right: 0;
        padding-left: 125px;
    }
    body.home .service .top .list_item .pic {
        right: auto;
        left: 0;
    }
    body.home .service .list_box .list_item.l6,
    body.home .service .list_box .list_item.l4 {
        left: 0;
    }
    body.home .service .list_box .list_item.l5,body.home .service .list_box .list_item.l2  {
        right: 0;
    }
    body.home .service .list_box .list_item.l1, body.home .service .list_box .list_item.l3 {
        right: auto;
    }


    .circlebox .list_item.i2:after, .circlebox .list_item.i3:after {
        content: none;
    }
    .circlebox .list_item {
        width: 110px;
        height: 110px;
    }
    .circlebox .logo {
        width: 150px;
        height: 150px;
        border: 8px solid transparent;
      
    }
    .circlebox .list_item .pic {
        width: 50px;
        height: 50px;
        margin: 0 auto 5px;
        background-size: 100%;
    }
    .circlebox .list_item.i1 .pic {
        background-position: top 0 center;
    }
    .circlebox .list_item.i2 .pic {
        background-position: center top -178px;
    }
    .circlebox .list_item.i3 .pic {
        background-position: center top -366px;
    }
    .circlebox .list_item.i4 .pic {
        background-position: center top -543px;
    }
    body.about .txt .spaceIntro .nav-pills {
        width: 20%;
    }
    body.about .txt .spaceIntro .tab-content {
        width: 77%;
    }

    body.about.kind_72 .txt .sec08 .btn-group .btn-primary:before {
        width: 60px;
        height: 60px;
        background-position: top 5px left 8px;
        background-size: 70%;
    }

    body.about.kind_72 .txt .sec08 .btn-group .mail .btn-primary::before {
        background-position: top -266px center;
    }

    body.about.kind_72 .txt .sec08 .btn-group .btn-primary {
        font-size: 20px;
        padding-left: 88px;
    }

        body.about.kind_72 .txt .sec08 .btn-group .btn-primary span {
            font-size: 80%;
        }
    .product .contentbuilder-box .list:after {
        left: 10px;
    }
    .product .contentbuilder-box .list:before {
        width: 100px;
    }
    .product .contentbuilder-box .list {
        padding-left: 115px;
    }
}
@media (max-width: 991px) {
    body.home .intro .tit_box .h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    body.home .intro .tit_box .more-btn-area {
        width: 25%;
    }
    body.home .intro .tit_box .descbox {
        width: 70%;
    }
    body.home .topAbout.sec01 {
        background-size: 30%;
    }
    body.home .coreValue.sec01 .h2 {
        margin-top: 22px;
    }
    body.home .service .inner .list_item ul {
        grid-template-columns: repeat(1, 1fr);
    }
    
    body.home .service .list_item {
        display: block;
    }
    body.home .service .list_item .pic {
        width: 80px;
        height: 80px;
        background: url(../images/serviceIcon-01.svg) top -3px center no-repeat #f8f8f8;
        background-size: cover;
    }
    body.home .service .list_item.l2 .pic {
        background-position: top -171px left 5px;
    }
    body.home .service .list_item.l3 .pic {
        background-position: top -328px center;
    }
    body.home .service .list_item.l4 .pic {
        background-position: top -482px center;
    }
    body.home .service .list_item.l5 .pic {
        background-position: top -664px left 2px;
    }
    body.home .service .list_item.l6 .pic {
        background-position: top -897px center;
    }
    body.home .service .bottom .list_item, body.home .service .top .list_item {
        padding-left: 98px;
    }
    body.home .testimonials .rightArea {
        margin-top: 22px;
    }
    .wid-float-section ul li + li {
        border-top: 0;
    }
    .wid-float-section ul li a .icon {
        font-size: 18px;
    }
    .wid-float-section ul li a, .wid-float-section ul li {
        width: 100%;
        border-radius: 0;
    }
    .gotop {
        opacity: 1;
    }
    .product .editor .FAQ .row > div {
        margin-bottom: 60px;
        width: 100%;
    }
    .product .editor .FAQ .inner{
        padding: 12px;
    }
    body.product.show .tab-area .tab-title a {
        padding: 10px 22px;
    }
    .circlebox .logo {
        order: 1;
        width: 100% !important;
        border-radius: 0;
        background: url(../images/circlelogo.svg) center center no-repeat;
        background-size: contain;
        border: none;
        margin-bottom: 22px;
    }
    .circlebox ul {
        flex-wrap: wrap;
    }
    .circlebox ul:before,.circlebox .list_item:before {
        content:none;
    }
    .circlebox .list_item {
        outline: 4px solid var(--main-color);
        outline-offset: 5px;
    }
    .circlebox .logo {
        outline:none !important;
    }
    body.about.kind_3 .txt .row.sec04:before {
        background: url(../images/aboutBg6.jpg) repeat-y;
        background-size: 100%;
    }
    body.about .sec05 .pic {
        margin-bottom: 65px;
    }
    body.about.kind_72 .txt .sec08 .btn-group .btn-primary:before {
        left: 8px;
    }
    body.about.kind_72 .txt .sec08 .btn-group .btn-primary {
        font-size: 18px;
        padding-left: 78px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
	.breadcrumb-section {
    margin-bottom: 20px;
}
    .header > .navbar > .container-fluid .contactBtn.navbar-mobile {
        position: absolute;
        right: 60px;
    }

    .header .navbar .contactBtn.navbar-mobile .contactbtn {
        border-radius: 0;
    }

    .header .navbar .small-btn-box {
        order: 3;
    }

    .header .navbar .navbar-brand, .is_scroll .header .navbar .navbar-brand {
        width: 190px !important;
        height: 70px !important;
    }

    .bsnav-mobile {
        z-index: 50;
    }

    .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
        background: transparent !important;
    }

    .bsnav-mobile .bsnav-mobile-overlay {
        background: linear-gradient(90deg, rgb(0 0 0 / 77%), transparent);
    }

    .navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
        height: 1px;
    }

    .banner .banner-txt {
        width: 100%;
		opacity:1;
    }

        .banner .banner-txt .banner-info {
            background: rgb(255 255 255 / 90%);
            padding: 24px;
        }

            .banner .banner-txt .banner-info{
                font-size: 28px;
            }
    body.home .topAbout .about01 > .container {
        max-width: 100%;
    }
    body.home .h2 {
        font-size: 30px;
        padding-left: 44px;
        background-size: 30px;
    }
    body.home .intro .tit_box .descbox {
        width: 65%;
    }
    body.home .intro .tit_box .more-btn-area {
        width: 32%;
    }
    .sec01 {
        padding: 50px 0;
    }
    body.home .service .inner .list_box {
        width: 100%;
    }
    body.home .service .inner .list_item ul {
        grid-template-columns: repeat(2, 1fr);
    }
    body.home .service .list_item {
        min-height: 0;
    }
    body.home .service .list_item + .list_item,body.home .service .inner .list_box.bottom  {
       margin-top: 40px;
   }
    body.home .middleAbout .public .row > div:last-child {
        margin-bottom: 0;
    }
    body.home .middleAbout .public h3:before {

        height: 60px;
        width: 60px;
        background: url(../images/publicIcon.svg) #7fbeba no-repeat top 10px center;
        background-size: 80%;
    }
    body.home .middleAbout .public h3 {
        font-size: 20px;
        padding-left: 68px;
        letter-spacing: 0.5px !important;
        min-height: 66px;
    }
    body.home .middleAbout .public .row > div {
        margin-bottom: 38px;
    }
    body.home .middleAbout .public .row > div:nth-child(2) h3::before {
        background-position: top -94px center;
    }

    body.home .middleAbout .public .row > div:nth-child(3) h3::before {
        background-position: top -206px center;
    }
    body.home .middleAbout .public .row > div:nth-child(4) h3::before {
        background-position: top -315px left 6px;
    }
    body.home .middleAbout .public .row > div:nth-child(5) h3::before {
        background-position: top -448px center;
    }
    body.home .middleAbout .public .row > div:nth-child(6) h3::before {
        background-position: top -559px center;
    }

    .footer {
        padding: 75px 0 60px;
    }
    .footer .footer_content.fc_seperate_bottom .footer-bottom .copyrights-info .footer-logo {
     
        display: none;
    }
    /*.footer .footer_content.fc_seperate_bottom .footer-bottom .copyrights-info {
        padding: 0;
        margin-top: 0;
    }*/
    body.home .visualArea.pos-relative {
        height: 200px;
        background-size: cover;
    }
    body.home .visualArea:before {
        height: 67px;
        background-position: bottom left;
        background-size: cover;
        top: -30px;
    }
    .bsnav-mobile .navbar-nav .nav-item .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
    .bsnav-mobile .navbar-nav .nav-item .nav-link {
        border-bottom: 0;
    }
    body:not(.home) .main {
        background: url(../images/aboutBg6.jpg) top center repeat-y;
        background-size: 100% auto;
        padding: 40px 0;
    }

    .tab-area.tab-accordion .tab-accordion-header {
        background: var(--second-color);
        font-size: 20px;
        position:relative;
    }
    .tab-area.tab-accordion .tab-accordion-header a {
        color: #fff;
        padding-right: 26px;
    }
    .tab-area.tab-accordion .tab-accordion-header a:after {
        width: 0;
        height: 0;
        /* margin-left: 5px; */
        /* margin-top: -2.5px; */
        border: none;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        border-top: solid 11px rgb(255 255 255);
        vertical-align: middle;
        display: inline-block;
        content: "";
        position: absolute;
        right: 14px;
        top: 18px;
        transition:0.5s ease all;
    }
    .tab-area.tab-accordion .tab-accordion-header a:not(.collapsed):after {
        transform: rotate(-180deg);
    }
    .product-info-area .item.desc .cont table tr > td:first-child {
        text-align: left;
    }
    .product .contentbuilder-box .list:after {
        width: 60px;
        height: 60px;
    }
    .product .contentbuilder-box .list:before {
        width: 80px;
    }
    .product .contentbuilder-box .list{
        padding-left: 94px;
    }
    .product .contentbuilder-box .l2 .list:after {
        background-position: center top -158px;
    }
    .product .contentbuilder-box .l3 .list:after {
        background-position: center top -330px;
    }
    .product .contentbuilder-box .l4 .list:after {
        background-position: center top -501px;
    }
    .product .contentbuilder-box .l5 .list:after {
        background-position: center top -611px;
        height: 65px;
    }
    .product .contentbuilder-box .l6 .list:after {
        background-position: center top -869px;
    }
    .product .editor .inner .info {
        padding: 16px;
    }
    .product .editor .FAQ .inner h4 {
        top: -18px;
        left: -20px;
        font-size: 18px;
        border-radius: 20px;
        background-position:left 8px top 2px;
        padding: 10px;
        padding-left: 48px;
        background-size: 38px;
    }
    .tab-area.tab-accordion .tab-accordion-body {
        border: 0;
        padding: 20px 0;
        background: none;
    }
    body.contact .info-area .list-creative {
        display: block;
    }
    body.contact .info-area .list-creative > li {
            width: 100%;
      
    }
    .circlebox .list_item {
        width: 100px;
        height: 100px;
        outline: 2px solid var(--main-color);
    }
    body.about .sec05::after {
        right: -135%;
    }
    body.about .sec05 h3 {
        margin-bottom: 40px;
    }
    body.about .sec05 ul li:before {
        left: 0;
    }
    body.about .sec05 ul li {
        padding-left: 106px;
    }
    body.about .sec05 ul li:before {
        width: 60px;
        height: 60px;
        background: url(../images/about/traffic-01.svg) center top 11px no-repeat var(--second-color);
        background-size: 80%;
    }
   body.about .sec05 ul li.traffic:before {
        background-position: center top -100px;
    }
    body.about .sec05 ul li.service:before {
        background-position: center top -202px;
    }
    body.about .sec05 ul li {
        padding-left: 70px;
    }

    .txt h3, .product .editor h3{
        margin-bottom: 20px;
        font-size: 25px;
        min-height: 45px;
        display: block;
        /* color: #dc3545; */
        text-align: center;
        background-position: center top;
        padding: 50px 0 0 0;
    }
    body.about .txt .spaceIntro .nav-pills, body.about .txt .spaceIntro .tab-content {
        width:100%;
    }
    body.about .txt .spaceIntro .nav-pills {
        flex-direction: row !important;
        margin-bottom: 16px;
    }
    body.about .txt .spaceIntro .nav-pills .nav-link {
        width: 50%;
    }
    body.about .txt .spaceIntro .nav-pills .nav-link {
        padding-left: 30px;
        background-position: top -255px left 5px;
    }
    body.about .txt .spaceIntro .nav-pills .nav-link.active, body.about .txt .spaceIntro .nav-pills .show > .nav-link {
        background-position: top 18px left 5px;
    }
    body.about .txt .servicebox > ul > li {
        width: calc(100% / 2 - 10px);
    }
    body.about .txt .servicebox .desc b {
        display: block;
    }
    body.about.kind_72 .txt .sec08 .btn-group .btnbox {
        width: 100%;
    }
    body.about.kind_72 .txt .sec08 .btn-group .btnbox + .btnbox {
        margin-top: 15px;
    }
    body.about.kind_72 .main {
        padding-bottom: 0;
    }
	.page-box, .content-area {
		margin-bottom: 0 !important;
	}
}


@media (max-width: 575px) {
        .header .navbar .contactBtn.navbar-mobile .contactbtn {
        padding: 6px;
        font-size: 17px;
        background-position: center top 2px;
        padding-top: 30px;
        padding-left: 6px;
        background-size: 26px;
    }
    .header .navbar .navbar-brand, .is_scroll .header .navbar .navbar-brand  {
        width: 160px !important;
        height: 60px !important;
    }
    .banner::after {
        height: 54px;
        pointer-events: none;
    }
    .banner .banner-txt .banner-info .btn.btn-primary {
        font-size: 18px;
        margin-top: 4px;
        padding: 8px 26px;
        width: 100%;
        background: var(--second-color);
    }

    .banner .banner-txt {
        width: 100%;
        position: static;
        transform: none;
        background: #71c5c0;
        padding-bottom: 58px;
    }

        .banner .banner-txt .banner-info, .banner .banner-txt .banner-info  strong {
            color: #fff;
        }
        

        .banner .banner-txt .banner-info {
            background: none;
        }
    body.home .h2 .txt-en {
        font-size: 15px;
     
        letter-spacing: 0;
    }
    body.home .middleAbout .public .row > div {
        position:relative;
    }
    body.home .middleAbout .public h3 {
        font-size: 20px;
        padding-left: 84px;
        min-height: 75px;
        position: absolute;
        left: 10px;
        bottom: 0;
        margin-bottom: 0;
        right: 0;
        background: rgb(255 255 255 / 76%);
        /* display: block; */
    }
    body.home .middleAbout .public h3:before {
       
        left: 12px;
    }
	 body.home .middleAbout .public .row > div:last-child {
       
        margin-bottom: 38px;
    }
    .subtitle, body.home .testimonials .subtitle {
        font-size: 24px;
    }
     body.home .intro .tit_box .descbox, body.home .intro .tit_box .more-btn-area {
        width: 100%;
    }
    body.home .intro .wid-home-product .swiper-button-next, body.home .intro .wid-home-product .swiper-button-prev {
        width: 38px;
        height: 38px;
    }
    body.home .intro .wid-home-product .swiper-button-prev,
    body.home .intro .wid-home-product .swiper-container-rtl .swiper-button-next {
        left: -8px;
    }

    body.home .intro .wid-home-product .swiper-button-next,
    body.home .intro .wid-home-product .swiper-container-rtl .swiper-button-prev {
        right: -8px;
    }
    body.home .intro .wid-home-product .swiper-button-next:after,body.home .intro .wid-home-product .swiper-button-prev:after {
        font-size: 22px;
    }
    body.home .service .inner .list_item ul {
        grid-template-columns: repeat(1, 1fr);
    }
    
    body.home .service .inner .logopic:before {
        left: -50px;
        right: -50px;
        top: -50px;
        bottom: -50px;
    }
    body.home .service .inner .logopic p {
        font-size: 18px;
        letter-spacing: 2px;
    }
    body.home .service .inner .logopic .logo {
        width: 180px;
        height: 70px;
    }
    body.home .service .inner .logopic {
        margin: 55px 0 80px 0;
    }
   
    body.home .service .inner .list_item ul {
        grid-template-columns: repeat(2, 1fr);
    }

   

    body.home .service .list_item + .list_item,
    body.home .service .inner .list_box.bottom {
        margin-top: 30px;
        padding-top: 24px;
        border-top: 1px solid #eee;
    }
    .footer:before {
        height: 100px;
    }
    .footer .cominfo-list {
        grid-template-columns: repeat(1, 1fr);
    }
    body.home .home_news .btn-more, body.home .testimonials .more-btn-area .btn-primary, .more-btn-area .btn-primary {
        position: relative;
        width: 100%;
        display: block;
        margin: 0;
    }
    .kind-info .h2 .txt-en, body.contact h3.h1 .txt-en {
        display: block;
        margin: 5px 0 0 0px;
        font-size: 20px;
    }
    
    body.contact .info-area h3 {
        margin: 15px 0 !important;
    }
    body.contact .col-form-label, body.contact .form-group.row > div {
        width:100%;
    }
    .circlebox .list_item {
        width: 46%;
        outline: 2px solid var(--main-color);
        border-radius: 0;
        height: auto;
        padding: 10px !important;
        margin-bottom: 30px;
    }
    .circlebox .logo {
        padding:0 !important;
        height: 75px;
    }
    body.about .sec05::after {
        right: auto;
        left: 0;
        bottom: -140px;
    }
    body.about.kind_3 .txt .row.sec04:before {
        left: -30px;
        right: -30px;
    }
    body.about .txt .servicebox > ul > li {
        width: 100%;
    }
    body.about.kind_72 .txt .sec08 .btn-group .btn-primary:before {
        width: 40px;
        height: 40px;
        background-position: top 1px left 2px;
        background-size: 80%;
    }
    body.about.kind_72 .txt .sec08 .btn-group .mail .btn-primary::before {
        background-position: top -207px center;
    }
    body.about.kind_72 .txt .sec08 .btn-group .btn-primary {
        
        padding: 10px;
        padding-left: 60px;
    }
}

@media (max-width: 480px) {
    .banner .banner-txt .banner-info {
        padding: 10px;
font-size: 20px;
    }
    body.home .middleAbout.sec01 {
        padding-bottom: 0;
    }
    body.home .service {
        padding: 38px 0;
    }

    body.home .service .list_item .pic {
        position: static;
        margin: 0 auto;
        margin-bottom: 13px;
        display:none;
    }
    body.home .service .list_item + .list_item, body.home .service .inner .list_box.bottom {
        margin-top: 20px;
    }
    body.home .service .list_item h3 {
        /* text-align: center; */
        margin-bottom: 15px;
        position: relative;
        padding-left: 75px;
    }
    body.home .service .list_item h3 small {
        color: #b5b5b5;
        margin-left: 0;
        display: block;
        margin-top: 5px;
    }
    body.home .service .bottom .list_item, body.home .service .top .list_item {
        padding-left: 0;
    }
    body.home .service .list_item h3:before {
        content: "";
        width: 60px;
        height: 60px;
        background: url(../images/serviceIcon-01.svg) top -3px center no-repeat #f8f8f8;
        background-size: cover;
        border-radius: 50%;
        outline: 3px solid var(--main-color);
        outline-offset: 1px;
        filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.1));
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    body.home .service .list_item.l2 h3:before {
        background-position: top -129px left 4px;
    }
    body.home .service .list_item.l3 h3:before {
        background-position: top -245px center;
    }
    body.home .service .list_item.l4 h3:before {
        background-position: top -360px center;
    }
    body.home .service .list_item.l5 h3:before {
        background-position: top -498px center;
    }
    body.home .service .list_item.l6 h3:before {
        background-position: top -673px center;
    }
    body.home .home_news .list_item .info .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size:18px;
    }
    body.home .home_news .list_item .info .date{
        font-size: 14px;
        color: #b8b8b8;
    }
    .footer .wid-page_unit p {
        font-size: 16px;
        opacity: 0.8;
    }
    .product-info-area .item.desc .cont table tr td {
        display: block;
    }
    .product-info-area .item.desc .cont table tr.floor td {
        /* display: table; */
        /* display: table-cell; */
        display: inline-block;
    }
    .product-info-area .item.desc .cont table tr td {
        padding: 15px;
    }
    .product .editor .FAQ .inner h4 {
        top: 0;
        left: 0;
        font-size: 18px;
        background-position: left 2px top 7px;
        padding: 8px;
        padding-left: 34px;
        background-size: 30px;
        margin-bottom: 6px;
    }
    body.about .txt .servicebox ul.service {
        margin-bottom: 70px;
    }
    body.about .txt .servicebox ul li ul {
        padding-left: 22px;
    }
    body.about .txt .servicebox ul.service > li {
        padding-left: 90px;
        min-height: 0;
    }
}


@media (max-width: 430px) {

    body.about .txt .spaceIntro .nav-pills .nav-link {
        width: 100%;
    }
}
@media (max-width: 400px) {
    body.home .sec01 .check_list li {
        width: 100%;
    }
}