@media (max-width: 1200px) {
    .news-item {
        width: 49%;
    }
    .header-head img{
        max-height: 138px;
    }
}

@media (max-width: 991px) {
    .content-cover {
        flex-flow: column;
    }
    .header-cover{
        background: #592f17;
        box-sizing: border-box;
        padding: 10px;
    }
    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }

    .header-nav {
        display: none;
        position: absolute;
        left: calc(50% - 360px);
        top: calc(100% - 15px);
        width: 720px;
        z-index: 200;
        background: #592f17;
        flex-flow: column;
        border-top: 1px solid #f1f1e3;
        padding: 20px 0;
    }

    .open-menu .header-nav {
        display: flex;
    }

    .header-nav li {
        padding: 10px 0;
        box-shadow: none;
    }
    .header-logo{
        display: none;
    }
    .header-head{
        width: 100%;
    }
    .header-head img{
        max-height: initial;
        width: 100%;
    }
    .header-btn {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        width: 30px;
        height: 25px;
        margin-right: 10px;
        cursor: pointer;
        position: relative;
    }

    .header-btn span {
        width: 100%;
        height: 3px;
        background: #ffffff;
        transition: 0.3s;
    }

    .open-menu .header-btn span:nth-child(1) {
        transform: rotate(45deg);
        position: absolute;
        top: 10px;
    }

    .open-menu .header-btn span:nth-child(2) {
        opacity: 0;
    }

    .open-menu .header-btn span:nth-child(3) {
        transform: rotate(-45deg);
        position: absolute;
        top: 10px;
    }

    .main-slider-item {
        height: 200px;
    }

    .main-slider {
        max-height: 200px;
    }
}

@media (max-width: 768px) {
    .footer-links {
        flex-flow: column;
    }

    .footer-link {
        margin-bottom: 10px;
    }

    .footer-link:last-child {
        margin-bottom: 0;
    }

    .text-cover h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .text-cover h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .text-cover h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .text-cover h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .text-cover h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .text-cover h6 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 580px) {
    .news-item {
        width: 100%;
    }
    .footer-cover{
        flex-flow: column;
    }
    .footer-text{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .quote-cover-top{
        display: none;
    }
    .quote-cover-body{
        padding-top: 15px;
    }
}