
#header{
    background: rgb(8, 95, 148);
}

.tang{
    color: #2a8002;
}
.giam{
    color: red;
}
.kich_tran{
    color: #7c25ff;
}
.di_ngang{
    color: #fffb11;
}



/*COMPUTER*/
@media all and (min-width: 599px){
    .bg_top_position{
        display: inline-block;
        position: relative;
    }
    .tuan_qua{
        position: absolute;
        bottom: 32%;
        left: 6%;

    }
    .tuan_qua p{
        font-size: 77px !important;
        max-font-size: 100%;
        font-family: UTM-bold !important;

    }
    .thoi_gian{
        position: absolute;
        bottom: 21%;
        left: 17%;
        font-size:1.8em;
        font-weight:500;
        color: rgba(35, 34, 34, 0.61);
    }



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

    #header{
        width: 100%;
        height: 40px;
        margin: 0 auto;
        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: 99999;
        border-left:5px solid #fff;

    }

    #header .home{
        width: 90%;
        padding-top: 5px;
        padding-left: 30px;
        display: inline-block;

    }
    #header .home a{
        color: #fff;
        float: left;
        margin: 5px auto;

    }
    #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){
    .bg_top_position{
        display: inline-block;
        position: relative;
    }
    .tuan_qua{
        position: absolute;
        bottom: 30%;
        left: 4%;

    }
    .tuan_qua p{
        font-size: 29px !important;
        max-font-size: 100%;
        font-family: UTM-bold !important;

    }
    .thoi_gian{
        position: absolute;
        bottom: 20%;
        left: 13%;
        font-size: 10px;
        font-weight:500;
        color: rgba(35, 34, 34, 0.61);
    }



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


    #header{
        margin: 0 auto;
        width: 100%;
        height: 45px;
        border-left: 5px solid #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: 99999;

    }
    .h_mobile{
        height: 40px;
    }


    .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 .home{
        width: 99%;
        padding-top: 10px;
        padding-left: 10px;
        display: inline-block;

    }
    #header .home a{
        color: #fff;
        float: left;
        margin: 0 auto;
        font-size: 12px;
        line-height: 30px;

    }
    #header .home a:hover{
        font-weight: bold;
    }
    #header .home .facebook_like{
        width: 120px;
        float: right;
        margin-right: 15px;
    }

}