.DNNContainer_Kieu5 .title h2 {
    margin: 0px;
    text-align: left;
    line-height: 45px;
    display: inline-block;
    padding-right: 15px;

}

.DNNContainer_Kieu5 .title h2 a,
.DNNContainer_Kieu5 .title h2 span {
    color: #0062ab;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'UTM Swiss', Arial, sans-serif;
    font-weight: 700;
}


@media screen and (max-width: 413px) {
    .DNNContainer_Kieu5 .title h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }
}