﻿@charset "UTF-8";
.tox-tinymce {
  border: 0 !important;
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  justify-content: center;
}
.tox .tox-tbtn__select-label i {
  font-family: "FontAwesome", "Font Awesome 5 Free" !important;
}

.tox :not(svg):not(rect) {
  font-family: "Roboto Condensed", "Roboto", sans-serif !important;
}

.editor-wrap {
  position: relative;
  transition: box-shadow 0.15s;
  padding-bottom: 0;
  outline: none;
  line-height: 1.56;
  width: 100%;
}
.editor-wrap p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.editor-wrap .editor-toolbar {
  opacity: 1;
  position: absolute;
  z-index: 10;
  left: 0px;
  right: 0px;
  transition: opacity 0.1s;
  transition-delay: 0.15s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.editor-wrap .editor-content {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 1px #d3d3d3 solid;
  padding: 30px;
  outline: none;
  background: #fff;
  color: #252525;
  font-size: 16px;
  overflow: hidden;
  /*p {
      &:last-child {
          margin-bottom: 0;
      }
  }*/
}
.editor-wrap .editor-content * {
  box-sizing: border-box;
}
.editor-wrap .editor-content .mce-match-marker {
  background: #ffdd3f;
  color: #333;
}
.editor-wrap .editor-content a {
  color: #024bb2;
}
.editor-wrap .editor-content [data-mce-object=iframe] {
  width: 100%;
  height: 100%;
}
.editor-wrap .editor-content.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  left: 30px;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #bbb;
}
.editor-wrap .editor-content.mce-content-body [data-mce-selected=inline-boundary] {
  background-color: transparent;
}
.editor-wrap .editor-content [data-mce-selected] {
  outline: none !important;
}
.editor-wrap .editor-content figure {
  margin: 0 auto;
}
.editor-wrap .editor-content figure:hover {
  outline: 1px solid #47a4f5;
}
.editor-wrap .editor-content figcaption {
  display: block;
  background-color: #eee;
  padding: 10px;
  margin-top: 0px !important;
  font-size: 14px;
  text-align: left;
}
.editor-wrap .editor-content figcaption p:last-child {
  margin-bottom: 0;
}
.editor-wrap .editor-content figcaption:hover {
  outline: 0px solid #47a4f5;
}
.editor-wrap .editor-content .link-content-inline {
  color: #2ea2c7;
  text-decoration: none;
  border-bottom: 1px dashed #2ea2c7;
}
.editor-wrap .editor-content .link-content-inline:hover {
  border-bottom: 1px dashed #2ea2c7;
  cursor: default;
}
.editor-wrap .editor-content .link-content-footer {
  background: transparent url(../images/bg_linkfooter.jpg) no-repeat scroll 0 0;
  color: #004370;
  font-size: 22px;
  font-weight: bold;
  padding-left: 25px;
  text-decoration: none;
}
.editor-wrap .editor-content table, .editor-wrap .editor-content p {
  margin-bottom: 15px;
}
.editor-wrap .editor-content table {
  border-collapse: collapse;
}
.editor-wrap .editor-content li {
  margin-left: 20px;
}
.editor-wrap .editor-word-count {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 1px #d3d3d3 solid;
  border-top: 0;
  padding: 5px 0 5px 10px;
}
.editor-wrap .editor-word-count .count-text {
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
}
.editor-wrap .tox .tox-dialog__draghandle {
  cursor: move;
}
.editor-wrap .editor-toolbar {
  position: sticky;
  top: -40px;
}
.editor-wrap.focused .editor-content {
  padding-top: 40px;
}
.editor-wrap .editor-content {
  min-height: 360px;
}
.editor-wrap.sapo-editor-wrap .editor-toolbar {
  position: absolute;
  top: 0;
}
.editor-wrap.sapo-editor-wrap .editor-toolbar .tox .tox-toolbar, .editor-wrap.sapo-editor-wrap .editor-toolbar .tox .tox-toolbar__overflow, .editor-wrap.sapo-editor-wrap .editor-toolbar .tox .tox-toolbar__primary {
  justify-content: flex-start;
}
.editor-wrap.sapo-editor-wrap .editor-content {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #565656;
  min-height: 80px;
}
.editor-wrap.sapo-editor-wrap .editor-content.mce-edit-focus {
  padding-top: 50px;
}
.editor-wrap.sapo-editor-wrap.focused .editor-content {
  min-height: initial;
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 0;
}
.editor-wrap a:hover {
  border-bottom: 1px dashed #2ea2c7;
}
.editor-wrap a[data-mce-selected] {
  outline: none;
}

.VnBizPreviewMode {
  width: 100%;
  transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  word-wrap: break-word;
  visibility: visible;
  cursor: default;
  margin: 0 auto;
  text-align: left;
}
.VnBizPreviewMode figure {
  margin: 0 auto 15px;
}
.VnBizPreviewMode.align-right {
  width: 250px;
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}
.VnBizPreviewMode.align-left {
  width: 250px;
  float: left;
  margin-right: 20px;
}
.VnBizPreviewMode.align-justify, .VnBizPreviewMode.align-center {
  width: 100%;
  text-align: center;
}
.VnBizPreviewMode.align-center-overflow, .VnBizPreviewMode .alignCenterOverflow {
  width: 980px;
  margin-left: -140px;
}
.VnBizPreviewMode.align-center-overflow img, .VnBizPreviewMode .alignCenterOverflow img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.VnBizPreviewMode.align-left-overflow, .VnBizPreviewMode.alignLeftOverflow, .VnBizPreviewMode.align-right-overflow, .VnBizPreviewMode.alignRightOverflow {
  width: 450px;
}
.VnBizPreviewMode.align-right-overflow, .VnBizPreviewMode.alignRightOverflow {
  float: right;
  margin-right: 0px;
  margin-left: 30px;
}
.VnBizPreviewMode.align-left-overflow, .VnBizPreviewMode.alignLeftOverflow {
  float: left;
  display: block;
  margin-left: -80px;
  margin-top: 5px;
  margin-right: 30px;
}
.VnBizPreviewMode.align-justify-full, .VnBizPreviewMode.alignJustifyFull {
  margin-left: calc((-100vw + 700px) / 2 + 60px);
  width: calc(100vw - 120px);
}
.VnBizPreviewMode.align-justify-full img, .VnBizPreviewMode.alignJustifyFull img {
  width: 100%;
  object-fit: cover;
}
.VnBizPreviewMode [contenteditable=true]:empty:not(:focus)::before {
  content: attr(data-placeholder);
  color: #ccc;
}

.VnBizPreviewMode[data-type=simpleimage] {
  margin-bottom: 15px;
  text-align: center;
}
.VnBizPreviewMode[data-type=simpleimage] [contenteditable=true]:hover {
  outline: none !important;
}
.VnBizPreviewMode[data-type=simpleimage] .show-placeholder:empty:not(:focus)::before {
  content: attr(data-placeholder);
  color: #999;
}
.VnBizPreviewMode figcaption {
  display: block;
  background-color: #eee;
  padding: 10px;
  margin-top: 0px !important;
  font-size: 14px;
  text-align: left;
}
.VnBizPreviewMode figcaption p:last-child {
  margin-bottom: 0;
}
.VnBizPreviewMode figcaption:hover {
  outline: 0px solid #47a4f5;
}

.VnBizPreviewMode .preview-container {
  height: 34px;
  width: 100%;
  display: none;
  left: 0;
  top: -15px;
  z-index: 10;
  position: absolute;
  text-align: center;
}
.VnBizPreviewMode .preview-container .preview-btn {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 13px;
  width: 30px;
  height: 30px;
  color: #000;
  line-height: 30px;
  cursor: pointer;
  font-family: "FontAwesome", "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  outline: none !important;
  box-shadow: none !important;
  border-right: 0;
}
.VnBizPreviewMode .preview-container .preview-btn:active, .VnBizPreviewMode .preview-container .preview-btn:focus {
  outline: none !important;
}
.VnBizPreviewMode .preview-container .preview-btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.VnBizPreviewMode .preview-container .preview-btn:last-child {
  border-right: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.VnBizPreviewMode .preview-container .preview-btn:hover {
  background: #ccc;
  border-color: #bbb;
}
.VnBizPreviewMode .preview-container .preview-btn.alignCenter::before {
  content: "\f037";
}
.VnBizPreviewMode .preview-container .preview-btn.alignLeft::before {
  content: "\f036";
}
.VnBizPreviewMode .preview-container .preview-btn.alignRight::before {
  content: "\f038";
}
.VnBizPreviewMode .preview-container .preview-btn.del::before {
  content: "\f014";
}
.VnBizPreviewMode .preview-container .preview-btn.del:hover {
  background: #EB5757;
  color: #fff;
}
.VnBizPreviewMode .preview-container .preview-btn.edit::before {
  content: "\f044";
}
.VnBizPreviewMode [role=element-actions] ul,
.VnBizPreviewMode [role=element-new] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: solid 1px #dbdbdb;
  display: flex;
  border-radius: 3px;
}
.VnBizPreviewMode [role=element-actions] ul li,
.VnBizPreviewMode [role=element-new] ul li {
  text-align: center;
  border-right: solid 1px #dbdbdb;
  color: #74787d;
  cursor: pointer;
  float: left;
  position: relative;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.VnBizPreviewMode [role=element-actions] ul li:first-child,
.VnBizPreviewMode [role=element-new] ul li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.VnBizPreviewMode [role=element-actions] ul li:last-child,
.VnBizPreviewMode [role=element-new] ul li:last-child {
  border-right: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.VnBizPreviewMode [role=element-actions] ul li:hover,
.VnBizPreviewMode [role=element-new] ul li:hover {
  background: #eee;
  border-color: #dbdbdb;
}
.VnBizPreviewMode [role=element-actions] ul li[data-func=remove]:hover,
.VnBizPreviewMode [role=element-new] ul li[data-func=remove]:hover {
  background: #EB5757;
  color: #fff;
}
.VnBizPreviewMode [role=element-actions] {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  transition: none 0s ease 0s;
  z-index: 92;
  font-size: 13px;
  outline: none !important;
}
.VnBizPreviewMode [role=element-actions] i.fi {
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 16px;
  text-align: center;
  display: inline-block;
}
.VnBizPreviewMode [role=element-actions] i.fi.fi-indent {
  background-image: url(../images/editor/ar.png);
}
.VnBizPreviewMode [role=element-actions] i.fi.fi-outdent {
  background-image: url(../images/editor/al.png);
}
.VnBizPreviewMode [role=element-actions] i.fi.fi-align-center {
  background-image: url(../images/editor/co.png);
}
.VnBizPreviewMode [role=element-actions] i.fi.fi-square-full {
  background-image: url(../images/editor/af.png);
}
.VnBizPreviewMode [role=element-new] {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: -16px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-16px);
  border-radius: 100%;
  z-index: 100;
  outline: none !important;
}
.VnBizPreviewMode [role=element-new]::before, .VnBizPreviewMode [role=element-new]::after {
  position: absolute;
  left: 15px;
  top: 7px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #74787d;
}
.VnBizPreviewMode [role=element-new]::after {
  transform: rotate(-90deg);
}
.VnBizPreviewMode [role=element-new] .actions {
  display: none;
  background-color: #fff;
  border: solid 1px #dbdbdb;
  width: 66px;
  position: absolute;
  bottom: -20px;
  left: 16px;
  transform: translateX(-50%);
  border-radius: 3px;
  z-index: 100;
  min-width: 162px;
  padding: 0;
}
.VnBizPreviewMode [role=element-new] .actions::after {
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  left: 50%;
  display: block;
  font-size: 0;
  height: 0;
  top: -16px;
  line-height: 0;
  position: absolute;
  width: 0;
  content: "";
  transform: translateX(-50%);
}
.VnBizPreviewMode [role=element-new]:hover .actions {
  display: flex;
}
.VnBizPreviewMode:hover [role=element-actions],
.VnBizPreviewMode:hover [role=add-new-line],
.VnBizPreviewMode:hover .preview-container {
  display: flex;
}

.VnBizPreviewMode[data-type=boxnewsrelated] {
  width: auto;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul {
  margin: 0 auto;
  padding: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul li {
  position: relative;
  list-style-type: none;
  text-align: left;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul li:hover .btn-close-preview {
  opacity: 1;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul a {
  text-decoration: none;
  pointer-events: none;
  color: #252525;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul .title {
  background: #eaeaea;
  margin: 0px;
  padding: 10px 7px 7px 10px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul .btn-close-preview {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 {
  width: 250px;
  border-top: 3px solid rgb(33, 39, 93);
  border-bottom: 3px solid rgb(33, 39, 93);
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 li, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 li {
  margin-left: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  display: list-item;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 li:last-child, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 li:last-child {
  border-bottom: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 .title, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 .title {
  background: none;
  margin: 0;
  padding: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 .title a, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 .title a {
  display: block;
  color: #252525;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 .datetime, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 .datetime {
  display: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 a, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 a {
  display: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-1 {
  width: 250px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-1 li {
  margin-bottom: 15px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-1 .datetime {
  display: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 li {
  list-style: disc;
  color: #21275d;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 {
  border-top: 3px solid #217ffa;
  border-bottom: 3px solid #217ffa;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 {
  width: auto;
  border: 1px solid #ccc;
  border-top: 3px solid #007f74;
  border-color: rgb(33, 39, 93);
  border-radius: 3px;
  overflow: hidden;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 li {
  float: left;
  position: relative;
  text-align: left;
  border-bottom: 1px dotted #cbcfd3;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  width: 100%;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 li > a {
  width: 40%;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 li:last-child {
  border-bottom: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 .title-header {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  margin: 0;
  margin-bottom: 5px;
  padding: 10px 10px 5px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 a {
  float: left;
  padding: 0px;
  height: auto;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 a img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 .title {
  margin-left: 43%;
  padding: 0px;
  background: none;
  font-size: 16px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 .datetime {
  display: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 {
  border-top: 3px solid #007f74;
  border-radius: 3px;
  border-bottom: 3px solid #007f74;
  overflow: hidden;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 li {
  float: left;
  position: relative;
  text-align: left;
  border-bottom: 1px dotted #cbcfd3;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  width: 100%;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 li:last-child {
  border-bottom: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 a.image {
  float: left;
  width: 116px;
  padding: 0px;
  height: auto;
  padding-top: 1%;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 a.image img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 .title {
  margin-left: 135px;
  padding: 0px;
  background: none;
  text-align: left;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 .title a {
  float: none;
  width: auto;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 .datetime {
  font-size: 11px;
  text-decoration: none;
  color: #777;
  display: block;
  margin-top: 10px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul li.title-header {
  display: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated].type-7.align-right, .VnBizPreviewMode[data-type=boxnewsrelated].type-7.align-left {
  width: 350px;
}

.VnBizPreviewMode[data-type=boxprofile] {
  width: 350px;
  display: block;
}
.VnBizPreviewMode[data-type=boxprofile] img {
  pointer-events: none;
}
.VnBizPreviewMode[data-type=boxprofile] .profile-container {
  border: 2px solid #FECB2E;
  background-color: #FFFBF1;
  padding: 20px 25px 15px;
}
.VnBizPreviewMode[data-type=boxprofile] .main-content {
  border-bottom: 1px solid #e9dec6;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 0 0px;
  text-align: center;
  width: 100%;
}
.VnBizPreviewMode[data-type=boxprofile] .main-content img {
  border-radius: 50%;
  height: 85px;
  margin: 0 auto;
  width: 85px;
  display: block;
  object-fit: cover;
}
.VnBizPreviewMode[data-type=boxprofile] .main-content .profile-name {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 33px;
}
.VnBizPreviewMode[data-type=boxprofile] .main-content .profile-info {
  font-size: 16px;
  line-height: 20px;
}
.VnBizPreviewMode[data-type=boxprofile] .sub-content ul {
  margin: 0;
}
.VnBizPreviewMode[data-type=boxprofile] .sub-content li {
  list-style-type: disc;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}
.VnBizPreviewMode[data-type=boxprofile] .sub-content li::marker {
  color: #FECB2E;
}
.VnBizPreviewMode[data-type=boxprofile] .sub-content p {
  margin-bottom: 0;
}

.VnBizPreviewMode[data-type=attachfile] {
  margin-bottom: 15px;
}
.VnBizPreviewMode[data-type=attachfile] .file-download-link {
  color: #f48320;
  cursor: default;
  /*border: 1px solid;
  border-radius: 4px;
  min-width: 100px;
  display: inline-block;
  padding: 10px 15px;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  border-color: #ced0d4;
  background: #f6f7f9;
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
  max-width: 98%;*/
}
.VnBizPreviewMode[data-type=attachfile] p {
  margin-bottom: 0;
}
.VnBizPreviewMode[data-type=attachfile] .file-download-description p {
  font-size: 12px;
  color: #999999;
  font-style: italic;
}
.VnBizPreviewMode[data-type=attachfile].align-center {
  text-align: center;
}
.VnBizPreviewMode[data-type=attachfile]:hover a {
  border-bottom: 1px dashed #f48320;
}

.VnBizPreviewMode[data-type=simplequote] {
  margin: 0 auto 15px;
}
.VnBizPreviewMode[data-type=simplequote] .name-n-quote {
  position: relative;
}
.VnBizPreviewMode[data-type=simplequote] .starname-caption {
  color: #797979;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: right;
}
.VnBizPreviewMode[data-type=simplequote] .starname-caption::before {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.VnBizPreviewMode[data-type=simplequote] .starname-caption::after {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.VnBizPreviewMode[data-type=simplequote] .starname-caption.hasmargin {
  margin-left: 27px;
}
.VnBizPreviewMode[data-type=simplequote] .quote {
  border: 4px solid transparent;
  padding: 20px 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
  position: relative;
}
.VnBizPreviewMode[data-type=simplequote] .quote.borderleft {
  padding-left: 20px;
}
.VnBizPreviewMode[data-type=simplequote] .quote.borderright {
  padding-right: 20px;
}
.VnBizPreviewMode[data-type=simplequote] .quote p:last-child {
  margin-bottom: 0;
}
.VnBizPreviewMode[data-type=simplequote] .quote.no-border {
  border-color: transparent !important;
  padding-left: 25px;
  position: relative;
}
.VnBizPreviewMode[data-type=simplequote] .quote.no-border::before {
  content: "“";
  font-size: 60px;
  position: absolute;
  top: 32px;
  left: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: none;
  line-height: 29px;
}
.VnBizPreviewMode[data-type=simplequote] .border-custom {
  border: 4px solid transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: -4px;
}
.VnBizPreviewMode[data-type=simplequote] .border-custom.bordershort {
  left: 45%;
  right: 45%;
}
.VnBizPreviewMode[data-type=simplequote] .border-custom.bordertop, .VnBizPreviewMode[data-type=simplequote] .border-custom.borderbottom {
  border-style: solid;
}

.VnBizPreviewMode[data-type=albumlayout] {
  width: 100%;
  margin: 0 0 15px;
}
.VnBizPreviewMode[data-type=albumlayout] .content-row {
  width: 100%;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row {
  width: 100%;
  display: grid;
  flex-direction: row;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item,
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item3 {
  cursor: default;
  padding: 4px 4px 0 0;
  border: 0 !important;
  background: none !important;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item img,
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item3 img {
  width: 100%;
  pointer-events: none;
  display: block;
  transition: all 0.25s ease-in-out;
  height: 100%;
  object-fit: cover;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item .remove-item,
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item3 .remove-item {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item:hover .remove-item,
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item3:hover .remove-item {
  color: #eb5858;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row figure .remove-item {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row figure:hover .remove-item {
  color: #eb5858;
}
.VnBizPreviewMode[data-type=albumlayout] .show-placeholder {
  display: block;
  background: #ddd;
  padding: 10px;
  margin: 0;
  outline: 1px !important;
}

.VnBizPreviewMode[data-type=boxcontent] {
  margin: 0 auto 15px;
}
.VnBizPreviewMode[data-type=boxcontent] .box-container {
  min-height: 30px;
  padding: 10px;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #a6bdec;
  color: #2460a4;
  background-color: #d8e5ff;
  line-height: 1.56;
  font-size: 16px;
}
.VnBizPreviewMode[data-type=boxcontent] .box-container p {
  margin: 0 0 10px 0;
}
.VnBizPreviewMode[data-type=boxcontent].align-right .box-container, .VnBizPreviewMode[data-type=boxcontent].align-left .box-container {
  margin: 0;
}
.VnBizPreviewMode[data-type=boxcontent]:hover {
  outline: 0px solid #9ecaed !important;
}
.VnBizPreviewMode.align-right[data-width="10"] {
  width: 10%;
}
.VnBizPreviewMode.align-left[data-width="10"] {
  width: 10%;
}
.VnBizPreviewMode.align-center[data-width="10"] {
  width: 10%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="20"] {
  width: 20%;
}
.VnBizPreviewMode.align-left[data-width="20"] {
  width: 20%;
}
.VnBizPreviewMode.align-center[data-width="20"] {
  width: 20%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="30"] {
  width: 30%;
}
.VnBizPreviewMode.align-left[data-width="30"] {
  width: 30%;
}
.VnBizPreviewMode.align-center[data-width="30"] {
  width: 30%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="40"] {
  width: 40%;
}
.VnBizPreviewMode.align-left[data-width="40"] {
  width: 40%;
}
.VnBizPreviewMode.align-center[data-width="40"] {
  width: 40%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="50"] {
  width: 50%;
}
.VnBizPreviewMode.align-left[data-width="50"] {
  width: 50%;
}
.VnBizPreviewMode.align-center[data-width="50"] {
  width: 50%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="60"] {
  width: 60%;
}
.VnBizPreviewMode.align-left[data-width="60"] {
  width: 60%;
}
.VnBizPreviewMode.align-center[data-width="60"] {
  width: 60%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="70"] {
  width: 70%;
}
.VnBizPreviewMode.align-left[data-width="70"] {
  width: 70%;
}
.VnBizPreviewMode.align-center[data-width="70"] {
  width: 70%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="80"] {
  width: 80%;
}
.VnBizPreviewMode.align-left[data-width="80"] {
  width: 80%;
}
.VnBizPreviewMode.align-center[data-width="80"] {
  width: 80%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="90"] {
  width: 90%;
}
.VnBizPreviewMode.align-left[data-width="90"] {
  width: 90%;
}
.VnBizPreviewMode.align-center[data-width="90"] {
  width: 90%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="100"] {
  width: 100%;
}
.VnBizPreviewMode.align-left[data-width="100"] {
  width: 100%;
}
.VnBizPreviewMode.align-center[data-width="100"] {
  width: 100%;
  display: block;
}

.VnBizPreviewMode[data-type=boxtexteffect] {
  margin: 0 auto 15px;
}
.VnBizPreviewMode[data-type=boxtexteffect] .box-container {
  min-height: 30px;
  padding: 10px;
  display: block;
  border-width: 1px;
  border-style: dashed;
  border-color: #bbbbbb;
  color: #000000;
  background-color: transparent;
  line-height: 1.56;
  font-size: inherit;
}
.VnBizPreviewMode[data-type=boxtexteffect] .box-container p {
  margin: 0 0 10px 0;
}
.VnBizPreviewMode[data-type=boxtexteffect].align-right .box-container, .VnBizPreviewMode[data-type=boxtexteffect].align-left .box-container {
  margin: 0;
}
.VnBizPreviewMode[data-type=boxtexteffect]:hover {
  outline: 0px solid #9ecaed !important;
}
.VnBizPreviewMode.align-right[data-width="10"] {
  width: 10%;
}
.VnBizPreviewMode.align-left[data-width="10"] {
  width: 10%;
}
.VnBizPreviewMode.align-center[data-width="10"] {
  width: 10%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="20"] {
  width: 20%;
}
.VnBizPreviewMode.align-left[data-width="20"] {
  width: 20%;
}
.VnBizPreviewMode.align-center[data-width="20"] {
  width: 20%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="30"] {
  width: 30%;
}
.VnBizPreviewMode.align-left[data-width="30"] {
  width: 30%;
}
.VnBizPreviewMode.align-center[data-width="30"] {
  width: 30%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="40"] {
  width: 40%;
}
.VnBizPreviewMode.align-left[data-width="40"] {
  width: 40%;
}
.VnBizPreviewMode.align-center[data-width="40"] {
  width: 40%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="50"] {
  width: 50%;
}
.VnBizPreviewMode.align-left[data-width="50"] {
  width: 50%;
}
.VnBizPreviewMode.align-center[data-width="50"] {
  width: 50%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="60"] {
  width: 60%;
}
.VnBizPreviewMode.align-left[data-width="60"] {
  width: 60%;
}
.VnBizPreviewMode.align-center[data-width="60"] {
  width: 60%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="70"] {
  width: 70%;
}
.VnBizPreviewMode.align-left[data-width="70"] {
  width: 70%;
}
.VnBizPreviewMode.align-center[data-width="70"] {
  width: 70%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="80"] {
  width: 80%;
}
.VnBizPreviewMode.align-left[data-width="80"] {
  width: 80%;
}
.VnBizPreviewMode.align-center[data-width="80"] {
  width: 80%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="90"] {
  width: 90%;
}
.VnBizPreviewMode.align-left[data-width="90"] {
  width: 90%;
}
.VnBizPreviewMode.align-center[data-width="90"] {
  width: 90%;
  display: block;
}
.VnBizPreviewMode.align-right[data-width="100"] {
  width: 100%;
}
.VnBizPreviewMode.align-left[data-width="100"] {
  width: 100%;
}
.VnBizPreviewMode.align-center[data-width="100"] {
  width: 100%;
  display: block;
}

.VnBizPreviewMode[data-type=embedcode] {
  margin: 0 auto 15px;
}
.VnBizPreviewMode[data-type=embedcode] > span {
  border: 0;
}
.VnBizPreviewMode[data-type=embedcode] iframe {
  max-width: 100%;
  margin: auto;
}
.VnBizPreviewMode[data-type=embedcode].align-center-over {
  width: 700px;
  margin-left: -32px;
}
.VnBizPreviewMode[data-type=embedcode].align-center-over > span, .VnBizPreviewMode[data-type=embedcode].align-center-over iframe {
  width: 100%;
  border: 0;
}
.VnBizPreviewMode[data-type=embedcode].align-center > span {
  text-align: center;
}
.VnBizPreviewMode[data-type=embedcode].align-left, .VnBizPreviewMode[data-type=embedcode].align-right {
  max-width: 50%;
}
.VnBizPreviewMode[data-type=embedcode].align-left {
  margin-left: -13px;
}
.VnBizPreviewMode[data-type=embedcode].align-right {
  margin-right: -13px;
}

.VnBizPreviewMode[data-type=boxmultipart] {
  margin-bottom: 30px;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container {
  display: flex;
  background-color: #f1f1f1;
  border-color: #dfdfdf;
  color: #000;
  padding: 30px 0;
  border-top: 1px solid #dfdfdf;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container [contenteditable=true]::before {
  color: #ccc;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container [contenteditable=true]:empty:not(:focus)::before {
  content: attr(data-placeholder);
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .box-right {
  padding: 0 10px;
  flex-grow: 1;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .box-right .body-text {
  text-align: justify;
  margin-right: 20px;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .box-left {
  min-width: 90px;
  max-width: 90px;
  padding: 0 10px;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .multipart-label {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .multipart-number {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  border: 1px solid #bbb;
  font-family: SFD-Regular;
  font-size: 24px;
  line-height: 43px;
  color: #777;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .multipart-number[contenteditable=true]:empty:not(:focus)::before {
  content: "1";
}

.VnBizPreviewMode[data-type=beforeafter] {
  margin-bottom: 15px;
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-slider {
  box-shadow: none;
}
.VnBizPreviewMode[data-type=beforeafter] .caption {
  display: block;
  background-color: #dddddd;
  padding: 10px;
  margin-top: 0px !important;
  font-size: 14px;
}
.VnBizPreviewMode .before-after-flip {
  min-height: 240px;
  min-width: 480px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  transition: 0.5s;
}
.VnBizPreviewMode .before-after-flip .panel-before img,
.VnBizPreviewMode .before-after-flip .panel-after img {
  width: auto;
}
.VnBizPreviewMode .before-after-slider {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  box-shadow: none;
}
.VnBizPreviewMode .before-after-slider [data-type=data-type-image] {
  overflow: hidden;
  position: relative;
}
.VnBizPreviewMode .before-after-slider [data-type=before],
.VnBizPreviewMode .before-after-slider [data-type=after] {
  height: 100%;
  position: absolute;
}
.VnBizPreviewMode .before-after-slider [data-type=before] img,
.VnBizPreviewMode .before-after-slider [data-type=after] img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  max-width: initial;
}
.VnBizPreviewMode .before-after-slider [data-type=before] {
  z-index: 2;
  width: 50%;
  overflow: hidden;
  border-right: solid 4px #fff;
}
.VnBizPreviewMode .before-after-slider [data-type=after] {
  z-index: 1;
  width: 50%;
}
.VnBizPreviewMode .before-after-flip .panel-before, .VnBizPreviewMode .before-after-flip .panel-after {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: 0.5s ease-out;
  height: 100%;
  width: 100%;
}
.VnBizPreviewMode .before-after-flip .panel-before {
  position: absolute;
  z-index: 1;
}
.VnBizPreviewMode .before-after-flip .panel-after {
  visibility: hidden;
  z-index: 0;
}

.VnBizPreviewMode[data-type=firstchar] img {
  width: 100%;
  max-height: 100%;
}

.VnBizPreviewMode[data-type=insertvideo] .mce-preview-object {
  width: 638px;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.VnBizPreviewMode[data-type=insertvideo] .mce-shim {
  display: none !important;
}
.VnBizPreviewMode[data-type=insertvideo] .box-container {
  line-height: 0;
}
.VnBizPreviewMode[data-type=insertvideo] .show-placeholder {
  display: block;
  background: #ddd;
  padding: 10px;
  margin: 0;
  outline: 1px !important;
}
.VnBizPreviewMode[data-type=insertvideo] video {
  height: 100%;
  width: 100%;
}

.VnBizPreviewMode[data-type=insertcredit] .box-container {
  text-align: left;
  border-left: solid 5px #ff6a03;
  padding-left: 18px;
}
.VnBizPreviewMode[data-type=insertcredit] .box-container .credit-item {
  line-height: 26px;
  font-weight: 600;
}
.VnBizPreviewMode[data-type=insertcredit] .box-container .credit-item label, .VnBizPreviewMode[data-type=insertcredit] .box-container .credit-item div {
  display: inline-block;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #222 !important;
  margin-right: 5px;
}
.VnBizPreviewMode[data-type=insertcredit] .box-container .credit-item span {
  margin: 0 3px 0 0;
}
.VnBizPreviewMode[data-type=insertcredit] .box-container .publish-date {
  position: absolute;
  right: 0px;
  top: 30px;
  font-size: 18px;
  color: #b3b3b3;
}

[data-type=vietlott-number] {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
[data-type=vietlott-number] .result_title {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
}
[data-type=vietlott-number] .result_title img {
  width: 30%;
  margin-bottom: 10px;
}
[data-type=vietlott-number] .result_numbers {
  text-align: center;
  padding: 30px 0 10px 0;
  border-top: 1px solid #ccc;
}
[data-type=vietlott-number] .result_numbers ul, [data-type=vietlott-number] .result_numbers li {
  list-style: none;
}
[data-type=vietlott-number] .result_numbers li {
  border-radius: 50%;
  border: red solid 2px;
  font-family: consolas;
  margin-right: 5px;
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  padding: 6px;
  display: inline-block;
  text-align: center;
}
[data-type=vietlott-number] .result_numbers .number_device {
  border-radius: 0;
  border-width: 1px;
  padding: 0;
  border-color: #333;
  margin: 0 5px 0 0;
}
[data-type=vietlott-number] .result_numbers .number_special {
  color: #faa61a;
  border-color: #faa61a;
}

[data-type=vietlott-jackpot] {
  background: url(/images/doso_output_nd.png) no-repeat;
  background-size: cover;
  background-position-y: -30px;
  margin-bottom: 15px;
}
[data-type=vietlott-jackpot] .gt_jackpot {
  padding: 20px 10px 10px;
  background: #ed1b2f url(/images/gt_jackpot_bg.jpg) no-repeat center;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
}
[data-type=vietlott-jackpot] .gt_jackpot h5 {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  margin-top: 6px;
}
[data-type=vietlott-jackpot] .gt_jackpot h3 {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}
[data-type=vietlott-jackpot] .gt_jackpot .so_tien {
  text-align: right;
}
[data-type=vietlott-jackpot] .gt_jackpot .so_tien p {
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  margin-left: 4px;
}
[data-type=vietlott-jackpot] table tr {
  background: none;
  border-bottom: 1px solid #ccc;
}
[data-type=vietlott-jackpot] table tr:nth-of-type(odd) {
  background: none;
}
[data-type=vietlott-jackpot] table tr th {
  padding: 8px;
  position: relative;
}
[data-type=vietlott-jackpot] table tr th:nth-child(2) {
  visibility: hidden;
}
[data-type=vietlott-jackpot] table tr th:nth-child(2)::after {
  content: "Kết quả";
  visibility: visible;
  position: absolute;
  left: 10px;
}
[data-type=vietlott-jackpot] table tr th:nth-child(3), [data-type=vietlott-jackpot] table tr th:nth-child(4) {
  text-align: right;
}
[data-type=vietlott-jackpot] table tr td {
  padding: 8px;
  border: 0;
}
[data-type=vietlott-jackpot] table tr td:nth-child(2) {
  vertical-align: middle;
}
[data-type=vietlott-jackpot] table tr td:nth-child(3) {
  text-align: right;
}
[data-type=vietlott-jackpot] .circle-num {
  padding: 8px;
}
[data-type=vietlott-jackpot] .circle-num em {
  color: #ed1b2f;
  border-radius: 50%;
  border: 2px solid #ed1b2f;
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 4px;
}
[data-type=vietlott-jackpot] .circle-num em.number_device_i {
  border-radius: 0;
  width: 0px;
  border-width: 1px;
}
[data-type=vietlott-jackpot] .circle-num em.number_special_i {
  color: #faa61a;
  border: 2px solid #faa61a;
}
[data-type=vietlott-jackpot] .giai_thuong_gia_tri {
  text-align: right;
  color: #ed1b2f;
}
[data-type=vietlott-jackpot] .giai_thuong_gia_tri sup {
  display: none;
}

.editor-wrap .VnBizPreviewMode .show-placeholder {
  display: block;
  margin: 0;
  position: relative;
}
.editor-wrap .VnBizPreviewMode .show-placeholder:empty:not(:focus)::before {
  content: attr(data-placeholder);
  color: #999;
}
.editor-wrap .VnBizPreviewMode:hover {
  outline: 1px solid #9ecaed;
}
.editor-wrap .VnBizPreviewMode [contentEditable=true] {
  outline: 0px !important;
}
.editor-wrap .VnBizPreviewMode .image {
  text-align: center;
}
.editor-wrap .editor-content {
  overflow: initial;
  float: left;
  width: 100%;
}

/*[data-mce-bogus], br[data-mce-bogus="1"] {
    display: none;
}*/
