.DNNContainer_Kieu2 {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

  .DNNContainer_Kieu2 .header {
    background: #027acd;
    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: #027acd;
    }




  .DNNContainer_Kieu2 .title h2 {
    display: table;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    padding: 0px;
    background: #027acd;
    margin-bottom: 0px;
    line-height: 40px;
    width: 100%;
    border-bottom: 2px solid #ffc000;
  }

.DNNContainer_Kieu2 .title h2 span,
.DNNContainer_Kieu2 .title h2 a {
    /*padding-left: 10px;*/
    color: #fff;
    font-size: 17px;
    font-family: 'UTM Swiss', 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;
    }
}