.DNNContainer_Kieu4 .header {
    background: #ace4fa;
    position: relative;
   
    text-align: center;
    margin-bottom: 15px;
}

.DNNContainer_Kieu4 .title {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0 15px;
    background: #ace4fa;
}

.DNNContainer_Kieu4 .header:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 40px;
    height: 1px;
    background: #8ac2d8;
}

.DNNContainer_Kieu4 .header:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 39px;
    height: 1px;
    background: #c5edfd;
}

.DNNContainer_Kieu4 .title h2 {
    margin: 0px;
    text-align: center;
    line-height: 40px;
}

.DNNContainer_Kieu4 .title h2 span,
.DNNContainer_Kieu4 .title h2 a {
    text-decoration: none;
    color: #027acd;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'UTM Swiss', Arial, sans-serif;
    font-weight: 700;
}

.DNNContainer_Kieu4 .title h2 span {
    padding: 8px;
}

.DNNContainer_Kieu4 .heading_wrapper {
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding-bottom: 0px;
}