@charset "UTF-8";
.VCSortableInPreviewMode {
  display: inline-flex;
  flex-direction: column;
  margin: 10px auto;
  position: relative;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 100;
  visibility: visible;
  word-wrap: break-word;
  cursor: default;
  overflow: hidden;
}

p.LayoutAlbumCaption {
  font-size: 12px !important;
  color: #444;
  margin: 0 !important;
}

.VCSortableInPreviewMode[type] {
  display: inline-block;
}
.VCSortableInPreviewMode[type=Video] {
  text-align: center;
}
.VCSortableInPreviewMode embed {
  width: 100%;
}
.VCSortableInPreviewMode[type=Photo] {
  margin: 15px 0;
}
.VCSortableInPreviewMode[type=Photo] img {
  max-width: 100%;
  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;
  float: none;
  width: 100% !important;
  transition: all 0.5s;
}
.VCSortableInPreviewMode.captionBeside[type=Photo] div:first-child {
  display: inline-block;
  width: 400px;
  vertical-align: bottom;
  transition: all 0.5s;
}
.VCSortableInPreviewMode.captionBeside[type=Photo] div:first-child img {
  display: inline-block;
  width: 400px;
  vertical-align: bottom;
  transition: all 0.5s;
}
.VCSortableInPreviewMode.captionBeside[type=Photo] .PhotoCMS_Caption {
  position: absolute;
  bottom: 50px;
}
.VCSortableInPreviewMode.captionBeside[type=Photo] 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(../../css/images/fb-share.png);
  margin-right: 5px;
  background: rgba(0, 0, 0, 0) url("../../css/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: 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, .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, .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, .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, .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;
  font: normal 14px/19px Arial;
  text-align: left;
}
.VCSortableInPreviewMode[type=RelatedNews] td a {
  color: #000;
  display: inline-block;
}
.VCSortableInPreviewMode[type=RelatedNews] img {
  min-width: unset !important;
  max-width: 100% !important;
  width: 100% !important;
}
.VCSortableInPreviewMode.alignLeft[type=RelatedNews], .VCSortableInPreviewMode.alignLeftOverflow[type=RelatedNews], .VCSortableInPreviewMode.alignRight[type=RelatedNews], .VCSortableInPreviewMode.alignRightOverflow[type=RelatedNews] {
  width: 30% !important;
}
.VCSortableInPreviewMode.alignLeft[type=RelatedNews] td, .VCSortableInPreviewMode.alignLeftOverflow[type=RelatedNews] td, .VCSortableInPreviewMode.alignRight[type=RelatedNews] td, .VCSortableInPreviewMode.alignRightOverflow[type=RelatedNews] td {
  width: 100% !important;
}
.VCSortableInPreviewMode[type=content] {
  border: 1px solid #dd0303;
  padding: 20px;
}
.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;
}
.VCSortableInPreviewMode[type=contentnumber] .IAContentNumber p {
  margin-bottom: auto !important;
  line-height: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
}

.vceditor-content .VCSortableInPreviewMode[type=content] {
  min-height: 38px;
  text-align: left;
  display: inline-block;
}
.vceditor-content .VCSortableInPreviewMode[type=content] p {
  margin-bottom: 10px;
}
.vceditor-content .VCSortableInPreviewMode[type=content] p:last-child {
  margin-bottom: 0;
  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;
  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 .VideoCMS_Caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}
.vceditor-content .PhotoCMS_Caption p, .vceditor-content .VideoCMS_Caption p {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}

.vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] p.quote {
  border: 8px none #ff6a03;
  font: bold 30px/36px Arial;
  padding: 20px 0;
  text-align: left;
}
.vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2].alignCenter {
  clear: both;
}
.vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border {
  border-color: #ff6c13;
  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: 4px none #dd0303;
  font: normal 20px/36px Arial;
  padding: 20px 0;
  text-align: left;
}
.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: #dd0303;
  border-style: solid none;
  border-width: 4px;
  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: #3e3e3e;
  font: bold 14px/20px Arial;
  margin-top: 10px;
  text-align: left;
  float: right;
}
.vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption.hasmargin {
  margin-left: 27px;
}
.vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote].alignCenterOverflow .StarNameCaption {
  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 {
  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::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 {
  margin-right: -200px;
  position: absolute;
  right: -10px;
  text-align: left !important;
  top: 0;
  width: 200px;
}
.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 {
  margin-left: 0;
  margin-right: 0;
}

.LayoutAlbumContent {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.LayoutAlbumCaption {
  color: #888;
  font-style: normal;
  font: normal 13px Arial;
  min-height: 30px;
  text-align: left;
  width: 100%;
  margin: auto;
}

.VCSortableInPreviewMode.link-content-footer {
  text-align: left;
  line-height: 25px;
  margin-top: 10px;
}
.VCSortableInPreviewMode[type=Photo].GifPhoto img {
  width: 100%;
}
.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 #ff6a03;
  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: bold 18px/26px Arial !important;
  color: #222;
  margin-right: 5px;
}
.VCSortableInPreviewMode[type=credit] .ttvn-link {
  color: #222;
  font: normal 18px/26px Arial !important;
  position: absolute;
  right: 0;
  top: 0;
}
.VCSortableInPreviewMode[type=credit] .publish-date {
  position: absolute;
  right: 0;
  top: 30px;
  font: normal 18px/26px Arial !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;
  margin: 15px auto;
  display: block;
  width: 100% !important;
  height: auto !important;
}
.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;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .panel-after img {
  float: right;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw0 {
  width: 2%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw10 {
  width: 9%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw20 {
  width: 19%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw30 {
  width: 29%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw40 {
  width: 39%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw50 {
  width: 49%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw60 {
  width: 59%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw70 {
  width: 69%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw80 {
  width: 79%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw90 {
  width: 89%;
}
.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("../../css/images/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;
  color: #222;
  font: bold 30px Arial;
  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 {
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  margin-left: 0;
}
.VCSortableInPreviewMode[type=blockcontent] .block-content-wrap {
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  margin-left: 0;
  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 #ff6c13;
  text-align: left;
  padding-left: 10px;
}
.VCSortableInPreviewMode[type=credit] .contentWrapper {
  padding-left: 18px;
  text-align: left;
  border-left: solid 5px #432e1e;
}
.VCSortableInPreviewMode[type=credit] .creditItem {
  line-height: 26px;
}
.VCSortableInPreviewMode[type=credit] .creditItem label, .VCSortableInPreviewMode[type=credit] .creditItem div {
  display: inline-block;
  font: bold 18px/26px Arial !important;
  color: #222 !important;
  margin-right: 5px;
}
.VCSortableInPreviewMode[type=credit] .ttvn-link {
  color: #222;
  font: normal 18px/26px Arial !important;
  position: absolute;
  right: 0;
  top: 0;
}
.VCSortableInPreviewMode[type=credit] .publishDate {
  position: absolute;
  right: 0;
  top: 30px;
  font: normal 18px/26px Arial !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: normal 15px/18px Arial;
}
.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: Arial;
}
.VCSortableInPreviewMode[type=FootBall] .NLFootballTop .NLFootballScale > div:nth-child(3) {
  font-size: 12px;
  font-family: Arial;
  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: Arial;
  width: 100%;
  display: block;
  margin-top: 3px;
}
.VCSortableInPreviewMode[type=FootBall] .NLFootballBot {
  padding-top: 35px;
}
.VCSortableInPreviewMode[type=FootBall] .NLFootballBot > div {
  display: inline-block;
  width: 100%;
  font-family: Arial;
  font-size: 16px;
  margin-bottom: 20px;
}
.VCSortableInPreviewMode[type=FootBall] .NLFootballBot > div:before {
  content: " ";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.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(../../css/images/football_01.png) no-repeat scroll center center;
}

.NLFootballRedCards .football-icon {
  background: url(../../css/images/football_03.png) no-repeat scroll center center;
}

.NLFootballYellowCards .football-icon {
  background: url(../../css/images/football_05.png) no-repeat scroll center center;
}

.football-time {
  color: #2c91cf;
}

.VCSortableInPreviewMode[type=MediaAlbum] {
  height: 230px;
  background: url(../../css/images/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: Arial;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  line-height: 25px;
}
.knccmpol-label.number {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  border: 1px solid #bbb;
  font-family: Arial;
  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;
  line-height: 25px;
  padding-right: 25px;
}
.knccmpor-content p {
  margin: 0 !important;
}

.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.type-1 {
  border: 1px solid #f1e7db;
  width: 100%;
  background: #f3f3f3;
}
.kbwscwl-relatedbox.type-2 {
  border-top: 3px solid #0a2452;
  border-bottom: 3px solid #0a2452;
}
.kbwscwl-relatedbox.type-3 {
  border-top: 3px solid #217ffa;
  border-bottom: 3px solid #217ffa;
}
.kbwscwl-relatedbox.type-3 .kbwscwlrl-title {
  padding: 15px 0;
  background: #fff;
}
.kbwscwl-relatedbox.type-3 .kbwscwlrl-title a.title {
  color: #222;
  font: bold 22px/26px Arial !important;
}
.kbwscwl-relatedbox.type-3 .kbwscwlrl-next {
  font: bold 15px/27px Arial !important;
  color: #777;
  height: 26px;
  text-transform: uppercase;
  width: 112px;
  background: url(../../css/images/icon-nxt-link.png) 84px center no-repeat;
  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-title a.title:after {
  content: " ";
  display: inline-block;
  background: url("../../css/images/spritev2.png") no-repeat -362px -64px;
  width: 6px;
  height: 12px;
  margin-left: 5px;
}
.kbwscwl-relatedbox.type-2 .kbwscwlrl {
  list-style: none;
  color: #fa5e00;
  margin-left: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
  display: list-item;
}
.kbwscwl-relatedbox.type-2 .kbwscwlrl-title {
  background: #fff;
  padding: 0 !important;
  margin: 0 !important;
}

.kbwscwlrl-thumb {
  display: block;
}
.kbwscwlrl-thumb img {
  display: block;
  width: 100%;
}

.kbwscwlrl-title {
  background: none;
  margin: 0;
  padding: 10px 7px 7px 10px;
}
.kbwscwlrl-title a.title {
  font-family: Arial !important;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  line-height: 19px;
}
.kbwscwlrl-title a.title:hover {
  color: #666 !important;
}

.kbwscwlrl-next {
  background: rgba(0, 0, 0, 0) url("../../css/images/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;
  margin-bottom: 10px;
}

.kbwscwlr-list {
  text-align: left;
}

.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, .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: 4px none #dd0303;
  font: normal 20px/36px Arial;
  padding: 20px 0;
  text-align: left;
}
.VCSortableInPreviewMode[type=SimpleQuote].alignCenter {
  clear: both;
}
.VCSortableInPreviewMode[type=SimpleQuote] .name-n-quote {
  position: relative;
}
.VCSortableInPreviewMode[type=SimpleQuote] span.custom-border {
  border-color: #dd0303;
  border-style: solid none;
  border-width: 4px;
  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 {
  color: #383838;
  font: bold 14px/20px Arial;
  margin-top: 10px;
  text-align: left;
  float: right;
}
.VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption.hasmargin {
  margin-left: 27px;
  float: right;
}
.VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption:before {
  content: "";
  height: 1px;
  background-color: #dd0303;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption:after {
  content: "";
  height: 1px;
  background-color: #dd0303;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.VCSortableInPreviewMode[type=SimpleQuote].alignCenterOverflow .StarNameCaption {
  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 !important;
  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("../../css/images/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("../../css/images/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: Arial;
  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(../../css/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: normal 24px/60px Arial;
  color: #fff;
  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(../../css/images/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: bold 14px/36px Arial;
  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(../../css/images/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 {
  background-color: rgba(255, 109, 26, 0.2);
}
.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;
}

.VCSortableInPreviewMode[type=userquote] .VCCharacterBoxAvatar img {
  padding: 0 !important;
}
.VCSortableInPreviewMode[type=userquote] .VCCharacterBoxDescription {
  right: 0;
}
.VCSortableInPreviewMode[type=userquote] .VCCharacterBoxTitle {
  right: 22px;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] {
  border: medium solid #007f74;
  border-width: 1px 1px 1px 18px;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxInner {
  border: medium solid #007f74;
  border-width: 0 0 0 4px;
  margin: 0 0 0 6px;
  overflow: hidden;
  padding: 69px 0 0;
  position: relative;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxHead {
  height: 110px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 100%;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxTitle {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #007f74;
  font-size: 12px;
  left: 120px;
  position: absolute;
  top: 10px;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxTitle {
  background-color: #007f74;
  color: #fff;
  height: 35px;
  left: 109px;
  line-height: 35px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 32px;
  right: 10px;
  text-align: left;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxAvatar {
  position: absolute;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxAvatar img {
  height: 110px !important;
  width: 109px !important;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxAvatar:before {
  background: url("../../css/images/mask-tron-1.png") no-repeat scroll 0 0 transparent;
  content: " ";
  height: 110px;
  left: 0;
  position: absolute;
  top: 0;
  width: 109px;
  z-index: 1;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxContent {
  font-size: 17px;
  font-style: italic;
  padding: 20px 0 20px 10px;
}
.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxContent:before {
  content: " ";
  float: left;
  height: 34px;
  width: 120px;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] {
  background-color: #ebf1f1;
  border: medium solid #2f4a5f;
  border-width: 1px;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxInner {
  overflow: hidden;
  padding: 69px 0 0;
  position: relative;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxHead {
  height: 116px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 100%;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxTitle {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  left: 140px;
  position: absolute;
  top: 15px;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxTitle {
  background-color: #2f4a5f;
  color: #fff;
  height: 33px;
  left: 0;
  line-height: 33px;
  padding: 0 0 0 140px;
  position: absolute;
  top: 40px;
  width: 100%;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxAvatar {
  left: 7px;
  position: absolute;
  z-index: 3;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxAvatar img {
  height: 116px !important;
  width: 120px !important;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxAvatar:before {
  background: url("../../css/images/mask-tron-2.png") no-repeat scroll 0 0 transparent;
  content: " ";
  height: 116px;
  position: absolute;
  top: 0;
  width: 120px;
  z-index: 1;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxContent {
  font-size: 17px;
  padding: 25px 0 20px 30px;
}
.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxContent:before {
  content: " ";
  float: left;
  height: 34px;
  width: 109px;
}
.VCSortableInPreviewMode[type=userquote][data-type=three] {
  background-color: #dadada;
  margin-top: 30px;
  border: medium solid #b5b5b5;
  border-width: 1px;
}
.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxInner {
  padding: 70px 0 0;
  position: relative;
}
.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxHead {
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxTitle {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #c51010;
  color: #fff;
  font-size: 12px;
  height: 27px;
  left: 105px;
  line-height: 27px;
  padding: 0 10% 0 20px;
  position: absolute;
  top: 43px;
}
.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxTitle {
  background-color: #b2afaf;
  color: #000;
  font-size: 18px;
  height: 30px;
  left: 105px;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  top: 10px;
}
.VCSortableInPreviewMode[type=userquote][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;
}
.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxAvatar {
  left: 10px;
  position: absolute;
  top: -25px;
  z-index: 3;
}
.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxAvatar img {
  height: 95px !important;
  width: 95px !important;
}
.VCSortableInPreviewMode[type=userquote][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;
}
.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxContent {
  background-color: #e5eeeb;
  color: #710000;
  font-size: 17px;
  padding: 15px 0 15px 20px;
}
.VCSortableInPreviewMode[type=userquote][data-type=four] {
  background-color: #dadada;
  margin-top: 30px;
  border: medium solid #b5b5b5;
  border-width: 1px;
}
.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxInner {
  padding: 85px 0 0;
  position: relative;
}
.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxHead {
  height: 83px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxTitle {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #040304;
  font-size: 13px;
  height: 30px;
  left: 130px;
  line-height: 30px;
  position: absolute;
  top: 43px;
}
.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxTitle {
  color: #ba2a2a;
  font-size: 25px;
  height: 33px;
  left: 110px;
  line-height: 33px;
  padding: 0 20px;
  position: absolute;
  top: 12px;
}
.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxAvatar {
  left: 10px;
  position: absolute;
  top: -25px;
  z-index: 3;
}
.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxAvatar img {
  height: 107px !important;
  width: 107px !important;
}
.VCSortableInPreviewMode[type=userquote][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;
}
.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxContent {
  color: #474545;
  font-size: 17px;
  padding: 15px 0 15px 20px;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] {
  border: medium solid #007f74;
  border-width: 1px 1px 1px 18px;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxInner {
  border: medium solid #007f74;
  border-width: 0 0 0 4px;
  margin: 0 0 0 6px;
  overflow: hidden;
  padding: 69px 0 0;
  position: relative;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxHead {
  height: 120px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 100%;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxTitle {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #007f74;
  font-size: 12px;
  left: 145px;
  right: 10px;
  position: absolute;
  top: 13px;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxTitle {
  background-color: #007f74;
  color: #fff;
  height: 33px;
  left: 134px;
  line-height: 33px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 37px;
  right: 10px;
  text-align: left;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxAvatar {
  position: absolute;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxAvatar img {
  height: 120px !important;
  width: 134px !important;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxAvatar:before {
  background: url("../../css/images/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;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxContent {
  font-size: 17px;
  font-style: italic;
  padding: 20px 0 20px 30px;
}
.VCSortableInPreviewMode[type=userquote][data-type=five] .VCCharacterBoxContent:before {
  content: " ";
  float: left;
  height: 44px;
  width: 125px;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] {
  background-color: #ebf1f1;
  border: medium solid #2f4a5f;
  border-width: 1px;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxInner {
  overflow: hidden;
  padding: 69px 0 0;
  position: relative;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxHead {
  height: 116px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 3px;
  width: 100%;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxTitle {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  left: 145px;
  position: absolute;
  top: 15px;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxTitle {
  background-color: #2f4a5f;
  color: #fff;
  height: 33px;
  left: 0;
  line-height: 33px;
  padding: 0 0 0 145px;
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: left;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxAvatar {
  left: 7px;
  position: absolute;
  top: 3px;
  z-index: 3;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxAvatar img {
  height: 107px !important;
  width: 125px !important;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxAvatar:before {
  background: url("../../css/images/mask-lucgiac-2.png") no-repeat scroll 0 0 transparent;
  content: " ";
  height: 107px;
  position: absolute;
  top: 0;
  width: 125px;
  z-index: 1;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxContent {
  font-size: 17px;
  padding: 20px 0 20px 35px;
}
.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxContent:before {
  content: " ";
  float: left;
  height: 34px;
  width: 109px;
}
.VCSortableInPreviewMode[type=userquote][data-type=seven] {
  background-color: #f7f7f7;
  border-top: 2px solid #f48320;
  margin-top: 15px;
}
.VCSortableInPreviewMode[type=userquote][data-type=seven]:before {
  content: "â€";
  color: #f48320;
  font-size: 150px;
  position: absolute;
  top: -40px;
  right: 2px;
  z-index: 10;
  line-height: 150px;
  font-family: Arial;
}
.VCSortableInPreviewMode[type=userquote][data-type=seven] .bg {
  width: 55px;
  height: 2px;
  position: absolute;
  top: -2px;
  right: 0;
  background-color: #fff;
}
.VCSortableInPreviewMode[type=userquote][data-type=seven] .VCCharacterBoxHead {
  float: left;
}
.VCSortableInPreviewMode[type=userquote][data-type=seven] .VCCharacterBoxBody {
  padding: 20px 0 15px 120px;
}
.VCSortableInPreviewMode[type=userquote][data-type=seven] .VCCharacterBoxBody .VCCharacterBoxTitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 8px;
}
.VCSortableInPreviewMode[type=userquote][data-type=seven] .VCCharacterBoxBody .VCCharacterBoxDescription {
  display: inline-block;
  color: #252525;
  font-style: italic;
  margin-left: 8px;
  margin-bottom: 10px;
}
.VCSortableInPreviewMode[type=userquote][data-type=seven] .VCCharacterBoxBody .VCCharacterBoxContent {
  color: #252525;
  line-height: 25px;
  margin-left: 8px;
}
.VCSortableInPreviewMode[type=userquote][data-type=seven] .VCCharacterBoxHead img {
  width: 100px;
  height: 100px;
  margin: 15px 10px;
  border-radius: 100%;
}
.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 !important;
  margin: 0 auto;
  width: 85px !important;
}
.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: normal 16px/20px Arial;
}
.VCSortableInPreviewMode[type=profilecontentbox] > div:first-child > div p:first-child {
  text-transform: uppercase;
  font: bold 20px/33px Arial;
}
.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: Arial;
  line-height: 20px;
  color: #000;
  font-size: 15px;
  font-family: Arial;
}
.VCSortableInPreviewMode[type=profilecontentbox].alignJustify {
  width: 100%;
}
.VCSortableInPreviewMode.alignCenter {
  margin: 0 auto 15px;
  display: block;
}

.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;
  z-index: 95;
  width: auto;
}

.VCSortableInPreviewMode.alignLeftOverflow, .widget-box.alignLeftOverflow {
  float: left;
  margin-right: 20px;
  width: 450px;
  max-width: 100%;
}

.VCSortableInPreviewMode.alignRight, .widget-box.alignRight {
  float: right;
  margin: 10px 1px 20px 15px;
  z-index: 95;
  width: auto;
}

.VCSortableInPreviewMode.alignRightOverflow, .widget-box.alignRightOverflow {
  float: right;
  width: 450px;
  margin-left: 20px;
  max-width: 100%;
}

.VCSortableInPreviewMode.alignCenterOverflow, .widget-box.alignCenterOverflow, .alignCenterOverflow.VCSortableInPreviewMode[type=Photo] img, .alignJustify.VCSortableInPreviewMode[type=Photo] img {
  width: 100%;
}

.kbwscwl-relatedbox.type-4 {
  width: 230px;
  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 !important;
  text-transform: uppercase;
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-news-thumb-avata {
  float: left;
  width: 45%;
  padding: 0;
  margin-right: 3%;
}
.kbwscwl-relatedbox.type-7 .kbwscwlrl-news-thumb-avata {
  float: left;
  width: 45%;
  padding: 0;
  margin-right: 3%;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl, .kbwscwl-relatedbox.type-7 .kbwscwlrl {
  float: left;
  position: relative;
  text-align: left;
  border-top: 1px dotted #cbcfd3;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl:first-child, .kbwscwl-relatedbox.type-7 .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-7 .kbwscwlrl-thumb-avata img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-title, .kbwscwl-relatedbox.type-7 .kbwscwlrl-title {
  margin-left: 43%;
  padding: 0;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title, .kbwscwl-relatedbox.type-7 .kbwscwlrl-title a.title {
  font-family: bold 15px/19px Arial;
  color: #333;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title:hover {
  color: #666 !important;
}
.kbwscwl-relatedbox.type-7 {
  border-top: 3px solid #0a2452;
  border-radius: 3px;
  border-bottom: 3px solid #0a2452;
  overflow: hidden;
  width: 100%;
}
.kbwscwl-relatedbox.type-7 .kbwscwlrl-title a.title:hover {
  color: #666 !important;
}
.kbwscwl-relatedbox.type-7 .kbwscwlrl {
  padding-bottom: 5px;
}
.kbwscwl-relatedbox.type-7 .kbwscwlrl:last-child {
  padding-bottom: 10px;
}
.kbwscwl-relatedbox.type-7 .kbwscwlrl-thumb-avata {
  float: left;
  width: 116px;
  padding: 0;
  height: auto;
  padding-top: 1%;
}
.kbwscwl-relatedbox.type-7 .kbwscwlrl-title {
  margin: 0;
  margin-left: 135px;
  padding: 0;
}
.kbwscwl-relatedbox.type-7 .kbwscwlrl-title a.title {
  font-family: nomarl 18px/21px Roboto-Bold;
}

.VCSortableInPreviewMode iframe {
  width: 100%;
}
.VCSortableInPreviewMode[type=SimpleQuote].no-border .quote {
  padding-left: 28px;
  position: relative;
}
.VCSortableInPreviewMode[type=SimpleQuote].no-border .quote:before {
  content: "“";
  font-size: 60px;
  position: absolute;
  top: 10px;
  left: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: none;
  line-height: 29px;
}

.before-after {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
}

.before, .after {
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto 101%;
  background-repeat: no-repeat;
}

.before {
  border-right: 3px solid rgba(34, 34, 34, 0.7);
}
.before:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAyAQMAAABbIAgDAAAABlBMVEUiIiL///9ehyAxAAAAG0lEQVR4Xo3FoQEAAACCMA/j/7s0mxiBWKy/VEa0AWlrlzqkAAAAAElFTkSuQmCC);
  width: 8px;
  background-position: left;
  background-repeat: no-repeat;
}

.btn_after_before {
  overflow: hidden;
  background-color: #333;
  height: 35px;
}
.btn_after_before input[type=button] {
  float: left;
  height: 100%;
  border: 0;
}
.btn_after_before input.btn_before {
  width: 50%;
  border-right: solid 1px #222;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAd0lEQVQ4y2P4//8/AxFYBYjvAvElItUzEGvok/8QcJdaBsshGfoEagnFBssA8R1yDMVnMEWG4jKYYkOxGUwVQ9ENppqhyAZT1VCYwVQ3FGbw3//UBx9oajDNgoJmkUfT5EbTDELTLE3TQoimxSZNC3qaVk1kV6YAR+0L00o+DO4AAAAASUVORK5CYII=) no-repeat 50% 12px;
  background-size: 11px;
}
.btn_after_before input.btn_after {
  width: 49%;
  border-left: solid 1px #444;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAeklEQVQ4y2P4//8/A5H4EhDfBWIVYtQzkGAwyFAQeEKM4aQYrAI1FGa4HLUMRjf8DhDLUMtgog0nx2CiDCfXYIKGU2IwXsMpNRin4dQwGKvhIMEP/6kP/tLUYJoFxaCMPJokN5pkEJpkaZoUQjQpNmlW0NOsaiKpMgUAq/UL0zGq8jEAAAAASUVORK5CYII=) no-repeat 50% 12px;
  background-size: 11px;
}
.btn_after_before input.btn_before:hover, .btn_after_before input.btn_after:hover {
  background-color: #222;
}

.before-after.skin2.flip-container {
  perspective: 1000px;
  margin-top: 10px;
  position: relative;
}
.before-after.skin2.flip-container .flipper {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: relative;
  z-index: 3;
}
.before-after.skin2.flip-container .front, .before-after.skin2.flip-container .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.before-after.skin2.flip-container .front {
  z-index: 2;
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.before-after.skin2.flip-container .back {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.before-after.skin2.rotate .flipper {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.before-after.skin2 .icon {
  border: 0;
  position: absolute;
  top: 14px;
  left: 4px;
  padding: 3px 5px;
  display: inline-block;
  cursor: pointer;
  z-index: 3;
}

.VCSortableInPreviewMode[type=toc] {
  background-color: #f7f7f7;
  max-width: 280px;
  padding: 15px 25px;
}
.VCSortableInPreviewMode[type=toc] .toc-title {
  text-transform: uppercase;
  text-align: center;
  font: 600 16px/30px "Open Sans" !important;
  margin-bottom: 10px;
  color: #333;
}
.VCSortableInPreviewMode[type=toc] .toc-level {
  margin-top: 5px;
  line-height: 18px;
  text-align: left;
}
.VCSortableInPreviewMode[type=toc] .toc-level a {
  color: #3575d3;
  font: 400 14px/16px "Roboto" !important;
}
.VCSortableInPreviewMode[type=toc] .toc-level a:hover {
  color: #dc1f00;
}
.VCSortableInPreviewMode[type=toc] .toc-level-1 {
  margin-left: 15px;
}
.VCSortableInPreviewMode[type=toc] .toc-level-2 {
  margin-left: 25px;
}
.VCSortableInPreviewMode[type=toc] .toc-level-3 {
  margin-left: 35px;
}
.VCSortableInPreviewMode[type=attachfile] {
  margin-bottom: 15px;
}
.VCSortableInPreviewMode[type=attachfile] .file-download-link {
  color: #ff9900;
}
.VCSortableInPreviewMode[type=attachfile].alignLeft {
  text-align: left;
}
.VCSortableInPreviewMode[type=attachfile].alignCenter {
  text-align: center;
}
.VCSortableInPreviewMode[type=attachfile].alignRight {
  text-align: right;
}
.VCSortableInPreviewMode[type=attachfile] .file-download-link i {
  margin-left: 10px;
}
.VCSortableInPreviewMode[type=attachfile] .fa.fa-download {
  background: url(../../css/images/fa-download.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
}
.VCSortableInPreviewMode[type=attachfile] .file-download-description {
  font-size: 12px;
  color: #999;
}
.VCSortableInPreviewMode[type=contactinfo] {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
}
.VCSortableInPreviewMode[type=contactinfo] .contact-info .title {
  font-family: SFD-SemiBold, Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.VCSortableInPreviewMode[type=contactinfo] .list-contact {
  display: flex;
}
.VCSortableInPreviewMode[type=contactinfo] .flex-between {
  justify-content: space-between;
}
.VCSortableInPreviewMode[type=contactinfo] .two-contact .contact-detail {
  margin-right: 80px;
  min-width: 180px;
}
.VCSortableInPreviewMode[type=contactinfo] .list-contact .contact-detail .name {
  margin-bottom: 5px;
  font-family: SFD-SemiBold, Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 30px;
  color: #222;
}
.VCSortableInPreviewMode[type=contactinfo] .list-contact .contact-detail .position, .VCSortableInPreviewMode[type=contactinfo] .list-contact .contact-detail .phone {
  margin-bottom: 3px;
  font-family: SFD-Regular, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #222;
}
.VCSortableInPreviewMode[type=contactinfo] .list-contact .contact-detail .email {
  margin-bottom: 3px;
  font-family: SFD-Regular, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #d30000;
}
.VCSortableInPreviewMode[type=navigator] {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  background-color: #fcfcfc;
  max-width: 200px;
  padding: 15px 25px 0 25px;
  border: 1px solid #d5e4ec;
}
.VCSortableInPreviewMode[type=navigator] .title-navigator {
  border-left: 3px solid #ff8517;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin: -15px -25px 0 -26px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d5e4ec;
}
.VCSortableInPreviewMode[type=navigator] .title-navigator .prefix-navigator {
  text-transform: none;
  display: block;
  margin-top: 7px;
  line-height: 14px;
  font-size: 13px;
  color: #707478;
  font-weight: 500;
}
.VCSortableInPreviewMode[type=navigator] .navigation-items {
  margin: 0 -15px;
}
.VCSortableInPreviewMode[type=navigator] .navigation-items > .nav-item {
  padding: 5px 6px 3px 6px;
  text-align: left;
}
.VCSortableInPreviewMode[type=navigator] .navigation-items > .nav-item:not(:last-child) {
  border-bottom: 1px dashed #d5d5d5;
}
.VCSortableInPreviewMode[type=navigator] .navigation-items a {
  text-transform: uppercase;
  color: #404040;
  cursor: pointer;
  font-size: 13px;
}
.VCSortableInPreviewMode[type=navigator] .navigation-items .sub-nav {
  margin-left: 15px;
}
.VCSortableInPreviewMode[type=quiz], .VCSortableInPreviewMode[type=interactive] {
  height: 350px;
}

.vceditor-content:not(*[data-role=content]) .IMSInteractiveItem[data-type=quiz] {
  background: rgba(0, 0, 0, 0) url("../../css/images/quiz_bg.png") no-repeat scroll center center;
  cursor: pointer;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 10;
}
.vceditor-content:not(*[data-role=content]) .IMSInteractiveItem[data-type=interactive] {
  background: rgba(0, 0, 0, 0) url("../../css/images/interactive_bg.png") no-repeat scroll center center;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.vceditor-content:not(*[data-role=content]) .VCSortableInPreviewMode[type=marketmap] {
  background: url("../../css/images/market-mapping.png") no-repeat scroll center center/100% 100% transparent;
  height: 500px;
  border: 1px solid #ccc;
}

.VCSortableInPreviewMode[type=Video] {
  text-align: center;
}
.VCSortableInPreviewMode embed {
  width: 100%;
}
.VCSortableInPreviewMode[type=Photo] img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  vertical-align: top;
}
.VCSortableInPreviewMode[type=Photo] a {
  outline: none !important;
}
.VCSortableInPreviewMode.captionBeside[type=Photo] {
  float: none;
  width: 100% !important;
  transition: all 0.5s;
  position: relative;
}
.VCSortableInPreviewMode.captionBeside[type=Photo] div:first-child {
  float: left;
  display: inline-block;
  width: 400px;
  vertical-align: bottom;
  transition: all 0.5s;
}
.VCSortableInPreviewMode.captionBeside[type=Photo] div:first-child img {
  float: left;
  display: inline-block;
  width: 400px;
  vertical-align: bottom;
  transition: all 0.5s;
}
.VCSortableInPreviewMode.captionBeside[type=Photo] a {
  width: 400px;
}
.VCSortableInPreviewMode.captionBeside[type=Photo] .PhotoCMS_Caption {
  position: absolute;
  bottom: 50px;
  right: 0;
  display: inline-block !important;
  width: 240px;
  vertical-align: bottom;
  transition: all 0.5s;
  background: none;
  text-align: left;
}
.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(../../css/images/fb-share.png);
  margin-right: 5px;
  background: rgba(0, 0, 0, 0) url("../../css/images/fb-share.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 15px;
  margin-bottom: -3px;
  width: 15px;
}
.VCSortableInPreviewMode[type=Photo].alignCenterOverflow .fb-share-wrapper {
  width: 660px;
  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[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[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 {
  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=content] {
  min-height: 38px;
  text-align: left;
}
.VCSortableInPreviewMode[type=content] p {
  margin-bottom: 10px;
}
.VCSortableInPreviewMode[type=content] p:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}
.VCSortableInPreviewMode[type=content] div[contenteditable=true]::after {
  clear: both;
  content: "";
  display: block;
  color: #999;
}
.VCSortableInPreviewMode[type=hr] {
  margin: 15px 0;
  height: 1px;
}
.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 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;
}

.PhotoCMS_Caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  word-break: break-word;
}
.PhotoCMS_Caption p {
  color: #666;
  font-size: 13px;
  font-style: italic;
  word-break: break-word;
}

.VCSortableInPreviewMode[type=StarQuoteV2] .quote {
  border: 8px none #ff6a03;
  font-family: "SFD-Bold";
  padding: 20px 0;
  text-align: left;
  font-size: 30px !important;
  line-height: 36px !important;
}
.VCSortableInPreviewMode[type=StarQuoteV2].alignCenter {
  clear: both;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border {
  border-color: #ff6c13;
  border-style: solid none;
  border-width: 8px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: none;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-sort {
  left: 45%;
  right: 45%;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-top {
  border-top-style: solid;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-top > .quote {
  margin-bottom: 0;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-bottom {
  border-bottom-style: solid;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .name-n-quote {
  position: relative;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .quote.border-left {
  border-left-style: solid;
  padding-left: 20px;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .quote.border-right {
  border-right-style: solid;
  padding-right: 20px;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .StarNameCaption {
  color: #797979;
  font: 14px/20px Arial;
  margin-top: 10px;
  text-align: left;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .StarNameCaption.hasmargin {
  margin-left: 27px;
}
.VCSortableInPreviewMode[type=StarQuoteV2].alignCenterOverflow .StarNameCaption {
  width: 660px;
  margin: auto;
}
.VCSortableInPreviewMode[type=StarQuoteV2].alignLeftOverflow, .VCSortableInPreviewMode[type=StarQuoteV2].alignLeft, .VCSortableInPreviewMode[type=StarQuoteV2].alignRight, .VCSortableInPreviewMode[type=StarQuoteV2].alignRightOverflow {
  margin-top: 10px;
}
.VCSortableInPreviewMode[type=SimpleQuote].alignCenter {
  clear: both;
}
.VCSortableInPreviewMode[type=SimpleQuote] .name-n-quote {
  position: relative;
}
.VCSortableInPreviewMode[type=SimpleQuote] span.custom-border {
  border-color: #ff6c13;
  border-style: solid none;
  border-width: 4px;
  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 > .quote {
  margin-bottom: 0;
}
.VCSortableInPreviewMode[type=SimpleQuote] span.custom-border.border-bottom {
  border-bottom-style: solid;
}
.VCSortableInPreviewMode[type=SimpleQuote] .quote.border-left {
  border-left-style: solid;
  padding-left: 20px;
}
.VCSortableInPreviewMode[type=SimpleQuote] .quote.border-right {
  border-right-style: solid;
  padding-right: 20px;
}
.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=SimpleQuote].no-border .quote {
  padding-left: 20px;
  position: relative;
}
.VCSortableInPreviewMode[type=SimpleQuote].no-border .quote:before {
  content: "“";
  font-size: 60px;
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: none;
  line-height: 29px;
}
.VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption {
  text-align: right;
  font-size: 12px;
  padding: 0;
  font-style: italic;
  font-weight: 700;
  color: #707070;
  color: inherit;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  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;
}

.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 {
  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::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 {
  margin-right: -200px;
  position: absolute;
  right: -10px;
  text-align: left !important;
  top: 0;
  width: 200px;
}
.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: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.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: 100%;
  margin-left: 0;
  margin-right: 0;
}

.Magazine .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;
  display: flex;
  flex-direction: column;
}

.LayoutAlbumCaption {
  color: #888;
  font-style: normal;
  font-size: 15px;
  font-family: Arial;
  min-height: 30px;
  text-align: left;
  margin: auto;
  margin-top: 10px;
}

.VCSortableInPreviewMode[type=LayoutAlbum].alignJustifyFull .LayoutAlbumCaption {
  text-align: center;
}
.VCSortableInPreviewMode.link-content-footer {
  text-align: left;
  line-height: 25px;
}
.VCSortableInPreviewMode[type=Photo].GifPhoto img {
  max-width: 100%;
}
.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 #ff6a03;
  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;
  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] .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;
}
.VCSortableInPreviewMode[type=VideoStream] div[videoid] {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.VCSortableInPreviewMode[type=VideoStream] iframe {
  max-width: 100%;
  display: block;
}
.VCSortableInPreviewMode[type=VideoStream] img {
  max-width: 100%;
}
.VCSortableInPreviewMode[type=VideoStream].alignJustifyFull iframe, .VCSortableInPreviewMode[type=VideoStream].alignCenterOverflow iframe {
  width: 100% !important;
}

figure[type=blockquoteinstant] {
  border-left: 3px solid #5d6a99;
  width: 345px !important;
  margin-left: 0 !important;
}
figure[type=blockquoteinstant] blockquote {
  display: block;
  min-height: 33px;
  padding: 0 10px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  margin-top: 0;
  color: #666;
  min-height: 21px;
}
figure[type=blockquoteinstant] blockquote p {
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  margin-top: 0;
  color: #666;
  min-height: 21px;
  text-align: left;
}
figure[type=PhotoInstant] figcaption, figure[type=VideoInstant] figcaption {
  line-height: 33px;
  width: 100%;
  font-size: 14px;
  font-family: arial;
  color: #666;
  background: url("../../css/images/likeshare_instant.png") left bottom no-repeat transparent;
  padding: 0 10px 24px 10px;
}
figure[type=SlideInstant] {
  width: 100%;
  text-align: center;
  background: url("../../css/images/slide.png") center 45px no-repeat transparent;
  border-top: 1px solid #ddd;
}
figure[type=SlideInstant]::after {
  display: block;
  position: absolute;
  top: 75px;
  left: 10px;
  width: 36px;
  height: 64px;
  background: url("../../css/images/arrow.png") right top no-repeat transparent;
  content: " ";
}
figure[type=SlideInstant]::before {
  display: block;
  position: absolute;
  top: 75px;
  right: 10px;
  width: 38px;
  height: 64px;
  background: url("../../css/images/arrow.png") left top no-repeat transparent;
  content: " ";
}
figure[type=SlideInstant] figcaption {
  padding: 0 10px;
  line-height: 33px;
  width: 100%;
  font-size: 14px;
  font-family: arial;
  color: #666;
  text-align: center;
  float: left;
}
figure[type=SlideInstant] figure {
  display: none;
}
figure[type=SlideInstant] figure:first-child {
  display: block;
  float: left;
  margin-left: 0 !important;
}
figure[type=SlideInstant] figure img {
  min-height: 200px;
}
figure[type=SlideInstant] figure figcaption {
  display: none;
}

.VCSortableInPreviewMode {
  display: inline-block;
  margin: 0 auto 15px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 90;
  visibility: visible;
  word-wrap: break-word;
  cursor: default;
}
.VCSortableInPreviewMode.alignJustify img, .VCSortableInPreviewMode.alignJustifyFull img, .VCSortableInPreviewMode.alignCenterOverflow img {
  width: 100%;
}
.VCSortableInPreviewMode[type=PullQuoteIa] aside.quote {
  border-top: 2px solid #ff6c13;
  border-bottom: 2px solid #ff6c13;
  text-align: left;
  padding: 10px 0;
  font-size: 18px;
}
.VCSortableInPreviewMode[type=linkboxia] .IABoxCallOut {
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 0 #dcdcdc;
  min-height: 109px;
  width: 342px;
  max-width: 100%;
}
.VCSortableInPreviewMode[type=linkboxia] .iabco-avatar {
  width: 109px;
  max-height: 109px;
  float: left;
}
.VCSortableInPreviewMode[type=linkboxia] a.iabco-link {
  min-height: 89px;
  display: block;
  position: relative;
  color: #222;
  text-align: left;
  padding-left: 119px;
  padding-right: 10px;
  text-decoration: none;
}
.VCSortableInPreviewMode[type=linkboxia] h2.iabco-title {
  color: #222;
  font-size: 18px !important;
  font-weight: bold;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 22px !important;
  font-family: "Times New Roman";
  padding-bottom: 28px;
}
.VCSortableInPreviewMode[type=linkboxia] .iabco-shownow {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.VCSortableInPreviewMode[type=linkboxia] .iabco-btnshownow {
  width: 30px;
  max-height: 30px;
  margin-top: -5px !important;
  vertical-align: middle;
}

.link-inline-content {
  color: #004370;
  text-decoration: none;
}

.link-content-footer a {
  background: transparent url(../../css/images/bg_linkfooter.jpg) no-repeat scroll 0 0;
  color: #004370;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-left: 25px;
  text-decoration: none;
}

.VCSortableInPreviewMode[type=insertembedcode] iframe {
  max-width: 100%;
}
.VCSortableInPreviewMode[type=insertembedcode].alignCenter {
  float: none;
  margin-left: 0;
  max-width: 100% !important;
  margin-right: 0;
}
.VCSortableInPreviewMode[type=insertembedcode].alignLeft {
  float: none;
  margin-left: -98px;
  width: unset;
  margin-right: 0;
}
.VCSortableInPreviewMode[type=insertembedcode].alignRight {
  float: none;
  margin-right: -30px;
  width: unset;
  margin-left: 0;
}

.rolling-news-editor .VCSortableInPreviewMode[type=insertembedcode].alignRight {
  margin-right: -13px;
}
.rolling-news-editor .VCSortableInPreviewMode[type=insertembedcode].alignLeft {
  margin-left: -13px;
}
.rolling-news-editor .VCSortableInPreviewMode[type=insertembedcode].alignCenterOverflow {
  margin-right: -13px;
  width: calc(100% + 26px);
  margin-left: -13px;
}

.VCSortableInPreviewMode[type=insertembedcode].alignCenterOverflow {
  float: none;
  margin-right: -60px;
  width: unset;
  margin-left: -60px;
}
.VCSortableInPreviewMode[type=insertembedcode].alignCenterOverflow iframe {
  width: 100%;
}
.VCSortableInPreviewMode[type=multipartblockcontent] {
  display: inline-block;
  padding: 30px 0;
  border-top: 1px solid #dfdfdf;
  margin-top: 30px;
  background-color: #fff;
}

.ims-editable-container.normal .VCSortableInPreviewMode[type=multipartblockcontent] {
  margin-left: -75px;
  width: calc(100% + 75px);
}
.ims-editable-container.small .VCSortableInPreviewMode[type=multipartblockcontent] {
  margin-left: -165px;
  width: calc(100% + 165px);
}

.VCSortableInPreviewMode[type=multipartblockcontent] .knccmpo-left {
  width: 90px;
  float: left;
  border-right: 1px solid #e3e3e3;
}
.VCSortableInPreviewMode[type=multipartblockcontent] .knccmpo-right {
  margin-left: 110px;
}
.VCSortableInPreviewMode[type=multipartblockcontent] p {
  margin-bottom: 0;
}
.VCSortableInPreviewMode[type=multipartblockcontent] .knccmpol-label.datentime {
  font-family: SFD-Medium;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  text-transform: unset;
}
.VCSortableInPreviewMode[type=multipartblockcontent] .knccmpol-label.datentime:hover {
  cursor: inherit;
}
.VCSortableInPreviewMode[type=multipartblockcontent] .knccmporc-title:hover {
  cursor: inherit;
}
.VCSortableInPreviewMode[type=multipartblockcontent] .knccmpor-content {
  text-align: justify;
}
.VCSortableInPreviewMode[type=multipartblockcontent] .knccmpor-content:hover {
  cursor: inherit;
}
.VCSortableInPreviewMode[type=multipartblockcontent] .block-title-wrap {
  min-height: 41px;
  text-align: left;
  font-size: 24px;
  color: #222;
  font-family: '"SFD-Bold"';
  margin: 0 0 15px 0;
}

.vceditor-content[contenteditable=true] .VCSortableInPreviewMode[type=multipartblockcontent] .knccmporc-title {
  margin-top: 0;
  margin-bottom: 0;
}

.VCSortableInPreviewMode[type=multipartblockcontent] .knccmporc-title {
  font-weight: bold;
  font-family: '"SFD-Bold"';
  font-size: 24px;
  color: #222;
  display: block;
  margin-bottom: 15px;
  line-height: 28px;
  margin-top: -5px;
}
.VCSortableInPreviewMode[type=multipartblockcontent] .block-content-wrap {
  text-align: left;
}
.VCSortableInPreviewMode[type=multipartblockcontent] .block-content > p {
  min-height: 30px;
  margin-bottom: 15px;
}

.ims-editable-container.small .VCSortableInPreviewMode[type=multipartblockcontent] .knccmpo-right {
  margin-left: 165px;
}
.ims-editable-container.small .VCSortableInPreviewMode[type=multipartblockcontent] .knccmpo-left {
  width: 125px;
}
.ims-editable-container.normal .VCSortableInPreviewMode[type=multipartblockcontent] .knccmpo-right {
  margin-left: 75px;
}
.ims-editable-container.normal .VCSortableInPreviewMode[type=multipartblockcontent] .knccmpo-left {
  width: 65px;
}

.VCSortableInPreviewMode[type=multipart] {
  display: inline-block;
}
.VCSortableInPreviewMode[type=multipart].kncc-multipart-object {
  padding: 30px 0;
  border-top: 1px solid #dfdfdf;
  margin-top: 30px;
  background-color: #f1f1f1;
}
.VCSortableInPreviewMode[type=multipart] .knccmpo-left {
  width: 90px;
  float: left;
}
.VCSortableInPreviewMode[type=multipart] .knccmpo-right {
  margin-left: 110px;
}
.VCSortableInPreviewMode[type=multipart] .kncc-multipart-object p {
  margin-bottom: 15px;
}
.VCSortableInPreviewMode[type=multipart] .knccmpol-label.datentime {
  font-family: SFD-Medium;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.VCSortableInPreviewMode[type=multipart] .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%;
}
.VCSortableInPreviewMode[type=multipart] .knccmpor-content {
  text-align: justify;
  margin-right: 20px;
}
.VCSortableInPreviewMode[type=blockcontent] {
  margin-top: 3.5em;
}
.VCSortableInPreviewMode[type=blockcontent] .block-title-wrap {
  min-height: 41px;
  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 > p {
  margin-bottom: 15px;
  min-height: 30px;
}
.VCSortableInPreviewMode[type=blockcontent] .block-title-wrap {
  border: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
.VCSortableInPreviewMode[type=blockcontent] .block-title-wrap:before {
  background-color: #d5d5d5;
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0;
  top: -30px;
  content: "";
}
.VCSortableInPreviewMode[type=blockcontent] .block-content-wrap {
  border: none;
  padding-left: 0;
}
.VCSortableInPreviewMode[type=FootBall] {
  display: block;
  font-family: Georgia;
  line-height: 20px;
  padding: 18px 20px 25px;
  border: 2px solid #42bcee;
  background: #eaf7ff;
  margin-bottom: 30px;
  text-align: center;
}
.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 {
  display: inline-block;
  width: 100%;
  font-family: SFD-Semibold;
  font-size: 16px;
  margin-bottom: 20px;
}
.VCSortableInPreviewMode[type=FootBall] .NLFootballBot > div:before {
  content: " ";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.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%;
}
.VCSortableInPreviewMode[type=FootBall] .NLFootballGoals .football-icon {
  background: url(../../css/images/football_01.png) no-repeat scroll center center;
}
.VCSortableInPreviewMode[type=FootBall] .NLFootballRedCards .football-icon {
  background: url(../../css/images/football_03.png) no-repeat scroll center center;
}
.VCSortableInPreviewMode[type=FootBall] .NLFootballYellowCards .football-icon {
  background: url(../../css/images/football_05.png) no-repeat scroll center center;
}
.VCSortableInPreviewMode[type=FootBall] .football-player {
  margin-right: 4px;
}
.VCSortableInPreviewMode[type=FootBall] .football-time {
  color: #2c91cf;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote {
  font-family: Arial !important;
  padding: 8px;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote a.star-ava {
  display: block;
  float: left;
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote a.star-ava img {
  border-radius: 100px;
  height: 50px;
  width: 50px;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote h3.star-name {
  text-align: left;
  margin: 4px 0;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote h3.star-name a {
  color: #ff621d;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote .name-n-quote {
  width: 80%;
}
.VCSortableInPreviewMode[type=StarQuote].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;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote .quote {
  position: relative;
  text-align: justify;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote .quote::before {
  background: transparent url("../../css/images/quote-sprite.png") no-repeat scroll left top;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote .quote::after {
  background: transparent url("../../css/images/quote-sprite.png") no-repeat scroll left bottom;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  width: 21px;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote.type2 {
  margin-right: 20px;
  float: left;
  padding: 2px 2px 2px 5px;
  width: 240px;
  box-sizing: content-box !important;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote.type2 .quote {
  text-align: left;
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 15px;
  padding: 0 26px;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote.type2 .star-ava-n-name {
  margin-left: 25px;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote.type2 .star-ava-n-name h3.star-name {
  float: left;
  padding-top: 12px;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote.type2 .star-ava-n-name a.star-ava {
  margin-right: 10px;
  height: 50px;
  width: 50px;
}
.VCSortableInPreviewMode[type=StarQuote].star-quote.type3 .quote {
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
  padding: 0 22px;
}
.VCSortableInPreviewMode.star-quote[type=StarQuoteV2] .name-n-quote {
  width: 100%;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .quote {
  border: 8px none #ff6a03;
  font-family: "SFD-Bold";
  padding: 20px 0;
  text-align: left;
  font-size: 30px !important;
  line-height: 36px !important;
}
.VCSortableInPreviewMode[type=StarQuoteV2].alignCenter {
  clear: both;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border {
  border-style: solid none;
  border-width: 8px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: none;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-sort {
  left: 45%;
  right: 45%;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-top {
  border-top-style: solid;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-top > .quote {
  margin-bottom: 0;
}
.VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-bottom {
  border-bottom-style: solid;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .name-n-quote {
  position: relative;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .quote.border-left {
  border-left-style: solid;
  padding-left: 20px;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .quote.border-right {
  border-right-style: solid;
  padding-right: 20px;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .StarNameCaption {
  color: #797979;
  font: 14px/20px Arial;
  margin-top: 10px;
  text-align: left;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .StarNameCaption.hasmargin {
  margin-left: 27px;
}
.VCSortableInPreviewMode[type=StarQuoteV2].alignCenterOverflow .StarNameCaption {
  width: 660px;
  margin: auto;
}
.VCSortableInPreviewMode[type=StarQuoteV2].alignLeftOverflow, .VCSortableInPreviewMode[type=StarQuoteV2].alignLeft, .VCSortableInPreviewMode[type=StarQuoteV2].alignRight, .VCSortableInPreviewMode[type=StarQuoteV2].alignRightOverflow {
  margin-top: 10px;
}
.VCSortableInPreviewMode[type=StarQuoteV2] .border-top {
  border-top: 1px solid #f3f3f3;
  padding: 15px 0 0;
}
.VCSortableInPreviewMode[type=specifications] {
  text-align: left;
}
.VCSortableInPreviewMode[type=specifications] .VCSpecifications_head {
  border-bottom: solid 1px #00838c;
  color: #231f20;
  text-align: center;
}
.VCSortableInPreviewMode[type=specifications] .VCSpecifications_tit {
  padding: 10px 10px 10px 0;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}
.VCSortableInPreviewMode[type=specifications] .VCSpecifications_score {
  float: right;
  padding: 10px 10px;
  font-weight: bold;
  border: solid 1px #00838c;
  border-bottom: none;
  font-size: 18px;
}
.VCSortableInPreviewMode[type=specifications] .VCSpecifications_content {
  overflow: hidden;
  font-size: 13px;
}
.VCSortableInPreviewMode[type=specifications] .VCSpecifications_content table {
  width: 100%;
}
.VCSortableInPreviewMode[type=specifications] .VCSpecifications_content td {
  padding: 0.8em;
  border-bottom: 1px solid #f1f2f3;
  font-size: 15px;
}
.VCSortableInPreviewMode[type=specifications] .VCSpecifications_content tr td:nth-child(1) {
  width: 250px;
  opacity: 0.8;
}
.VCSortableInPreviewMode[type=specifications] .VCCTable_Rps {
  margin: 0;
}
.VCSortableInPreviewMode[type=specifications] .VCCTable_Rps tr {
  border: none;
}
.VCSortableInPreviewMode[type=specifications] .VCCTable_Rps tr:nth-child(2n+1) {
  background-color: #e1f5fe;
}
.VCSortableInPreviewMode[type=photopia] {
  border-top: 1px solid #ececec;
  margin-top: 2em;
  padding-top: 2.5em;
  margin-bottom: 0;
}
.VCSortableInPreviewMode[type=photopia]:first-of-type {
  border-top: none;
  padding-top: 0;
}
.VCSortableInPreviewMode[type=photopia] .block-title-wrap {
  min-height: 37px;
  text-align: left;
  font-size: 22px;
  color: #222;
  font-family: '"SFD-Bold"';
  margin: 15px 0;
}
.VCSortableInPreviewMode[type=photopia] .block-content-wrap {
  text-align: left;
}
.VCSortableInPreviewMode[type=photopia] .block-content > p {
  margin-bottom: 15px;
  min-height: 30px;
}
.VCSortableInPreviewMode[type=photopia] .block-content > p:last-child {
  margin-bottom: 0;
}
.VCSortableInPreviewMode[type=photopia] .block-title-wrap {
  border: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
.VCSortableInPreviewMode[type=photopia] .VCSortableInPreviewMode[type=photo] img {
  width: 100%;
}
.VCSortableInPreviewMode[type=photopia] .block-content-wrap {
  border: none;
  padding-left: 0;
}
.VCSortableInPreviewMode[type="360photo"] {
  border: 1px solid #ff4500;
  height: 102px;
}

@media (min-width: 480px) {
  .VCSortableInPreviewMode[type=specifications] .VCCTable_Rps td:before {
    display: none;
  }
  .VCSortableInPreviewMode[type=specifications] .VCCTable_Rps th, .VCSortableInPreviewMode[type=specifications] .VCCTable_Rps td {
    display: table-cell;
    padding: 0.8em !important;
  }
  .VCSortableInPreviewMode[type=specifications] .VCCTable_Rps th:first-child, .VCSortableInPreviewMode[type=specifications] .VCCTable_Rps td:first-child {
    padding-left: 0 !important;
  }
  .VCSortableInPreviewMode[type=specifications] .VCCTable_Rps th:last-child, .VCSortableInPreviewMode[type=specifications] .VCCTable_Rps td:last-child {
    padding-right: 0 !important;
  }
}
.VCCSortableInPreviewMode[type=BeforeAfter] {
  position: relative;
  display: block;
}
.VCCSortableInPreviewMode[type=BeforeAfter] img {
  display: block;
  max-width: none !important;
  height: 100%;
}
.VCCSortableInPreviewMode[type=BeforeAfter]::after {
  clear: both;
  content: "";
  display: table;
}
.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, .VCCSortableInPreviewMode[type=BeforeAfter] .baw1, .VCCSortableInPreviewMode[type=BeforeAfter] .baw2 {
  width: 2%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw3 {
  width: 3%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw4 {
  width: 4%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw5 {
  width: 5%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw6 {
  width: 6%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw7 {
  width: 7%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw8 {
  width: 8%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw9 {
  width: 9%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw10 {
  width: 10%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw11 {
  width: 11%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw12 {
  width: 12%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw13 {
  width: 13%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw14 {
  width: 14%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw15 {
  width: 15%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw16 {
  width: 16%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw17 {
  width: 17%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw18 {
  width: 18%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw19 {
  width: 19%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw20 {
  width: 20%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw21 {
  width: 21%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw22 {
  width: 22%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw23 {
  width: 23%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw24 {
  width: 24%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw25 {
  width: 25%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw26 {
  width: 26%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw27 {
  width: 27%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw28 {
  width: 28%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw29 {
  width: 29%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw30 {
  width: 30%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw31 {
  width: 31%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw32 {
  width: 32%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw33 {
  width: 33%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw34 {
  width: 34%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw35 {
  width: 35%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw36 {
  width: 36%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw37 {
  width: 37%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw38 {
  width: 38%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw39 {
  width: 39%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw40 {
  width: 40%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw41 {
  width: 41%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw42 {
  width: 42%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw43 {
  width: 43%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw44 {
  width: 44%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw45 {
  width: 45%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw46 {
  width: 46%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw47 {
  width: 47%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw48 {
  width: 48%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw49 {
  width: 49%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw50 {
  width: 50%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw51 {
  width: 51%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw52 {
  width: 52%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw53 {
  width: 53%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw54 {
  width: 54%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw55 {
  width: 55%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw56 {
  width: 56%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw57 {
  width: 57%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw58 {
  width: 58%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw59 {
  width: 59%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw60, .VCCSortableInPreviewMode[type=BeforeAfter] .baw61 {
  width: 60%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw62 {
  width: 62%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw63 {
  width: 63%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw64 {
  width: 64%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw65 {
  width: 65%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw66 {
  width: 66%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw67 {
  width: 67%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw68 {
  width: 68%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw69 {
  width: 69%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw70 {
  width: 70%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw71 {
  width: 71%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw72 {
  width: 72%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw73 {
  width: 73%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw74 {
  width: 74%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw75 {
  width: 75%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw76 {
  width: 76%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw77 {
  width: 77%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw78 {
  width: 78%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw79 {
  width: 79%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw80 {
  width: 80%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw81 {
  width: 81%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw82 {
  width: 82%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw83 {
  width: 83%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw84 {
  width: 84%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw85 {
  width: 85%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw86 {
  width: 86%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw87 {
  width: 87%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw88 {
  width: 88%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw89 {
  width: 89%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw90 {
  width: 90%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw91 {
  width: 91%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw92 {
  width: 92%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw93 {
  width: 93%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw94 {
  width: 94%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw95 {
  width: 95%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw96 {
  width: 96%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw97 {
  width: 97%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .baw98, .VCCSortableInPreviewMode[type=BeforeAfter] .baw99, .VCCSortableInPreviewMode[type=BeforeAfter] .baw100 {
  width: 98%;
}
.VCCSortableInPreviewMode[type=BeforeAfter] .PhotoCMS_Caption {
  width: 100%;
  clear: both;
}

.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;
}

.instant-article .VCSortableInPreviewMode[type=MadeByMe] .MadeByMePhoto {
  max-width: 100%;
}

.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 !important;
  color: #000;
  font-size: 15px;
  font-family: SFD-Regular;
  line-height: 20px;
  color: #000;
  font-size: 15px;
  font-family: SFD-Regular;
}
.VCSortableInPreviewMode[type=profilecontentbox].alignJustify {
  width: 100%;
}

.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 {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type=one] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  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 {
  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;
  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 {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type=two] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  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 {
  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;
  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 {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type=three] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  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;
  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 {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type=four] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  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 {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type=five] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  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("../../css/images/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;
  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 {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.VCCharacterBox[data-type=six] .VCCharacterBoxDescription {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  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("../../css/images/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;
}

.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;
}

.kbwscwl-relatedbox {
  float: right;
  display: block;
  margin-bottom: 0;
}
.kbwscwl-relatedbox.type-1 {
  border: 1px solid #f1e7db;
  width: 100%;
}
.kbwscwl-relatedbox.type-1 .kbwscwlrl-title {
  padding: 10px;
}
.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(../../css/images/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: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
  display: list-item;
}
.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("../../css/images/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 {
  width: 290px;
  border: 1px solid #ccc;
  border-top: 3px solid #007f74;
  border-radius: 3px;
  overflow: hidden;
}
.kbwscwl-relatedbox.type-4 .kbwscwlrl-title-header {
  font: bold 16px Arial;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 0;
}
.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;
  padding: 10px 0;
  margin: 0 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: 48%;
  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;
}

table {
  border-collapse: collapse;
}

.VCCTable, .MsoNormalTable {
  width: 100%;
  border-collapse: collapse;
  border-color: #999;
  border: none;
}

.VCSortableInPreviewMode[type=toc] {
  background-color: #f7f7f7;
  max-width: 280px;
  padding: 15px 25px;
}
.VCSortableInPreviewMode[type=toc] .toc-title {
  text-transform: uppercase;
  text-align: center;
  font: 600 16px/30px "Open Sans" !important;
  margin-bottom: 10px;
  color: #333;
}
.VCSortableInPreviewMode[type=toc] .toc-level {
  margin-top: 5px;
  line-height: 18px;
  text-align: left;
}
.VCSortableInPreviewMode[type=toc] .toc-level a {
  color: #3575d3;
  font: 400 14px/16px "Roboto" !important;
}
.VCSortableInPreviewMode[type=toc] .toc-level a:hover {
  color: #dc1f00;
}
.VCSortableInPreviewMode[type=toc] .toc-level-1 {
  margin-left: 15px;
}
.VCSortableInPreviewMode[type=toc] .toc-level-2 {
  margin-left: 25px;
}
.VCSortableInPreviewMode[type=toc] .toc-level-3 {
  margin-left: 35px;
}
.VCSortableInPreviewMode[type=attachfile] {
  width: auto;
  margin-bottom: 15px;
}
.VCSortableInPreviewMode[type=attachfile] .file-download-link {
  color: #ff9900;
}
.VCSortableInPreviewMode[type=attachfile].alignLeft {
  text-align: left;
}
.VCSortableInPreviewMode[type=attachfile].alignCenter {
  text-align: center;
}
.VCSortableInPreviewMode[type=attachfile].alignRight {
  text-align: right;
}
.VCSortableInPreviewMode[type=attachfile] .file-download-link i {
  margin-left: 10px;
}
.VCSortableInPreviewMode[type=attachfile] .file-download-description {
  font-size: 12px;
  color: #999;
  font-style: italic;
}
.VCSortableInPreviewMode[type=contactinfo] {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
}
.VCSortableInPreviewMode[type=contactinfo] .contact-info .title {
  font-family: SFD-SemiBold, Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.VCSortableInPreviewMode[type=contactinfo] .list-contact {
  display: flex;
}
.VCSortableInPreviewMode[type=contactinfo] .flex-between {
  justify-content: space-between;
}
.VCSortableInPreviewMode[type=contactinfo] .two-contact .contact-detail {
  margin-right: 80px;
  min-width: 180px;
}
.VCSortableInPreviewMode[type=contactinfo] .list-contact .contact-detail .name {
  margin-bottom: 5px;
  font-family: SFD-SemiBold, Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 30px;
  color: #222;
}
.VCSortableInPreviewMode[type=contactinfo] .list-contact .contact-detail .position, .VCSortableInPreviewMode[type=contactinfo] .list-contact .contact-detail .phone {
  margin-bottom: 3px;
  font-family: SFD-Regular, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #222;
}
.VCSortableInPreviewMode[type=contactinfo] .list-contact .contact-detail .email {
  margin-bottom: 3px;
  font-family: SFD-Regular, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #d30000;
}

.widget-box.alignCenterOverflow {
  margin-left: -25%;
  width: 150%;
}

.before-after {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
}

.before, .after {
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto 101%;
  background-repeat: no-repeat;
}

.before {
  border-right: 3px solid rgba(34, 34, 34, 0.7);
}
.before:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAyAQMAAABbIAgDAAAABlBMVEUiIiL///9ehyAxAAAAG0lEQVR4Xo3FoQEAAACCMA/j/7s0mxiBWKy/VEa0AWlrlzqkAAAAAElFTkSuQmCC);
  width: 8px;
  background-position: left;
  background-repeat: no-repeat;
}

.btn_after_before {
  overflow: hidden;
  background-color: #333;
  height: 35px;
}
.btn_after_before input[type=button] {
  float: left;
  height: 100%;
  border: 0;
}
.btn_after_before input.btn_before {
  width: 50%;
  border-right: solid 1px #222;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAd0lEQVQ4y2P4//8/AxFYBYjvAvElItUzEGvok/8QcJdaBsshGfoEagnFBssA8R1yDMVnMEWG4jKYYkOxGUwVQ9ENppqhyAZT1VCYwVQ3FGbw3//UBx9oajDNgoJmkUfT5EbTDELTLE3TQoimxSZNC3qaVk1kV6YAR+0L00o+DO4AAAAASUVORK5CYII=) no-repeat 50% 12px;
  background-size: 11px;
}
.btn_after_before input.btn_after {
  width: 49%;
  border-left: solid 1px #444;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAeklEQVQ4y2P4//8/A5H4EhDfBWIVYtQzkGAwyFAQeEKM4aQYrAI1FGa4HLUMRjf8DhDLUMtgog0nx2CiDCfXYIKGU2IwXsMpNRin4dQwGKvhIMEP/6kP/tLUYJoFxaCMPJokN5pkEJpkaZoUQjQpNmlW0NOsaiKpMgUAq/UL0zGq8jEAAAAASUVORK5CYII=) no-repeat 50% 12px;
  background-size: 11px;
}
.btn_after_before input.btn_before:hover, .btn_after_before input.btn_after:hover {
  background-color: #222;
}

.before-after.skin2.flip-container {
  perspective: 1000px;
  margin-top: 10px;
  position: relative;
}
.before-after.skin2.flip-container .flipper {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: relative;
  z-index: 3;
}
.before-after.skin2.flip-container .front, .before-after.skin2.flip-container .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.before-after.skin2.flip-container .front {
  z-index: 2;
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.before-after.skin2.flip-container .back {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.before-after.skin2.rotate .flipper {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.before-after.skin2 .icon {
  border: 0;
  position: absolute;
  top: 14px;
  left: 4px;
  padding: 3px 5px;
  display: inline-block;
  cursor: pointer;
  z-index: 3;
}

.VCSortableInPreviewMode[type=Vote] {
  font-family: "Times New Roman";
}
.VCSortableInPreviewMode[type=Vote] .VCListVoteAnswers {
  text-align: left;
}
.VCSortableInPreviewMode[type=Vote] .VCListVoteAnswers span {
  display: block;
  padding: 5px 0 5px 18px;
  clear: both;
  position: relative;
}
.VCSortableInPreviewMode[type=Vote] .VCListVoteAnswers span label {
  font-family: Arial;
  font-size: 12px;
  color: #555;
}
.VCSortableInPreviewMode[type=Vote] h4 {
  margin-top: 10px;
  font-size: 13px;
  font-family: sfd_semibold;
  font-weight: normal;
}
.VCSortableInPreviewMode[type=Vote] h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: sfd_semibold;
  font-weight: normal;
}
.VCSortableInPreviewMode[type=Vote] .VCListVoteAnswers {
  padding: 0 10px;
}
.VCSortableInPreviewMode[type=Vote] .VCListVoteAnswers span * {
  display: inline-block;
}
.VCSortableInPreviewMode[type=Vote] .VCListVoteAnswers span input {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 13px;
}
.VCSortableInPreviewMode[type=Vote] .VCListVoteAnswers p input {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.VCSortableInPreviewMode[type=Vote] .VCPollSubmit, .VCSortableInPreviewMode[type=Vote] .VCPollViewResult {
  display: inline-block;
  margin-left: 10px;
}

.svmodal {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.svmodal-content {
  margin: 10% auto;
  width: 600px;
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.svclose {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 0;
  cursor: pointer;
  font: normal 16px/28px Arial;
}

.ui-progress {
  height: 22px;
  background: #ebebeb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 10px;
}
.ui-progress .ui-progress-value {
  display: block;
  margin: 0 -1px;
  min-width: 30px;
  height: 20px;
  line-height: 18px;
  text-align: left;
  background: #ccc;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #ccc);
  background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #ccc);
  background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #ccc);
  background-image: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #ccc);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-progress .ui-progress-count, .ui-progress .ui-progress-text {
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.ui-progress .green {
  background: #85c440;
  border-color: #78b337 #6ba031 #568128;
  background-image: -webkit-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: -moz-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: -o-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: linear-gradient(to bottom, #b7dc8e, #99ce5f 70%, #85c440);
}
.ui-progress .red {
  background: #db3a27;
  border-color: #c73321 #b12d1e #8e2418;
  background-image: -webkit-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: -moz-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: -o-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: linear-gradient(to bottom, #ea8a7e, #e15a4a 70%, #db3a27);
}
.ui-progress .orange {
  background: #f2b63c;
  border-color: #f0ad24 #eba310 #c5880d;
  background-image: -webkit-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: -moz-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: -o-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: linear-gradient(to bottom, #f8da9c, #f5c462 70%, #f2b63c);
}
.ui-progress .blue {
  background: #5aaadb;
  border-color: #459fd6 #3094d2 #277db2;
  background-image: -webkit-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: -moz-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: -o-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: linear-gradient(to bottom, #aed5ed, #7bbbe2 70%, #5aaadb);
}
.ui-progress .ui-progress-count {
  display: none;
}
.ui-progress.count .ui-progress-count {
  display: block;
}
.ui-progress.count .ui-progress-text {
  display: none;
}

.vote-result-title {
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  font: normal 18px/24px Arial;
}

.vote-alert {
  padding: 10px;
  font-size: 18px;
}

.vote-result {
  width: 100%;
}
.vote-result td {
  padding: 5px;
  vertical-align: middle;
  width: auto;
  position: relative;
  display: block;
}
.vote-result .value {
  line-height: 16px;
  font-size: 12px;
  color: #808080;
  text-align: left;
}
.vote-result .rate {
  text-align: left;
  font-size: 14px;
}
.vote-result .text {
  position: relative;
  z-index: 2;
  color: #060092;
  padding: 0 8px;
}
.vote-result .percent {
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #87c700;
  z-index: 1;
  border-radius: 16px;
}

.vote-result-footer {
  padding: 10px 8px 0 8px;
  border-top: 1px solid #eee;
  margin-top: 10px;
  font: normal 14px/19px Arial;
}

.votedetail .tdyk-ans {
  line-height: 20px;
  display: block;
  padding: 5px 0;
}
.votedetail .tdyk-ans label {
  line-height: 16px;
  font-size: 14px;
  color: #000;
  text-align: left;
  padding-left: 5px;
}
.votedetail .tdyk-ans * {
  vertical-align: middle;
}
.votedetail .result-header {
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0;
  text-decoration: underline;
}

.VCSortableInPreviewMode[type=BoxTable] table thead th i {
  font-style: italic;
}
.VCSortableInPreviewMode[type=BoxTable] table thead th b {
  font-weight: bold;
}

.bg-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background-size: cover;
}

.bgPoster:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
}

.lvc-line-mask {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.loading-vid-countdown, .loading-vid-icon {
  width: 100px !important;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  font-family: arial;
  z-index: 99999;
}

.loading-vid-countdown.quickspin .lvc-line-mask {
  -webkit-animation: mymove 1s infinite linear;
  animation: mymove 3s infinite linear;
}

@-webkit-keyframes mymove {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(1080deg);
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes mymove {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(1080deg);
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
.lvc-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.1);
  margin-left: -50px;
  margin-top: -50px;
}

.lvc-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.1);
  margin-left: -50px;
  margin-top: -50px;
  background-image: url("../../css/images/play-icon.png");
  background-size: cover;
  box-shadow: none;
}

.lvc-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  overflow: hidden;
  -webkit-transform-origin: 50px 50px;
  -moz-transform-origin: 50px 50px;
  -ms-transform-origin: 50px 50px;
  -o-transform-origin: 50px 50px;
  transform-origin: 50px 50px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.lvc-line-mask .lvc-line {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.lvc-label {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: -85px;
  display: block;
  height: 20px;
  line-height: 20px;
  width: 160px;
  text-align: center;
  margin-left: -80px;
  max-width: 160px !important;
}

span.lvc-number {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  width: 100px;
  height: 100px;
  font-size: 36px;
  line-height: 100px;
  text-align: center;
}

.pos-rlt {
  position: relative;
}

.VCSortableInPreviewMode[type=VideoStream] {
  box-sizing: border-box;
  width: 100%;
}
.VCSortableInPreviewMode[type=VideoStream] .iframe-wraper {
  position: relative;
  padding-top: 56.25%;
  box-sizing: border-box;
}
.VCSortableInPreviewMode[type=VideoStream] .iframe-wraper iframe {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}

.lb-news-content {
  position: relative;
}

.pause-vd-notify {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.pause-vd-notify span {
  position: absolute;
  bottom: 5px;
  left: 12px;
  color: #fff;
  font-family: Arial;
  font-size: 13px;
  animation: pauseVdNotify 1s linear infinite;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  line-height: 26px;
}
.pause-vd-notify span svg {
  float: left;
  margin-top: 6px;
  margin-right: 6px;
}
.pause-vd-notify span svg path {
  fill: white;
}

@keyframes pauseVdNotify {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pauseVdNotify {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes pauseVdNotify {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.widget-box {
  display: inline-block;
  margin: 0 auto 15px;
  word-wrap: break-word;
  position: relative;
  line-height: 1.4;
  font-weight: 300;
  z-index: 1;
}
.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) solid 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(33.3333333333% - 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(33.3333333333% - 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;
}
.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: 0 5px;
  -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-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;
}

.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[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;
}
.widget-box .radius-img-sm {
  width: 180px;
  height: 180px;
  margin: 10px auto;
}
.widget-box .radius-img-sm img {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

.sp-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: #003865;
  text-align: center;
  z-index: 1;
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sp-back-to-site {
  display: block;
  padding-left: 55px;
  height: 44px;
  float: left;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-back-to-k14 {
  background-size: 160px;
}

.sp-back-to-site:before {
  left: -5px;
  background: url(../../css/images/back-icon-magazine.png) center center #003865 no-repeat;
  width: 60px;
  height: 44px;
  top: 0;
  display: block;
  position: absolute;
  content: "";
}

.sp-back-to-k14:before {
  background: url(../../css/images/back-icon-magazine.png) center center #003865 no-repeat;
}
.sp-back-to-k14:hover:before {
  background-color: #ff6a02;
}

.sp-sticky-header.afamily .sp-back-to-site:before {
  background-color: #003865;
}
.sp-sticky-header.active {
  top: 0;
}
.sp-sticky-header.nav-up {
  top: -44px;
}
.sp-sticky-header.nav-down {
  top: 0;
}

.sp-mag-logo {
  margin: 0 auto;
  display: inline-block;
}
.sp-mag-logo img {
  max-height: 26px;
  vertical-align: baseline;
  margin-top: 10px;
  max-width: 100%;
}

.sp-user-profile {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  padding: 12px 15px !important;
}

.fb-like {
  margin-right: 10px;
  float: left;
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}
.fb_iframe_widget iframe {
  position: absolute;
}

.sp-sticky-header .kbwcs-fb {
  height: 20px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  margin-right: 6px;
  border-radius: 2px;
  font-family: "SFD-Bold";
  font-size: 12px;
  overflow: hidden;
  position: relative;
  background: #4167b2;
  padding-left: 20px;
  float: none;
}
.sp-sticky-header .kbwcs-fb:before {
  content: "";
  background: url(../../css/images/icon-facebook.png) center center no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 7px;
  background-size: 69%;
}
.sp-sticky-header .kbwcs-number {
  text-align: center;
  font-family: "SFD-Bold";
  font-size: 12px;
  padding: 0 6px;
}

.fr {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.img185x120 {
  width: 185px;
  height: 120px;
}

header {
  position: relative;
  z-index: 9999;
}

.w610 {
  width: 610px;
}

.w35 {
  width: 35px;
}

.expanded header .header-bottom .menu-expand {
  visibility: visible;
  opacity: 1;
  display: flex;
}

body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  height: auto !important;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

.w685 {
  width: 685px;
}

.img135x90 {
  width: 135px;
  height: 90px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearboth {
  clear: both;
}

.br-r {
  border-right: 1px #efefef solid;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-25 {
  margin-top: 25px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.mgt-25 {
  margin-top: 25px;
}

.ml-60 {
  margin-left: 40px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20, .mb-25 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pr-20 {
  padding-right: 20px;
}

.pr-19 {
  padding-right: 19px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.w980 {
  width: 980px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}

.w660 {
  width: 660px;
  margin: 0 auto;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w195 {
  width: 195px;
}

.w668 {
  width: 668px;
  margin: 0 auto;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w375 {
  width: 375px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w700 {
  width: 700px;
}

.w720 {
  width: 720px;
}

.w535 {
  width: 535px;
}

.w48 {
  width: 46%;
  float: left;
}

.w320 {
  width: 320px;
  float: left;
  box-sizing: border-box;
}

.w610 {
  width: 610px;
}

.w900 {
  width: 900px;
  margin: 0 auto;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1040 {
  width: 1040px;
  margin: 0 auto;
}

.img375x250 {
  width: 375px;
  height: 250px;
}

.img120x80 {
  width: 120px;
  height: 80px;
}

.img295x196 {
  width: 295px;
  height: 196px;
}

.img600x400 {
  width: 600px;
  height: 400px;
}

.img300x200 {
  width: 300px;
  height: 200px;
}

.img245x118 {
  width: 245px;
  height: 118px;
}

.img330x220 {
  width: 330px;
  height: 220px;
}

.w184 {
  width: 184px;
}

.w488 {
  width: 488px;
}

.w295 {
  width: 295px;
}

.mgl15 {
  margin-left: 15px;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

a {
  text-decoration: none;
  display: block;
}

.img325x216 {
  width: 325px;
  height: 216px;
}

.img215x144 {
  width: 215px;
  height: 144px;
}

.sapo a {
  display: inline;
  color: #f48320;
}

.description p {
  color: #333;
  font: normal 14px/normal Roboto-Regular;
  line-height: 18px;
}
.description p a {
  float: left;
  margin-right: 3px;
}

.nav-up {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

header .w1000 {
  position: relative;
}
header .header-top {
  width: 100%;
  background-color: #003865;
  height: 103px;
}
header .header-top a.logo-header {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -2px -2px;
  width: 266px;
  height: 85px;
  margin-top: 12px;
}
header .header-top .menu-header-top {
  position: absolute;
  bottom: -10px;
  right: 0;
}
header .header-top .menu-header-top li {
  margin-left: 16px;
  float: left;
  color: #939393;
  font: normal 14px/normal HelveticaWorld-Bold;
}
header .header-top .menu-header-top .phone {
  display: inline-flex;
}
header .header-top .menu-header-top .phone span {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -295px -1px;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  background-size: 400px 300px;
}
header .header-top .menu-header-top .phone a {
  color: #939393;
  font: normal 14px/normal HelveticaWorld-Bold;
}
header .header-top .menu-header-top .button img {
  height: 27px;
}
header .header-top .menu-header-top .fb a {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -315px -1px;
  width: 16px;
  height: 16px;
  background-size: 400px 300px;
}
header .header-top .menu-header-top .youtube a {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -333px -1px;
  width: 18px;
  height: 13px;
  margin-top: 2px;
  background-size: 400px 300px;
}
header .header-top .menu-header-top .twitter a {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -352px -1px;
  width: 20px;
  height: 16px;
  background-size: 400px 300px;
}
header .header-top .menu-header-top .wifi a {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -373px -1px;
  width: 15px;
  height: 15px;
  background-size: 400px 300px;
}
header .header-bottom {
  background-color: #f48320;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  transform: translateY(0);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
header .header-bottom.nav-up {
  position: fixed;
  right: 0;
  left: 0;
  top: -37px;
  z-index: 999999;
  transition: ease 0.2s;
  animation: nav-slide-out 0.2s;
  opacity: 1;
  background-color: #003865;
}
header .header-bottom.nav-down {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999999;
  transition: ease 0.2s;
  animation: nav-slide-in 0.2s;
  opacity: 1;
  background-color: #003865;
}
header .header-bottom.nav-down ul.menu-main li a {
  font-size: 14px;
}
header .header-bottom.nav-down [data-trigger] {
  height: 39px;
}
header .header-bottom.nav-down [data-trigger] .popup {
  top: 39px;
}
header .header-bottom.nav-down .menu-expand {
  top: 39px;
}
header .header-bottom.nav-down ul.menu-main li.icon-home a.home {
  padding-top: 18px;
  padding-bottom: 18px;
}
header .header-bottom .w1000 {
  position: unset;
}
header .header-bottom ul.menu-main li {
  float: left;
  position: relative;
}
header .header-bottom ul.menu-main li:hover .submenu {
  display: block;
}
header .header-bottom ul.menu-main li.active {
  transition: all 0.2s;
}
header .header-bottom ul.menu-main li.active .submenu {
  display: block;
}
header .header-bottom ul.menu-main li.active:after {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -489px -44px;
  width: 9px;
  height: 5px;
  content: "";
  position: absolute;
  left: 45%;
  bottom: -1px;
  transition: all 0.2s;
}
header .header-bottom ul.menu-main li .arrow:after {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -489px -44px;
  width: 9px;
  height: 5px;
  content: "";
  position: absolute;
  left: 45%;
  bottom: 0;
  transition: all 0.2s;
}
header .header-bottom ul.menu-main li.selected {
  background-color: #f44320;
  transition: all 0.5s;
}
header .header-bottom ul.menu-main li a {
  padding: 11px 10px;
  color: #fff;
  font: normal 12.5px/normal RobotoCondensed-Bold;
  display: inline-block;
}
header .header-bottom ul.menu-main li a:hover:not(.home) {
  background-color: #f44320;
  transition: all 0.5s;
}
header .header-bottom ul.menu-main li.icon-home {
  padding: 0;
}
header .header-bottom ul.menu-main li.icon-home a.home {
  position: relative;
  padding: 17px 20px;
  /*&:before {
      background-image: url("../../images/sprite-all_v12.png");
      display: block;
      background-repeat: no-repeat;
      background-position: -284px -2px;
      width: 23px;
      height: 20px;
      content: '';
      position: absolute;
      top: 8px;
      left: 9px;
  }*/
}
header .header-bottom ul.menu-main li.icon-home a.hidearrow .arrow {
  display: none !important;
}
header .header-bottom ul.menu-main li.icon-home:hover {
  background-color: #f44320;
  transition: all 0.5s;
}
header .header-bottom ul.menu-main li .submenu {
  position: absolute;
  top: 36px;
  display: none;
  left: 1px;
  width: 1000px;
  background-color: #ec760d;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: #f4f4f4;
}
header .header-bottom ul.menu-main li .submenu li {
  padding: 0;
}
header .header-bottom ul.menu-main li .submenu li a {
  padding: 10px 0;
  width: 189px;
  display: block;
  padding-left: 10px;
  text-transform: uppercase;
}
header .header-bottom [data-trigger] {
  height: 37px;
  width: 40px;
  text-align: center;
  float: left;
}
header .header-bottom [data-trigger] .icon {
  transition: ease 0.25s;
  padding-top: 15px;
  display: block;
  padding-left: 6px;
  position: relative;
}
header .header-bottom [data-trigger] .icon .dot-1 {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  left: 7px;
  position: absolute;
  transition: ease 0.25s;
}
header .header-bottom [data-trigger] .icon .dot-2 {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  float: left;
  left: 17px;
  position: absolute;
  transition: ease 0.25s;
}
header .header-bottom [data-trigger] .icon .dot-3 {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  float: left;
  position: absolute;
  right: 7px;
  transition: ease 0.25s;
}
header .header-bottom [data-trigger] .popup {
  text-align: initial;
  position: absolute;
  left: 0;
  top: 37px;
  width: 100%;
  background: #f4f4f4;
  border-bottom: thin solid #ddd;
  transition: ease 0.25s;
}
header .header-bottom [data-trigger] .popup .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
header .header-bottom [data-trigger] .popup .wrapper .col {
  width: auto;
  margin-right: 35px;
}
header .header-bottom [data-trigger] .popup .wrapper .col .title {
  font-size: 18.5px;
  font-weight: bold;
  color: #003865;
  margin-bottom: 10px;
  display: block;
}
header .header-bottom [data-trigger] .popup .wrapper .col .title:hover {
  color: #f48320 !important;
}
header .header-bottom [data-trigger] .popup .wrapper .col ul {
  margin-bottom: 16px;
}
header .header-bottom [data-trigger] .popup .wrapper .col ul li {
  list-style: none;
}
header .header-bottom [data-trigger] .popup .wrapper .col ul li a {
  font-size: 13.5px;
  line-height: 22px;
  color: #7d7d7d;
}
header .header-bottom [data-trigger] .popup .wrapper .col ul li a:hover {
  color: #f48320 !important;
}
header .header-bottom [data-trigger] .popup .wrapper .col:last-child {
  margin-right: 0;
}
header .header-bottom [data-trigger] .popup .wrapper .button {
  width: 170px;
  margin-right: 20px;
  transition: ease 0.2s;
}
header .header-bottom [data-trigger] .popup .wrapper .button a {
  display: block;
  padding: 12px 0 10px 10px;
  font-size: 18px;
  font-weight: bold;
  background: #464646;
  color: #fff;
  border-radius: 5px;
}
header .header-bottom [data-trigger] .popup .wrapper .button:hover a {
  background: #c62127;
}
header .header-bottom [data-trigger] .popup .newline {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  border-top: solid 1px #ccc;
  padding: 10px 0;
  align-items: center;
}
header .header-bottom [data-trigger] .popup .newline .newlink {
  display: flex;
  align-items: center;
}
header .header-bottom [data-trigger] .popup .newline .view-emag {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -4px -51px;
  width: 107px;
  height: 21px;
  background-size: 240px 180px;
  float: left;
  margin-right: 20px;
}
header .header-bottom [data-trigger] .popup .newline .view-emag:hover {
  content: url("../../images/logo-emagazine2-hover.png");
  background: none;
}
header .header-bottom [data-trigger] .popup .newline .view-photo {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -4px -94px;
  width: 116px;
  height: 20px;
  background-size: 240px 180px;
  float: left;
  margin-right: 20px;
}
header .header-bottom [data-trigger] .popup .newline .view-photo:hover {
  content: url("../../images/logo-infographic2-hover.png");
  background: none;
  position: relative;
  top: 1px;
}
header .header-bottom [data-trigger] .popup .newline .view-info {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -4px -118px;
  width: 123px;
  height: 21px;
  background-size: 240px 180px;
  float: left;
}
header .header-bottom [data-trigger] .popup .newline .view-info:hover {
  content: url("../../images/logo-photostories2-hover.png");
  background: none;
}
header .header-bottom [data-trigger] .popup .newline .view-thuatngu {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -141px -93px;
  width: 120px;
  height: 32px;
  background-size: 269px 193px;
  float: left;
  margin-left: 20px;
  margin-top: -6px;
}
header .header-bottom [data-trigger] .popup .newline .view-thuatngu:hover {
  content: url("../../css/images/tn-logo-hover.png");
  background: none;
}
header .header-bottom [data-trigger] .popup .newline .view-mobile {
  text-transform: uppercase;
  padding: 0 16px;
  color: #777;
  background: #f7f7f7;
  border: solid 1px #ccc;
  border-radius: 3px;
  font: bold 15px/40px Arial;
  margin-left: auto;
  flex-shrink: 0;
}
header .header-bottom [data-trigger] .popup .newline .view-mobile::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjBAgMBjQSxOf0AAAAsklEQVQ4y2NkgIMKh/9LGKQZMMFThqjOQzAOE0L8fy1E+f9CRmUI/F/IwMDAwCDNUIdQxYJkEh/DD4bvDAyMdf+hChgZGN4zMDBwMvBj18DA0NNZi+miiqb/nggeEwOJYFTDqIYB04CavJ3KWDGV/LfFrcGK0QqrsWcIOekPg+0/O4Y/hJ0EAz84LzAwfP/BwINfwyc4i+f7ZUZGJOUfsTrpXxPDEzhH4b88nP2EoQmhCgDC8Sb3gwk/JwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wNC0wOFQxMDowNjo1MiswMjowMKsOyVUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDQtMDhUMTA6MDY6NTIrMDI6MDDaU3HpAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 6px;
}
header .header-bottom [data-trigger] .popup .newline .view-mobile:hover {
  background: #ccc;
}
header .header-bottom [data-trigger] .popup.active {
  display: block;
  transition: ease-in 0.4s;
  z-index: 100;
}
header .header-bottom [data-trigger]:hover {
  background: #f44320;
}
header .header-bottom [data-trigger]:hover .dot-2 {
  display: none;
}
header .header-bottom [data-trigger]:hover .dot-1 {
  height: 22px;
  width: 4px;
  position: absolute;
  left: 18px;
  bottom: -15px;
  transform: rotate(-135deg);
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-bottom [data-trigger]:hover .dot-3 {
  height: 22px;
  width: 4px;
  position: absolute;
  right: 18px;
  bottom: -15px;
  transform: rotate(135deg);
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: unset;
}
header .header-bottom [data-trigger]:hover .popup {
  display: block;
  z-index: 100;
}
header .header-bottom .search {
  padding-top: 5px;
  position: relative;
}
header .header-bottom .search input {
  padding: 5px 10px;
  border-radius: 30px;
  border: none;
  outline: none;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: absolute;
  right: 30px;
}
header .header-bottom .search input.active {
  width: 190px;
  opacity: 1;
  visibility: visible;
}
header .header-bottom .search img {
  margin-left: 10px;
  cursor: pointer;
}
header .header-bottom .menu-expand {
  position: absolute;
  background-color: #f4f4f4;
  width: 1000px;
  top: 37px;
  left: calc(50% - 500px);
  padding: 20px 0;
  border-bottom: 2px solid #ccc;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
header .header-bottom .menu-expand .menu-expand-left {
  width: 215px;
}
header .header-bottom .menu-expand .menu-expand-left li a {
  color: #7d7d7d;
  font: normal 16px/normal HelveticaWorld-Bold;
  padding: 4px 20px;
}
header .header-bottom .menu-expand .menu-expand-left li a:hover {
  text-decoration: underline;
}
header .header-bottom .menu-expand .menu-expand-right li {
  width: 185px;
  float: left;
  margin-right: 10px;
}
header .header-bottom .menu-expand .menu-expand-right li:last-child {
  margin-right: 0;
}
header .header-bottom .menu-expand .menu-expand-right li .title a {
  color: #252525;
  font: normal 18px/normal RobotoCondensed-Bold;
  padding: 10px 0;
  line-height: 22px;
}
header .header-bottom .menu-expand.active {
  display: block;
}

.vnbiz-topbanner {
  margin: 7px 0;
}

a.title:hover, .title a:hover {
  color: #333 !important;
}

.category {
  text-transform: uppercase;
  color: #f48320;
  font: normal 12px/normal RobotoCondensed-Bold;
  float: left;
  margin-top: 14px;
}

.timeago {
  color: #797979;
  font: normal 12px/normal Roboto-Regular;
  margin-top: 13px;
  float: left;
}

.need-get-timeago:before {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -431px -4px;
  width: 11px;
  height: 11px;
  content: "";
  float: left;
  margin-right: 3px;
  margin-top: 1px;
}

footer {
  font-size: 12px;
  line-height: 17px;
  background-color: #ececec;
  margin-top: 30px;
  padding-bottom: 10px;
}
footer .menu-footer-container {
  width: 100%;
  background-color: #f48320;
  overflow: hidden;
}
footer .menu-footer-container .menutop {
  width: 1000px;
  margin: 0 auto;
}
footer .menu-footer-container .menutop li {
  float: left;
}
footer .menu-footer-container .menutop li:hover, footer .menu-footer-container .menutop li.active {
  background-color: #f44320;
}
footer .menu-footer-container .menutop li.selected {
  background-color: #f44320;
  transition: all 0.5s;
}
footer .menu-footer-container .menutop li a {
  padding: 11px 10px;
  color: #fff;
  font: normal 12.5px/normal RobotoCondensed-Bold;
  display: inline-block;
}
footer .menu-footer-container .menutop li:first-child {
  padding: 8px 10px 9px;
}
footer .menu-footer-container .menutop li:first-child .home {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -284px -2px;
  width: 23px;
  height: 20px;
  padding: 0;
}
footer .footer-bottom-container {
  width: 1000px;
  margin: 0 auto;
}
footer .footer-left {
  width: 700px;
  float: left;
  margin-left: 30px;
  margin-top: 10px;
}
footer .footer-right {
  width: 239px;
  margin-top: 10px;
  float: right;
}
footer b {
  font-weight: 700;
}
footer a {
  display: inline-block;
  color: #333;
}
footer .icon-footer {
  float: right;
  width: 239px;
  margin-top: 15px;
}
footer .icon-footer li {
  margin-right: 11px;
  float: left;
}
footer .icon-footer li a.icon-fb {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -452px -3px;
  width: 19px;
  height: 19px;
}
footer .icon-footer li a.icon-youtube {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -474px -3px;
  width: 19px;
  height: 19px;
}
footer .icon-footer li a.icon-wifi {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -503px -3px;
  width: 19px;
  height: 19px;
}

.box-focus {
  margin-top: 12px;
}
.box-focus .top1 .title {
  margin-bottom: 20px;
}
.box-focus .top1 .title a {
  color: #003865;
  font: normal 28px/normal RobotoCondensed-Bold;
  line-height: 32px;
}
.box-focus .top1 .sapo {
  color: #333;
  font: normal 15px/normal Roboto-Regular;
  margin-top: 15px;
  line-height: 20px;
}
.box-focus .listtop2 .list-item .item {
  width: 300px;
  float: left;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #ddd;
}
.box-focus .listtop2 .list-item .item:nth-child(2n) {
  padding-right: 0;
}
.box-focus .listtop2 .list-item .item:nth-child(1), .box-focus .listtop2 .list-item .item:nth-child(2) {
  border-top: none;
}
.box-focus .listtop2 .list-item .item .img120x80 {
  float: left;
}
.box-focus .listtop2 .list-item .item .title a {
  color: #003865;
  font: normal 17px/normal RobotoCondensed-Bold;
  line-height: 20px;
}
.box-focus .related-container {
  margin-top: 15px;
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
}
.box-focus .related-container .description {
  display: table;
}
.box-focus .related-container .relatetitle {
  color: #363636;
  font: normal 16px/normal Roboto-Bold;
  line-height: 20px;
  display: table;
}
.box-focus .related-container .img90x60 {
  float: left;
  margin-right: 10px;
}

.box-stream {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
.box-stream .title-box {
  color: #f48320;
  font: normal 20px/normal RobotoCondensed-Bold;
  margin-left: 15px;
  margin-top: 17px;
  display: inline-block;
}
.box-stream .title-box:before {
  width: 4px;
  height: 17px;
  background-color: #003865;
  content: "";
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}
.box-stream .news {
  width: 448px;
  margin: 0 auto;
}
.box-stream .news li {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.box-stream .news li .title a {
  color: #333;
  font: normal 18px/normal RobotoCondensed-Bold;
  line-height: 22px;
}

.box-read-more {
  border-top: 1px solid #f48320;
  margin-top: 30px;
}
.box-read-more .title-box {
  color: #f48320;
  font: normal 20px/normal RobotoCondensed-Bold;
  margin-top: 17px;
  display: inline-block;
}
.box-read-more .title-box:before {
  width: 4px;
  height: 17px;
  background-color: #003865;
  content: "";
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}
.box-read-more .list-newsread li {
  padding: 15px 0;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.box-read-more .list-newsread li .img120x80 {
  float: left;
}
.box-read-more .list-newsread li .description {
  float: left;
  width: 301px;
  margin-left: 15px;
}
.box-read-more .list-newsread li .description .title a {
  color: #003865;
  font: normal 18px/normal RobotoCondensed-Bold;
}
.box-read-more .list-newsread li:last-child {
  border-bottom: none;
}

.w510 {
  width: 510px;
}

.w663 {
  width: 663px;
  margin: 0 auto;
}

.img230x230 {
  width: 230px;
  height: 230px;
}

.w160 {
  width: 160px;
}

.img160x104 {
  width: 160px;
  height: 104px;
}

.list-cate {
  float: left;
  margin-top: 4px;
}
.list-cate li {
  float: left;
  margin-left: 10px;
}
.list-cate li:first-child {
  margin-left: 20px;
}
.list-cate li a {
  color: #898989;
  font: normal 15.5px/normal RobotoCondensed-Bold;
  text-transform: uppercase;
  float: left;
}
.list-cate li a:hover, .list-cate li a.active {
  color: #f48320;
}
.list-cate li a:before {
  width: 1px;
  height: 14px;
  background-color: #a1a1a1;
  content: "";
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.list-cate li:first-child a:before {
  content: none;
}
.list-cate.thread-name {
  margin-top: 0;
}
.list-cate.thread-name li a {
  color: #f48320;
  font: normal 20px/normal Roboto-Bold;
  text-transform: uppercase;
  float: left;
}

.box-news-industry {
  margin-bottom: 25px;
  display: inline-block;
}
.box-news-industry .title-box {
  color: #898989;
  font: normal 18.5px/normal RobotoCondensed-Bold;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.box-news-industry .title-box:before {
  width: 4px;
  height: 17px;
  background-color: #f48320;
  content: "";
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}
.box-news-industry .industry-container {
  border: 1px solid #eaeaea;
  padding-bottom: 15px;
  position: relative;
  border-radius: 4px;
  padding-top: 10px;
}
.box-news-industry .industry-container .news-by-good-level-1 .news-list-level-1 {
  text-align: left;
  width: calc(50% - 7px);
  float: left;
  padding: 5px 0 5px 5px;
  background: #fff;
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table;
}
.box-news-industry .industry-container .news-by-good-level-1 .news-list-level-1 a {
  color: #555;
  font: normal 14px/normal RobotoCondensed-Bold;
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.box-news-industry .industry-container .news-by-good-level-1 .news-list-level-1 a .icon-topic {
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
  display: block;
  float: left;
}
.box-news-industry .industry-container .news-by-good-level-1 .news-list-level-1 a .title {
  vertical-align: middle;
  line-height: 24px;
  margin-left: 5px;
  display: block;
  width: 109px;
  float: left;
}
.box-news-industry .industry-container .news-by-good-level-1 .news-list-level-1:hover {
  background: #f2f2f2;
}
.box-news-industry .industry-container .news-by-good-level-1 .brd-bottom {
  clear: both;
  width: calc(100% - 8px);
  padding: 0 3px 0 5px;
  margin: 10px auto;
  height: 1px;
  background: #eaeaea;
}
.box-news-industry .industry-container .news-by-good-level-1 .brd-bottom:last-child {
  margin-bottom: 20px;
}
.box-news-industry .industry-container:before {
  clear: both;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(rgba(128, 128, 128, 0), #eee);
}

.title-pagecate {
  font: normal 20px/normal RobotoCondensed-Bold;
  text-transform: uppercase;
  color: #003865;
}
.title-pagecate:before {
  width: 4px;
  height: 17px;
  background-color: #f48320;
  content: "";
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}
.title-pagecate:hover {
  color: #f48320;
}
.title-pagecate a {
  color: #003865;
  font: normal 20px/normal RobotoCondensed-Bold;
  display: inline-block;
}

.h1_title_pagecate {
  float: left;
}

.title-pagecate a {
  font: normal 20px/normal RobotoCondensed-Bold;
  text-transform: uppercase;
}

a.title-pagecate {
  color: #003865;
  font: normal 20px/normal RobotoCondensed-Bold;
  text-transform: uppercase;
}

.box-cate1 {
  margin-top: 25px;
}
.box-cate1 .title-box {
  color: #898989;
  font: normal 20px/normal RobotoCondensed-Bold;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 3px;
}
.box-cate1 .title-box:before {
  width: 4px;
  height: 17px;
  background-color: #f48320;
  content: "";
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}
.box-cate1 .title-box:hover {
  color: #f48320;
}
.box-cate1 .list-news li .title {
  border-top: 1px solid #ebebeb;
  color: #363636;
  font: normal 14px/normal Roboto-Regular;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.box-cate1 .list-news li:first-child {
  margin-bottom: 12px;
}
.box-cate1 .list-news li:first-child .title {
  color: #003865;
  font: normal 17px/normal RobotoCondensed-Bold;
  line-height: 21px;
  margin-bottom: 4px;
  border-top: none;
}

.box-read-more-detail {
  width: 663px;
  margin: 30px auto;
  border-top: none;
}
.box-read-more-detail .title-box {
  color: #f48320;
  font: normal 20px/normal Roboto-Regular;
  margin-bottom: 17px;
  display: inline-block;
  text-transform: uppercase;
}
.box-read-more-detail .title-box:before {
  width: 4px;
  height: 17px;
  background-color: #003865;
  content: "";
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}
.box-read-more-detail .list-news .news {
  width: 215px;
  float: left;
  padding-right: 9px;
  border-top: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
  padding-top: 20px;
}
.box-read-more-detail .list-news .news:nth-child(3n) {
  padding-right: 0;
}
.box-read-more-detail .list-news .news:nth-child(1), .box-read-more-detail .list-news .news:nth-child(2), .box-read-more-detail .list-news .news:nth-child(3) {
  border-top: none;
}
.box-read-more-detail .list-news .news .title {
  color: #003865;
  font: normal 15px/normal RobotoCondensed-Bold;
  padding: 5px 0;
}

.box-news-external.box-cate1 {
  margin-bottom: 25px;
}
.box-news-external.box-cate1 .logo-vnmoi {
  background: #003865;
  padding: 10px;
}
.box-news-external.box-cate1 .logo-vnmoi img {
  width: 160px;
}
.box-news-external.box-cate1 .list-news {
  padding: 0 10px;
  border: 1px solid #ebebeb;
}
.box-news-external.box-cate1 .list-news li {
  width: 100%;
  clear: both;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ebebeb;
}
.box-news-external.box-cate1 .list-news li .img120x80 {
  float: left;
}
.box-news-external.box-cate1 .list-news li h3 {
  float: left;
  margin-left: 10px;
  width: calc(100% - 130px);
}
.box-news-external.box-cate1 .list-news li h3 .title {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  color: #252525;
  font: normal 14px/normal Roboto-Regular;
  line-height: 20px;
}
.box-news-external.box-cate1 .list-news li:first-child {
  margin-bottom: 0;
}
.box-news-external.box-cate1 .list-news li:first-child h3 .title {
  margin: 0;
  padding: 0;
  display: block;
  color: #252525;
  font: normal 14px/normal Roboto-Regular;
  line-height: 20px;
}
.box-news-external.box-cate1 .list-news li:last-child {
  border-bottom: none;
}

.auto-loading .fb-loading-wrapper {
  display: block;
}
.auto-loading .box-topic-hot .list-news {
  display: none !important;
}

.fb-loading-wrapper {
  max-width: 1000px;
  clear: both;
  padding-top: 15px;
  display: none;
}

.fblw-timeline-item {
  background: #fff;
}

.fblwtia-mask {
  background: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
}

.fblwtia-title-line {
  right: 0;
  left: 36%;
  top: 0;
  height: 20px;
  width: 3%;
}

.fblwtia-front-mask {
  height: 10px;
  left: 36%;
  width: 3%;
}

.fblwtia-title-mask-1 {
  top: 30px;
}

.fblwtia-front-mask-2 {
  top: 70px;
  height: 15px;
}

.fblwtia-front-mask-3 {
  top: 105px;
}

.fblwtia-front-mask-4 {
  top: 125px;
}

.fblwtia-sepline-sapo {
  left: 36%;
  right: 0;
}

.fblwtia-sepline-sapo-0 {
  top: 20px;
}

.fblwtia-sepline-sapo-1 {
  top: 50px;
  height: 20px;
}

.fblwtia-sepline-sapo-2 {
  top: 85px;
  height: 20px;
}

.fblwtia-sepline-sapo-3 {
  top: 115px;
}

.fblwtia-sepline-sapo-4 {
  top: 135px;
  height: 0;
}

.fblwtia-sapo-line {
  right: 0;
}

.fblwtia-sapo-line-2 {
  top: 70px;
  left: 55%;
  height: 15px;
}

.fblwtia-sapo-line-3 {
  top: 105px;
  left: 95%;
}

.fblwtia-sapo-line-4 {
  top: 125px;
  left: 85%;
  height: 10px;
}

.fblwti-animated {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 200px;
  height: 100px;
  position: relative;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
.Autopro-scrolltop {
  width: 40px;
  height: 40px;
  background: rgba(60, 60, 60, 0.25);
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
}
.Autopro-scrolltop.hide {
  display: none;
}
.Autopro-scrolltop:after {
  position: absolute;
  top: 16px;
  left: 13px;
  width: 0;
  height: 0;
  background: transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
}

@media only screen and (device-width: 768px) {
  header {
    width: 1000px;
  }
  header .header-bottom {
    opacity: 1 !important;
  }
  header .header-bottom .menu-expand {
    display: none;
  }
}
.hidden, header .header-bottom [data-trigger] .popup {
  display: none;
}

.clear {
  clear: both;
  display: block;
  content: " ";
}

.ajax-box-nganh-hang {
  margin-top: 25px;
}

.collapse-expand {
  position: relative;
}
.collapse-expand .btn {
  padding: 10px;
  background: #003865;
  width: 80px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  font: normal 13px/normal Roboto-Bold;
  position: relative;
  z-index: 10;
}
.collapse-expand .btn:hover {
  background: #f48320;
}
.collapse-expand.active:before {
  content: none;
}
.collapse-expand:before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  height: 50px;
  width: 685px;
  position: absolute;
  left: 0;
  bottom: 55px;
  z-index: 1;
}

.tnvtt {
  display: block;
  color: #000;
}
.tnvtt:hover {
  text-decoration: underline;
}

.box_tnvtt {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.box_tnvtt:before {
  content: "";
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
}
.box_tnvtt .ct_boxtnvtt {
  width: 500px;
  position: relative;
  background: #fff;
  padding: 12px 40px 20px;
  text-align: justify;
  border-radius: 5px;
  border: 2px solid #f48320;
  margin: 170px auto 0;
  font: normal 14px/24px Roboto-Regular;
}
.box_tnvtt .ct_boxtnvtt .close {
  position: absolute;
  right: -14px;
  top: -14px;
  background: #f48320;
  width: 33px;
  height: 33px;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  line-height: 0;
  font-size: 18px;
  box-sizing: border-box;
  padding-top: 15px;
  text-align: center;
}
.box_tnvtt .ct_boxtnvtt .close:hover {
  cursor: pointer;
}
.box_tnvtt .ct_boxtnvtt .content .logo_vnb {
  background: url(../../css/images/sprite-all_v2.png) no-repeat -64px -55px;
  background-size: 540px 440px;
  width: 178px;
  height: 56px;
  margin: auto;
  margin-bottom: 20px;
  display: block;
}
.box_tnvtt .ct_boxtnvtt .content .title {
  text-transform: uppercase;
  text-align: center;
  font: normal 18px/normal RobotoCondensed-Bold;
  margin-bottom: 17px;
}
.box_tnvtt.active {
  display: block;
}

.box-links {
  border: 1px solid #ddd;
  padding: 15px 10px 5px;
  overflow: hidden;
  color: #777;
  margin-bottom: 30px;
  border-radius: 3px;
  background: #fafafa;
  margin-top: 20px;
}
.box-links .title span {
  font-family: Roboto-Bold;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #555;
  margin-top: 0;
  position: relative;
  padding-left: 8px;
  margin-bottom: 15px;
}
.box-links .title span:before {
  content: "";
  width: 3px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #f48320;
}
.box-links ul {
  font-family: Roboto;
  list-style: none;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}
.box-links ul li {
  padding-left: 9px;
  margin-left: 9px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  color: #777;
  font-family: Roboto-Regular;
  font-size: 14px;
}
.box-links ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #f48320;
  position: absolute;
  left: 0;
  top: 49%;
  transform: translate(-50%, -50%);
}
.box-links ul li a {
  color: #555;
  display: inline-block;
  font-family: RobotoCondensed-Bold;
}
.box-links ul li a:hover {
  color: #003865;
}

.dk {
  background: #fff;
  height: 10px;
  margin-top: -10px;
  width: 100%;
  margin-bottom: 15px;
}

.w682 {
  width: 682px;
}

.img257x172 {
  width: 209px;
  height: 141px;
}

.img283x283 {
  width: 283px;
  height: 283px;
}

.img120x80 {
  width: 120px;
  height: 80px;
}

.w670 {
  width: 670px;
}

.img336x223 {
  width: 336px;
  height: 223px;
}

.mini-normal {
  margin-bottom: 20px;
}
.mini-normal img {
  width: 100%;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
.__mb_article_in_mobile {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  width: 100%;
}
.__mb_article_in_mobile tbody tr td {
  padding: 20px 8px;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .box-mobile-item-cate h3 span {
  color: #898989;
  font: normal 20px/normal Roboto-Bold;
  text-transform: uppercase;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .box-mobile-item-cate h3 span:before {
  width: 4px;
  height: 17px;
  background-color: #f48320;
  content: "";
  float: left;
  margin-right: 7px;
  margin-top: 3px;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .mobile-item-container .mobile-item {
  width: 300px;
  float: right;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .mobile-item-container .mobile-item:first-child {
  width: 100%;
  margin: 17px 0;
  float: unset;
  border: none;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .mobile-item-container .mobile-item:first-child .mobile-item-img {
  float: left;
  margin-right: 15px;
  width: 275px;
  height: 172px;
  display: block;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .mobile-item-container .mobile-item:first-child .mobile-item-img img {
  width: 100%;
  height: 100%;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .mobile-item-container .mobile-item:first-child .mobile-item-title {
  color: #003865;
  font: normal 28px/normal RobotoCondensed-Bold;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .mobile-item-container .mobile-item:first-child .mobile-item-title:before {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -214px -18px;
  width: 20px;
  height: 10px;
  background-size: 400px 300px;
  content: "";
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: unset;
  background-color: transparent;
  position: unset;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .mobile-item-container .mobile-item .mobile-item-img {
  display: none;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .mobile-item-container .mobile-item .mobile-item-title {
  color: #333;
  font: normal 14px/normal Roboto-Regular;
  padding-left: 10px;
  position: relative;
}
.__mb_article_in_mobile tbody tr td .box-mobile-item .mobile-item-container .mobile-item .mobile-item-title:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #c62127;
  float: left;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

.avatar-normal .PhotoCMS_Caption {
  display: block;
  background: #f2f2f2;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}

.home-popup-icon {
  background-image: url("../../css/images/sprite-all_v2.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -541px -55px;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}

.fb-popup-icon {
  background-image: url(../../css/images/sprite-live.png);
  background-image: url("../../css/images/sprite-all_v2.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -581px -56px;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}

.special-relate-news-container .vnbcbc-relate-box {
  padding: 10px 0;
}
.special-relate-news-container .vnbcbc-relate-box .vnbcbcrl-link {
  color: #003865;
  font: normal 18px/normal RobotoCondensed-Bold;
  line-height: 20px;
  display: block;
  float: left;
  border-left: 1px solid #aaa;
  padding-left: 10px;
  margin-top: 5px;
  width: 515px;
}
.special-relate-news-container .vnbcbc-relate-box .vnbcbcrl-link:hover {
  color: #333;
}
.special-relate-news-container .vnbcbc-relate-box .relate-time {
  color: #aaa;
  font: normal 14px/normal Roboto-Regular;
  line-height: 20px;
  margin-right: 10px;
  float: left;
  margin-top: 5px;
}
.special-relate-news-container .vnbcbc-relate-box:first-child {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.special-relate-news-container .vnbcbc-relate-box:first-child .img257x172 {
  float: right;
  margin-left: 10px;
}
.special-relate-news-container .vnbcbc-relate-box:first-child .vnbcbcrl-link {
  color: #003865;
  font: normal 28px/normal RobotoCondensed-Bold;
  border-left: none;
  width: 360px;
  padding-left: 25px;
  position: relative;
}
.special-relate-news-container .vnbcbc-relate-box:first-child .vnbcbcrl-link:before {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -214px -18px;
  width: 20px;
  height: 10px;
  background-size: 400px 300px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
}
.special-relate-news-container .vnbcbc-relate-box:first-child .vnbcbcrl-link:hover {
  color: #333;
}
.special-relate-news-container .vnbcbc-relate-box:last-child {
  padding-top: 0;
}

.content-box-1000 {
  margin-top: 30px;
}
.content-box-1000 .box-noi-bat-right.box-nb-right.box-cate1 {
  margin-bottom: 25px;
}

.w1000magazine {
  margin-top: 60px;
}

.networktop {
  top: 50px !important;
}

.vnb-body {
  margin-top: 18px;
  width: 100%;
  clear: both;
}
.vnb-body .titledetail .icolive {
  position: relative;
  color: #c62127;
  font: normal 20px/36px RobotoCondensed-Bold;
  letter-spacing: -0.2px;
  float: left;
  margin-right: 4px;
  animation: blinker 0.8s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  -webkit-animation: blinker 0.8s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  -moz-animation: blinker 0.8s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
.vnb-body .titledetail .icolive i {
  width: 20px;
  height: 20px;
  background-color: #c62127;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 3px;
}
.vnb-body .vnbcb-title {
  color: #333;
  font: normal 30px/normal RobotoCondensed-Bold;
}
.vnb-body .seo-suggest-link {
  display: unset;
}
.vnb-body .VCSortableInPreviewMode[type=VideoStream] .VietNamBizPlayer, .vnb-body .VCSortableInPreviewMode[type=VideoStream] .videoNewsPlayer {
  padding-top: 56.26% !important;
  height: 0 !important;
}
.vnb-body .vnbcb-content .vnbcbc-sapo {
  color: #333;
  font: normal 20px/normal RobotoCondensed-Bold;
  margin-bottom: 18px;
  line-height: 27px;
}
.vnb-body .vnbcb-content .vnbcbc-sapo a {
  display: inline;
  color: #f48320;
}
.vnb-body .vnbcb-content .w610.fr {
  margin-right: 15px;
}
.vnb-body .vnbcb-content iframe {
  max-width: 100%;
}
.vnb-body .vnbcb-content .__MB_ARTICLE_A {
  margin: 10px 0;
}
.vnb-body .vnbcb-content .__MB_ARTICLE_A tbody tr {
  padding: 5px 0;
}
.vnb-body .vnbcb-content .__MB_ARTICLE_A tbody tr .detail-img-lightbox {
  display: none !important;
}
.vnb-body .vnbcb-content .__MB_ARTICLE_A tbody tr td[align=left] {
  display: none;
}
.vnb-body .vnbcb-content .__MB_ARTICLE_A tbody tr td a {
  color: #f48320;
  font: normal 15px/normal RobotoCondensed-Bold;
  line-height: 20px;
  margin-left: 42px;
  position: relative;
}
.vnb-body .vnbcb-content .__MB_ARTICLE_A tbody tr td a:before {
  width: 4px;
  height: 4px;
  background-color: #003865;
  content: "";
  float: left;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -15px;
}
.vnb-body .vnbcb-content .__MB_ARTICLE_A tbody tr td a img {
  display: none !important;
}
.vnb-body .vnbcb-content .vnbbc-relate.relationnews .vnbbcr-ul {
  margin: 10px 0 20px;
}
.vnb-body .vnbcb-content .vnbbc-relate.relationnews .vnbbcr-ul .vnbbcru-li {
  padding: 2px 0;
}
.vnb-body .vnbcb-content .vnbbc-relate.relationnews .vnbbcr-ul .vnbbcru-li .relate-time {
  color: #777;
  font: normal 12px/normal Roboto-Regular;
  line-height: 20px;
  margin-right: 10px;
  float: left;
}
.vnb-body .vnbcb-content .vnbbc-relate.relationnews .vnbbcr-ul .vnbbcru-li a {
  color: #003865;
  font: normal 15px/normal RobotoCondensed-Bold;
  line-height: 20px;
  padding-left: 10px;
  border-left: 1px solid #aaa;
  display: block;
  float: left;
  width: calc(100% - 82px);
}
.vnb-body .vnbcb-content .vnbbc-relate.relationnews .vnbbcr-ul .vnbbcru-li a:hover {
  color: #333;
}
.vnb-body .vnbcb-content .vceditor-content * {
  box-sizing: border-box;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .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;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content img {
  max-width: 100%;
  display: block;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .bold, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content h2.normalPara, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content h3, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content h4, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content h5 {
  font-weight: bold;
  color: #252525;
  font: normal 17px/normal Roboto-Bold;
  margin-bottom: 10px;
  line-height: 25px;
  text-align: left;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .bold a, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content h2.normalPara a, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content strong a, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content h3 a, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content h4 a, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content h5 a, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content p a {
  display: inline;
  color: #f48320;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .LayoutAlbumWrapper .LayoutAlbumRow {
  margin-bottom: 0.5rem;
  float: left;
  width: 100%;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .VCSortableInPreviewMode[type=LayoutAlbum] .LayoutAlbumCaptionWrapper p.LayoutAlbumCaption {
  line-height: 17px;
  min-height: unset;
  margin: 0;
  font-size: 15px !important;
  color: #888;
  font-family: Arial !important;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .LayoutAlbumWrapper .LayoutAlbumItem:first-child {
  margin-left: 0;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .LayoutAlbumWrapper .LayoutAlbumItem:last-of-type {
  margin-right: 0;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE {
  width: 100%;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE .detail-img-lightbox, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE img {
  width: 100%;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .VCSortableInPreviewMode[type=Photo] .detail-img-lightbox img {
  width: 100%;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE[align=left] {
  margin-right: 20px;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tr td {
  width: 100%;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .LayoutAlbumContent {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .LayoutAlbumWrapper .LayoutAlbumRow:last-child {
  margin: 0;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .LayoutAlbumWrapper .LayoutAlbumItem {
  display: block;
  float: left;
  margin: 0 2px;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .LayoutAlbumWrapper .LayoutAlbumRow {
  margin-bottom: 3px;
  float: left;
  width: 100%;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content p {
  color: #252525;
  font: normal 17px/normal Roboto-Regular;
  margin-bottom: 13px;
  line-height: 25px;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content p i {
  font-family: "Roboto-Italic";
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content p sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content p sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content p sub {
  bottom: -0.25em;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content li {
  color: #252525;
  font: normal 17px/normal Roboto-Regular;
  margin-bottom: 13px;
  line-height: 25px;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content div:not(.VCSortableInPreviewMode[type=VideoStream]) {
  color: #252525;
  font: normal 17px/normal Roboto-Regular;
  line-height: 25px;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content div:not(.VCSortableInPreviewMode[type=VideoStream]) .link-source-detail-title {
  color: rgba(255, 255, 255, 0.8);
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content div:not(.VCSortableInPreviewMode[type=VideoStream]) .link-source-full {
  color: #fff;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .link-inline-content {
  display: inline;
  color: #f48320;
  background-color: transparent !important;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .detail-img-lightbox {
  cursor: zoom-in;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .detail-img-lightbox img {
  height: 100%;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE {
  margin-bottom: 10px;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .PhotoCMS_Caption p {
  margin-top: 0;
  font-family: Arial;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: normal !important;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tr td, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .VideoCMS_Caption p {
  font-family: Arial;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: normal !important;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tr:first-child td {
  background: transparent !important;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tr:last-child td {
  display: block;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
  background: #f2f2f2;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tbody tr td table tr {
  border: none;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tbody tr td table tr th, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tbody tr td table tr td {
  border: none;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tbody tr:last-child td table tr td, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tbody tr:first-child td table tr td {
  display: table-cell !important;
  width: auto;
  font: normal 17px/normal Roboto-Regular;
  line-height: 25px;
  padding: 10px;
  text-align: center;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tbody tr td table th {
  font-weight: bold;
  font-size: 17px;
  font-family: Roboto-Regular;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tbody tr td table tr:nth-child(even) {
  background: #ddd;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .MASTERCMS_TPL_TABLE tbody tr td table tr:nth-child(even) td {
  font-weight: bold;
  font-style: italic;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .PhotoCMS_Caption, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .VideoCMS_Caption, .vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .LayoutAlbumCaptionWrapper {
  display: block;
  background: #f2f2f2;
  padding: 10px;
  margin-top: 0;
  text-align: left;
  box-sizing: border-box;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .PhotoCMS_Caption {
  color: #888;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .PhotoCMS_Caption p {
  color: #888;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
.vnb-body .vnbcb-content .vnbcbc-body.vceditor-content .video.cms-video video {
  width: 100%;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode.alignCenter[relatednewsboxtype=type-6] {
  width: 100%;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode.alignCenter[relatednewsboxtype=type-6] .kbwscwl-relatedbox {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode.alignCenter[relatednewsboxtype=type-6] .kbwscwl-relatedbox .kbwscwlrl-title a.title {
  font-family: Roboto-Bold !important;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  line-height: 26px;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode.alignCenter[relatednewsboxtype=type-6] .kbwscwl-relatedbox .kbwscwlrl-title a.title:hover {
  color: #666 !important;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl-thumb-avata {
  flex-basis: 135px;
  flex-shrink: 0;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl {
  border: none;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode[relatednewsboxtype=type-6] .kbwscwlrl {
  border: 1px solid #e2e2e2;
  border-top: 1px solid #fc915c;
  display: flex;
  flex-direction: column;
}
.vnb-body .vnbcb-content .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;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode[relatednewsboxtype=type-6] .kbwscwlrl-content {
  display: flex;
  flex-direction: column;
}
.vnb-body .vnbcb-content .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;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode[type=insertembedcode].alignCenterOverflow {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode[type=insertembedcode].alignRight {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode[type=insertembedcode].alignLeft {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode[type=photo].alignLeft {
  float: left;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode[type=photo].alignRight {
  float: right;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode.alignLeft {
  float: left;
  margin-right: 20px;
  width: 350px;
}
.vnb-body .vnbcb-content .widget-box.alignLeft {
  float: left;
  margin-right: 20px;
  width: 350px;
}
.vnb-body .vnbcb-content .VCSortableInPreviewMode.alignRight, .vnb-body .vnbcb-content .widget-box.alignRight {
  float: right;
  margin-right: 0;
  margin-left: 15px;
  width: 350px;
}
.vnb-body .vnbcb-content .vnbcb-author.bottom {
  width: 670px;
  position: relative;
  left: -60px;
}
.vnb-body .vceditor-content p b, .vnb-body .vceditor-content p strong {
  font-weight: bold;
}
.vnb-body .btn_after_before {
  display: none;
}
.vnb-body .vceditor-content h1 {
  color: #252525;
  font: normal 20px/normal Roboto-Bold;
  margin-bottom: 10px;
  line-height: 27px;
  text-align: left;
}
.vnb-body .vceditor-content h1 a {
  display: inline;
}
.vnb-body .vceditor-content h2 {
  color: #252525;
  font: normal 19px/normal Roboto-Bold;
  margin-bottom: 10px;
  line-height: 25px;
  text-align: left;
}
.vnb-body .vceditor-content h2 a {
  display: inline;
}
.vnb-body .vceditor-content h3, .vnb-body .vceditor-content h4 {
  color: #252525;
  font: normal 17px/normal Roboto-Bold;
  margin-bottom: 10px;
  line-height: 25px;
  text-align: left;
}
.vnb-body .vceditor-content h3 a, .vnb-body .vceditor-content h4 a {
  display: inline;
}
.vnb-body .vceditor-content .VCSortableInPreviewMode.noCaption .PhotoCMS_Caption, .vnb-body .vceditor-content .VCSortableInPreviewMode.noCaption .LayoutAlbumCaptionWrapper, .vnb-body .vceditor-content .VCSortableInPreviewMode.noCaption .VideoCMS_Caption {
  display: none;
}
.vnb-body .author {
  text-align: right;
  color: #252525;
  font: normal 17px/normal Roboto-Bold;
  line-height: 25px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 8px;
}
.vnb-body .source {
  text-align: right;
  color: #252525;
  font: normal 17px/normal Roboto-Regular;
  line-height: 25px;
  font-style: italic;
  width: 100%;
}
.vnb-body .VCSortableInPreviewMode[type=content] {
  min-height: 38px;
  text-align: left;
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.vnb-body .VCSortableInPreviewMode[type=content] p:last-child {
  margin-bottom: 0;
}
.vnb-body .VCSortableInPreviewMode[type=content].alignLeft {
  float: left;
  margin-right: 15px;
  width: 350px;
}
.vnb-body .VCSortableInPreviewMode[type=content].alignRight {
  float: right;
  margin-right: 0;
  margin-left: 15px;
  width: 350px;
}
.vnb-body .VCSortableInPreviewMode[type=content] p {
  font: normal 15px/normal Roboto-Regular !important;
  line-height: 23px !important;
}
.vnb-body p a[type=link_a] {
  color: #2a1edc;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote] .name-n-quote {
  position: relative;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote] .quote {
  border: 4px none #ced0d4;
  padding: 20px 0 20px 25px;
  text-align: left;
  font-size: 17px;
  font-weight: bold !important;
  font-style: normal;
  line-height: 25px;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote] span .custom-border.border-bottom {
  border-bottom-style: solid;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption {
  text-align: right !important;
  font-size: 12px !important;
  padding: 0 !important;
  font-style: italic !important;
  font-weight: 700 !important;
  color: #707070 !important;
  text-decoration: none;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption:before {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption:after {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote].alignLeft {
  float: left;
  margin-right: 20px;
  width: 350px;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote].alignRight {
  float: right;
  margin-right: 0;
  margin-left: 15px;
  width: 350px;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote].no-border .quote {
  margin-left: 0;
}
.vnb-body .VCSortableInPreviewMode[type=SimpleQuote].no-border .quote:before {
  content: "“";
  font-size: 60px;
  position: absolute;
  top: 32px;
  left: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: none;
  line-height: 29px;
}
.vnb-body .VCCSortableInPreviewMode[type=BeforeAfter] {
  margin-bottom: 15px;
}
.vnb-body .VCSortableInPreviewMode[type=profilecontentbox] {
  display: block;
  border: 2px solid #fecb2e;
  padding: 20px 25px 15px;
  background-color: #fffbf1;
  max-width: 91%;
}
.vnb-body .VCSortableInPreviewMode[type=profilecontentbox].alignLeft {
  float: left;
  margin-right: 20px;
  width: 350px;
}
.vnb-body .VCSortableInPreviewMode[type=profilecontentbox].alignRight {
  float: right;
  margin-left: 20px;
  width: 350px;
}
.vnb-body .VCSortableInPreviewMode[type=profilecontentbox] .ProfileImage {
  border-radius: 50%;
  float: none;
  height: 85px;
  margin: 0 auto;
  width: 85px;
}
.vnb-body .VCSortableInPreviewMode[type=profilecontentbox] .NLProfileName {
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 33px !important;
  font-family: Roboto-Bold !important;
  text-align: center !important;
}
.vnb-body .VCSortableInPreviewMode[type=profilecontentbox] .NLProfileMainInfo {
  font-family: Roboto-Bold !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center !important;
}
.vnb-body .VCSortableInPreviewMode[type=profilecontentbox] .NLProfileInfo li {
  list-style-type: disc;
}
.vnb-body .VCSortableInPreviewMode[type=profilecontentbox] .NLProfileInfo li p {
  text-align: left;
}
.vnb-body .VCSortableInPreviewMode[type=FirstCharacterv2] {
  width: unset;
}
.vnb-body .VCSortableInPreviewMode[type=FirstCharacterv2].alignRight {
  width: 350px;
  float: right;
}
.vnb-body .VCSortableInPreviewMode[type=FirstCharacterv2].alignRight .fc-image {
  width: 100%;
}
.vnb-body .VCSortableInPreviewMode[type=FirstCharacterv2].alignLeft {
  width: 350px;
  float: left;
}
.vnb-body .VCSortableInPreviewMode[type=FirstCharacterv2].alignLeft .fc-image {
  width: 100%;
}
.vnb-body .VCSortableInPreviewMode[type=BoxTable] {
  text-align: unset;
}
.vnb-body .VCSortableInPreviewMode[type=BoxTable] .VCCTable td, .vnb-body .VCSortableInPreviewMode[type=BoxTable] .VCCTable th {
  height: 30px;
  padding: 2px;
  border: solid 1px #999;
  font: normal 17px/normal Roboto-Regular;
  line-height: 25px;
}
.vnb-body .VCSortableInPreviewMode[type=BoxTable] .VCCTable td b {
  font-weight: bold;
}
.vnb-body .VCSortableInPreviewMode[type=BoxTable] .VCCTable td i {
  font-style: italic;
}
.vnb-body .VCSortableInPreviewMode[type=BoxTable] thead tr th {
  font-weight: bold !important;
}
.vnb-body .VCCTable td, .vnb-body .VCCTable th {
  height: 30px;
  padding: 2px;
  border: solid 1px #999;
  font: normal 17px/normal Roboto-Regular;
  line-height: 25px;
}
.vnb-body .VCCTable td b {
  font-weight: bold;
}
.vnb-body .VCCTable td i {
  font-style: italic;
}
.vnb-body thead tr th {
  font-weight: bold !important;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1] {
  width: 250px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1].alignLeft {
  float: left;
  width: 250px !important;
  margin-right: 20px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1].alignRight {
  float: right;
  width: 250px !important;
  margin-left: 20px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1] .kbwscwl-relatedbox {
  border: 1px solid #f1e7db;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1] .kbwscwl-relatedbox .kbwscwlr-list {
  text-align: left;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1] .kbwscwl-relatedbox .kbwscwlr-list li .kbwscwlrl-thumb img {
  display: block;
  width: 100%;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1] .kbwscwl-relatedbox .kbwscwlr-list li .kbwscwlrl-title {
  margin: 0;
  padding: 10px 7px 7px 10px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1] .kbwscwl-relatedbox .kbwscwlr-list li .kbwscwlrl-title a.title {
  font-family: Roboto-Bold !important;
  font-size: 17px;
  color: #333;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  line-height: 25px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1] .kbwscwl-relatedbox .kbwscwlrl-next {
  background: transparent url(../../css/images/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;
  display: none;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-1] .kbwscwl-relatedbox.type-1 .kbwscwlr-list li .kbwscwlrl-title a.title {
  font-family: Roboto-Bold !important;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-2] {
  width: 250px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-2].alignLeft {
  float: left;
  width: 250px !important;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-2].alignRight {
  float: right;
  width: 250px !important;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-2] .kbwscwl-relatedbox .kbwscwlr-list li {
  list-style-type: none;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-2] .kbwscwl-relatedbox .kbwscwlr-list li.kbwscwlrl {
  margin-left: 10px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-2] .kbwscwl-relatedbox .kbwscwlr-list li.kbwscwlrl .kbwscwlrl-title a {
  font-size: 17px;
  line-height: 25px;
  line-height: 19px;
  color: #333;
  font-family: Roboto-bold;
  display: inline-block;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-2] .kbwscwl-relatedbox .kbwscwlr-list li.kbwscwlrl .kbwscwlrl-title a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #003865;
  display: inline-block;
  margin-left: 10px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-2] .kbwscwl-relatedbox.type-2 .kbwscwlr-list li .kbwscwlrl-title a.title {
  font-family: Roboto-Bold !important;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-3] {
  width: 250px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-3].alignLeft {
  width: 250px !important;
  float: left;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-3].alignRight {
  width: 250px !important;
  float: right;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-3] .kbwscwl-relatedbox .kbwscwlr-list li {
  list-style: disc;
  color: #fa5e00;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-3] .kbwscwl-relatedbox .kbwscwlr-list li .kbwscwlrl-title a {
  font-size: 17px;
  line-height: 25px;
  color: #333;
  font-family: Roboto-bold;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-3] .kbwscwl-relatedbox .kbwscwlrl-next, .vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-3] .kbwscwl-relatedbox.type-3 .kbwscwlr-list li .kbwscwlrl-title a.title {
  font-family: Roboto-Bold !important;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] {
  width: 350px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] .kbwscwl-relatedbox.type-4 {
  width: 100%;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] .kbwscwlrl-title-header {
  font-family: Roboto-Bold;
  padding: 10px 0;
  display: inline-block;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4].alignLeft {
  width: 350px !important;
  float: left;
  margin-right: 20px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4].alignRight {
  width: 350px !important;
  float: right;
  margin-left: 20px;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] .kbwscwl-relatedbox {
  border: 1px solid #f1e7db;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] .kbwscwl-relatedbox .kbwscwlr-list {
  text-align: left;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] .kbwscwl-relatedbox .kbwscwlr-list li .kbwscwlrl-thumb-avata img {
  display: block;
  width: 100%;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] .kbwscwl-relatedbox .kbwscwlr-list li .kbwscwlrl-title {
  margin-left: 5%;
  padding: 0;
  width: 50%;
  float: left;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] .kbwscwl-relatedbox .kbwscwlr-list li .kbwscwlrl-title a.title {
  font-family: Roboto-Bold;
  font-size: 17px;
  line-height: 25px;
  color: #333;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] .kbwscwl-relatedbox .kbwscwlrl-next {
  background: transparent url(../../css/images/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;
}
.vnb-body .VCSortableInPreviewMode[relatednewsboxtype=type-4] .kbwscwl-relatedbox.type-4 .kbwscwlr-list li .kbwscwlrl-title a.title {
  font-family: Roboto-Bold !important;
}
.vnb-body .VCSortableInPreviewMode[type=Photo] img {
  max-width: 100%;
}
.vnb-body.size-l .w300.fr, .vnb-body.size-l .w35.fl.networktop {
  display: none;
}
.vnb-body.size-l .w610.fr {
  margin-right: 0;
  width: 700px;
}
.vnb-body.size-l .w685.fl.ndb {
  width: 1000px;
}
.vnb-body.size-l .w670 {
  width: 1000px;
}
.vnb-body.size-l .w670.fl.ndb {
  width: 1000px;
}
.vnb-body.size-l .w670.fl.ndb .vnbcb-title {
  width: 700px;
  margin: 0 auto;
  color: #333;
  font: normal 32px/normal Merriweather-Bold;
}
.vnb-body.size-l .w670 .vnbcb-title {
  width: 700px;
  margin: 0 auto;
  color: #333;
  font: normal 32px/normal Merriweather-Bold;
}
.vnb-body.size-l .w670.fl.ndb .vnbcb-content, .vnb-body.size-l .w670 .vnbcb-content {
  width: 700px;
  margin: 0 auto;
  float: none;
}
.vnb-body.size-l .w670.fl.ndb .vnbcb-content iframe, .vnb-body.size-l .w670 .vnbcb-content iframe {
  max-width: 100%;
}
.vnb-body.size-l .w670.fl.ndb .vnbcb-content .vnbcbc-sapo, .vnb-body.size-l .w670 .vnbcb-content .vnbcbc-sapo {
  color: #252525;
  font: normal 20px/normal Merriweather-Bold;
  line-height: 27px;
}
.vnb-body.size-l .w670.fl.ndb .vnbcb-content .vnbcbc-body > p, .vnb-body.size-l .w670 .vnbcb-content .vnbcbc-body > p {
  color: #333;
  font: normal 17px/normal Merriweather-Regular;
  margin-bottom: 13px;
  line-height: 30px;
}
.vnb-body.size-l .w670.fl.ndb .vnbcb-content .vnbbc-relate.relationnews .vnbbcr-ul .vnbbcru-li a, .vnb-body.size-l .w670 .vnbcb-content .vnbbc-relate.relationnews .vnbbcr-ul .vnbbcru-li a {
  margin-left: 0;
}
.vnb-body.size-l .w670.fl.ndb .vnbcb-content .author, .vnb-body.size-l .w670 .vnbcb-content .author {
  font-family: Roboto-Bold;
  margin-bottom: 0;
}
.vnb-body.size-l .w670.fl.ndb .vnbcb-content .source, .vnb-body.size-l .w670 .vnbcb-content .source {
  font-family: Roboto-Regular;
  font-style: italic;
}
.vnb-body.size-l .w670.fl.ndb .vnbcb-content .vnbcb-author.bottom, .vnb-body.size-l .w670 .vnbcb-content .vnbcb-author.bottom {
  width: 1000px;
  position: relative;
  left: -150px;
}
.vnb-body.size-l .streambottom {
  width: 685px;
  float: left;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=Photo].alignCenterOverflow {
  width: 980px;
  margin-left: -140px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=Photo].alignCenterOverflow img {
  width: 100%;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=Photo].alignLeftOverflow {
  margin-left: -200px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=Photo].alignRightOverflow {
  margin-right: -200px;
}
.vnb-body.size-l .VCSortableInPreviewMode.alignCenterOverflow[type=LayoutAlbum] {
  width: 1100px;
  margin-left: -200px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=SimpleQuote].alignRight {
  margin-right: 0;
  margin-left: 20px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=SimpleQuote].alignLeft {
  margin-left: 0;
  margin-right: 20px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=SimpleQuote].alignRightOverflow {
  margin-right: -200px;
  margin-left: 20px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=SimpleQuote].alignLeftOverflow {
  margin-left: -200px;
  margin-right: 20px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=SimpleQuote].alignCenterOverflow {
  margin-left: -200px;
  margin-right: -200px;
  width: calc(100% + 400px);
}
.vnb-body.size-l .VCSortableInPreviewMode[type=VideoStream].alignCenterOverflow {
  width: 1100px;
  margin-left: -200px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=SimpleQuote].no-border .quote {
  margin-left: 0;
}
.vnb-body.size-l .tagandads {
  width: 100%;
}
.vnb-body.size-l .tagandads .box-tag-detail {
  width: 100%;
  margin-bottom: 10px;
}
.vnb-body.size-l .banner-article {
  float: none;
}
.vnb-body.size-l .box-final .box-focus .listtop2.w610 {
  width: 610px;
}
.vnb-body.size-l .special-relate-news-container .vnbcbc-relate-box .vnbcbcrl-link {
  width: 605px;
}
.vnb-body.size-l .special-relate-news-container .vnbcbc-relate-box:first-child .vnbcbcrl-link {
  width: 455px;
}
.vnb-body.size-l .VCSortableInPreviewMode.alignCenter[relatednewsboxtype=type-6] {
  width: 100%;
}
.vnb-body.size-l .VCSortableInPreviewMode.alignCenter[relatednewsboxtype=type-6] .kbwscwl-relatedbox {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.vnb-body.size-l .VCSortableInPreviewMode.alignCenter[relatednewsboxtype=type-6] .kbwscwl-relatedbox .kbwscwlrl-title a.title {
  font-family: Roboto-Bold !important;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  line-height: 26px;
}
.vnb-body.size-l .VCSortableInPreviewMode.alignCenter[relatednewsboxtype=type-6] .kbwscwl-relatedbox .kbwscwlrl-title a.title:hover {
  color: #666 !important;
}
.vnb-body.size-l .VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl-thumb-avata {
  flex-basis: 120px;
  flex-shrink: 0;
}
.vnb-body.size-l .VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl {
  border: none;
}
.vnb-body.size-l .VCSortableInPreviewMode[relatednewsboxtype=type-6] .kbwscwlrl {
  border: 1px solid #e2e2e2;
  border-top: 1px solid #fc915c;
  display: flex;
  flex-direction: column;
}
.vnb-body.size-l .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;
}
.vnb-body.size-l .VCSortableInPreviewMode[relatednewsboxtype=type-6] .kbwscwlrl-content {
  display: flex;
  flex-direction: column;
}
.vnb-body.size-l .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;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=insertembedcode].alignCenterOverflow {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.vnb-body.size-l .VCSortableInPreviewMode[type=insertembedcode].alignRight {
  float: right;
  margin-right: -20px;
  margin-left: 20px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=insertembedcode].alignLeft {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=photo].alignLeft {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.vnb-body.size-l .VCSortableInPreviewMode[type=photo].alignRight {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.vnb-body.size-l .VCSortableInPreviewMode.alignLeft {
  float: left;
  margin-right: 20px;
  width: 350px;
  margin-left: 0;
}
.vnb-body.size-l .widget-box.alignLeft {
  float: left;
  margin-right: 20px;
  width: 350px;
  margin-left: 0;
}
.vnb-body.size-l .VCSortableInPreviewMode.alignRight, .vnb-body.size-l .widget-box.alignRight {
  float: right;
  margin-right: 0;
  margin-left: 20px;
  width: 350px;
}
.vnb-body.size-l .VCSortableInPreviewMode.alignJustifyFull {
  margin-left: calc((-100vw + 715px) / 2);
  width: calc(100vw - 15px);
}
.vnb-body.size-l .LayoutAlbumCaptionWrapper p {
  margin: 0 auto !important;
}

.VCSortableInPreviewMode {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 99;
  visibility: visible;
  word-wrap: break-word;
  cursor: default;
}
.VCSortableInPreviewMode[type] {
  display: inline-block;
}

.vnbcb-author.bottom .vnbcbc-top-social .title-pagecate {
  margin-right: 15px;
}
.vnbcb-author.bottom .vnbcbc-top-social .title-pagecate:before {
  content: none;
}
.vnbcb-author.bottom .vnbcbc-top-social .title-pagecate a {
  font-size: 17px;
  color: #f48320;
}

.vnbcbc-top-social {
  padding: 5px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 15px 0;
}
.vnbcbc-top-social .time-detail {
  color: #333;
  font: normal 12px/normal Roboto-Regular;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}
.vnbcbc-top-social .time-detail:before {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -189px -47px;
  width: 15px;
  height: 15px;
  content: "";
  float: left;
  margin-right: 4px;
  background-size: 400px 300px;
  margin-top: -2px;
}
.vnbcbc-top-social .kbwcs-fb {
  background-color: #4267b2;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  font: normal 12px/normal Roboto-Bold;
  margin-left: 5px;
  text-align: center;
}
.vnbcbc-top-social .kbwcs-fb.k14-fb-like:before {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -323px -7px;
  width: 13px;
  height: 13px;
  content: "";
  float: left;
  margin-right: 4px;
}
.vnbcbc-top-social .icongoogle {
  color: #d81010;
  font: normal 14px/normal Roboto-Bold;
  border: 1px solid #ccc;
  padding: 1px 7px;
  border-radius: 3px;
  margin-left: 10px;
}
.vnbcbc-top-social .icontweet {
  color: #000;
  font: normal 14px/normal Roboto-Bold;
  border: 1px solid #ccc;
  padding: 1px 7px;
  margin-left: 10px;
  border-radius: 3px;
}

.tagandads {
  margin-top: 15px;
}
.tagandads .box-tag-detail {
  padding-left: 63px;
  margin-bottom: 12px;
}
.tagandads .box-tag-detail .title-box {
  color: #000;
  font: normal 14px/normal Roboto-Bold;
  position: absolute;
  top: 7px;
  left: 0;
}
.tagandads .box-tag-detail .title-box:before {
  content: "";
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -106px -25px;
  width: 14px;
  height: 12px;
  float: left;
  margin-right: 5px;
  background-size: 200px 150px;
  margin-top: 2px;
}
.tagandads .box-tag-detail .vnbcbcbs-tags {
  margin-top: 10px;
}
.tagandads .box-tag-detail .vnbcbcbs-tags .vnbcbcbst-ul .afcbcbstu-li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}
.tagandads .box-tag-detail .vnbcbcbs-tags .vnbcbcbst-ul .afcbcbstu-li a {
  color: #464646;
  font: bold 12.5px/normal HelveticaWorld-Regular;
  border-radius: 14px;
  background-color: #ccc;
  padding: 5px 10px 7px 10px;
}

.linecam {
  width: 100%;
  height: 2px;
  background-color: #ddd;
  display: block;
  margin: 20px 0;
}

.auto-loading .box-cungchude .content {
  display: none;
}
.auto-loading .box-nb-right {
  margin-bottom: 20px;
}
.auto-loading .fb-loading-wrapper {
  padding-bottom: 20px;
}

.box-cungchude {
  border-top: 2px solid #ddd;
  padding-bottom: 30px;
  padding-top: 18px;
  margin-top: 24px;
}
.box-cungchude .title-box {
  color: #898989;
  font: bold 20px/normal RobotoCondensed-Bold;
  margin-bottom: 17px;
  display: inline-block;
  text-transform: uppercase;
}
.box-cungchude .title-box:before {
  width: 4px;
  height: 17px;
  background-color: #f48320;
  content: "";
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}
.box-cungchude .box-first {
  position: relative;
  width: 283px;
  height: 283px;
  float: left;
}
.box-cungchude .box-first .img283x283 {
  position: absolute;
  top: 0;
  left: 0;
}
.box-cungchude .box-first a.title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 10px 14px 10px;
  background-image: linear-gradient(to bottom, transparent, #033b67);
  color: #fff;
  font: normal 24px/normal RobotoCondensed-Bold;
  text-align: center;
  width: 93%;
}
.box-cungchude .box-first a.title:hover {
  color: #fff !important;
}
.box-cungchude .content {
  height: 283px;
  background-color: #f4f4f4;
}
.box-cungchude .content .first {
  float: left;
}
.box-cungchude .content .news {
  float: right;
  width: 384px;
  padding-bottom: 56px;
}
.box-cungchude .content .news li {
  margin-top: 10px;
  float: left;
  width: 335px;
  padding-bottom: 10px;
  border-right: 1px solid #ddd;
  position: relative;
  margin-right: 10px !important;
}
.box-cungchude .content .news li .img120x80 {
  float: left;
  margin-right: 10px;
}
.box-cungchude .content .news li:nth-child(2n) {
  border-bottom: none;
  padding-top: 10px;
  margin-top: 0 !important;
}
.box-cungchude .content .news li:after {
  width: 325px;
  height: 1px;
  background-color: #ddd;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.box-cungchude .content .news li .title {
  color: #003865;
  font: normal 17px/normal RobotoCondensed-Bold;
  line-height: 22px;
}
.box-cungchude .content .news .swiper-button-next, .box-cungchude .content .news .swiper-button-prev {
  top: unset;
  bottom: 10px;
  background-image: none;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #f48320;
}
.box-cungchude .content .news .swiper-button-next.swiper-button-disabled, .box-cungchude .content .news .swiper-button-prev.swiper-button-disabled {
  background-color: #f8f8f8;
  opacity: 1;
}
.box-cungchude .content .news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background-color: #f48320;
  position: relative;
  top: 2px;
}
.box-cungchude .content .news .swiper-pagination-bullets {
  bottom: 20px;
}
.box-cungchude .content .news .swiper-button-next {
  right: 85px;
}
.box-cungchude .content .news .swiper-button-next:after {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -152px -18px;
  width: 7px;
  height: 12px;
  background-size: 400px 300px;
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
}
.box-cungchude .content .news .swiper-button-next.swiper-button-disabled:after {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -181px -19px;
  width: 8px;
  height: 13px;
  background-size: 400px 300px;
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
}
.box-cungchude .content .news .swiper-button-prev {
  left: 85px;
}
.box-cungchude .content .news .swiper-button-prev:after {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -142px -18px;
  width: 7px;
  height: 12px;
  background-size: 400px 300px;
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
}
.box-cungchude .content .news .swiper-button-prev.swiper-button-disabled:after {
  background-image: url("../../images/sprite-all_v12.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -196px -19px;
  width: 8px;
  height: 13px;
  background-size: 400px 300px;
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
}

.box-cate-bottom.box-cate1 {
  width: 336px;
  margin-top: 0;
}
.box-cate-bottom.box-cate1 .title-box {
  color: #898989;
  font: bold 20px/normal RobotoCondensed-Bold;
  margin-bottom: 17px;
  display: inline-block;
  text-transform: uppercase;
}
.box-cate-bottom.box-cate1 .title-box:before {
  width: 4px;
  height: 17px;
  background-color: #f48320;
  content: "";
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}
.box-cate-bottom.box-cate1 .title-box a {
  color: #898989;
  font: bold 20px/normal RobotoCondensed-Bold;
  display: inline-block;
  text-transform: uppercase;
}
.box-cate-bottom.box-cate1 .list-news li {
  width: 319px;
  float: right;
  position: relative;
}
.box-cate-bottom.box-cate1 .list-news li:first-child {
  width: 336px;
  height: 223px;
  position: relative;
}
.box-cate-bottom.box-cate1 .list-news li:first-child a.title {
  position: absolute;
  bottom: -4px;
  color: #fff;
  font: normal 18px/normal RobotoCondensed-Bold;
  width: auto;
  padding: 20px 10px 4px;
  background-image: linear-gradient(to bottom, transparent, #033b67);
}
.box-cate-bottom.box-cate1 .list-news li:first-child a.title:hover {
  color: #fff !important;
}
.box-cate-bottom.box-cate1 .list-news li:first-child a:before {
  content: none;
}
.box-cate-bottom.box-cate1 .list-news li:nth-child(2) a {
  border-top: none;
}
.box-cate-bottom.box-cate1 .list-news li a {
  color: #232323;
}
.box-cate-bottom.box-cate1 .list-news li a:before {
  width: 5px;
  height: 5px;
  background-color: #f48320;
  border-radius: 50%;
  content: "";
  float: left;
  position: absolute;
  left: -15px;
  top: 15px;
}

.box-stream.cate .title-box {
  margin-left: 28px;
}
.box-stream.cate .news {
  width: 622px;
}

.box-tin-moi-detail {
  border-top: 2px solid #f48320;
  margin-top: 20px;
  padding-top: 30px;
}

.box-read-more-detail {
  width: 685px;
}
.box-read-more-detail .title-box {
  font-weight: bold;
  font-family: RobotoCondensed-Bold;
}
.box-read-more-detail .title-box:before {
  height: 16px;
  margin-top: 4px;
}
.box-read-more-detail .list-news .news {
  padding-right: 20px;
  border-top: none;
}
.box-read-more-detail .list-news .news .title {
  font-size: 17px;
  line-height: 22px;
}
.box-read-more-detail .list-news .news:nth-child(-n+3) {
  padding-top: 0;
}

.box-final {
  margin-top: 20px;
  border-top: 6px solid #ebebeb;
  margin-bottom: 20px;
}
.box-final .box-focus .listtop2 .list-item .item:nth-child(2n) {
  padding-left: 0 !important;
}
.box-final .title-box {
  color: #003865;
  font: bold 20px/normal RobotoCondensed-Bold;
  margin-top: 25px;
}
.box-final .title-box:before {
  float: left;
  content: "";
  background-image: url(../../images/vietnambiz_chon.png);
  width: 212px;
  height: 40px;
  position: relative;
  top: -11px;
}
.box-final .box-focus .listtop2 .list-item .item:nth-child(2n) {
  padding-left: 20px;
}

.content-box-1000 .box-cate1 .list-news li:first-child .title {
  font-size: 18px;
}

.live-on {
  background: #ff0000;
  display: inline-flex;
  color: #ffffff;
  border-radius: 5px;
  padding: 4px 7px;
  letter-spacing: -1px;
  font-size: 15px;
  font-weight: 400;
  margin-right: 5px;
  font-family: "Roboto-Regular";
  align-items: flex-end;
}
.live-on img {
  height: 14px;
  display: inline-block;
  margin-right: 2px;
  padding-bottom: 2px;
}

.live-update-title {
  font: normal 24px/normal RobotoCondensed-Bold;
  text-align: center;
  padding-bottom: 5px;
}

.live-update-list {
  margin: 20px 0 50px 0;
}
.live-update-list .live-update-loading {
  text-align: center;
  color: #999;
  font: normal 15px/normal Roboto-Regular;
  padding: 20px 0;
}
.live-update-list .live-update-empty {
  text-align: center;
  color: #999;
  font: italic 15px/normal Roboto-Regular;
  padding: 20px 0;
}
.live-update-list .live-update-error {
  text-align: center;
  color: #c62127;
  font: normal 14px/normal Roboto-Regular;
  padding: 10px 0;
}

.live-update-toolbar {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 16px 0 20px;
}
.live-update-toolbar .live-update-toolbar-btn {
  padding: 6px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font: normal 15px/normal Roboto-Regular;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, border-color 0.2s;
  display: inline-block;
  text-align: center;
}
.live-update-toolbar .live-update-toolbar-btn:hover {
  background-color: #ccc;
  border-color: #ccc;
  font-family: Roboto-Bold;
}

.live-update-status {
  color: #555;
  font: italic 15px/normal Roboto-Regular;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  position: relative;
}
.live-update-status span {
  position: absolute;
  left: 40%;
  background: #ffffff;
  padding: 0 5px;
}

.live-update-item {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
  /*&:last-child {
      border-bottom: none;
  }*/
}
.live-update-item .live-update-time {
  display: block;
  color: #8b8b8b;
  font: normal 16px/normal Merriweather-Bold;
  margin-bottom: 8px;
}
.live-update-item .live-update-heading {
  color: #333333;
  font: normal 17px/normal Merriweather-Bold;
  line-height: 26px;
  margin-bottom: 12px;
}
.live-update-item .live-update-content {
  color: #252525;
  font: normal 17px/normal Roboto-Regular;
  line-height: 25px;
}
.live-update-item .live-update-content p {
  margin-bottom: 10px;
  color: #252525;
  font: normal 17px/normal Roboto-Regular;
  line-height: 25px;
}
.live-update-item .live-update-content p:last-child {
  margin-bottom: 0;
}
.live-update-item .live-update-content a {
  display: inline;
  color: #f48320;
}

.live-content {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 20px 0 0;
  margin-bottom: 25px;
}

.live-content .hightlight {
  position: relative;
}

.live-content .hightlight a#event-focus {
  position: absolute;
  top: -16px;
}

.live-content .hightlight h3.header {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-position: 0 -140px;
  padding-left: 20px;
  display: block;
  height: 20px;
  line-height: 20px;
}

.live-content .hightlight .hightlight-content {
  background: #fffdf3;
  border: 1px solid #f5e8ce;
  border-bottom: none;
  color: #bb3914;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 30px 0;
}

.live-content .hightlight .hightlight-content ul.list-entry li.entry {
  border-bottom: 1px solid #f5e8ce;
}

.live-content .hightlight .hightlight-content ul.list-entry li.entry span.content {
  width: 594px;
  padding: 12px;
  float: left;
}

.live-content .hightlight .hightlight-content ul.list-entry li.entry span.content a {
  text-decoration: none;
  color: #bb3914;
  font-size: 13px;
  line-height: 18px;
}

.live-content .hightlight .hightlight-content ul.list-entry li.entry span.time {
  float: left;
  padding: 12px;
}

.live-content .live-entry .event-status {
  height: 30px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}

.live-content .live-entry .event-status span.status-dot {
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 10px;
  border-radius: 100px;
}

.live-content .live-entry .event-status span.status-dot.live {
  background: #8dc63f;
}

.live-content .live-entry .event-status span.status-dot.finished {
  background: #e42d2d;
}

.live-content .live-entry .event-status span.status {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.live-content .live-entry ul.list-entry li.entry {
  position: relative;
}

.live-content .live-entry .live-view {
  text-align: center;
  display: block;
  width: 536px;
  border-left: 4px solid #ddd;
  float: right;
  padding-bottom: 25px;
}

.live-content .live-entry .live-view .live-view-button {
  color: #fff;
  padding: 12px 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  background: #003865;
  margin-left: 33px;
  border-radius: 3px;
  display: block;
  font-family: Roboto-Bold;
  position: relative;
}

.live-content .live-entry .live-view .live-view-button:before {
  background-image: url("../../css/images/sprite-all_v2.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -54px -278px;
  width: 19px;
  height: 23px;
  content: "";
  position: absolute;
  left: 102px;
  top: 8px;
}

.live-content .live-entry ul.list-entry li.entry .back-top {
  bottom: 10px;
}

.VCSortableInPreviewMode[type=Photo] .PhotoCMS_Caption,
.VCSortableInPreviewMode[type=VideoStream] .VideoCMS_Caption {
  color: #666;
  font-size: 14px;
  font-style: italic;
  display: block;
  background: #f2f2f2;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}

.VCSortableInPreviewMode[type=Photo] .PhotoCMS_Caption p,
.VCSortableInPreviewMode[type=VideoStream] .VideoCMS_Caption p {
  font-family: Arial;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  margin-bottom: 0 !important;
  line-height: normal !important;
}

.live-content .live-entry ul.list-entry li.entry .back-top a {
  background: url(../../css/images/live-to-top.png) center center no-repeat;
  width: 32px;
  height: 12px;
}

.live-content .live-entry ul.list-entry li.entry:hover .back-top {
  visibility: visible;
}

.live-content .live-update-container {
  margin-bottom: 30px;
}

.live-content .live-update-container .live-update-button {
  background: #f48320;
  padding: 5px 4px 5px 25px;
  color: #fff;
  font-weight: normal;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  float: left;
  border-radius: 3px;
  position: relative;
}

.live-content .live-update-container .live-update-button:before {
  background-image: url("../../css/images/sprite-all_v2.png");
  display: block;
  background-repeat: no-repeat;
  background-position: -24px -280px;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
}

.live-content .live-update-container .latest {
  margin-left: 12px;
  float: left;
  font-weight: normal;
  padding: 10px 20px 10px 16px;
  width: 460px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 1.56;
  border-radius: 3px;
  background-color: #f3f3f3;
}

.live-content .live-update-container .latest .content {
  font-weight: normal;
  font-family: Roboto-Regular;
}

.live-content .live-entry ul.list-entry li.entry {
  border-bottom: 1px solid #ccc;
  padding: 14px 10px 14px 10px;
}

.live-content .live-entry ul.list-entry li.entry:nth-child(odd) {
  background: #f7f7f7;
}

.live-content .live-entry ul.list-entry li.entry:last-child {
  margin-bottom: 0;
}

.live-content .live-entry ul.list-entry li.entry .entry-icon {
  position: relative;
}

.live-content .live-entry ul.list-entry li.entry .entry-icon div.time-event {
  display: inline-block;
  font-weight: bold;
  color: #003865;
  font-family: Arial;
  font-size: 14px;
}

.live-content .live-entry ul.list-entry li.entry .entry-icon span.icon.phone {
  height: 23px;
  background-position: 0 -42px;
}

.live-content .live-entry ul.list-entry li.entry .entry-icon span.icon.fb {
  height: 22px;
  background-position: 0 -65px;
}

.live-content .live-entry ul.list-entry li.entry .entry-icon span.icon.email {
  height: 16px;
  background-position: 0 -87px;
}

.live-content .live-entry ul.list-entry li.entry .entry-icon span.icon.video {
  height: 22px;
  background-position: 0 -103px;
}

.live-content .live-entry ul.list-entry li.entry .entry-info {
  width: 100%;
}

.live-content .live-entry ul.list-entry li.entry .entry-info .time {
  font-size: 12px;
  font-weight: bold;
  color: #bb3914;
  margin-bottom: 10px;
}

.live-content .live-entry ul.list-entry li.entry .entry-info .content {
  font: normal 16px/18px "Arial";
  color: #252525 !important;
  line-height: 1.56 !important;
}

.live-content .live-entry ul.list-entry li.entry .entry-info .content > p {
  margin: 2% 0;
}

.live-content .live-entry ul.list-entry li.entry .entry-info .content span.author {
  font-weight: bold;
}

.live-content .live-entry ul.list-entry li.entry .entry-info .content img {
  max-width: 100%;
}

.live-content .live-entry ul.list-entry li.entry .entry-info .content span.img-description {
  display: block;
  padding: 12px;
  font-style: italic;
  color: #777;
}

.live-content .live-entry ul.list-entry li.entry .entry-info a.fb-user {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.live-content .live-entry ul.list-entry li.entry .entry-info a.fb-user:hover {
  color: #4a68ad;
  text-decoration: underline;
}

.live-content .live-entry ul.list-entry li.entry .entry-info .entry-title {
  color: #252525;
  font-size: 17px;
  line-height: 25px;
}

.live-content .live-entry ul.list-entry li.entry a.quote-entry {
  font-size: 11px;
  color: #e9ad58;
  text-decoration: underline;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
}

.live-content .live-entry ul.list-entry li.entry:hover a.quote-entry {
  display: block;
}

.live-content .live-entry a.view-more {
  display: block;
  width: 100px;
  height: 40px;
  background: #cb380e;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  line-height: 38px;
  border-radius: 8px;
}

.live-content .live-entry a.view-more:hover {
  background: #333;
}

.live-content .live-entry ul.list-entry li.entry .event-anchor {
  position: absolute;
  top: 0;
}

.live-content .live-entry ul.list-entry li.entry .back-top {
  visibility: hidden;
  position: absolute;
  right: 0;
}

.detail-focuswrapper .header-box {
  background-color: #578cc9;
  width: 300px;
  height: 35px;
  text-align: center;
}

.detail-focuswrapper .header-box .icon {
  background: url(../../css/images/entry-icon-sprite.png) 0 -125px no-repeat;
  display: inline-block;
  margin-left: 4px;
  margin-top: 10px;
  width: 20px;
  height: 15px;
  float: left;
}

.detail-focuswrapper .header-box .caption {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: bold;
}

.live-content .list-entry .live-slide-panel {
  margin-top: 8px;
}

.live-content .list-entry .sep-date {
  background-color: #bb3914;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #fff;
  display: none;
  font-size: 16px;
  font-weight: bold;
  left: -76px;
  position: absolute;
  text-align: center;
  width: 56px;
  line-height: 34px;
  height: 34px;
}

.live-content .list-entry .status-date {
  background-color: #bb3914;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #fff;
  font-size: 16px;
  left: -120px;
  position: absolute;
  text-align: center;
  width: 100px;
  padding: 6px 0;
}

.live-content .list-entry .status-date .label {
  text-transform: uppercase;
  font-size: 14px;
}

.live-content .list-entry .status-date .time {
  font-weight: bold;
  margin-top: 2px;
}

.live-content .list-entry .entry-title {
  line-height: 20px;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 15px;
}

.live-content .list-entry .entry-title a {
  font-size: 13px;
  color: #bb3914;
  text-decoration: none;
}

.live-content .list-entry .entry-title a span {
  background-position: 0 -140px;
  float: left;
  margin-right: 3px;
  width: 19px;
  height: 20px;
}

.live-content .list-entry .afs_center {
  width: 590px;
}

.live-content .list-entry .afs_center ul li {
  width: 590px;
}

.live-content .list-entry .afs_center ul {
  background-color: #000;
}

.live-content .list-entry .afs_bottom li {
  overflow: hidden;
  height: 57px;
  width: 102px;
}

.live-content .list-entry .afs_bottom li.active a {
  border: 1px solid #f00;
}

.live-content .list-entry .afs_bottom li.active a img {
  width: 100px;
  height: 55px;
}

.live-content .list-entry .afs_bottom li span {
  width: 102px;
  height: 57px;
}

.live-content .ctrLiveTop {
  border-bottom: 1px solid #ccc;
}

.live-content .ctrLiveTop .titbox {
  font-size: 19px;
  color: #f48320;
  font-weight: bold;
  line-height: 30px;
}

.live-content .ctrLiveTop ul.ctrLiveContent {
  display: flex;
  justify-content: center;
}

.live-content .ctrLiveTop ul.ctrLiveContent li {
  background: #f7f7f7;
  margin-left: 8px;
}

.live-content .ctrLiveTop ul.ctrLiveContent li a {
  color: #555;
  font: normal 16px Roboto-Regular;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  min-width: 65px;
}

.live-content .ctrLiveTop .live-update-button:before {
  content: "";
  background: url(../../css/images/sprites-live-post.png) 0 -21px no-repeat;
  display: inline-block;
  width: 15px;
  height: 16px;
  background-size: 90px 39px;
  margin-right: 4px;
}

.live-content .ctrLiveTop .live-view-button:before {
  content: "";
  background: url(../../css/images/sprites-live-post.png) -46px -21px no-repeat;
  display: inline-block;
  width: 15px;
  height: 19px;
  background-size: 90px 39px;
  margin-right: 4px;
}

.live-content .live-entry ul.list-entry li.entry .boxcheck {
  display: none;
}

.live-content .live-entry ul.list-entry li.hasimages.entry .boxcheck,
.live-content .live-entry ul.list-entry li.hasvideo.entry .boxcheck {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding-top: 8px;
}

.boxcheck span {
  font: normal 15px Roboto-Regular;
  width: 95px;
  padding: 5px 0 4px;
  color: #555;
  border: 1px solid #ccc;
  margin: 0 4px;
  text-align: center;
  display: none;
  cursor: pointer;
}

[class*=liveicon-] {
  background-image: url(../../css/images/sprites-live-post.png);
  background-size: 102px 42px;
  background-repeat: no-repeat;
  display: inline-block;
}

.liveicon-play {
  background-position: -40px -25px;
  width: 13px;
  height: 15px;
}

.liveicon-camera {
  background-position: -19px -25px;
  width: 19px;
  height: 15px;
}

.boxcheck span i {
  margin-right: 6px;
}

.boxcheck span i.liveicon-camera {
  margin-bottom: -1px;
}

.boxcheck span i.liveicon-play {
  margin-bottom: -2px;
}

.hasimages .boxcheck .checkimage,
.hasvideo .boxcheck .checkvideo {
  display: block;
}

.live-content .live-entry ul.list-entry li.active.entry .boxcheck {
  display: none;
}

.live-content .live-entry ul.list-entry li.entry.hasimages .entry-info .content,
.live-content .live-entry ul.list-entry li.entry.hasvideo .entry-info .content {
  overflow: hidden;
}

.live-content .live-entry ul.list-entry li.entry .entry-info .content {
  display: none;
}

.live-content .live-entry ul.list-entry li.entry.active .entry-info .content {
  opacity: 1;
  display: block;
}

.VCCharacterBoxTitle,
.VCCharacterBoxDescription {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxTitle {
  width: calc(100% - 105px);
}

.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxTitle {
  width: calc(100% - 110px);
}

.VCSortableInPreviewMode[type=userquote][data-type=seven] .VCCharacterBoxBody .VCCharacterBoxTitle {
  width: calc(100% - 8px);
}

.VCSortableInPreviewMode[type=userquote][data-type=four] .VCCharacterBoxDescription {
  width: calc(100% - 145px);
  line-height: 20px;
}

.VCSortableInPreviewMode[type=userquote][data-type=one] .VCCharacterBoxDescription {
  width: calc(100% - 130px);
  line-height: 20px;
}

.VCSortableInPreviewMode[type=userquote][data-type=two] .VCCharacterBoxDescription {
  width: calc(100% - 140px);
  line-height: 20px;
}

.VCSortableInPreviewMode[type=userquote][data-type=three] .VCCharacterBoxDescription {
  width: calc(100% - 105px);
  line-height: 20px;
}

.VCSortableInPreviewMode[type=userquote][data-type=six] .VCCharacterBoxDescription {
  width: calc(100% - 145px);
  line-height: 20px;
}

.VCSortableInPreviewMode[type=userquote][data-type=seven] .VCCharacterBoxBody .VCCharacterBoxDescription {
  width: calc(100% - 10px);
  line-height: 20px;
}

.live-content .live-entry ul.list-entry li.entry h2 {
  color: #252525;
  font: normal 17px/normal Roboto-Bold;
  margin-bottom: 10px;
  margin-top: 28px;
  line-height: 25px;
  text-align: left;
}

.live-content .live-entry ul.list-entry li.entry h2 a.link-inline-content {
  width: auto;
  display: inline-block;
  font-size: 32px !important;
  color: #f48320 !important;
}

.live-content .live-entry ul.list-entry li.entry h3 {
  color: #252525;
  font: normal 17px/normal Roboto-Bold;
  margin-bottom: 10px;
  margin-top: 28px;
  line-height: 25px;
  text-align: left;
}

.live-content .live-entry ul.list-entry li.entry h3 a.link-inline-content {
  width: auto;
  display: inline-block;
  font-size: 26px !important;
  color: #f48320 !important;
}

.live-content .live-entry ul.list-entry li.entry h4 {
  font-size: 20px;
  line-height: 25px;
}

.live-content .live-entry ul.list-entry li.entry h4 a.link-inline-content {
  width: auto;
  display: inline-block;
  font-size: 20px !important;
  color: #f48320 !important;
}

.live-content .live-entry ul.list-entry li.entry h5 {
  font-size: 14px;
  line-height: 19px;
}

.live-content .live-entry ul.list-entry li.entry h5 a.link-inline-content {
  width: auto;
  display: inline-block;
  font-size: 14px !important;
  color: #f48320 !important;
}

.live-content .live-entry ul.list-entry li.entry h6 {
  font-size: 11px;
  line-height: 15px;
}

.live-content .live-entry ul.list-entry li.entry h6 a.link-inline-content {
  width: auto;
  display: inline-block;
  font-size: 11px !important;
  color: #f48320 !important;
}

.live-content .live-entry ul.list-entry li.entry p a.link-inline-content {
  width: auto;
  display: inline-block;
  color: #f48320 !important;
}

.live-content .live-entry ul.list-entry li.entry .VCSortableInPreviewMode.link-content-footer {
  text-align: left;
  line-height: 25px;
}

.live-content .live-entry ul.list-entry li.entry .VCSortableInPreviewMode.link-content-footer a {
  background: transparent url(../../css/images/bg_linkfooter.jpg) no-repeat scroll 0 0;
  color: #004370;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-left: 25px;
  text-decoration: none;
}

.list-entry .button-more {
  text-align: center;
  margin-top: 15px;
}

.list-entry .button-more a {
  font: normal 15px Roboto;
  width: 95px;
  padding: 5px 0;
  color: #555;
  border: 1px solid #ccc;
  margin: 0 4px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
}

.list-entry .content-text {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  height: 20px;
  line-height: 23px;
}

.list-entry .active .content-text {
  display: none !important;
}

@charset "UTF-8";
.VnBizPreviewMode {
  width: 100%;
  transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
  border: 0;
  display: inline-block;
  position: relative;
  word-wrap: break-word;
  visibility: visible;
  cursor: default;
  margin: 0 auto 15px;
  text-align: left;
}
.VnBizPreviewMode .PhotoCMS_Caption {
  padding: 0 !important;
}
.VnBizPreviewMode .show-placeholder span {
  background-color: transparent !important;
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip {
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0 auto 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip:hover .preview-drag-wrapper {
  opacity: 1;
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .panel-before,
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .panel-after {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .panel-before img,
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .panel-after img {
  height: auto;
  /*max-width: initial !important;*/
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .panel-after img {
  /*width: 100%;*/
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip {
  position: relative;
  transform-style: preserve-3d;
  box-shadow: none;
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .panel-before,
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .panel-after {
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: 0.5s ease-out;
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .panel-before {
  position: absolute;
  z-index: 1;
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .panel-after {
  position: relative;
  z-index: 0;
  transform: rotateY(-180deg);
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .btn_flip {
  font-size: 14px !important;
  position: absolute;
  bottom: 1px;
  right: 1px;
  z-index: 2;
  display: flex;
  background: #fff;
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .btn_flip span {
  padding-left: 5px;
  display: inline-block;
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-flip .btn_flip .icon {
  width: 25px;
  height: 25px;
  margin-left: 4px;
  display: inline-block;
  background: #fff url(/images/icons/flip_icon.png) no-repeat 0 0/contain;
}
.VnBizPreviewMode[data-type=simpleimage] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.VnBizPreviewMode[data-type=simpleimage] img {
  width: 100%;
  object-fit: cover;
}
.VnBizPreviewMode[data-type=simpleimage] [contenteditable=true]:hover {
  outline: none !important;
}
.VnBizPreviewMode[data-type=boxnewsrelated] {
  width: auto;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul {
  margin: 0 auto;
  padding: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul li {
  position: relative;
  list-style-type: none;
  text-align: left;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul li:hover .btn-close-preview {
  opacity: 1;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul a {
  text-decoration: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul .title {
  background: #eaeaea;
  margin: 0px;
  padding: 10px 7px 7px 10px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul .btn-close-preview {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 {
  width: 250px;
  border-top: 3px solid rgb(33, 39, 93);
  border-bottom: 3px solid rgb(33, 39, 93);
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 li, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 li {
  margin-left: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  display: list-item;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 li:last-child, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 li:last-child {
  border-bottom: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 .title, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 .title {
  background: none;
  margin: 0;
  padding: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 .title a, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 .title a {
  display: block;
  color: #252525 !important;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 .title a:hover, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 .title a:hover {
  border: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 a, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 .datetime, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 a, .VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 .datetime {
  display: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-1 {
  width: 250px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-1 li {
  margin-bottom: 15px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-1 .datetime {
  display: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-2 li {
  list-style: disc;
  color: #21275d;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-3 {
  border-top: 3px solid #217ffa;
  border-bottom: 3px solid #217ffa;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 {
  width: auto;
  border: 1px solid #ccc;
  border-top: 3px solid #007f74;
  border-color: rgb(33, 39, 93);
  border-radius: 3px;
  overflow: hidden;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 li {
  float: left;
  position: relative;
  text-align: left;
  border-bottom: 1px dotted #cbcfd3;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  width: 100%;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 li:last-child {
  border-bottom: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 .title-header {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  margin: 0;
  margin-bottom: 5px;
  padding: 10px 10px 5px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 a {
  float: left;
  width: 40%;
  padding: 0px;
  height: auto;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 a img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 .title {
  margin-left: 43%;
  padding: 0px;
  background: none;
  font-size: 16px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-4 .datetime {
  display: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 {
  border-top: 3px solid #007f74;
  border-radius: 3px;
  border-bottom: 3px solid #007f74;
  overflow: hidden;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 li {
  float: left;
  position: relative;
  text-align: left;
  border-bottom: 1px dotted #cbcfd3;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  width: 100%;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 li:last-child {
  border-bottom: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 a.image {
  float: left;
  width: 116px;
  padding: 0px;
  height: auto;
  padding-top: 1%;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 a.image img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 .title {
  margin-left: 135px;
  padding: 0px;
  background: none;
  text-align: left;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 .title a {
  float: none;
  width: auto;
  color: #252525 !important;
  text-decoration: none !important;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 .title a:hover {
  border: 0;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul.type-7 .datetime {
  font-size: 11px;
  text-decoration: none;
  color: #777;
  display: block;
  margin-top: 10px;
}
.VnBizPreviewMode[data-type=boxnewsrelated] ul li.title-header {
  display: none;
}
.VnBizPreviewMode[data-type=boxnewsrelated].type-7.align-right, .VnBizPreviewMode[data-type=boxnewsrelated].type-7.align-left {
  width: 350px;
}
.VnBizPreviewMode[data-type=boxprofile] {
  width: 350px;
  display: block;
}
.VnBizPreviewMode[data-type=boxprofile] img {
  pointer-events: none;
}
.VnBizPreviewMode[data-type=boxprofile] .profile-container {
  border: 2px solid #FECB2E;
  background-color: #FFFBF1;
  padding: 20px 25px 15px;
}
.VnBizPreviewMode[data-type=boxprofile] .main-content {
  border-bottom: 1px solid #e9dec6;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 0 0px;
  text-align: center;
  width: 100%;
}
.VnBizPreviewMode[data-type=boxprofile] .main-content img {
  border-radius: 50%;
  margin: 0 auto;
  height: 85px;
  width: 85px;
  display: block;
  object-fit: cover;
}
.VnBizPreviewMode[data-type=boxprofile] .main-content .profile-name {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 33px;
}
.VnBizPreviewMode[data-type=boxprofile] .main-content .profile-info {
  font-size: 16px;
  line-height: 20px;
}
.VnBizPreviewMode[data-type=boxprofile] .sub-content ul {
  margin: 0;
}
.VnBizPreviewMode[data-type=boxprofile] .sub-content li {
  list-style-type: disc;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}
.VnBizPreviewMode[data-type=boxprofile] .sub-content li::marker {
  color: #FECB2E;
}
.VnBizPreviewMode[data-type=boxprofile] .sub-content p {
  margin-bottom: 0;
}
.VnBizPreviewMode[data-type=attachfile] {
  margin-bottom: 15px;
}
.VnBizPreviewMode[data-type=attachfile] .file-download-link {
  color: #ff9900;
}
.VnBizPreviewMode[data-type=attachfile] .file-download-description {
  font-size: 12px;
  color: #999999;
  font-style: italic;
}
.VnBizPreviewMode[data-type=attachfile].align-center {
  text-align: center;
}
.VnBizPreviewMode[data-type=simplequote] .name-n-quote {
  position: relative;
}
.VnBizPreviewMode[data-type=simplequote] .starname-caption {
  color: #797979;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: right;
}
.VnBizPreviewMode[data-type=simplequote] .starname-caption::before {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.VnBizPreviewMode[data-type=simplequote] .starname-caption::after {
  content: "";
  height: 1px;
  background-color: #ed1b2f;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.VnBizPreviewMode[data-type=simplequote] .starname-caption.hasmargin {
  margin-left: 27px;
}
.VnBizPreviewMode[data-type=simplequote] .quote {
  border: 4px solid transparent;
  padding: 20px 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
  position: relative;
}
.VnBizPreviewMode[data-type=simplequote] .quote.borderleft {
  padding-left: 20px;
}
.VnBizPreviewMode[data-type=simplequote] .quote.borderright {
  padding-right: 20px;
}
.VnBizPreviewMode[data-type=simplequote] .quote p:last-child {
  margin-bottom: 0;
}
.VnBizPreviewMode[data-type=simplequote] .quote.no-border {
  border-color: transparent !important;
  padding-left: 25px;
  position: relative;
}
.VnBizPreviewMode[data-type=simplequote] .quote.no-border::before {
  content: "“";
  font-size: 60px;
  position: absolute;
  top: 32px;
  left: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: none;
  line-height: 29px;
}
.VnBizPreviewMode[data-type=simplequote] .border-custom {
  border: 4px solid transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: -4px;
}
.VnBizPreviewMode[data-type=simplequote] .border-custom.bordershort {
  left: 45%;
  right: 45%;
}
.VnBizPreviewMode[data-type=simplequote] .border-custom.bordertop, .VnBizPreviewMode[data-type=simplequote] .border-custom.borderbottom {
  border-style: solid;
}
.VnBizPreviewMode[data-type=albumlayout] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.VnBizPreviewMode[data-type=albumlayout] .content-row {
  width: 100%;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row {
  width: 100%;
  display: grid;
  flex-direction: row;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row figure .remove-item {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row figure:hover .remove-item {
  color: #eb5858;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item,
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item3 {
  cursor: zoom-in;
  padding: 4px 4px 0 0;
  border: 0 !important;
  background: none !important;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item img,
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item3 img {
  width: 100%;
  pointer-events: none;
  display: block;
  max-width: 100%;
  transition: all 0.25s ease-in-out;
  height: 100%;
  object-fit: cover;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item .remove-item,
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item3 .remove-item {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
}
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item:hover .remove-item,
.VnBizPreviewMode[data-type=albumlayout] .album-row .album-item3:hover .remove-item {
  color: #eb5858;
}
.VnBizPreviewMode[data-type=albumlayout] .show-placeholder {
  display: block;
  background: #ddd;
  padding: 10px;
  margin: 0;
  outline: 1px !important;
}
.VnBizPreviewMode[data-type=boxcontent] .box-container {
  min-height: 30px;
  padding: 10px;
  border-radius: 3px;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #a6bdec;
  color: #2460a4;
  background-color: #d8e5ff;
  margin: 0 auto;
}
.VnBizPreviewMode[data-type=boxcontent].align-right .box-container, .VnBizPreviewMode[data-type=boxcontent].align-left .box-container {
  margin: 0;
}
.VnBizPreviewMode[data-type=embedcode] > span {
  border: 0;
}
.VnBizPreviewMode[data-type=embedcode] iframe {
  max-width: 100%;
  margin: auto;
}
.VnBizPreviewMode[data-type=embedcode].align-center-over {
  width: 700px;
  margin-left: -32px;
}
.VnBizPreviewMode[data-type=embedcode].align-center-over > span, .VnBizPreviewMode[data-type=embedcode].align-center-over iframe {
  width: 100%;
  border: 0;
}
.VnBizPreviewMode[data-type=embedcode].align-center > span {
  width: 100%;
  text-align: center;
}
.VnBizPreviewMode[data-type=embedcode].align-left, .VnBizPreviewMode[data-type=embedcode].align-right {
  max-width: 50%;
}
.VnBizPreviewMode[data-type=embedcode].align-left {
  margin-left: -13px;
}
.VnBizPreviewMode[data-type=embedcode].align-right {
  margin-right: -13px;
}
.VnBizPreviewMode[data-type=boxmultipart] {
  margin-bottom: 30px;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container {
  display: flex;
  background-color: #f1f1f1;
  border-color: #dfdfdf;
  color: #000;
  padding: 30px 0;
  border-top: 1px solid #dfdfdf;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container [contenteditable=true]::before {
  color: #ccc;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container [contenteditable=true]:empty:not(:focus)::before {
  content: attr(data-placeholder);
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .box-right {
  padding: 0 10px;
  flex-grow: 1;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .box-left {
  min-width: 90px;
  max-width: 90px;
  padding: 0 10px;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .multipart-label {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .multipart-number {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  border: 1px solid #bbb;
  font-family: SFD-Regular;
  font-size: 24px;
  line-height: 43px;
  color: #777;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.VnBizPreviewMode[data-type=boxmultipart] .box-container .multipart-number[contenteditable=true]:empty:not(:focus)::before {
  content: "1";
}
.VnBizPreviewMode[data-type=beforeafter] .before-after-slider {
  box-shadow: none;
}
.VnBizPreviewMode[data-type=beforeafter] .caption {
  display: block;
  background-color: #dddddd;
  padding: 10px;
  margin-top: 0px !important;
  font-size: 14px;
}
.VnBizPreviewMode[data-type=firstchar] img {
  width: 100%;
  max-height: 100%;
}
.VnBizPreviewMode[data-type=insertvideo] .box-container {
  line-height: 0;
}
.VnBizPreviewMode[data-type=insertvideo] .show-placeholder {
  display: block;
  background: #ddd;
  padding: 10px;
  margin: 0;
  outline: 1px !important;
}
.VnBizPreviewMode[data-type=insertvideo] video {
  height: 100%;
  width: 100%;
}
.VnBizPreviewMode[data-type=insertcredit] .box-container {
  text-align: left;
  border-left: solid 5px #ff6a03;
  padding-left: 18px;
}
.VnBizPreviewMode[data-type=insertcredit] .box-container .credit-item {
  line-height: 26px;
  font-weight: 600;
}
.VnBizPreviewMode[data-type=insertcredit] .box-container .credit-item label, .VnBizPreviewMode[data-type=insertcredit] .box-container .credit-item div {
  display: inline-block;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #222 !important;
  margin-right: 5px;
}
.VnBizPreviewMode[data-type=insertcredit] .box-container .credit-item span {
  margin: 0 3px 0 0;
}
.VnBizPreviewMode[data-type=insertcredit] .box-container .publish-date {
  position: absolute;
  right: 0px;
  top: 30px;
  font-size: 18px;
  color: #b3b3b3;
}

.VnBizPreviewMode p {
  word-break: break-word;
}
.VnBizPreviewMode.align-right {
  width: 250px;
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}
.VnBizPreviewMode.align-left {
  width: 250px;
  float: left;
  margin-right: 20px;
}
.VnBizPreviewMode.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.VnBizPreviewMode.align-center-overflow,
.VnBizPreviewMode .alignCenterOverflow {
  width: 980px;
  margin-left: -145px;
}
.VnBizPreviewMode.align-center-overflow img,
.VnBizPreviewMode .alignCenterOverflow img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.VnBizPreviewMode.align-left-overflow, .VnBizPreviewMode.alignLeftOverflow, .VnBizPreviewMode.align-right-overflow, .VnBizPreviewMode.alignRightOverflow {
  width: 450px;
  max-width: 100%;
  display: block;
}
.VnBizPreviewMode.align-left-overflow, .VnBizPreviewMode.alignLeftOverflow {
  margin-left: -200px;
}
.VnBizPreviewMode.align-right-overflow, .VnBizPreviewMode.alignRightOverflow {
  float: right;
  margin-left: 20px;
  margin-right: -200px;
}
.VnBizPreviewMode.align-left-overflow, .VnBizPreviewMode.alignLeftOverflow {
  float: left;
  margin-left: -200px;
  margin-right: 20px;
}
.VnBizPreviewMode.align-justify-full, .VnBizPreviewMode.alignJustifyFull {
  margin-left: calc((-100vw + 710px) / 2);
  width: calc(100vw - 1px);
}
.VnBizPreviewMode.align-justify-full img, .VnBizPreviewMode.alignJustifyFull img {
  width: 100%;
  object-fit: cover;
}
.VnBizPreviewMode [contenteditable=true]:empty:not(:focus)::before {
  content: attr(data-placeholder);
  color: #ccc;
}
.VnBizPreviewMode figcaption {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  background: #f2f2f2;
  margin: 0;
  text-align: left;
  font-size: 15px;
}

.show-placeholder {
  padding: 10px;
}
.show-placeholder:empty {
  display: none;
}

.vnb-body table {
  width: 100%;
  border-collapse: collapse;
  border-color: #999;
  border: none;
}
.vnb-body table td {
  height: 30px;
  padding: 2px;
  border: solid 1px #999;
  font: normal 17px/normal Roboto-Regular;
  line-height: 25px;
}
.vnb-body table td b {
  font-weight: bold;
}

#vnb-post-detail-page .vnb-body .vnbcb-content .show-placeholder, #vnb-post-detail-page .vnb-body .vnbcb-content [data-placeholder] {
  color: #888 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0;
  line-height: normal;
  font-style: normal;
  padding: 10px;
}
#vnb-post-detail-page [data-type=vietlott-number] {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
#vnb-post-detail-page [data-type=vietlott-number] .result_title {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
}
#vnb-post-detail-page [data-type=vietlott-number] .result_title img {
  width: 30%;
  margin: 0 auto 10px;
}
#vnb-post-detail-page [data-type=vietlott-number] .result_numbers {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
#vnb-post-detail-page [data-type=vietlott-number] .result_numbers ul, #vnb-post-detail-page [data-type=vietlott-number] .result_numbers li {
  list-style: none;
}
#vnb-post-detail-page [data-type=vietlott-number] .result_numbers li {
  border-radius: 50%;
  border: red solid 2px;
  font-family: consolas;
  margin-right: 5px;
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  padding: 6px;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
}
#vnb-post-detail-page [data-type=vietlott-number] .result_numbers .number_device {
  border-radius: 0;
  border-width: 1px;
  padding: 0;
  border-color: #333;
  margin: 0 5px 0 0;
  width: 1px;
  height: 22px;
}
#vnb-post-detail-page [data-type=vietlott-number] .result_numbers .number_special {
  color: #faa61a;
  border-color: #faa61a;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] {
  background: url(/images/doso_output_nd.jpg) no-repeat;
  background-size: cover;
  background-position-y: -30px;
  margin-bottom: 15px;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .gt_jackpot {
  padding: 20px 10px 10px;
  background: #ed1b2f url(/images/gt_jackpot_bg.jpg) no-repeat center;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .gt_jackpot h5 {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  margin-top: 6px;
  color: #fff;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .gt_jackpot h3 {
  font-size: 30px !important;
  font-weight: 700;
  display: inline-block;
  color: #fff;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .gt_jackpot .so_tien {
  text-align: right;
  color: #fff;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .gt_jackpot .so_tien p {
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  margin-left: 4px;
  color: #fff;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] table tr {
  background: none;
  border-bottom: 1px solid #ccc;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] table tr:nth-of-type(odd) {
  background: none !important;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] table tr th {
  padding: 8px;
  position: relative;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] table tr th:nth-child(2) {
  visibility: hidden;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] table tr th:nth-child(2)::after {
  content: "Kết quả";
  visibility: visible;
  position: absolute;
  left: 10px;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] table tr th:nth-child(3), #vnb-post-detail-page [data-type=vietlott-jackpot] table tr th:nth-child(4) {
  text-align: right;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] table tr td {
  padding: 8px !important;
  border: 0 !important;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] table tr td:nth-child(2) {
  vertical-align: middle;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] table tr td:nth-child(3) {
  text-align: right;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .circle-num {
  padding: 8px;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .circle-num em {
  color: #ed1b2f;
  border-radius: 50%;
  border: 2px solid #ed1b2f;
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 4px;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .circle-num em.number_device_i {
  border-radius: 0;
  width: 0px;
  border-width: 1px;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .circle-num em.number_special_i {
  color: #faa61a;
  border: 2px solid #faa61a;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .giai_thuong_gia_tri {
  text-align: right;
  color: #ed1b2f;
}
#vnb-post-detail-page [data-type=vietlott-jackpot] .giai_thuong_gia_tri sup {
  display: none;
}
