
/*TABLET*/
@media all and (min-width: 600px) and (max-width:799px){
    #headerDTCK{
        height: 140px;
    }
    #tieuDe{
        height: 110px;
    }

    #tieuDe #logo-xoay{
        width: 80px;
        height: 80px;
    }
    #tieuDe #text{
        font-size: 20px;
        text-align: left;
        width: 500px;
        margin-top: 5px;
        padding-right: 5px;
    }


}
