



/*COMPUTER*/
@media all and (min-width: 599px){


    .tieng-viet img, .tieng-anh img{width: 60px !important;margin-top: -5px;}

    .tieu-chi-cu-the{
        width: 100%;
        font-size: 30px;
        color: #4491d6 ;
        margin: 30px auto;
        text-align: center;
    }

    #header{
        width: 100%;
        height: 40px;
        position: fixed;
        /* background: #db3539; */
        box-shadow: 0 -1px 3px;
        -moz-box-shadow: 0 -1px 3px;
        -webkit-box-shadow: 0 -1px 3px;
        -o-box-shadow: 0 -1px 3px;
        -ms-box-shadow: 0 -1px 3px;
        z-index: 1;
    }
    #header{
        margin: 0 auto;
        background: #fff;
    }
    #header .home{
        width: 90%;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;

    }
    #header .home a{
        color: #da251e;
        float: left;
        margin: 0 10px;
        height: auto;
        /* width: 15%; */
        text-align: center;
        border: none;
    }
    #header .home a:hover{
        font-weight: bold;
    }
    #header .home .facebook_like{
        width: 90px;
        float: right;
        margin-right: 15px;
    }


}





/*MOBILE*/
@media all and (max-width: 599px){

    .tieng-viet, .tieng-anh{
        width: 40px;
        padding-left: 10px;
    }
    .dong_tim_kiem{
        width: 40%;
        float: right;
        font-size: 16px;
    }
    .khong_tim_thay{
        color: #fbd511;
        z-index: 99999 !important;
        float: left;
        top: 5px;
        width: 45%;
        font-size: 15px;
        display: none;
    }


    .tieu-chi-cu-the{
        width: 100%;
        font-size: 30px;
        color: #4491d6 ;
        margin: 30px auto;
        text-align: center;
    }


    #header{
        width: 100%;
        height: 50px;
        background: #fff;
        box-shadow: 0 -1px 3px;
        -moz-box-shadow: 0 -1px 3px;
        -webkit-box-shadow: 0 -1px 3px;
        -o-box-shadow: 0 -1px 3px;
        -ms-box-shadow: 0 -1px 3px;
        position: fixed;
        z-index: 1;
    }
    .h_mobile{
        height: 50px;
    }


    .show_tim_kiem_mobile{
        width: 100px;
        color: #fff;
        float: left;
        padding-left: 20px;
    }
    .show_tim_kiem_mobile p{
        position: relative;
        top: -7px;
        font-size: 13px;
        width: 120px;
    }

    #header{
        margin: 0 auto;
    }
    #header .home{
        width: 99%;
        padding-top: 20px;
        padding-left: 10px;
        display: inline-block;

    }
    #header .home a{
        color: #da251e;
        float: left;
        margin: 0 auto;
        font-size: 12px;
    }
    #header .home a:hover{
        font-weight: bold;
    }
    #header .home .facebook_like{
        width: 90px;
        float: right;
        margin-right: 15px;
    }

}