body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.widget-box.alignRight {
  float: right !important;
  width: 45% !important;
}
.widget-box.alignLeft {
  float: left !important;
  width: 45% !important;
}
.widget-box {
  display: inline-block;
  margin: 0 auto 15px;
  word-wrap: break-word;
  position: relative;
  padding: 10px;
  line-height: 1.4;
  font-weight: 300;
  z-index: 1;
  width: 100%;
}
.widget-box.active {
  outline: rgba(228, 156, 90, 0.5) dashed 1px;
}
.widget-box:before,
.widget-box:after {
  content: "";
  display: table;
}
.widget-box:after {
  clear: both;
}
.widget-box .half {
  width: 50%;
  min-height: 30px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-box img {
  margin: 20px 0 15px;
  max-width: 100%;
}
.widget-box .half.three-thumb > img,
.widget-box .half.three-thumb > span,
.widget-box .half.three-thumb > a {
  display: inline-block;
  width: calc(100% / 3 - 15px);
  margin-right: 15px;
  position: relative;
}
.widget-box .half.three-thumb > img,
.widget-box .half.three-thumb > span,
.widget-box .half.three-thumb > a {
  position: relative;
  padding-bottom: calc(100% / 3 - 15px);
  height: 0;
}
.widget-box .half.three-thumb > img > img,
.widget-box .half.three-thumb > span > img,
.widget-box .half.three-thumb > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget-box p {
  margin: 15px 0;
  font-size: inherit;
  line-height: 1.4;
  font-weight: 300;
}
.widget-box h1 {
  font-size: 2.36em;
  margin: 0.4em 0;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
}
.widget-box h1 h3 {
  font-size: 1.73em;
  margin: 0.7em 0;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
}
.widget-box .widget-column {
  min-height: 30px;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-box .third {
  width: 33.3%;
}
.widget-box figure {
  margin: 0;
}
.widget-box figure figcaption {
  display: block;
}
.widget-box .full {
  width: 100%;
}
.widget-box .fourth {
  width: 25%;
}
.widget-box .two-third {
  width: 66.7%;
}
.widget-box .full .display {
  margin-bottom: 0.5em;
}
.widget-box .full .center {
  text-align: center;
}
.widget-box .full .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.widget-box .full .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.widget-box .full .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.widget-box.width100 {
  width: 100%;
}
.widget-box .full .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.widget-box .radius-img-sm {
  width: 180px;
  height: 180px;
  margin: 10px auto;
}
.widget-box .radius-img-sm .widget-image-wrapper {
  height: 100%;
  width: 100%;
}
.widget-box .radius-img-sm img {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.widget-column-4:before,
.widget-column-4:after {
  content: " ";
  display: table;
}
.widget-column-4:after {
  clear: both;
}
.widget-column-4 {
  width: 33.333333%;
  float: left;
  display: block;
}
.embed-responsive.embed-responsive-square {
  padding-bottom: 100% !important;
}
.embed-responsive-square > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.widget-box[type^="vne_quote"] .quote-content::before,
.widget-box[type^="vne_quote"] .quote-content::after {
  content: " ";
  display: table;
}
.widget-box[type^="vne_quote"] .quote-content::after {
  clear: both;
}
.widget-box[type^="vne_quote"] .quote-content {
  font-family: Roboto;
  font-weight: bold;
  color: #808080;
  text-align: justify;
  line-height: 1.5;
  margin-left: 36px;
  margin-right: 36px;
  margin-top: 5px;
  padding: 0;
}
.widget-box[type^="vne_quote"] .quote-content.quote-border-top {
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
}
.widget-box[type^="vne_quote"] .quote-content.quote-border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}
.widget-box[type^="vne_quote"] .quote-content.quote-border-auto {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: none;
  border-top: 1px solid #c0c0c0;
}
.widget-box[type^="vne_quote"] .quote-content.quote-border-auto:last-child {
  border-bottom: 1px solid #c0c0c0;
}
.widget-box[type^="vne_quote"] .quote-icon {
  float: left;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.widget-box[type^="vne_quote"] .quote-icon.icon-quote-style {
  max-width: 30px;
  max-height: 30px;
  background: transparent
    url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDUxMi41IDUxMi41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuNSA1MTIuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0xMTIuNSwyMDguMjVjNjEuODU2LDAsMTEyLDUwLjE0NSwxMTIsMTEycy01MC4xNDQsMTEyLTExMiwxMTJzLTExMi01MC4xNDUtMTEyLTExMmwtMC41LTE2ICAgYzAtMTIzLjcxMiwxMDAuMjg4LTIyNCwyMjQtMjI0djY0Yy00Mi43MzcsMC04Mi45MTcsMTYuNjQzLTExMy4xMzcsNDYuODYzYy01LjgxNyw1LjgxOC0xMS4xMjYsMTIuMDA4LTE1LjkxNSwxOC41MSAgIEMxMDAuNjY3LDIwOC43MjMsMTA2LjUyOCwyMDguMjUsMTEyLjUsMjA4LjI1eiBNNDAwLjUsMjA4LjI1YzYxLjg1NSwwLDExMiw1MC4xNDUsMTEyLDExMnMtNTAuMTQ1LDExMi0xMTIsMTEyICAgcy0xMTItNTAuMTQ1LTExMi0xMTJsLTAuNS0xNmMwLTEyMy43MTIsMTAwLjI4Ny0yMjQsMjI0LTIyNHY2NGMtNDIuNzM2LDAtODIuOTE4LDE2LjY0My0xMTMuMTM3LDQ2Ljg2MyAgIGMtNS44MTgsNS44MTgtMTEuMTI3LDEyLjAwOC0xNS45MTYsMTguNTFDMzg4LjY2NiwyMDguNzIzLDM5NC41MjcsMjA4LjI1LDQwMC41LDIwOC4yNXoiIGZpbGw9IiNEODAwMjciLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
    no-repeat center/100%;
}
.widget-box[type^="vne_quote"] .quote-icon img {
  max-width: 100%;
  margin: 0;
}
.widget-box[type^="vne_quote"] .quote-author {
  margin: 0 36px;
  padding: 10px 0;
  font-weight: bold;
  font-family: Roboto;
}
.widget-box[type^="vne_quote"] .quote-author.quote-border-top {
  border-top: 1px solid #c0c0c0;
}
.widget-box[type^="vne_quote"] .quote-author.quote-border-bottom {
  border-bottom: 1px solid #c0c0c0;
}
.widget-box[type^="vne_quote"] .quote-author-avatar {
  display: inline-block;
  line-height: 0;
  max-width: 90px;
  min-width: 60px;
  margin: 0;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.widget-box[type^="vne_quote"] .quote-author-avatar.avatar-left {
  float: left;
  margin-right: 15px;
}
.widget-box[type^="vne_quote"] .quote-author-avatar.avatar-right {
  float: right;
  margin-left: 15px;
}
.widget-box[type^="vne_quote"] .quote-author-avatar img {
  max-width: 100%;
  margin: 0;
  background: #e0e0e0;
}
.widget-box .widget-image-wrapper {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: none;
  box-shadow: none;
  margin: 20px 0 15px;
}
.VCSortableInPreviewMode .widget-image-wrapper {
  position: relative;
  height: 100%;
  display: block;
}
.widget-box .widget-image-wrapper .image-editter,
.VCSortableInPreviewMode .widget-image-wrapper .image-editter {
  display: none;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -30px;
  line-height: 1;
  border-radius: 3px;
  font-size: 12px;
  padding: 6px 8px;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget-box .widget-image-wrapper img,
.VCSortableInPreviewMode .widget-image-wrapper img {
  margin: 0;
  opacity: 1;
}
.widget-box .widget-image-wrapper:hover,
.VCSortableInPreviewMode .widget-image-wrapper:hover {
  outline: 1px solid #1f78d8;
}
.widget-box .widget-image-wrapper:hover .image-editter,
.VCSortableInPreviewMode .widget-image-wrapper:hover .image-editter {
  display: unset;
}
.widget-box .widget-image-wrapper:hover img,
.VCSortableInPreviewMode .widget-image-wrapper:hover img {
  opacity: 0.5;
}
.widget-box .widget-image-wrapper .image-editter .fa,
.VCSortableInPreviewMode .widget-image-wrapper .image-editter .fa {
  margin-right: 5px;
}
.widget-box .widget-image-wrapper .image-editter:hover,
.VCSortableInPreviewMode .widget-image-wrapper .image-editter:hover {
  background-color: #e9ebee;
}
.widget-box [placeholder]:before {
  color: #353232;
  opacity: 0.3;
}
.widget-box [placeholder]:hover {
  cursor: text;
}
.vceditor-content * {
  box-sizing: border-box;
}
.vceditor-content p b,
.vceditor-content p strong {
  font-weight: bold;
}
.vceditor-content p i {
  font-style: italic;
}
.vceditor-content sub,
.vceditor-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.vceditor-content sub {
  bottom: -0.25em;
}
.vceditor-content sup {
  top: -0.5em;
}
.vceditor-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ececec;
  margin: 3em 0 2.5em;
  padding: 0;
}
.vceditor-content h1,
.vceditor-content h2 {
  font-family: SFD-Bold;
  color: #333;
  font-size: 32px;
  margin: 0;
  margin-bottom: 22px;
  line-height: 36px;
}
.vceditor-content h3 {
  font-family: SFD-Bold;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  margin: 0;
  margin-bottom: 22px;
}
.vceditor-content h4,
.vceditor-content h5,
.vceditor-content h6 {
  font-family: SFD-Bold;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin-bottom: 22px;
}
.VCSortableInPreviewMode[type] {
  display: inline-block;
}
.VCSortableInPreviewMode[type="Video"] {
  text-align: center;
}
.VCSortableInPreviewMode embed {
  width: 100%;
}
.VCSortableInPreviewMode[type="Photo"] img {
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}
.VCSortableInPreviewMode[type="Photo"] a {
  outline: none !important;
}
.VCSortableInPreviewMode.captionBeside[type="Photo"] {
  width: 100% !important;
  transition: all 0.5s;
  display: inline-block;
  margin-left: 0 !important;
}
.VCSortableInPreviewMode.captionBeside[type="Photo"] div:first-child img,
.VCSortableInPreviewMode.captionBeside[type="Photo"] div:first-child {
  display: inline-block;
  width: 400px;
  vertical-align: bottom;
  transition: all 0.5s;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside {
  float: none;
  width: 100% !important;
  transition: all 0.5s;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside .PhotoCMS_Caption {
  position: absolute;
  bottom: 50px;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside a {
  width: 400px;
}
.VCSortableInPreviewMode.captionBeside[type="Photo"] .PhotoCMS_Caption {
  display: inline-block !important;
  width: 240px;
  vertical-align: bottom;
  transition: all 0.5s;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeft div:first-child,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeftOverflow
  div:first-child {
  float: left;
  margin-right: 20px;
  transition: all 0.5s;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeft
  .PhotoCMS_Caption
  p,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeftOverflow
  .PhotoCMS_Caption
  p {
  text-align: left !important;
  transition: all 0.5s;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeft
  .PhotoCMS_Caption,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeftOverflow
  .PhotoCMS_Caption {
  right: 0;
  transition: all 0.5s;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight div:first-child,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow
  div:first-child {
  float: right;
  margin-left: 20px;
  transition: all 0.5s;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight
  .PhotoCMS_Caption
  p,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow
  .PhotoCMS_Caption
  p {
  text-align: right !important;
  transition: all 0.5s;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight
  .PhotoCMS_Caption,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow
  .PhotoCMS_Caption {
  left: 0;
  transition: all 0.5s;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside .PhotoCMS_Caption p {
  margin: 0 !important;
}
.VCSortableInPreviewMode[type="Photo"] .fb-share-wrapper {
  font: normal 13px/25px Arial;
  color: #bebebe;
  text-align: left;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside .fb-share-wrapper {
  bottom: 20px;
  position: absolute;
  width: 240px;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeft
  .fb-share-wrapper,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeftOverflow
  .fb-share-wrapper {
  right: 0;
  text-align: left;
}
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight
  .fb-share-wrapper,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow
  .fb-share-wrapper {
  left: 0;
  text-align: right;
}
.VCSortableInPreviewMode[type="Photo"] .fb-share-wrapper .fb-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/web_images/fb-share.png);
  margin-right: 5px;
}
.VCSortableInPreviewMode[type="Photo"] .fb-share-wrapper .fb-icon {
  background: rgba(0, 0, 0, 0) url("/web_images/fb-share.png") no-repeat scroll
    0 0;
  display: inline-block;
  height: 15px;
  margin-bottom: -3px;
  width: 15px;
}
.VCSortableInPreviewMode[type="Photo"].alignCenterOverflow .PhotoCMS_Caption,
.VCSortableInPreviewMode[type="Photo"].alignCenterOverflow .fb-share-wrapper {
  width: 660px;
  max-width: 100%;
  margin: auto;
  text-align: left;
}
.VCSortableInPreviewMode[type="RelatedOneNews"] {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
.VCSortableInPreviewMode[type="RelatedOneNews"] img {
  outline: medium none;
}
.VCSortableInPreviewMode[type="RelatedOneNews"] a.OneNewsTitle {
  color: #004276;
  font-size: 13px;
  font-weight: bold;
  margin-top: 7px;
}
.VCSortableInPreviewMode[type="RelatedOneNews"]
  .VCObjectBoxRelatedNewsItemSapo {
  color: #777;
}
.VCSortableInPreviewMode[type="RelatedOneNews"] img {
  outline: medium none;
}
.VCSortableInPreviewMode[type="RelatedOneNews"] a.OneNewsTitle {
  color: #004276;
  font-size: 15px;
  font-weight: bold;
  margin: 7px 0;
}
.VCSortableInPreviewMode[type="RelatedOneNews"]
  .VCObjectBoxRelatedNewsItemSapo {
  color: #777;
  display: block;
  font-size: 12px;
  margin: 0 10px 0 0;
}
.VCSortableInPreviewMode.alignLeft[type="RelatedOneNews"] img {
  height: 175px !important;
  margin: 0 !important;
  width: 100% !important;
}
.VCSortableInPreviewMode.alignLeft[type="RelatedOneNews"] .OneNewsTitle {
  margin: 0;
  padding: 10px;
}
.VCSortableInPreviewMode.alignLeft[type="RelatedOneNews"]
  .VCObjectBoxRelatedNewsItemSapo {
  margin: 0;
  padding: 10px;
}
.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedOneNews"] img {
  height: 175px !important;
  margin: 0 !important;
  width: 100% !important;
}
.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedOneNews"]
  .OneNewsTitle {
  margin: 0;
  padding: 10px;
}
.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedOneNews"]
  .VCObjectBoxRelatedNewsItemSapo {
  margin: 0;
  padding: 10px;
}
.VCSortableInPreviewMode.alignRight[type="RelatedOneNews"] img {
  height: 175px !important;
  margin: 0 !important;
  width: 100% !important;
}
.VCSortableInPreviewMode.alignRight[type="RelatedOneNews"] .OneNewsTitle {
  margin: 0;
  padding: 10px;
}
.VCSortableInPreviewMode.alignRight[type="RelatedOneNews"]
  .VCObjectBoxRelatedNewsItemSapo {
  margin: 0;
  padding: 10px;
}
.VCSortableInPreviewMode.alignRightOverflow[type="RelatedOneNews"] img {
  height: 175px !important;
  margin: 0 !important;
  width: 100% !important;
}
.VCSortableInPreviewMode.alignRightOverflow[type="RelatedOneNews"]
  .OneNewsTitle {
  margin: 0;
  padding: 10px;
}
.VCSortableInPreviewMode.alignRightOverflow[type="RelatedOneNews"]
  .VCObjectBoxRelatedNewsItemSapo {
  margin: 0;
  padding: 10px;
}
.VCSortableInPreviewMode[type="RelatedNews"] {
  box-sizing: border-box;
  font-family: Arial !important;
  text-align: center;
}
.VCSortableInPreviewMode[type="RelatedNews"] * {
  box-sizing: border-box;
}
.VCSortableInPreviewMode[type="RelatedNews"] td {
  margin: 0;
  padding: 5px;
  width: 32% !important;
}
.VCSortableInPreviewMode[type="RelatedNews"] img {
  max-width: 100% !important;
  width: 100% !important;
}
.VCSortableInPreviewMode.alignLeft[type="RelatedNews"],
.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedNews"] {
  width: 30% !important;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNews"],
.VCSortableInPreviewMode.alignRightOverflow[type="RelatedNews"] {
  width: 30% !important;
}
.VCSortableInPreviewMode.alignLeft[type="RelatedNews"] td,
.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedNews"] td {
  width: 100% !important;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNews"] td,
.VCSortableInPreviewMode.alignRightOverflow[type="RelatedNews"] td {
  width: 100% !important;
}
.VCSortableInPreviewMode[type="content"] {
  border: 1px solid #999;
  padding: 10px;
}
.VCSortableInPreviewMode[type="content"] p {
  margin-bottom: 7px;
}
.VCSortableInPreviewMode[type="FirstCharacter"] {
  color: #fff;
  display: inline;
  float: left;
  font-size: 60px;
  height: 70px;
  margin: 10px 10px 0 0;
  padding-top: 15px;
  width: 80px;
}
.VCSortableInPreviewMode[type="contentnumber"] {
  width: 100%;
  height: 68px;
  text-align: left;
}
.VCSortableInPreviewMode[type="contentnumber"] img {
  vertical-align: top;
}
.VCSortableInPreviewMode[type="contentnumber"].onLeft {
  text-align: left;
}
.VCSortableInPreviewMode[type="contentnumber"].onRight {
  text-align: right;
}
.VCSortableInPreviewMode[type="contentnumber"].onCenter {
  text-align: center;
}
.VCSortableInPreviewMode[type="contentnumber"] .IAContentNumber {
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  width: 70px;
}
.vceditor-content .VCSortableInPreviewMode[type="content"] {
  min-height: 38px;
  text-align: left;
  display: inline-block;
  margin: 20px 0 25px;
}
.vceditor-content .VCSortableInPreviewMode[type="content"] p {
  margin-bottom: 10px;
}
.vceditor-content .VCSortableInPreviewMode[type="content"] p:last-child {
  margin-bottom: 0;
}
.vceditor-content .VCSortableInPreviewMode[type="content"] p:last-child {
  margin-bottom: 0;
}
.vceditor-content .VCSortableInPreviewMode[type="hr"] {
  margin: 40px 0;
  min-height: 40px;
}
.VCSortableInPreviewMode[type="FirstCharacterv2"] {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  width: auto !important;
  margin-right: 0 !important;
  margin-top: 10px;
}
.VCSortableInPreviewMode[type="FirstCharacterv2"] img {
  width: 100%;
}
.VCSortableInPreviewMode[type="FirstCharacterv2"].alignLeft {
  margin-right: 15px !important;
}
.VCSortableInPreviewMode[type="FirstCharacterv2"].alignRight {
  margin-left: 15px !important;
}
.VCSortableInPreviewMode[type="Vote"]
  > div:not(#NLElementFunc):not(#NLFuncEnter):not(.sort-mode-delete) {
  width: 100%;
  border: solid 1px #dfdfdf;
  position: relative;
  background: #fff;
  padding: 0;
}
.VCSortableInPreviewMode[type="Vote"] > div h3 {
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  background: #fff;
  margin: 0;
  width: 100%;
  -moz-user-select: none;
  text-align: left;
  color: #af1903;
  font-size: 18px;
  font-family: arial;
}
.VCSortableInPreviewMode[type="Vote"] > div h4 {
  padding: 5px 10px;
  text-align: left;
}
.VCSortableInPreviewMode[type="Vote"] > div h4 a {
  color: #333;
  text-align: left;
  text-decoration: none;
  font-family: arial;
}
.VCSortableInPreviewMode[type="Vote"] > div p {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
}
.VCSortableInPreviewMode[type="Vote"] > div span {
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}
.VCSortableInPreviewMode[type="Vote"] > div label {
  font-family: Arial;
  font-size: 12px;
  color: #555;
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}
.VCSortableInPreviewMode[type="Vote"] > div img {
  outline: none;
}
.VCSortableInPreviewMode[type="Vote"] > div .VCListVoteAnswers {
  text-align: left;
}
.VCSortableInPreviewMode[type="Vote"] > div .VCPollFooter {
  text-align: center;
  margin: 10px 0;
}
.vceditor-content .PhotoCMS_Caption,
.vceditor-content .PhotoCMS_Caption p {
  color: #666;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.vceditor-content .VideoCMS_Caption,
.vceditor-content .VideoCMS_Caption p {
  color: #888 !important;
  font-style: normal;
  font-size: 13px;
  font-family: SFD-Medium;
  min-height: 30px;
  text-align: left;
  width: auto;
}
.vceditor-content .PhotoCMS_Caption,
.vceditor-content .VideoCMS_Caption {
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
}
.vceditor-content .VCSortableInPreviewMode.noCaption .PhotoCMS_Caption,
.vceditor-content .VCSortableInPreviewMode.noCaption .LayoutAlbumCaptionWrapper,
.vceditor-content .VCSortableInPreviewMode.noCaption .VideoCMS_Caption {
  display: none;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  p.quote {
  border: 8px none #f5566c;
  font-family: SFD-Bold;
  padding: 20px 0;
  text-align: left;
  font-size: 30px !important;
  line-height: 36px !important;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"].alignCenter {
  clear: both;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  span.custom-border {
  border-color: #f5566c;
  border-style: solid none;
  border-width: 8px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: none;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  span.custom-border.border-sort {
  left: 45%;
  right: 45%;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  span.custom-border.border-top {
  border-top-style: solid;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  span.custom-border.border-top
  > p.quote {
  margin-bottom: 0;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  span.custom-border.border-bottom {
  border-bottom-style: solid;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  .name-n-quote {
  position: relative;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  p.quote.border-left {
  border-left-style: solid;
  padding-left: 20px;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  p.quote.border-right {
  border-right-style: solid;
  padding-right: 20px;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  .StarNameCaption {
  color: #797979;
  font: 14px/20px Arial;
  margin-top: 10px;
  text-align: left;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"]
  .StarNameCaption.hasmargin {
  margin-left: 27px;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"].alignCenterOverflow
  .StarNameCaption {
  width: 660px;
  margin: auto;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"].alignLeftOverflow,
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"].alignLeft,
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"].alignRight,
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="StarQuoteV2"].alignRightOverflow {
  margin-top: 10px;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  p.quote {
  border: 8px none #f5566c;
  font-family: SFD-Bold;
  padding: 20px 0;
  text-align: left;
  font-size: 30px !important;
  line-height: 36px !important;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"].alignCenter {
  clear: both;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  .name-n-quote {
  position: relative;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  span.custom-border {
  border-color: #f5566c;
  border-style: solid none;
  border-width: 8px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: none;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  span.custom-border.border-sort {
  left: 45%;
  right: 45%;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  span.custom-border.border-top {
  border-top-style: solid;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  span.custom-border.border-top
  > p.quote {
  margin-bottom: 0;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  span.custom-border.border-bottom {
  border-bottom-style: solid;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  p.quote.border-left {
  border-left-style: solid;
  padding-left: 20px;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  p.quote.border-right {
  border-right-style: solid;
  padding-right: 20px;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  .StarNameCaption {
  color: #797979;
  font: 14px/20px Arial;
  margin-top: 10px;
  text-align: left;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"]
  .StarNameCaption.hasmargin {
  margin-left: 27px;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"].alignCenterOverflow
  .StarNameCaption {
  width: 660px;
  margin: auto;
}
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"].alignLeftOverflow,
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"].alignLeft,
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"].alignRight,
.vceditor-contentOuter
  .vceditor-content
  .VCSortableInPreviewMode[type="SimpleQuote"].alignRightOverflow {
  margin-top: 10px;
}
.alignLeft .deflector.PhotoCMS_Caption,
.alignLeft .deflector.VideoCMS_Caption {
  left: -10px;
  margin-left: -200px;
  position: absolute;
  text-align: right !important;
  top: 0;
  width: 200px;
}
.alignLeft .deflector.PhotoCMS_Caption::before,
.alignLeft .deflector.VideoCMS_Caption::before {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-left: 70%;
  width: 30%;
}
.alignLeft .deflector.VideoCMS_Caption * {
  text-align: right !important;
}
.alignRight .deflector.PhotoCMS_Caption,
.alignRight .deflector.VideoCMS_Caption {
  margin-right: -200px;
  position: absolute;
  right: -10px;
  text-align: left !important;
  top: 0;
  width: 200px;
}
.alignRight .deflector.VideoCMS_Caption * {
  text-align: left !important;
}
.alignRight .deflector.PhotoCMS_Caption::before,
.alignRight .deflector.VideoCMS_Caption::before {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-right: 70%;
  width: 30%;
}
.LayoutAlbumWrapper {
  width: 100%;
}
.LayoutAlbumWrapper .LayoutAlbumRow {
  margin-bottom: 0.5rem;
  float: left;
  width: 100%;
}
.LayoutAlbumWrapper .LayoutAlbumRow:last-child {
  margin: 0;
}
.LayoutAlbumWrapper .LayoutAlbumItem {
  display: block;
  float: left;
  margin: 0 0.25rem;
}
.LayoutAlbumWrapper .LayoutAlbumItem:first-child {
  margin-left: 0;
}
.LayoutAlbumWrapper .LayoutAlbumItem:last-child {
  margin-right: 0;
}
.LayoutAlbumWrapper figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.LayoutAlbumWrapper figcaption {
  background-color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  font-size: 0.75rem;
  padding: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  display: none;
}
.LayoutAlbumItem a {
  border: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: transparent;
}
.LayoutAlbumWrapper .LayoutAlbumItem:hover a + figcaption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.LayoutAlbumWrapper img {
  display: block;
  max-width: 100%;
  transition: all 0.25s ease-in-out;
}
.VCSortableInPreviewMode[type="LayoutAlbum"] {
  width: 850px;
  margin-left: -100px;
}
.VCSortableInPreviewMode[type="LayoutAlbum"].alignJustify {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.LayoutAlbumContent {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.LayoutAlbumCaption {
  font-style: italic;
  font-size: 12px !important;
  line-height: 19px !important;
  font-family: Arial !important;
}
.VCSortableInPreviewMode.link-content-footer {
  text-align: left;
  line-height: 25px;
}
.VCSortableInPreviewMode[type="Photo"].GifPhoto img {
  width: 500px;
}
.VCSortableInPreviewMode[type="PhotoInContentBox"] img {
  max-width: 100%;
}
.VCSortableInPreviewMode[type="PhotoInContentBox"].floatleft {
  float: left;
  margin-right: 2%;
}
.VCSortableInPreviewMode[type="PhotoInContentBox"].floatnone {
  float: none;
  margin: 0 auto;
  display: block;
}
.VCSortableInPreviewMode[type="PhotoInContentBox"].floatright {
  float: right;
  margin-left: 2%;
}
.VCSortableInPreviewMode[type="credit"] {
  margin-bottom: 30px;
}
.VCSortableInPreviewMode[type="credit"] .content-wrapper {
  text-align: left;
  border-left: solid 5px #f5566c;
  padding-left: 18px;
}
.VCSortableInPreviewMode[type="credit"] .credit-item {
  line-height: 26px;
}
.VCSortableInPreviewMode[type="credit"] .credit-item label,
.VCSortableInPreviewMode[type="credit"] .credit-item div {
  display: inline-block;
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: SFD-Bold !important;
  color: #222 !important;
  margin-right: 5px;
}
.VCSortableInPreviewMode[type="credit"] .credit-item label,
.VCSortableInPreviewMode[type="credit"] .credit-item div {
  display: inline-block;
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: SFD-Bold !important;
  color: #222 !important;
  margin-right: 5px;
}
.VCSortableInPreviewMode[type="credit"] .credit-item div {
  margin-left: 6px;
}
.VCSortableInPreviewMode[type="credit"] .ttvn-link {
  color: #222;
  font: 18px/26px SFD-Regular !important;
  position: absolute;
  right: 0;
  top: 0;
}
.VCSortableInPreviewMode[type="credit"] .publish-date {
  position: absolute;
  right: 0;
  top: 30px;
  font: 18px/26px SFD-Regular !important;
  color: #b3b3b3;
}
.VCSortableInPreviewMode[type="ElectionVote"] {
  border: solid 10px #fd4f4f;
  background: #668efd;
  height: 100px;
  color: #fff;
  line-height: 80px;
  text-transform: uppercase;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] {
  position: relative;
  display: block;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] img {
  max-width: none;
  height: 100%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .panel-before,
.VCCSortableInPreviewMode[type="BeforeAfter"] .panel-after {
  width: 50%;
  top: 0;
  overflow: hidden;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .panel-before {
  left: 0;
  float: left;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .panel-after {
  float: right;
  border-left: solid 2px #daa520;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .panel-after img {
  float: right;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw0 {
  width: 2%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw10 {
  width: 10%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw20 {
  width: 20%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw30 {
  width: 30%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw40 {
  width: 40%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw50 {
  width: 50%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw60 {
  width: 60%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw70 {
  width: 70%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw80 {
  width: 80%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw90 {
  width: 90%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .baw100 {
  width: 98%;
}
.VCCSortableInPreviewMode[type="BeforeAfter"] .PhotoCMS_Caption {
  width: 100%;
  clear: both;
}
#VCBeforeWrapper {
  height: 100%;
  width: 800px;
  position: relative;
}
.icon-beforeafter {
  transform: scale(0.8);
  background: url("/web_images/before-after/vcbeforeafter.png") no-repeat #fff;
  height: 15px;
  width: 15px;
  float: left;
  margin-top: 1px;
}
.balinksWrapper {
  margin: 0 auto;
}
.VCSortableInPreviewMode[type="blockcontent"] {
  margin-top: 30px;
}
.VCSortableInPreviewMode[type="blockcontent"] .block-title-wrap {
  text-align: left;
  font-size: 30px;
  color: #222;
  font-family: "SFD-Bold";
  margin: 15px 0;
}
.VCSortableInPreviewMode[type="blockcontent"] .block-content-wrap {
  text-align: left;
}
.VCSortableInPreviewMode[type="blockcontent"] .block-content-wrap p {
  margin-bottom: 15px;
}
.VCSortableInPreviewMode[type="blockcontent"] .block-title-wrap,
.VCSortableInPreviewMode[type="blockcontent"] .block-content-wrap {
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  margin-left: 0;
}
.VCSortableInPreviewMode[type="blockcontent"] .block-content-wrap {
  min-height: 120px;
}
.VCSortableInPreviewMode[type="blockcontent"]
  .block-content-wrap
  .VCSortableInPreviewMode[type="VideoStream"] {
  margin-bottom: 10px;
}
.VCSortableInPreviewMode[type="contentnumber"] .IAContentNumber {
  width: 70px;
  height: 68px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  font-family: "Times New Roman";
  line-height: 68px;
  margin-bottom: 15px;
  background-color: #ff6e15;
}
.VCSortableInPreviewMode[type="BlockQuoteIa"] div.quote {
  border-left: 2px solid #f5566c;
  text-align: left;
  padding-left: 10px;
}
.VCSortableInPreviewMode[type="credit"] .contentWrapper {
  padding-left: 18px;
  text-align: left;
  border-left: solid 5px #432e1e;
}
.VCSortableInPreviewMode {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto 15px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 96;
  visibility: visible;
  word-wrap: break-word;
  cursor: default;
}
.VCSortableInPreviewMode[type="credit"] .creditItem {
  line-height: 26px;
}
.VCSortableInPreviewMode[type="credit"] .creditItem label,
.VCSortableInPreviewMode[type="credit"] .creditItem div {
  display: inline-block;
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: SFD-Bold !important;
  color: #222 !important;
  margin-right: 5px;
}
.VCSortableInPreviewMode[type="credit"] .ttvn-link {
  color: #222;
  font: 18px/26px SFD-Regular !important;
  position: absolute;
  right: 0;
  top: 0;
}
.VCSortableInPreviewMode[type="credit"] .publishDate {
  position: absolute;
  right: 0;
  top: 30px;
  font: 18px/26px SFD-Regular !important;
  color: #b3b3b3;
}
.VCSortableInPreviewMode[type="FootBall"] {
  display: block;
  font-family: Georgia;
  line-height: 20px;
  width: 650px;
  padding: 18px 20px 25px;
  border: 2px solid #42bcee;
  background: #eaf7ff;
  margin-bottom: 30px;
}
.VCSortableInPreviewMode[type="FootBall"] .NLFootballTop {
  display: flex;
  text-transform: uppercase;
}
.VCSortableInPreviewMode[type="FootBall"] .NLFootballTop > div {
  height: 150px;
  flex: 1;
  border-bottom: 1px solid #c3e8fe;
}
.VCSortableInPreviewMode[type="FootBall"]
  .NLFootballTop
  .NLFootballScale
  > div:nth-child(1) {
  margin-bottom: 10px;
  font-family: SFD-Semibold;
  font-size: 15px;
  line-height: 18px;
}
.VCSortableInPreviewMode[type="FootBall"]
  .NLFootballTop
  .NLFootballScale
  > div:nth-child(1)
  span {
  color: #5f6060;
  font-size: 14px;
}
.VCSortableInPreviewMode[type="FootBall"]
  .NLFootballTop
  .NLFootballScale
  > div:nth-child(2) {
  margin-bottom: 25px;
  color: #1f97e3;
  font-size: 60px;
  line-height: 40px;
  font-family: UTM-Bebas;
}
.VCSortableInPreviewMode[type="FootBall"]
  .NLFootballTop
  .NLFootballScale
  > div:nth-child(3) {
  font-size: 12px;
  font-family: SFD-Medium;
  color: #5f6060;
}
.VCSortableInPreviewMode[type="FootBall"] .NLFootballTop .NLFootballImage {
  padding-top: 34px;
}
.VCSortableInPreviewMode[type="FootBall"] .NLFootballTop .NLFootballImage img {
  width: 70px;
  height: 70px;
}
.VCSortableInPreviewMode[type="FootBall"]
  .NLFootballTop
  .NLFootballImage
  label {
  font-size: 19px;
  font-family: SFD-Semibold;
  width: 100%;
  display: block;
  margin-top: 3px;
}
.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot {
  padding-top: 35px;
}
.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot > div:before {
  content: " ";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot > div {
  display: inline-block;
  width: 100%;
  font-family: SFD-Semibold;
  font-size: 16px;
  margin-bottom: 20px;
}
.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot > div > div {
  min-height: 20px;
}
.VCSortableInPreviewMode[type="FootBall"]
  .NLFootballBot
  > div
  > div:nth-child(1) {
  display: inline-block;
  width: 40%;
  float: left;
  text-align: right;
}
.VCSortableInPreviewMode[type="FootBall"]
  .NLFootballBot
  > div
  > div:nth-child(2) {
  text-align: center;
  display: inline-block;
  width: 20%;
  float: left;
}
.VCSortableInPreviewMode[type="FootBall"]
  .NLFootballBot
  > div
  > div:nth-child(3) {
  display: inline-block;
  width: 40%;
  float: left;
  text-align: left;
}
.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot > div:last-child {
  margin-bottom: 0;
}
.VCSortableInPreviewMode[type="FootBall"].alignJustify {
  width: 100%;
}
.NLFootballGoals .football-icon {
  background: url(https://static.mediacdn.vn/afamily/web_images/football/football_01.png)
    no-repeat scroll center center;
}
.NLFootballRedCards .football-icon {
  background: url(https://static.mediacdn.vn/afamily/web_images/football/football_03.png)
    no-repeat scroll center center;
}
.NLFootballYellowCards .football-icon {
  background: url(https://static.mediacdn.vn/afamily/web_images/football/football_05.png)
    no-repeat scroll center center;
}
.football-time {
  color: #2c91cf;
}
.VCSortableInPreviewMode[type="MediaAlbum"] {
  height: 230px;
  background: url(https://static.mediacdn.vn/afamily/web_images/mediaalbum/multimediaalbum_bg.png)
    no-repeat center center;
}
.VCSortableInPreviewMode[type="multipart"] {
  display: inline-block;
}
.kncc-multipart-object {
  padding: 30px 0;
  border-top: 1px solid #dfdfdf;
  margin-top: 30px;
  background-color: #f1f1f1;
}
.knccmpo-left {
  width: 90px;
  float: left;
}
.knccmpo-right {
  margin-left: 110px;
}
.kncc-multipart-object p {
  margin-bottom: 15px;
}
.knccmpol-label.datentime {
  font-family: SFD-Medium;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.knccmpol-label.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%;
}
.knccmpor-content {
  text-align: justify;
}
.VCSortableInPreviewMode h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 22px;
  line-height: 27px;
}
.kbwscwl-relatedbox {
  float: right;
  display: block;
  margin-bottom: 0;
}
.kbwscwl-relatedbox .kbwscwlrl-title {
  margin: 0;
  padding: 10px 7px 7px 10px;
}
.kbwscwl-relatedbox .kbwscwlrl-title a.title {
  font-family: SFD-bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  line-height: 26px;
}
.kbwscwl-relatedbox .kbwscwlrl-title a.title:hover {
  color: #666 !important;
}
.af-detail-s-menu .afcb-content .kbwscwl-relatedbox.type-1 {
  width: auto;
}
.kbwscwl-relatedbox.type-1 .kbwscwlrl-title {
  background: #eaeaea;
}
.kbwscwl-relatedbox.type-2 {
  border-top: 3px solid #fa5e00;
  border-bottom: 3px solid #fa5e00;
}
.kbwscwl-relatedbox.type-3 {
  border-top: 3px solid #217ffa;
  border-bottom: 3px solid #217ffa;
}
.kbwscwl-relatedbox.type-3 .kbwscwlrl-title {
  padding: 15px 0;
}
.kbwscwl-relatedbox.type-3 .kbwscwlrl-title a.title {
  font-size: 22px;
  line-height: 26px;
  color: #222;
  font-family: SFD-bold !important;
}
.kbwscwl-relatedbox.type-3 .kbwscwlrl-next {
  font-family: SFD-Bold !important;
  font-size: 15px;
  color: #777;
  height: 27px;
  text-transform: uppercase;
  width: 106px;
  background: url(https://static.mediacdn.vn/afamily/web_images/relatednews/icon-nxt-link.png)
    78px center no-repeat;
  line-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  background-size: 27px;
}
.kbwscwl-relatedbox.type-2 .kbwscwlrl-title a.title {
  font-size: 16px;
  line-height: 19px;
  color: #333;
}
.kbwscwl-relatedbox.type-2 .kbwscwlrl {
  list-style: disc;
  color: #fa5e00;
  margin-left: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  display: list-item;
  list-style-type: disc !important;
}
.kbwscwl-relatedbox.type-2 .kbwscwlrl-title {
  padding: 0 !important;
  margin: 0 !important;
}
.kbwscwlrl-thumb {
  display: block;
}
.kbwscwlrl-thumb img {
  display: block;
  width: 100%;
}
.kbwscwlrl-next {
  background: rgba(0, 0, 0, 0)
    url("https://static.mediacdn.vn/afamily/web_images/relatednews/view-news.png")
    no-repeat scroll right center;
  color: #797671;
  display: inline-block;
  float: right;
  font-family: tahoma;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  width: 130px;
}
.kbwscwlr-list {
  text-align: left;
}
.kbwscwl-relatedbox.type-4 {
  border: 1px solid #ccc;
  border-top: 3px solid #007f74;
  border-radius: 3px;
  overflow: hidden;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-title-header {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  padding-bottom: 9px;
  display: block;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-news-thumb-avata {
  float: left;
  width: 45%;
  padding: 0;
  margin-right: 3%;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl {
  float: left;
  position: relative;
  text-align: left;
  border-top: 1px dotted #cbcfd3;
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl:first-child {
  margin-top: 0;
  border: none;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-thumb-avata {
  float: left;
  width: 45%;
  padding: 0;
  height: auto;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-thumb-avata img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-title {
  margin-left: 52%;
  padding: 0;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title {
  font-family: SFD-bold !important;
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  line-height: 19px;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title:hover {
  color: #666 !important;
}
.fbPhotoWrap {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  border-color: #435eac #e5e5e5 #e5e5e5;
  border-image: none;
  border-style: solid;
  border-width: 3px 1px 1px;
  margin: 20px auto;
  text-align: center;
}
.fbPhotoWrap .fbPhotoTitle {
  color: #555;
  display: block;
  font: 300 18px/18px "SSP-Regular";
  margin-top: 18px;
}
.fbPhotoWrap a {
  background-color: #4460ae;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: Arial !important;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 30px;
  padding: 0 66px;
  text-decoration: none;
}
.fbPhotoWrap a:hover {
  background-color: #324b92;
}
.fbPhotoWrap a span {
  background: transparent
    url("https://kenh143.vcmedia.vn/skin/fbuploadimages/camera-icon.png")
    no-repeat scroll left center;
  display: inline-block;
  height: 24px;
  padding-left: 22px;
  vertical-align: text-bottom;
  width: 31px;
}
.fbPhotoWrap a em {
  background: transparent
    url("https://kenh143.vcmedia.vn/skin/fbuploadimages/camera-icon.png")
    no-repeat scroll left center;
  display: inline-block;
  height: 24px;
  padding-left: 22px;
  vertical-align: text-bottom;
  width: 31px;
}
.VCSortableInPreviewMode[type="SimpleQuote"] p.quote {
  border: 8px none #f5566c;
  font-family: SFD-Bold;
  padding: 20px 0;
  text-align: left;
  font-size: 30px !important;
  line-height: 36px !important;
}
.VCSortableInPreviewMode[type="SimpleQuote"].alignCenter {
  clear: both;
}
.VCSortableInPreviewMode[type="SimpleQuote"] .name-n-quote {
  position: relative;
}
.VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border {
  border-color: #f5566c;
  border-style: solid none;
  border-width: 8px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: none;
}
.VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-sort {
  left: 45%;
  right: 45%;
}
.VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-top {
  border-top-style: solid;
}
.VCSortableInPreviewMode[type="SimpleQuote"]
  span.custom-border.border-top
  > p.quote {
  margin-bottom: 0;
}
.VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-bottom {
  border-bottom-style: solid;
}
.VCSortableInPreviewMode[type="SimpleQuote"] p.quote.border-left {
  border-left-style: solid;
  padding-left: 20px;
}
.VCSortableInPreviewMode[type="SimpleQuote"] p.quote.border-right {
  border-right-style: solid;
  padding-right: 20px;
}
.VCSortableInPreviewMode[type="SimpleQuote"] .StarNameCaption {
  text-align: right;
  font-size: 17px;
  padding: 0;
  font-style: italic;
  font-weight: 700;
  color: #707070;
  color: inherit;
  text-decoration: none;
}
.VCSortableInPreviewMode[type="SimpleQuote"] .StarNameCaption:before {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.VCSortableInPreviewMode[type="SimpleQuote"] .StarNameCaption:after {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.VCSortableInPreviewMode[type="SimpleQuote"] .StarNameCaption.hasmargin {
  margin-left: 27px;
}
.VCSortableInPreviewMode[type="SimpleQuote"].alignCenterOverflow
  .StarNameCaption {
  width: 660px;
  margin: auto;
}
.VCSortableInPreviewMode[type="SimpleQuote"].alignLeftOverflow,
.VCSortableInPreviewMode[type="SimpleQuote"].alignLeft,
.VCSortableInPreviewMode[type="SimpleQuote"].alignRight,
.VCSortableInPreviewMode[type="SimpleQuote"].alignRightOverflow {
  margin-top: 10px;
}
.VCSortableInPreviewMode[type="SliderImages"] .SliderImagesContent {
  min-height: 270px;
  overflow: hidden;
}
.VCSortableInPreviewMode[type="SliderImages"] .SliderImagesContent li {
  position: relative;
}
.VCSortableInPreviewMode[type="SliderImages"] .SliderImagesContent li img {
  position: absolute;
  top: 0;
  left: 0;
}
.VCSortableInPreviewMode[type="SliderImages"] .IMSViewSliderImages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 270px;
}
.VCSortableInPreviewMode[type="SliderImages"] .IMSViewSliderImages .btnpve {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 40%;
  left: 10px;
  cursor: pointer;
  z-index: 999999;
}
.VCSortableInPreviewMode[type="SliderImages"] .IMSViewSliderImages .btnnext {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 40%;
  right: 10px;
  cursor: pointer;
  z-index: 999999;
}
.star-quote {
  font-family: Arial;
  padding: 8px;
}
.star-quote a.star-ava {
  display: block;
  float: left;
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.star-quote a.star-ava img {
  border-radius: 100px;
  height: 50px;
  width: 50px;
}
.star-quote h3.star-name {
  text-align: left;
  margin: 4px 0;
}
.star-quote h3.star-name a {
  color: #ff621d;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.star-quote .name-n-quote {
  width: 80%;
}
.star-quote.type1 .name-n-quote p.quote {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
  padding: 0 26px;
}
.star-quote p.quote {
  position: relative;
  text-align: justify;
}
.star-quote[type="StarQuote"] p.quote::before {
  background: transparent
    url("https://static.mediacdn.vn/afamily/web_images/starquote/quote-sprite.png")
    no-repeat scroll left top;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
}
.star-quote[type="StarQuote"] p.quote::after {
  background: transparent
    url("https://static.mediacdn.vn/afamily/web_images/starquote/quote-sprite.png")
    no-repeat scroll left bottom;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  width: 21px;
}
.star-quote.type2 {
  margin-right: 20px;
  float: left;
  padding: 2px 2px 2px 5px;
  width: 240px;
  box-sizing: content-box !important;
}
.star-quote.type2 p.quote {
  text-align: left;
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 15px;
  padding: 0 26px;
}
.star-quote.type2 .star-ava-n-name {
  margin-left: 25px;
}
.star-quote.type2 .star-ava-n-name h3.star-name {
  float: left;
  padding-top: 12px;
}
.star-quote.type2 .star-ava-n-name a.star-ava {
  margin-right: 10px;
  height: 50px;
  width: 50px;
}
.star-quote.type3 p.quote {
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
  padding: 0 22px;
}
.k14-vote-quiz-wrapper {
  width: 100%;
  position: relative;
}
.k14vqw-content {
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.k14vqwc-header {
  font-family: SFD-Light;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  letter-spacing: 2px;
  padding-right: 150px;
  position: relative;
  margin-bottom: 30px;
}
.vote-poll .k14vqwch-icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/web_images/theremix-vote-sprite.png) left top #ff6d1a
    no-repeat;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.k14vqwca-img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  float: left;
  margin-right: 20px;
}
.k14vqwca {
  margin-bottom: 20px;
}
.k14vqwca a {
  display: block;
  height: 60px;
  padding: 0 20px;
  font-family: SFD-Medium;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
  margin-left: 80px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  z-index: 0;
}
.k14vqwca-label {
  float: left;
}
.k14vqwca-percent {
  float: right;
  display: none;
}
.k14vqwca a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.k14vqwca a:hover:before {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 17px;
  right: 20px;
  background: url(https://static.mediacdn.vn/afamily/web_images/theremixvote/theremix-vote-sprite.png) -60px
    0 no-repeat;
  content: "";
}
.show-results .k14vqwca a:hover:before {
  display: none;
}
.btn-k14vqwcs {
  display: block;
  float: right;
  padding: 0 20px;
  height: 36px;
  background-image: linear-gradient(#fff, #ddd);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: SFD-Bold;
  font-size: 14px;
  line-height: 36px;
  color: #3b5998;
  text-decoration: none;
}
.btn-k14vqwcs span {
  display: block;
  padding-left: 18px;
  position: relative;
}
.btn-k14vqwcs span:before {
  display: block;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  background: url(https://static.mediacdn.vn/afamily/web_images/theremixvote/theremix-vote-sprite.png) -60px -36px
    no-repeat;
  content: "";
}
.k14vqwca-percentbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: width linear 0.3s;
  -webkit-transition: width linear 0.3s;
  -moz-transition: width linear 0.3s;
  background-color: rgba(255, 255, 255, 0.2);
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  display: none;
  width: 0;
  z-index: -1;
}
.show-results .k14vqwca-percentbar {
  display: block;
}
.show-results .user-selected,
.show-results .user-selected:hover {
  background-color: rgba(255, 109, 26, 0.2);
}
.show-results .user-selected .k14vqwca-percentbar {
  background-color: #ff6d1a;
}
.show-results .k14vqwca-percent {
  display: block;
}
.VCCharacterBox {
  margin: 30px 0;
}
.VCCharacterBox .VCCharacterBoxAvatar img {
  padding: 0 !important;
}
.VCCharacterBox[data-type="one"].VCCharacterBoxOuter,
.VCCharacterBox[data-type="one"] .VCCharacterBoxInner {
  border: medium solid #007f74;
}
.VCCharacterBox[data-type="one"].VCCharacterBoxOuter {
  border-width: 1px 1px 1px 18px;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxInner {
  border-width: 0 0 0 4px;
  margin: 0 0 0 6px;
  overflow: hidden;
  padding: 69px 0 0;
  position: relative;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxHead {
  height: 110px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 100%;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="one"] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxDescription {
  color: #007f74;
  font-size: 12px;
  left: 120px;
  position: absolute;
  top: 12px;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxTitle {
  background-color: #007f74;
  color: #fff;
  height: 35px;
  left: 109px;
  line-height: 35px;
  padding: 0 0 0 20px;
  position: absolute;
  top: 32px;
  width: 100%;
  text-align: left;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxAvatar {
  position: absolute;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxAvatar img {
  height: 110px !important;
  width: 109px !important;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxAvatar:before {
  background: url("https://static.mediacdn.vn/afamily/web_images/userquote/mask-tron-1.png")
    no-repeat scroll 0 0 transparent;
  content: " ";
  height: 110px;
  left: 0;
  position: absolute;
  top: 0;
  width: 109px;
  z-index: 1;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxContent {
  font-size: 17px;
  font-style: italic;
  padding: 20px 0 20px 30px;
}
.VCCharacterBox[data-type="one"] .VCCharacterBoxContent:before {
  content: " ";
  float: left;
  height: 34px;
  width: 120px;
}
.VCCharacterBox[data-type="two"] {
  background-color: #ebf1f1;
}
.VCCharacterBox[data-type="two"].VCCharacterBoxOuter {
  border: medium solid #2f4a5f;
}
.VCCharacterBox[data-type="two"].VCCharacterBoxOuter {
  border-width: 1px;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxInner {
  overflow: hidden;
  padding: 69px 0 0;
  position: relative;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxHead {
  height: 116px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 100%;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="two"] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxDescription {
  color: #000;
  font-size: 12px;
  left: 150px;
  position: absolute;
  top: 20px;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxTitle {
  background-color: #2f4a5f;
  color: #fff;
  height: 33px;
  left: 0;
  line-height: 33px;
  padding: 0 0 0 150px;
  position: absolute;
  top: 40px;
  width: 100%;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxAvatar {
  left: 7px;
  position: absolute;
  z-index: 3;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxAvatar img {
  height: 116px !important;
  width: 120px !important;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxAvatar:before {
  background: url("https://static.mediacdn.vn/afamily/web_images/userquote/mask-tron-2.png")
    no-repeat scroll 0 0 transparent;
  content: " ";
  height: 116px;
  position: absolute;
  top: 0;
  width: 120px;
  z-index: 1;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxContent {
  font-size: 17px;
  padding: 20px 0 20px 30px;
}
.VCCharacterBox[data-type="two"] .VCCharacterBoxContent:before {
  content: " ";
  float: left;
  height: 34px;
  width: 109px;
}
.VCCharacterBox[data-type="three"] {
  background-color: #dadada;
}
.VCCharacterBox[data-type="three"].VCCharacterBoxOuter {
  border: medium solid #b5b5b5;
}
.VCCharacterBox[data-type="three"].VCCharacterBoxOuter {
  border-width: 1px;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxInner {
  padding: 70px 0 0;
  position: relative;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxHead {
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="three"] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxDescription {
  background-color: #c51010;
  color: #fff;
  font-size: 12px;
  height: 27px;
  left: 130px;
  line-height: 27px;
  padding: 0 10% 0 20px;
  position: absolute;
  top: 43px;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxTitle {
  background-color: #b2afaf;
  color: #000;
  font-size: 18px;
  height: 30px;
  left: 130px;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  top: 11px;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxTitle:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b2afaf #b2afaf;
  border-image: none;
  border-style: solid;
  border-width: 15px 11px;
  content: " ";
  position: absolute;
  right: -22px;
  top: 0;
  z-index: 1;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxAvatar {
  left: 35px;
  position: absolute;
  top: -25px;
  z-index: 3;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxAvatar img {
  height: 95px !important;
  width: 95px !important;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxAvatar:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #878181 #878181;
  border-image: none;
  border-style: solid;
  border-width: 12.5px;
  content: " ";
  position: absolute;
  right: -24px;
  top: 0;
  z-index: 1;
}
.VCCharacterBox[data-type="three"] .VCCharacterBoxContent {
  background-color: #e5eeeb;
  color: #710000;
  font-size: 17px;
  padding: 20px 0 20px 30px;
}
.VCCharacterBox[data-type="four"] {
  background-color: #dadada;
}
.VCCharacterBox[data-type="four"].VCCharacterBoxOuter {
  border: medium solid #b5b5b5;
}
.VCCharacterBox[data-type="four"].VCCharacterBoxOuter {
  border-width: 1px;
}
.VCCharacterBox[data-type="four"] .VCCharacterBoxInner {
  padding: 85px 0 0;
  position: relative;
}
.VCCharacterBox[data-type="four"] .VCCharacterBoxHead {
  height: 83px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.VCCharacterBox[data-type="four"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="four"] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type="four"] .VCCharacterBoxDescription {
  color: #040304;
  font-size: 13px;
  height: 30px;
  left: 130px;
  line-height: 30px;
  position: absolute;
  top: 45px;
}
.VCCharacterBox[data-type="four"] .VCCharacterBoxTitle {
  color: #ba2a2a;
  font-size: 25px;
  height: 33px;
  left: 110px;
  line-height: 33px;
  padding: 0 20px;
  position: absolute;
  top: 15px;
}
.VCCharacterBox[data-type="four"] .VCCharacterBoxAvatar {
  left: 10px;
  position: absolute;
  top: -25px;
  z-index: 3;
}
.VCCharacterBox[data-type="four"] .VCCharacterBoxAvatar img {
  height: 107px !important;
  width: 107px !important;
}
.VCCharacterBox[data-type="four"] .VCCharacterBoxAvatar:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #878181 #878181;
  border-image: none;
  border-style: solid;
  border-width: 12.5px;
  content: " ";
  position: absolute;
  right: -24px;
  top: 0;
  z-index: 1;
}
.VCCharacterBox[data-type="four"] .VCCharacterBoxContent {
  color: #474545;
  font-size: 17px;
  padding: 20px 0 20px 30px;
}
.VCCharacterBox[data-type="five"].VCCharacterBoxOuter,
.VCCharacterBox[data-type="five"] .VCCharacterBoxInner {
  border: medium solid #007f74;
}
.VCCharacterBox[data-type="five"].VCCharacterBoxOuter {
  border-width: 1px 1px 1px 18px;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxInner {
  border-width: 0 0 0 4px;
  margin: 0 0 0 6px;
  overflow: hidden;
  padding: 69px 0 0;
  position: relative;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxHead {
  height: 120px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 100%;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="five"] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxDescription {
  color: #007f74;
  font-size: 12px;
  left: 134px;
  position: absolute;
  top: 12px;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxTitle {
  background-color: #007f74;
  color: #fff;
  height: 33px;
  left: 134px;
  line-height: 33px;
  padding: 0 0 0 20px;
  position: absolute;
  top: 37px;
  width: 100%;
  text-align: left;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxAvatar {
  position: absolute;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxAvatar img {
  height: 120px !important;
  width: 134px !important;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxAvatar:before {
  background: url("https://static.mediacdn.vn/afamily/web_images/userquote/mask-lucgiac-1.png")
    no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: " ";
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  width: 134px;
  z-index: 1;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxContent {
  font-size: 17px;
  font-style: italic;
  padding: 20px 0 20px 30px;
}
.VCCharacterBox[data-type="five"] .VCCharacterBoxContent:before {
  content: " ";
  float: left;
  height: 44px;
  width: 125px;
}
.VCCharacterBox[data-type="six"] {
  background-color: #ebf1f1;
}
.VCCharacterBox[data-type="six"].VCCharacterBoxOuter {
  border: medium solid #2f4a5f;
}
.VCCharacterBox[data-type="six"].VCCharacterBoxOuter {
  border-width: 1px;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxInner {
  overflow: hidden;
  padding: 69px 0 0;
  position: relative;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxHead {
  height: 116px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 3px;
  width: 100%;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="six"] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxDescription {
  color: #000;
  font-size: 12px;
  left: 145px;
  position: absolute;
  top: 20px;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxTitle {
  background-color: #2f4a5f;
  color: #fff;
  height: 33px;
  left: 0;
  line-height: 33px;
  padding: 0 0 0 150px;
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: left;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxAvatar {
  left: 7px;
  position: absolute;
  top: 3px;
  z-index: 3;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxAvatar img {
  height: 107px !important;
  width: 125px !important;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxAvatar:before {
  background: url("https://static.mediacdn.vn/afamily/web_images/userquote/mask-lucgiac-2.png")
    no-repeat scroll 0 0 transparent;
  content: " ";
  height: 107px;
  position: absolute;
  top: 0;
  width: 125px;
  z-index: 1;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxContent {
  font-size: 17px;
  padding: 20px 0 20px 30px;
}
.VCCharacterBox[data-type="six"] .VCCharacterBoxContent:before {
  content: " ";
  float: left;
  height: 34px;
  width: 109px;
}
.VCUserQuoteInsertWrapper {
  position: relative;
  height: 100%;
  width: 400px;
}
.VCUserQuoteInsertWrapper input[type="text"] {
  padding: 0 10px;
  border: 1px solid #c0c0c0;
  color: #000;
  font: 12px/22px Arial;
  height: 30px;
  width: 99%;
}
.VCUserQuoteInsertWrapper table {
  width: 100%;
}
.VCUserQuoteInsertWrapper tr td {
  padding: 10px 0;
}
.VCUserQuoteInsertWrapper tr td:first-child {
  width: 100px;
}
.VCUserQuoteInsertWrapper #IMSVcUserQuote_Avatar {
  height: 50px !important;
  width: 50px !important;
}
.VCUserQuoteInsertWrapper #IMSVcUserQuote_Type {
  width: 99%;
  padding: 0 10px;
  height: 30px;
}
.VCUserQuoteInsertWrapper #IMSVcUserQuote_Type option {
  padding: 0 10px;
  resize: none;
}
.VCUserQuoteInsertWrapper #IMSVcUserQuote_Content {
  width: 99%;
  border: 1px solid #ccc;
  height: 99px;
  padding: 10px;
  font: 12px/22px Arial;
}
.VCUserQuoteInsertWrapper .plugincontent-wrapper {
  padding: 10px;
  height: 86%;
  overflow-y: auto;
}
.VCSortableInPreviewMode[type="MadeByMe"] {
  width: 100%;
  display: inline-block;
  clear: both;
  margin-bottom: 30px;
}
.VCSortableInPreviewMode[type="MadeByMe"] .MadeByMePhoto {
  float: left;
  margin-right: 20px;
  vertical-align: top;
  width: 400px;
}
.VCSortableInPreviewMode[type="MadeByMe"] .MadeByMePhoto img {
  width: 100%;
  max-width: 100%;
}
.VCSortableInPreviewMode[type="MadeByMe"].PhotoRightTextLeft .MadeByMePhoto {
  float: right;
  margin-left: 20px;
}
.VCSortableInPreviewMode[type="MadeByMe"] .MadeByMeText {
  display: inline;
  width: 100%;
  text-align: left;
}
.VCSortableInPreviewMode[type="MadeByMe"] p {
  font-style: italic;
  padding-bottom: 20px;
}
.VCSortableInPreviewMode[type="MadeByMe"] p.MadeByMeStepTitle {
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 20px;
}
.VCSortableInPreviewMode[type="profilecontentbox"] {
  display: block;
  text-align: left;
  border: 2px solid #fecb2e;
  background-color: #fffbf1;
  width: 350px;
  padding: 20px 25px 15px;
}
.VCSortableInPreviewMode[type="profilecontentbox"] > div:first-child {
  border-bottom: 1px solid #e9dec6;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 0 23px;
  text-align: center;
  width: 100%;
}
.VCSortableInPreviewMode[type="profilecontentbox"] > div:first-child img {
  border-radius: 50%;
  float: none;
  height: 85px;
  margin: 0 auto;
  width: 85px;
}
.VCSortableInPreviewMode[type="profilecontentbox"] > div:first-child > div {
  clear: both;
  float: none;
  padding-top: 3px;
  text-align: center;
  width: 100%;
}
.VCSortableInPreviewMode[type="profilecontentbox"] > div:first-child > div p {
  font-family: SFD-Semibold;
  font-size: 16px;
  line-height: 20px;
}
.VCSortableInPreviewMode[type="profilecontentbox"]
  > div:first-child
  > div
  p:first-child {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 33px;
  font-family: SFD-Bold;
}
.VCSortableInPreviewMode[type="profilecontentbox"] > div ul.NLProfileInfo li {
  list-style-type: disc;
  color: #fecb2e;
  font-size: 10px;
}
.VCSortableInPreviewMode[type="profilecontentbox"] > div ul.NLProfileInfo li p {
  line-height: 20px;
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
  font-family: SFD-Regular;
}
.VCSortableInPreviewMode[type="profilecontentbox"] > div ul.NLProfileInfo li p {
  line-height: 20px;
  color: #000;
  font-size: 15px;
  font-family: SFD-Regular;
}
.VCSortableInPreviewMode[type="profilecontentbox"].alignJustify {
  width: 100%;
}
.VCSortableInPreviewMode.alignCenter,
.widget-box.alignCenter {
  margin: 0 auto 15px;
  display: block;
}
.VCSortableInPreviewMode.alignJustify,
.widget-box.alignJustify {
  width: 100%;
}
.VCSortableInPreviewMode.alignLeft,
.widget-box.alignLeft {
  float: left;
  margin-right: 20px;
  width: 45%;
  z-index: 95;
  margin-right: 15px !important;
}
.VCSortableInPreviewMode.alignLeftOverflow,
.widget-box.alignLeftOverflow {
  float: left;
  margin-left: -200px;
  margin-right: 20px;
  width: 450px;
}
.VCSortableInPreviewMode.alignRight,
.widget-box.alignRight {
  float: right;
  margin-left: 15px;
  width: 45%;
  z-index: 95;
}
.VCSortableInPreviewMode.alignRightOverflow,
.widget-box.alignRightOverflow {
  float: right;
  margin-right: -160px;
  width: 450px;
  margin-left: 40px;
}
.container .VCSortableInPreviewMode.alignRightOverflow,
.widget-box.alignRightOverflow {
  margin-right: 0;
}
.VCSortableInPreviewMode.alignCenterOverflow,
.widget-box.alignCenterOverflow {
  margin-left: -25%;
  width: 150%;
}
.alignCenterOverflow.VCSortableInPreviewMode[type="Photo"] img {
  width: 100%;
}
.alignJustify.VCSortableInPreviewMode[type="Photo"] img {
  width: 100%;
}
.fancybox-opening {
  opacity: 1;
  display: block;
}
.fancybox-type-image a.fancybox-close,
.fancybox-type-image a.fancybox-expand,
.fancybox-type-image a.fancybox-nav span {
  display: none;
}
.fancybox-closing {
  opacity: 0 !important;
}
.fancybox-image {
  cursor: zoom-out;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.fancybox-next,
.lightbox .lb-next {
  cursor: url(/web_images/sp-next-cursor.png), auto !important;
}
.fancybox-prev,
.lightbox .lb-prev {
  cursor: url(/web_images/sp-prev-cursor.png), auto !important;
}
.fancybox-expand {
  display: none;
}
.fancybox-title-outside-wrap {
  width: auto;
  color: #666 !important;
  text-shadow: none !important;
  padding-top: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  padding-right: 20px;
}
.detail-img-lightbox {
  cursor: zoom-in;
  display: block;
}
.vceditor-content table {
  border-collapse: collapse;
}
.VCCTable,
.MsoNormalTable {
  width: 100%;
  border-collapse: collapse;
  border-color: #999;
  border: none;
}
.VCSortableInPreviewMode[type="BoxTable"] tr,
.VCSortableInPreviewMode[type="BoxTable"] th,
.VCSortableInPreviewMode[type="BoxTable"] td {
  border: 1px solid;
  border-color: #333;
}
.VCSortableInPreviewMode[type="insertembedcode"] iframe {
  max-width: 100%;
}
input[type="checkbox"].IMSCheckbox {
  display: none;
}
input[type="checkbox"].IMSCheckbox + label.IMSCheckboxLabel {
  padding-left: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: -5px -5px;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  text-indent: 8px;
}
input[type="checkbox"].IMSCheckbox + label.IMSCheckboxLabel:hover {
  background-position: -5px -37px;
}
input[type="checkbox"].IMSCheckbox + label.IMSCheckboxLabel:disabled:hover {
  background-position: -5px -5px;
}
input[type="checkbox"].IMSCheckbox:checked + label.IMSCheckboxLabel {
  background-position: -5px -67px;
  white-space: nowrap;
}
input[type="checkbox"].IMSCheckbox.checked + label.IMSCheckboxLabel {
  background-position: -5px -67px;
  white-space: nowrap;
}
input[type="checkbox"].IMSCheckbox:disabled:checked + label.IMSCheckboxLabel {
  background-position: -5px -67px;
}
input[type="checkbox"].IMSCheckbox.IMSSmall {
  display: none;
}
input[type="checkbox"].IMSCheckbox.IMSSmall + label.IMSCheckboxLabel {
  padding-left: 13px;
  height: 13px;
  display: inline-block;
  line-height: 13px;
  background-repeat: no-repeat;
  background-position: -5px -243px;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  text-indent: 4px;
}
input[type="checkbox"].IMSCheckbox.IMSSmall + label.IMSCheckboxLabel:hover {
  background-position: -5px -274px;
}
input[type="checkbox"].IMSCheckbox.IMSSmall:checked + label.IMSCheckboxLabel {
  background-position: -5px -305px;
}
input[type="checkbox"].IMSCheckbox.IMSSmall.checked + label.IMSCheckboxLabel {
  background-position: -5px -305px;
}
input[type="checkbox"].IMSCheckbox.IMSSmall:disabled + label.IMSCheckboxLabel {
  background-position: -5px -335px;
}
input[type="radio"].IMSRadio {
  display: none;
}
input[type="radio"].IMSRadio + label.IMSRadioLabel {
  padding-left: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: -6px -125px;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  text-indent: 8px;
}
input[type="radio"].IMSRadio + label.IMSRadioLabel:hover {
  background-position: -6px -159px;
}
input[type="radio"].IMSRadio:checked + label.IMSRadioLabel {
  background-position: -6px -188px;
}
input[type="radio"].IMSRadio.checked + label.IMSRadioLabel {
  background-position: -6px -188px;
}
input[type="radio"].IMSRadio:disabled + label.IMSRadioLabel {
  background-position: -6px -216px;
}
input[type="radio"].IMSRadio.IMSSmall {
  display: none;
}
input[type="radio"].IMSRadio.IMSSmall + label.IMSRadioLabel {
  padding-left: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: -6px -125px;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  text-indent: 8px;
}
input[type="radio"].IMSRadio.IMSSmall + label.IMSRadioLabel:hover {
  background-position: -6px -159px;
}
input[type="radio"].IMSRadio.IMSSmall:checked + label.IMSRadioLabel {
  background-position: -6px -188px;
}
input[type="radio"].IMSRadio.IMSSmall.checked + label.IMSRadioLabel {
  background-position: -6px -188px;
}
input[type="radio"].IMSRadio.IMSSmall:disabled + label.IMSRadioLabel {
  background-position: -6px -216px;
}
.IMSCheckboxLabel,
.IMSRadioLabel {
  background-image: url(/web_images/IMS-radio-checkbox-icons.png);
}
.VCSortableInPreviewMode[type="sliderimages"] {
  width: 100%;
  box-sizing: border-box;
}
.VCSortableInPreviewMode[type="sliderimages"] .slider-wrap {
  box-sizing: border-box;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.VCSortableInPreviewMode[type="sliderimages"] .slider-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VCSortableInPreviewMode[type="sliderimages"] .slider-wrap.show-thumbs {
  height: 480px;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .slider-wrap.show-thumbs
  .swiper-container:not(.gallery-thumbs) {
  height: 400px;
}
.VCSortableInPreviewMode[type="sliderimages"] ul.swiper-wrapper {
  list-style: none;
}
.VCSortableInPreviewMode[type="sliderimages"] .swiper-slide {
  float: left;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .swiper-container
  .swiper-slide
  figure {
  margin: 0;
  padding: 0;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .swiper-container
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.VCSortableInPreviewMode[type="sliderimages"] .swiper-container.gallery-thumbs {
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .swiper-container.gallery-thumbs
  .swiper-slide {
  width: 120px;
  height: 100%;
  margin-right: 10px;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .swiper-container.gallery-thumbs
  .swiper-slide:last-child {
  margin-right: 0;
}
.zalo-share-button .zaloshare {
  position: relative;
  left: 6px;
  top: -1px;
}
.VCSortableInPreviewMode[type="blockquote"] {
  margin: 20px auto;
  padding: 0;
  display: block;
  box-sizing: border-box;
}
.VCSortableInPreviewMode[type="blockquote"] p {
  margin: 0 0 15px 0;
}
.VCSortableInPreviewMode[type="blockquote"]:before {
  content: "";
  font: normal normal normal 14px/1 font-icons;
  position: absolute;
  top: -10px;
  left: 0;
}
.VCSortableInPreviewMode[type="blockquote"]:after {
  content: "";
  font: normal normal normal 14px/1 font-icons;
  position: absolute;
  bottom: -15px;
  right: 0;
}
.VCSortableInPreviewMode[type="embed-link-preview"] {
  width: 100%;
  border-radius: 6px;
}
.VCSortableInPreviewMode[type="embed-link-preview"] .embed-link-image-wrapper {
  border-radius: 6px 6px 0 0;
}
.VCSortableInPreviewMode[type="embed-link-preview"]
  .embed-link-image-wrapper
  img {
  width: 100%;
  display: block;
  border-radius: 6px 6px 0 0;
}
.VCSortableInPreviewMode[type="embed-link-preview"] .embed-link-info-wrapper {
  padding: 12px 15px;
  background: #ebebeb;
  border-radius: 0 0 6px 6px;
}
.VCSortableInPreviewMode[type="embed-link-preview"]
  .embed-link-info-wrapper
  .link-title {
  font-family: SF, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #111;
  font-weight: 600;
}
.VCSortableInPreviewMode[type="embed-link-preview"] .embed-link-info-wrapper a {
  color: inherit;
}
.VCSortableInPreviewMode[type="embed-link-preview"]
  .embed-link-info-wrapper
  a:hover {
  text-decoration: none;
  border-bottom: none;
}
.VCSortableInPreviewMode[type="embed-link-preview"]
  .embed-link-info-wrapper
  .link-description {
  font-family: SF, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  margin: 10px 0 0;
  color: #888;
}
.VCSortableInPreviewMode[type="embed-link-preview"]
  .embed-link-info-wrapper
  .link-source {
  font-family: SF, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #888;
  margin-top: 10px;
}
.VCSortableInPreviewMode[type="embed-link-preview"]
  .embed-link-info-wrapper
  .link-source
  .icon-open-link {
  width: 10px;
  height: 10px;
  display: block;
  background: transparent
    url(https://static.mediacdn.vn/doanhnghieptiepthi/images/external-link.svg)
    center center no-repeat;
  float: right;
}
.VCSortableInPreviewMode[type="embed-link-preview"].layout-row {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.VCSortableInPreviewMode[type="embed-link-preview"].layout-row
  .embed-link-image-wrapper {
  width: 224px;
  border-radius: 0 6px 6px 0;
  flex: none;
}
.VCSortableInPreviewMode[type="embed-link-preview"].layout-row
  .embed-link-image-wrapper
  img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0 6px 6px 0;
}
.VCSortableInPreviewMode[type="embed-link-preview"].layout-row
  .embed-link-info-wrapper {
  flex-grow: 1;
  background: #ebebeb;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
.VCSortableInPreviewMode[type="embed-link-preview"].layout-row
  .embed-link-info-wrapper
  .link-title {
  font-size: 17px;
  line-height: 21px;
}
.VCSortableInPreviewMode[type="embed-link-preview"].layout-row
  .embed-link-info-wrapper
  .link-description {
  display: block;
  margin-top: 5px;
}
.VCSortableInPreviewMode[type="embed-link-preview"].layout-row
  .embed-link-info-wrapper
  .link-source {
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.VCSortableInPreviewMode[type="embed-link-preview"].alignRight {
  width: 250px !important;
  float: right;
}
.VCSortableInPreviewMode[type="embed-link-preview"].alignRight
  .embed-link-info-wrapper
  .link-title {
  font-size: 17px;
  line-height: 21px;
}
.VCSortableInPreviewMode[type="embed-link-preview"].alignRight
  .embed-link-info-wrapper
  .link-description {
  display: none;
}
.VCSortableInPreviewMode[type="block-quote-info"] {
  width: 100%;
  background: #f3faff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f4fcee;
  border-radius: 12px;
  border: 1px solid #92c586;
}
.VCSortableInPreviewMode[type="block-quote-info"] .quote-content {
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  position: relative;
  padding-top: 60px;
  width: 100%;
}
.VCSortableInPreviewMode[type="block-quote-info"] .quote-content.has-border {
  border-bottom: 1px dotted #333;
  padding-bottom: 24px;
}
.VCSortableInPreviewMode[type="block-quote-info"] .quote-content::before {
  width: 54px;
  height: 40px;
  background: transparent
    url("https://static.mediacdn.vn/doanhnghieptiepthi/images/quote-icon1.svg")
    center center no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.VCSortableInPreviewMode[type="block-quote-info"] .quote-author-info {
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 40px;
}
.VCSortableInPreviewMode[type="block-quote-info"] .quote-author-info .q-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #c7c7c7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  flex: none;
  margin-right: 10px;
}
.VCSortableInPreviewMode[type="block-quote-info"]
  .quote-author-info
  .q-avatar
  img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
  object-fit: cover;
}
.VCSortableInPreviewMode[type="block-quote-info"] .quote-author-info .q-name {
  font-family: "SF Pro Display", "SF", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #888;
}
.VCSortableInPreviewMode[type="block-quote-info"] .q-link {
  font-family: "SF", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #aaa;
  flex-grow: 1;
  text-align: right;
}
.VCSortableInPreviewMode[type="block-quote-info"] .q-link a {
  color: #aaa;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.VCSortableInPreviewMode[type="block-quote-info"] .q-link a::after {
  content: "";
  background: url(https://static.mediacdn.vn/doanhnghieptiepthi/images/icon-svg-link.svg)
    no-repeat center center;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  background-size: 14px;
  filter: invert(60%) sepia(2%) saturate(0%) hue-rotate(154deg) brightness(90%)
    contrast(87%);
  top: 3px;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="center"]
  .quote-content {
  text-align: center;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="center"]
  .quote-content::before {
  left: calc((100% - 32px) / 2);
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="top-center"] {
  margin-top: 30px;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="top-center"]
  .quote-content::before {
  left: calc((100% - 32px) / 2);
  top: -60px;
  border-top: 1px solid #92c586;
  border-radius: 50%;
  background-color: #f4fcee;
  color: #fff;
  position: absolute;
  width: 55px;
  height: 55px;
  background-size: 40px;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="top-center"]
  .quote-content {
  padding-top: 0;
  text-align: center;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="middle-left"]
  .quote-content {
  padding-top: 15px;
  text-indent: 70px;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="middle-left"]
  .quote-content::before {
  top: 0;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="middle-left"]
  .quote-content.has-border {
  padding-top: 30px;
  border-bottom: none;
  border-top: 1px dotted #333;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="middle-left"]
  .quote-content.has-border::before {
  top: 15px;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="middle-left"]
  .quote-author-info {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 0 20px 0;
  line-height: 18px;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="middle-left"]
  .q-avatar {
  margin: 0;
  margin-bottom: 15px;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="middle-left"]
  .q-link {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="top-center"]
  .quote-content::before {
  display: none;
}
.VCSortableInPreviewMode[type="block-quote-info"][data-layout="top-center"]
  .icon-quote {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: -27px;
  z-index: 2;
  width: 55px;
  height: 55px;
  background: url("https://static.mediacdn.vn/doanhnghieptiepthi/images/quote.png")
    no-repeat;
  background-color: #fff;
  border-radius: 50%;
  object-fit: cover;
  background-position: center;
  border-top: 1px solid #e5e5e5;
}
.VCSortableInPreviewMode[type="photoinfo"] .photo-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;
  background: #f4f4f4;
}
.VCSortableInPreviewMode[type="photoinfo"] .photo-wrap .photo-description {
  box-sizing: border-box;
  padding: 30px 36px;
  font-family: "SF Pro Display", "SF", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #888;
  flex-grow: 1;
  overflow-y: auto;
  overflow-y: auto;
  scrollbar-color: #e6e6e6 #f4f4f4;
  scrollbar-width: thin;
}
.VCSortableInPreviewMode[type="photoinfo"] .photo-wrap .photo-place-holder {
  width: 380px;
  flex: none;
}
.VCSortableInPreviewMode[type="photoinfo"] .photo-wrap .photo-place-holder img {
  width: 100%;
  display: block;
}
.VCSortableInPreviewMode[type="photoinfo"]
  .photo-wrap
  .photo-description::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
.VCSortableInPreviewMode[type="photoinfo"]
  .photo-wrap
  .photo-description::-webkit-scrollbar:hover {
  background: #f4f4f4;
}
.VCSortableInPreviewMode[type="photoinfo"]
  .photo-wrap
  .photo-description::-webkit-scrollbar-track {
  background-color: transparent;
}
.VCSortableInPreviewMode[type="photoinfo"]
  .photo-wrap
  .photo-description::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
  width: 6px;
}
.VCSortableInPreviewMode[type="photo-grid-album"] {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  height: 750px;
}
.VCSortableInPreviewMode[type="photo-grid-album"] .media-item {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  display: none;
  overflow: hidden;
}
.VCSortableInPreviewMode[type="photo-grid-album"] .media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.VCSortableInPreviewMode[type="photo-grid-album"] .media-item[data-more] {
  position: relative;
}
.VCSortableInPreviewMode[type="photo-grid-album"]
  .media-item[data-more]:before {
  pointer-events: none;
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.VCSortableInPreviewMode[type="photo-grid-album"] .media-item[data-more]:after {
  z-index: 2;
  content: attr(data-more);
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: "SF", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
.VCSortableInPreviewMode[type="photo-grid-album"] .PhotoCMS_Caption {
  display: block;
  grid-column-start: 1;
  grid-column-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="default"] {
  display: flex;
  flex-direction: column;
  height: unset;
}
.VCSortableInPreviewMode[type="photo-grid-album"] .grid-row {
  padding: 0;
  margin: 0 0 5px 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.VCSortableInPreviewMode[type="photo-grid-album"] .grid-row .media-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.VCSortableInPreviewMode[type="photo-grid-album"]
  .grid-row
  .media-item:first-child {
  margin-left: 0;
}
.VCSortableInPreviewMode[type="photo-grid-album"] .grid-row .media-item img {
  width: 100%;
  display: block;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-11"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-11"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-11"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 7;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-11"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 7;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-12"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 8;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-12"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 8;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-12"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 8;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-21"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 6;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-21"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 6;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-21"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 6;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-12"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-12"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 7;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-12"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 7;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-21"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 7;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-21"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 7;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-21"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-22"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 7;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-22"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 7;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-22"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 7;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-22"]
  .media-item:nth-child(4) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 7;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-13"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 9;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-13"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 9;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-13"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 9;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-13"]
  .media-item:nth-child(4) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 9;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-13"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-13"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 5;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-13"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 5;
  grid-row-end: 9;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-13"]
  .media-item:nth-child(4) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 9;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-13-50"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-13-50"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 5;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-13-50"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 5;
  grid-row-end: 9;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-13-50"]
  .media-item:nth-child(4) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 9;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-23"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 8;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-23"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 8;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-23"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 8;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-23"]
  .media-item:nth-child(4) {
  display: block;
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 8;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-23"]
  .media-item:nth-child(5) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 8;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-23"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 7;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-23"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 7;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-23"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 8;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 5;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-23"]
  .media-item:nth-child(4) {
  display: block;
  grid-column-start: 8;
  grid-column-end: 13;
  grid-row-start: 5;
  grid-row-end: 9;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-23"]
  .media-item:nth-child(5) {
  display: block;
  grid-column-start: 8;
  grid-column-end: 13;
  grid-row-start: 9;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-33"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 7;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-33"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 7;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-33"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 7;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-33"]
  .media-item:nth-child(4) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 7;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-33"]
  .media-item:nth-child(5) {
  display: block;
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 7;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="row-33"]
  .media-item:nth-child(6) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 7;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-123"]
  .media-item:nth-child(1) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 9;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-123"]
  .media-item:nth-child(2) {
  display: block;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 9;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-123"]
  .media-item:nth-child(3) {
  display: block;
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 9;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-123"]
  .media-item:nth-child(4) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 5;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-123"]
  .media-item:nth-child(5) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 5;
  grid-row-end: 9;
}
.VCSortableInPreviewMode[type="photo-grid-album"][data-layout="col-123"]
  .media-item:nth-child(6) {
  display: block;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 9;
  grid-row-end: 13;
}
.VCSortableInPreviewMode[type="reflinkinfo"] {
  border-left: 2px solid #c4c4c4;
  padding-left: 10px;
}
.VCSortableInPreviewMode[type="reflinkinfo"] .ref-title:before {
  content: "“";
}
.VCSortableInPreviewMode[type="reflinkinfo"] .ref-title:after {
  content: "”";
}
.VCSortableInPreviewMode[type="reflinkinfo"] .ref-source {
  margin-left: 10px;
  color: #2b73fb;
}
.VCSortableInPreviewMode[type="reflinkinfo"] .ref-source::before {
  content: "·";
  margin-right: 10px;
  color: #333;
}
.vceditor-content[contentEditable="true"]
  .VCSortableInPreviewMode[type="reflinkinfo"]:hover,
.vceditor-content[contentEditable="true"]
  .VCSortableInPreviewMode[type="reflinkinfo"].hover {
  background: #f1f1f1;
  outline: none;
}
.VCSortableInPreviewMode[type="reflinkinfo"] div[role="add-new-line"] {
  display: none;
  visibility: hidden;
}
.VCSortableInPreviewMode[type="reflinkblock"][contenteditable="false"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VCSortableInPreviewMode[type="reflinkblock"] > p {
  border-left: 2px solid #c4c4c4;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 10px;
}
.VCSortableInPreviewMode[type="reflinkblock"] a {
  color: #2b73fb !important;
}
.VCSortableInPreviewMode[type="reflinkblock"]:hover,
.VCSortableInPreviewMode[type="reflinkblock"].hover {
  background: #eee;
}
.VCSortableInPreviewMode[type="reflinkblock"].hover
  .VCSortableInPreviewMode[type="reflinkinfo"] {
  outline: none !important;
}
.VCSortableInPreviewMode[type="reflinkblock"] .VCSortableInPreviewMode {
  margin-bottom: 15px;
}
.VCSortableInPreviewMode[type="sliderimages"] {
  width: 100%;
  box-sizing: border-box;
}
.VCSortableInPreviewMode[type="sliderimages"] .slider-wrap {
  box-sizing: border-box;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.vceditor-content[contenteditable="true"]
  .VCSortableInPreviewMode[type="sliderimages"]
  .slider-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VCSortableInPreviewMode[type="sliderimages"] .slider-wrap.show-thumbs {
  height: 480px;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .slider-wrap.show-thumbs
  .swiper-container:not(.gallery-thumbs) {
  height: 400px;
}
.VCSortableInPreviewMode[type="sliderimages"] ul.swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.VCSortableInPreviewMode[type="sliderimages"] ul > li {
  list-style: none;
}
.VCSortableInPreviewMode[type="sliderimages"] .swiper-slide {
  float: left;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .swiper-container
  .swiper-slide
  figure {
  margin: 0;
  padding: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .swiper-container
  .swiper-slide
  img {
  max-width: 100%;
  max-height: 100%;
}
.VCSortableInPreviewMode[type="sliderimages"] .swiper-container.gallery-thumbs {
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .swiper-container.gallery-thumbs
  .swiper-slide {
  width: 120px;
  height: 100%;
  margin-right: 10px;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .swiper-container.gallery-thumbs
  .swiper-slide:last-child {
  margin-right: 0;
}
.VCSortableInPreviewMode[type="sliderimages"]
  .swiper-container.gallery-thumbs
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.VCSortableInPreviewMode[type="boxhighlight"] .boxhighlight {
  display: block;
  color: #333;
  padding: 10px 15px;
}
.VCSortableInPreviewMode[type="boxhighlight"]
  .boxhighlight[data-layout="type-1"] {
  background-color: #f0f1f5;
  border-left: 3px solid #c00;
  border-radius: 3px;
}
.VCSortableInPreviewMode[type="boxhighlight"]
  .boxhighlight[data-layout="type-2"] {
  background-color: #fff;
  border-left: 2px solid #c00;
  border-radius: 0;
}
.VCSortableInPreviewMode[type="boxhighlight"] .boxhighlight-link {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #fff;
  padding-top: 5px;
  color: #666 !important;
  font-size: 14px;
  text-decoration: none;
}
.VCSortableInPreviewMode[type="boxhighlight"] .boxhighlight-link::after {
  content: "";
  background: url(https://static.mediacdn.vn/doanhnghieptiepthi/images/external-link.svg)
    no-repeat center center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  top: 5px;
  position: relative;
}
.VCSortableInPreviewMode[type="boxhighlight"] .boxhighlight-content {
  color: #000;
  font-size: 15px;
}
.VCSortableInPreviewMode[type="boxhighlight"]
  .boxhighlight[data-layout="type-1"]
  .boxhighlight-content {
  border-bottom: 1px solid #d9dade;
  padding-bottom: 15px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"] .linkpreview {
  color: #333;
  padding: 15px;
  clear: both;
  display: flow-root;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-1"] {
  background-color: #f0f1f5;
  border-radius: 3px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-1"]
  .linkpreview-img {
  width: 120px;
  float: left;
  margin-right: 15px;
  margin-top: 8px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-1"]
  .linkpreview-img
  img {
  width: 100%;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-1"]
  .linkpreview-title {
  color: #004370;
  font-size: 15px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-2"] {
  border-radius: 3px;
  padding: 0;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-2"]
  .linkpreview-readmore {
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 5px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-2"]
  .linkpreview-newrelated {
  color: #c00;
  text-transform: uppercase;
  font-size: 13px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-2"]
  .linkpreview-title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-2"]
  .linkpreview-img {
  width: 200px;
  float: left;
  margin-right: 15px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-2"]
  .linkpreview-img
  img {
  width: 100%;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-3"] {
  background-color: #f0f1f5;
  border-left: 2px solid #c00;
  border-radius: 3px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-3"]
  .linkpreview-title {
  color: #004370;
  font-size: 15px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-4"] {
  background-color: #f0f1f5;
  border-radius: 3px;
  max-width: 250px;
  float: right;
  padding: 0;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-4"]
  .linkpreview-img {
  width: 100%;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-4"]
  .linkpreview-img
  img {
  width: 100%;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview[data-layout="type-4"]
  .linkpreview-title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding: 10px;
  line-height: 24px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview
  .linkpreview-title {
  line-height: 24px;
  display: table;
  text-decoration: none;
}
.VCSortableInPreviewMode[type="relatednewsexternal"]
  .linkpreview
  .linkpreview-title::after {
  content: "";
  background: url(https://static.mediacdn.vn/doanhnghieptiepthi/images/external-link.svg)
    no-repeat center center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  top: 1px;
  position: relative;
}
.VCSortableInPreviewMode[type="relatednewsexternal"].alignRight {
  width: 250px;
}
.VCSortableInPreviewMode[type="relatednewsexternal"].alignLeft {
  width: 250px;
}
.VCSortableInPreviewMode[type="chartbox"] .chartbox-columnselect {
  top: 0;
  position: absolute;
  right: 0;
  min-width: 100px;
  height: 26px;
  cursor: pointer;
}
.VCSortableInPreviewMode[type="photo-grid-album"]
  .media-item
  .detail-img-lightbox {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.VCSortableInPreviewMode[mediaunit="PriceTag"] {
  background: #f2f2f2;
}
.VCSortableInPreviewMode[mediaunit="PriceTag"] div {
  text-align: center;
  color: #666;
}
.VCSortableInPreviewMode[mediaunit="PriceTag"] .tag-trigger-icon {
  width: 34px;
  display: block;
  margin: auto;
}
.VCSortableInPreviewMode[mediaunit="PriceTag"] .price-tag-shop-icon {
  width: 16px;
  display: block;
  margin: auto;
}
.home__news-sticky {
  padding: 24px 0 30px;
  display: flex;
}
.home__news-category-hot {
  width: 243px;
  padding-right: 15px;
}
.home__news-item-sub-sticky {
  width: calc(100% - 725px);
  padding-left: 15px;
}
.home__chi-category {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #bb2025;
  display: block;
  margin-bottom: 10px;
}
.home__chi-news {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #272727;
}
.home__chi-news span {
  display: inline-flex;
  vertical-align: middle;
}
.home__news-ch-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.home__news-ch-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.home__doted-bd {
  border-top: 1px dashed #c4c4c4;
  border-bottom: 1px dashed #c4c4c4;
  height: 7px;
  overflow: hidden;
}
.home__doted-bd:before {
  border-bottom: 1px dashed #c4c4c4;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  margin-top: 1px;
  margin-left: -2px;
}
.home__doted-bd:after {
  border-bottom: 1px dashed #c4c4c4;
  display: block;
  width: calc(100% - 2px);
  height: 1px;
  content: "";
  margin-top: 1px;
  margin-left: 1px;
  margin-bottom: 1px;
}
.home__tab-new {
  padding-bottom: 30px;
}
.home__group-col-news {
  border-bottom: 3px solid #e6e6e6;
  margin-bottom: 24px;
}
.home__emagazine {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}
.home__emagazine .col-left {
  width: 440px;
  background: #f6f6f6;
  padding: 16px 20px;
}
.home__emagazine .col-right {
  width: calc(100% - 440px);
  border-left: 1px solid #e6e6e6;
  padding: 16px 0 0 20px;
}
.home__wellread-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 12px;
}
.home__emagazine-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 12px;
  display: block;
}
.home__emagazine-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home__emagazine-item {
  width: 192px;
  margin-bottom: 24px;
}
.home__emagazine-item:nth-child(3) {
  margin: 0;
}
.home__emagazine-item:nth-child(4) {
  margin: 0;
}
.home__et-image {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.home__et-image:before {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.home__et-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__et-icon {
  position: absolute;
  left: 10px;
  bottom: 8px;
  display: flex;
}
.home__et-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #272727;
}
.home__et-title span {
  display: inline-flex;
  vertical-align: middle;
}
.home__wellread-item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.home__wellread-item:last-child {
  border: 0;
}
.home__wellread-item:first-child {
  padding-top: 0;
}
.home__wi-stt {
  width: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #bb2025;
}
.home__wi-image {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}
.home__wi-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home__wi-title {
  width: calc(100% - 90px);
  font-size: 14px;
  line-height: 19px;
  color: #272727;
}
.home__forex {
  padding: 20px 0 30px;
  background-color: #fff;
}
.home__video {
  background: #f9f9f9;
  padding: 15px 30px 30px;
  border-top: 3px solid #bb2025;
  margin-bottom: 25px;
}
.home__video-title a {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.home__video-title a span {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #bb2025;
}
.home__video-list {
  display: flex;
}
.home__video-list .box__video-item:nth-child(3) {
  margin: 0;
}
.home__video-list .box__video-item:nth-child(4) {
  margin: 0;
}
.home__video-stiky-item {
  width: 500px;
  margin-right: 20px;
}
.home__video-stiky-item .box__video-image {
  height: 312px;
}
.home__video-stiky-item .box__video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__video-stiky-item .box__video-image .box__icon-video {
  top: 108px;
  left: 202px;
}
.home__video-stiky-item .box__video-image .box__time-video {
  bottom: 20px;
  right: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.home__video-stiky-item .box__video-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #272727;
}
.home__group-category {
  border-top: 3px solid #e6e6e6;
  padding-bottom: 30px;
}
.home__gc-title {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home__gc-title a {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #bb2025;
}
.home__gc-title a span {
  display: inline-flex;
  vertical-align: middle;
}
.home__gc-nav {
  display: flex;
  height: 16px;
}
.home__gc-nav a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #666;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-left: 1px solid #e6e6e6;
  height: 16px;
}
.home__gc-nav a:first-child {
  border: 0;
}
.home__gc-nav a.home__gc-dots {
  border: 0;
  padding: 0;
}
.home__gc-flex {
  display: flex;
}
.home__gci-list {
  width: 218px;
}
.home__gci-list a {
  padding: 12px 0 16px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 19px;
  color: #272727;
}
.home__gci-list h4:first-child a {
  padding-top: 0;
}
.home__gci-list h4:last-child a {
  border: 0;
}
.home__gci-has-image {
  width: calc(100% - 246px);
  margin-right: 28px;
  display: flex;
  justify-content: space-between;
}
.home__gci-item {
  width: 218px;
}
.home__gci-image {
  width: 218px;
  height: 136px;
  margin-bottom: 12px;
  display: block;
}
.home__gci-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home__gci-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #272727;
  margin-bottom: 10px;
  display: block;
}
.home__gci-des {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #666;
  margin: 0;
}
.home__list-group-category {
  padding-bottom: 30px;
}
.home__wellread-list {
  height: calc(100% - 70px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.home__wellread-list::-webkit-scrollbar {
  width: 0;
}
.cmbl {
  position: relative;
}
.cmbl .sbl {
  font: normal 15px/29px SF;
  border-bottom: 2px solid #e42d26;
  padding-bottom: 1px;
  position: absolute;
  top: -60px;
  left: 20px;
  color: #4b4b4b;
}
.cmbl .box_cm {
  position: relative;
  padding-left: 70px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 21px;
  margin-bottom: 22px;
}
.cmbl .box_cm .t {
  background: #ececec;
  color: #4b4b4b;
  font: 600 20px/39px SF;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  top: 0;
  padding-top: 10px;
}
.cmbl .box_cm .des {
  color: #636363;
  font: normal 14px/21px SF;
}
.cmbl .box_cm .ad {
  margin-bottom: 12px;
}
.cmbl .box_cm .ad .name {
  font: 600 14px/19px SF;
  color: #2e2e2e;
}
.cmbl .box_cm .ad .time {
  font-size: 12px;
  color: #8b9ba7;
  position: relative;
  margin-left: 10px;
  padding-left: 13px;
}
.cmbl .box_cm .ad .time:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #8b9ba7;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 30px;
}
.cmbl .box_cm .rep {
  background: url(https://static.mediacdn.vn/phunuvietnam/web_images/back-arrow.svg)
    no-repeat 8px center;
  padding-left: 26px;
  font: normal 12px/21px SF;
  border: 1px solid #ececec;
  width: 68px;
  height: 22px;
  border-radius: 2px;
  box-sizing: border-box;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
.cmbl .box_cm .comment-like {
  display: none;
  position: relative;
  top: -2px;
  right: 5px;
}
.cmbl .box_cm .comment-like .btnLike span {
  color: #435a6f;
  font: normal 13px / normal SFb;
  position: relative;
  top: 4px;
  left: 2px;
}
.cmbl .box_cm .title {
  font: 600 17px/19px SF;
  color: #2e2e2e;
}
.cmbl .box_cm .txt_bl {
  border: 1px solid #ececec;
  width: 100%;
  height: 120px;
  font: normal 15px/20px SF;
  background: #fff;
  margin: 17px 0;
  padding: 14px 20px;
  box-sizing: border-box;
}
.cmbl .box_cm .btn_bl {
  background: #8b9ba7;
  padding: 0 9px;
  border-radius: 2px;
  border: none;
  float: right;
  color: #fff;
  font: normal 13px/29px SF;
}
.cmbl .box_cm2 {
  border-bottom: none;
  border-top: 1px solid #ebebeb;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 21px;
  padding-top: 21px;
}
.cmbl .box_cm2 .t {
  top: 21px;
}
.cmbl .xtbl {
  color: #8b9ba7;
  font: normal 12px/20px Roboto;
  margin-bottom: 29px;
  display: block;
}
.cmbl .captcha img {
  height: 20px;
  width: auto;
  display: inline-table;
  vertical-align: middle;
}
.detail__author {
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
}
.main-page.size-LL .layout__left-col {
  width: 100%;
}
.main-page.size-LL .detail__container {
  width: 810px;
  margin: auto;
}
.main-page.size-LL .sizeL {
  width: 710px;
}
.single .box__title-group {
  border-bottom: unset !important;
  margin-bottom: unset;
}
.single .box__title-group-name a {
  font-size: 17px;
  line-height: 22px;
}
#loadListData.box__group-item-row {
  margin-top: 0;
  margin-bottom: 0;
}
#loadListData.box__group-item-row .box__title-group-name a {
  color: #666;
}
.detail .detail__related .box__viewmore {
  margin-bottom: 50px;
}
.detail__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #272727;
  margin: 0;
  margin-bottom: 16px;
}
.detail__info {
  display: flex;
  align-items: center;
}
.dntt_tts {
  width: 324px;
}
.flexdetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.detail__category {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #bb2025;
  display: inline-block;
  margin-right: 18px;
}
.detail__time {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 15px;
  color: #666;
}
.detail__sapo {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 16px;
  font-weight: 600;
}
.detail__like-fb {
  padding-bottom: 24px;
  border-bottom: 1px dotted #c4c4c4;
  margin-bottom: 16px;
  display: flex;
}
.detail__relate-wrapper {
  padding-bottom: 5px;
  border-bottom: 1px dashed #c4c4c4;
  margin-bottom: 25px;
}
.detail__rw-list {
  padding-left: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.detail__rw-list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  display: block;
  margin-bottom: 12px;
  position: relative;
}
.detail__rw-list a:before {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 9px;
  left: -12px;
  background: #bb2025;
}
.detail__content {
  margin-bottom: 25px;
  font: normal 17px/27px SF;
  color: #333;
}
.detail__content p {
  margin: 2% 0;
}
.detail__social {
  background: #f9f9f9;
  border-radius: 3px;
  padding: 10px;
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.detail__social-like-fb {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #e6e6e6;
  display: flex;
}
.detail__social-other {
  display: flex;
}
.detail__social-other a {
  width: 22px;
  height: 22px;
  background: #c4c4c4;
  margin-right: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail__tag {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333;
  margin-bottom: 30px;
}
.detail__tag span {
  font-weight: 500;
}
.detail__tag a {
  color: #666;
  font-weight: 400;
}
.detail__tag a:after {
  content: ",";
  display: inline-block;
}
.detail__tag a:last-child:after {
  content: ",";
  display: none;
}
.detail__special-container {
  width: 810px;
  margin: 0 auto;
  margin-top: 24px;
}
a.kbwcs-fb {
  margin-left: 13px;
  position: relative;
  top: 1px;
}
.submenu-detail {
  display: none;
}
.before-after {
  cursor: e-resize;
  overflow: hidden;
  position: relative;
}
.before-after > div {
  position: absolute;
}
.before-after .panel-before {
  overflow: hidden;
  width: 50%;
  border-right: 3px solid #252525;
  z-index: 1;
}
.before-after .text-center {
  position: absolute;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 5;
  left: 43%;
  top: 50%;
  background: rgba(250, 245, 187, 0.8);
  border-radius: 3px;
  color: #000;
  text-transform: uppercase;
  font-family: Arial;
}
.title-bf {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #121212;
  padding: 0 0 8px 0;
  margin: 0;
}
.before-after.skin2 {
  display: none;
}
.flip-container {
  padding: 0;
  margin: 0;
  perspective: 1000px;
  margin-top: 10px;
  position: relative;
}
.flip-container.rotate .flipper {
  transform: rotateY(180deg);
}
.flip-container img {
  margin: 0;
}
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flip-container .icon {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 5px;
  display: inline-block;
}
.flip-container .tips {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 5px;
  display: inline-block;
  background: rgba(250, 245, 187, 0.2);
  color: #333;
}
.flip-container .tips.hide {
  display: none;
}
.flip-container .icon img {
  border: none !important;
}
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.front {
  z-index: 2;
  transform: rotateY(0deg);
}
.back {
  transform: rotateY(180deg);
}
.VCSortableInPreviewMode[type="content"] {
  background-color: #fffee7;
  border: 1px solid #999;
  padding: 10px !important;
  margin: auto;
}
.VCSortableInPreviewMode[type="Video"] p {
  color: #444;
  font-family: tahoma !important;
  font-size: 13px !important;
}
.VideoCMS_Caption {
  font-style: italic;
}
.VideoCMS_Caption p {
  font-size: 12px !important;
  line-height: 19px !important;
  font-family: Arial !important;
}
.VCSortableInPreviewMode[type="content"] > p {
  margin-bottom: 0;
  margin-top: 4px;
}
.VCSortableInPreviewMode img {
  display: block;
}
.IMSNoChangeStyle a,
.link-content-footer a {
  background: url("https://afamilycdn.com/web_images/bg_linkfooter.jpg")
    no-repeat 0 50%;
  background-position: 0 4px;
  color: #004370 !important;
  font-size: 22px;
  font-weight: bold;
  padding-left: 25px;
  text-decoration: none;
}
#adm_sticky_footer {
  height: 0;
}
.VCSortableInPreviewMode.alignRight {
  float: right;
  margin-left: 15px;
  width: 45%;
  z-index: 101;
}
.boxcontent.w1040.size-LL {
  width: 1270px;
}
.size-content-LL .mxhsingle2 {
  display: none;
}
.boxcontent.w1040.size-LL .submenu-detail {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e8ea;
}
.boxcontent.w1040.size-LL .submenu-detail ul {
  display: inline-block;
  position: relative;
  width: 100%;
}
.boxcontent.w1040.size-LL .submenu-detail ul li.fr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}
.boxcontent.w1040.size-LL .submenu-detail ul li {
  float: left;
  margin-right: 35px;
}
.boxcontent.w1040.size-LL .submenu-detail ul li a {
  font: normal 14px Roboto-Medium;
  color: #000;
}
.boxcontent.w1040.size-LL .fb-like {
  clear: both;
  float: left;
}
.boxcontent.w1040.size-LL .fb-like {
  clear: both;
  float: left;
  margin-top: 10px;
}
.boxcontent.w1040.size-LL .kbwcs-fb {
  float: left;
  margin-top: 10px;
}
.boxcontent.w1040.size-LL .news-details {
  width: 710px;
  margin: 0 auto;
}
.boxcontent.w1040.size-LL .maindetail .like-share-top {
  border-bottom: none;
}
.boxcontent.w1040.size-LL .maindetail .sapo {
  border-left: 1px solid #cecece;
  padding: 11px 0 11px 40px;
  margin: 30px 0;
}
.boxcontent.w1040.size-LL .qleft.w650 {
  width: 870px;
  position: relative;
}
.boxcontent.w1040.size-LL .contentbody {
  width: 710px;
  float: right;
}
.boxcontent.w1040.size-LL .maindetail .title {
  margin-top: 35px;
  margin-bottom: 15px;
}
.boxcontent.w1040.size-LL .VCSortableInPreviewMode[type="Photo"],
.boxcontent.w1040.size-LL .VCSortableInPreviewMode[type="Photo"] img {
  width: 870px;
  margin-left: -55px;
}
.boxcontent.w1040.size-LL .wp1000 {
  width: 1220px;
}
.boxcontent.w1040.size-LL
  .VCSortableInPreviewMode[type="photo"]
  .PhotoCMS_Caption {
  margin-left: -24px !important;
  width: 710px !important;
  margin: 0 auto !important;
}
.boxcontent.w1040.size-LL
  .VCSortableInPreviewMode[type="photo"]
  .PhotoCMS_Caption,
.boxcontent.w1040.size-LL .VideoCMS_Caption {
  background-color: transparent;
}
.boxcontent.w1040.size-LL
  .VCSortableInPreviewMode[type="photo"]
  .PhotoCMS_Caption
  p,
.boxcontent.w1040.size-LL .VideoCMS_Caption p {
  font: normal 14px/22px Roboto;
  color: #454545;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 40px;
}
.boxcontent.w1040.size-LL
  .timeline-detail-cungchuyenmuc
  .cungchuyenmuc
  .listnews
  li {
  width: 220px;
  width: 220px;
  margin-right: 25px;
}
.boxcontent.w1040.size-LL
  .timeline-detail-cungchuyenmuc
  .cungchuyenmuc
  .listnews
  li
  img {
  width: 100%;
}
.boxcontent.w1040.size-LL .cungchuyenmuc .listnews ul li:nth-child(3n) {
  margin-right: 0;
}
.boxcontent.w1040.size-LL #sectionComment .bdbt.w650,
.boxcontent.w1040.size-LL.pageDetail .bdbt.w650 {
  width: 710px;
  margin: 10px auto !important;
}
.boxcontent.w1040.size-LL .time-line-detail-noibattrangchu,
.boxcontent.w1040.size-LL .timeline-detail-docthem {
  width: 710px;
  margin: 0 auto;
}
.boxcontent.w1040.size-LL
  .time-line-detail-noibattrangchu
  .highlight
  .smallnews,
.boxcontent.w1040.size-LL
  .time-line-detail-noibattrangchu
  .highlight
  .smallnews
  img {
  width: 160px;
}
.mainsection .boxcontent.size-LL .highlight .bignews {
  width: 519px;
}
.mainsection .boxcontent.size-LL .img491x306 {
  width: 519px;
  height: 324px;
}
.boxcontent.w1040.size-LL .qleft:before {
  background: url(https://static.mediacdn.vn/autopro/web_images/grd-border.png)
    top right repeat-y;
  content: "";
  position: absolute;
  top: -28px;
  right: -42px;
  width: 20px;
  height: 100%;
}
.boxcontent.w1040.pageDetail.size-LL .qright {
  margin-left: 15px;
}
.boxcontent.w1040.size-LL .img-page-detail img {
  width: 100%;
}
.boxcontent.w1040.size-LL .img-page-detail {
  width: 870px;
  margin-left: -83px;
}
.boxcontent.w1040.size-LL
  .content-news-detail
  .VCSortableInPreviewMode[type="VideoStream"] {
  width: 870px;
  margin-left: -83px;
}
.boxcontent.w1040.size-LL .maindetail .relatednews ul li .relatedtitle {
  width: 618px;
}
.timeline-detail-docthem .titlebox {
  margin-bottom: 10px;
}
.timeline-detail-docthem .titlebox.tinmoi:before {
  color: #000;
  font: normal 19px/23px Roboto-Bold;
  text-transform: uppercase;
  padding-left: 13px;
  border-left: solid 5px #d00000;
  content: "";
}
.boxcontent.w1040.size-LL .img-page-detail {
  display: none;
}
.boxcontent.w1040.size-LL .VideoCMS_Caption {
  padding-top: 10px;
  padding-bottom: 20px;
}
.boxcontent.w1040.pageDetail.size-LL .titlestream {
  top: -28px;
}
.boxcontent.w1040.size-LL
  .VCSortableInPreviewMode[type="LayoutAlbum"].alignJustify {
  width: 870px;
  margin-left: -83px;
}
.boxcontent.w1040.size-LL
  .VCSortableInPreviewMode[type="LayoutAlbum"]
  .LayoutAlbumCaptionWrapper
  .LayoutAlbumCaption {
  font: normal 14px/22px Roboto;
  color: #454545;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 40px;
  width: 710px;
  margin: 0 auto;
}
.boxcontent.w1040.size-LL
  .VCSortableInPreviewMode[type="LayoutAlbum"]
  .LayoutAlbumCaptionWrapper {
  background-color: transparent;
}
.boxcontent.w1040.size-LL .VideoCMS_Caption p {
  width: 710px;
  margin: 0 auto;
  text-align: left;
}
.IAContentNumber {
  width: 70px;
  height: 68px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 36px;
  font-weight: 700;
  padding-top: 20px;
  margin: 0;
  font-family: "Times New Roman";
  line-height: 25px;
  margin-bottom: 15px;
  background-color: #ff6e15;
}
.IAContentNumber p {
  color: #fff;
  padding-top: 0;
  font-weight: bold;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"] {
  margin-right: 0;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox
  .kbwscwlrl
  a {
  margin-top: 0 !important;
}
.VCSortableInPreviewMode.alignLeft[type="RelatedNewsBox"] {
  margin-left: -40px;
}
.kbwscwl-relatedbox.type3 .kbwscwlrl-next {
  font-family: SFD-Bold !important;
  font-size: 15px;
  color: #777;
  height: 26px;
  text-transform: uppercase;
  width: 106px;
  background: url(https://static.mediacdn.vn/autopro/web_images/icon-nxt-link.png)
    78px center no-repeat;
  line-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  background-size: 27px;
}
.VCSortableInPreviewMode.alignRight[type="Photo"] {
  margin-right: 0;
}
.VCSortableInPreviewMode.alignLeft[type="Photo"] {
  margin-left: -40px;
}
.VCSortableInPreviewMode.alignLeft .kbwscwl-relatedbox {
  float: left;
  width: 100%;
}
.VCSortableInPreviewMode.alignRight .kbwscwl-relatedbox {
  float: right;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"][relatednewsboxtype="2"] {
  width: 250px;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"] ul li {
  width: calc(100% - 15px);
}
.VCSortableInPreviewMode[type="RelatedNewsBox"][relatednewsboxtype="3"] {
  width: 300px;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"][relatednewsboxtype="3"]
  .kbwscwlr-list {
  width: 100%;
}
.VCSortableInPreviewMode.alignCenter,
.widget-box.alignCenter {
  margin: 0 auto 15px;
  display: block;
}
.VCSortableInPreviewMode.alignCenter[relatednewsboxtype="type-6"] {
  width: 100%;
  display: flex;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"] .kbwscwl-relatedbox {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"]
  .kbwscwlrl {
  border: none;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"] ul.kbwscwlr-list > li {
  list-style: none;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"] .kbwscwlr-list,
.vceditor-content
  .VCSortableInPreviewMode[type="RelatedNewsBox"]
  ul.kbwscwlr-list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.VCSortableInPreviewMode[relatednewsboxtype="type-6"] span.kbwscwlrl-label {
  padding-left: 10px;
  height: 30px;
  display: block;
  font-size: 12px;
  color: #666;
  text-align: left;
  font-family: Arial;
  height: 30px;
  line-height: 28px;
}
.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"]
  .kbwscwlrl-content {
  flex-direction: row;
  border: 1px solid #e3e3e3;
  border-left: 1px solid #fc915c;
  justify-content: space-between;
}
.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"]
  .kbwscwlrl-title {
  order: 0;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox
  .kbwscwlrl-title {
  margin: 0;
  padding: 10px 7px 7px 10px;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-6
  .kbwscwlrl-thumb-avata {
  text-decoration: none;
  display: inline-block;
}
.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"]
  .kbwscwlrl-thumb-avata {
  flex-basis: 100px;
  flex-shrink: 0;
}
.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"]
  .kbwscwlrl-thumb-avata
  img {
  display: block;
  width: 100%;
  height: 100%;
}
.VCSortableInPreviewMode[relatednewsboxtype="type-6"] .kbwscwlrl-content {
  display: flex;
  flex-direction: column;
}
.VCSortableInPreviewMode img {
  pointer-events: none;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"].type-4_preview.alignRight,
.VCSortableInPreviewMode[type="RelatedNewsBox"].type-4_preview.alignLeft,
.VCSortableInPreviewMode[type="RelatedNewsBox"].type-7_preview.alignRight,
.VCSortableInPreviewMode[type="RelatedNewsBox"].type-7_preview.alignLeft {
  width: 350px;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"] .kbwscwl-relatedbox.type-7 {
  border-top: 3px solid #007f74;
  border-radius: 3px;
  border-bottom: 3px solid #007f74;
  overflow: hidden;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"] .kbwscwl-relatedbox {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"] .kbwscwlr-list,
.VCSortableInPreviewMode[type="RelatedNewsBox"] ul.kbwscwlr-list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-4
  .kbwscwlrl:first-child,
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-7
  .kbwscwlrl:first-child {
  margin-top: 0;
  border: none;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-4
  .kbwscwlrl,
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-7
  .kbwscwlrl {
  float: left;
  position: relative;
  text-align: left;
  border-top: 1px dotted #cbcfd3;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  width: 100%;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-7
  .kbwscwlrl-thumb-avata {
  float: left;
  width: 116px;
  padding: 0;
  height: auto;
  padding-top: 1%;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-7
  .kbwscwlrl-title {
  margin-left: 135px;
  padding: 0;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-4
  .kbwscwlrl-title,
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-7
  .kbwscwlrl-title {
  margin-left: 48%;
  padding: 0;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-4
  .kbwscwlrl-title
  a.title,
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox.type-7
  .kbwscwlrl-title
  a.title {
  font-family: SFD-bold !important;
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  line-height: 19px;
}
.VCSortableInPreviewMode[type="RelatedNewsBox"]
  .kbwscwl-relatedbox
  div.inforNews {
  font-size: 11px;
  text-decoration: none;
  color: #777;
  margin-top: 13px;
}
.link-inline-content {
  color: #004370 !important;
}
.VCSortableInPreviewMode[type="LayoutAlbum"] .LayoutAlbumCaptionWrapper {
  width: 100%;
}
.boxcontent.w1040.size-LL .VCSortableInPreviewMode.PhotoGallery_Sep18 {
  width: 122.5%;
  margin-left: -84px;
  margin-top: 50px;
}
.boxcontent.w1040.size-LL
  .VCSortableInPreviewMode.PhotoGallery_Sep18
  .PhotoCMS_Caption {
  margin-left: -24px !important;
  width: 710px !important;
  margin: 0 auto !important;
  background-color: transparent !important;
}
.boxcontent.w1040.size-LL
  .VCSortableInPreviewMode.PhotoGallery_Sep18
  .PhotoCMS_Caption
  p {
  font: normal 14px/22px Roboto;
  color: #454545;
  background-color: transparent;
  padding-top: 10px;
}
.afcbc-body .PhotoCMS_Caption,
.afcbc-body .VideoCMS_Caption,
.afcbc-body .LayoutAlbumCaptionWrapper {
  display: block;
  background: #f2f2f2;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
  text-align: center;
}
.noCaption .LayoutAlbumCaptionWrapper,
.noCaption .PhotoCMS_Caption,
.noCaption .VideoCMS_Caption {
  display: none !important;
}
.afcbc-body .PhotoCMS_Caption p,
.afcbc-body .VideoCMS_Caption p {
  font-family: SFD-Medium;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  margin: 0 !important;
}
.afcbc-body .LayoutAlbumCaptionWrapper p {
  margin: 0;
  font-family: SFD-Medium;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  min-height: auto;
}
.VCSortableInPreviewMode[type="VideoStream"] .AfPlayer,
.VCSortableInPreviewMode[type="VideoStream"] .BetaAfPlayer {
  padding-top: 56.26% !important;
  height: 0 !important;
}
.afcbc-body b {
  font-weight: bold;
}
.VCSortableInPreviewMode.alignCenterOverflow,
.widget-box.alignCenterOverflow {
  margin-left: -80px;
  width: 700px;
}
.VCSortableInPreviewMode[type="Photo"].alignCenterOverflow .PhotoCMS_Caption,
.VCSortableInPreviewMode[type="Photo"].alignCenterOverflow .fb-share-wrapper {
  width: 660px;
  max-width: 100%;
  margin: auto;
  text-align: left;
}
.link-source-wrapper {
  width: auto;
  display: block;
  box-sizing: border-box;
  float: right;
  position: relative;
  padding-top: 15px;
  z-index: 99;
}
.link-source-name {
  font: 600 12px/14px Arial;
  color: #888 !important;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 9px 11px;
  display: block;
}
.link-source-name span {
  color: #444;
}
.btn-copy-link-source2 {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
  font: normal 10px/11px Arial;
  cursor: pointer;
  float: right;
}
.link-source-name .btn-copy-link-source2 {
  display: block;
  color: #333;
  margin-left: 20px;
}
.link-source-detail {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 50px;
  padding: 10px 12px;
  word-break: break-all;
}
.link-source-detail .sourcelinktop {
  display: flex;
  justify-content: space-between;
}
span.link-source-detail-title {
  color: rgba(255, 255, 255, 0.8);
  font: normal 10px/11px Arial;
}
.btn-copy-link-source {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
  font: normal 10px/11px Arial;
  cursor: pointer;
  float: right;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 1px 6px;
  top: -2px;
  position: relative;
}
span.btn-copy-link-source {
  float: right;
  font: normal 10px/11px Arial;
  color: #fff;
  cursor: pointer;
}
.btn-copy-link-source.disable {
  opacity: 0.3;
}
a.link-source-full {
  font: normal 11px/15px Arial;
  color: #fff !important;
  display: block;
  margin-top: 5px;
  border: 1px solid #fff;
  padding: 2px 6px;
  border-radius: 6px;
}
.link-source-detail .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: -10px;
  right: 16px;
}
a.link-source-full.active {
  background: #aaa;
}
.alignCenterOverflow {
  margin-left: -25%;
  width: 150%;
}
.alignCenterOverflow.VCSortableInPreviewMode[type="Photo"] img {
  max-width: 100%;
}
.alignCenterOverflow .fancybox {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.VCSortableInPreviewMode[type="SimpleQuote"] {
  font-size: 16px;
  padding: 0;
  margin-bottom: 1.3em;
}
.VCSortableInPreviewMode[type="SimpleQuote"] .name-n-quote {
  position: relative;
  width: auto;
}
.VCSortableInPreviewMode[type="SimpleQuote"] p.quote {
  font-family: SFD-Bold;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
  border: 3px none #ed1b2f;
  font-size: 16px;
  padding: 1em 0;
  padding-left: 1.3em;
  text-align: left;
}
.VCSortableInPreviewMode[type="SimpleQuote"] p.quote:before {
  content: "“";
  font-size: 60px;
  position: absolute;
  top: 32px;
  left: 0.1em;
  font-family: SFD-Bold;
  font-weight: 400;
  background: none;
  line-height: 29px;
}
.VCSortableInPreviewMode[type="SimpleQuote"] p.quote.border-right {
  border-right-style: solid;
  padding-right: 1.3em;
}
.VCSortableInPreviewMode[type="SimpleQuote"] p.quote.border-right:before {
  display: none;
}
.VCSortableInPreviewMode[type="SimpleQuote"] p.quote.border-left {
  border-left-style: solid;
  padding-left: 1.3em;
}
.VCSortableInPreviewMode[type="SimpleQuote"] p.quote.border-left:before {
  display: none;
}
.VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-bottom {
  border-bottom-style: solid;
}
.VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-top {
  border-top-style: solid;
}
.VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-sort {
  left: 45%;
  right: 45%;
}
.VCSortableInPreviewMode[type="SimpleQuote"] .StarNameCaption {
  text-align: right;
  font-size: 12px;
  padding: 0;
  font-style: italic;
  font-weight: 700;
  color: #707070;
  color: inherit;
  font-family: SF, Times New Roman, Arial;
  text-decoration: none;
}
.VCSortableInPreviewMode[type="SimpleQuote"] .StarNameCaption:before {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.VCSortableInPreviewMode[type="SimpleQuote"] .StarNameCaption:after {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.zalo-share-button iframe {
  display: none !important;
}
.widget-box {
  display: inline-block;
  margin: 0 auto 15px;
  word-wrap: break-word;
  position: relative;
  padding: 10px;
  line-height: 1.4;
  font-weight: 300;
  z-index: 1;
  width: 100%;
}
.widget-box.alignRight {
  float: right !important;
  width: 45% !important;
}
.widget-box.alignLeft {
  float: left !important;
  width: 45% !important;
}
.widget-box.active {
  outline: rgba(228, 156, 90, 0.5) dashed 1px;
}
.widget-box:before {
  content: "";
  display: table;
}
.widget-box:after {
  content: "";
  display: table;
  clear: both;
}
.widget-box .half {
  width: 50%;
  min-height: 30px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-box img {
  margin: 20px 0 15px;
  max-width: 100%;
}
.widget-box .half.three-thumb > img,
.widget-box .half.three-thumb > span,
.widget-box .half.three-thumb > a {
  display: inline-block;
  width: calc(100% / 3 - 15px);
  margin-right: 15px;
  position: relative;
}
.widget-box .half.three-thumb > img,
.widget-box .half.three-thumb > span,
.widget-box .half.three-thumb > a {
  position: relative;
  padding-bottom: calc(100% / 3 - 15px);
  height: 0;
}
.widget-box .half.three-thumb > img > img,
.widget-box .half.three-thumb > span > img,
.widget-box .half.three-thumb > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget-box p {
  margin: 15px 0;
  font-size: inherit;
  line-height: 1.4;
  font-weight: 300;
}
.widget-box b,
.widget-box strong {
  font-weight: bold;
}
.widget-box h1 {
  margin: 0.4em 0;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
}
.widget-box h1 h3 {
  margin: 0.7em 0;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
}
.widget-box .widget-column {
  min-height: 30px;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-box .third {
  width: 33.3%;
}
.widget-box figure {
  margin: 0;
}
.widget-box figure figcaption {
  display: block;
}
.widget-box .full {
  width: 100%;
}
.widget-box .fourth {
  width: 25%;
}
.widget-box .two-third {
  width: 66.7%;
}
.widget-box .full .display {
  margin-bottom: 0.5em;
}
.widget-box .full .center {
  text-align: center;
}
.widget-box .full .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.widget-box .full .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.widget-box .full .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.widget-box.width100 {
  width: 100%;
}
.widget-box .full .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.widget-box .radius-img-sm {
  width: 180px;
  height: 180px;
  margin: 10px auto;
}
.widget-box .radius-img-sm .widget-image-wrapper {
  height: 100%;
  width: 100%;
}
.widget-box .radius-img-sm img {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.widget-column-4 {
  width: 33.333333%;
  float: left;
  display: block;
}
.widget-column-4:before {
  content: " ";
  display: table;
}
.widget-column-4:after {
  content: " ";
  display: table;
  clear: both;
}
.widget-box[data-type^="vne_quote"] .quote-content {
  font-family: Roboto;
  font-weight: bold;
  color: #808080;
  text-align: justify;
  line-height: 1.5;
  margin-left: 36px;
  margin-right: 36px;
  margin-top: 5px;
  padding: 0;
}
.widget-box[data-type^="vne_quote"] .quote-content::before {
  content: " ";
  display: table;
}
.widget-box[data-type^="vne_quote"] .quote-content::after {
  content: " ";
  display: table;
  clear: both;
}
.widget-box[data-type^="vne_quote"] .quote-content.quote-border-top {
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
}
.widget-box[data-type^="vne_quote"] .quote-content.quote-border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}
.widget-box[data-type^="vne_quote"] .quote-content.quote-border-auto {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: none;
  border-top: 1px solid #c0c0c0;
}
.widget-box[data-type^="vne_quote"]
  .quote-content.quote-border-auto:last-child {
  border-bottom: 1px solid #c0c0c0;
}
.widget-box[data-type^="vne_quote"] .quote-icon {
  float: left;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.widget-box[data-type^="vne_quote"] .quote-icon.icon-quote-style {
  max-width: 30px;
  max-height: 30px;
  background: transparent
    url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDUxMi41IDUxMi41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuNSA1MTIuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0xMTIuNSwyMDguMjVjNjEuODU2LDAsMTEyLDUwLjE0NSwxMTIsMTEycy01MC4xNDQsMTEyLTExMiwxMTJzLTExMi01MC4xNDUtMTEyLTExMmwtMC41LTE2ICAgYzAtMTIzLjcxMiwxMDAuMjg4LTIyNCwyMjQtMjI0djY0Yy00Mi43MzcsMC04Mi45MTcsMTYuNjQzLTExMy4xMzcsNDYuODYzYy01LjgxNyw1LjgxOC0xMS4xMjYsMTIuMDA4LTE1LjkxNSwxOC41MSAgIEMxMDAuNjY3LDIwOC43MjMsMTA2LjUyOCwyMDguMjUsMTEyLjUsMjA4LjI1eiBNNDAwLjUsMjA4LjI1YzYxLjg1NSwwLDExMiw1MC4xNDUsMTEyLDExMnMtNTAuMTQ1LDExMi0xMTIsMTEyICAgcy0xMTItNTAuMTQ1LTExMi0xMTJsLTAuNS0xNmMwLTEyMy43MTIsMTAwLjI4Ny0yMjQsMjI0LTIyNHY2NGMtNDIuNzM2LDAtODIuOTE4LDE2LjY0My0xMTMuMTM3LDQ2Ljg2MyAgIGMtNS44MTgsNS44MTgtMTEuMTI3LDEyLjAwOC0xNS45MTYsMTguNTFDMzg4LjY2NiwyMDguNzIzLDM5NC41MjcsMjA4LjI1LDQwMC41LDIwOC4yNXoiIGZpbGw9IiNEODAwMjciLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
    no-repeat center/100%;
}
.widget-box[data-type^="vne_quote"] .quote-icon img {
  max-width: 100%;
  margin: 0;
}
.widget-box[data-type^="vne_quote"] .quote-author {
  margin: 0 36px;
  padding: 10px 0;
  font-weight: bold;
  font-family: Roboto;
}
.widget-box[data-type^="vne_quote"] .quote-author.quote-border-top {
  border-top: 1px solid #c0c0c0;
}
.widget-box[data-type^="vne_quote"] .quote-author.quote-border-bottom {
  border-bottom: 1px solid #c0c0c0;
}
.widget-box[data-type^="vne_quote"] .quote-author-avatar {
  display: inline-block;
  line-height: 0;
  max-width: 90px;
  min-width: 60px;
  margin: 0;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.widget-box[data-type^="vne_quote"] .quote-author-avatar.avatar-left {
  float: left;
  margin-right: 15px;
}
.widget-box[data-type^="vne_quote"] .quote-author-avatar.avatar-right {
  float: right;
  margin-left: 15px;
}
.widget-box[data-type^="vne_quote"] .quote-author-avatar img {
  max-width: 100%;
  margin: 0;
  background: #e0e0e0;
}
.widget-box .widget-image-wrapper {
  position: relative;
  max-width: 100%;
  display: block;
  line-height: 0;
  outline: none;
  box-shadow: none;
  margin: 20px 0 15px;
}
.widget-box .widget-image-wrapper .image-editter,
.widget-box .widget-image-wrapper .image-editter-placeholder {
  display: none;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -30px;
  line-height: 1;
  border-radius: 3px;
  font-size: 12px;
  padding: 6px 8px;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget-box .widget-image-wrapper img {
  margin: 0;
  opacity: 1;
}
.widget-box .widget-image-wrapper:hover {
  outline: 1px solid #1f78d8;
}
.widget-box .widget-image-wrapper:hover .image-editter,
.widget-box .widget-image-wrapper:hover .image-editter-placeholder {
  display: unset;
}
.widget-box .widget-image-wrapper:hover img {
  opacity: 0.5;
}
.widget-box .widget-image-wrapper .image-editter .fa,
.widget-box .widget-image-wrapper .image-editter .fi {
  margin-right: 5px;
}
.widget-box .widget-image-wrapper .image-editter-placeholder .fa,
.widget-box .widget-image-wrapper .image-editter-placeholder .fi {
  margin-right: 5px;
}
.widget-box .widget-image-wrapper .image-editter:hover,
.widget-box .widget-image-wrapper .image-editter-placeholder:hover {
  background-color: #e9ebee;
}
.widget-box [placeholder]:before {
  color: #353232;
  opacity: 0.3;
}
.widget-box [placeholder]:hover {
  cursor: text;
}
.widget-box .widget-column-4 {
  width: 33.333333%;
  float: left;
  display: block;
}
.widget-box .img-placeholder {
  background: #f3f3f3;
  margin: 20px 1px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-box .img-placeholder:hover {
  outline: 1px solid #1f78d8;
}
.VCSortableInPreviewMode.alignCenterOverflow,
.widget-box.alignCenterOverflow {
  margin-left: -15%;
  width: 119%;
}
.VCSortableInPreviewMode.alignCenterOverflow iframe {
  width: 119%;
}
.widget-box .img-placeholder::after {
  content: "";
  background: url(/statics/editor/images/img-place.png) no-repeat center;
  width: 60px;
  height: 60px;
  background-size: contain;
}
.widget-box[data-type="beautiful-content"] .img-placeholder {
  height: 190px;
  width: 190px;
}
.widget-box[data-type="half-text-left"] .img-placeholder,
.widget-box[data-type="half-text-right"] .img-placeholder {
  width: 100%;
  height: 150px;
}
.widget-box[data-type="half-three-thumb-left"] .widget-column,
.widget-box[data-type="half-three-thumb-right"] .widget-column {
  display: flex;
}
.widget-box[data-type="half-three-thumb-left"] .img-placeholder,
.widget-box[data-type="half-three-thumb-right"] .img-placeholder {
  width: 78px;
  height: 78px;
  border-radius: 500px;
  margin-right: 1.5em;
}
.widget-box[data-type="half-three-thumb-left"] .editable,
.widget-box[data-type="half-three-thumb-right"] .editable {
  border-radius: 500px;
  margin-right: 1.5em;
}
.widget-box[data-type="half-fourth"] .img-placeholder {
  width: 130px;
  height: 130px;
}
.widget-box[data-type="third-title-left"] .img-placeholder,
.widget-box[data-type="third-title-right"] .img-placeholder {
  width: 380px;
  height: 180px;
}
.widget-box[data-type="half-two-thumb"] .img-placeholder {
  width: 280px;
  height: 180px;
}
.widget-box[data-type="three-thumb-title"] .img-placeholder {
  width: 180px;
  height: 100px;
}
.widget-box[data-type="beautiful-thumb-first"] .img-placeholder {
  width: 180px;
  height: 180px;
}
.detail__content > p {
  min-height: unset;
  margin-bottom: 15px;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"][relatednewsboxtype="4"] {
  width: 290px;
  border: 1px solid #ccc;
  border-top: 3px solid #007f74;
  border-radius: 3px;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"][relatednewsboxtype="4"]
  .kbwscwlrl-title-header {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  padding-bottom: 9px;
  display: block;
  width: 278px;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"][relatednewsboxtype="4"]
  .kbwscwlrl-news:first-child {
  margin-top: 0;
  border: 0;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"][relatednewsboxtype="4"]
  .kbwscwlrl-news {
  float: left;
  position: relative;
  text-align: left;
  border-top: 1px dotted #cbcfd3;
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"][relatednewsboxtype="4"]
  .kbwscwlrl-news-thumb-avata {
  float: left;
  width: 45%;
  padding: 0;
  height: auto;
  margin-right: 3%;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"] {
  font-family: Helvetica, Arial, sans-serif;
  margin-left: 25px;
  width: 220px;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"][relatednewsboxtype="4"]
  .kbwscwlrl-news-thumb-avata
  img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"][relatednewsboxtype="4"]
  .kbwscwlrl-news-title {
  float: left;
  width: 52%;
  padding: 0;
  margin: 0;
}
.VCSortableInPreviewMode.alignRight[type="RelatedNewsBox"][relatednewsboxtype="4"]
  .kbwscwlrl-news-title
  a.title {
  font-family: SFD-bold !important;
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  line-height: 19px;
}
.VCSortableInPreviewMode {
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
}
.VCSortableInPreviewMode[type="SpecialNewsBox"],
*[specialnewsboxtype="1"] {
  display: none;
}
.VCSortableInPreviewMode[type="shop-info"] {
  margin-bottom: 25px;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-wrapper {
  padding: 25px;
  background-color: #fff36b;
  border-radius: 15px;
  position: relative;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-label {
  font-family: SFD-Bold;
  font-size: 18px;
  text-align: left;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-li {
  width: 48%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-link {
  text-decoration: none;
  font-family: SFD-Bold;
  font-size: 15px;
  line-height: 130%;
  color: #333;
  display: flex;
  align-items: center;
  text-align: left;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-link:hover {
  color: #555;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-link-icon {
  display: block;
  width: 13px;
  margin-left: 5px;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-link-icon i,
.VCSortableInPreviewMode[type="shop-info"] .shop-info-link-icon i img {
  display: block;
  width: 100%;
  height: auto;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-decor {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-info-decor i,
.VCSortableInPreviewMode[type="shop-info"] .shop-info-decor i svg {
  display: block;
  width: 100%;
  height: auto;
}
.VCSortableInPreviewMode[type="product-description"] {
  margin-bottom: 25px;
}
.VCSortableInPreviewMode[type="product-description"]
  .product-description-wrapper {
  padding: 25px;
  background-color: #c4eff9;
  border-radius: 15px;
  position: relative;
}
.VCSortableInPreviewMode[type="product-description"] .product-des-label {
  font-family: SFD-Bold;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
}
.VCSortableInPreviewMode[type="product-description"] .product-des-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.VCSortableInPreviewMode[type="product-description"] .product-des-li {
  width: 48%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.VCSortableInPreviewMode[type="product-description"] .product-des-li-bullet {
  width: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.VCSortableInPreviewMode[type="product-description"] .product-des-li-bullet i,
.VCSortableInPreviewMode[type="product-description"]
  .product-des-li-bullet
  i
  img {
  display: block;
  width: 100%;
  height: auto;
}
.VCSortableInPreviewMode[type="product-description"] .product-des-li-text {
  font-family: SFD-Bold;
  font-size: 15px;
  line-height: 130%;
  color: #333;
  text-align: left;
}
.VCSortableInPreviewMode[type="product-description"] .product-des-decor {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px;
}
.VCSortableInPreviewMode[type="product-description"] .product-des-decor i,
.VCSortableInPreviewMode[type="product-description"] .product-des-decor i svg {
  display: block;
  width: 100%;
  height: auto;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-note-ul {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.VCSortableInPreviewMode[type="shop-info"] .shop-note-li {
  font-family: SFD-Regular;
  font-size: 15px;
  line-height: 130%;
  color: #333;
  margin-top: 10px;
  text-align: left;
}
.VCSortableInPreviewMode[type="shop-info"] .shop-note-li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .VCSortableInPreviewMode[type="shop-info"] .shop-info-li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .VCSortableInPreviewMode[type="product-description"] .product-des-li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
}
