.table thead th{
    color: #000000 !important;
}

.list_link a:hover{
    opacity: 0.5;
    text-decoration: none !important;
}

@media only screen and (min-width: 720px) {
    .flex_row{
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
}

@media only screen and (max-width: 719px) {
    .flex_row{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.list_promotion ul li {
    list-style: none;
    background: url(/component/c_common/img/bg_list01.gif) no-repeat left 11px;
    margin: 5px 0 0 0;
    padding: 0 0 0 10px;
    margin-top: 0px !important;
}

.list_promotion ul>li:before {
    display: block;
    content: '';
    position: absolute;
    top: 0.8em;
    left: 10px;
    width: 3px;
    height: 3px;
    background-color: #ffffff !important;
}

.list_promotion ul li a{
    color: #003366 !important;
    text-decoration: underline !important;
}

.list_promotion ul li a:hover{
    opacity: 0.5;
}

.list_promotion h5{
    font-size: 16px;
    margin: 15px 0;
    text-decoration: underline;
    text-decoration-thickness: 5px; 
    text-decoration-color: #eeeeee;
    text-underline-offset: 5px;
}

/* @media only screen and (min-width: 720px) and (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
        margin: 180px auto;
    }
} */

li.link_pdf::before{
    content: '';
    position: absolute;
    top: 5px !important;
    left: 0px !important;
    background: url('/shared/unchangeable/img/icn_btn_function-pdf.png') !important;
    background-size: 13px 17px !important;
    width: 13px !important;
    height: 17px !important;
}

li.link_pdf:hover{
    opacity: 0.7;
}

a.link_html::before{
    content: ">";
    position: absolute;
    left: 3px;
    background: 0 0;
    width: auto;
    height: auto;
    top: 0;
}

li.link::before{
    content: none !important;
}