@media only screen and (max-width: 980px) and (min-width: 320px) {
    .menu li a:before {
        display: none;
    }

    .menu-bottom span:nth-child(2) {
        width: 70%;
    }

    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }

    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 11px;
        width: 100%;
    }

    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-bottom span:last-child {
        margin-bottom: 0;
    }

    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 18px;
        top: 20px;
    }

    .menu-bottom span {
        height: 2px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }

    .menu-bottom.click span {
        background: white;
        height: 5px;
    }

    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
    }

    .main-menu {
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: -moz-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%);
        /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1c4b), color-stop(1%, #1a1c4b), color-stop(100%, #033c92)); */
        /* background: -webkit-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%); */
        background: -o-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%);
        background: -ms-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%);
        /* background: linear-gradient(169deg, #2b156a 0%, #2b156a 1%, #190d3c 100%); */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1c4b', endColorstr='#033c92', GradientType=0);
        background: #330b7a;
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 90px;
    }

    .main-menu ul {
        padding: 0 0;
        width: 100%;
    }

    .menu li {
        display: block !important;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }

    .menu li a {
        font-size: 26px !important;
        padding-left: 0;
        color: #fff !important;
        font-weight: 700 !important;
        padding: 10px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: center;
        /* margin-bottom: 5px; */
        text-transform: uppercase;
    }

    .menu-open .main-menu {
        right: 0;
    }

    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }

    header .menu {
        opacity: 0;
    }

    header {
        padding: 20px 0;
        z-index: 2;
    }

    header .logo img {
        max-width: 200px;
    }

    h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        /* text-align: center; */
        /* z-index: 9; */
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0;
    }

    .head-menu ul li {
        padding: 0;
    }

    .head-menu ul.head-none {
        display: revert;
        margin-top: 20px;
    }

    .head-menu ul.head-none li {
        border: 1px solid #fff;
        margin: 10px;
        padding: 5px;
    }

    .menu-open .menu li:last-child {}

    .head-menu ul.head-none li a {
        display: inline-block;
        width: 80%;
    }



    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        font-size: 13px;
        letter-spacing: 2px;
        padding: 6px 15px;
    }

    section {
        padding: 30px 0;
        overflow: hidden;
    }

    header ul li:last-child {
        border: 0;
    }

    header ul.btn-ul {
        display: none;
    }

    .head-menu {
        padding: 0;
    }

    header nav {
        display: none;
    }

    .home-banner {
        padding-top: 30px;
        margin-top: 0;
        background: #F8F7FC;
        height: auto;
    }

    .info-banner h1>span {
        font-size: 35px;
        line-height: 50px;
        display: block;
    }

    .info-banner h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .info-banner h1 br {
        display: none;
    }

    .info-banner h1>span::before {
        max-width: 260px;
        left: -10px;
        top: -1px;
        height: 70px;
        z-index: -1;
    }

    .info-banner .img-head {
        display: none;
    }

    .info-banner h1::before {
        height: 8px;
        bottom: -5px;
    }

    .info-banner p br {
        display: none;
    }

    .info-banner p {
        margin-bottom: 15px;
    }

    .info-banner .img-head2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .info-banner .img-head2 img {
        max-width: 100%;
    }

    .info-banner .img-head2 img:first-child {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .info-banner {
        margin-bottom: 50px;
    }

    .move-vectors .layer:first-child img {
        max-width: 100%;
    }

    .move-vectors .layer img {
        max-width: 50%;
    }

    .move-vectors .layer:nth-child(2) {
        left: 0 !important;
        top: 0 !important;
    }

    .move-vectors .layer:nth-child(3) {
        bottom: 80px !important;
        right: -110px !important;
    }

    .bg-thumb::after {
        display: none;
    }

    .our-thumb::after {
        display: none;
    }

    .move-vectors .layer:nth-child(5) img {
        display: none;
    }

    .move-vectors .layer:nth-child(4) img {
        max-width: 60%;
    }

    .move-vectors .layer:nth-child(4) {
        left: 40px !important;
        bottom: -10px !important;
    }

    .move-vectors {
        margin-bottom: 40px;
    }

    .our-thumb::before {
        max-width: 100%;
    }

    .bg-thumb::before {
        display: none;
    }

    .our-system::before {
        display: none;
    }

    .our-thumb [class*='col'] {
        width: 50%;
        margin-bottom: 20px;
    }

    .our-thumb .row {
        justify-content: center;
    }

    .our-thumb [class*='col']:last-child {
        margin-bottom: 0;
    }

    .our-thumb {
        margin-bottom: 0;
    }

    h2::before {
        height: 8px;
        bottom: 0;
        width: 30%;
    }

    .info-text {
        margin-bottom: 20px;
    }

    .info-system p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .info-system .btn-block {
        margin-top: 20px;
    }

    .info-system {
        margin-bottom: 20px;
    }

    h2>span.purp {}

    h2+p {
        max-width: 100%;
        font-size: 15px;
    }

    .our-vision .info-text {
        margin-bottom: 30px;
    }

    .img-vision {
        margin-bottom: 12px;
    }

    .info-vision {
        margin-left: 0;
    }

    .info-vision ul li {
        font-size: 18px;
        padding-left: 45px;
        line-height: 23px;
    }

    .info-vision ul li img {
        margin-right: 10px;
        max-width: 35px;
        position: absolute;
        left: 0;
    }

    .our-vision {
        background-position: 80%;
    }

    .our-vision .row::before {
        height: 100%;
        left: 0;
        top: 30px;
    }

    .our-rank {
        padding: 30px 0;
    }

    .our-rank::before {
        display: none;
    }

    .our-rank::after {
        display: none;
    }

    .our-rank h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .our-rank h3::before {
        width: 50%;
        bottom: 0;
        height: 8px;
    }

    .new-pf::before {
        display: none;
    }

    .element-item {
        width: 50% !important;
        display: inline-block;
        height: 150px;
    }

    .grid {
        padding: 0;
    }

    .new-pf div#filters button {
        width: 49%;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .new-pf div#filters button::before {
        width: 100%;
        height: 100%;
        border: none;
        background: red;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .new-pf div#filters .button.is-checked {
        color: #fff !important;
    }

    .new-pf div#filters {
        margin: 20px 0;
    }

    .our-pricing::before {
        display: none;
    }

    .our-pricing::after {
        display: none;
    }

    .our-pricing {
        padding: 30px 0;
    }

    .text-center h2+p {
        font-size: 15px;
    }

    .our-pricing .nav-tabs .nav-item.show .nav-link,
    .our-pricing .nav-tabs .nav-link.active,
    .our-pricing .nav-tabs .nav-link:hover {
        color: #fff !important;
    }

    .our-pricing .nav-tabs .nav-link::before {
        border: none;
        width: 100%;
        height: 100%;
        background: red;
        top: 0;
        left: 0;
    }

    .our-pricing .nav-tabs .nav-item .nav-link {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 3px;
        text-align: center;
    }

    .our-pricing .nav-tabs::before,
    .our-pricing .nav-tabs::after {
        width: 40%;
        left: 0;
    }

    .our-pricing .nav-tabs::after {
        right: 0;
        left: inherit;
    }

    .info-pricing h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .info-pricing h3 {
        font-size: 60px;
        line-height: 55px;
        letter-spacing: 0;
    }

    .info-pricing h5 {
        font-size: 20px;
        position: relative;
        left: 40px;
    }

    .info-pricing ul {
        height: 150px;
    }

    .info-pricing .btn {
        width: 60%;
        font-size: 16px;
        padding: 8px 0 !important;
    }

    .info-pricing {
        margin-bottom: 20px;
    }

    .our-combo {
        background-position: 0;
        padding: 50px 0;
    }

    .our-combo h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
        letter-spacing: 0;
    }

    .combo-detail h4 {
        font-size: 16px;
    }

    .info-combo::before {
        background: #4d0ea6;
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        transform: revert;
        bottom: inherit;
        height: 100%;
    }

    .info-combo {
        position: relative;
        padding: 20px;
        margin-bottom: 30px;
    }

    .info-comb h4 {
        font-size: 37px;
        line-height: 35px;
    }

    .info-comb h4>span {
        font-size: 26px;
        line-height: 21px;
    }

    .info-comb h4+p {
        font-size: 20px;
    }

    .info-comb h4+p::before {
        height: 47px;
        max-width: 260px;
        left: -40px;
    }

    .info-comb ul li h5,
    .info-comb ul li h5+a {
        font-size: 15px;
    }

    .info-comb {
        margin-bottom: 20px;
    }

    .combo-price {
        margin-top: 0;
        margin-right: 0;
    }

    .combo-price h3 {
        font-size: 70px;
        line-height: 76px;
        margin-bottom: 15px;
    }

    .combo-price h5 {
        font-size: 16px;
    }

    .img-all {
        top: 0;
        left: 50px;
    }

    .img-all img {
        max-width: 80%;
    }

    .combo-price .btn {
        left: 0;
    }

    .our-combo p {
        margin-bottom: 20px;
    }

    .img-combo img {
        max-width: 80%;
        left: 0;
        display: table;
        margin: auto;
    }

    .count::before {
        left: 0;
        z-index: -1;
    }

    .info-count h4 {
        font-size: 40px;
    }

    .count .row .row [class*='col'] {
        width: 50%;
        display: inline-block;
    }

    .info-count img {
        max-width: 50px;
        top: 0;
        right: 30px;
    }

    .count {
        padding: 30px 0;
    }

    .our-data .container::before {
        width: 100%;
        margin: auto;
        right: 0;
        top: 0;
        height: 80%;
        background: #fff;
    }

    .our-data {
        padding: 30px 0;
    }

    .our-data .row::before {
        display: none;
    }

    .our-data .container::after {
        display: none;
    }

    .info-data {
        padding: 0 15px;
    }

    .info-data ul li {
        width: 49%;
    }

    .our-data .btn {
        margin-top: 0;
    }

    .our-data .btn-block {
        margin-top: 20px;
    }

    .img-data {
        left: 0;
        margin-top: 20px;
    }

    .img-data img {
        max-width: 90%;
        display: table;
        margin: auto;
    }

    .cta h3 {
        font-size: 30px;
    }

    .cta h3 br {
        display: none;
    }

    .cta h3>span {
        font-size: 30px;
        display: block;
    }

    .cta h3>span.bg {
        display: inline-block;
    }

    .cta h3::before {
        height: 8px;
        width: 40%;
        left: 0;
        bottom: 0;
    }

    .cta {
        background-position: 60%;
    }

    .cta ul li:first-child a {
        font-size: 18px;
    }

    .cta ul li a span {
        font-size: 20px;
    }

    .cta ul li a {
        font-size: 18px;
    }

    .img-cta {
        display: none;
    }

    .cta ul {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .new-pf div#filters button {
        width: 49%;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .new-pf div#filters button::before {
        width: 100%;
        height: 100%;
        border: none;
        background: red;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .new-pf div#filters .button.is-checked {
        color: #fff !important;
    }

    .new-pf div#filters {
        margin: 20px 0;
    }

    .our-pricing::before {
        display: none;
    }

    .our-pricing::after {
        display: none;
    }

    .our-pricing {
        padding: 30px 0;
    }

    .text-center h2+p {
        font-size: 15px;
    }

    .our-pricing .nav-tabs .nav-item.show .nav-link,
    .our-pricing .nav-tabs .nav-link.active,
    .our-pricing .nav-tabs .nav-link:hover {
        color: #fff !important;
    }

    .our-pricing .nav-tabs .nav-link::before {
        border: none;
        width: 100%;
        height: 100%;
        background: red;
        top: 0;
        left: 0;
    }

    .our-pricing .nav-tabs .nav-item .nav-link {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 0px;
        text-align: center;
    }

    .our-pricing .nav-tabs::before,
    .our-pricing .nav-tabs::after {
        width: 40%;
        left: 0;
    }

    .our-pricing .nav-tabs::after {
        right: 0;
        left: inherit;
    }

    .info-pricing h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .info-pricing h3 {
        font-size: 60px;
        line-height: 55px;
        letter-spacing: 0;
    }

    .info-pricing h5 {
        font-size: 20px;
        position: relative;
        left: 40px;
    }

    .info-pricing ul {
        height: 150px;
    }

    .info-pricing .btn {
        width: 60%;
        font-size: 16px;
        padding: 8px 0 !important;
    }

    .info-pricing {
        margin-bottom: 20px;
    }

    .our-combo {
        background-position: 0;
        padding: 50px 0;
    }

    .our-combo h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
        letter-spacing: 0;
    }

    .combo-detail h4 {
        font-size: 16px;
    }

    .info-combo::before {
        background: #4d0ea6;
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        transform: revert;
        bottom: inherit;
        height: 100%;
    }

    .info-combo {
        position: relative;
        padding: 20px;
        margin-bottom: 30px;
    }

    .info-comb h4 {
        font-size: 37px;
        line-height: 35px;
    }

    .info-comb h4>span {
        font-size: 26px;
        line-height: 21px;
    }

    .info-comb h4+p {
        font-size: 20px;
    }

    .info-comb h4+p::before {
        height: 47px;
        max-width: 260px;
        left: -40px;
    }

    .info-comb ul li h5,
    .info-comb ul li h5+a {
        font-size: 15px;
    }

    .info-comb {
        margin-bottom: 20px;
    }

    .combo-price {
        margin-top: 0;
        margin-right: 0;
    }

    .combo-price h3 {
        font-size: 70px;
        line-height: 76px;
        margin-bottom: 15px;
    }

    .combo-price h5 {
        font-size: 16px;
    }

    .img-all {
        top: 0;
        left: 50px;
    }

    .img-all img {
        max-width: 80%;
    }

    .combo-price .btn {
        left: 0;
    }

    .our-combo p {
        margin-bottom: 20px;
    }

    .img-combo img {
        max-width: 80%;
        left: 0;
        display: table;
        margin: auto;
    }

    .count::before {
        left: 0;
        z-index: -1;
    }

    .info-count h4 {
        font-size: 40px;
    }

    .count .row .row [class*='col'] {
        width: 50%;
        display: inline-block;
    }

    .info-count img {
        max-width: 50px;
        top: 0;
        right: 30px;
    }

    .count {
        padding: 30px 0;
    }

    .our-data .container::before {
        width: 100%;
        margin: auto;
        right: 0;
        top: 0;
        height: 80%;
        background: #fff;
    }

    .our-data {
        padding: 30px 0;
    }

    .our-data .row::before {
        display: none;
    }

    .our-data .container::after {
        display: none;
    }

    .info-data {
        padding: 0 15px;
    }

    .info-data ul li {
        width: 49%;
    }

    .our-data .btn {
        margin-top: 0;
    }

    .our-data .btn-block {
        margin-top: 20px;
    }

    .img-data {
        left: 0;
        margin-top: 20px;
    }

    .img-data img {
        max-width: 90%;
        display: table;
        margin: auto;
    }

    .cta h3 {
        font-size: 30px;
    }

    .cta h3 br {
        display: none;
    }

    .cta h3>span {
        font-size: 30px;
        display: block;
    }

    .cta h3>span.bg {
        display: inline-block;
    }

    .cta h3::before {
        height: 8px;
        width: 40%;
        left: 0;
        bottom: 0;
    }

    .cta {
        background-position: 60%;
    }

    .cta ul li:first-child a {
        font-size: 18px;
    }

    .cta ul li a span {
        font-size: 20px;
    }

    .cta ul li a {
        font-size: 18px;
    }

    .img-cta {
        display: none;
    }

    .cta ul {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .our-testimonial h2+p {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .our-testimonial h2>span {
        font-size: 24px;
        line-height: 28px;
    }

    .our-testimonial h2+p+img {
        max-width: 70%;
    }

    .info-test {
        padding: 30px 20px 20px;
    }

    .info-test span.qoute {
        max-width: 40px;
        top: 0;
        left: -10px;
    }

    .info-test p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .our-talk {
        background-position: 100%;
    }

    .our-talk h2 {
        font-size: 42px;
    }

    .info-talk ul {
        margin-top: 20px;
    }

    .info-talk ul li a {
        font-size: 18px;
    }

    .info-talk ul li:first-child a {
        font-size: 19px;
    }

    .info-talk ul li {
        padding: 0 8px;
    }

    .info-talk ul li img {
        margin-right: 5px;
        max-width: 35px;
    }

    .our-talk h2+img {
        max-width: 60px;
    }

    .our-quality::after {
        display: none;
    }

    .text-center h2+p br {
        display: none !important;
    }

    .info-quality {
        padding: 20px 15px;
        flex-direction: column;
    }

    .info-quality h4 {
        margin-left: 0;
        text-align: center;
        font-size: 18px;
    }

    .info-quality img {
        max-width: 70px;
        margin-bottom: 8px;
    }

    .info-quality h4::before {
        right: 0;
        margin: auto;
        top: 3px;
    }

    .our-quality .info-quality {
        width: 45%;
        display: inline-block;
        text-align: center;
        margin: 0 8px 20px;
        border-radius: 10px !important;
    }

    .our-quality .btn-block {
        margin-top: 0;
    }

    .our-quality .container::after,
    .our-quality .container::before {
        display: none;
    }

    .our-quality::before {
        display: none;
    }

    .our-thumb2 [class*='col'] {
        width: 50%;
        margin-bottom: 15px;
    }

    .our-thumb2 [class*='col']:last-child {
        margin-bottom: 0;
    }

    .our-thumb2 .row {
        justify-content: center;
    }

    .our-service::before {
        display: none;
    }

    .our-service {
        padding: 30px 0;
    }

    .our-service .btn-block {
        margin-top: 10px;
    }

    .logo-banner::before {
        display: none;
    }


    .img-ser {
        top: 50px !important;
        max-width: 60%;
    }

    .info-service .text-ser {
        margin-top: -40px;
        margin-left: 0;
        min-height: auto;
        padding: 0 10px;
    }

    .info-service .text-ser ul li {
        font-size: 14px;
    }

    .info-ser h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .info-ser h4+p {
        font-size: 15px;
    }

    .our-service .row:first-child {
        margin-bottom: 30px;
    }

    .our-service h2 br {
        display: none;
    }

    .our-service h2 {
        letter-spacing: 0;
        margin-bottom: 5px;
    }

    .our-service h5 {
        font-size: 20px;
    }

    .our-site [class*='col'] {
        width: 100%;
    }

    .our-site h4 {
        margin-bottom: 0;
        font-size: 20px;
    }

    .logo-banner {
        background: #330b7a;
    }

    .logo-banner .info-banner {
        margin-bottom: 30px;
    }

    .our-site {
        padding: 25px 0;
    }

    footer a.logo+p {
        margin-bottom: 15px;
    }

    .detail-foot {
        margin-top: 20px;
    }

    footer .detail-foot ul li {
        display: inline-block;
        margin-bottom: 0;
        padding: 0 7px;
    }

    footer .detail-foot ul li img {
        filter: brightness(0) invert(1);
        margin-right: 2px;
    }

    footer h4+ul {
        margin-bottom: 18px;
    }

    footer h4+ul li {
        margin-bottom: 2px;
    }

    footer h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .fr2 [class*='col']:last-child h4+ul {
        margin-bottom: 0;
    }

    footer .row {
        margin-bottom: 30px;
    }

    footer .row::before {
        bottom: -15px;
    }

    footer .fr2::before {
        width: 80%;
    }

    .img-up {
        bottom: 65px;
        right: 13px;
        max-width: 50px;
    }

    .copy p {
        text-align: center;
    }

    .copy ul li {
        padding: 0 8px;
    }

    .copy ul li::before {
        right: -4px;
    }

    .our-step::after,
    .our-step::before {
        display: none;
    }

    .our-step .row::before,
    .our-step .row::after {
        display: none;
    }

    .our-step .row {
        margin-top: 30px;
    }

    .our-step [class*='col']::before {
        display: none;
    }

    .info-step h4+p {
        min-height: auto;
    }

    .info-step {
        margin-bottom: 16px;
    }

    .our-step .btn-block {
        margin-top: 10px;
    }

    .step2::before {
        display: none;
    }

    .info-service {
        background: #fff;
        padding: 0 0 10px;
        box-shadow: 0 5px 15px #00000042;
        margin-bottom: 20px;
    }

    .info-service figure img {
        box-shadow: none;
        padding: 0 0 20px;
    }

    .info-service .img-ser {
        max-width: 60%;
        top: 30px !important;
        right: 10px;
    }


    div#popupform {
        max-width: 100%;
        background: #fff;
    }

    .popup-bann {
        display: none;
    }

    .popup-content {
        padding: 20px;
        width: 100%;
        margin: 0;
    }

    .popup-content h4 {
        font-size: 16px;
    }

    .popup-content h3 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .fancybox-slide--html .fancybox-close-small {
        top: 0;
        right: 0;
        border-radius: 0;
    }

    .popup-content .form-control {
        border-radius: 0;
    }

    .popup-content::before,
    .popup-content::after {
        display: none;
    }

    .popup-content .btn {
        border-radius: 0;
        height: 40px;
        font-size: 16px;
    }

    .web-ser .info-service .text-ser {
        margin-top: -80px;
    }

    .brand-ser .info-service .text-ser {
        margin-top: -100px;
    }

    .video-banner::after {
        display: none;
    }

    .app-banner .app-img {
        top: 0;
        left: 0;
        max-width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }

    .info-market h4+p {
        min-height: auto;
    }

    .info-market {
        margin-bottom: 20px;
        padding: 30px 15px 20px;
    }

    .info-market img {
        margin-bottom: 10px;
    }

    .info-market h4 {
        margin-bottom: 10px;
    }

    .our-marketing .btn-block {
        margin-top: 10px;
    }

    .bg-row {
        margin-top: 10px;
    }

    .bg-row::before {
        display: none;
    }

    div#tab3 [class*='col'] .info-quality {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .logo-banner .info-banner h1+p {
        margin-bottom: 20px;
    }

    .digital-banner .img-digi img {
        max-width: 100%;
    }

    .digital-banner .img-digi {
        max-width: 80%;
        margin: auto;
        margin-bottom: 20px;
        left: 0;
        top: 0;
    }

    .img-pack {
        display: none;
    }

    .combo-banner+.our-pricing {
        padding: 30px 0;
    }

    .combo2 .info-combo {
        margin-top: 10px;
        padding: 20px;
        position: relative;
        margin-bottom: 0;
    }

    .combo2 .info-combo::before {
        max-width: 100%;
        width: 100%;
        height: auto;
        bottom: 0;
    }

    .combo2 .info-comb h4 br {
        display: none;
    }

    .combo2 .info-comb h4 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: 0;
    }

    .combo2 .info-comb h4>span {
        font-size: 25px;
        line-height: inherit;
    }

    .combo2 .info-comb h4+p {
        margin-bottom: 20px;
    }

    .combo2 .info-comb h4+p::before {
        left: -35px;
        width: 80%;
    }

    .combo2 .info-comb h4+p+ul {
        margin-bottom: 30px;
    }

    .combo2 .combo-price h3 {
        font-size: 80px;
        line-height: 70px;
        text-align: right;
        left: 0;
    }

    .combo2 .combo-price h5 {
        right: 0;
        font-size: 20px;
    }

    .combo2 .img-all {
        left: -10px;
        top: -20px;
    }

    .combo2 .combo-price {
        margin-left: 0;
    }

    .combo2 .combo-price h3>span {
        font-size: 35px;
    }

    .combo2 .combo-price .btn {
        margin-left: 0;
        display: table;
        margin: auto;
    }

    .our-pricing .nav-tabs .nav-item {
        width: 50%;
    }

    .what-we-do {
        padding: 30px 0;
    }

    .what-we-do h2 {
        margin-bottom: 10px;
    }

    .what-we-do h5 {
        font-size: 16px;
    }

    .what-we-do h5 br {
        display: none;
    }

    .what-we-do .row:first-child {
        margin-bottom: 20px;
    }

    .info-what ul {
        margin: 20px 0;
    }

    .info-what ul li {
        width: 100%;
    }

    .info-what {
        margin-bottom: 20px;
    }

    .what-we-do::after,
    .what-we-do::before {
        display: none;
    }

    .info-what::before {
        display: none;
    }

    .info-offer figure img {
        width: 100%;
        box-shadow: 0 5px 15px #00000040;
    }

    .we-offer [class*='col'] {
        width: 50%;
    }

    .info-offer {
        margin-top: 30px;
    }

    .info-offer h4 {
        margin-top: -88px;
        min-height: 90px;
        font-size: 18px;
        line-height: 20px;
    }

    .we-offer .btn-block {
        margin-top: 30px;
    }

    .our-contact {
        padding: 30px 0;
    }

    .info-contact h2 {
        margin-bottom: 10px;
    }

    .info-contact h2+p {
        margin-bottom: 20px;
    }

    .info-contact h2+p br {
        display: none;
    }

    .info-contact .info-form .form-group i {}

    .info-form {
        margin-bottom: 20px;
    }

    .contact-detail h4 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 6px;
    }

    .contact-detail {
        margin-left: 10px;
    }

    .contact-detail h4+p {
        font-size: 16px;
    }

    .our-contact::after,
    .our-contact::before {
        display: none;
    }

    .contact-detail .cont-more {
        margin-top: 15px;
    }

    .contact-detail .cont-more h5 {
        margin-bottom: 5px;
    }

    .our-faq::before,
    .our-faq::after {
        display: none;
    }

    .our-faq {
        padding: 30px 0;
    }

    .info-faq .row::before {
        display: none;
    }

    .info-faq::after {
        display: none;
    }

    .info-faq::before {
        display: none;
    }

    .info-faq {
        padding: 40px 20px 30px 20px;
        margin-top: 30px;
    }

    .det-faq span:first-child {
        position: relative;
    }

    .det-faq span:first-child img {
        margin-bottom: 10px;
    }

    .det-faq {
        padding: 0;
        margin-bottom: 30px;
    }

    .det-faq h4 {
        display: inline-block;
        width: 80%;
        font-size: 17px;
        margin-left: 8px;
    }

    footer .fr2 [class*='col'] {
        width: 50%;
    }

    footer .fr2 {
        justify-content: center;
    }

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

    .combo-detail h4{
        text-align: center;
    }
}


