.DNNContainer_Kieu2 {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.DNNContainer_Kieu2 .header {
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center
}

.DNNContainer_Kieu2 .header:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 15px;
    height: 1px;
    background: #dbdbdb;
}

.DNNContainer_Kieu2 .header:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 17px;
    height: 1px;
    background: #dbdbdb;
}

.DNNContainer_Kieu2 .title h2 {
    display: table;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    padding: 0 15px 0 30px;
    background: url(images/icon_k2.png) no-repeat left center, #fff;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
}

.DNNContainer_Kieu2 .title h2 span,
.DNNContainer_Kieu2 .title h2 a {
    color: #c30000;
    font-size: 18px;
    font-family: 'Merriweather', Arial, sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 413px) {
    /*.DNNContainer_Kieu2 .title h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }*/

    .DNNContainer_Kieu2 .title h2 {
        display: block;
    }
}