.contentck h1 span,.contentck h2 span,.contentck h3 span,.contentck h4 span,.contentck h5 span,.contentck h6 span{
    margin-bottom: -2px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dd3333;
    display: inline-block;
    line-height: 25px;
}
.contentck h1:after,.contentck h2:after,.contentck h3:after,.contentck h4:after,.contentck h5:after,.contentck h6:after{
    width: 100%;
    content: "";
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.105);
}
table{
    border: 1px;
}
table td{
    font-size: 15px;
}
table td h1 span,table td h2 span,table td h3 span,table td h4 span,table td h5 span,table td h6 span{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline;
}
.contentck iframe{
    width: 100%;
    height: 600px;
}
@media (max-width: 768px){
    .contentck iframe{
        height: 400px;
    }
}
#wd-5dc12a32263e3 .title-subtitle {
    line-height: 32px;
    font-size: 22px;
}
.wd-title-style-underlined .title {
    margin-bottom: -2px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--el-title-color);
}
#wd-5dc12a32263e3 .woodmart-title-container {
    line-height: 46px;
    font-size: 36px;
}
.reset-last-child>*:last-child {
    margin-bottom: 0;
}
.wd-title-style-underlined .liner-continer {
    border-bottom: 2px solid var(--brdcolor-gray-300);
}
.titlesp{
    width: 54%;
    margin: auto;
}
@media (max-width: 992px){
    .titlesp{
        width: 90%;
    }
}
@media (max-width: 768px){
    .titlesp{
        width: 100%;
    }
}
.page-numbers i.fa:before{
    color: var(--color-gray-900);
}
.current.page-numbers i.fa:before{
    color: #fff;
}
.empty_data{
    color: red;
    text-align: center;
    font-size: 17px;
}