
/* content */
button, span, input, a,button:focus, span:focus, input:focus, a:focus{
    outline: 0;
    box-shadow: none;
}
.content{
    margin-bottom: 2rem;
}
.content img{
    max-width: 100%;
}
.page-link{
    color: var(--color);
}
.side{
    width: 100%;
}
.side li{
    line-height: 40px;
    margin-bottom: 15px;
}
.side li a{
    display: block;
    text-align: center;
    font-size: 16px;
    background-color: #cfcfcf;
}
.side li:hover a,.side li.on a{
    background: var(--color);
    color: #fff;
    border-color: var(--color);
    transition: all .5s;
}
.sidebar{
    position: relative;
}
.sidebar:before{
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    left: 15px;
    top: -10px;
    height: 3px;
    background-color: #444;
    content:'';
}
.sidebar a{
 display: block;
 background-color: #cfcfcf;
 text-align: center;
 font-size: 16px;
 line-height: 2;
}
.sidebar a:hover ,.sidebar a.on{
    background: var(--color);
    color: #fff;
    border-color: var(--color);
}
.text-secondary{
    margin-bottom: 2rem;
}
.con-swiper .swiper-pagination-bullet-active{
    background: var(--color);
}
.page-link,.page-num.page-num-current{
    color: var(--color);
}
.pages h2.text-center{
    font-size: 18px;
}
.page-num{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
}