﻿ul.qimenudoc li a {
    color: #25478f;
}
.titleItem {
    
    text-align: justify;
}
/* Custom Scrool bar*/
/* width */

::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff6a00;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #DA251C;
    }

/*Cấu hình cho firefox */
@-moz-document url-prefix() {
    .qiheightTop {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .qiContainer_border.qimaxheighttop {
        overflow-y: scroll;
    }

    .mq13 {
        overflow-y: scroll;
    }

    .noidungthongbao {
        overflow-y: scroll;
        overflow-x: hidden;
    }
}