.UIImageDetail .title {
        display: inline-block;
        border-bottom: 1px solid;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 10px;
        color: var(--bg-blue-weight);
        display: inline-block;
        background: url(images/huyhieu.gif) no-repeat 0 5px;
        padding-left: 35px;
        width: 100%;
        margin-bottom: 0;
        line-height: 25px;
}
.UIImageDetail ul.list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
}
div.UIImageDetail ul.list li.item {
        width: 100%;
        padding: 10px 0px;
        padding-bottom: 0;
}
.UIImageDetail ul.list li.item img {
        box-shadow: none !important;
        border-radius: 0px !important;
        min-width: 100%;
        height: unset;
}
.UIImageDetail {
        padding: 10px;
        background: #fff;
        margin-bottom: 10px;
        padding-top: 5px;
}
.UIImageDetail ul.list li.item a{
        display: inline-block;
        width: 100%;
}
.UIImageDetail .album{
        display: none;
}
.UIImageDetail .image-title {
        display: none;
}
.UIImageDetail .description {
        margin-top: 10px;
        font-size: 15px;
        font-weight: 600;
}
.UIImageDetail .description p {
        margin-bottom: 5px;
}
@media only screen and (max-width: 768px){
        div.UIImageDetail ul.list li.item img{
                height: unset !important;
                max-width: 100%;
                min-width: 100%;
        }
        div.UIImageDetail{
                padding: 0 10px;
        }
        .UIImageDetail ul.list{
                max-width: 100%;
                width: 100% !important;
        }
}
