@media (max-width: 1025px) {
    body ._header {
        height: 80px !important;
        z-index: 999;
        color: #333;
    }
}

@media (max-width: 767px) {
    #footer_form .tem01-contact form .enquiry_label .required_span {
        color: #455d58;
        left: 0;
        text-indent: 1rem !important;
    }
}

@media (max-width: 468px) {
    .tem01-about .right .conbox {
        padding: 13px !important;
    }
}
@media (max-width: 768px) {
    .tem01-about .left .about_head .title {
        font-size: 16px;
        height: auto;
        text-align: center;
        color: inherit !important;
    }
}

@media (max-width: 1025px) {
    ._head_bottom {
        height: 80px !important;
    }
}


@media (max-width: 767px) {
    .tem01-about .left .about_ul li {
        float: left !important;
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .tem01-about .left .about_ul li .about_li_tit {
        font-size: 16px;
        text-align: center !important;
    }
}

@media (max-width: 1026px) {
    body {
        padding-bottom: 10px !important;
    }
}

@media(max-width: 768px){
    ._header .logo {
        height: 91px !important;
        padding-right: 40px;
        min-width: 200px;
        line-height: 60px;
        font-size: 0;
    }
    .tem01-about .left .about_ul li .about_li_desc{
        text-align: center !important;
    }
    .navigation.fixed-top {
        position: relative !important;
    }
}

