@media (max-width: 1230px) {}

@media (max-width: 1200px) {

    #wrap_container,
    .center {
        padding: 0px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
    }

    .menu {
        display: none;
    }

    #wrap_menu_res {
        display: block;
    }

    .fancybox-close-small {
        top: 0px !important;
        right: 0px !important;
    }

    .search-rp {
        display: block;
        position: absolute;
        right: 5px;
        top: 3px;
        background: #fff;
        height: 28px;
        border-color: #fff;
        width: 230px;
        margin: 0px;
    }

    .search-rp>.btn_search {}

    .search-rp>.txt_search {
        line-height: 30px;
        width: calc(100% - 40px);
    }

    .news {
        width: 49%;
    }

    .left {
        display: none;
    }

    .right {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    .item-pro {
        width: 33%;
    }

    .footer {
        width: auto;
        padding: 0px 5px;
        margin: 0px -5px;
    }

    .footer-bottom {
        min-height: auto;
        margin: 0px -5px;
    }

    #mobilemenu {
        margin: 0px -5px;
    }

    .box-slider,
    .slideshow,
    .header {
        margin: 0px -5px;
        width: auto;
    }

    .sanpham {
        float: none;
        display: inline-block;
        overflow: hidden;
        margin: 0px 15px 20px 15px;
    }

    .sanpham:nth-child(4n+1) {
        clear: none;
    }

    .sanpham:nth-child(4n) {
        margin-right: 20px;
    }

    .boxmenufooter {
        margin: 0px -5px;
        width: auto;
    }

}

@media(max-width: 1160px) {

    .hinh_sp_detail {
        float: none;
        margin-right: 0px;
        padding: 0px 10px;
        box-sizing: border-box;
        text-align: center;
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }

    .thongtin_sp_detail {
        float: none;
        padding: 0px 10px;
        width: 45%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
}

@media (max-width: 992px) {
    .footer_box:nth-child(1) {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_box:nth-child(2) {
        width: 50%;
    }

    .footer_box:nth-child(3) {
        width: 50%;
        float: right;
        text-align: right;
    }

    .logo {
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }

    .box-banner {
        text-align: center;
        padding: 10px 0px;
        width: 100%;
        padding-right: 0px;
    }

    .content-slider {
        display: none;
    }

    .picavatar {
        width: calc(100% - 120px);
    }

    .picscroll {
        display: none;
    }

}

@media(max-width: 850px) {

    .news {
        width: 100%;
        float: none !important;
    }

    .left-lienhe {
        width: 100%;
        float: none;
    }

    .right-lienhe {
        width: 100%;
        float: none;
    }

    span#copy {
        float: none;
        line-height: 35px;
        text-align: center;
    }

    div.thongke {
        float: none;
        line-height: 25px;
        text-align: center;
    }

    .box-tab-tit {
        flex-wrap: wrap;
    }

    .box-tab-tit div {
        margin-bottom: 2px;
    }

}

@media(max-width: 810px) {

    .hinh_sp_detail {
        min-height: auto;
    }

    .thongtin_sp_detail {
        margin-top: 15px;
    }

    .hinh_sp_detail,
    .thongtin_sp_detail {
        width: 100%;
        box-sizing: border-box;
    }

    .banner_desktop {
        display: none;
    }

    .banner_responsive {
        display: block;
    }

    .footer-bottom {
        margin-bottom: 45px;
    }

    #wrap-phone {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    #wrap-phone a {
        color: #fff;
        font-size: 16px;
    }

    #wrap-phone img {
        width: 30%;
        max-width: 35px;
        vertical-align: middle;
    }

    .blink_me {
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: blinker;
        -moz-animation-duration: 1s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        animation-name: blinker;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    @-moz-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @-webkit-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    .hotlinescroll {
        display: none;
    }


    a.author {
        font-size: 13px;
        line-height: 18px;
        display: block;
        padding-bottom: 30px;
    }

    .boxmenufooter ul li a {
        padding: 6px 8px;
        line-height: 30px;
        font-size: 14px;
    }

}

@media (max-width: 660px) {
    .box-land {
        width: calc(50% - 34px);
        margin: 0px 15px 20px 15px;
        margin-bottom: 20px;
    }

}


@media (max-width: 640px) {

    .footer_box:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }

    .boxdknt {
        margin: 0 auto;
    }

    .footer_box:nth-child(3) {
        width: 100%;
        float: right;
        text-align: center;
    }

    .logo {
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }

    .box-banner {
        text-align: center;
        padding: 10px 0px;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

}

@media (max-width: 440px) {
    .pic_news {
        float: none;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}