
.page .page-content img.img-base{
    width: 100% !important;
}

.page .page-content img.img-base{
    width: 100% !important;
    max-height: 450px;
    object-fit: cover;
}

.page .page-content .box-content-name .name{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #000000;
}

.page .page-content .box-content-name a:hover{
    text-decoration: none;
}
.page .page-content .box-detail .des{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #000000;

    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    height: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.page .page-content  .bg-gray{
    background: #F7F7F7;
    border-radius: 5px;
    padding: 20px ;
    margin-bottom: 25px;
}

.page .page-content  .bg-white{
    background: white !important;
    padding: 10px 25px;

}

.page .page-content  .bg-white .btn-more{
    color: white !important;
    padding: 10px 25px;
    background: #874624;
    border-radius: 3px;
}

.detail-solution .detail p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.detail-solution h3.title{
font-size: 24px;
font-weight: 700;
line-height: 36px;
text-align: left;
color: #000000;

}
.detail-solution .border{
    padding: 10px;
}

.detail-solution .bg-gray{
    background:  #f2f4f8
}

.list-related{
    padding-bottom: 50px;
}