@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
  .newsDetails-con {
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1023px) {

  .header,
  .technologia .img,
  .news .more,
  .footer li {
    display: none;
  }

  .mobile-inner-header {
    display: block;
  }

  .mobile-inner-header .logo {
    padding: 2px 0;
  }

  .common-card,
  .footer,
  .workshopInner .common-card {
    width: 100%;
    padding: 0 4%;
  }

  .common-tl {
    text-align: center;
  }

  .header-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .common-tl h2,
  .about li h6,
  .about li i,
  .advantage li h6,
  .news .nav a,
  .news li p,
  .footer li p,
  .consultCon h6 {
    font-size: 16px;
  }

  .common-tl p {
    font-size: 14px;
    margin-top: 8px;
  }

  .about .common-card,
  .commnav,
  .advantage ul,
  .technologia,
  .news .common-card,
  .introduction ul {
    flex-wrap: wrap;
  }

  .technologia {
    flex-direction: column-reverse;
    padding: 2% 4%;
  }

  .about .common-tl {
    text-align: center;
  }

  .about .text {
    width: 100%;
  }

  .about .text .ls,
  .technologia .rt .ls,
  .news li .ls,
  .footer li a,
  .footer li span,
  .consultCon .ls,
  .process .top .text {
    font-size: 14px;
    line-height: 30px;
  }

  .news li .mores,
  .news li .tm {
    font-size: 14px;
  }

  .process .top {
    height: auto;
  }

  .about ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: none;
    width: 100%;
    margin-top: 15px;
  }

  .more {
    width: 30px;
    height: 30px;
  }

  .about li span {
    font-size: 24px;
  }

  .about li .br {
    width: 2px;
    height: 50px;
    margin-left: 20px;
  }

  .about li .br::after {
    width: 2px;
    height: 25px;

  }

  .commnav a {
    width: fit-content;
    height: 35px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 35px;
    margin: 0 10px 10px 0;
    padding: 0 15px;
  }

  .commonItem li {
    width: 300px;
    margin: 0 10px 10px 0;
    padding: 10px;
  }

  .commonItem .name {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-top: 10px;
  }

  .commonItem li .img {
    padding: 10px;
    height: auto;
  }

  .commonItem .name::after {
    top: -25px;
    width: 25px;
    height: 25px;
  }

  .backTop {
    right: 4%;
    bottom: 5%;
    width: 50px;
    height: 50px;
  }

  .advantage li .ls {
    font-size: 12px;
    line-height: 25px;
    width: 80%;
    text-align: center;
  }

  .advantage li img {
    height: 25px;
  }

  .advantage li .nu {
    bottom: 15px;
    font-size: 26px;
  }

  .advantage li {
    width: 234px;
    height: 212px;
    margin: 0 10px 10px 0;
  }

  .technologia .rt,
  .news ul {
    flex: none;
    padding-right: 0;
    width: 100%;

  }

  .technologia .rt .commore {
    width: fit-content;
    height: 35px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 35px;
    padding: 0 10px;
  }

  .workshopSwiper img,
  .workshopInner img,
  .news ul li {
    height: auto;

  }

  .workshopSwiper .name,
  .workshopInner .name {
    font-size: 16px;
    line-height: 40px;
  }

  .workshop-button-next {
    width: 30px;
    height: 30px;
    margin-right: 25px;
  }

  .workshop-button-prev {
    width: 30px;
    height: 30px;
  }

  .industrySwiper a,
  .introduction li img {
    height: auto;
  }

  .industrySwiper .text p {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .industrySwiper .text .icon {
    height: 35px;

  }

  .news .lt {

    width: 100%;
    margin-right: 0;
  }

  .news .nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
  }

  .footer li:nth-child(4),
  .footer li:nth-child(5) {
    display: flex;
  }

  .from input[type=text] {
    font-size: 13px;
    width: calc((100% - 10px) /2);
    margin-bottom: 25px;
    padding-bottom: 8px;
  }

  .from {
    width: 100%;
    flex: 1;
  }

  .commonItem.inner li {
    flex-grow: 1;
    flex-basis: 250px;
  }

  .consultCon li {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 0 10px 0;
  }

  .consultCon .more {
    width: fit-content;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }

  .consultCon img {
    width: auto;
    margin-right: 10px;
  }

  .introduction li p {
    font-size: 16px;
    line-height: 30px;
  }

  .introduction li {
    width: 120px;
    margin: 0 10px 10px 0;
  }

  .introduction ul {
    justify-content: flex-start;
  }

}

@media screen and (max-width: 768px) {
  .mobile-inner-header .logo img {
    width: 100%;
  }

  .mobile-inner-header .logo {
    margin: 0 5%;
  }

  .about .img {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  .news ul,
  .footer ul,
  .contactUs-con,
  .process .top {
    flex-wrap: wrap;
    height: auto;
  }

  .news li:first-child,
  .commonItem.inner li:nth-child(2n) {
    margin-right: 0;
  }

  .commonItem.inner li {
    flex-basis: 200px;
  }

  .news ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .news li .img {
    height: auto;
  }

  .news .time {
    padding: 10px 0;
    margin-top: 10px;
  }

  .workshopInner li {
    margin: 0 10px 10px 0;
    padding: 10px;
    flex-grow: 1;
    flex-basis: 200px;
  }

  .contactUs-con img {
    width: 100%;
    height: auto;
  }

  .contactUs-con .text {
    font-size: 14px;
    line-height: 30px;
    padding: 15px;
  }

  .process .top img {
    width: 100%;
    height: auto;
  }

  .contactUs-con {
    margin-top: 15px;
  }


}

@media screen and (max-width: 420px) {
  .commnav a {
    flex-grow: 1;
    flex-basis: 150px;
  }

  .commnav a:nth-child(2n),
  .commonItem.inner li,
  .workshopInner li {
    margin-right: 0;
  }

  .advantage ul {
    justify-content: center;

  }

  .introduction ul {
    justify-content: space-evenly;
  }

  .from {
    margin-top: 15px;
  }

  .footer .bto {
    font-size: 14px;
  }

  .consultCon img {
    width: 100%;

  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 360px) {

  .commnav a,
  .advantage li {
    margin-right: 0 !important;
  }
}