.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.clearafter:after,
#divRollingNews .note:after,
.boxtisotop .match-info:after,
.tructiep .stat-box:after,
.tuongthuat .timeline-row:after,
.tuongthuat .timeline-row .time-right .icon_timelinematch:after {
    content: ' ';
    display: block;
    clear: both
}

#title-article {
    margin-top: 0
}

.sapo {
    margin-bottom: 30px
}

.fr {
    float: right
}

.fl {
    float: left
}

#divRollingNews {
    border: thin solid #cbcbcb;
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 20px
}

#divRollingNews .VCSortableInPreviewMode.alignCenterOverflow,
#divRollingNews .widget-box.alignCenterOverflow {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.boxtisotop {
    border: thin solid #ebebeb;
    border-top-width: 4px;
    border-radius: 7px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #2f2f2f
}

.boxtisotop .time {
    text-align: center
}

.boxtisotop .time #lblStatus:not(:empty) {
    font-family: "Roboto Condensed", Roboto, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    height: 30px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 0 0 4px 4px;
    color: #fff;
    background: #1778cf
}

.boxtisotop .match-info {
    list-style: none;
    text-align: center;
    margin: 10px 15px 15px 15px
}

.boxtisotop .match-info .left,
.boxtisotop .match-info .right {
    width: 35%;
    margin-top: -15px
}

.boxtisotop .match-info .left img,
.boxtisotop .match-info .right img {
    display: inline-block;
    max-width: 220px;
    height: 120px
}

.boxtisotop .match-info .left .team,
.boxtisotop .match-info .right .team {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px
}

.boxtisotop .match-info .center {
    width: 30%;
    float: left
}

.boxtisotop .match-info .center .tyso-match {
    margin: 15px 0 10px 0;
    font-size: 36px;
    font-weight: bold
}

.boxtisotop .match-info .center .tyso-match .tiso-match-sep {
    display: inline-block;
    font-weight: normal;
    padding: 0 5px
}

.boxtisotop .match-info .center .normal {
    color: #5c5c5c;
    margin-bottom: 5px
}

.boxtisotop .match-info .center .normal .active {
    color: #3e3e3e;
    font-weight: bold
}

.tructiep {
    border: thin solid #ebebeb;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f
}

.tructiep .left,
.tructiep .right {
    width: 45%;
    margin-top: 25px
}

.tructiep .left ul,
.tructiep .right ul {
    list-style: none
}

.tructiep .left {
    text-align: right
}

.tructiep .center {
    position: absolute;
    top: 0;
    left: 287.5px;
    width: 85px;
    height: 25px;
    font-family: "Roboto Condensed", Roboto, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #f1f1f1;
    background: #00539d
}

.tructiep .center:before,
.tructiep .center:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 10px;
    background: #00539d
}

.tructiep .center:before {
    left: -6px;
    border-radius: 0 0 0 4px;
    -webkit-transform: skewX(16deg);
    -moz-transform: skewX(16deg);
    transform: skewX(16deg)
}

.tructiep .center:after {
    right: -6px;
    border-radius: 0 0 4px 0;
    -webkit-transform: skewX(-16deg);
    -moz-transform: skewX(-16deg);
    transform: skewX(-16deg)
}

.tructiep .stat-box {
    border-bottom: thin solid #ebebeb;
    padding: 10px;
    position: relative
}

.tructiep .stat-box .player-left {
    color: #1a661a
}

.tructiep .stat-box .player-right {
    color: #f10000
}

.tructiep .stat-box:last-child {
    border-bottom: none
}

.tructiep .icon,
.tructiep .iconx {
    display: inline-block;
    margin: 0 4px -2px 3px
}

.tructiep .icon.icon-card,
.tructiep .iconx.icon-card {
    height: 16px;
    width: 10px;
    border-radius: 2px
}

.tructiep .icon.yellow-card,
.tructiep .iconx.yellow-card {
    background: #f0f000
}

.tructiep .icon.red-card,
.tructiep .iconx.red-card {
    background: #f00
}

.tructiep .icon.icon-db-yellow-card,
.tructiep .iconx.icon-db-yellow-card {
    height: 15px;
    width: 10px;
    margin: 0 3px -3px 2px;
    border-radius: 3px;
    border-top: 3px solid #f00;
    border-right: 3px solid #f00
}

.tructiep .icon.icon-goal,
.tructiep .icon.icon-penalty,
.tructiep .iconx.icon-goal,
.tructiep .iconx.icon-penalty {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABmklEQVQ4T33TO8jIYRTH8c/7ZnDL5DJQBikG5TYxMEhSBoPLKOSSEAOLQqJYCOkVhYFCBqtBkdXd9BIpyWWjeAe3fnX+evorZ3n6n3Oe7/M85/f7D/g35mMdVmM6BvAWt3ADj9otKXYxDgfxEguwtcc+h2eYgUP4lnoHyOaTuIxFuI25dZOfdfJzrMJ9bMEufO8AQ0V8iivNyYEkntSa/s2YhdHYkUTe/LAaJuPzfwApTcU7/M7eAM7XlVKcgK8NYA/yhNNNbhI+1fdQAMOYWZM+jnt1QsDrq/EqtmM2FmJfKTQcwHtMwRI8wGKcwbyeCpnPpnruUtzFhwByatZQuziCAz3A4ZKvS5/AYDYeK+0v9Yb3uAeYgxdNbmPUCOBovfs1XlVDzHKxBpjUL+xHBw0sw1zWyRiD7C1FYte8/0LvBrH3R6zENsSZ1zoj5SNTTnzBtJ6cyY/HG0ysvrPY2QHG4k4pkHpUiFXbOIXdlYjUKzDS/kxjyjAbcLOALWA51tRsYrCRFFtA1xz/r8WoZoiD+IHr9Uf+Bf8BbktYYUM33lwAAAAASUVORK5CYII=");
    width: 16px;
    height: 16px;
    margin-bottom: -3px
}

.tructiep .icon.icon-penalty-miss,
.tructiep .iconx.icon-penalty-miss {
    background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAAQABAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgARCAAVABADAREAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAYI/8QAGAEBAAMBAAAAAAAAAAAAAAAAAAIDBQb/2gAMAwEAAhADEAAAAdGx0BNw1Rb2c+P/xAAYEAADAQEAAAAAAAAAAAAAAAACAwQBBf/aAAgBAQABBQKno6NE3R0qLUE3YkErXzKqFEypR//EAB8RAAIBBAMBAQAAAAAAAAAAAAEDEQACBFETImGxIf/aAAgBAwEBPwFWKCvlaYHn6abigL5VGR6INIYLBbkz1FsRs6P2nsF4uyZ6m2I0dD7S2sSZWYpjb2mWGa//xAAZEQABBQAAAAAAAAAAAAAAAAAAARExQVH/2gAIAQIBAT8Beh6FwTCSD//EACIQAAICAQEJAAAAAAAAAAAAAAIDARIABBETFEFSYWJxsf/aAAgBAQAGPwLh0CJt5yZVGO3vOHeIg3lIFYZ7e8doqjDmP3otKdlY6o+YnRVGXLfvSaM7bR1T8yrViyPKMqpYrjxjP//EABoQAQEBAQEBAQAAAAAAAAAAAAERIQAxYXH/2gAIAQEAAT8hBeFURLrVjYci8KoiXWJGx4XemKIfqkwcvvCFEfqLcPSqehSdap6kL3//2gAMAwEAAgADAAAAEJAE/wD/xAAaEQEBAAMBAQAAAAAAAAAAAAABEQAhYTFB/9oACAEDAQE/EKKfGKFl9ALqr7oyin10BZZUS6o++4+k1QWF4A3Z7N4ekRUSicEJscu8uauMyuq63P/EABkRAAMAAwAAAAAAAAAAAAAAAAABESExQf/aAAgBAgEBPxB5wLOhLeqI1OqNLYSWh//EABoQAQEBAQADAAAAAAAAAAAAAAERIQAxUXH/2gAIAQEAAT8QrR4CThgkMDDWU6tHoIOmASxFNFjy8pUpwJReqMy48TK1OcKVXFG7MOEvqHK9l8PzlL6hyvbPL97/2Q==");
    width: 16px;
    height: 19px;
    margin-bottom: -3px
}

.tructiep .icon.icon-substitute,
.tructiep .iconx.icon-substitute {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABp0lEQVR4AaWTM4CcQRzFD2vEtm02YRV3aWLbZhtWcbqgOq5ts4rtJpqZ2HwT3lrFW37v93fZ9FWbSlLCl846JumiZ31m+F9VFAwYaXkhlNfRrbI6etz19FN5QQCYBYo6urGimnwQ1ZLzq+NvhGMdLwTjnC+F45wvhBNdLwUZATwyzBtgflNWTX5U1pBH4lqiE/2XQV5HTvc2sGZpAY3q6Q6YX3NzJglryM2eetZ+tO2lNAXQuJ4uQ9SnOQEG1g3P7mquov0SAJtir8uRxWxAnvGHBTXkurSOnJTUkqNSCO/HlPV0zwDTi5YA2UQ1JNhSTXslNLEBhKHmsyMsLxo3U9GZiDgXmvNHiwC/xIMA4uWQhDFuBERZRxdglAewDwMQ7Uk5Hoa+/1XDsgDxADIwoSE99EzQ28jadtCyAYI/JWUSH3mTero17Ww7allPjDKOku4BdPeP7iGL99yM909YuP29DEyRFoCGCdtqaLtWatoR6sDVXsu6oywfzF//mGUJPcilgZYXYmRlkNWSw3/NBQGGWF+IW2vo5PYapsx4jbm09+K7lCP7Ca/kuh0q+Gi5AAAAAElFTkSuQmCC");
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tuongthuat {
    border: thin solid #cbcbcb;
    border-radius: 5px;
    padding: 5px 0
}

.tuongthuat .timeline-row {
    border-bottom: thin solid #cbcbcb;
    margin: 10px 10px 0 10px;
    padding-bottom: 10px
}

.tuongthuat .timeline-row ul {
    list-style: none
}

.tuongthuat .timeline-row .time-left {
    float: left;
    width: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #f1f1f1;
    height: 30px;
    border-radius: 3px;
    background: #00539d
}

.tuongthuat .timeline-row .time-right {
    float: right;
    width: 560px
}

.tuongthuat .timeline-row .time-right .icon_timelinematch .icon,
.tuongthuat .timeline-row .time-right .icon_timelinematch .iconx {
    float: left;
    margin-right: 10px
}

.tuongthuat .timeline-row .time-right .icon_timelinematch .evt_match {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px
}

.tuongthuat .timeline-row .time-right .timeline-des {
    margin-bottom: 18px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4c4e50
}

.tuongthuat .timeline-row .time-right .timeline-des a {
    color: #00539d
}

.tuongthuat .timeline-row .time-right .timeline-des a:hover {
    color: #1778cf
}

.tuongthuat .timeline-row .time-right .timeline-des p,
.tuongthuat .timeline-row .time-right .timeline-des>div:not([class]):not([style]),
.tuongthuat .timeline-row .time-right .timeline-des>#divfirst>div:not([class]):not([style]),
.tuongthuat .timeline-row .time-right .timeline-des>#divend>div:not([class]):not([style]) {
    margin-bottom: 18px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4c4e50
}

.tuongthuat .timeline-row:last-child {
    border-bottom: none
}

.icon_timelinematch {
    margin-bottom: 16px;
    width: 100%;
    display: inline-block
}

.icon_timelinematch .iconx {
    background-image: url("/web_images/16sport2x.png");
    background-repeat: no-repeat;
    float: left
}

.icon_timelinematch .icon-goal {
    width: 32px;
    height: 28px;
    background-position: 0 -3298px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-match-start {
    width: 32px;
    height: 22px;
    background-position: 0 -3333px;
    position: relative;
    top: 10px;
    left: 5px
}

.icon_timelinematch .icon-notice {
    width: 32px;
    height: 32px;
    background-position: 0 -3360px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-penalty {
    width: 32px;
    height: 24px;
    background-position: 0 -3235px;
    position: relative;
    top: 10px;
    left: 5px
}

.icon_timelinematch .icon-card.red-card {
    width: 20px;
    height: 33px;
    background-position: -6px -3135px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-substitute {
    width: 32px;
    height: 31px;
    background-position: 0 -3104px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-injure {
    width: 33px;
    height: 33px;
    background-position: 0 -3071px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-assist {
    width: 33px;
    height: 33px;
    background-position: 0 -3039px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-conflict {
    width: 33px;
    height: 23px;
    background-position: 0 -3014px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-penalty-miss {
    width: 33px;
    height: 30px;
    background-position: 0 -3264px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-talk-miss {
    width: 33px;
    height: 30px;
    background-position: 0 -2946px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-match-end {
    width: 33px;
    height: 33px;
    background-position: 0 -2912px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-comments {
    width: 33px;
    height: 29px;
    background-position: 0 -2977px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-card.yellow-card {
    width: 21px;
    height: 33px;
    background-position: -6px -3168px;
    position: relative;
    top: 4px;
    left: 5px
}

.icon_timelinematch .icon-db-yellow-card.yellow-card {
    width: 21px;
    height: 33px;
    background-position: -6px -3199px;
    position: relative;
    top: 4px;
    left: 5px
}

.live-item {
    width: 565px;
    font-size: 16px;
    line-height: 25px;
    color: #252525;
    background: #f5f5f5;
    border: thin solid #ddd;
    border-radius: 3px
}

.live-item p {
    padding: 12px 27px 14px 17px;
    margin: 0
}

.live-item .title {
    font-weight: bold
}

.live-item .img {
    display: inline-block;
    width: 100%
}

.live-item .img img {
    display: block;
    width: 100%;
    object-fit: cover
}

.live-item .highlight {
    color: #c62127
}

#live-latest {
    margin-bottom: 30px
}

#live-latest .btn[data-disabled] {
    background: #4d4d4d;
    cursor: wait
}

#live-latest .btn[data-disabled] .icon {
    -webkit-animation: refresh-rotate 2s infinite;
    -o-animation: refresh-rotate 2s infinite;
    animation: refresh-rotate 2s infinite
}

#btn-refresh.active .icon {
    -webkit-animation: refresh-rotate 2s infinite;
    -o-animation: refresh-rotate 2s infinite;
    animation: refresh-rotate 2s infinite
}

.live-body {
    width: 566px;
    margin-right: 15px;
    border-left: 4px solid #ddd;
    padding-left: 30px
}

.live-body .btn {
    text-transform: uppercase
}

#live-list li {
    position: relative;
    display: block;
    list-style: none;
    margin-top: 25px;
    padding: 0
}

#live-list li .time {
    position: absolute;
    top: 0;
    left: -104px;
    width: 42px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #00539d;
    padding: 5px 8px;
    border-radius: 3px
}

#live-list li:before {
    content: ' ';
    position: absolute;
    top: 5px;
    left: -42px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #00539d;
    border: 4px solid #fff;
    border-radius: 12px;
    transition: ease .2s
}

#live-list li:hover:before {
    border-color: #00539d;
    background-color: #fff
}

.author {
    margin-top: 41px;
    width: 670px
}

.mgt16 {
    margin-top: 16px !important
}

.livenews-item .top-e .note .nameevent {
    color: #222;
    font: Bold 20px/normal Roboto, Tahoma, sans-serif;
    line-height: 1.25;
    width: 100%
}

.livenews-item .top-e .time-convert {
    color: #222;
    font: normal 12px/normal Roboto, Tahoma, sans-serif;
    opacity: .7;
    margin: 8px 0;
    display: inline-block
}

.livenews-item .top-e .note .time-convert {
    float: left
}

.line {
    width: 100%;
    border-bottom: dotted 1px #222;
    opacity: .3;
    height: 1px;
    display: block;
    position: relative
}

.line:before {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #222;
    position: absolute;
    top: -2px;
    left: 0
}

.line:after {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #222;
    position: absolute;
    top: 2px;
    left: 0
}

#divRollingNews {
    font-size: 16px;
    line-height: 25px;
    color: #252525
}

.main-content-body .livenewbar {
    border-top: 2px solid #c62127;
    padding-top: 10px;
    margin-bottom: 16px
}

.main-content-body .livenewbar div#btn-live-sort {
    width: 240px;
    padding: 4px 5px;
    margin-right: 10px
}

.main-content-body .livenewbar .btn {
    float: right;
    padding: 5px
}

.main-content-body .livenewbar .header {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: url(/web_images/pin-con.png) center left/10px no-repeat;
    padding-left: 20px;
    display: block;
    line-height: 37px;
    float: left;
    background-position: 0 10px
}

.news-other {
    padding-top: 16px;
    border-top: 1px solid #ddd
}

.news-lastest {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    padding: 12px 16px 14px 27px;
    float: right;
    width: 565px;
    box-sizing: border-box;
    font: Bold 16px/25px Roboto
}

#setNewsLastest .row-item .time-left {
    width: 100px;
    float: left;
    margin-top: 5px
}

#setNewsLastest .row-item .time-right {
    float: right;
    width: 400px
}

#setNewsLastest .row-item .icon_timelinematch {
    margin-bottom: 0
}

#setNewsLastest .row-item .timeline-des:empty {
    display: none
}

#setNewsLastest span.minute {
    color: #fff;
    background: #c62127;
    padding: 3px 15px 3px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px
}

#divRollingNews article:last-child .line {
    display: none
}

#pnlCountDown {
    font: normal 14px Arial;
    color: #888;
    margin-bottom: 15px
}

#pnlCountDown .time-line-count-down-indicator {
    background: #1778cf;
    height: 2px;
    -webkit-transition: linear .25s;
    transition: linear .25s
}

@media only screen and (max-width:1190px) {
    .col40 {
        display: none
    }
}

#footer .logo {
    width: 124px;
    height: 45px;
    display: inline-block;
    margin-bottom: 0
}

.icon-phone {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -284px -144px;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-bottom: -1px
}

.icon-user {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -283px -163px;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-bottom: -1px
}

.icon-close {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -282px -184px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-bottom: 0
}

.icon-search {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -302px -82px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-bottom: -2px
}

.icon-search-close {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -282px -184px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-bottom: -3.5px;
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%)
}

.icon-search-btn,
#header .header-top .header-search #search_btn:after {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -192px -52px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: 0
}

.icon-nav-more {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -220px -53px;
    width: 22px;
    height: 6px;
    display: inline-block;
    margin-bottom: 1.5px
}

.icon-popup-close {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -282px -184px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-bottom: 0
}

.icon-thoi-su,
.icon[data-icon='1'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -105px -74px;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-bottom: -5px
}

.icon-an-sinh,
.icon[data-icon='93'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -107px -105px;
    width: 20px;
    height: 23px;
    display: inline-block;
    margin-bottom: -4px
}

.icon-an-sinh-nav,
#nav-popup .icon[data-icon='93'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -83px -231px;
    width: 15px;
    height: 11px;
    display: inline-block;
    margin-bottom: 1px
}

.icon-an-sinh-nav.icon-sm,
#nav-popup .icon[data-icon='93'].icon-sm {
    transform: none !important;
    -webkit-transform: none !important;
    margin-bottom: 0 !important
}

.icon-nguoi-co-cong,
.icon-tri-an,
.icon[data-icon='94'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -106px -142px;
    width: 24px;
    height: 23px;
    display: inline-block;
    margin-bottom: -5px
}

.icon-thi-truong,
.icon[data-icon='92'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -61px -228px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: 0
}

.icon-giao-duc,
.icon[data-icon='23'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -69px -74px;
    width: 26px;
    height: 22px;
    display: inline-block;
    margin-bottom: -6.5px
}

.icon-truyen-hinh,
.icon[data-icon='0'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -40px -229px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: 0
}

#nav-popup .icon[data-icon='0'].icon-sm {
    transform: none !important;
    -webkit-transform: none !important;
    margin-bottom: 0 !important
}

.icon-kinh-te,
.icon[data-icon='10'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -105px -74px;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-bottom: -4px
}

.icon-kinh-te-nav,
#nav-popup .icon[data-icon='10'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -20px -229px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: -2px
}

.icon-kinh-te-nav.icon-sm,
#nav-popup .icon[data-icon='10'].icon-sm {
    transform: none !important;
    -webkit-transform: none !important;
    margin-bottom: -1px !important
}

.icon-giai-tri,
.icon[data-icon='4'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -38px -75px;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-bottom: -5px
}

.icon-phap-luat,
.icon[data-icon='7'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -35px -141px;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-bottom: -5px
}

.icon-doi-song,
.icon[data-icon='13'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -32px -109px;
    width: 25px;
    height: 23px;
    display: inline-block;
    margin-bottom: -5px
}

.icon-cong-nghe,
.icon[data-icon='14'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat 0 -77px;
    width: 21px;
    height: 18px;
    display: inline-block;
    margin-bottom: -3px
}

.icon-van-hoa,
.icon[data-icon='24'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -70px -140px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-bottom: -4.2px
}

.icon-ban-doc,
.icon[data-icon='43'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -2px -106px;
    width: 18px;
    height: 26px;
    display: inline-block;
    margin-bottom: -5px
}

.icon-tam-su,
.icon[data-icon='2'],
.icon[data-icon='127'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat 0 -141px;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-bottom: -4px
}

.icon-trending {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -282px -214px;
    width: 27px;
    height: 17px;
    display: inline-block;
    margin-bottom: 2px
}

.icon-side-fb {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -189px -3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-bottom: 0
}

.icon-side-youtube {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -225px -3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-bottom: 0
}

.icon-side-email {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -258px -3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-bottom: 0
}

.icon-red-star {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -258px -147px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 0
}

.icon-san-viec-lam,
.icon[data-icon='san-viec-lam'],
.side-viec-lam .icon[data-icon='92'],
.side-viec-lam .icon[data-icon='45'] {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -256px -73px;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-bottom: -2px
}

.icon-form-viec-lam {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -257px -42px;
    width: 19px;
    height: 22px;
    display: inline-block;
    margin-bottom: -4px
}

.icon-multimedia {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -283px -42px;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-bottom: -2px
}

.icon-play-lg {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -137px -86px;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 0
}

.icon-play {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -212px -114px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-bottom: 0
}

.icon-play-sm {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -212px -114px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-bottom: 0;
    -webkit-transform: scale(.843);
    -moz-transform: scale(.843);
    -ms-transform: scale(.843);
    -o-transform: scale(.843);
    transform: scale(.843)
}

.icon-link-movie {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -171px -157px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-bottom: 0
}

.icon-link-stock {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -210px -158px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-bottom: 0
}

.icon-link-newspaper {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -171px -196px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-bottom: 0
}

.icon-link-tv {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -210px -197px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-bottom: 0
}

.icon-footer-ads {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -137px -177px;
    width: 11px;
    height: 13px;
    display: inline-block;
    margin-bottom: -1.5px
}

.icon-footer-contact {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -137px -209px;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-bottom: -1.5px
}

.icon-star {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -257px -120px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-bottom: -2px
}

.icon-tv {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -259px -171px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: -1px
}

.icon-news {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -259px -195px;
    width: 15px;
    height: 13px;
    display: inline-block;
    margin-bottom: 0
}

.icon-globe {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -258px -214px;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-bottom: -2px
}

.icon-share-fb {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -314px 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 0
}

.icon-share-twitter {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -314px -99px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 0
}

.icon-share-email {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -314px -147px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 0
}

.icon-link-email {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -314px -192px;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-bottom: 0
}

@font-face {
    font-family: 'RobotoBold';
    src: local("Roboto Bold"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.woff") format("woff"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: normal;
    font-display: auto;
    font-style: normal
}

@font-face {
    font-family: 'SFD-Bold';
    src: url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.woff") format("woff"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: normal;
    font-display: auto;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: local("Roboto"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.woff") format("woff"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.ttf") format("truetype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-display: auto;
    font-style: normal
}

@font-face {
    font-family: 'SFD-Regular';
    src: url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.woff") format("woff"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.ttf") format("truetype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-display: auto;
    font-style: normal
}

@font-face {
    font-family: 'RobotoMedium';
    src: local("Roboto Medium"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.woff") format("woff"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.ttf") format("truetype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.svg#Roboto-Medium") format("svg");
    font-weight: normal;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'SFD-Medium';
    src: url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.woff") format("woff"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.ttf") format("truetype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.svg#Roboto-Medium") format("svg");
    font-weight: normal;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'SFD-SemiBold';
    src: url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.woff") format("woff"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.ttf") format("truetype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/baodansinh/web_font/Roboto-Medium.svg#Roboto-Medium") format("svg");
    font-weight: normal;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'RobotoCondensedBold';
    src: local("Roboto Condensed Bold"), url("https://static.mediacdn.vn/baodansinh/web_font/RobotoCondensed-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/baodansinh/web_font/RobotoCondensed-Bold.eot?") format("embedded-opentype"), url("https://static.mediacdn.vn/baodansinh/web_font/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/baodansinh/web_font/RobotoCondensed-Bold.woff") format("woff"), url("https://static.mediacdn.vn/baodansinh/web_font/RobotoCondensed-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/baodansinh/web_font/RobotoCondensed-Bold.svg#RobotoCondensed-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0
}

body {
    transition: ease .25s;
    font-family: Roboto, Arial, sans-serif;
    color: #28333b;
    background: #fff
}

ul,
li {
    list-style: none
}

a {
    text-decoration: none;
    font-style: inherit;
    color: inherit
}

input,
button,
a,
select {
    outline: none
}

b,
strong {
    font-weight: normal;
    font-family: RobotoBold, sans-serif
}

.wrapper {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.m-20-b {
    margin-bottom: 20px
}

.m-25-b {
    margin-bottom: 20px
}

.m-30-b {
    margin-bottom: 30px
}

.m-30-t {
    margin-top: 30px
}

.left {
    float: left
}

.right {
    float: right
}

.sep-large {
    border-bottom: 5px solid #00539d
}

.col545 {
    width: 545px
}

.col257 {
    width: 257px
}

.col300 {
    width: 300px
}

.col831 {
    width: 831px
}

.col244 {
    width: 244px
}

.col279 {
    width: 279px
}

.col522 {
    width: 522px
}

.col555 {
    width: 555px
}

.bordered {
    border: thin solid #ebebeb
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch
}

.flex.flex-col {
    flex-direction: column
}

.clearfix {
    clear: both
}

.clearafter:after,
ul.news-stream li:after,
#cmt-account-header .wrapper .tab-content:after,
ul.photo-stream li:after {
    content: ' ';
    display: block;
    clear: both
}

.clickable {
    cursor: pointer
}

.hidden {
    display: none
}

.text-center {
    text-align: center
}

.btn-xemthem {
    border: thin solid #ecf5fd;
    border-radius: 3px 3px 5px 5px;
    border-bottom-width: 3px;
    height: 35px;
    width: 250px;
    text-align: center;
    color: #00539d;
    font: normal 14px/35px Roboto;
    margin: auto;
    cursor: pointer;
    transition: ease .3s
}

.btn-xemthem:hover {
    border-color: #00539d;
    border-bottom-color: #1778cf
}

#header .header-top {
    height: 30px;
    background: var(-main-color);
    position: relative
}

#header .header-top .wrapper {
    font: normal 10px/30px Arial, sans-serif;
    color: #fff
}

#header .header-top .wrapper>.left {
    text-transform: uppercase
}

#header .header-top .wrapper>ul.right li {
    float: left;
    position: relative;
    text-transform: uppercase
}

#header .header-top .wrapper>ul.right li .username {
    text-transform: capitalize;
    font-weight: bold
}

#header .header-top .wrapper>ul.right li a {
    display: inline-block
}

#header .header-top .wrapper>ul.right li a.second:not(:empty):before {
    content: ' | ';
    padding: 0 5px
}

#header .header-top .wrapper>ul.right li>.icon {
    margin-right: 8px
}

#header .header-top .wrapper>ul.right li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px
}

#header .header-top .wrapper>ul.right li:not(:last-child):after {
    content: ' ';
    position: absolute;
    width: 1px;
    height: 15px;
    top: 8px;
    right: -.5px;
    background: #fff
}

#header .header-top .wrapper>ul.right li:last-child {
    padding-left: 20px;
    margin-left: -20px
}

#header .header-top .header-search {
    box-shadow: -2.6px 1.5px 6px 0 rgba(0, 0, 0, .03);
    border: solid 1px #ebebeb;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    text-transform: unset
}

#header .header-top .header-search input#search_field {
    border: none;
    background: none;
    width: 274px;
    height: 30px;
    font: normal 14px/30px Arial;
    padding: 0 10px;
    color: #333
}

#header .header-top .header-search input#search_field::placeholder {
    color: #c7c7c7
}

#header .header-top .header-search #search_btn {
    width: 56px;
    height: 30px;
    background: #ebebeb;
    position: relative;
    transition: ease .2s
}

#header .header-top .header-search #search_btn:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#header .header-top .header-search #search_btn:hover {
    background: #1778cf
}

#header .header-top .header-search #search_btn:hover:after {
    -webkit-filter: grayscale(100%) brightness(500%);
    filter: grayscale(100%) brightness(500%)
}

#header .header-main {
    padding: 17px 0 0 0;
    border-bottom: thin solid #ebebeb;
    position: relative
}

#header .header-main #logo {
    margin-right: 12px;
    margin-bottom: 10px;
    margin-top: -7px;
    display: inline-block;
    position: relative;
    width: 200px;
    height: 73px
}

#header .header-main #logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block
}

#header .header-main #nav>ul>li {
    float: left;
    position: relative
}

#header .header-main #nav>ul>li:not(:last-child) {
    margin-right: 18px
}

#header .header-main #nav>ul>li a {
    padding: 20px 0 18px 0;
    display: block;
    font: normal 13px/24px RobotoMedium;
    color: #20282f;
    text-transform: uppercase;
    letter-spacing: -.15px
}

#header .header-main #nav>ul>li.active a,
#header .header-main #nav>ul>li:hover a {
    color: #00539d
}

#header .header-main #nav>ul>li.active:after {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #00539d
}

#header .header-main #nav-popup {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #f9f9f9;
    padding: 33px 0;
    z-index: 999999
}

#header .header-main #nav-popup .btn-close {
    position: absolute;
    right: -10px;
    top: -115px;
    height: 80px;
    width: 44px;
    background: #fff
}

#header .header-main #nav-popup .btn-close .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#header .header-main #nav-popup .wrapper.nav-popup-grid {
    display: -moz-grid;
    display: grid;
    grid-template-columns: 215px 215px 215px 215px 215px;
    grid-column-gap: 20px;
    grid-row-gap: 35px
}

#header .header-main #nav-popup ul.category-list li a {
    color: #64717a;
    font: normal 14px/30px Arial, sans-serif;
    display: block
}

#header .header-main #nav-popup ul.category-list li.title a {
    color: #28333b;
    font: normal 14px/30px RobotoCondensedBold;
    text-transform: uppercase
}

#header .header-main #nav-popup ul.category-list li.title a .icon {
    margin-right: 8px;
    -webkit-filter: brightness(50%);
    filter: brightness(50%)
}

#header .header-main #nav-popup ul.category-list li.title a .icon.icon-sm {
    -webkit-transform: scale(.74);
    -moz-transform: scale(.74);
    -ms-transform: scale(.74);
    -o-transform: scale(.74);
    transform: scale(.74);
    margin-bottom: -5px
}

#header .header-main #nav-popup ul.category-list li.title a .list-caret {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 6px;
    border-right: 1px solid #141a1e;
    border-bottom: 1px solid #141a1e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 4px;
    transition: ease .25s
}

#header .header-main #nav-popup ul.category-list.active li:nth-child(n+5) {
    display: block
}

#header .header-main #nav-popup ul.category-list.active li.title a .list-caret {
    display: none
}

#footer {
    margin-top: 61px;
    background: #f9f9f9
}

#footer .wrapper {
    padding-top: 51px
}

#footer .footer-top {
    padding-bottom: 19px;
    border-bottom: thin solid #8b9ba7;
    margin-bottom: 36px
}

#footer .footer-top .footer-top-link {
    display: inline-block;
    background: #8b9ba7;
    font: normal 14px/30px Times, serif;
    color: #f9f9f9;
    margin-left: 30px;
    padding: 0 22px;
    margin-top: 15px
}

#footer .footer-top .footer-top-link .icon {
    margin-right: 8px
}

#footer .footer-category {
    display: -moz-grid;
    display: grid;
    grid-template-columns: 215px 215px 215px 215px 215px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px
}

#footer .footer-category ul.category-list li {
    font: normal 14px/30px Arial;
    color: #64717a
}

#footer .footer-category ul.category-list li.title {
    font: normal 15px/30px RobotoMedium;
    color: #141a1e
}

#footer .footer-category ul.category-list li.title .icon:first-child {
    display: none
}

#footer .footer-info {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px
}

#footer .footer-info .col .left:first-child {
    margin-right: 15px
}

#footer .footer-info .col p {
    font: normal 14px/22px Roboto;
    color: #141a1e
}

#footer .footer-info .col p a:hover {
    color: #64717a
}

#footer .footer-bottom {
    border-top: thin solid #8b9ba7;
    font: normal 16px/47px Roboto;
    color: #64717a;
    text-align: center
}

#footer .footer-bottom a {
    color: #64717a
}

#footer .footer-bottom a:hover {
    color: #1778cf
}

ul.news-stream li {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
    border: solid 1px #ebebeb;
    margin-bottom: 29px
}

ul.news-stream li:last-child {
    margin-bottom: 0
}

ul.news-stream li .img {
    display: inline-block;
    width: 220px;
    float: left;
    margin-right: 14px
}

ul.news-stream li .img img {
    display: block;
    width: 100%;
    object-fit: cover
}

ul.news-stream li .content {
    margin: 19px 19px 10px 0;
    width: -webkit-calc(100% - 253px);
    width: calc(100% - 253px);
    float: right
}

ul.news-stream li .content .subtitle {
    font: normal 14px/20px RobotoMedium;
    color: #1778cf;
    margin: -10px 0 5px 0
}

ul.news-stream li .content .subtitle:empty {
    display: none
}

ul.news-stream li .content .content-title {
    font: normal 20px/26px RobotoBold;
    margin-bottom: 10px
}

ul.news-stream li .content .content-info {
    display: block;
    color: #8b9ba7;
    font: normal 12px/18px Arial
}

ul.news-stream li .content .content-info .time,
ul.news-stream li .content .content-info .comment,
ul.news-stream li .content .content-info .view {
    display: inline-block
}

ul.news-stream li .content .content-info .time .icon,
ul.news-stream li .content .content-info .comment .icon,
ul.news-stream li .content .content-info .view .icon {
    margin-right: 7px
}

ul.news-stream li .content .content-info .time~.comment:not(:empty) {
    margin-left: 11px;
    padding-left: 11px;
    position: relative
}

ul.news-stream li .content .content-info .time~.comment:not(:empty):after {
    content: '-';
    position: absolute;
    left: -4px
}

ul.news-stream li .content .content-info .time:not(:empty):before {
    content: '';
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -284px -102px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px
}

ul.news-stream li .content .content-info .view:not(:empty):before {
    content: '';
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -258px -102px;
    width: 15px;
    height: 11px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 5px
}

ul.news-stream li .content .content-info .view:not(:empty):after {
    content: ' lÆ°á»£t xem'
}

ul.news-stream li .content .content-info .comment:not(:empty):before {
    content: '';
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -284px -83px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 5px
}

ul.news-stream li.btn {
    border: none;
    box-shadow: none
}

#__back2top {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #1778cf;
    opacity: 0;
    cursor: pointer;
    transition: ease .2s
}

#__back2top.active {
    opacity: .6
}

#__back2top.active:hover {
    opacity: .85
}

#__back2top .icon.icon-back2top {
    content: '';
    position: absolute;
    top: 75%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -moz-transform: translate(-50%, -75%) rotate(-45deg);
    -webkit-transform: translate(-50%, -75%) rotate(-45deg);
    transform: translate(-50%, -75%) rotate(-45deg)
}

.loading-indicator {
    position: relative
}

.loading-indicator * {
    display: block;
    position: absolute;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px;
    -webkit-animation: placeHolderShimmer 2s;
    animation: placeHolderShimmer 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: ease-in-out 2.25s
}

.news-stream .loading-indicator {
    height: 140px
}

.news-stream .loading-indicator .indicator-image {
    top: 0;
    left: 0;
    height: 140px;
    width: 220px
}

.news-stream .loading-indicator .indicator-title-1,
.news-stream .loading-indicator .indicator-title-2 {
    left: 240px;
    height: 25px
}

.news-stream .loading-indicator .indicator-title-1 {
    top: 20px;
    width: 70%;
    width: calc(100% - 270px)
}

.news-stream .loading-indicator .indicator-title-2 {
    top: 50px;
    width: 50%;
    width: calc(100% - 390px)
}

.news-stream .loading-indicator .indicator-info {
    top: 92px;
    left: 240px;
    height: 18px;
    width: 20%
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }
    100% {
        background-position: 800px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }
    100% {
        background-position: 800px 0
    }
}

#cmt-account,
#cmt-account-header {
    z-index: 99999
}

#cmt-account-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, .45);
    transition: ease .3s;
    z-index: 9999999
}

#cmt-account-header .wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    background: #fff;
    -webkit-animation: cmtAccount .25s;
    animation: cmtAccount .25s
}

#cmt-account-header .wrapper .tabs {
    list-style: none;
    background: #e0e0e0;
    margin-bottom: 22px
}

#cmt-account-header .wrapper .tabs li {
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 225px;
    text-align: center;
    color: #3c3c3c
}

#cmt-account-header .wrapper .tabs li.active {
    color: #000;
    background: #fff
}

#cmt-account-header .wrapper .tabs li:hover {
    background: #f1f1f1
}

#cmt-account-header .wrapper .tabs li.close {
    width: 49px;
    font-size: 26px;
    font-family: Roboto;
    float: right
}

#cmt-account-header .wrapper .tabs li:not(:first-child) {
    margin-left: -3px
}

#cmt-account-header .wrapper .tabs li.logged-in,
#cmt-account-header .wrapper .tabs li.score {
    margin-left: 0
}

#cmt-account-header .wrapper .tab-content {
    display: none;
    margin: 0 20px 20px 20px
}

#cmt-account-header .wrapper .tab-content input {
    display: block;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
    padding: 8px 5px;
    border: thin solid #abb8c1;
    margin: 5px 0 15px 0;
    font-family: Arial, sans-serif;
    font-size: 14px
}

#cmt-account-header .wrapper .tab-content input#_sign_captcha {
    width: 120px;
    display: inline-block
}

#cmt-account-header .wrapper .tab-content #_img_captcha {
    display: inline-block;
    width: 100px;
    margin: 0 15px;
    margin-bottom: -14px
}

#cmt-account-header .wrapper .tab-content #_reload_captcha {
    font-style: italic;
    text-decoration: underline;
    color: #5c5c5c
}

#cmt-account-header .wrapper .tab-content #_reload_captcha:hover {
    color: #3c3c3c
}

#cmt-account-header .wrapper .tab-content .label {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #2f2f2f
}

#cmt-account-header .wrapper .tab-content .btn {
    background: #00539d;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px
}

#cmt-account-header .wrapper .tab-content .btn:hover {
    background: #1778cf
}

#cmt-account-header .wrapper .tab-content.active {
    display: block
}

#cmt-account-header .wrapper #cmt_alert {
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #00539d;
    padding: 10px 20px
}

#cmt-account-header .wrapper #cmt_alert:empty {
    display: none
}

#cmt-account-header .wrapper #cmt-account-social {
    background: #f0f0f0;
    padding: 22px 0;
    border-top: 2px solid #d0d0d0
}

#cmt-account-header .wrapper #cmt-account-social button {
    background: #c0c0c0;
    border: thin solid;
    border-radius: 4px;
    display: inline-block;
    height: 34px;
    font: normal 14px/32px Roboto;
    padding: 0 15px;
    color: #fff;
    cursor: pointer
}

#cmt-account-header .wrapper #cmt-account-social button[data-type=Facebook] {
    border-color: #394959;
    background: #4267b2;
    margin-right: 24px
}

#cmt-account-header .wrapper #cmt-account-social button[data-type=Facebook]:hover,
#cmt-account-header .wrapper #cmt-account-social button[data-type=Facebook]:focus {
    background: #4b7bdb
}

#cmt-account-header .wrapper #cmt-account-social button[data-type=Google] {
    border-color: #c14b39;
    background: #db4a39
}

#cmt-account-header .wrapper #cmt-account-social button[data-type=Google]:hover,
#cmt-account-header .wrapper #cmt-account-social button[data-type=Google]:focus {
    background: #e95b4c
}

@-webkit-keyframes cmtAccount {
    from {
        top: 150%
    }
    to {
        top: 50%
    }
}

@keyframes cmtAccount {
    from {
        top: 150%
    }
    to {
        top: 50%
    }
}

@media only screen and (max-width:1160px) {
    body {
        overflow-x: hidden
    }
    #header .header-main #nav-popup .wrapper.nav-popup-grid {
        grid-template-columns: 18% 18% 18% 18% 18%
    }
    .wrapper {
        width: 96%
    }
    .col300 {
        width: 25.8%;
        overflow-x: hidden
    }
    .col831 {
        width: 71.6%
    }
    .col831 .col545 {
        width: 65.5%
    }
    .col831 .col257 {
        width: 31%
    }
    .col831 .col279 {
        width: 33%
    }
    .col831 .col522 {
        width: 63%
    }
    #footer .footer-category {
        grid-template-columns: 18% 18% 18% 18% 18%
    }
}

@media only screen and (max-width:900px) {
    .wrap_cat_by_date {
         display: flex;
        flex-direction: row;
        align-content: flex-start;
        flex-wrap: wrap;  
    }
    .wrapper-detail ul.category-list {
        margin: 10px 0px 28px 0px!important;
         padding: 0px!important; 
    }
    .wrapper-detail {
        padding: 0px!important;
        border: 0px!important;
    }
    .wrapper-detail p {
        margin: 9px 0;
    }
    .col730.left {
        padding: 0px!important;
        border: 0px!important;
    }
    .col300.right {
        display: none
    }
    .col831 {
        width: 100%
    }
    #header .header-main #nav>ul>li:not(:last-child) {
        display: none
    }
    #footer .footer-category {
        display: none
    }
}

.sapo-highlight {
    color: #00539d
}

.static-ads {
    display: block;
    overflow: hidden;
    text-align: center
}

.static-ads img {
    object-fit: contain;
    max-width: 100%;
    display: inline-block
}

#header #nav.nav-mgz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #000;
    background: #00539d;
    padding: 0 10px;
    z-index: 999999
}

#header #nav.nav-mgz,
#header #nav.nav-mgz * {
    transition: ease .25s
}

#header #nav.nav-mgz .left a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    background: rgba(255, 255, 255, .75);
    border-radius: 100%;
    text-align: center;
    position: relative
}

#header #nav.nav-mgz .left a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin-top: 7px;
    margin-right: -4px;
    border: 3px solid #00539d;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header #nav.nav-mgz .left a:hover {
    background: #fff
}

#header #nav.nav-mgz .left a .icon {
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat 0 -177px;
    width: 124px;
    height: 32px;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    -webkit-filter: grayscale(100%) brightness(500%);
    -moz-filter: grayscale(100%) brightness(500%);
    filter: grayscale(100%) brightness(500%);
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
    margin-top: -4px
}

#header #nav.nav-mgz .fb-like {
    display: block;
    margin-top: -10px
}

.col730 {
    width: 730px
}

.col730.left {
    padding-right: 35px;
    border-right: thin solid #ebebeb
}

.col640 {
    width: 640px
}

.m-30-b {
    margin-bottom: 28px
}

.m-40-b {
    margin-bottom: 40px
}

.sep {
    border-bottom: thin solid #f8f4f4
}

.sep-large-dotted {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGklEQVQImWNAAiHIHCx8TEC6DnRALTsZGBgAB1oCodVZbdoAAAAASUVORK5CYII=) repeat;
    height: 8px
}

.icon.icon-tts {
    cursor: pointer;
    transition: ease .35s;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative
}

.icon.icon-tts:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3)
}

.icon.icon-tts.hidden,
.icon.icon-tts.inactive {
    display: none
}

.icon.icon-tts-loading {
    cursor: wait
}

.icon.icon-tts-loading:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 35%;
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    width: 0;
    height: 0;
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border: 6px solid #176400;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.icon.icon-tts-loading:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 5px solid #1778cf;
    border-radius: 100%;
    animation: tts-load-rotate 1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    box-sizing: border-box;
    transition: linear
}

.icon.icon-tts-loading:hover {
    box-shadow: none
}

.icon.icon-tts-play {
    background: #176400
}

.icon.icon-tts-play:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 35%;
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    width: 0;
    height: 0;
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border: 6px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.icon.icon-tts-stop {
    background: #a20000
}

.icon.icon-tts-stop:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: #fff
}

.icon.icon-tts-pause {
    background: #0f9ac8
}

.icon.icon-tts-pause:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 16px;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff
}

.icon.icon-tts-pause:before {
    content: ' ';
    opacity: .2;
    background: #0f9ac8;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -10;
    animation: tts-playing-indicator .5s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    border-radius: 100%
}

@keyframes tts-playing-indicator {
    0% {
        width: 105%;
        height: 105%
    }
    20% {
        width: 125%;
        height: 125%
    }
    40% {
        width: 105%;
        height: 105%
    }
    50% {
        width: 132%;
        height: 132%
    }
    75% {
        width: 113%;
        height: 113%
    }
    85% {
        width: 125%;
        height: 125%
    }
    95% {
        width: 106%;
        height: 106%
    }
    100% {
        width: 102%;
        height: 102%
    }
}

@keyframes tts-load-rotate {
    0% {
        transform: rotate(0deg);
        border-top-color: #1778cf
    }
    50% {
        transform: rotate(180deg);
        border-top-color: #0f9ac8
    }
    100% {
        transform: rotate(360deg);
        border-top-color: #1778cf
    }
}

.wrapper-detail {
    width: 1100px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .03);
    border: solid 1px #f8f4f4;
    padding: 0 30px 64px 30px;
    margin-top: 25px
}

.wrapper-detail ul.category-list {
    margin: 10px -30px 28px -30px;
    padding: 0 30px;
    border-bottom: thin solid #f8f4f4;
    line-height: 30px
}

.wrapper-detail ul.category-list li {
    font: normal 10px/30px Roboto;
    color: #4c4e50;
    display: inline-block;
    position: relative;
    text-transform: uppercase
}

.wrapper-detail ul.category-list li:not(:last-child) {
    margin-right: 18px
}

.wrapper-detail ul.category-list li:not(:last-child):after {
    content: '';
    position: absolute;
    background: #e1e1e1;
    width: 1px;
    height: 12px;
    top: 9px;
    right: -10.5px
}

.wrapper-detail ul.category-list li.active:before {
    content: ' ';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00539c
}

h1.title {
    font: normal 30px/36px RobotoBold;
    color: #28333b
}

.detail-subtitle {
    font: normal 18px RobotoMedium;
    color: #00539d;
    margin-bottom: 10px
}

.detail-subtitle:empty {
    display: none
}

.detail-info {
    color: #8b9ba7;
    padding-bottom: 8px;
    border-bottom: thin solid #ebebeb
}

.detail-info .info-category,
.detail-info .info-time {
    display: inline-block
}

.detail-info .info-category {
    font: normal 14px/19px RobotoMedium;
    margin-right: 38px;
    position: relative;
    text-transform: uppercase
}

.detail-info .info-category:not(:empty):after {
    content: '';
    position: absolute;
    top: 2px;
    right: -21.5px;
    width: 1px;
    height: 15px;
    background: #ebebeb
}

.detail-info .info-time {
    font: normal 14px/19px Arial
}

.detail-info .info-time:before {
    content: '';
    background: url(https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png) no-repeat -284px -102px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px
}

.share-buttons {
    width: 40px
}

.share-buttons .icon {
    display: block;
    margin-bottom: 21px
}

.detail-avatar {
    display: inline-block;
    width: 100%
}

.detail-avatar img {
    display: block;
    width: 100%;
    object-fit: cover
}

.detail-avatar img {
    margin-bottom: 10px
}

.detail-avatar .avatar-caption {
    color: #8b9ba7;
    font: normal 14px/24px Arial;
    font-style: italic;
    text-align: center
}

.detail-sapo {
    font: bold 16px/24px Arial
}

ul.related-news {
    margin-bottom: 26px
}

ul.related-news li {
    padding-left: 32px;
    margin-bottom: 10px;
    position: relative
}

ul.related-news li:before {
    content: '';
    position: absolute;
    left: 19px;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #8b9ba7
}

ul.related-news li a {
    color: #004383;
    font: normal 14px/24px Arial
}

.entry-body,
#divRollingNews article .fck,
#content_detail_news {
    font: normal 16px/24px Arial;
    color: #4c4e50
}

.entry-body>h1,
.entry-body>h2,
.entry-body>h3,
.entry-body>h4,
.entry-body>h5,
.entry-body>h6,
#divRollingNews article .fck>h1,
#divRollingNews article .fck>h2,
#divRollingNews article .fck>h3,
#divRollingNews article .fck>h4,
#divRollingNews article .fck>h5,
#divRollingNews article .fck>h6,
#content_detail_news>h1,
#content_detail_news>h2,
#content_detail_news>h3,
#content_detail_news>h4,
#content_detail_news>h5,
#content_detail_news>h6 {
    color: #28333b;
    font-family: RobotoMedium, Arial, sans-serif;
    font-weight: normal
}

.entry-body>h1,
.entry-body>h2,
.entry-body>h3,
.entry-body>h4,
.entry-body>h5,
.entry-body>h6,
.entry-body>p,
.entry-body>div,
#divRollingNews article .fck>h1,
#divRollingNews article .fck>h2,
#divRollingNews article .fck>h3,
#divRollingNews article .fck>h4,
#divRollingNews article .fck>h5,
#divRollingNews article .fck>h6,
#divRollingNews article .fck>p,
#divRollingNews article .fck>div,
#content_detail_news>h1,
#content_detail_news>h2,
#content_detail_news>h3,
#content_detail_news>h4,
#content_detail_news>h5,
#content_detail_news>h6,
#content_detail_news>p,
#content_detail_news>div {
    margin-bottom: 20px
}

.entry-body a,
#divRollingNews article .fck a,
#content_detail_news a {
    color: #004383
}

.entry-body a:hover,
#divRollingNews article .fck a:hover,
#content_detail_news a:hover {
    color: #00539d
}

.entry-body>p img~em,
#divRollingNews article .fck>p img~em,
#content_detail_news>p img~em {
    display: block
}

.entry-body>p>em>img,
#divRollingNews article .fck>p>em>img,
#content_detail_news>p>em>img {
    display: block
}

.entry-body>p>img,
#divRollingNews article .fck>p>img,
#content_detail_news>p>img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto
}

.VCSortableInPreviewMode[type=VideoStream] .DanSInhPlayer,
.VCSortableInPreviewMode[type=VideoStream] .DanSinhPlayer {
    padding-top: 56.25% !important
}

.detail-author {
    color: #1d1d1d;
    font: bold 16px/36px Arial;
    text-align: right
}

.bottom-share-box {
    line-height: 40px;
    border-top: thin solid #ebebeb;
    border-bottom: thin solid #ebebeb
}

.bottom-share-box .fb-like {
    margin-top: -10px;
    display: block
}

.bottom-share-box .icon {
    margin-bottom: -3px
}

.detail-tags {
    margin-bottom: 50px;
    line-height: 26px
}

.detail-tags li {
    display: inline-block
}

.detail-tags li.title {
    font: normal 16px/20px RobotoBold;
    margin-right: 15px
}

.detail-tags li:not(.title) {
    margin-right: 4px;
    height: 20px
}

.detail-tags li:not(.title) a {
    display: inline-block;
    color: #696969;
    background: #ebebeb;
    font: normal 11px/20px Arial;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 2px
}

.detail-comment,
.comment-box {
    min-height: 220px;
    display: block;
    width: 100%
}

.comment-container {
    background: rgba(254, 254, 254, .3);
    padding: 20px 20vw
}

.same-category {
    margin-bottom: 30px
}

.same-category .same-category-title {
    color: #2a2626;
    display: inline-block;
    font: normal 18px/24px RobotoCondensedBold;
    text-transform: uppercase;
    margin-right: 25px
}

.same-category [data-date-selector] {
    color: #959595;
    font: normal 14px/20px Arial;
    position: relative
}

.same-category [data-date-selector] select,
.same-category [data-date-selector] button {
    height: 20px;
    margin-left: 9px;
    font: bold 12px/20px Arial;
    border-radius: 2px
}

.same-category [data-date-selector] select {
    border: thin solid #ebebeb;
    background: #fff;
    color: #696969
}

.same-category [data-date-selector] button {
    display: inline;
    background: #00539d;
    color: #fff;
    padding: 0 22px;
    border: none;
    cursor: pointer
}

.same-category .news-first {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .03);
    border: solid 1px #f8f4f4;
    margin-bottom: 30px
}

.same-category .news-first .img {
    display: inline-block;
    width: 320px
}

.same-category .news-first .img img {
    display: block;
    width: 100%;
    object-fit: cover
}

.same-category .news-first .right {
    width: 267px;
    padding: 16px 30px 15px 20px
}

.same-category .news-first .right .title {
    color: #000;
    font: normal 24px/30px RobotoBold;
    margin-bottom: 10px;
    display: block
}

.same-category .news-first .right .sapo {
    color: #959595;
    font: normal 14px/18px Arial;
    margin-bottom: 18px
}

.same-category .news-first .right .info {
    display: block;
    color: #8b9ba7;
    font: normal 12px/18px Arial
}

.same-category .news-first .right .info .time,
.same-category .news-first .right .info .comment,
.same-category .news-first .right .info .view {
    display: inline-block
}

.same-category .news-first .right .info .time .icon,
.same-category .news-first .right .info .comment .icon,
.same-category .news-first .right .info .view .icon {
    margin-right: 7px
}

.same-category .news-first .right .info .time~.comment:not(:empty) {
    margin-left: 11px;
    padding-left: 11px;
    position: relative
}

.same-category .news-first .right .info .time~.comment:not(:empty):after {
    content: '-';
    position: absolute;
    left: -4px
}

.same-category .news-first .right .info .time:not(:empty):before {
    content: '';
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -284px -102px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px
}

.same-category .news-first .right .info .view:not(:empty):before {
    content: '';
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -258px -102px;
    width: 15px;
    height: 11px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 5px
}

.same-category .news-first .right .info .view:not(:empty):after {
    content: ' lÆ°á»£t xem'
}

.same-category .news-first .right .info .comment:not(:empty):before {
    content: '';
    background: url("https://static.mediacdn.vn/baodansinh/web_images/sprites_web.png") no-repeat -284px -83px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 5px
}

.same-category ul.news-list li {
    width: 200px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .03);
    border: solid 1px #f3f2f2
}

.same-category ul.news-list li .img {
    display: inline-block;
    width: 100%
}

.same-category ul.news-list li .img img {
    display: block;
    width: 100%;
    object-fit: cover
}

.same-category ul.news-list li .title {
    padding: 18px 20px 20px 20px;
    color: #252525;
    font: normal 16px/21px RobotoMedium
}

.same-category .loading-indicator {
    display: none
}

.same-category.loading .loading-indicator {
    display: block
}

.same-category.loading [data-date-selector]:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: no-drop;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px;
    -webkit-animation: placeHolderShimmer 2s;
    animation: placeHolderShimmer 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: ease-in-out 2.25s;
    opacity: .5
}

.readmore-title {
    color: #2a2626;
    font: normal 18px/24px RobotoCondensedBold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 29px
}

.same-category .loading-indicator .news-first,
.same-category .loading-indicator .news-list,
.same-category .loading-indicator .news-list li {
    display: block;
    position: relative;
    background: 0
}

.same-category .loading-indicator .news-first {
    height: 221px
}

.same-category .loading-indicator .news-first .indicator-image {
    top: 0;
    left: 0;
    width: 320px;
    height: 221px
}

.same-category .loading-indicator .news-first .indicator-title-1,
.same-category .loading-indicator .news-first .indicator-title-2 {
    left: 340px;
    height: 25px
}

.same-category .loading-indicator .news-first .indicator-title-1 {
    top: 20px;
    width: 70%;
    width: calc(100% - 370px)
}

.same-category .loading-indicator .news-first .indicator-title-2 {
    top: 50px;
    width: 50%;
    width: calc(100% - 500px)
}

.same-category .loading-indicator .news-first .indicator-sapo {
    top: 85px;
    height: 80px;
    left: 340px;
    width: 70%;
    width: calc(100% - 370px)
}

.same-category .loading-indicator .news-first .indicator-sapo:before,
.same-category .loading-indicator .news-first .indicator-sapo:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #fff
}

.same-category .loading-indicator .news-first .indicator-sapo:after {
    top: 50px
}

.same-category .loading-indicator .news-first .indicator-info {
    top: 175px;
    left: 340px;
    height: 14px;
    width: 20%
}

.same-category .loading-indicator .news-list {
    height: 220px;
    display: flex
}

.same-category .loading-indicator .news-list li {
    width: 198px;
    height: 220px
}

.same-category .loading-indicator .news-list .indicator-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 125px
}

.same-category .loading-indicator .news-list .indicator-title-1,
.same-category .loading-indicator .news-list .indicator-title-2 {
    left: 20px;
    height: 25px
}

.same-category .loading-indicator .news-list .indicator-title-1 {
    top: 145px;
    width: 80%;
    width: calc(100% - 40px)
}

.same-category .loading-indicator .news-list .indicator-title-2 {
    top: 175px;
    width: 60%
}

#photo-album {
    background: #000;
    position: relative;
    padding: 10px;
    user-select: none
}

#photo-album .photo-album-slides {
    height: 960px;
    height: 65vh;
    position: relative
}

#photo-album .photo-album-slides li img {
    display: block;
    margin: auto;
    height: 100%;
    object-fit: contain
}

#photo-album .photo-album-slides li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    padding: 10px 2%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font: normal 16px/22px Arial
}

#photo-album .photo-album-slides li p:empty {
    display: none
}

#photo-album .photo-album-thumbs li {
    display: inline-block;
    transition: ease .25s;
    cursor: pointer
}

#photo-album .photo-album-thumbs li img {
    display: block;
    margin: auto;
    max-width: 100%;
    object-fit: cover
}

#photo-album .photo-album-thumbs li.swiper-slide-active {
    opacity: .8;
    filter: brightness(150%);
    opacity: .5
}

#photo-album .slide-btn {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: ease .2s;
    width: 25px;
    height: 25px;
    border: 5px solid #fff;
    opacity: 0;
    background-image: none
}

#photo-album .slide-btn.swiper-button-next {
    right: 15px;
    border-bottom-color: transparent;
    border-left-color: transparent
}

#photo-album .slide-btn.swiper-button-prev {
    left: 15px;
    border-top-color: transparent;
    border-right-color: transparent
}

#photo-album:hover .slide-btn {
    opacity: 1
}

#photo-album:hover .slide-btn.swiper-button-disabled {
    opacity: .5
}

ul.photo-stream li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2.8%;
    margin-bottom: 20px;
    width: 31%
}

ul.photo-stream li:nth-child(3n) {
    margin-right: 0
}

ul.photo-stream li:last-child {
    margin-bottom: 0
}

ul.photo-stream li .img {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

ul.photo-stream li .img img {
    display: block;
    width: 100%;
    object-fit: cover
}

ul.photo-stream li .title {
    font: normal 20px/26px RobotoBold
}

@keyframes slideshow-in {
    from {
        opacity: .4;
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@media only screen and (max-width:1160px) {
    .col730 {
        width: 66.4%
    }
    .col730 .col640 {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px)
    }
    .wrapper-detail {
        width: 95%;
        padding: 0 1% 60px 1%
    }
    .same-category .news-first .right {
        width: -webkit-calc(100% - 375px);
        width: calc(100% - 375px)
    }
    .same-category ul.news-list li {
        width: 32%
    }
}

@media only screen and (max-width:900px) {
    .col730 {
        width: 100%
    }
}

.k14-sp-wrapper .PhotoCMS_Caption p {
    text-align: center !important
}

.titlelive .iconlive {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
    width: 80px;
    height: auto
}

.titlelive .iconlive .icon-livedot {
    width: 20px;
    height: 20px
}

.dtdefault .VCSortableInPreviewMode.alignJustifyFull,
.dtdefault .VCSortableInPreviewMode.alignCenterOverflow {
    max-width: 100%;
    margin-left: 0
}

.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("../web_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("../web_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("../web_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 .5s;
    position: relative
}

.VCSortableInPreviewMode.captionBeside[type="Photo"] div:first-child img,
.VCSortableInPreviewMode.captionBeside[type="Photo"] div:first-child {
    float: left;
    display: inline-block;
    width: 400px;
    vertical-align: bottom;
    transition: all .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 .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 .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeft .PhotoCMS_Caption p,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeftOverflow .PhotoCMS_Caption p {
    text-align: left !important;
    transition: all .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeft .PhotoCMS_Caption,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeftOverflow .PhotoCMS_Caption {
    right: 0;
    transition: all .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight div:first-child,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow div:first-child {
    float: right;
    margin-left: 20px;
    transition: all .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight .PhotoCMS_Caption p,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow .PhotoCMS_Caption p {
    text-align: right !important;
    transition: all .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight .PhotoCMS_Caption,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow .PhotoCMS_Caption {
    left: 0;
    transition: all .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside .PhotoCMS_Caption p {
    margin: 0 !important
}

.VCSortableInPreviewMode[type="Photo"] .fb-share-wrapper {
    font: normal 13px/25px Arial;
    color: #bebebe;
    text-align: left
}

.VCSortableInPreviewMode[type="Photo"].captionBeside .fb-share-wrapper {
    bottom: 20px;
    position: absolute;
    width: 240px
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeft .fb-share-wrapper,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeftOverflow .fb-share-wrapper {
    right: 0;
    text-align: left
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight .fb-share-wrapper,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow .fb-share-wrapper {
    left: 0;
    text-align: right
}

.VCSortableInPreviewMode[type="Photo"] .fb-share-wrapper .fb-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../web_css/images/fb-share.png);
    margin-right: 5px
}

.VCSortableInPreviewMode[type="Photo"] .fb-share-wrapper .fb-icon {
    background: rgba(0, 0, 0, 0) url("../web_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="photo"].alignLeftOverflow img,
.VCSortableInPreviewMode[type="photo"].alignRightOverflow img,
.VCSortableInPreviewMode[type="photo"].alignLeft img,
.VCSortableInPreviewMode[type="photo"].alignRight img,
.VCSortableInPreviewMode[type="photo"].alignCenterOverflow img,
.VCSortableInPreviewMode[type="photo"].alignJustifyFull img {
    width: 100%
}

.VCSortableInPreviewMode[type="RelatedOneNews"] {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

.VCSortableInPreviewMode[type="RelatedOneNews"] img {
    outline: medium none
}

.VCSortableInPreviewMode[type="RelatedOneNews"] a.OneNewsTitle {
    color: #004276;
    font-size: 13px;
    font-weight: bold;
    margin-top: 7px
}

.VCSortableInPreviewMode[type="RelatedOneNews"] .VCObjectBoxRelatedNewsItemSapo {
    color: #777
}

.VCSortableInPreviewMode[type="RelatedOneNews"] img {
    outline: medium none
}

.VCSortableInPreviewMode[type="RelatedOneNews"] a.OneNewsTitle {
    color: #004276;
    font-size: 15px;
    font-weight: bold;
    margin: 7px 0
}

.VCSortableInPreviewMode[type="RelatedOneNews"] .VCObjectBoxRelatedNewsItemSapo {
    color: #777;
    display: block;
    font-size: 12px;
    margin: 0 10px 0 0
}

.VCSortableInPreviewMode.alignLeft[type="RelatedOneNews"] img {
    height: 175px !important;
    margin: 0 !important;
    width: 100% !important
}

.VCSortableInPreviewMode.alignLeft[type="RelatedOneNews"] .OneNewsTitle {
    margin: 0;
    padding: 10px
}

.VCSortableInPreviewMode.alignLeft[type="RelatedOneNews"] .VCObjectBoxRelatedNewsItemSapo {
    margin: 0;
    padding: 10px
}

.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedOneNews"] img {
    height: 175px !important;
    margin: 0 !important;
    width: 100% !important
}

.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedOneNews"] .OneNewsTitle {
    margin: 0;
    padding: 10px
}

.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedOneNews"] .VCObjectBoxRelatedNewsItemSapo {
    margin: 0;
    padding: 10px
}

.VCSortableInPreviewMode.alignRight[type="RelatedOneNews"] img {
    height: 175px !important;
    margin: 0 !important;
    width: 100% !important
}

.VCSortableInPreviewMode.alignRight[type="RelatedOneNews"] .OneNewsTitle {
    margin: 0;
    padding: 10px
}

.VCSortableInPreviewMode.alignRight[type="RelatedOneNews"] .VCObjectBoxRelatedNewsItemSapo {
    margin: 0;
    padding: 10px
}

.VCSortableInPreviewMode.alignRightOverflow[type="RelatedOneNews"] img {
    height: 175px !important;
    margin: 0 !important;
    width: 100% !important
}

.VCSortableInPreviewMode.alignRightOverflow[type="RelatedOneNews"] .OneNewsTitle {
    margin: 0;
    padding: 10px
}

.VCSortableInPreviewMode.alignRightOverflow[type="RelatedOneNews"] .VCObjectBoxRelatedNewsItemSapo {
    margin: 0;
    padding: 10px
}

.VCSortableInPreviewMode[type='RelatedNews'] {
    box-sizing: border-box;
    clear: both
}

.VCSortableInPreviewMode[type="RelatedNews"] * {
    box-sizing: border-box
}

.VCSortableInPreviewMode[type='RelatedNews'] img {
    padding-bottom: 7px !important;
    outline: none;
    max-width: 100% !important
}

.VCSortableInPreviewMode[type="RelatedNews"] a {
    color: #1a4c90;
    display: block;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px;
    text-align: left
}

.VCSortableInPreviewMode[type="RelatedNews"] td:first-child {
    margin: 0
}

.VCSortableInPreviewMode[type="RelatedNews"] td {
    box-shadow: 0 0 3px 1px #eaeaea;
    margin-left: 0;
    padding: 6px
}

.VCSortableInPreviewMode[type="RelatedNews"] .VCObjectBoxRelatedNewsItemSapo {
    color: #777;
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 3px;
    text-align: justify
}

.VCSortableInPreviewMode[type='RelatedNews'].noformat,
.VCSortableInPreviewMode[type='RelatedNews'].noformat * {
    border: none;
    background-color: transparent
}

.VCSortableInPreviewMode[type='RelatedNews'].noformat td {
    border-top: solid 1px #d8d8d8
}

.VCSortableInPreviewMode[type='RelatedNews'].noformat a,
.VCSortableInPreviewMode[type='RelatedNews'].noformat p {
    font-family: Times New Roman !important;
    font-size: 13pt !important;
    line-height: 23px !important
}

.VCSortableInPreviewMode[type='RelatedNews'].noformat p {
    padding: 5px 0 0 0 !important
}

.VCSortableInPreviewMode.alignLeft[type="RelatedNews"],
.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedNews"] {
    width: 30% !important
}

.VCSortableInPreviewMode.alignRight[type="RelatedNews"],
.VCSortableInPreviewMode.alignRightOverflow[type="RelatedNews"] {
    width: 30% !important
}

.VCSortableInPreviewMode.alignLeft[type="RelatedNews"] td,
.VCSortableInPreviewMode.alignLeftOverflow[type="RelatedNews"] td {
    width: 100% !important
}

.VCSortableInPreviewMode.alignRight[type="RelatedNews"] td,
.VCSortableInPreviewMode.alignRightOverflow[type="RelatedNews"] td {
    width: 100% !important
}

.VCSortableInPreviewMode[type="content"] {
    border: 1px solid #999;
    padding: 10px
}

.VCSortableInPreviewMode[type="content"] p {
    margin-bottom: 7px
}

.VCSortableInPreviewMode[type="FirstCharacter"] {
    color: #fff;
    display: inline;
    float: left;
    font-size: 60px;
    height: 70px;
    margin: 10px 10px 0 0;
    padding-top: 15px;
    width: 80px
}

.VCSortableInPreviewMode[type='contentnumber'] {
    width: 100%;
    height: 68px;
    text-align: left
}

.VCSortableInPreviewMode[type='contentnumber'] img {
    vertical-align: top
}

.VCSortableInPreviewMode[type='contentnumber'].onLeft {
    text-align: left
}

.VCSortableInPreviewMode[type='contentnumber'].onRight {
    text-align: right
}

.VCSortableInPreviewMode[type='contentnumber'].onCenter {
    text-align: center
}

.VCSortableInPreviewMode[type="contentnumber"] .IAContentNumber {
    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
}

.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
}

.vceditor-content .VCSortableInPreviewMode[type=content] p:last-child {
    margin-bottom: 0
}

.VCSortableInPreviewMode[type="content"] div[contenteditable="true"]::after {
    clear: both;
    content: "";
    display: block;
    color: #999
}

.vceditor-content .VCSortableInPreviewMode[type="hr"] {
    margin: 15px 0;
    height: 1px
}

#EditNewsWrap .VCSortableInPreviewMode[type="FirstCharacterv2"] {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-top: 10px
}

.VCSortableInPreviewMode[type="FirstCharacterv2"] img {
    width: 100%;
    display: block;
    max-height: 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: #00539d;
    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
}

.VCSortableInPreviewMode[type=Vote] .VCPollFooter .VCPollSubmit {
    background: transparent url(//ims.mediacdn.vn/imsv2/plugins/statics/images/pollvote/pollvotesubmitbg_new.png) center center no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    color: transparent
}

.VCSortableInPreviewMode[type=Vote] .VCPollFooter .VCPollViewResult {
    background: transparent url(//ims.mediacdn.vn/imsv2/plugins/statics/images/pollvote/pollvoteviewresultbg_new.png) center center no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    margin-left: 10px;
    color: transparent
}

.VCSortableInPreviewMode[type=Vote] .VCPollFooter .VCPollViewResult img,
.VCSortableInPreviewMode[type=Vote] .VCPollFooter .VCPollSubmit img {
    display: none
}

.vceditor-content .PhotoCMS_Caption,
.vceditor-content .PhotoCMS_Caption p {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
    word-break: break-word
}

.vceditor-content .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
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"].alignCenter {
    clear: both
}

.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-content .VCSortableInPreviewMode[type="StarQuoteV2"] span.custom-border.border-sort {
    left: 45%;
    right: 45%
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"] span.custom-border.border-top {
    border-top-style: solid
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"] span.custom-border.border-top>.quote {
    margin-bottom: 0
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"] span.custom-border.border-bottom {
    border-bottom-style: solid
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"] .name-n-quote {
    position: relative
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"] .quote.border-left {
    border-left-style: solid;
    padding-left: 20px
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"] .quote.border-right {
    border-right-style: solid;
    padding-right: 20px
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"] .StarNameCaption {
    color: #797979;
    font: 14px/20px Arial;
    margin-top: 10px;
    text-align: left
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"] .StarNameCaption.hasmargin {
    margin-left: 27px
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"].alignCenterOverflow .StarNameCaption {
    width: 660px;
    margin: auto
}

.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"].alignLeftOverflow,
.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"].alignLeft,
.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"].alignRight,
.vceditor-content .VCSortableInPreviewMode[type="StarQuoteV2"].alignRightOverflow {
    margin-top: 10px
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"] .quote {
    border: 4px none #ced0d4;
    font-family: Arial;
    padding: 20px 0;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.8
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"].alignCenter {
    clear: both
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"] .name-n-quote {
    position: relative
}

.vceditor-content .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
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-sort {
    left: 45%;
    right: 45%
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-top {
    border-top-style: solid
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-top>.quote {
    margin-bottom: 0
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"] span.custom-border.border-bottom {
    border-bottom-style: solid
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"] .quote.border-left {
    border-left-style: solid;
    padding-left: 20px
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"] .quote.border-right {
    border-right-style: solid;
    padding-right: 20px
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"] .StarNameCaption.hasmargin {
    margin-left: 27px
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"].alignCenterOverflow .StarNameCaption {
    width: 660px;
    margin: auto
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"].alignLeftOverflow,
.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"].alignLeft,
.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"].alignRight,
.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"].alignRightOverflow {
    margin-top: 10px
}

.vceditor-content .VCSortableInPreviewMode[type="SimpleQuote"].no-border .quote {
    padding-left: 20px;
    position: relative
}

.vceditor-content .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;
    left: -5px;
    top: 5px
}

.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,
.alignLeft .deflector.VideoCMS_Caption::before {
    border-top: 1px solid rgba(0, 0, 0, .15);
    content: "";
    display: block;
    margin-bottom: 10px;
    margin-left: 70%;
    width: 30%
}

.alignLeft .deflector.VideoCMS_Caption * {
    text-align: right !important
}

.alignRight .deflector.PhotoCMS_Caption,
.alignRight .deflector.VideoCMS_Caption {
    margin-right: -200px;
    position: absolute;
    right: -10px;
    text-align: left !important;
    top: 0;
    width: 200px
}

.alignRight .deflector.VideoCMS_Caption * {
    text-align: left !important
}

.alignRight .deflector.PhotoCMS_Caption::before,
.alignRight .deflector.VideoCMS_Caption::before {
    border-top: 1px solid rgba(0, 0, 0, .15);
    content: "";
    display: block;
    margin-bottom: 10px;
    margin-right: 70%;
    width: 30%
}

.LayoutAlbumWrapper {
    width: 100%
}

.LayoutAlbumWrapper .LayoutAlbumRow {
    margin-bottom: .5rem;
    float: none;
    width: 100%;
    display: flex;
    flex-direction: row
}

.LayoutAlbumWrapper .LayoutAlbumRow:last-child {
    margin: 0
}

.LayoutAlbumWrapper .LayoutAlbumItem {
    display: block;
    float: left;
    margin: 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, .75);
    box-sizing: border-box;
    font-size: .75rem;
    padding: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .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 .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 !important;
    margin-right: 5px
}

.VCSortableInPreviewMode[type="credit"] .ttvn-link {
    color: #222;
    font: 18px/26px SFD-Regular !important;
    position: absolute;
    right: 0;
    top: 0
}

.VCSortableInPreviewMode[type="credit"] .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('../web_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('../web_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('../web_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('../web_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:first-child {
    display: block;
    float: left;
    margin-left: 0 !important
}

figure[type="SlideInstant"] figure {
    display: none
}

figure[type="SlideInstant"] figure img {
    min-height: 200px
}

figure[type="SlideInstant"] figure figcaption {
    display: none
}

.VCSortableInPreviewMode.alignCenter,
.widget-box.alignCenter {
    margin: 0 auto 15px;
    display: block
}

.VCSortableInPreviewMode[type=content].alignCenter {
    display: flex
}

.VCSortableInPreviewMode.alignJustify,
.widget-box.alignJustify {
    width: 100%
}

.VCSortableInPreviewMode.alignLeft,
.widget-box.alignLeft {
    float: left;
    margin-right: 20px;
    width: 350px
}

.VCSortableInPreviewMode.alignLeftOverflow {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    width: 450px
}

.widget-box.alignLeftOverflow {
    float: left;
    margin-left: -100px;
    margin-right: 20px;
    width: 450px
}

.VCSortableInPreviewMode.alignRight,
.widget-box.alignRight {
    float: right;
    margin-right: 0;
    margin-left: 15px;
    width: 350px
}

.VCSortableInPreviewMode.alignRightOverflow {
    float: right;
    margin-right: 0;
    width: 450px;
    margin-left: 30px
}

.widget-box.alignRightOverflow {
    float: right;
    margin-right: -30px;
    width: 450px;
    margin-left: 30px
}

.VCSortableInPreviewMode.alignCenterOverflow,
.widget-box.alignCenterOverflow {
    margin-left: -6.5%;
    width: 112%
}

#LiveMatchEditor .VCSortableInPreviewMode.alignCenterOverflow[type='SimpleQuote'] {
    margin-left: -64px;
    width: 120%
}

.Magazine .VCSortableInPreviewMode.alignCenterOverflow,
.widget-box.alignCenterOverflow {
    margin-left: -25%;
    width: 150%
}

.VCSortableInPreviewMode.alignJustifyFull {
    margin-left: -270px;
    width: 1200px
}

.VCSortableInPreviewMode.alignJustify img,
.VCSortableInPreviewMode.alignJustifyFull img,
.VCSortableInPreviewMode.alignCenterOverflow img {
    width: 100%
}

.VCSortableInPreviewMode.alignJustify .PhotoCMS_Caption,
.VCSortableInPreviewMode.alignJustifyFull .PhotoCMS_Caption,
.VCSortableInPreviewMode.alignCenterOverflow .PhotoCMS_Caption,
.VCSortableInPreviewMode.alignJustify .VideoCMS_Caption,
.VCSortableInPreviewMode.alignJustifyFull .VideoCMS_Caption,
.VCSortableInPreviewMode.alignCenterOverflow .VideoCMS_Caption {
    text-align: center
}

.Magazine .VCSortableInPreviewMode.alignRightOverflow,
.Magazine .widget-box.alignRightOverflow {
    margin-right: -160px
}

.Magazine .VCSortableInPreviewMode.alignLeftOverflow,
.Magazine .widget-box.alignLeftOverflow {
    margin-left: -200px
}

.Magazine .VCSortableInPreviewMode.alignJustifyFull {
    margin-left: -460px;
    width: 1600px
}

.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
}

font .link-inline-content {
    color: inherit
}

.link-content-footer a {
    background: none;
    color: #004370;
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: bold;
    padding-left: 25px;
    text-decoration: none
}

.VCSortableInPreviewMode[type="insertembedcode"] iframe {
    max-width: 100%
}

.VCSortableInPreviewMode[type="insertembedcode"].alignCenter {
    max-width: 100% !important
}

.VCSortableInPreviewMode[type="insertembedcode"].alignLeft {
    max-width: 50%
}

.VCSortableInPreviewMode[type="insertembedcode"].alignRight {
    max-width: 50%
}

.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 iframe {
    width: 100%
}

.VCSortableInPreviewMode[type="multipartblockcontent"] {
    display: inline-block
}

.VCSortableInPreviewMode[type="multipartblockcontent"] {
    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,
.VCSortableInPreviewMode[type="multipartblockcontent"] .knccmporc-title:hover,
.VCSortableInPreviewMode[type="multipartblockcontent"] .knccmpor-content:hover {
    cursor: inherit
}

.VCSortableInPreviewMode[type="multipartblockcontent"] .knccmpor-content {
    text-align: justify
}

.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;
    display: flex
}

.VCSortableInPreviewMode[type="multipart"] .knccmpo-left {
    min-width: 90px;
    max-width: 90px;
    padding: 0 10px
}

.VCSortableInPreviewMode[type="multipart"] .knccmpo-right {
    padding: 0 10px;
    flex-grow: 1
}

.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="multipart"] .knccmpor-content::before,
.VCSortableInPreviewMode[type="multipart"] .knccmpol-label.datentime::before {
    color: #cfcfcf
}

.VCSortableInPreviewMode[type="multipart"] .knccmpo-right p {
    min-height: 30px;
    position: relative;
    margin-bottom: 15px
}

.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:before {
    background-color: #d5d5d5;
    position: absolute;
    width: 50px;
    height: 1px;
    left: 0;
    top: -30px;
    content: ''
}

.VCSortableInPreviewMode[type="blockcontent"] .block-title-wrap {
    border: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0
}

.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:before {
    content: " ";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div {
    display: inline-block;
    width: 100%;
    font-family: SFD-Semibold;
    font-size: 16px;
    margin-bottom: 20px
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div>div {
    min-height: 20px
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div>div:nth-child(1) {
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div>div:nth-child(2) {
    text-align: center;
    display: inline-block;
    width: 20%;
    float: left
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div>div:nth-child(3) {
    display: inline-block;
    width: 40%;
    float: left;
    text-align: left
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div:last-child {
    margin-bottom: 0
}

.VCSortableInPreviewMode[type="FootBall"].alignJustify {
    width: 100%
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballGoals .football-icon {
    background: url(../web_css/images/football/football_01.png) no-repeat scroll center center
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballRedCards .football-icon {
    background: url(../web_css/images/football/football_03.png) no-repeat scroll center center
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballYellowCards .football-icon {
    background: url(../web_css/images/football/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[type="StarQuote"] .quote::before {
    background: transparent url("../web_css/images/starquote/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[type="StarQuote"] .quote::after {
    background: transparent url("../web_css/images/starquote/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: 16px;
    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: .8em;
    border-bottom: 1px solid #f1f2f3;
    font-size: 15px
}

.VCSortableInPreviewMode[type="specifications"] .VCSpecifications_content tr td:nth-child(1) {
    width: 250px;
    opacity: .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
}

@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: .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
    }
}

.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"] {
    background: url("../web_css/images/360photo/360DegreeIcon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 1px solid #ff4500;
    height: 102px
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] {
    position: relative;
    display: block
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] img {
    display: block;
    max-width: none !important;
    height: 100%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter]::after {
    clear: both;
    content: "";
    display: table
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .panel-before,
.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .panel-after {
    width: 50%;
    top: 0;
    overflow: hidden
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .panel-before {
    left: 0;
    float: left
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .panel-after {
    float: right;
    border-left: solid 2px #daa520
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .panel-after img {
    float: right
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw0 {
    width: 2%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw1 {
    width: 2%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw2 {
    width: 2%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw3 {
    width: 3%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw4 {
    width: 4%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw5 {
    width: 5%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw6 {
    width: 6%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw7 {
    width: 7%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw8 {
    width: 8%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw9 {
    width: 9%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw10 {
    width: 10%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw11 {
    width: 11%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw12 {
    width: 12%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw13 {
    width: 13%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw14 {
    width: 14%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw15 {
    width: 15%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw16 {
    width: 16%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw17 {
    width: 17%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw18 {
    width: 18%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw19 {
    width: 19%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw20 {
    width: 20%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw21 {
    width: 21%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw22 {
    width: 22%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw23 {
    width: 23%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw24 {
    width: 24%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw25 {
    width: 25%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw26 {
    width: 26%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw27 {
    width: 27%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw28 {
    width: 28%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw29 {
    width: 29%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw30 {
    width: 30%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw31 {
    width: 31%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw32 {
    width: 32%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw33 {
    width: 33%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw34 {
    width: 34%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw35 {
    width: 35%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw36 {
    width: 36%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw37 {
    width: 37%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw38 {
    width: 38%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw39 {
    width: 39%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw40 {
    width: 40%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw41 {
    width: 41%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw42 {
    width: 42%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw43 {
    width: 43%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw44 {
    width: 44%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw45 {
    width: 45%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw46 {
    width: 46%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw47 {
    width: 47%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw48 {
    width: 48%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw49 {
    width: 49%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw50 {
    width: 50%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw51 {
    width: 51%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw52 {
    width: 52%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw53 {
    width: 53%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw54 {
    width: 54%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw55 {
    width: 55%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw56 {
    width: 56%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw57 {
    width: 57%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw58 {
    width: 58%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw59 {
    width: 59%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw60 {
    width: 60%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw61 {
    width: 60%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw62 {
    width: 62%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw63 {
    width: 63%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw64 {
    width: 64%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw65 {
    width: 65%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw66 {
    width: 66%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw67 {
    width: 67%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw68 {
    width: 68%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw69 {
    width: 69%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw70 {
    width: 70%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw71 {
    width: 71%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw72 {
    width: 72%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw73 {
    width: 73%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw74 {
    width: 74%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw75 {
    width: 75%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw76 {
    width: 76%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw77 {
    width: 77%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw78 {
    width: 78%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw79 {
    width: 79%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw80 {
    width: 80%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw81 {
    width: 81%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw82 {
    width: 82%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw83 {
    width: 83%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw84 {
    width: 84%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw85 {
    width: 85%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw86 {
    width: 86%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw87 {
    width: 87%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw88 {
    width: 88%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw89 {
    width: 89%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw90 {
    width: 90%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw91 {
    width: 91%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw92 {
    width: 92%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw93 {
    width: 93%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw94 {
    width: 94%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw95 {
    width: 95%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw96 {
    width: 96%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw97 {
    width: 97%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw98 {
    width: 98%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw99 {
    width: 98%
}

.vceditor-content .VCCSortableInPreviewMode[type=BeforeAfter] .baw100 {
    width: 98%
}

.vceditor-content .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;
    color: #000;
    font-size: 15px;
    font-family: SFD-Regular
}

.VCSortableInPreviewMode[type="profilecontentbox"]>div ul.NLProfileInfo li p {
    line-height: 20px;
    color: #000;
    font-size: 15px;
    font-family: SFD-Regular
}

.VCSortableInPreviewMode[type="profilecontentbox"].alignJustify {
    width: 100%
}

.VCCharacterBox {
    margin: 30px 0
}

.VCCharacterBox .VCCharacterBoxAvatar img {
    padding: 0 !important
}

.VCCharacterBox[data-type="one"].VCCharacterBoxOuter,
.VCCharacterBox[data-type="one"] .VCCharacterBoxInner {
    border: medium solid #007f74
}

.VCCharacterBox[data-type="one"].VCCharacterBoxOuter {
    border-width: 1px 1px 1px 18px
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxInner {
    border-width: 0 0 0 4px;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxHead {
    height: 110px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 100%
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="one"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxDescription {
    color: #007f74;
    font-size: 12px;
    left: 120px;
    position: absolute;
    top: 12px
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxTitle {
    background-color: #007f74;
    color: #fff;
    height: 35px;
    left: 109px;
    line-height: 35px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 32px;
    width: 100%;
    text-align: left
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxAvatar {
    position: absolute
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxAvatar img {
    height: 110px !important;
    width: 109px !important
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxAvatar:before {
    background: url("../web_css/images/userquote/mask-tron-1.png") no-repeat scroll 0 0 transparent;
    content: " ";
    height: 110px;
    left: 0;
    position: absolute;
    top: 0;
    width: 109px;
    z-index: 1
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxContent {
    font-size: 17px;
    font-style: italic;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 34px;
    width: 120px
}

.VCCharacterBox[data-type="two"] {
    background-color: #ebf1f1
}

.VCCharacterBox[data-type="two"].VCCharacterBoxOuter {
    border: medium solid #2f4a5f
}

.VCCharacterBox[data-type="two"].VCCharacterBoxOuter {
    border-width: 1px
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxInner {
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxHead {
    height: 116px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 100%
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="two"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxDescription {
    color: #000;
    font-size: 12px;
    left: 150px;
    position: absolute;
    top: 20px
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxTitle {
    background-color: #2f4a5f;
    color: #fff;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding: 0 0 0 150px;
    position: absolute;
    top: 40px;
    width: 100%
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxAvatar {
    left: 7px;
    position: absolute;
    z-index: 3
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxAvatar img {
    height: 116px !important;
    width: 120px !important
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxAvatar:before {
    background: url("../web_css/images/userquote/mask-tron-2.png") no-repeat scroll 0 0 transparent;
    content: " ";
    height: 116px;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 1
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxContent {
    font-size: 17px;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 34px;
    width: 109px
}

.VCCharacterBox[data-type="three"] {
    background-color: #dadada
}

.VCCharacterBox[data-type="three"].VCCharacterBoxOuter {
    border: medium solid #b5b5b5
}

.VCCharacterBox[data-type="three"].VCCharacterBoxOuter {
    border-width: 1px
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxInner {
    padding: 70px 0 0;
    position: relative
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxHead {
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="three"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxDescription {
    background-color: #c51010;
    color: #fff;
    font-size: 12px;
    height: 27px;
    left: 130px;
    line-height: 27px;
    padding: 0 10% 0 20px;
    position: absolute;
    top: 43px
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxTitle {
    background-color: #b2afaf;
    color: #000;
    font-size: 18px;
    height: 30px;
    left: 130px;
    line-height: 30px;
    padding: 0 20px;
    position: absolute;
    top: 11px
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxTitle:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b2afaf #b2afaf;
    border-image: none;
    border-style: solid;
    border-width: 15px 11px;
    content: " ";
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxAvatar {
    left: 35px;
    position: absolute;
    top: -25px;
    z-index: 3
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxAvatar img {
    height: 95px !important;
    width: 95px !important
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxAvatar:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #878181 #878181;
    border-image: none;
    border-style: solid;
    border-width: 12.5px;
    content: " ";
    position: absolute;
    right: -24px;
    top: 0;
    z-index: 1
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxContent {
    background-color: #e5eeeb;
    color: #710000;
    font-size: 17px;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="four"] {
    background-color: #dadada
}

.VCCharacterBox[data-type="four"].VCCharacterBoxOuter {
    border: medium solid #b5b5b5
}

.VCCharacterBox[data-type="four"].VCCharacterBoxOuter {
    border-width: 1px
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxInner {
    padding: 85px 0 0;
    position: relative
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxHead {
    height: 83px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="four"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxDescription {
    color: #040304;
    font-size: 13px;
    height: 30px;
    left: 130px;
    line-height: 30px;
    position: absolute;
    top: 45px
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxTitle {
    color: #ba2a2a;
    font-size: 25px;
    height: 33px;
    left: 110px;
    line-height: 33px;
    padding: 0 20px;
    position: absolute;
    top: 15px
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxAvatar {
    left: 10px;
    position: absolute;
    top: -25px;
    z-index: 3
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxAvatar img {
    height: 107px !important;
    width: 107px !important
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxAvatar:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #878181 #878181;
    border-image: none;
    border-style: solid;
    border-width: 12.5px;
    content: " ";
    position: absolute;
    right: -24px;
    top: 0;
    z-index: 1
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxContent {
    color: #474545;
    font-size: 17px;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="five"].VCCharacterBoxOuter,
.VCCharacterBox[data-type="five"] .VCCharacterBoxInner {
    border: medium solid #007f74
}

.VCCharacterBox[data-type="five"].VCCharacterBoxOuter {
    border-width: 1px 1px 1px 18px
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxInner {
    border-width: 0 0 0 4px;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxHead {
    height: 120px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 100%
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="five"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxDescription {
    color: #007f74;
    font-size: 12px;
    left: 134px;
    position: absolute;
    top: 12px
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxTitle {
    background-color: #007f74;
    color: #fff;
    height: 33px;
    left: 134px;
    line-height: 33px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 37px;
    width: 100%;
    text-align: left
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxAvatar {
    position: absolute
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxAvatar img {
    height: 120px !important;
    width: 134px !important
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxAvatar:before {
    background: url("../web_css/images/userquote/mask-lucgiac-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 134px;
    z-index: 1
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxContent {
    font-size: 17px;
    font-style: italic;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 44px;
    width: 125px
}

.VCCharacterBox[data-type="six"] {
    background-color: #ebf1f1
}

.VCCharacterBox[data-type="six"].VCCharacterBoxOuter {
    border: medium solid #2f4a5f
}

.VCCharacterBox[data-type="six"].VCCharacterBoxOuter {
    border-width: 1px
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxInner {
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxHead {
    height: 116px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 100%
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="six"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxDescription {
    color: #000;
    font-size: 12px;
    left: 145px;
    position: absolute;
    top: 20px
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxTitle {
    background-color: #2f4a5f;
    color: #fff;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding: 0 0 0 150px;
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: left
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxAvatar {
    left: 7px;
    position: absolute;
    top: 3px;
    z-index: 3
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxAvatar img {
    height: 107px !important;
    width: 125px !important
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxAvatar:before {
    background: url("../web_css/images/userquote/mask-lucgiac-2.png") no-repeat scroll 0 0 transparent;
    content: " ";
    height: 107px;
    position: absolute;
    top: 0;
    width: 125px;
    z-index: 1
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxContent {
    font-size: 17px;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 34px;
    width: 109px
}

.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
}

.VCSortableInPreviewMode h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 22px;
    line-height: 27px
}

.VCSortableInPreviewMode[type="RelatedNewsBox"].alignRight,
.VCSortableInPreviewMode[type="RelatedNewsBox"].alignLeft {
    width: 280px
}

.VCSortableInPreviewMode[relatednewsboxtype="type-4"].alignRight,
.VCSortableInPreviewMode[relatednewsboxtype="type-4"].alignLeft {
    width: 350px
}

.kbwscwl-relatedbox {
    display: block;
    margin-bottom: 0;
    width: 100%
}

.kbwscwl-relatedbox .kbwscwlrl-title {
    margin: 0;
    padding: 10px 7px 7px 10px
}

.kbwscwl-relatedbox .kbwscwlrl-title a.title {
    font-family: SFD-bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    line-height: 26px
}

.kbwscwl-relatedbox .kbwscwlrl-title a.title:hover {
    color: #666 !important
}

.kbwscwl-relatedbox.type-1 {
    border: 1px solid #f1e7db
}

.kbwscwl-relatedbox.type-1 .kbwscwlrl-title {
    background: #eaeaea
}

.kbwscwl-relatedbox.type-2 {
    border-top: 3px solid #fa5e00;
    border-bottom: 3px solid #fa5e00
}

.kbwscwl-relatedbox.type-3 {
    border-top: 3px solid #217ffa;
    border-bottom: 3px solid #217ffa
}

.kbwscwl-relatedbox.type-3 .kbwscwlrl-title {
    padding: 15px 0
}

.kbwscwl-relatedbox.type-3 .kbwscwlrl-title a.title {
    font-size: 22px;
    line-height: 26px;
    color: #222;
    font-family: SFD-bold !important
}

.kbwscwl-relatedbox.type-3 .kbwscwlrl-next {
    font-family: SFD-Bold !important;
    font-size: 15px;
    color: #777;
    height: 27px;
    text-transform: uppercase;
    width: 106px;
    background: url(../web_css/images/relatednews/icon-nxt-link.png) 78px center no-repeat;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    background-size: 27px
}

.kbwscwl-relatedbox.type-2 .kbwscwlrl-title a.title {
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.kbwscwl-relatedbox.type-2 .kbwscwlrl {
    list-style: disc;
    color: #fa5e00;
    margin-left: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
    display: list-item
}

.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("../web_css/images/relatednews/view-news.png") no-repeat scroll right center;
    color: #797671;
    display: inline-block;
    float: right;
    font-family: tahoma;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    width: 130px
}

.kbwscwlr-list {
    text-align: left
}

.kbwscwl-relatedbox.type-4 {
    border: 1px solid #ccc;
    border-top: 3px solid #007f74;
    border-radius: 3px;
    overflow: hidden
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-title-header {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 9px;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #ccc
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-news-thumb-avata {
    float: left;
    width: 45%;
    padding: 0;
    margin-right: 3%
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl {
    float: left;
    position: relative;
    text-align: left;
    border-top: 1px dotted #cbcfd3;
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl:first-child {
    margin-top: 0;
    border: none
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-thumb-avata {
    float: left;
    width: 45%;
    padding: 0;
    height: auto
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-thumb-avata img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-title {
    margin-left: 52%;
    padding: 0
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title {
    font-family: SFD-bold !important;
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
    line-height: 19px
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title:hover {
    color: #666 !important
}

.kbwscwl-relatedbox.type-5 {
    border: 1px solid #e2e2e2
}

.kbwscwl-relatedbox.type-5 .kbwscwlrl-title-header {
    display: block;
    padding: 14px 20px;
    font-weight: bold;
    border-top: 3px solid #fa5e00;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase
}

.kbwscwl-relatedbox.type-5 .kbwscwlrl {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2
}

.kbwscwl-relatedbox.type-5 ul.kbwscwlr-list {
    padding-right: 20px;
    padding-left: 20px
}

.kbwscwl-relatedbox.type-5 .kbwscwlrl i {
    margin-left: 10px;
    color: #fb7533;
    font-size: 14px;
    font-weight: 300
}

.kbwscwl-relatedbox.type-5 a.title {
    color: #909090;
    font-family: SFD-bold;
    font-size: 15px;
    text-decoration: none
}

.kbwscwl-relatedbox.type-5 a.title:hover {
    color: #909090
}

.kbwscwl-relatedbox.type-6 {
    float: unset
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"] {
    width: 250px
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"] .kbwscwlrl {
    border: 1px solid #e2e2e2;
    border-top: 1px solid #fc915c;
    display: flex;
    flex-direction: column
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"] span.kbwscwlrl-label {
    padding-left: 10px;
    height: 30px;
    display: block;
    font-size: 12px;
    color: #666;
    text-align: left;
    font-family: Arial;
    height: 30px;
    line-height: 28px
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"] .kbwscwlrl-content {
    display: flex;
    flex-direction: column
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"] .kbwscwlrl-content svg {
    margin-left: 4px
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"] .kbwscwlrl-title {
    order: 2;
    padding: 10px 7px 7px 10px
}

.kbwscwl-relatedbox.type-6 .kbwscwlrl-thumb-avata {
    text-decoration: none;
    display: inline-block
}

.VCSortableInPreviewMode.alignCenter[relatednewsboxtype="type-6"] {
    width: 100%;
    margin-bottom: 15px
}

.VCSortableInPreviewMode.alignCenter[relatednewsboxtype="type-6"]:after {
    content: ' ';
    clear: both;
    display: block
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"] .kbwscwlrl {
    border: none
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"] .kbwscwlrl-content {
    flex-direction: row;
    border: 1px solid #e3e3e3;
    border-left: 1px solid #fc915c;
    justify-content: space-between
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"] .kbwscwlrl-title {
    order: 0
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"] .kbwscwlrl-thumb-avata img {
    display: block;
    width: 100%;
    height: 100%
}

.VCSortableInPreviewMode[relatednewsboxtype="type-6"][data-style="align-center"] .kbwscwlrl-thumb-avata {
    flex-basis: 100px;
    flex-shrink: 0
}

.kbwscwl-relatedbox.type-4 {
    border: 1px solid #ccc;
    border-top: 3px solid #007f74;
    border-radius: 3px;
    overflow: hidden
}

.kbwscwl-relatedbox.type-7 {
    border-top: 3px solid #007f74;
    border-radius: 3px;
    border-bottom: 3px solid #007f74;
    overflow: hidden;
    margin-bottom: 15px
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-title-header {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 9px;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #ccc
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-news-thumb-avata,
.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: 40%;
    padding: 0;
    height: auto
}

.kbwscwl-relatedbox.type-7 .kbwscwlrl-thumb-avata {
    float: left;
    width: 116px;
    padding: 0;
    height: auto;
    padding-top: 1%
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-thumb-avata img,
.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-7 .kbwscwlrl-title {
    margin-left: 135px;
    padding: 0
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title,
.kbwscwl-relatedbox.type-7 .kbwscwlrl-title a.title {
    font-family: SFD-bold !important;
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
    line-height: 19px
}

.kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title:hover,
.kbwscwl-relatedbox.type-7 .kbwscwlrl-title a.title:hover {
    color: #666 !important
}

.kbwscwl-relatedbox div.inforNews {
    font-size: 11px;
    text-decoration: none;
    color: #777;
    margin-top: 13px
}

.kbwscwl-relatedbox div.inforNews .fa.fa-clock-o {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBODEzMjYwMDY0QjMxMUU5OENGQ0FEN0IyRjdFMzU2RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBODEzMjYwMTY0QjMxMUU5OENGQ0FEN0IyRjdFMzU2RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE4MTMyNUZFNjRCMzExRTk4Q0ZDQUQ3QjJGN0UzNTZFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE4MTMyNUZGNjRCMzExRTk4Q0ZDQUQ3QjJGN0UzNTZFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9u5WRgAAALNJREFUeNp00M8KQUEUx/F7h7CzUd7HFhuxVgrF1gOwZW/hZq0kKx7DQ1gQr+Bfvr/63boppz41M+d0ZubEi2QTOZpo440HitjhqGTeRTNc0EPBZyoeYirBna5YuVvNtF7ijoYKW0ii/6FcR4UxPj/JOLN+KR/8lmyc0EU5exj8+Fzm7IYJ5t7rwyF4BIOfrmf/WNHHVoUHVDH2DWnolhEqmmU6R82qjjWeHk0Je48o+gowAFHlI64Tvo+mAAAAAElFTkSuQmCC');
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-bottom: -1px
}

.kbwscwl-relatedbox span.NameNews {
    color: #f48d2bf5
}

.vceditor-content 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
}

.VCSortableInPreviewMode[type="attachfile"] .file-download-link {
    border: 1px solid;
    border-radius: 4px;
    min-width: 100px;
    display: inline-block;
    padding: 10px 15px;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-color: #ced0d4;
    color: #4b4f56;
    background: #f6f7f9;
    text-transform: uppercase;
    text-align: center
}

.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
}

.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="tempwidgets"] .widget-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
    outline: none;
    box-shadow: none
}

.VCSortableInPreviewMode[type="tempwidgets"] .widget-image-wrapper .image-editter {
    display: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -30px;
    line-height: 1;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 8px;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    background-color: #f6f7f9;
    border-color: #ced0d4;
    color: #4b4f56;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.VCSortableInPreviewMode[type="tempwidgets"] .widget-image-wrapper img {
    margin: 0;
    opacity: 1
}

.VCSortableInPreviewMode[type="tempwidgets"] .widget-image-wrapper:hover {
    border: 1px solid #1f78d8
}

.VCSortableInPreviewMode[type="tempwidgets"] .widget-image-wrapper:hover .image-editter {
    display: unset
}

.VCSortableInPreviewMode[type="tempwidgets"] .widget-box .widget-image-wrapper:hover img {
    opacity: .5
}

.VCSortableInPreviewMode[type="tempwidgets"] .widget-image-wrapper .image-editter .fa {
    margin-right: 5px
}

.VCSortableInPreviewMode[type="tempwidgets"] .widget-image-wrapper .image-editter:hover {
    background-color: #e9ebee
}

.chat-bizfly-vn[type="chatbot"] {
    color: #428bff;
    cursor: pointer
}

.chat-bizfly-vn[type="chatbot"]:before {
    content: '';
    display: inline-block;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsSAAALEgHS3X78AAAA6ElEQVQ4y2NgoAVw6fqvA8S1QLwEikFsHWI08gPxciD+B8T/0fA/qBw/Ls08QHwWi0Z0DFLDg82AiURohuGJ6Jr5gPg7usKIaah83wlwNkgtH7IBzuiaJ+/5///rj///85b8/+/T////3EMQNpIaZ2QDgpA1t2z6///1J4gBX39C2CAxNEuCkA0whUmAbAHZBrI1F8j+8gPiGizhYIJsADMQP0LzJ9ZwgGKQWmb0gIwlIRZiMaLRoes/yJApRGjucOn4jzMlhuLReBUl4PAY8BuI+4FYD4j9gNgfiDWAmKhMZADSyEBPAABfEZj9hXmyrgAAAABJRU5ErkJggg==') left bottom no-repeat;
    width: 16px;
    height: 16px;
    margin-bottom: -3px
}

.VCSortableInPreviewMode[type='360photoemagazine'] {
    line-height: normal
}

.VCSortableInPreviewMode[type='360photoemagazine'] iframe {
    width: 100%;
    height: 100%;
    border: none
}

.VCSortableInPreviewMode[type="360photoemagazine"] .Photo360EMagazineCMS_Caption {
    color: #666;
    background: transparent
}

.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("https://static.mediacdn.vn/webthethao/web_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("https://static.mediacdn.vn/webthethao/web_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("https://static.mediacdn.vn/webthethao/web_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 .5s;
    position: relative
}

.VCSortableInPreviewMode.captionBeside[type="Photo"] div:first-child img,
.VCSortableInPreviewMode.captionBeside[type="Photo"] div:first-child {
    float: left;
    display: inline-block;
    width: 400px;
    vertical-align: bottom;
    transition: all .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 .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 .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeft .PhotoCMS_Caption p,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeftOverflow .PhotoCMS_Caption p {
    text-align: left !important;
    transition: all .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeft .PhotoCMS_Caption,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignLeftOverflow .PhotoCMS_Caption {
    right: 0;
    transition: all .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight div:first-child,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow div:first-child {
    float: right;
    margin-left: 20px;
    transition: all .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight .PhotoCMS_Caption p,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow .PhotoCMS_Caption p {
    text-align: right !important;
    transition: all .5s
}

.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRight .PhotoCMS_Caption,
.VCSortableInPreviewMode[type="Photo"].captionBeside.alignRightOverflow .PhotoCMS_Caption {
    left: 0;
    transition: all .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(https://static.mediacdn.vn/webthethao/web_images/fb-share.png);
    margin-right: 5px
}

.VCSortableInPreviewMode[type="Photo"] .fb-share-wrapper .fb-icon {
    background: rgba(0, 0, 0, 0) url("https://static.mediacdn.vn/webthethao/web_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: 26px;
    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
}

.VCSortableInPreviewMode[type=content] p:last-child {
    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: #00539d;
    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: 0;
    padding: 10px 0;
    border-top: thin solid #ebebeb
}

.VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper {
    padding: 10px 0;
    border: thin solid #ebebeb;
    border-radius: 5px
}

.PhotoCMS_Caption,
.PhotoCMS_Caption p {
    color: #666;
    font-size: 15px;
    font-style: italic;
    margin-top: 0;
    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"].alignRight {
    margin-left: 30px
}

.VCSortableInPreviewMode[type="SimpleQuote"].no-border .quote {
    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;
    left: -20px;
    top: 5px
}

.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,
.alignLeft .deflector.VideoCMS_Caption::before {
    border-top: 1px solid rgba(0, 0, 0, .15);
    content: "";
    display: block;
    margin-bottom: 10px;
    margin-left: 70%;
    width: 30%
}

.alignLeft .deflector.VideoCMS_Caption * {
    text-align: right !important
}

.alignRight .deflector.PhotoCMS_Caption,
.alignRight .deflector.VideoCMS_Caption {
    margin-right: -200px;
    position: absolute;
    right: -10px;
    text-align: left !important;
    top: 0;
    width: 200px
}

.alignRight .deflector.VideoCMS_Caption * {
    text-align: left !important
}

.alignRight .deflector.PhotoCMS_Caption::before,
.alignRight .deflector.VideoCMS_Caption::before {
    border-top: 1px solid rgba(0, 0, 0, .15);
    content: "";
    display: block;
    margin-bottom: 10px;
    margin-right: 70%;
    width: 30%
}

.LayoutAlbumWrapper {
    width: 100%
}

.LayoutAlbumWrapper .LayoutAlbumRow {
    margin-bottom: .5rem;
    float: none;
    width: 100%;
    display: flex;
    flex-direction: row
}

.LayoutAlbumWrapper .LayoutAlbumRow:last-child {
    margin: 0
}

.LayoutAlbumWrapper .LayoutAlbumItem {
    display: block;
    float: left;
    margin: 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, .75);
    box-sizing: border-box;
    font-size: .75rem;
    padding: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .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 .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
}

.LayoutAlbumContentCol {
    display: flex
}

.LayoutAlbumContentCol .LayoutAlbumLeft {
    width: 70%
}

.LayoutAlbumContentCol .LayoutAlbumRight {
    width: 30%;
    display: flex;
    flex-direction: column
}

.LayoutAlbumContentColumn {
    width: 100%;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    overflow: hidden
}

.LayoutAlbumColumnLeft {
    margin-right: 2px
}

.LayoutAlbumWrapper .LayoutAlbumContentColumn .LayoutAlbumItem {
    float: none
}

.LayoutAlbumWrapper .LayoutAlbumContentColumn .LayoutAlbumItem img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.LayoutAlbumColumnRight {
    margin-left: 2px
}

.LayoutAlbumColumnLeft,
.LayoutAlbumColumnRight {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

.col-width-10 {
    width: 10%
}

.col-width-15 {
    width: 15%
}

.col-width-20 {
    width: 20%
}

.col-width-25 {
    width: 25%
}

.col-width-30 {
    width: 30%
}

.col-width-35 {
    width: 35%
}

.col-width-40 {
    width: 40%
}

.col-width-45 {
    width: 45%
}

.col-width-50 {
    width: 50%
}

.col-width-55 {
    width: 55%
}

.col-width-60 {
    width: 60%
}

.col-width-65 {
    width: 65%
}

.col-width-70 {
    width: 70%
}

.col-width-75 {
    width: 75%
}

.col-width-80 {
    width: 80%
}

.col-width-85 {
    width: 85%
}

.col-width-90 {
    width: 90%
}

.LayoutAlbumContentColumn .LayoutAlbumItem,
.LayoutAlbumContentColumn .LayoutAlbumItem {
    margin: 0 !important;
    margin-bottom: 4px !important;
    display: flex;
    flex: 1 0 auto
}

.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 !important;
    margin-right: 5px
}

.VCSortableInPreviewMode[type="credit"] .ttvn-link {
    color: #222;
    font: 18px/26px SFD-Regular !important;
    position: absolute;
    right: 0;
    top: 0
}

.VCSortableInPreviewMode[type="credit"] .publish-date {
    position: absolute;
    right: 0;
    bottom: -25px;
    top: unset;
    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('https://static.mediacdn.vn/webthethao/web_images/likeshare_instant.png') left bottom no-repeat transparent;
    padding: 0 10px 24px 10px
}

figure[type="SlideInstant"] {
    width: 100%;
    text-align: center;
    background: url('https://static.mediacdn.vn/webthethao/web_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('https://static.mediacdn.vn/webthethao/web_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('https://static.mediacdn.vn/webthethao/web_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:first-child {
    display: block;
    float: left;
    margin-left: 0 !important
}

figure[type="SlideInstant"] figure {
    display: none
}

figure[type="SlideInstant"] figure img {
    min-height: 200px
}

figure[type="SlideInstant"] figure figcaption {
    display: none
}

.VCSortableInPreviewMode.alignJustify img,
.VCSortableInPreviewMode.alignJustifyFull img,
.VCSortableInPreviewMode.alignCenterOverflow img {
    width: 100%
}

.VCSortableInPreviewMode.alignJustify .PhotoCMS_Caption,
.VCSortableInPreviewMode.alignJustifyFull .PhotoCMS_Caption,
.VCSortableInPreviewMode.alignCenterOverflow .PhotoCMS_Caption,
.VCSortableInPreviewMode.alignJustify .VideoCMS_Caption,
.VCSortableInPreviewMode.alignJustifyFull .VideoCMS_Caption,
.VCSortableInPreviewMode.alignCenterOverflow .VideoCMS_Caption {
    text-align: center
}

.VCSortableInPreviewMode {
    display: inline-block;
    margin: 0 auto 15px auto;
    position: relative;
    transition: all .3s ease-in-out 0s;
    width: 100%;
    z-index: 90;
    visibility: visible;
    word-wrap: break-word;
    cursor: default
}

.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: none !important;
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    line-height: 30px;
    color: #051b4e;
    font-weight: bold;
    padding-left: 25px;
    text-decoration: none;
    position: relative
}

.link-content-footer a:not(:empty):before {
    position: absolute;
    content: "Â» ";
    top: -3px;
    left: 0;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
    font-size: 31px;
    line-height: 30px;
    transform: scaleX(1.7)
}

.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 {
    width: unset
}

.VCSortableInPreviewMode[type="insertembedcode"].alignRight {
    width: unset
}

.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
}

.VCSortableInPreviewMode[type="insertembedcode"].alignCenterOverflow iframe {
    width: 100%
}

.VCSortableInPreviewMode[type="multipartblockcontent"] {
    display: inline-block
}

.VCSortableInPreviewMode[type="multipartblockcontent"] {
    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,
.VCSortableInPreviewMode[type="multipartblockcontent"] .knccmporc-title:hover,
.VCSortableInPreviewMode[type="multipartblockcontent"] .knccmpor-content:hover {
    cursor: inherit
}

.VCSortableInPreviewMode[type="multipartblockcontent"] .knccmpor-content {
    text-align: justify
}

.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:before {
    background-color: #d5d5d5;
    position: absolute;
    width: 50px;
    height: 1px;
    left: 0;
    top: -30px;
    content: ''
}

.VCSortableInPreviewMode[type="blockcontent"] .block-title-wrap {
    border: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0
}

.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:before {
    content: " ";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div {
    display: inline-block;
    width: 100%;
    font-family: SFD-Semibold;
    font-size: 16px;
    margin-bottom: 20px
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div>div {
    min-height: 20px
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div>div:nth-child(1) {
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div>div:nth-child(2) {
    text-align: center;
    display: inline-block;
    width: 20%;
    float: left
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div>div:nth-child(3) {
    display: inline-block;
    width: 40%;
    float: left;
    text-align: left
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballBot>div:last-child {
    margin-bottom: 0
}

.VCSortableInPreviewMode[type="FootBall"].alignJustify {
    width: 100%
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballGoals .football-icon {
    background: url(https://static.mediacdn.vn/webthethao/web_images/football/football_01.png) no-repeat scroll center center
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballRedCards .football-icon {
    background: url(https://static.mediacdn.vn/webthethao/web_images/football/football_03.png) no-repeat scroll center center
}

.VCSortableInPreviewMode[type="FootBall"] .NLFootballYellowCards .football-icon {
    background: url(https://static.mediacdn.vn/webthethao/web_images/football/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[type="StarQuote"] .quote::before {
    background: transparent url("https://static.mediacdn.vn/webthethao/web_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[type="StarQuote"] .quote::after {
    background: transparent url("https://static.mediacdn.vn/webthethao/web_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: .8em;
    border-bottom: 1px solid #f1f2f3;
    font-size: 15px
}

.VCSortableInPreviewMode[type="specifications"] .VCSpecifications_content tr td:nth-child(1) {
    width: 250px;
    opacity: .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
}

@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: .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
    }
}

.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"] {
    background: url("https://static.mediacdn.vn/webthethao/web_images/360photo/360DegreeIcon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 1px solid #ff4500;
    height: 102px
}

.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 {
    width: 2%
}

.VCCSortableInPreviewMode[type=BeforeAfter] .baw1 {
    width: 2%
}

.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 {
    width: 60%
}

.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 {
    width: 98%
}

.VCCSortableInPreviewMode[type=BeforeAfter] .baw99 {
    width: 98%
}

.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;
    color: #000;
    font-size: 15px;
    font-family: SFD-Regular
}

.VCSortableInPreviewMode[type="profilecontentbox"]>div ul.NLProfileInfo li p {
    line-height: 20px;
    color: #000;
    font-size: 15px;
    font-family: SFD-Regular
}

.VCSortableInPreviewMode[type="profilecontentbox"].alignJustify {
    width: 100%
}

.VCCharacterBox {
    margin: 30px 0
}

.VCCharacterBox .VCCharacterBoxAvatar img {
    padding: 0 !important
}

.VCCharacterBox[data-type="one"].VCCharacterBoxOuter,
.VCCharacterBox[data-type="one"] .VCCharacterBoxInner {
    border: medium solid #007f74
}

.VCCharacterBox[data-type="one"].VCCharacterBoxOuter {
    border-width: 1px 1px 1px 18px
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxInner {
    border-width: 0 0 0 4px;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxHead {
    height: 110px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 100%
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="one"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxDescription {
    color: #007f74;
    font-size: 12px;
    left: 120px;
    position: absolute;
    top: 12px
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxTitle {
    background-color: #007f74;
    color: #fff;
    height: 35px;
    left: 109px;
    line-height: 35px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 32px;
    width: 100%;
    text-align: left
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxAvatar {
    position: absolute
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxAvatar img {
    height: 110px !important;
    width: 109px !important
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxAvatar:before {
    background: url("https://static.mediacdn.vn/webthethao/web_images/userquote/mask-tron-1.png") no-repeat scroll 0 0 transparent;
    content: " ";
    height: 110px;
    left: 0;
    position: absolute;
    top: 0;
    width: 109px;
    z-index: 1
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxContent {
    font-size: 17px;
    font-style: italic;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="one"] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 34px;
    width: 120px
}

.VCCharacterBox[data-type="two"] {
    background-color: #ebf1f1
}

.VCCharacterBox[data-type="two"].VCCharacterBoxOuter {
    border: medium solid #2f4a5f
}

.VCCharacterBox[data-type="two"].VCCharacterBoxOuter {
    border-width: 1px
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxInner {
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxHead {
    height: 116px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 100%
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="two"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxDescription {
    color: #000;
    font-size: 12px;
    left: 150px;
    position: absolute;
    top: 20px
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxTitle {
    background-color: #2f4a5f;
    color: #fff;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding: 0 0 0 150px;
    position: absolute;
    top: 40px;
    width: 100%
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxAvatar {
    left: 7px;
    position: absolute;
    z-index: 3
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxAvatar img {
    height: 116px !important;
    width: 120px !important
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxAvatar:before {
    background: url("https://static.mediacdn.vn/webthethao/web_images/userquote/mask-tron-2.png") no-repeat scroll 0 0 transparent;
    content: " ";
    height: 116px;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 1
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxContent {
    font-size: 17px;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="two"] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 34px;
    width: 109px
}

.VCCharacterBox[data-type="three"] {
    background-color: #dadada
}

.VCCharacterBox[data-type="three"].VCCharacterBoxOuter {
    border: medium solid #b5b5b5
}

.VCCharacterBox[data-type="three"].VCCharacterBoxOuter {
    border-width: 1px
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxInner {
    padding: 70px 0 0;
    position: relative
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxHead {
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="three"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxDescription {
    background-color: #c51010;
    color: #fff;
    font-size: 12px;
    height: 27px;
    left: 130px;
    line-height: 27px;
    padding: 0 10% 0 20px;
    position: absolute;
    top: 43px
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxTitle {
    background-color: #b2afaf;
    color: #000;
    font-size: 18px;
    height: 30px;
    left: 130px;
    line-height: 30px;
    padding: 0 20px;
    position: absolute;
    top: 11px
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxTitle:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b2afaf #b2afaf;
    border-image: none;
    border-style: solid;
    border-width: 15px 11px;
    content: " ";
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxAvatar {
    left: 35px;
    position: absolute;
    top: -25px;
    z-index: 3
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxAvatar img {
    height: 95px !important;
    width: 95px !important
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxAvatar:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #878181 #878181;
    border-image: none;
    border-style: solid;
    border-width: 12.5px;
    content: " ";
    position: absolute;
    right: -24px;
    top: 0;
    z-index: 1
}

.VCCharacterBox[data-type="three"] .VCCharacterBoxContent {
    background-color: #e5eeeb;
    color: #710000;
    font-size: 17px;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="four"] {
    background-color: #dadada
}

.VCCharacterBox[data-type="four"].VCCharacterBoxOuter {
    border: medium solid #b5b5b5
}

.VCCharacterBox[data-type="four"].VCCharacterBoxOuter {
    border-width: 1px
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxInner {
    padding: 85px 0 0;
    position: relative
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxHead {
    height: 83px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="four"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxDescription {
    color: #040304;
    font-size: 13px;
    height: 30px;
    left: 130px;
    line-height: 30px;
    position: absolute;
    top: 45px
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxTitle {
    color: #ba2a2a;
    font-size: 25px;
    height: 33px;
    left: 110px;
    line-height: 33px;
    padding: 0 20px;
    position: absolute;
    top: 15px
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxAvatar {
    left: 10px;
    position: absolute;
    top: -25px;
    z-index: 3
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxAvatar img {
    height: 107px !important;
    width: 107px !important
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxAvatar:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #878181 #878181;
    border-image: none;
    border-style: solid;
    border-width: 12.5px;
    content: " ";
    position: absolute;
    right: -24px;
    top: 0;
    z-index: 1
}

.VCCharacterBox[data-type="four"] .VCCharacterBoxContent {
    color: #474545;
    font-size: 17px;
    padding: 20px 0 20px 30px
}

.VCCharacterBox[data-type="five"].VCCharacterBoxOuter,
.VCCharacterBox[data-type="five"] .VCCharacterBoxInner {
    border: medium solid #007f74
}

.VCCharacterBox[data-type="five"].VCCharacterBoxOuter {
    border-width: 1px 1px 1px 18px
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxInner {
    border-width: 0 0 0 4px;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxHead {
    height: 120px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 100%
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="five"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxDescription {
    color: #007f74;
    font-size: 12px;
    left: 134px;
    position: absolute;
    top: 12px
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxTitle {
    background-color: #007f74;
    color: #fff;
    height: 33px;
    left: 134px;
    line-height: 33px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 37px;
    width: 100%;
    text-align: left
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxAvatar {
    position: absolute
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxAvatar img {
    height: 120px !important;
    width: 134px !important
}

.VCCharacterBox[data-type="five"] .VCCharacterBoxAvatar:before {
    background: url("https://static.mediacdn.vn/webthethao/web_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
}

.VCCharacterBox[data-type="six"].VCCharacterBoxOuter {
    border-width: 1px
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxInner {
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxHead {
    height: 116px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 100%
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxTitle,
.VCCharacterBox[data-type="six"] .VCCharacterBoxDescription {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxDescription {
    color: #000;
    font-size: 12px;
    left: 145px;
    position: absolute;
    top: 20px
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxTitle {
    background-color: #2f4a5f;
    color: #fff;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding: 0 0 0 150px;
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: left
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxAvatar {
    left: 7px;
    position: absolute;
    top: 3px;
    z-index: 3
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxAvatar img {
    height: 107px !important;
    width: 125px !important
}

.VCCharacterBox[data-type="six"] .VCCharacterBoxAvatar:before {
    background: url("https://static.mediacdn.vn/webthethao/web_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
}

.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(https://static.mediacdn.vn/webthethao/web_images/icon-nxt-link.png) 78px center no-repeat;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    background-size: 27px
}

.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("https://static.mediacdn.vn/webthethao/web_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 #a10000;
    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
}

.VCSortableInPreviewMode[type="attachfile"] .file-download-link {
    border: 1px solid;
    border-radius: 4px;
    min-width: 100px;
    display: inline-block;
    padding: 10px 15px;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-color: #ced0d4;
    color: #4b4f56;
    background: #f6f7f9;
    text-transform: uppercase;
    text-align: center
}

.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
}

.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%
}

.entry-body.normal .widget-box.alignCenterOverflow {
    margin-left: 0;
    margin-right: -20px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px)
}

.before-after {
    width: 100% !important
}

.before-after {
    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, .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: .6s;
    -webkit-transition: .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=Vote] .VCListVoteAnswers {
    text-align: left
}

.VCSortableInPreviewMode[type=Vote] .VCListVoteAnswers span label {
    font-family: Arial;
    font-size: 12px;
    color: #555
}

.VCSortableInPreviewMode[type=Vote] {
    font-family: 'Times New Roman'
}

.VCSortableInPreviewMode[type=Vote] .VCListVoteAnswers span {
    display: inline-block;
    padding-right: 10px;
    clear: both;
    position: relative
}

.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, .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, .3), 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px rgba(255, 255, 255, .3), 0 1px 2px rgba(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, .7);
    text-shadow: 0 1px rgba(255, 255, 255, .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=Vote] .VCPollFooter .VCPollSubmit {
    background: transparent url(https://ims.mediacdn.vn/imsv2/plugins/statics/images/pollvote/pollvotesubmitbg_new.png) center center no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    color: transparent
}

.VCSortableInPreviewMode[type=Vote] .VCPollFooter .VCPollViewResult {
    background: transparent url(https://ims.mediacdn.vn/imsv2/plugins/statics/images/pollvote/pollvoteviewresultbg_new.png) center center no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    margin-left: 10px;
    color: transparent
}

.VCSortableInPreviewMode[type=Vote] .VCPollFooter .VCPollViewResult img,
.VCSortableInPreviewMode[type=Vote] .VCPollFooter .VCPollSubmit img {
    display: none
}

.VCSortableInPreviewMode[type=BoxTable] {
    overflow-x: auto
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #00539d;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports(padding:max(0)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right))max(25px, env(safe-area-inset-bottom))max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media(max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports(padding:max(0)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #00539d;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media(max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.widget-box.alignRight {
    float: right !important;
    width: 45% !important
}

.widget-box.alignLeft {
    float: left !important;
    width: 45% !important
}

.widget-box {
    display: block;
    margin: 0 auto 15px;
    word-wrap: break-word;
    position: relative;
    padding: 10px;
    line-height: 1.4;
    font-weight: 300;
    z-index: 1
}

.widget-box.active {
    outline: rgba(228, 156, 90, .5) solid 1px
}

.widget-box:before,
.widget-box:after {
    content: '';
    display: table
}

.widget-box:after {
    clear: both
}

.widget-box .half {
    width: 50%;
    min-height: 30px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget-box img {
    margin: 20px 0 15px;
    max-width: 100%
}

.widget-box .half.three-thumb>img,
.widget-box .half.three-thumb>span,
.widget-box .half.three-thumb>a {
    display: inline-block;
    width: calc(100%/3 - 15px);
    margin-right: 15px;
    position: relative
}

.widget-box .half.three-thumb>img,
.widget-box .half.three-thumb>span,
.widget-box .half.three-thumb>a {
    position: relative;
    padding-bottom: calc(100%/3 - 15px);
    height: 0
}

.widget-box .half.three-thumb>img>img,
.widget-box .half.three-thumb>span>img,
.widget-box .half.three-thumb>a>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.widget-box p {
    margin: 15px 0;
    font-size: inherit;
    line-height: 1.4;
    font-weight: 300
}

.widget-box h1 {
    font-size: 2.36em;
    margin: .4em 0;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4
}

.widget-box h1 h3 {
    font-size: 1.73em;
    margin: .7em 0;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4
}

.widget-box .widget-column {
    min-height: 30px;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget-box .third {
    width: 33.3%
}

.widget-box figure {
    margin: 0
}

.widget-box figure figcaption {
    display: block
}

.widget-box .full {
    width: 100%
}

.widget-box .fourth {
    width: 25%
}

.widget-box .two-third {
    width: 66.7%
}

.widget-box .full .display {
    margin-bottom: .5em
}

.widget-box .full .center {
    text-align: center
}

.widget-box .full .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.widget-box .full .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.widget-box .full .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.widget-box.width100 {
    width: 100%
}

.widget-box .full .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.widget-column-4:before,
.widget-column-4:after {
    content: " ";
    display: table
}

.widget-column-4:after {
    clear: both
}

.widget-column-4 {
    width: 33.333333%;
    float: left;
    display: block
}

.embed-responsive.embed-responsive-square {
    padding-bottom: 100% !important
}

.embed-responsive-square>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.widget-box[data-type^="vne_quote"] .quote-content::before,
.widget-box[data-type^="vne_quote"] .quote-content::after {
    content: ' ';
    display: table
}

.widget-box[data-type^="vne_quote"] .quote-content::after {
    clear: both
}

.widget-box[data-type^="vne_quote"] .quote-content {
    font-family: Roboto;
    font-weight: bold;
    color: #808080;
    text-align: justify;
    line-height: 1.5;
    margin-left: 36px;
    margin-right: 36px;
    margin-top: 5px;
    padding: 0
}

.widget-box[data-type^="vne_quote"] .quote-content.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, .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 img {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%
}

.widget-box .radius-img-sm {
    width: 180px;
    height: 180px;
    margin: 10px auto
}

@font-face {
    font-family: "RobotoSlab";
    font-style: normal;
    src: url('https://static.mediacdn.vn/webthethao/web_font/RobotoSlab-Regular.woff2') format('woff2'), url('https://static.mediacdn.vn/webthethao/web_font/RobotoSlab-Regular.woff') format('woff'), url('https://static.mediacdn.vn/webthethao/web_font/RobotoSlab-Regular.ttf') format('truetype'), url('https://static.mediacdn.vn/webthethao/web_font/RobotoSlab-Regular.eot?') format('embedded-opentype')
}

@font-face {
    font-family: "RobotoSlab-Bold";
    font-weight: normal;
    font-style: normal;
    src: url('https://static.mediacdn.vn/webthethao/web_font/RobotoSlab-Bold.woff2') format('woff2'), url('https://static.mediacdn.vn/webthethao/web_font/RobotoSlab-Bold.woff') format('woff'), url('https://static.mediacdn.vn/webthethao/web_font/RobotoSlab-Bold.ttf') format('truetype'), url('https://static.mediacdn.vn/webthethao/web_font/RobotoSlab-Bold.eot?') format('embedded-opentype')
}

.title-sapo-info .txtTitle {
    font-weight: normal;
    font-style: normal;
    color: #222;
    font-size: 32px;
    line-height: 36px;
    font-family: RobotoSlab-Bold
}

.title-sapo-info .txtSapo {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    font-family: RobotoSlab-Bold;
    font-weight: normal;
    color: #111
}

.vceditor-content {
    font-size: 16px;
    color: #333;
    font-family: Arial;
    -webkit-font-smoothing: initial
}

.vceditor-content>p {
    margin-bottom: 15px
}

.vceditor-content .PhotoCMS_Caption,
.vceditor-content .PhotoCMS_Caption p,
.vceditor-content .VideoCMS_Caption,
.vceditor-content .VideoCMS_Caption p {
    margin-top: 0 !important;
    max-width: 100%;
    font-family: Arial;
    text-align: left;
    margin: 0 auto
}

.vceditor-content .PhotoCMS_Caption,
.vceditor-content .VideoCMS_Caption,
.vceditor-content .caption_image {
    background: #ebebeb;
    padding: 5px 10px;
    margin-top: 0 !important;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Arial;
    text-align: left;
    font-style: italic;
    color: #1d1d1d
}

.vceditor-content .caption_image {
    margin-bottom: 15px
}

.vceditor-content figure img {
    width: 100%;
    height: auto
}

.vceditor-content video {
    max-width: 100%;
    height: auto
}

.link-content-footer a {
    font-size: 22px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left
}

.vceditor-content .VCSortableInPreviewMode[type="Photo"] img[type="photo"] {
    width: 100%
}

.totaldetail {
    width: 100%;
    float: left
}

.totaldetail .contentleft {
    width: 710px
}

.totaldetail .title {
    font-size: 39px;
    line-height: 45px;
    color: #000;
    text-align: center;
    font-family: RobotoBold;
    font-weight: normal;
    position: relative
}

.totaldetail .sapo {
    color: #666;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    margin-top: 18px
}

.totaldetail .sharemxhtop {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px
}

.totaldetail .imgdetail {
    width: 100%;
    float: left;
    margin-bottom: 18px
}

.totaldetail .imgdetail p {
    color: #808080;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    width: 100%;
    text-align: center
}

.totaldetail .imgdetail img {
    width: 710px;
    height: 400px
}

.totaldetail .boxcontent {
    width: 100%
}

.totaldetail .author {
    margin-left: 55px;
    float: left;
    width: 600px
}

.totaldetail.slide .author {
    margin-left: 0;
    text-align: center;
    margin-top: 18px;
    width: 100%
}

.totaldetail .author .name a,
.totaldetail .author .name {
    color: #d10a11;
    font-family: RobotoCondensedBold;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal
}

.totaldetail .author .time {
    color: #333;
    margin-top: 4px;
    font-size: 13px
}

.totaldetail .contentdetail {
    float: right;
    width: 600px;
    font-family: NotoSerifRegular, Roboto, Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-right: 55px;
    font-size: 17px;
    color: #333;
    line-height: 24px
}

.contentdetail .quota1 {
    padding: 20px 10px;
    padding-bottom: 0
}

.contentdetail .quota1 .phay {
    float: left;
    width: 52px;
    text-align: center
}

.contentdetail .quota1 ul {
    float: left;
    width: 464px
}

.contentdetail .quota1 ul li a {
    font-family: RobotoBold;
    color: #333;
    font-size: 16px;
    font-weight: normal
}

.contentdetail .quota1 ul li.top a {
    color: #808080;
    font-size: 18px
}

.contentdetail .quota1 ul li.top {
    border: none;
    margin: 0;
    padding: 0
}

.contentdetail .quota1 ul li {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 6px;
    padding-top: 5px;
    margin-top: 7px
}

.contentdetail .quota2 {
    padding: 10px
}

.contentdetail .quota2 ul {
    width: 395px;
    margin-left: 73px
}

.contentdetail .quota2 ul li a {
    font-family: RobotoBold;
    color: #808080;
    font-size: 18px;
    font-weight: normal
}

.contentdetail .quota2 ul li {
    border-top: 1px solid #c0c0c0;
    padding-top: 10px;
    margin-top: 10px;
    position: relative
}

.contentdetail .quota2 ul li:before {
    content: "";
    position: absolute;
    top: 19px;
    left: -19px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #ca1f43
}

.contentdetail .quota2 ul li.top {
    border: none
}

.totaldetail .PhotoCMS_Caption,
.totaldetail .PhotoCMS_Caption p,
.totaldetail .VideoCMS_Caption,
.totaldetail .VideoCMS_Caption p,
.totaldetail .LayoutAlbumCaption {
    color: #808080 !important;
    font-size: 15px !important;
    margin-top: 7px !important;
    width: 100%;
    max-width: 710px;
    font-family: Arial;
    text-align: center;
    margin: 0 auto
}

.totaldetail .VCSortableInPreviewMode.alignCenterOverflow,
.totaldetail .widget-box.alignCenterOverflow {
    width: 710px;
    margin-left: -55px
}

.totaldetail .VCSortableInPreviewMode.alignCenter,
.totaldetail .widget-box.alignCenter {
    margin: auto;
    margin-left: -55px
}

.totaldetail .contentdetail p {
    margin-bottom: 1.28em;
    line-height: 1.5;
    color: #231f20;
    font-size: 17px
}

.totaldetail .sharemxhbot {
    margin-top: 17px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6
}

.totaldetail .tag {
    width: 100%;
    float: left;
    font-family: RobotoCondensedRegular;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px
}

.totaldetail .tag span {
    font-family: RobotoCondensedBold;
    color: #d10a11;
    font-weight: normal
}

.totaldetail .tag a {
    color: #666;
    font-weight: normal
}

.totaldetail .tag a,
.totaldetail .tag span {
    margin-right: 7px
}

.totaldetail .tinlienquan {
    width: 100%;
    float: left;
    margin-bottom: 16px
}

.totaldetail .tinlienquan .tab {
    font-family: RobotoCondensedBold;
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    color: #bf0e14;
    font-weight: normal
}

.totaldetail .tinlienquan .tab a {
    font-weight: normal
}

.totaldetail .tinlienquan ul {
    width: 100%;
    float: left;
    margin-top: 16px
}

.totaldetail .tinlienquan ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left
}

.totaldetail .tinlienquan ul li img {
    width: 125px;
    height: 70px;
    margin-right: 10px;
    float: left
}

.totaldetail .tinlienquan ul li.last {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.totaldetail .tinlienquan ul li a.title {
    font-family: RobotoBold;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    font-weight: normal;
    position: relative;
    padding-left: 15px
}

.totaldetail .tinlienquan ul li a:before {
    content: "";
    position: absolute;
    background: #d10a11;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0;
    top: 7px
}

.totaldetail .tinlienquan ul li p.authortlq {
    font-family: RobotoCondensedBold;
    font-size: 12px;
    color: #808080;
    margin-bottom: 6px;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: normal
}

.totaldetail .tinlienquan ul li p.authortlq a {
    font-weight: normal
}

.totaldetail .tinlienquan ul li p.sapotlq {
    color: #787878;
    line-height: 21px;
    font-size: 14px;
    float: right;
    width: 620px
}

.totaldetail .threadbotdetail {
    width: 100%;
    margin-top: 19px;
    overflow: hidden;
    margin-bottom: 16px
}

.totaldetail .threadbotdetail .tab {
    font-family: RobotoCondensedBold;
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    color: #bf0e14;
    font-weight: normal
}

.totaldetail .threadbotdetail .tab a {
    color: #d10a11;
    font-weight: normal
}

.totaldetail .threadbotdetail ul {
    width: 100%;
    float: left;
    margin-top: 16px
}

.totaldetail .threadbotdetail ul li {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: solid 1px #e5e5e5
}

.totaldetail .threadbotdetail ul li:first-child {
    padding-top: 0
}

.totaldetail .threadbotdetail ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.totaldetail .threadbotdetail ul li a.title {
    color: #2b2b2b;
    font-family: RobotoMedium;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    position: relative;
    padding-left: 15px
}

.totaldetail .threadbotdetail ul li a:before {
    content: "";
    position: absolute;
    background: #d10a11;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0;
    top: 7px
}

.totaldetail .comment {
    width: 100%;
    float: left;
    margin-top: 15px
}

.totaldetail .comment .formcomment .tab {
    width: 100%;
    float: left;
    font-family: RobotoCondensedBold;
    color: #d10a11;
    font-size: 15px;
    margin-bottom: 11px;
    font-weight: normal
}

.totaldetail .comment .formcomment .tab a {
    font-weight: normal
}

.totaldetail .comment .formcomment .noidung {
    border: 1px solid #e6e6e6;
    width: 626px;
    padding: 6px;
    color: #666;
    font-size: 14px;
    height: 102px;
    margin-bottom: 8px
}

.totaldetail .comment .formcomment .info2 {
    width: 100%;
    float: left
}

.totaldetail .comment .formcomment .info2 .hoten,
.totaldetail .comment .info2 .email {
    border: 1px solid #e6e6e6;
    padding: 1px 4px;
    width: 152px;
    color: #666;
    font-size: 13px
}

.totaldetail .comment .formcomment .info2 .email {
    margin-left: 32px
}

.totaldetail .comment .formcomment .info2 .guichungtoi {
    float: right;
    font-family: RobotoCondensedBold;
    color: #d10a11;
    font-size: 15px;
    display: inline-block;
    margin-top: 2px;
    font-weight: normal
}

.totaldetail .comment .formcomment .info2 .guichungtoi a {
    font-weight: normal
}

.totaldetail .comment .formcomment p {
    color: #666;
    margin-top: 7px;
    line-height: 17px;
    font-size: 13px;
    width: 100%;
    float: left
}

.totaldetail .formcomment {
    width: 640px;
    float: left;
    background: #f2f2f2;
    padding: 12px 10px
}

.totaldetail .tabchoisecm {
    width: 100%;
    float: left;
    font-family: RobotoCondensedRegular;
    font-size: 15px;
    color: #ccc;
    background: #909090;
    text-align: center;
    height: 25px;
    line-height: 26px;
    margin-top: 10px
}

.totaldetail .tabchoisecm span {
    cursor: pointer;
    margin: 0 5px
}

.totaldetail .tabchoisecm span:hover,
.totaldetail .tabchoisecm span.active {
    color: #fff
}

.totaldetail .focuszonebotdetail {
    width: 100%;
    float: left;
    margin-top: 18px
}

.totaldetail .focuszonebotdetail .tab {
    font-family: RobotoCondensedBold;
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    color: #bf0e14;
    font-weight: normal
}

.totaldetail .focuszonebotdetail .tab span {
    color: #909090
}

.totaldetail .focuszonebotdetail .tab a {
    color: #d10a11;
    font-weight: normal
}

.totaldetail .focuszonebotdetail ul {
    width: 100%;
    float: left
}

.totaldetail .focuszonebotdetail ul li {
    width: 245px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px
}

.totaldetail .focuszonebotdetail ul li.last {
    margin-right: 0
}

.totaldetail .focuszonebotdetail ul li img {
    width: 245px;
    height: 138px;
    float: left;
    margin-bottom: 6px
}

.totaldetail .focuszonebotdetail ul li.last {
    border: none
}

.totaldetail .focuszonebotdetail ul li a.title {
    color: #2b2b2b;
    font-family: RobotoMedium;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal
}

.totaldetail .listcomment {
    width: 100%;
    float: left
}

.totaldetail .listcomment li {
    width: 640px;
    padding: 10px;
    background: #f2f2f2;
    float: left;
    margin-bottom: 10px
}

.totaldetail .listcomment .infotop {
    width: 100%;
    float: left
}

.totaldetail .listcomment .infotop .name {
    width: 50%;
    float: left;
    color: #333;
    font-family: RobotoBold;
    font-size: 15px;
    font-weight: normal
}

.totaldetail .listcomment .infotop .reandlike {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 3px
}

.totaldetail .listcomment .infotop .reandlike .traloi {
    color: #d10a11;
    font-family: RobotoBold;
    font-weight: normal;
    font-size: 13px;
    margin-right: 12px
}

.totaldetail .listcomment .infotop .reandlike .thich {
    color: #d10a11;
    font-size: 12.3px
}

.totaldetail .listcomment .infotop .reandlike .countlike {
    color: #d10a11;
    font-size: 12.3px
}

.totaldetail .listcomment li p {
    font-size: 13px;
    color: #666;
    width: 100%;
    float: left;
    margin-top: 2px;
    margin-bottom: 15px
}

.totaldetail .listcomment li .contentcomment {
    color: #666;
    width: 100%;
    float: left;
    font-size: 15px
}

.totaldetail .listcomment {
    width: 100%;
    float: left
}

.totaldetail .listcomment li {
    width: 640px;
    padding: 10px;
    background: #f2f2f2;
    float: left
}

.totaldetail .listcomment .infotop {
    width: 100%;
    float: left
}

.totaldetail .listcomment .infotop .name {
    width: 50%;
    float: left;
    color: #333;
    font-family: RobotoBold;
    font-weight: normal;
    font-size: 15px
}

.totaldetail .listcomment .infotop .reandlike {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 3px
}

.totaldetail .listcomment .infotop .reandlike .traloi {
    color: #d10a11;
    font-family: RobotoBold;
    font-size: 13px;
    margin-right: 12px;
    font-weight: normal
}

.totaldetail .listcomment .infotop .reandlike .thich {
    color: #d10a11;
    font-size: 12.3px
}

.totaldetail .listcomment .infotop .reandlike .countlike {
    color: #d10a11;
    font-size: 12.3px
}

.totaldetail .listcomment li p {
    font-size: 13px;
    color: #666;
    width: 100%;
    float: left;
    margin-top: 2px;
    margin-bottom: 15px
}

.totaldetail .listcomment li .contentcomment {
    color: #666;
    width: 100%;
    float: left;
    font-size: 15px
}

.totaldetail.infographic .author {
    width: 100%;
    margin-left: 0;
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 11px;
    margin-bottom: 10px
}

.totaldetail.infographic .author .name span {
    font-family: RobotoCondensedBold;
    font-size: 16px;
    color: #808080;
    text-transform: uppercase;
    font-weight: normal
}

.totaldetail.infographic .author .name span a {
    font-weight: normal
}

.totaldetail.infographic .contentdetail {
    width: 100%
}

.totaldetail.magazine .author {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding-bottom: 11px;
    margin-bottom: 10px
}

.totaldetail.magazine .contentdetail {
    width: 100%;
    margin-right: 0
}

.totaldetail.magazine .author .name span {
    font-family: RobotoCondensedBold;
    font-size: 16px;
    color: #808080;
    text-transform: uppercase;
    font-weight: normal
}

.totaldetail.magazine .author .name span {
    font-weight: normal
}

.totaldetail.magazine .magazine-infol {
    width: 460px;
    float: left;
    padding: 15px
}

.totaldetail.magazine .magazine-infor {
    width: 490px;
    float: right
}

.totaldetail.magazine .magazine-infor img {
    width: 490px;
    height: 643px
}

.totaldetail.magazine .magazine-infol .logo_magazine {
    width: 150px;
    height: 33px;
    margin-top: 140px;
    margin-bottom: 20px
}

.totaldetail.magazine .magazine-infol .logo_magazine img {
    width: 150px;
    height: 33px;
    margin-left: 143px
}

.totaldetail.magazine .sapo {
    margin-top: 15px
}

.totaldetail.magazine .boxcontent {
    float: left;
    border-top: 1px solid #999;
    margin-top: 19px;
    padding-top: 5px
}

.totaldetail.magazine .contentdetail p {
    margin-left: 220px;
    margin-right: 220px
}

.fancybox-opening {
    opacity: 1;
    display: block
}

.fancybox-type-image a.fancybox-close,
.fancybox-type-image a.fancybox-expand,
.fancybox-type-image a.fancybox-nav span {
    display: none
}

.fancybox-type-image a.fancybox-close:after {
    display: block;
    width: 18px;
    height: 18px;
    top: 10px;
    right: -40px;
    padding: 5px;
    content: ''
}

.fancybox-closing {
    opacity: 0 !important
}

.fancybox-image {
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out
}

.LayoutAlbumWrapper img {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in
}

.fancybox-next,
.lightbox .lb-next {
    cursor: url(https://static.mediacdn.vn/webthethao/web_images/sp-next-cursor.png), auto !important
}

.fancybox-prev,
.lightbox .lb-prev {
    cursor: url(https://static.mediacdn.vn/webthethao/web_images/sp-prev-cursor.png), auto !important
}

.fancybox-expand {
    display: none
}

.fancybox-title-outside-wrap {
    width: auto;
    color: #e9ebee;
    text-shadow: none !important;
    padding-top: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 19px;
    padding-right: 20px
}

.detail-img-lightbox {
    cursor: zoom-in;
    display: block
}

.totaldetail .boxcattype3right ul li .boxcattype3right-title {
    color: #000
}

.totaldetail .contentdetail .VCSortableInPreviewMode[type="VideoStream"].alignCenterOverflow {
    width: 710px;
    margin-left: -55px
}

.totaldetail .contentdetail .VCSortableInPreviewMode[type="insertembedcode"] {
    max-width: 710px;
    margin-left: -55px
}

.totaldetail.size-l .contentright {
    display: none
}

.totaldetail.size-l .contentleft {
    width: 1040px
}

.totaldetail.size-l .title,
.totaldetail.size-l .sapo {
    width: 710px;
    margin: 0 auto
}

.totaldetail.size-l .sapo {
    margin-top: 18px
}

.totaldetail.size-l .imgdetail img {
    width: 1040px;
    height: auto
}

.totaldetail.size-l .author,
.totaldetail.size-l .contentdetail {
    margin: 0 auto;
    float: none
}

.totaldetail.size-l .contentdetail {
    margin-top: 20px
}

.totaldetail.size-l .contentdetail .VCSortableInPreviewMode[type=LayoutAlbum] {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.totaldetail.size-l .VCSortableInPreviewMode.alignCenterOverflow,
.totaldetail.size-l .widget-box.alignCenterOverflow,
.totaldetail.size-l .contentdetail .VCSortableInPreviewMode[type=LayoutAlbum].alignCenterOverflow {
    width: 1040px;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: -220px
}

.totaldetail.size-l .VCSortableInPreviewMode.alignRight,
.totaldetail.size-l .widget-box.alignRight {
    float: right;
    margin: 0 !important;
    margin-left: 15px !important;
    width: 45% !important;
    z-index: 95 !important
}

.totaldetail.size-l .VCSortableInPreviewMode.alignRightOverflow,
.totaldetail.size-l .widget-box.alignRightOverflow {
    float: right;
    margin: 0 !important;
    margin-right: -35px !important;
    width: 450px !important;
    margin-left: 20px !important
}

.totaldetail.size-l .VCSortableInPreviewMode.alignLeftOverflow,
.totaldetail.size-l .widget-box.alignLeftOverflow {
    float: left;
    margin: 0 !important;
    margin-left: -55px !important;
    margin-right: 20px !important;
    width: 450px !important
}

.totaldetail.size-l .VCSortableInPreviewMode.alignLeft,
.totaldetail.size-l .widget-box.alignLeft {
    float: left;
    margin: 0 !important;
    margin-right: 20px !important;
    width: 45% !important;
    z-index: 95 !important
}

.totaldetail.size-l .VCSortableInPreviewMode.alignCenter,
.totaldetail.size-l .widget-box.alignCenter {
    margin: auto
}

.totaldetail.size-l .VCSortableInPreviewMode.alignJustifyFull,
.totaldetail.size-l .widget-box.alignJustifyFull,
.totaldetail.size-l .contentdetail .VCSortableInPreviewMode[type=LayoutAlbum].alignJustifyFull {
    margin-left: calc(50% - 50vw);
    width: 100vw
}

.totaldetail.size-l .VCSortableInPreviewMode.alignJustifyFull img {
    width: 100vw
}

.read-more-notification {
    position: fixed;
    bottom: 0;
    padding: 0 0;
    height: 50px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    z-index: 100000;
    width: 1038px
}

.read-more-notification .btnReadMoreNews {
    padding-left: 30px;
    padding-right: 30px
}

.read-more-notification a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-family: RobotoCondensedBold;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.read-more-notification .btnReadMoreNews span {
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: RobotoCondensedBold;
    font-size: 18px;
    font-weight: normal;
    color: #bf0e14;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.read-more-notification .btnReadMoreNews a span {
    text-align: left
}

.read-more-notification .btnReadMoreNews span:before {
    content: "Äá»c tiáº¿p:";
    font-weight: normal;
    color: #888;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 10px
}