.list-term_project .img-cpt img {
    display: block;
    width: auto;
    height: 30px;
}
.list-term_project .item-pj {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.list-term_project .item-pj .head-h3 {
    font-size: 16px;
    color: var(--ac-color);
    font-weight: 300;
    line-height: 1.3;
}
.thumbnail_cpt {
    background: var(--bronze);
    padding: 15px 20px;
    border-radius: 0;
}
.thumbnail_cpt .swiper-slide-thumb-active .list-term_project {
    /* background: white;
    padding: 10px; */
    border-radius: 8px;
}
.list-term_project {
   cursor: pointer;
   transition: all ease-in-out 450ms;
}
.thumbnail_cpt .swiper-wrapper {
    align-items: center;
}
.thumbnail_cpt .list-term_project:hover {
    padding: 10px;
    background: white;
    border-radius: 8px;
}
.thumbnail_cpt {
    background: var(--ms-color);
    /* padding: 15px 20px; */
    border-radius: 0;
}
.thumbnail_cpt .swiper-slide-thumb-active .list-term_project {
    padding: 10px;
    background: white;
    border-radius: 8px;
}
.list-term_project {
    padding: 10px;
   cursor: pointer;
   transition: all ease-in-out 450ms;
}
.thumbnail_cpt .swiper-wrapper {
    align-items: center;
}
.main_cpt {
    margin-top: 2em;
    padding: 3em 2em;
    background: whitesmoke;
    position: relative;
}
.content-term_project .swiper {
    padding-bottom: 3em;
}
.btn-term_link {
    text-align: center;
}
.btn-term_link a.btn-cpt_link {
    background: var(--ms-color);
    color: var(--ac-color);
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    border-radius: 50px;
    transform: scale(1);
}
.btn-term_link a.btn-cpt_link:hover {
    /* transform: scale(1.1); */
}
/*ipad (tablet)*/
@media (max-width: 1028px) {
    .main_cpt {
        padding: 2em;
    }
    .main_cpt {
        padding: 20px 15px;
    }
    .main_cpt {
        margin-top: 20px;
    }
    .btn-term_link {
        padding-top: 0em;
    }
    .list-term_project .img-cpt img {
        height: 20px;
    }
    .list-term_project .item-pj .head-h3 {
        font-size: 14px;
    }
    .box-search_sb .row-sb {
        grid-gap: 2em;
    }
    .content-term_project .swiper {
        padding-bottom: 2em;
    }
}
/*iphone5 (small smartphone)*/
@media (max-width: 767px) {
    .btn-term_link a.btn-cpt_link {
        font-size: 14px;
    }
   

}
