.card_tab {
    margin-left: 10px;
    margin-right: 10px;
}
.card_tab #bo_cate_ul {
    display: block;
    /* justify-content: space-between; */

}

.card_tab #bo_cate_ul li {
    background: #fff !important;
    box-shadow: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.card_tab #bo_cate_ul li a {
    border-radius: 0;
    background: #f4f4f4;

    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: 0.2;
    font-weight: 600;
    color: rgb(26, 26, 26);
    font-size: 16px;
    margin-bottom: 3px;
}

.card_tab #bo_cate_ul li .bo_cate_on {
    background: #7c29ea;
    border-bottom: 0;
    outline: none;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
  
}

.card_tab #bo_cate_ul li a:hover {
    text-decoration: none;
    background: #7c29ea;
    color: #fff;

}
.company img {
    width: 100%;
}
.company {
    margin-bottom: 20px;
}
#card-page-wrap {
    padding: 20px 0 0;
    margin-left: 10px;
    margin-right: 10px;
}
#card-page-wrap .title {
    text-align: center;
    margin-bottom: 60px;

}
#card-page-wrap h1 {
    color: #000;
    font-weight:900 !important;
    color: #65139c;
    margin-bottom: 20px;
    font-size:19px;

    
}
#card-page-wrap h2 img {
    width: 220px;
}
#card-page-wrap .line {
    height: 1px;
    background: #ddd;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
}
#card-page-wrap .box {
    text-align: center;
    margin-bottom: 30px;
}
#card-page-wrap .box h3 {
    font-size:16px;
    font-weight:600;
    color: #000;
   
}
#card-page-wrap .box p {
    width: 100%;
    text-align: center;
    padding: 20px;
    border: 1px #ddd solid;
    margin-top: 20px;
}
#card-page-wrap .box p img  {
    width: 100%;
}









