

@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1200px;
    }

    .form_search{
    float: right;
    width: 218px;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .nav-menu > .menu-item > .menu-link{
        padding: 15px 10px 15px 10px;
    }
    .sologan h1{
        font-size: 28px;
    }
    .sologan p{
           font-size: 16px;
    }
    .btn01 .buttons a{
            padding: 0px 10px;
            line-height: 33px;
    }
    .text_wellcome{
            overflow: hidden;
    height: 188px;
    }
    .btn01 .buttons a{
            padding: 0px 10px;
    }
    .content_text_news{
            max-height: 82px;
    }
    .click_news {
    margin-top: 5px;
    }
    .lx_news{
        padding: 4px 0px;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .header{
        padding-top: 0px;
            background-size: inherit;
            padding-top: 26px;

    }
    .product_home h2{
        font-size: 26px;
    }
    .sologan{
            margin-top: 23px;
    }
    .sologan h1{
        font-size: 24px;
    }
    .sologan p{
        font-size: 14px;
    }
    .product_home h2{
        font-size: 24px;
    }
       .box_footer{
        margin-bottom: 20px;
    }
    .gioithieu{
        margin-bottom: 30px;
    }
        .cellphone{
        margin-top: 0px;
        border-top: none;
    }
}

@media (max-width:767px) /* xs*/{
    .phone_header{
        float: inherit;
    }

    .text_phone div{
    margin-right: 20px;
    margin-top: 22px;
    font-size: 14px;
    display: inline-block;
    }
    .xs_style{
        margin-top: 20px !important;
        position: relative;
    top: 5px;
    }
    .sologan p{
        font-size: 14px;
    }
    .sologan h1{
            font-size: 24px;
    }
    .header{
     background: #f6efd9;
    padding-top: 15px;
    padding-bottom: 10px;
    }
    .header:after{
        display: none;
    }
    .box_2_well{
        text-align: center;
        padding: 30px 0px;
    }
    .product_home h2{
            font-size: 20px;
    line-height: 30px;
    }
    .text_wellcome h2{
            font-size: 25px;
    }
    .box_2{
            padding: 0px 0px;
    }
    .news_home h2{
            font-size: 24px;
    }
    .box_news_home{
        margin-bottom: 15px;
    }
    .slider_event {
        padding-bottom: 20px;
    }
    .box_footer{
        margin-bottom: 20px;
    }
       .gioithieu{
        margin-bottom: 30px;
    }
    .box_sr h3{
            font-size: 15px;
    }
    .cellphone{
        text-align: center;
        margin-top: 0px;
        border-top: none;
        padding-top: 0px;
    }
    .left_cell{
        float: none;
        margin-bottom: 24px;
        font-size: 16px

    }
    .right_cell{
        float: none;
    }
    .right_cell a{
        padding: 8px 17px;
        padding: 8px 17px;
        font-size: 14px;
    }

}

@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }
    .col-480-6{
        width: 50% !important;
    }
    .hidden-480{
        display: none !important;
    }
    .visible-480{
        display: block !important;
    }
    .sologan h1{
            font-size: 16px;
    }
    .phone_hd img{
        display: none;
    }
    .xs_style{
            margin-top: 0px !important;
    }
    .text_phone div{
            margin-right: 10px;
                font-size: 12px;
                    margin-top: 0px;
    }
    .text_phone div span{
            font-size: 11px;
    }
    .sologan p{
        display: none;
    }
    .form_search{
            margin-top: 10px;
    }

}


.visible-480{
    display: none;
}
