/* Editor detail */

figure {
    margin: 0 auto;
    text-align: center;
    background: #E9ECEF;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
figure img {
    width: 100%;
}
figcaption {
    font-size: 15px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    font-style: italic;
}
.ct-editor-web table,
.ct-editor-web td,
.ct-editor-web th {
    border: 1px solid #CCD1D9;
}

.ct-editor-web ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0;
}

.ct-editor-web ul li {
    position: relative;
    padding-left: 15px;
}

.ct-editor-web ol {
    padding-left: 1rem;
}

.ct-editor-web ol,
.ct-editor-web ol li {
    list-style: auto;
}

.ct-editor-web ul li>ul {
    padding: 15px 0;
    margin-bottom: 0;
}

.ct-editor-web ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #858D9A;
}

.ct-editor-web ul li>ul li:before {
    border-radius: 0;
    width: 7px;
    height: 1px;
    top: 13px;
    background: var(--dark-color-text);
}

.ct-editor-web a {
    display: inline-block;
}

.ct-editor-web a:hover {
    color: var(--bg-pri-solid);
}

.ct-editor-web blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 0;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    color: var(--dark-color-text);
}

.ct-editor-web blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.ct-editor-web blockquote p {
    display: inline;
}

.ct-editor-web p {
    color: var(--dark-color-text);
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.ct-editor-web h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 10px
}

.ct-editor-web h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px
}

.ct-editor-web h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.ct-editor-web h4,
.ct-editor-web h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .ct-editor-web h2 {
        font-size: 26px;
    }
    .ct-editor-web h1 {
        font-size: 28px;
    }
    .ct-editor-web h3 {
        font-size: 18px;
    }
    .ct-editor-web h4 {
        font-size: 17px
    }
}
@media (max-width:767px){
    .ct-editor-web ul li:before {
        width: 6px;
        height: 6px;
        top: 7px;
    }
    .ct-editor-web ul li {
        padding-left: 12px;
    }
}
/*end Editor detail */