ul li a.click-chitiet{
    color:  #94FF55;
}
ul li a.click-chitiet:hover{
    color: #FFAF34;
}
ul li a.click-chitiet:active{
    color: #FFDBE9;
}




.info9 table{
    padding: 10px;
    width: 100%;
    background: url("../images/bg/bg.png") repeat-y scroll 0 0 #00306E;
    border: 2px dotted #fff;
    border-radius: 8px;
    color: #fff;
}

.info9 table th{
    border: 1px dotted #2cabfc;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    font-weight: bold;

}
.info9 table tr td{
    border: 1px dotted #2cabfc;
    padding: 5px 5px;
}
/* iPhone 4 ----------- */
/*MOBILE*/
@media all and (max-width: 599px){
    .info9 table th{
        font-size: 14px;
        font-weight: bold;


    }
    .info9 table tr td{
        font-size: 12px;
    }
}

