.DNNContainer_Kieu1 {
    /*border: 1px solid #dbdbdb;*/
}

.DNNContainer_Kieu1 {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.DNNContainer_Kieu1 .header {

    background: #f2f2f2;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 10px;
     padding-left: 20px;
}

.DNNContainer_Kieu1 .header:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 15px;
    height: 8px;
    background: #dbdbdb;
}

.DNNContainer_Kieu1 .title h2 {
    margin: 0px;
    text-align: left;
    line-height: 36px;
    display: table;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    background: #f2f2f2;
   
}

.DNNContainer_Kieu1 .title h2 span,
.DNNContainer_Kieu1 .title h2 a {
    text-decoration: none;
    color: #c30000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Merriweather', Arial, sans-serif;
   
}

.DNNContainer_Kieu1 .title h2 span {
    padding: 8px;
}

.DNNContainer_Kieu1 .heading_wrapper {
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding-bottom: 0px;
}