.pageProduct{
    margin-top: 0px;
}
.productsMenuTop{
    background-color: #0370b8;
    color: white;
    font-weight: bold;
}
.productsMenusContainer{
    display: flex;
    flex-wrap: wrap
}
.productsMenuTop>.productsMenusContainer a:hover{
    background-color: #1d7bb9;
    animation: headShake;
    animation-duration: 1s;
    transition-duration: 1s;
}
.productsMenuTop>.productsMenusContainer a{
    border: solid 1px #ffffff14;
    height: 80px;
    color: white;
    display: block;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    flex-grow: 1;
    transition-duration: 1s;
}
.productsMenuCardList{
    height: 590px;
    display: flex;
    justify-content: center
}
.productsMenuCardList:nth-child(odd) {
    background-color: #ededed;
}
.productsMenuCardListItem{
    display: flex;
    align-items: center;
}
.categoryCardstyle{
    flex: 0 0 calc(25% - 10px);margin-bottom:20px;padding:10px
}
.categoryCardstyle>a{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.categoryCardstyle>a>div{
    margin-top: auto;
}
.categoryCardstyle>a>p{
    line-height: 30px;
    min-height:60px;
    text-align: center;
    color:var(--mainColor3);
    padding-left: 10px;
    padding-right: 10px;
}
.categoryCardstyle .learnBtn{
    width: 100%;
    height: 40px;
    background-color: var(--mainColor3);
    color: white;
    margin: 0;
}
.certItemCard{
    display: flex;
    flex-direction: column;
}
.certItemCard .thumbnail{
    height: 100%;
}
.catthums{
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 768px){
    .pageProduct{
        margin-top: 135px;
    }
    .certItemCard{
        padding: 5px;
    }
    .certItemCard .thumbnail{
        margin-bottom: 0;
    }
    .catthums{
        margin: 0px !important;
        padding: 5px;
    }
    .custom_page_contentbox{
        padding: 5px;

    }
    .certItemCard .caption .cert-title{
        font-size: 12px !important;
    }
}
