/************ HOW TO STEP **********/
.vceditor-content .VCSortableInPreviewMode[type="howtostep"] {
    display: block;
    padding: 20px;
    background: #f7f8f9;
    border-radius: 8px;
}

.vceditor-content .VCSortableInPreviewMode[type="howtostep"] ._left-info-wrap {
    width: 32px;
    float: left;
}

.vceditor-content .VCSortableInPreviewMode[type="howtostep"] .step-number-label {
    width: 32px;
    height: 32px;
    font-family: SFD-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-transform: unset;
    background: #000000;
    border-radius: 100%;
    text-align: center;
}

.vceditor-content .VCSortableInPreviewMode[type="howtostep"] ._right-info-wrap {
    margin-left: 50px;
}

.vceditor-content .VCSortableInPreviewMode[type="howtostep"] p {
    margin: 0;
}

.vceditor-content .VCSortableInPreviewMode[type="howtostep"] .step-number-label:hover,
.vceditor-content .VCSortableInPreviewMode[type="howtostep"] .step-title:hover,
.vceditor-content .VCSortableInPreviewMode[type="howtostep"] .step-content:hover {
    cursor: inherit;
}

.vceditor-content .VCSortableInPreviewMode[type="howtostep"] .step-title-wrap {
    min-height: 41px;
    text-align: left;
    font-size: 21px;
    color: #222;
    font-family: "SFD-Bold";
    margin: 0px;
}

.vceditor-content .VCSortableInPreviewMode[type="howtostep"] .step-title {
    font-weight: bold;
    font-family: "SFD-Bold";
    font-size: 21px;
    color: #222222;
    display: block;
    margin-bottom: 15px;
    line-height: 28px;
}

.vceditor-content .VCSortableInPreviewMode[type="howtostep"] .step-content-wrap {
    text-align: left;
    color: #333;
}

.vceditor-content .VCSortableInPreviewMode[type="howtostep"] .step-content>p {
    min-height: 30px;
    margin-bottom: 15px;
}


/******** tips content box ******/
.vceditor-content .VCSortableInPreviewMode[type="tipsbox"] {
    position: relative;
    padding: 20px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 2px 6px 6px 2px;
}

.vceditor-content[contenteditable="true"] .VCSortableInPreviewMode[type="tipsbox"] {
    outline: none !important;
}

.vceditor-content .VCSortableInPreviewMode[type="tipsbox"]:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(239, 64, 96, 0.8);
    border-radius: 2px 0px 0px 2px;
    width: 5px;
    height: 100%;
}

.vceditor-content .VCSortableInPreviewMode[type="tipsbox"] p {
    margin: 0px 0px 10px 0px;
}

.vceditor-content .VCSortableInPreviewMode[type="tipsbox"] p:last-child {
    margin-bottom: 0;
}

.vceditor-content .VCSortableInPreviewMode[type="tipsbox"] div[contenteditable="true"]::after {
    clear: both;
    content: "";
    display: block;
    color: #999;
}

/************ Box kiến thức chuyên sâu ***********/
.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] {
    border-bottom: 1px dashed #a6a6a6;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-title {
    font-size: 24px;
    line-height: 34px;
    color: #111111;
    margin: 0px 0px 20px 0px;
    position: relative;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-title:not(:empty) {
    padding-left: 24px !important;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-title:not(:empty):before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #ef4060;
    box-sizing: border-box;
    border-radius: 16px;
    background: #fff;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-title:not(:empty):after {
    content: "";
    width: 8px;
    height: 8px;
    left: 4px;
    top: 50%;
    position: absolute;
    background: #ef4060;
    border-radius: 8px;
    transform: translateY(-50%);
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-title p {
    margin: 0px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    font-family: SF, "SF Pro Display";
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .box-content {
    font-size: 16px;
    line-height: 29px;
    color: #111111;
    width: 50%;
    padding-right: 16px;
    box-sizing: border-box;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .box-content p {
    margin: 0px 0px 10px 0px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .box-content p:last-child {
    margin-bottom: 0;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .box-content h3 {
    margin-bottom: 18px;
}

.vceditor-content[contenteditable="true"] .VCSortableInPreviewMode[type="depthknowledge"] .box-title,
.vceditor-content[contenteditable="true"] .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .box-content {
    padding: 0px 10px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .box-media-wrap {
    width: 50%;
    flex: none;
    margin-top: 8px;
    /*set margin-top để object media bằng mép với text bên cột trái*/
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .box-media-wrap.empty {
    background: #f3f3f3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .box-media-wrap .VCSortableInPreviewMode[type="Photo"] img {
    width: 100%;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .media-object {
    margin: 0px;
    padding: 0px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .media-object img,
.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .media-object video {
    max-width: 100%;
    display: block;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .PhotoCMS_Caption,
.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .VideoCMS_Caption {
    background: #f7f8f9;
    font-family: "SF", "SF Pro Display";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #666666;
    padding: 10px;
    margin: 0px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .PhotoCMS_Caption p,
.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .box-content-wrap .VideoCMS_Caption p {
    margin: 0px;
    padding: 0px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .knowledge-bullet-box {
    background: #f7f8f9;
    border-radius: 8px;
    position: relative;
    font-family: "SF", "SF Pro Display";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    padding: 20px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .knowledge-bullet-box:before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #ef4060;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .knowledge-bullet-box ._box-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #111111;
    margin-bottom: 18px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .knowledge-bullet-box ._box-title p {
    margin: 0px;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .knowledge-bullet-box ._bullet-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .knowledge-bullet-box .bullet-item {
    position: relative;
    padding-left: 10px;
    list-style: none;
}

.vceditor-content .VCSortableInPreviewMode[type="depthknowledge"] .knowledge-bullet-box .bullet-item:before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #ef4060;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
}