@media screen and (max-width:1680px) {
    .item-feature {
        padding: 35px 0px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1199px)  {
    .list-feature .item-feature:last-child {
        position: relative;
        left: 15px;
        top: 5px;
    }
}
@media screen and (max-width:1300px) {
    .content-banner h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .content-banner p {
        font-size: 20px;
        margin: 10px auto;
        line-height: 25px;
        max-width: 350px;
    }

    .content-banner a.btn-phone {
        height: 42px;
        line-height: 40px;
        font-size: 20px;
    }

    .content-banner span {
        font-size: 18px;
    }

    .logo-header {
        right: 0;
        top: 0;
    }

    .item-work {
        width: 200px;
        height: 200px;
    }

    .inner-work h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .inner-work p {
        font-size: 18px;
        line-height: 20px;
    }

    .inner-work span.tel {
        font-size: 16px;
    }

    .inner-work span.btn {
        font-size: 19px;
        height: 27px;
        line-height: 26px;
        font-weight: 700;
        margin: 2px 0 0;
    }

    .inner-about p {
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0 0;
    }

    .inner-footer h3 {
        font-size: 20px;
    }

    .inner-footer p {
        font-size: 15px;
    }

    .inner-footer .right-footer h3 {
        font-size: 17px;
    }

    .inner-footer .right-footer p {
        font-size: 14px;
    }

    .map-btn {
        top: 4px;
    }

    .slick-prev.slick-arrow {
        left: 0;
        text-align: left;
    }

    .slick-next.slick-arrow {
        right: 0;
    }

    .inner-about {
        padding-right: 15px;
        padding-left: 0;
    }
}

@media screen and (max-width:1280px) {
    .formcontact {
        padding: 45px 0;
    }
}

@media screen and (max-width:1024px) {
    .inner-about {
        padding-right: 0;
    }

    h2.title {
        font-size: 32px;
    }

    .formcontact h4 {
        margin: 0;
    }

    .left-about {
        padding: 20px 20px 25px;
    }

    .aboutus .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: auto;
        max-width: 100%;
    }

    .aboutus .right-about {
        padding: 0;
        max-width: 540px !important;
        margin: 0 auto;
    }

    .inner-about {
        max-width: 100%;
        float: none;
        padding-top: 0;
        padding-left: 0;
        position: inherit;
        top: inherit;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .inner-about p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width:970px) {
    h2.title {
        font-size: 22px;
    }

    .formcontact h4 {
        font-size: 18px;
    }

    .btn-next {
        display: none;
    }
    
}

@media screen and (max-width:800px) {
    .left-footer {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .right-footer {
        float: none;
        width: 100%;
        text-align: center;
    }

    .right-footer:before {
        display: none;
    }

    .map-btn {
        position: inherit;
    }
}

@media screen and (max-width:767px) {
    .item-testimonials p {
        font-size: 18px;
    }

    .section-testimonials {
        margin: 0 0 45px;
    }

    .list-testimonials {
        margin-top: 25px;
    }

    .img-banner {
        display: none;
    }

    .content-banner {
        width: 100%;
        position: inherit;
        top: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        left: 0;
        padding: 50px 0;
        max-width: 100%;
        flex: auto;
    }

    .content-banner h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .content-banner p {
        font-size: 17px;
        line-height: 22px;
    }

    .content-banner span {
        font-size: 16px;
    }

    .ct-form form input[type="text"],
    .ct-form form input[type="tel"],
    .ct-form form input[type="email"] {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    .ct-form form input[type="submit"] {
        width: 250px;
        margin: 10px auto;
        display: block;
    }
}

@media screen and (max-width:640px) {
    .content-banner {
        padding: 90px 0 40px;
    }

    .item-work {
        width: 150px;
        height: 150px;
    }

    .inner-work img {
        width: 50px;
    }

    .inner-work h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .inner-work p {
        font-size: 14px;
        line-height: 15px;
    }

    .inner-work span.tel {
        font-size: 13px;
    }

    .inner-footer .right-footer p {
        max-width: 130px;
        margin: 0 auto;
    }

    .inner-footer .right-footer p br,
    .mobile-map,
    .form-contact h4 br {
        display: block;
    }

    .mobile-map i {
        font-size: 30px;
    }

    .desktop-map {
        display: none;
    }

    .item-testimonials {
        padding: 0 20px;
    }

    .form-contact h4 {
        max-width: 325px;
        margin: 28px auto 0;
    }
}

@media screen and (max-width:540px) {
    .item-work {
        width: 93px;
        height: 93px;
    }

    .inner-work img {
        width: 35px;
    }

    .inner-work h2 {
        font-size: 12px;
        line-height: 12px;
    }

    .inner-work p {
        font-size: 11px;
        line-height: 11px;
    }

    .inner-work span.tel {
        font-size: 9px;
    }

    .inner-work span.btn {
        font-size: 11px;
        height: 15px;
        line-height: 14px;
        font-weight: 700;
        margin: 2px auto;
        padding: 0 5px;
        display: block;
        max-width: 40px;
    }

    .inner-work {
        top: 44%;
    }
}

@media screen and (max-width:470px) {
    .inner-footer h3 {
        font-size: 17px;
    }

    .inner-footer p {
        font-size: 13px;
    }
}