@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

@media (max-width: 1399px) {
    .inner-header .logo a {
        width: 170px;
        height: 55px;
        line-height: 55px;
        font-size: 25px;
    }

    .inner-header .menu {
        column-gap: 25px;
    }
}


@media (max-width: 1299px) {
    header .header-top .top {
        padding: 15px 0;
    }

    header .header-menu .menu-wrapper {
        padding: 10px 0;
    }

    header .header-top .logo a {
        font-size: 28px;
        padding: 10px 20px;
    }


    .index .banner .text-content h2 {
        font-size: 65px;
    }
}

@media screen and (max-width: 1199px) {
    header .menu > li > a {
        font-size: 18px;
    }

    .inner-header .menu > li > a {
        font-size: 16px;
    }


    .inner-header .logo a {
        width: 135px;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }

    .index .banner .text-content h2 {
        font-size: 58px;
    }

    .index .banner .place {
        font-size: 20px;
        width: 220px;
        height: 45px;
        line-height: 45px;
    }

    .index .section4 .item {
        padding: 10px 0;
    }

    .about .section2 .right .img2 {
        left: -15px;
    }

    .about .section3 img {
        height: 275px;
        object-fit: cover;
    }

    .services .section2 .left .img1 {
        width: 450px;
    }

    .services .section2 .left .img2 {
        width: 425px;
        bottom: -45px;
    }

    .services .section2 {
        margin-bottom: 45px;
    }
    .account .section1 .out-box{
        border:5px solid #ffffff ;
        border-radius: 20px;
        padding: 20px;
    }
    .account .section1 .out-box .inner-box {
        padding:20px 10px;
    }


}


@media screen and (max-width: 991px) {

    header .menu {
        display: none;
    }

    .inner-header .menu,
    header .header-menu .menu-wrapper .menu {
        margin-top: 8px;
    }

    header .menu > li > a {
        padding: 10px 0;
    }

    header .header-top .logo a {
        font-size: 22px;
        padding: 10px;
    }

    header .header-top .tel {
        font-size: 16px;
    }

    header .header-top .book a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .inner-header {
        padding: 15px 0;
    }

    .inner-header .menu-box {
        justify-content: flex-start;
        text-align: left;
    }

    .inner-header .menu-box .menu {
        width: 100%;
    }

    .inner-header .menu > li:before,
    .inner-header .menu > li:before {
        bottom: 0px;
    }


    .footer-menu .left {
        padding-right: 15px;
    }

    .footer-menu .menu-list .item span {
        height: 55px;
    }

    .footer-menu .menu-list ul li a {
        align-items: flex-start;
    }

    .footer-menu .menu-list div:last-child ul > li i {
        position: relative;
        top: -2px;
    }

    .index .banner .text-content {
        width: 75%;
    }

    .index .banner img {
        height: 475px;
        object-fit: cover;
    }

    .team .title,
    .contact .title,
    .services .title,
    .about .title,
    .index .title {
        font-size: 44px;
    }

    .index .section2 .item {
        padding: 45px 15px;
    }

    .index .section3 .row {
        margin-top: 0px;
        padding: 40px 0;
        row-gap: 30px;
    }

    .index .section3 .bg {
        left: 0;
    }

    .index .section3 .right {
        padding-left: 15px;
    }

    .index .section4 .item h5 {
        height: 60px;
    }

    .team .section2 .item .img-box img {
        width: 100%;
    }

    .team .section2 .row {
        row-gap: 30px;
    }

    .contact .section2 .left {
        text-align: center;
        margin-bottom: 40px;
    }


    .contact .section2 .right .item:nth-child(2) {
        justify-content: flex-end;
    }

    .about .section2 .left {
        padding-top: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .about .section2 .left ul {
        justify-content: center;
        text-align: left;
    }

    .about .section2 .left ul li {
        flex: 0 0 35%;
    }

    .about .section2 .right .img2 {
        left: 0;
    }

    .services .section2 .row {
        flex-direction: column-reverse;
    }

    .services .section2 .right {
        margin-bottom: 30px;
        padding-top: 0px;
        text-align: center;
    }

    .services .section2 .right ul {
        text-align: left;
    }

    .services .section2 .right ul li {
        justify-content: center;
    }

    .services .section2 .left .img1 {
        width: 425px;
    }

    .services .section2 .left .img2 {
        bottom: -80px;
    }

    .services .section2 {
        margin-bottom: 80px;
    }
    .login-page .section1 .out-box{padding: 0}
    .customer-web .progress-rate ul li a {
        font-size: 14px;
        padding: 10px 0;
        height: 44px;
    }
    .customer-web .header >div{
        flex-wrap: wrap;
    }
    .customer-web .top-logo img {
        max-width: 78%;
    }
    .customer-web .header .top-logo{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .customer-web .header .phone-menu-btn{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: right;
        color: #ffffff;
    }
    .customer-web .header ul{
        display: none;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .customer-web .header ul li{
        padding: 10px;
        font-size: 18px;
    }
    .customer-web .customer-service-page .content-part .search-add{width: 95%}

}

@media screen and (max-width: 767px) {

    header .menu > li > a {
        font-size: 16px;
        padding: 8px 0;
    }

    .footer-menu {
        padding: 30px 0;
    }

    .footer-menu .left {
        margin-bottom: 15px;
    }

    .footer-bottom .row {
        padding: 15px 0;
        row-gap: 10px;
    }

    .footer-bottom .right {
        text-align: left;
    }

    .index .banner .text-content h2 {
        font-size: 50px;
    }

    .index .section4 .item h5 {
        height: auto;
    }

    .contact .section2 .right .item {
        column-gap: 15px;
    }

    .contact .section2 .right .item .name {
        font-size: 20px;
    }

    .contact .section2 .right .item .desc {
        font-size: 16px;
    }

    .about .section2 .left ul li {
        flex: 0 0 45%;
    }

    .about .section2 .right .img1 {
        width: 375px;
    }

    .about .section2 .right .img2 {
        width: 300px;
    }

    .about .section3 .center-part .place {
        width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .account .account-name-date .name{
        font-size: 23px;
        margin-right: 10px;
    }
    .account .section1 .out-box {
        border: 2px solid #ffffff;
        border-radius: 10px;
        padding: 10px;
    }
    .account .account-name-date .date {
        font-size: 13px;
    }
    .account .section1 .out-box .logout {
        font-size: 15px;
    }
    .account .section1 {
        padding: 40px 0;
    }
    .account .section1 .out-box .inner-box .title1 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .account .section1 .out-box .inner-box .title2 p:last-child {
        font-size: 22px;
    }
    .account .section1 .box1 .list .price {
        font-size: 15px;
    }
    .account .section1 .box2 .list ul {
        display: block;margin: 10px 0;
    }
    .account .section1 .box2 .account-order ul li:first-child,
    .account .section1 .box2 .account-order ul li:nth-child(2),
    .account .section1 .box2 .account-order ul li:last-child{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 16px;
        margin:3px 0px;
        width: auto;
    }
    .orderList .section1 .my-order ul li{
        margin-bottom: 12px;
    }
    .orderList .section1 .my-order ul li:first-child p {
        margin-left: 80px;
        padding-left: 7px;
        font-size: 17px;
        font-weight: 600;
        border-left-width: 2px;
    }
    .orderList .section1 .my-order ul li:first-child span {
        font-size: 14px;
    }
    .customer-web .progress-rate ul{margin: 0 0 10px}
    .customer-web .progress-rate ul li{margin: 10px 0}
    .customer-web .progress-rate ul li:not(:last-child):after{
        content: none;
    }
    .customer-web .progress-rate ul li:before{
        top: 80%;
        left: 50%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        transform: rotate(45deg);
        border-radius: 0;
    }
    .customer-web .progress-rate ul li.active:before {
        border-width: 1px;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }
    .customer-web .customer-service-page .content-part .chat-left,
    .customer-web .customer-service-page .content-part .q-c-box1 {
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .customer-web .customer-service-page .content-part .chat-left,
    .customer-web .customer-service-page .content-part .q-c-box1{
        max-width: 100%;
    }
    .customer-web .customer-service-page .content-part .q-c-box1 h4{font-size: 17px;font-weight: bold}
    .customer-web .customer-service-page .tele-consulting img{width: 15px}
    .customer-web .customer-service-page .tele-consulting {
        top: 1px;
        right: 3px;
        border-radius: 30px;
        padding: 4px 8px;
        font-size: 12px;
    }
    .customer-web .customer-service-page .send-part{padding-right: 60px}
    .customer-web .customer-service-page .send-part button {
        padding: 10px 5px;
        width: 60px;
        right: 0;
        bottom: 0;
    }
    .customer-web .customer-service-page .send-part input{padding: 10px 5px}
    .customer-web .customer-service-page .content-part .search-add{display: block}
    .customer-web .customer-service-page .content-part .search-add .search-box{width: 93%;margin-bottom: 25px}
    .customer-web .customer-service-page .content-part .search-add .technician-coming{font-size: 17px;margin-bottom: 15px}
    .completed-comment {
        width: 95%;
        padding: 10px;
    }
    .completed-comment form .form-group{display: block}
    .completed-comment form .form-group{margin: 12px 0 0;}
    .completed-comment form .form-group:last-child{margin: 0;}
}

@media screen and (max-width: 575px) {
    .inner-header .login a,
    header .header-menu .menu-wrapper .login a {
        font-size: 15px;
    }

    .inner-header .login .icon-user,
    header .header-menu .menu-wrapper .login .icon-user {
        font-size: 22px;
        position: relative;
        top: 1px;
    }

    .inner-header .login .icon-user {
        top: 2px;
    }

    header .header-top .top {
        font-size: 15px;
    }

    header .header-top .tel {
        font-size: 15px;
    }

    header .header-top .book a {
        font-size: 15px;
        padding: 10px 15px;
    }

    header .header-top .logo a {
        font-size: 18px;
    }


    .footer-menu .menu-list .item span {
        height: auto;
    }

    .footer-menu .menu-list {
        row-gap: 15px;
    }

    .index .banner .text-content {
        width: 95%;
    }

    .index .banner .text-content h2 {
        font-size: 45px;
    }

    .index .banner .place {
        font-size: 18px;
        width: 200px;
        margin-top: 30px;
    }

    .team .title,
    .contact .title,
    .services .title,
    .about .title,
    .index .title {
        font-size: 38px;
    }


    .index .section3 .row {
        /*column-gap: 10px;*/
    }

    .index .section3 .img1 {
        padding-right: 5px;
    }

    .index .section3 .img2 {
        padding-left: 5px;
    }

    .contact .section1 .banner-title,
    .services .section1 .banner-title,
    .about .section1 .banner-title,
    .team .section1 .banner-title {
        font-size: 58px;
    }

    .contact .section2 .right .item {
        flex: 0 0 100%;
        align-items: center;
        padding-right: 0;
    }

    .contact .section2 .right .item:nth-child(1) .desc {
        margin: 15px 0 0;
    }


    .contact .section2 .right .item:nth-child(2) {
        justify-content: flex-start;
        margin-top: 25px;
    }

    .about .section2 .left ul li {
        flex: 0 0 48%;
    }

    .about .section2 .right .img2 {
        left: 15px;
    }

    .services .section3 .row {
        row-gap: 15px;
    }

    .services .section3 .item {
        padding: 30px 15px;
    }

    .services .section2 .left .img1,
    .services .section2 .left .img2 {
        width: 350px;
    }


}


@media (max-width: 500px) {
    .inner-header .logo a {
        width: 145px;
        height: 45px;
        line-height: 45px;
    }

    inner-header .logo a {
        font-size: 20px;
    }

    .inner-header .row .logo {
        text-align: left;
    }

    .team .section2 .item .bg ul li {
        margin: 15px 0;
    }

    .team .section2 .item .bg .capacity {
        font-size: 17px;
    }

    .team .section2 .item .bg .progress {
        margin-top: 10px;
    }

    .team .section2 .item .bg .num {
        font-size: 14px;
    }

    .about .section2 .right .img1 {
        width: 300px;
    }

    .about .section2 .right .img2 {
        width: 225px;
    }

    .services .section2 .left .img1,
    .services .section2 .left .img2 {
        width: 275px;
    }
}

@media (max-width: 450px) {
    header .header-top .tel {
        font-size: 13px;
    }

    header .header-top .book a {
        font-size: 12px;
        padding: 10px 8px;
    }

    header .header-top .logo a {
        font-size: 15px;
        padding: 8px 5px;
    }
}

@media screen and (max-width: 414px) {
    header .header-menu span {
        font-size: 19px;
    }

    header .header-menu ul a {
        font-size: 16px;
    }

    .footer-menu .left .logo {
        font-size: 26px;
    }

    .footer-menu .menu-list span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer-menu .left p {
        margin-top: 15px;
    }

    .footer-bottom .left {
        line-height: 1.5;
    }


    .index .section1,
    .index .section2,
    .index .section3,
    .index .section4,
    .team .section1,
    .team .section2,
    .contact .section1,
    .contact .section2,
    .about .section1,
    .about .section2,
    .services .section1,
    .services .section2,
    .services .section3 {
        padding-bottom: 40px;
    }

    .index .section2 h3,
    .index .section3 h3,
    .index .section4 h3,
    .index .section5 h3 {
        font-size: 28px;
    }

    .index .banner img {
        height: 375px;
    }

    .index .banner .text-content {
        top: 60%;
    }

    .index .banner .text-content h2 {
        font-size: 38px;
    }

    .index .section2 .item {
        padding: 30px 15px;
    }

    .index .section2 .item .title {
        font-size: 22px;
    }

    .index .section3 .item .title {
        margin: 15px 0;
    }

    .index .section3 .item p {
        margin: 15px 0;
        font-size: 16px;
    }

    .index .section3 .item ul li {
        font-size: 18px;
    }

    .index .section3 .item ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .index .section3 .item ul li i {
        font-size: 22px;
        top: 1px;
    }

    .index .section4 .row {
        row-gap: 30px;
    }

    .index .section4 .item {
        padding: 0px;
    }

    .index .section4 .item .num {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .index .section4 .item .num:before {
        left: 0.5rem;
    }

    .index .section4 .item h5 {
        font-size: 20px;
        margin: 15px 0;
    }

    .index .section2 .item .text,
    .index .section4 .item p {
        font-size: 16px;
    }

    .team .section2 .item .name {
        font-size: 20px;
        margin: 10px 0 5px;
    }

    .team .section2 .item .post {
        font-size: 16px;
    }

    .contact .section3 .map {
        height: 375px;
    }

    .services .section2 .right p,
    .about .section2 .left p {
        margin: 20px 0;
        font-size: 16px;
    }

    .about .section2 .left ul {
        padding-top: 15px;
        row-gap: 15px;
        column-gap: 10px;
    }

    .about .section2 .left ul li {
        font-size: 16px;
    }

    .about .section2 .right .img1 {
        width: 250px;
    }

    .about .section2 .right .img2 {
        width: 195px;
    }

    .about .section3 .center-part .place {
        width: 180px;
        font-size: 18px;

    }

    .services .section3 {
        padding-top: 40px;
    }

    .services .section3 .item {
        padding: 20px 15px;
        column-gap: 20px;
    }

    .services .section3 .item .name {
        font-size: 22px;
    }

    .services .section3 .item .desc {
        font-size: 16px;
        margin-top: 10px;
    }

    .services .section2 .right .text1 {
        font-size: 20px;
    }

    .services .section2 .right .text2 {
        font-size: 16px;
    }

    .services .section2 .left .img1,
    .services .section2 .left .img2 {
        width: 225px;
    }
    .forgot-modal .modal-body{
        padding: 0px 30px 15px;
    }
    .forgot-modal .modal-body form{
        padding: 0px 15px;
    }

}


@media screen and (max-width: 375px) {
    .team .section2 .item .bg .capacity {
        font-size: 16px;
    }
}

