@media(min-width:1200px) and (max-width:1400px) {
    .history .history-detail {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .about .hrs {
        margin-top: 50px;
    }
    .about .hrs ul {
        text-align: center;
    }
    .about .hrs .appoiment {
        margin-top: 10px;
    }
    .about .hrs h3 {
        text-align: center;
    }
    .about .hrs h3 i {
        float: none;
    }
    .history .history-detail {
        padding: 30px;
    }
    .site-footer .foot-logo {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .site-footer .foot-link {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        display: inline-block;
        float: none;
    }
    .site-footer .social-link {
        width: 100%;
        float: none;
        display: inline-block;
        margin-top: 10px;
        text-align: center;
    }
    .site-header:before {
        display: none;
    }
    .top-bar:after {
        content: "";
        background: #fff;
        position: absolute;
        left: -40px;
        top: 0px;
        width: 80px;
        background: #fff;
        height: 80px;
        z-index: 9;
        -webkit-transform: skew(40deg);
        -moz-transform: skew(40deg);
        -o-transform: skew(40deg);
        transform: skew(40deg);
    }
    .top-bar .open-time {
        padding-left: 40px;
    }
}

@media(max-width:767px) {
    header:before {
        display: none;
    }
    .top-bar {
        height: auto;
    }
    .top-bar:after {
        content: "";
        background: #fff;
        position: absolute;
        left: -40px;
        top: 0px;
        width: 80px;
        background: #fff;
        height: 80px;
        z-index: 9;
        -webkit-transform: skew(40deg);
        -moz-transform: skew(40deg);
        -o-transform: skew(40deg);
        transform: skew(40deg);
    }
    .top-bar:before {
        right: -40px;
        top: 0px;
        width: 80px;
        background: #fff;
        height: 80px;
    }
    .top-bar .call {
        float: left;
        display: inline-block;
        margin-left: 30%;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    header .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .top-bar .open-time {
        padding-left: 20px;
        width: 100%;
        text-align: center;
    }
    header nav {
        width: 100%;
        margin-top: 0px;
    }
    header nav li a {
        display: inline-block;
        width: 100%;
        float: none;
    }
    header .nav-img {
        display: none !important;
    }
    .sec-100px {
        padding: 50px 0;
    }
    .about .hrs {
        margin-top: 50px;
    }
    .about .hrs ul {
        text-align: center;
    }
    .about .hrs .appoiment {
        margin-top: 10px;
    }
    .about .hrs h3 {
        text-align: center;
    }
    .about .hrs h3 i {
        float: none;
    }
    .history .history-detail {
        padding: 30px;
    }
    footer .foot-logo {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    footer .foot-link {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        display: inline-block;
        float: none;
    }
    footer .social-link {
        width: 100%;
        float: none;
        display: inline-block;
        margin-top: 10px;
        text-align: center;
    }
}