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