.compensate-for-scrollbar {
    margin-right: 0 !important;
}
.page-single-duan section {
    padding: 30px 0;
}
.anh img {
    width: 100%;
}
.box-thumb-info {
    padding: 35px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8015581232) 100%);
}
.box-thumb-info h1 {
    color: #fff;
    text-transform: inherit;
    font-size: 30px;
    margin-bottom: 0;
}
.box-header-thumb {
    position: relative;
}
.tagg a {
    display: inline-block;
    padding: 2.5px 10px;
    border-radius: 40px;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    color: #000;
}
.boxquymo {
    background: #e7f6fd;
    border-radius: 7px;
    padding: 17px 20px;
    transition: 0.2s all linear;
    max-width: 300px;
    margin-bottom: 35px;
}
.item-quymo {
    font-size: 14px;
}
.quymo {
    display: flex;
    align-items: center;
}
.rh_ultra_meta_icon {
    margin-right: 10px;
}
h4.title-project {
    font-size: 28px;
}
.thongtin {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.item-info {
    padding: 8px;
    width: 50%;
}
.item-info ul {
    padding-left: 3rem;
}
.item-info:first-child {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #00000045;
}
.form-project {
    background: #e7f6fd;
    padding: 20px;
}
.form-project h3 {
    text-align: center;
    text-transform: uppercase;
}
.form-project input, .form-project select {
    height: 45px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}
.form-project button {
    display: block;
    background: #133247;
    color: #fff;
    width: 180px;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: 100;
    font-size: 15px;
}
.duankhac .box-image .image-cover {
    border-radius: 20px;
}
.duankhac .box-text .post-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.adds {
    color: #000;
    margin-bottom: 10px;
}
.tag {
    color: #dd9a33;
    font-weight: bold;
}
.duankhac .box-image .image-cover img, .box_img_related .image-cover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.duankhac .box-image .image-cover:hover img, .box_img_related .image-cover:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.duankhac .rh-ultra-status-box {
    padding: 10px 10px 0 10px;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    box-sizing: border-box;
    -moz-column-gap: 5px;
    column-gap: 5px;
}
.rh-ultra-status span, .rh-ultra-featured {
    display: flex;
    align-items: center;
    padding: 2.5px 10px;
    border-radius: 20px;
    font-size: 13px;
    row-gap: 5px;
    font-weight: 500;
    line-height: 1;
    background: #fff;
    color: #000;
}
.rh-ultra-featured {
    background: #133247;
    color: #fff;
}
.content-list-project .post-item .col-inner {
    box-shadow: 0 0 7px -2px rgba(0, 0, 0, .19);
    border-radius: 10px;
}
.content-list-project .post-item .box-text {
    vertical-align: top;
}
.rh-ultra-top-tags-box2 .rh-ultra-status-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 10px;
    margin-bottom: 15px;
}
.rh-ultra-top-tags-box2 .rh-ultra-status-box span {
    border: solid 1px #133247 !important;
}
.content-list-project .post-item .box-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.project_page {
    margin-top: 30px;
}
@media (max-width: 549px){
    .item-info ul {
        padding-left: 20px;
    }
    .item-info ul li {
        font-size: 14px;
    }
    .rh-ultra-status span, .rh-ultra-featured {
        font-size: 10px;
    }
    .duankhac .box-text .post-title {
        font-size: 16px;
    }
    .adds {
        font-size: 13px;
    }
    .page-single-duan #sec-duan-1 {
        padding-bottom: 0;
    }
}