.duongdan {
    margin: 15px 0px;
}

.detail-post {
    position: relative;
    height: 132px;
}

.detail-post h4 {
    margin: 0;
    color: #39b54a;
}

.detail-post a {
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
}

.img-post img {
    height: 132px;
    width: 100%;
}

a.chi-tiet-tin {
    position: absolute;
    bottom: 0;
    /* right: 0; */
    /* background: #8ac440; */
    color: #39b54a;
    /* padding: 8px 21px; */
}

.hic {
    padding: 26px 0;
    border-bottom: solid 1px #eaeaea;
}

a.chi-tiet-tin:hover {
    /* background: red; */
}

.content {
    padding-bottom: 40px;
}
.bar-right {
    /* background: #8ac440; */
    /* color: white; */
    margin-top: 26px;
}

.cate-bar {
    background: #39b54a;
    color: white;
    padding: 8px 6px;
    margin-bottom: 19px;
}

.cate-bar i {
    padding-left: 3px;
    padding-right: 7px;
}

.cate-bar h3 {
    padding: 0;
    margin: 0;
    padding-left: 0px;
    text-transform: uppercase;
    font-size: 18px;
}
.list-bar {
    margin-bottom: 8px;
}
.imganh img {
    height: 70px;
    width: 100%;
}

.col-xs-6.col-sm-6.col-md-6.ca {
    padding-left: 0;
}

.tensb h5 {
    margin: 0;
    color: #39b54a;
    font-size: 15px;
}
h1.tieude {
    text-align: center;
    font-size: 31px;
    /* display: inline; */
    position: relative;
    display: inline;
    color: #39b54a;
    /* text-transform: uppercase; */
    padding-bottom: 6px;
}

h1.tieude:before {
    /* content: ''; */
    /* background: red; */
    /* height: 4px; */
    position: absolute;
    /* content: ""; */
    /* bottom: -2px; */
    left: 0;
    width: 40%;
    border-top: 4px solid #ea1a5b;
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
}

h1.tieude {}

h1.tieude:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    border-top: 3px solid #39b54a;
    /* display: inline; */
    /* padding: 0px 17px; */
}
.chuatiede {
    text-align: center;
    /* position: relative; */
    padding-bottom: 30px;
}

.img-post {
    height: 132px;
}
.title-bai h1 {
    text-align: center;
    font-size: 25px;
    padding: 20px 0px;
    margin: 0;
}



/*mobile*/
@media (min-width: 1200px){
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .detail-post h4 {
        font-size: 14px;
        margin-top: 10px;
    }

    .detail-post {
        height: 152px;
    }
}

@media (max-width: 576px) {
}