@media screen and (max-width: 1024px) {

  .contact-section .form-content-part .form-content .submit-btn .btn-other,
  .contact-section .form-content-part .form-content .submit-btn .submit {
    width: 70%;
  }

  .nav-menu>li>a {
    padding: 26px 5px;
  }

  .banner-section {
    height: 650px;
  }

  .about-us-section .about-img-part .img-row .img-wrap {
    height: 250px;
  }

  .service-section .service-item .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 990px) {}


@media screen and (max-width: 990px) and (orientation: landscape) {
  .nav-brand {
    width: 120px;
  }

  .nav-toggle {
    top: 38px;
  }

  .header-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navigation-portrait .header-demo-btn {
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 8px 10px;
    line-height: 1;
  }

  .navigation-portrait .nav-toggle {
    right: 10px;
  }

  .megamenu-list>li>a {
    padding: 8px 20px;
  }

  .navigation-portrait .submenu-indicator-chevron {
    top: 10px;
  }

  .header_area {}

  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100dvh;
  }

  .nav-overlay-panel {
    height: 100dvh;
  }

  .nav-menu li+li {
    margin-left: 0;
  }

  .nav-brand {
    width: 120px;
  }

  .navigation-portrait .megamenu-panel {
    padding: 0 12px;
  }

  .nav-search>form {
    width: 100%;
    top: 82px;
  }

  footer .footer-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .about-text {
    margin: 0 auto;
  }

  .service-section .service-item .content-part {
    padding: 14px;
    min-height: 160px;
  }

  .phone-fixed {
    bottom: 0;
    width: 100%;
    align-items: center;
    flex-direction: unset;
    justify-content: space-between;
    min-width: 0;
    min-height: 48px;
  }

  .phone-fixed a {
    font-size: 15px;
    line-height: 18px;
    min-height: 18px;
  }

  footer {
    padding-bottom: 40px;
  }

  .phone-fixed a+a {
    margin-top: unset;
  }
}

@media screen and (max-width: 768px) {
  .header_area {}

  .about-us-section .about-content .des {
    font-size: 14px;
    line-height: 1.4;
  }

  .header-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navigation-portrait .header-demo-btn {
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 8px 10px;
    line-height: 1;
  }

  .navigation-portrait .nav-toggle {
    right: 10px;
  }

  .navigation-portrait .nav-brand {
    max-width: 110px;
  }

  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100dvh;
  }

  .nav-overlay-panel {
    height: 100dvh;
  }

  .nav-menu li+li {
    margin-left: 0;
  }

  .nav-brand {
    width: 120px;
  }

  .navigation-portrait .megamenu-panel {
    padding: 0 12px;
  }

  .nav-search>form {
    width: 100%;
    top: 82px;
  }

  .banner-section {
    height: 600px;
  }

  .banner-section .swiper,
  .banner-section .swiper-wrapper,
  .banner-section .swiper-slide,
  .banner-section .img-wrap {
    height: 100%;
  }

  .banner-section .banner-content {
    padding: 40px 20px 45px;
  }

  .banner-section .title {
    font-size: 34px;
    line-height: 1.2;
  }

  .banner-section .des {
    font-size: 16px;
  }

  .about-us-section .about-img-part .img-row.single:before {
    display: none;
  }

  .about-part-section .section-des {
    font-size: 14px;
  }

  .about-part-section ul {
    padding-left: 0;
    font-size: 14px;
  }

  .about-part-section ul li {
    font-size: 14px;
  }

  .about-us-section .about-img-part .img-row {
    width: 100%;
  }

  .about-us-section .about-img-part {
    flex-wrap: wrap;
  }

  .about-us-section .about-img-part .img-row.single {
    display: none;
  }

  .about-us-section {
    padding: 20px 0;
  }

  .about-us-section .about-content .btn-action {
    width: max-content;
    font-size: 14px;
  }

  .banner-section .banner-btn {
    width: max-content;
    font-size: 14px;
  }

  .about-us-section .about-img-part .img-row .img-wrap {
    height: 240px;
  }


  .feature-section .feature-list .feature-item {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .feature-section .feature-list .feature-item .feature-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 5px;
  }


  .service-section .service-item {
    width: 100%;
    max-width: 100%;
  }

  .service-section .service-item .title {
    font-size: 20px;
  }

  .contact-section .bg-image {
    display: none !important;
  }

  .contact-section .form-content-part .form-content .submit-btn .submit {
    width: 100%;
    height: 44px;
  }

  .contact-section .form-content-part .form-content .submit-btn .btn-other {
    width: 100%;
  }

  .testimonial-section .testimonial-item {
    margin: 15px;
  }

  .career-section .des {
    width: 100%;
    font-size: 16px;
  }

  .vacancy-content {
    padding: 25px;
  }

  .vacancy-content .button-apply {
    width: 50%;
  }

  .common-banner .title {
    font-size: 25px;
  }

  .common-banner .des {
    font-size: 14px;
    line-height: 1.4;
  }

  .common-banner {
    height: 200px;
  }

  .common-banner .banner-content {
    height: 200px;
  }

  footer .footer-navs .footer-nav-links,
  footer .footer-navs .footer-nav-links ul {
    display: flex;
    flex-wrap: wrap;
  }

  footer .about-text {
    text-align: center;
    margin: 0 auto;
  }

  footer .footer-navs .footer-nav-links ul li a {
    font-size: 14px;
    padding-right: 8px;
  }

  footer .footer-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .footer-info .logo {
    margin-bottom: 18px;
  }

  footer .footer-navs .footer-nav-links ul li+li {
    margin-left: unset;
    padding-left: 8px;
  }

  footer .footer-navs .footer-nav-links ul li {
    padding: 10px 0;
    margin: 0 10px;
  }

  footer .copyright-part {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .copyright-part .copyright-part-text {
    margin-top: 5px;
  }

  footer .footer-social-icons ul {
    margin-bottom: 0;
    margin-top: 8px;
  }

  .phone-fixed {
    bottom: 0;
    width: 100%;
    align-items: center;
    flex-direction: unset;
    justify-content: space-between;
    min-width: 0;
    min-height: 48px;
  }

  .phone-fixed a {
    font-size: 15px;
    line-height: 18px;
    min-height: 18px;
  }

  footer {
    padding-bottom: 40px;
  }

  .phone-fixed a+a {
    margin-top: unset;
  }
}

@media screen and (max-width: 480px) {}
