.DNNContainer_Kieu3 .header {
    height: 40px;
}

.DNNContainer_Kieu3 .title {
    background: url(images/bg-kieu2.png) repeat-x center center;
}

.DNNContainer_Kieu3 .title h2 {
    margin: 0px;
    text-align: left;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding-right: 40px;
    /*background: url(images/bulet-k2.png) no-repeat 5px center, #0086e3;*/
}

.DNNContainer_Kieu3 .title h2 a,
.DNNContainer_Kieu3 .title h2 span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', Arial !important;
}

.DNNContainer_Kieu3 .title h2 a:hover {
    color: #fff;
}

.DNNContainer_Kieu3 .title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 10px;
}

.DNNContainer_Kieu3 .title h2 {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    background: #2B8000;
    border-radius: 20px;
    text-align: center;
}

.DNNContainer_Kieu3 .heading_wrapper {
    height: 40px;
    background: #fff;
    margin-bottom: 10px;
}

.DNNContainer_Kieu3 .Content-Kieu3 {
    padding: 15px;
    /* background: #346ED4; */
    border: 2px solid #2B8000;
    /* border-top: none; */
}

@media screen and (max-width: 413px) {
    .DNNContainer_Kieu3 .title h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }
}

.DNNContainer_Kieu3 .Content-Kieu3 img:hover{
    border: solid 2px #F6DD01;
}