
/* Load more - button - phần css nut load more
-------------------------------- */
.thc-content-custom {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.dtcvmodetail, .dtchide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 260px;
    padding-top: 85px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 70%, rgba(255, 255, 255, 1) 85%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, .91)), color-stop(85%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 70%, rgba(255, 255, 255, 1) 85%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 70%, rgba(255, 255, 255, 1) 85%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 70%, rgba(255, 255, 255, 1) 85%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 70%, rgba(255, 255, 255, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 0;
}

.dtcvmodetail {
    display: flex;
}

.dtchide {
    display: none;
}
p.dtcvmodetail, p.dtchide {
    margin-bottom: 0;
}
.dtcvmodetail span, .dtchide span {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 16px;
    padding: 6px 40px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: var(--primary_color);
    border: solid 1px #b2b2b2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.dtcvmodetail span:hover, .dtchide span:hover {
    background: var(--secondary_color);
}
.open-full-height {
    height: 100% !important;
    padding-bottom: 100px;
}

.dtcvmodetail.open-read {
    display: none;
}

.dtchide.collapse {
    display: flex !important;
    background: none;
}

/* End Load more - button - phần css nut load more
-------------------------------- */
