@media screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 20px
  }
}

@media screen and (max-width: 1024px) {

  .nav-right,
  .nav-tabs-ul {
    display: none
  }

  .mobile-nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1
  }

  .nav-wrap .wrapper {
    padding: 0 15px;
    position: static
  }

  .nav-wrap .nav-tabs-ul li:hover a:after {
    background: 0 0;
    -webkit-transition: none;
    transition: none
  }

  .nav-wrap .nav-tabs-ul li.active a:after {
    background: #4173f6
  }

  .nav-tabs-ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    background-color: #fff;
    padding: 0;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
  }

  .nav-tabs-ul li {
    text-align: left
  }

  .nav-tabs-ul li:hover dl {
    display: none
  }

  .nav-tabs-ul li .open {
    display: grid !important
  }

  .nav-tabs-ul li a {
    padding: 12px 0
  }

  .nav-tabs-ul li a strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  .nav-tabs-ul li a:after {
    height: 2px;
    -webkit-transition: none;
    transition: none
  }

  .nav-tabs-ul li dl {
    padding: 10px 0 0;
    position: relative;
    top: 0;
    grid-template-columns: repeat(1, 1fr) !important
  }

  .nav-tabs-ul li dl:before {
    display: none
  }

  .nav-tabs-ul li dl a {
    padding: 0 10px
  }

  .nav-tabs-ul li dl a .icon {
    width: 20px;
    margin-right: 5px
  }

  .open-mobile .mobile-nav-btn i {
    opacity: 0
  }

  .open-mobile .mobile-nav-btn:after,
  .open-mobile .mobile-nav-btn:before {
    position: relative;
    width: 20px;
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .open-mobile .mobile-nav-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .open-mobile .mobile-nav-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .open-mobile .nav-tabs-ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    height: calc(100vh - 60px)
  }

  .pt-8 {
    padding-top: 40px
  }

  body .pd-40 {
    padding-top: 20px;
    padding-bottom: 20px
  }

  body .pd-60 {
    padding-top: 30px;
    padding-bottom: 30px
  }

  body .pd-80 {
    padding-top: 40px;
    padding-bottom: 40px
  }

  body .pd-100 {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .wrapper {
    width: 100%;
    padding: 0 15px
  }

  .box-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center
  }

  .img-text-wrap .icon-title {
    margin-bottom: 6px
  }

  .img-text-wrap .product-img {
    width: 100% !important
  }

  .img-text-wrap .box-text span {
    font-size: 16px !important
  }

  .channel-list-text .list-text {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px
  }

  .channel-list-text .list-text ul {
    padding: 20px
  }

  .footer-wrap .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer-wrap .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer-wrap .right strong {
    padding: 0 0 10px 0;
    margin-bottom: 10px
  }

  .footer-wrap .right .list {
    grid-template-columns: repeat(1, 1fr) !important
  }

  .banner {
    height: 500px !important
  }

  .banner .textBox {
    padding-left: 10px;
    width: 100%
  }

  .banner .textBox .box-text p {
    font-size: 16px
  }

  .banner .textBox .box-text h1,
  .banner .textBox .box-text h2,
  .banner .textBox .box-text h3,
  .banner .textBox .box-text h4 {
    margin-bottom: 20px
  }

  .banner .textBox .box-text h1 span,
  .banner .textBox .box-text h2 span,
  .banner .textBox .box-text h3 span,
  .banner .textBox .box-text h4 span {
    font-size: 24px !important
  }

  .banner .h2 {
    font-size: 24px !important;
    line-height: 40px
  }

  .banner .href {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center
  }

  .banner .textBox+.imgBox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .home .banner {
    height: 520px !important
  }

  .list-img-wrap .box-title {
    margin-bottom: 16px
  }

  .list-img-wrap .list li {
    padding: 10px
  }

  .list-img-wrap .list-customer li {
    padding: 0
  }

  .list-img-wrap .list-customer li a {
    width: 100%
  }

  .list-img-wrap .list-customer li .text-wrap {
    padding: 10px 20px 20px
  }

  .list-img-wrap .list-customer li .img-logo {
    padding: 20px 0 5px 20px;
    margin-top: -40px
  }

  .list-img-wrap .list-customer li .img-logo:before {
    height: 40px
  }

  .list-img-wrap .list-customer li .img-logo img {
    max-width: 100%
  }

  .list-img-wrap .list-customer li strong {
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .list-img-wrap .list-customer li strong:before {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .list-grid.mobile-list-1 {
    grid-template-columns: repeat(1, 1fr) !important
  }

  .list-grid.mobile-list-2 {
    grid-template-columns: repeat(2, 1fr) !important
  }

  .list-grid.mobile-list-3 {
    grid-template-columns: repeat(3, 1fr) !important
  }

  .list-grid.mobile-list-5 {
    grid-template-columns: repeat(5, 1fr) !important
  }

  .list-grid.mobile-list-6 {
    grid-template-columns: repeat(6, 1fr) !important
  }

  .list-grid.mobile-list-8 {
    grid-template-columns: repeat(8, 1fr) !important
  }

  .list-grid.list {
    grid-gap: 10px
  }

  .list-grid.list.list-fixedText li .text-wrap {
    padding: 15px 10px 15px 15px
  }

  .list-grid.list.list-news li .top strong {
    padding: 0 15px
  }

  .list-grid.list.list-news li .text-wrap {
    padding: 15px 15px 20px
  }

  .list-grid.swiper-wrapper {
    grid-gap: 0 !important
  }

  .img-text-wrap .layout-1 .box-title {
    max-width: 100%
  }

  .img-text-wrap .layout-1 .product-img {
    width: 100%;
    padding-top: 20px
  }

  .img-text-wrap .layout-2,
  .img-text-wrap .layout-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .img-text-wrap .layout-2 .text-wrap,
  .img-text-wrap .layout-3 .text-wrap {
    padding: 0 0 20px
  }

  .img-text-wrap .layout-2 .product-img,
  .img-text-wrap .layout-3 .product-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .img-text-wrap .btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .img-text-wrap .layout-ar .product-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .img-text-wrap .layout-ar .product-img .p-img {
    width: 740px
  }

  .img-text-wrap .layout-ar .product-img .list-img-wrap {
    width: 100%;
    padding: 0
  }

  .img-text-wrap .layout-ar .product-img .list-img-wrap .wrapper {
    width: auto
  }

  .img-text-wrap .layout-ar .product-img .list-img-wrap a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .img-text-wrap .layout-ar .product-img .list-img-wrap .img {
    margin-right: 12px
  }

  .img-text-wrap .layout-ar .product-img .list-img-wrap .text-wrap {
    text-align: left
  }

  .img-text-wrap .layout-ar .product-img .list-img-wrap .list-grid {
    grid-template-columns: repeat(1, 1fr) !important
  }

  .service_enterprises .list-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 10px
  }

  .tab-wrap .box-sub-title {
    max-width: 100%
  }

  .tab-complex-wrap .box-sub-title {
    margin-bottom: 10px
  }

  .tab-complex-wrap .tab-container .tab-title ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 10px;
    width: 100%
  }

  .tab-complex-wrap .tab-container .tab-title ul li {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: none;
    transition: none
  }

  .tab-complex-wrap .tab-container .tab-title ul li .sort {
    font-size: 24px;
    padding-right: 0
  }

  .tab-complex-wrap .tab-container .tab-title ul li .sort:after {
    margin-left: 10px;
    width: 2px;
    display: none
  }

  .tab-complex-wrap .tab-container .tab-title ul li span {
    display: none;
    font-size: 16px;
    line-height: 24px
  }

  .tab-complex-wrap .tab-container .tab-title ul li.active {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .tab-complex-wrap .tab-container .tab-title ul li.active span {
    display: block
  }

  .tab-complex-wrap .tab-container .tab-title ul li.active .sort {
    padding-right: 10px
  }

  .tab-complex-wrap .tab-container .tab-title ul li.active .sort:after {
    display: block
  }

  .tab-complex-wrap .tab-container .tab-content .sub-title {
    padding-left: 20px;
    font-size: 16px
  }

  .tab-complex-wrap .tab-container .tab-content .max-width {
    max-width: 100%
  }

  .tab-complex-wrap .tab-container .tab-content .text-bottom {
    padding: 10px 10px 20px
  }

  .tab-complex-wrap .tab-container .tab-content .text-bottom .layout-ar {
    position: static
  }

  .tab-complex-wrap .tab-container .tab-content .text-bottom .layout-ar img {
    width: 100%;
  }

  .tab-complex-wrap .tab-container .tab-content .text-bottom .btn-wrapper {
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .tab-complex-wrap .tab-container .tab-content .text-wrap {
    padding-bottom: 20px;
    margin-bottom: 0;
    height: auto;
  }

  .tab-complex-wrap .tab-container .tab-content .list-img-wrap {
    max-width: 100%;
    width: 100% !important;
    margin-top: 20px
  }

  .tab-complex-wrap .tab-container .tab-content .item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .tab-complex-wrap .tab-container .tab-content .item-box .product-img {
    max-width: 100%;
    margin: 0
  }

  .tab-complex-wrap .tab-container .tab-content .item-box .list-img-wrap .wrapper {
    padding: 0
  }

  .tab-complex-wrap .tab-tb-radius .tab-title {
    margin: 0 auto;
    width: 100%
  }

  .tab-complex-wrap .tab-tb-radius .tab-title ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .footer-wrap .right .list-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: auto
  }

  .footer-wrap .right .list-bottom a {
    margin-right: 4px
  }

  body .contactUs-wrapper .left-box {
    display: none
  }

  body .contactUs-wrapper .form {
    width: 100%
  }

  body .contactUs-wrapper .form ul {
    padding: 20px 0
  }

  body .contactUs-wrapper .form .item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 10px
  }

  body .contactUs-wrapper .form .submit-btn {
    margin: 0 auto;
    width: 100%
  }

  body .freeTril-wrapper .top-box {
    height: 80px
  }

  body .freeTril-wrapper .top-box h2 {
    font-size: 24px
  }

  body .freeTril-wrapper .reg-box {
    width: 100%
  }

  .home-module-commonfooter-inner-top {
    display: block;
  }

  .item-subtitle {
    font-size: 16px;
  }

  .commonfooter-support {
    margin-top: 16px;
    padding: 16px 0;
    border-top: 1px solid hsla(0, 0%, 84.7%, .2);
    border-bottom: 1px solid hsla(0, 0%, 84.7%, .2);
  }
  
  .item-content {
    margin-top: 8px;
    font-size: 14px;
  }

  .commonfooter-code-img {
    width: 72px;
    height: 72px;
    margin-left: 0;
  }

  .commonfooter-footer {
    font-size: 12px;
  }
}