@media all and (max-height: 750px) {
    .home-left .header-home h1{
        font-size: 60px;
    }
    .home-left .header-home h2 {
        font-size: 20px;
        margin: 20px 0;
    }
    .home-left .header-nav .menu {
        margin: 30px 0;
    }
    .home-left .header-nav .menu li a {
        font-size: 18px;
    }
    .home-page .footer {
        background-position: 10px center;
    }
}
@media all and (max-height: 600px) {
    .home-page .footer {
        bottom: auto;
        top:calc(100% - 125px);
    }
}
@media all and (max-width: 1900px) {
    .home-left .header-home h1{
        font-size: 100px;
    }
    .home-left .header-home h2 {
        font-size: 40px;
    }
}
@media all and (max-width: 1600px) {
    .home-left .header-home h1{
        font-size: 60px;
    }
    .home-left .header-home h2 {
        font-size: 20px;
    }
    .home-left .header-nav .menu li a {
        font-size: 18px;
    }
    .home-page .footer {
        background-position: 10px center;
    }
}
@media all and (min-width: 1001px) {
    .home-page .header-nav {
        display: block !important;
    }
}
@media all and (max-width: 1000px) {
    .header-nav .menu li a {
        font-size: 18px;
    }
    .home-page .footer {
        position: static;
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 20px 0;
    }
    .home-left {
        width: 100%;
        height: 190px !important;
        min-height: 190px !important;
        padding: 0 !important;
        vertical-align: top;
        position: relative;
    }
    .menu-toggle {
        position: absolute;
        background: url("../images/menu-toggle.png");
        width:52px;
        height: 24px;
        bottom: 30px;
        left: 50%;
        margin-left: -26px;
    }
    .home-left .center {
        vertical-align: top;
    }
    .header {
        padding: 0;
        height:190px;
    }
    .header .header-left h1,
    .home-left .header-home h1 {
        font-size: 48px;
        margin: 10px 0;
        display: block;
    }
    .header .header-left h2,
    .home-left .header-home h2 {
        font-size: 30px;
        margin: 0;
    }
    .header .header-left h1 span {
        display: block;
        margin-top: 10px;
    }
    .header-nav {
        position: absolute;
        left: 0;
        right: 0;
        top:190px;
        background: rgba(25,25,25,0.9);
        display: none;
    }
    .header-nav .menu {
        margin: 0;
    }
    .header-nav .lang li:nth-child(1) {
        position: absolute;
        left: 10px;
        top:10px;
    }
    .header-nav .lang li:nth-child(2) {
        position: absolute;
        right: 10px;
        top:10px;
    }
    .home-right {
        min-height: 0;
        height: 690px !important;
        width: 100%;
        background-position: top center;
    }
    .header .header-right,
    .content .content-left {
        display: none;
    }
    .header .header-left {
        width: 100%;
        text-align: center;
    }
    .content {
        padding-top: 200px;
    }
}
@media all and (max-width: 767px) {
    .home-page .footer {
        background-position: center 10px;
        background-size: 60px auto;
    }
    .home-page .footer p {
        margin-top: 70px;
        font-size: 14px;
    }
    .home-right {
        height: 260px !important;
    }
}