.DNNContainer_KieuTinmoi.SpacingBottom {
    border: 1px solid #bbe1ff;
    background:linear-gradient(#defbfa, #fffeff);
}

.DNNContainer_KieuTinmoi .header {
    height: 32px;
    padding: 0 10px;
}

.DNNContainer_KieuTinmoi .title:before{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 15px;
    height: 1px;
    background: #b6e0ff;
}

.DNNContainer_KieuTinmoi .title h2 {
    margin: 0px;
    text-align: left;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    padding-right: 40px;
    border: 1px solid #aadaff;
    /*background: url(images/bulet-k2.png) no-repeat 5px center, #0086e3;*/
}

.DNNContainer_KieuTinmoi .title h2 a,
.DNNContainer_KieuTinmoi .title h2 span {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', Arial !important;
}

.DNNContainer_KieuTinmoi .title h2 a:hover {
    color: #fff;
}

.DNNContainer_KieuTinmoi .title {
    position: relative;
    z-index: 1;
    text-align: center;
}
.DNNContainer_KieuTinmoi .title h2 {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    background: #0067be;
    border-radius: 5px;
}

.DNNContainer_KieuTinmoi .heading_wrapper {
    margin-top: 15px;
}
DNNContainer_KieuTinmoi .heading_wrapper .header{
}
.DNNContainer_KieuTinmoi .Content-KieuTinmoi {
    padding: 10px;
	padding-bottom: 0;
}

@media screen and (max-width: 413px) {
    .DNNContainer_KieuTinmoi .title h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }
}