.tcc-nav {
    padding: 30px 0;
}

.tcc-nav-m {
    font-family: 'DB Heavent Med';
    font-size: 20px;
    font-weight: 500;
    color: #808080;
}

.tcc-nav i {
    color: #808080;
    font-size: 14px;
    margin: 0 10px;
}

.tcc-nav-s {
    font-family: 'DB Heavent Med';
    font-size: 20px;
    font-weight: 500;
    color: #808080;
}

.list-title {
    font-family: 'DB Heavent Bold';
    font-size: 32px;
    font-weight: 700;
    color: #595151;
}

.list-stitle {
    height: 11px;
    width: 100%;
    display: inline-block;
    background: #0047FF;
}

.pb100 {
    padding-bottom: 100px;
}

.paginationjs-next {
    position: relative;
    color: #0047FF;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 0;
}

.paginationjs-next.disabled {
    display: none;
}

.paginationjs-prev {
    position: relative;
    color: #0047FF;
    cursor: pointer;
    margin-right: 10px;
    padding-top: 0;
}

.paginationjs-prev.disabled {
    display: none;
}

.paginationjs-pages ul .J-paginationjs-page a {
    font-size: 20px;
}

.paginationjs-pages ul li {
    text-align: center;
    font-size: 20px;
}

.paginationjs-pages ul .J-paginationjs-page {
    font-weight: 400;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    background: transparent;
    padding-top: 0;
}

.paginationjs-pages ul .J-paginationjs-page.active {
    background: #0047FF;
    border-radius: 0;
}

.paginationjs-pages ul .J-paginationjs-page.active a {
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
}


/* ////////////// list-category /////////////// */

.list-technical-loop a {
    text-decoration: none;
}

.list-tc-mx {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.list-tc-mx:hover {
    border: 1px solid transparent;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.list-tc-mx-image {
    height: 200px;
    width: 100%;
}

.list-tc-mx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.list-tc-mx-detail {
    background: #FFF;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.list-tc-mx-title {
    font-family: 'DB Heavent Bold';
    font-size: 24px;
    font-weight: 700;
    color: #595151;
    line-height: 1;
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    margin-bottom: 20px;
}

.list-tc-mx-stitle {
    font-family: 'DB Heavent Med';
    font-size: 20px;
    font-weight: 500;
    color: #808080;
    line-height: 1;
    overflow: hidden;
    height: 80px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}