/* Responsive */

@media(max-width:1200px) {
    .info-partner {
        padding: 50px 50px;
    }

    .product {
        width: 25%;
    }

    .photo-list {
        display: none;
    }

    .product:nth-child(5) {
        clear: inherit;
    }

    .hotline,
    .glv {
        display: none
    }

    .menu .menu-des2 {
        padding-right: 0px;
    }

    .pro-left {
        display: none
    }

    .pro-right {
        width: 100%;
    }
}

@media(max-width:1001px) {
    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
    }

    .header-fix {
        position: relative !important;
    }

    .header-fix .mmenu {
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .menu-des {
        display: none !important;
    }

    #hamburger {
        display: block;
    }

    .product,
    .project {
        width: 33.3%
    }

    .mn-list,
    .menu,
    .top,
    .header-right {
        display: none
    }

    .logo {
        width: 100%;
        text-align: center;
        position: relative;
        left: inherit;
        transform: inherit;
    }

    .logo img {
        width: 90px;
    }

    .mmenu {
        display: block;
    }

    .icon-search {
        display: none;
    }

    .icon-search-mb {
        position: relative;
        top: inherit;
        transform: inherit;
        display: block;
        width: 30px;
        line-height: 30px;
    }
}

@media(max-width:850px) {
    .box-news .pic-newshome-normal {
        width: 150px;
    }

    .info-newshome-normal {
        width: calc(100% - 165px);
    }

    .news {
        width: 50%;
    }

    .title-ft h2 {
        font-size: 25px
    }

    .ds-list h3,
    .name-product,
    .box-service h3,
    .title-main p,
    .name-newshome {
        font-size: 14px
    }

    .title-main h4,
    .title-main1 h4,
    .title-about h4,
    .title-pro h4,
    .title-ts h4,
    .title h4,
    .title-letter h4,
    .title-contact h4,
    .title-kt {
        font-size: 20px;
    }

    .footer-end .center {
        display: block;
        text-align: center;
    }
}

@media(max-width:769px) {
    .footer-phone {
        display: none;
    }

    .footer-phone .center {
        display: block;
    }

    .phone-ft {
        text-align: center;
        padding: 5px 0px;
    }

    .wr-video {
        width: 100%
    }

    .wr-news {
        width: 100%;
        margin-top: 20px
    }

    .ds-about {
        width: 100%;
    }

    .img-about {
        width: 100%;
        margin-top: 20px;
    }

    .box-list {
        width: 50%;
    }

    .wr-news {
        width: 100%;
    }

    .tabs-pro-detail .ul-tabs-pro-detail li {
        padding: 5px;
        font-size: 13px;
    }

    .wr-contact {
        width: 100%
    }

    .d-footer {
        display: block !important;
    }

    .footer-news {
        width: 100% !important;
        margin: 20px 0px;
    }

    .ft-top .center {
        display: block;
    }

    .ft {
        width: 100%;
        text-align: left;
        padding: 10px 0px;
    }

    .ft:nth-child(2) {
        border: none;
    }

    .product,
    .project {
        width: 50%
    }

    .top-contact {
        flex-wrap: wrap;
    }

    .left-pro-detail,
    .right-pro-detail,
    .top-contact .form-contact,
    .top-contact .article-contact {
        width: 100%;
        margin: 0px;
    }

    .left-pro-detail,
    .top-contact .article-contact {
        margin-bottom: 30px;
    }
}

@media(max-width:580px) {
    .row-ip input {
        width: 100%;
        margin: 5px
    }

    .video-one {
        position: relative;
        width: calc(100% - 55px);
        margin-top: 10px;
    }

    .video-all {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -55px;
        background: linear-gradient(to right, #c79e50 10%, #f6e080 15%, #c79e50 25%, #f6e080 50%, #c79e50 70%, #c79e50 90%);
        width: 110px;
        padding: 5px;
    }
}