.tc-nav {
    font-family: 'DB Heavent Med';
    font-size: 20px;
    font-weight: 500;
    color: #808080;
    padding: 30px 0;
}

.tc-title {
    font-family: 'DB Heavent Bold';
    font-size: 40px;
    font-weight: 700;
    color: #1680F9;
    text-align: center;
    padding-bottom: 20px;
}

.tc-stitle {
    font-family: 'DB Heavent Light It';
    font-size: 24px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 20px;
    text-decoration-color: #D9D9D9;
    padding-bottom: 30px;
}

.pb50x {
    padding-bottom: 50px;
}

.slick-prev:before {
    content: '';
}

.slick-next:before {
    content: '';
}

.slick-prev {
    background: #fff;
    height: 60px;
    width: 40px;
    text-align: center;
    z-index: 10;
    padding: 10px 5px;
    left: -45px;
}

.slick-prev:hover {
    background: #fff;
}

.slick-next {
    background: #fff;
    height: 60px;
    width: 40px;
    text-align: center;
    z-index: 10;
    padding: 10px 5px;
    right: -45px;
}

.slick-next:hover {
    background: #fff;
}

.slick-prev i {
    font-size: 42px;
    color: #0047FF;
}

.slick-next i {
    font-size: 42px;
    color: #0047FF;
}

.slick-dots {
    text-align: left;
    bottom: -40px;
    padding-left: 40px;
}

.slick-dots li button:before {
    font-size: 32px;
    opacity: 1;
    color: #D9D9D9;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0047FF;
}

.slick-dots li {
    margin: 0 1px;
}


/* ////////////////// banner top //////////////////// */

.tc-box-banner-top {
    padding-bottom: 30px;
}

.tc-banner-top {
    margin-bottom: 0 !important;
}

.tc-list-banner {
    height: auto;
}

.tc-banner-top img {
    object-fit: cover;
    object-position: center;
}

.tc-banner-top .slick-prev {
    height: 40px;
    width: 40px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    left: -50px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}

.tc-banner-top .slick-prev i {
    font-size: 18px;
    color: #D9D9D9;
}

.tc-banner-top .slick-next {
    height: 40px;
    width: 40px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    right: -50px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}

.tc-banner-top .slick-next i {
    font-size: 18px;
    color: #D9D9D9;
}


/* ////////////// list-category /////////////// */

.list-technical-loop a {
    text-decoration: none;
}

.list-title {
    color: #595151;
    font-family: 'DB Heavent Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.list-stitle {
    height: 11px;
    width: 100%;
    display: inline-block;
    background: #0047FF;
    margin-top: 8px;
}

.nx-tag {
    text-decoration: none;
}

.v-all {
    color: #1680F9;
    font-family: 'DB Heavent Med';
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.v-all i {
    font-size: 16px;
    padding-left: 10px;
}

.tc-box-list-category {
    padding-top: 30px;
    padding-bottom: 30px;
}

.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;
}