.Slide .item   {
        text-align:  center;
		width: 100%
}
  .post-content h2 {
    font-family: Tahoma!important;
    font-size: 14px!important;
    line-height: 25px!important;
    padding-bottom: 5px!important;
}
#qd-audio-player audio {
    width: 98%}
#cm-audio-player audio {
    width: 98%}
.tboxaudio {
    padding: 10px;
    border-top: 1px solid #dedee0;
}


.bboxaudio {
    margin-top: 6px;
    padding-top: 12px;
    padding-bottom: 10px;
}
.viewtd1 {
    height: 170px;
}
.khoi2 {
    border-top: 1px solid #DEDEDE;
}
.photo-imgs {
    padding-left: 5px;
    padding-top: 1px;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important;
}
.lSSlideWrapper .lSFade > .active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0;
    transition: all .5s linear 0;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: .8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0 .35s linear 0;
    transition: border-radius .12s linear 0 .35s linear 0;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(controls1.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0;
    transition: opacity .35s linear 0;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0!important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute!important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100%!important;
    max-width: none!important;
}
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right!important;
}
@-webkit-keyframes rightEnd {
    0% {
    left: 0;
}
50% {
    left: -15px;
}
100% {
    left: 0;
}
}@keyframes rightEnd {
    0% {
    left: 0;
}
50% {
    left: -15px;
}
100% {
    left: 0;
}
}@-webkit-keyframes topEnd {
    0% {
    top: 0;
}
50% {
    top: -15px;
}
100% {
    top: 0;
}
}@keyframes topEnd {
    0% {
    top: 0;
}
50% {
    top: -15px;
}
100% {
    top: 0;
}
}@-webkit-keyframes leftEnd {
    0% {
    left: 0;
}
50% {
    left: 15px;
}
100% {
    left: 0;
}
}@keyframes leftEnd {
    0% {
    left: 0;
}
50% {
    left: 15px;
}
100% {
    left: 0;
}
}@-webkit-keyframes bottomEnd {
    0% {
    bottom: 0;
}
50% {
    bottom: -15px;
}
100% {
    bottom: 0;
}
}@keyframes bottomEnd {
    0% {
    bottom: 0;
}
50% {
    bottom: -15px;
}
100% {
    bottom: 0;
}
}.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative;
}
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
}
.lightSlider.lsGrabbing > * {
    cursor: move;
}
ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}
.demo .item {
    margin-bottom: 60px;
}
.content-slider li {
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}
.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}
.allimg {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 15px;
}
.ptitle {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 4px 10px 30px 7px;
    opacity: .8;
    color: #fff;
    background: #000;
    text-align: justify;
    font-family: Tahoma;
    font-size: 13px;
    width: 100%}
.post-titleslide {
    font-weight: 700;
    font-size: 20px;
    font-family: Arial;
    color: #004478!important;
    text-align: justify;
    padding-top: 10px;
    line-height: 24px;
}
.hinone h2 {
    font-family: Arial;
    display: block;
    color: #434343;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    padding-top: 10px;
}
.post-tag {
    margin-bottom: 15px;
}
.title-tag {
    background: url(../images/tag_blue.png) no-repeat;
    padding-left: 20px;
    font: 600 13px/18px Roboto;
    color: #000;
    color: #da0100;
    text-transform: uppercase;
}
.post-tag a {
    background: #e0e0e0;
    padding: 2px 6px;
    margin: 0 2px;
}
.imgMain {
    overflow: hidden;
}
.imgMain img {
    width: 100%}
.hinone h2 {
    padding-bottom: 10px;
}
span.post-subinfo {
    position: absolute;
}
.col-md-5.col-xs-12.ismages1 {
    padding-left: 9px;
}
.cm {
    float: left;
}
.body {
    background: #fff;
}
.clear {
    display: block;
    clear: both;
}
.height-10 {
    height: 10px;
}
.xerror {
    display: block;
    font: italic 12px/24px Roboto;
    color: #c9302c;
}
.i-line-dashed {
    height: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    display: block;
}
.iblue {
    background: #3176b1;
}
.ired {
    background: #d2322d;
}
.iorange {
    background: #ed9c27;
}
.isky {
    background: #39b4d7;
}
.igreen {
    background: #47a447;
}
.igray {
    background: #ddd;
}
.color-white {
    color: #fff!important;
}
.color-red {
    color: #d2322d!important;
}
.img-gif {
    max-width: 98%!important;
}
.psanh-title {
    padding-bottom: 5px;
}
.Slide .item h3 {
    min-height: 50px;
    padding-bottom: 5px;
     text-align: left;
}
.Slide .item h3 a {
    color: #004478;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.Slide .item .imgslide {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.color-orange {
    color: #ed9c27!important;
}
.color-sky {
    color: #39b4d7!important;
}
.color-green {
    color: #47a447!important;
}
.color-gray {
    color: #ddd!important;
}
.f0d5 {
    font-size: .5em;
}
.f0d6 {
    font-size: .6em;
}
.f0d7 {
    font-size: .7em;
}
.f0d8 {
    font-size: .8em;
}
.f0d9 {
    font-size: .9em;
}
.f1d0 {
    font-size: 1em;
}
.f1d1 {
    font-size: 1.1em;
}
.f1d2 {
    font-size: 1.2em;
}
.f1d3 {
    font-size: 1.3em;
}
.f1d4 {
    font-size: 1.4em;
}
.f1d5 {
    font-size: 1.5em;
}
.f1d6 {
    font-size: 1.6em;
}
.f1d7 {
    font-size: 1.7em;
}
.f1d8, .f-1d8 {
    font-size: 1.8em;
}
.f1d9 {
    font-size: 1.9em;
}
.f2d0 {
    font-size: 2em;
}
.icicle {
    border-radius: 50%}
.post-slide .w-slide-title {
    padding: 14px 0;
}
.post-slide .w-slide-title h3 {
    font: 600 18px/20px Arial;
    color: #000;
}
.post-slide .w-slide-box {
    background: #fff;
    margin-bottom: 10px;
}
.post-slide .list-lasted .w-item {
    padding: 10px;
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    margin-bottom: 14px;
    text-align: justify;
}
.w-img {
    margin-right: 10px;
}
.post-slide {
    padding: 0 10px;
    box-sizing: border-box;
}
.post-slide .list-lasted .w-item .w-other {
    margin-top: 7px;
}
.w-number {
    font-size: 11px;
    color: #555;
    display: inline-block;
    margin-left: 3px;
}
.post-slide .list-lasted .w-item a {
    font: 500 13px/18px Roboto;
    color: #000;
}
.post-slide .list-lasted .w-item a:hover {
    color: #da0100;
}
.post-slide .noibats {
    height: 35px;
    line-height: 35px;
}
.post-slide .noibats span {
    color: #de151c;
    font-size: 13px;
    font-family: Tahoma;
    font-weight: 700;
    padding: 3px 0 0 27px;
    background: url(../images/LOGO1.jpg)left 0 no-repeat;
}
.cn-post-slide .w-slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    padding: 10px;
    text-align: justify;
}
.cn-post-slide .w-slide-title h3 {
    font: 500 16px/20px Roboto;
    color: #fff;
    margin-bottom: 10px;
}
.cn-post-slide .w-slide-box {
    margin-bottom: 14px;
}
.cn-post-slide .list-lasted .w-item {
    padding: 10px;
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    margin-bottom: 14px;
    text-align: justify;
}
.cn-post-slide .list-lasted .w-item .w-other {
    margin-top: 7px;
}
.cn-post-slide .carousel-indicators {
    bottom: -3px!important;
}
.textsizer-classnames {
    margin-bottom: 6px;
}
#textsizer-classnames p {
    display: inline;
}
ul.textresizer {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}
ul.textresizer li {
    display: inline;
    margin: 0;
    margin-right: 5px;
    padding: 0;
}
ul.textresizer a {
    border: solid 1px #999;
    padding: 2px 3px;
    font-weight: 700;
    text-decoration: none;
}
ul.textresizer a:hover {
    background: #e5e5e5;
    border: solid 1px #ccc;
}
ul.textresizer .small-text {
    font-size: 10px!important;
}
ul.textresizer .medium-text {
    font-size: 12px!important;
}
ul.textresizer .large-text {
    font-size: 14px!important;
}
ul.textresizer .larger-text {
    font-size: 18px!important;
}
ul.textresizer a.textresizer-active {
    border: solid 1px #2b562b;
    background: #ffca6f;
    color: #000;
}
.noti_Container {
    position: relative;
    border: 0 solid blue;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 7px;
}
.noti_bubble {
    position: absolute;
    top: -8px;
    right: -6px;
    padding-right: 2px;
    padding-left: 2px;
    background-color: red;
    color: #fff;
    font-weight: 700;
    font-size: .8em;
    border-radius: 2px;
    box-shadow: 1px 1px 1px gray;
}
.contextMenu {
    position: absolute;
    min-width: 150px;
    width: auto;
    z-index: 99999;
    border: solid 1px #CCC;
    background: #EEE;
    padding: 0;
    margin: 0;
    display: none;
    text-align: left;
}
.contextMenu LI {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contextMenu A {
    color: #3b5998;
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    background-position: 6px center;
    background-repeat: no-repeat;
    outline: none;
    padding: 1px 5px 1px 28px;
}
.contextMenu LI.hover A {
    color: #3b5998;
    background-color: #d8dfea;
}
.contextMenu LI.separator {
    border-top: solid 1px #CCC;
}
.contextMenu A .content {
    color: #3b5998;
    font-size: 11px;
    font-weight: 400;
}
.contextMenu LI.fontname A {
    background-image: url(unchecked.gif);
}
.post-tieudiem {
    background: #fafde3;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    margin-bottom: 14px;
}
.post-tieudiem .w-head {
    border-top: 2px solid #cd0908;
    border-bottom: 1px dashed #7f7f7f;
    padding: 0 10px;
}
.post-tieudiem .w-head .w-title {
    color: #cd0908;
    text-transform: uppercase;
    font: 600 15px/32px Roboto;
}
.post-tieudiem .w-head i {
    font-weight: 600;
    margin-left: 5px;
}
.post-tieudiem .w-content {
    padding: 10px;
}
.post-tieudiem .w-first-box {
    position: relative;
}
.post-tieudiem .w-first-box .w-link {
    font: 500 14px/18px Roboto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.post-tieudiem .w-last .w-link {
    padding: 8px 0;
    border-bottom: 1px solid #d9d4c5;
}
.post-tieudiem .w-last .w-link:last-child {
    border: 0;
}
.post-tieudiem .w-last .w-link a:hover {
    color: #2c3190;
}
.post-home-category {
    margin-bottom: 14px;
}
.post-home-category .list-category {
    background: #0a7ea5;
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
}
.post-home-category .list-category ul li {
    display: inline-block;
}
.post-home-category .list-category .item-first {
    font: 600 15px/37px Roboto;
    color: #fff;
    margin-left: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}
.post-home-category .list-category .item-first .active {
    font: 600 15px/37px Roboto;
    color: #fff;
    text-transform: uppercase;
}
.post-home-category .list-category .ul li a:hover {
    color: #2c3190;
}
.post-home-category .list-category .item-first i {
    margin-left: 5px;
    font-weight: 600;
}
.post-home-category .list-category .item-cate {
    padding: 0 10px;
    color: #444;
}
.post-home-category .news-hot-cate {
    background: #fff;
    padding: 10px;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    height: 298px;
}
.post-home-category .news-cate-other {
    background: #fff;
    padding: 10px;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    height: 298px;
}
.post-home-category .news-cate-other .item-news {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
}
.post-home-category .news-cate-other .item-news:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.post-home-category .w-hot-link {
    margin: 5px 0;
}
.post-home-category .w-hot-link a {
    font: 400 17px/20px Roboto;
}
.post-home-categoryTB {
    background: #fafde3;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    margin-bottom: 14px;
    border-top: 2px solid #cd0908;
}
.post-home-categoryTB .list-category {
    height: 35px;
    overflow: hidden;
    border-bottom: 1px dashed #7f7f7f;
}
.post-home-categoryTB .list-category ul li {
    display: inline-block;
}
.post-home-categoryTB .list-category .item-first {
    font: 500 16px/37px Roboto;
    color: #ce0909;
    margin-top: -2px;
    margin-left: 10px;
    text-transform: uppercase;
}
.post-home-categoryTB .list-category .item-first .active {
    font: 600 16px/37px Roboto;
    color: #cd0908;
    text-transform: uppercase;
}
.post-home-categoryTB .list-category .ul li a:hover {
    color: #2c3190;
}
.post-home-categoryTB .list-category .item-first i {
    margin-left: 5px;
    font-weight: 600;
}
.post-home-categoryTB .list-category .item-cate {
    padding: 0 10px;
    color: #444;
}
.post-home-categoryTB .news-hot-cate {
    padding: 10px 10px 0;
}
.post-home-categoryTB .news-hot-cate .item-news {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.post-home-categoryTB .news-hot-cate .item-news .w-link {
    background: url(../images/iconew.png) top 3px left no-repeat;
    padding-left: 18px;
}
.post-home-categoryTB .news-cate-other {
    padding: 0 10px 10px;
}
.post-home-categoryTB .news-cate-other .w-link {
    background: url(../images/iconew.png) top 3px left no-repeat;
    padding-left: 18px;
}
.post-home-categoryTB .news-cate-other .item-news {
    margin-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e5e5e5;
}
.post-home-categoryTB .news-cate-other .item-news:last-child {
    border: 0;
}
.post-home-categoryTB .news-cate-other .item-news .fa {
    color: #3288c1;
    margin-right: 6px;
}
.post-home-categoryTB .news-cate-other .item-news a:hover {
    color: #ce0909;
}
.post-home-category .list-category ul li a {
    color: #fff;
}
.post-home-categoryTB .w-hot-link {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.post-home-categoryTB .w-hot-link a {
    font: 400 17px/20px Roboto;
}
.post-home-categoryTB .xzcontent {
    padding: 10px;
}
.post-home-categoryTB .xzcontent .xlable {
    font: 400 13px/20px Roboto;
    color: #666;
}
.post-home-categoryTB .xzcontent .xlable .xnumber {
    font: 500 13px/20px Roboto;
    color: #ce0909;
}
.post-home-categoryTB .xzcontent .xlable .xmail {
    font: italic 400 13px/20px Roboto;
    color: #000;
}
.post-home-categoryVB {
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    margin-bottom: 14px;
    border-top: 2px solid #c8c8c8;
}
.post-home-categoryVB .list-category {
    height: 35px;
    overflow: hidden;
    border-bottom: 1px dashed #7f7f7f;
}
.post-home-categoryVB .list-category ul li {
    display: inline-block;
}
.post-home-categoryVB .list-category .item-first {
    font: 500 16px/37px Roboto;
    color: #ce0909;
    margin-top: -2px;
    margin-left: 10px;
    text-transform: uppercase;
}
.post-home-categoryVB .list-category .item-first .active {
    font: 600 16px/37px Roboto;
    color: #2f2f2f;
    text-transform: uppercase;
}
.post-home-categoryVB .list-category .tab-link {
    font: 500 14px/37px Roboto;
    color: #ce0909;
    margin-top: -2px;
    margin-left: 10px;
    text-transform: uppercase;
}
.post-home-categoryVB .list-category .tab-link .active {
    font: 500 14px/37px Roboto;
    color: #2f2f2f;
    text-transform: uppercase;
}
.post-home-categoryVB .list-category .active:hover {
    color: #ce0909;
}
.post-home-categoryVB .list-category .ul li a:hover {
    color: #2c3190;
}
.post-home-categoryVB .list-category .item-first i {
    margin-left: 5px;
    font-weight: 600;
}
.post-home-categoryVB .list-category .item-cate {
    padding: 0 10px;
    color: #444;
}
.post-home-categoryVB .item-news .item-news {
    margin-bottom: 5px;
    padding: 0 10px 5px;
    border-bottom: 1px solid #e5e5e5;
}
.post-home-categoryVB .item-news .item-news .w-link {
    background: url(../images/iconew.png) top 3px left no-repeat;
    padding-left: 18px;
}
.post-home-categoryVB .item-news .w-link {
    margin-top: 5px;
    text-align: justify;
}
.post-home-categoryVB .news-cate-other .item-news {
    margin-bottom: 5px;
    padding: 0 0 5px;
}
.post-home-categoryVB .news-cate-other .item-news:last-child {
    border: 0;
}
.post-home-categoryVB .w-hot-link {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.post-home-categoryVB a:hover {
    color: #da0100;
}
.post-home-categoryVB .x-news {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.post-home-categoryVB .x-news:last-child {
    border: 0;
}
.post-media {
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    margin-bottom: 14px;
    border-top: 2px solid #393939;
    height: 426px;
    overflow: hidden;
}
.post-media .nav-tabs {
    border: 0;
}
.post-media .nav-tabs > li > a {
    margin-top: -2px;
    text-transform: uppercase;
    color: #7a7a7a;
    padding: 8px 15px;
    font: 600 15px Roboto;
}
.post-media .nav-tabs > li > a > span {
    font: 600 15px Roboto;
}
.post-media .nav-tabs > li.active > a, .post-media .nav-tabs > li.active > a:hover, .post-media .nav-tabs > li.active > a:focus {
    border: 0;
    color: #2f2f2f;
    border-top: 2px solid #2f2f2f;
}
.post-media .tab-content {
    padding: 10px;
    border: 0;
    border-top: 1px dashed #7f7f7f;
    margin-top: 1px;
}
.post-media .nav-tabs > li > a:hover {
    border: 0;
    border-top: 2px solid #c8c8c8;
}
.post-media .nav-tabs > li > a {
    border: 0;
    border-top: 2px solid #c8c8c8;
    text-transform: uppercase;
}
.post-media .nav > li > a:hover, .nav > li > a:focus {
    background: none;
    text-decoration: none;
}
.post-media .video-player-title {
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.post-media .box-video-caption .w-link-video {
    font: normal 13px/16px Roboto;
}
.post-media .box-video-caption .fa, .post-media .box-video-player .fa {
    font-weight: 400;
    font-size: 15px;
    margin-right: 5px;
}
.post-media .box-video-caption .w-link-video:hover {
    color: #2c3190;
}
.post-media .box-video-caption {
    margin-bottom: 5px;
}
.post-media .w-more {
    float: right;
    text-align: right;
}
.post-media .w-more .w-more-link::before {
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-right: 15px solid #36a59c;
    border-top: 29px solid rgba(0, 0, 0, 0);
    content: "";
    left: -15px;
    position: absolute;
    top: 0;
}
.post-media .w-more .w-more-link {
    background: none repeat scroll 0 0 #36a59c;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    position: relative;
}
.post-media .w-more .w-more-link:hover {
    opacity: .8;
}
.post-media .audio-list .w-link-audio {
    margin-left: 5px;
    color: #397ac3;
    font: 13px Roboto;
}
.post-media .audio-list .w-item:hover .w-link-audio {
    color: #36a59c;
}
.post-media .audio-list .w-item {
    display: table;
    margin: 5px 0;
    position: relative;
    background: #efefef;
    width: 100%}
.post-media .box-audio, .post-media .box-number, .post-media .box-ribbon {
    display: table-cell;
    vertical-align: middle;
}
.post-media .box-number {
    color: #888;
    padding: 5px;
    font: italic 600 24px Roboto;
}
.post-media .box-ribbon {
    position: relative;
    text-align: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 20px 0;
    border-color: transparent #076591 transparent transparent;
}
.post-media .box-audio {
    width: 100%}
.post-media .box-ribbon .fa {
    position: absolute;
    top: 8px;
    right: -26px;
    color: #fff;
}
.post-media .audio-list .w-item:hover .box-ribbon, .post-media .audio-list .active .box-ribbon {
    opacity: .8;
    border-width: 0 40px 20px 0;
    border-color: transparent #36a59c transparent transparent;
}
.post-media .audio-list .w-item a {
    height: 40px;
    display: block;
}
.post-media .audio-list .w-item .fa-play {
    display: block;
}
.post-media .audio-list .w-item .fa-pause {
    display: none;
}
.post-media .audio-list .active .fa-play {
    display: none;
}
.post-media .audio-list .active .fa-pause {
    display: block;
}
.post-gallery {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #c8c8c8;
    margin-bottom: 14px;
}
.post-gallery .w-head {
    padding: 0 10px;
    margin-top: -2px;
    border-top: 2px solid #2f2f2f;
    display: inline-block;
}
.post-gallery .w-head .w-link {
    font: 500 15px/35px Roboto;
    text-transform: uppercase;
    color: #2f2f2f;
}
.post-gallery .w-list {
    padding: 10px;
    border-top: 1px dashed #7f7f7f;
}
.images-album-slide .slide-list {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 14px;
}
.images-album-slide .slide-list .w-item {
    padding: 5px;
    height: 221px;
    overflow: hidden;
    margin-bottom: 5px;
}
.images-album-slide .fotorama {
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 14px;
}
.images-album-slide .fotorama__nav-wrap {
    margin-top: 14px;
}
.images-album-slide .img-title {
    text-align: justify;
    color: #000;
    font: 400 13px/18px Roboto;
}
.images-album-slide .img-title:hover {
    color: #3171b9;
}
.hotnew {
    position: relative;
}
.hotnew .titlehot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.9);
    padding: 10px;
}
.hotnew .titlehot a {
    font: 500 18px/23px Roboto;
    color: #fff;
    display: block;
}
.search-box-list {
    margin-bottom: 14px;
    padding-right: 20px;
}
.category-list {
    margin-bottom: 14px;
    background: #fff;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-right: 0;
}
.category-list .w-head {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 10px 5px;
}
.category-list .w-list {
    background: #fff;
    margin-top: 14px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.category-list .wf-list {
    background: #fafde3;
    margin-top: 14px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.category-list .item-title {
    font: 500 16px/20px Arial;
    color: #37579f;
}
.item-image {
    margin-right: 15px;
}
.category-list .item-subinfo {
    font: italic 11px/16px Arial;
    color: #666;
    padding: 5px 0;
}
.category-list .sitem-summary {
    font: 14px/18px Arial;
    color: #000;
    text-align: justify;
}
.category-list .sitem-summary span {
    font: 14px/18px Arial;
    color: #000;
    text-align: justify;
}
.category-list .item-line {
    height: 10px;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
    clear: both;
    display: block;
}
.category-list .w-category-name {
    font: 500 18px Arial;
    color: #555;
}
.cifo {
    float: left;
    font-weight: 700;
    padding: 10px;
}
.cifo a {
    color: #2c3190;
}
.cifo a:hover {
    color: red;
}
.hotnews-list {
    text-align: justify;
}
.hotnews-list .head-title {
    font: 600 18px/24px Roboto;
    text-transform: uppercase;
    color: #297fb8;
    margin-bottom: 10px;
}
.hotnews-list .item-title {
    font: 14px/18px Roboto;
    color: #000;
}
.hotnews-list .item-title:hover {
    color: #2C3190;
}
.hotnews-list .item-subinfo {
    font: italic 11px/16px Roboto;
    color: #666;
    padding: 5px 0;
}
.hotnews-list .item-line {
    height: 5px;
    border-bottom: 1px dashed #999;
    margin-bottom: 5px;
    clear: both;
    display: block;
}
.detail-post {
    text-align: justify;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 14px;
    padding-right: 15px;
}
.detail-post .post-content {
    text-align: justify;
    font-family: Tahoma;
    font-size: 15px;
    line-height: 24px;
}
.detail-post .post-content img {
    max-width: 100%}
.induc {
    font-family: arial;
    padding: 5px 0 0;
    display: block;
    color: #434343;
    font-size: 14px;
    padding-bottom: 10px;
}
.detail-post .post-title {
    font-weight: 700;
    font-size: 26px;
    font-family: Tahoma;
    color: #004478!important;
}
.articleBody p {
    font: 13px/32px Tahoma;
}
.detail-post .post-subinfo {
    font: 12px/32px Tahoma;
    color: #666;
    padding: 5px 0;
    display: block;
}
.detail-post .post-head {
    margin-bottom: 14px;
    float: right;
    width: 100%}
.detail-post .post-summary {
    font-size: 16px;
    font-family: Tahoma;
    padding: 5px 0 10px;
    display: block;
    color: #555;
}
.detail-post .post-summary h2 {
    font-family: Tahoma;
    padding: 5px 0 0;
    display: block;
    color: #434343;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}
.detail-post .post-tag {
    margin: 10px 0;
}
.detail-post .post-tag a {
    background: #e0e0e0;
    padding: 2px 6px;
    margin: 0 2px;
}
.detail-post .post-tag a:hover {
    opacity: .75;
}
.detail-post .title-tag {
    background: url(../images/tag_blue.png) no-repeat;
    padding-left: 20px;
    font: 600 13px/18px Roboto;
    color: #000;
    color: #da0100;
    text-transform: uppercase;
}
.detail-post .post-comment .comments-title {
    height: 42px;
    display: inline-block;
}
.detail-post .post-comment .comments-name {
    font: 600 16px/42px Roboto;
    color: #da0100;
    text-transform: uppercase;
}
.detail-post .post-comment .fa {
    color: #da0100;
}
.detail-post .post-comment .comment-header-control {
    height: 34px;
    line-height: 34px;
}
.detail-post .form-comment {
    margin-top: 15px;
    display: block;
}
.detail-post .list-comment {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    display: block;
    margin-bottom: 15px;
}
.detail-post .post-comment .me-comments {
    cursor: pointer;
    font: italic 12px/42px Roboto;
}
.detail-post .form-comment {
    display: block;
}
.detail-post .comments-notify {
    font: italic 12px/30px Roboto;
    color: #da0100;
}
.detail-post .popstatic.popover.right .popover-content {
    min-height: 50px;
    max-height: 75px;
    overflow: auto;
    background: #e3e3e3;
}
.detail-post .popstatic.popover.right .popover-content .date {
    color: #939090;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    right: 8px;
    font-style: italic;
}
.detail-post .form-comment .control-label {
    font: 15px/18px Roboto;
    color: #000;
}
.detail-post .box-table {
    margin: 10px;
}
.detail-post .post-relate {
    padding: 5px 10px;
    background: #f7f7f7;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
}
.detail-post .post-relate h3 {
    font: 13px/18px Arial;
    color: blue;
    margin: 3px 0;
}
.detail-post .post-relate h3:hover {
    text-decoration: underline;
}
.post-news-comment {
    border-top: 2px solid #cc0202;
    margin-right: 16px;
}
.post-comment .bs-callout {
    margin: 0 0 10px;
    padding: 10px;
}
.post-comment .ximg {
    float: left;
    display: inline-block;
}
.post-comment .xlabel {
    display: none;
}
.post-comment .rcRefreshImage {
    text-indent: -9999em;
    background: url(../images/refresh.png) top left no-repeat;
    height: 24px;
    width: 20px;
    display: inline-block;
    float: left;
    margin: 5px;
}
.post-comment .members-comments .comment-user {
    margin-right: 6px;
}
.post-comment .members-comments .comment-info .c-arrow {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid rgba(0, 0, 0, 0.075);
    display: inline-block;
    margin-top: 8px;
    float: left;
}
.post-comment .members-comments .comment-info .c-content {
    background: #e3e3e3;
    padding: 5px 10px;
    min-height: 70px;
    float: left;
    width: 98%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    font: 13px Roboto;
    border-radius: 4px;
}
.post-comment .members-comments .cmt-user {
    font: 600 11px/20px Roboto;
    color: #000;
    text-align: center;
}
.post-comment .members-comments .comment-info .c-info {
    font: 600 13px/20px Roboto;
    color: #297fb8;
}
.post-comment .members-comments .comment-info .c-date {
    font: italic 12px/20px Roboto;
}
.post-comment .members-comments .comment-info .c-des {
    color: #000;
}
.post-comment .w-send {
    font: 600 15px/22px Roboto;
    margin-left: 3px;
    color: #fff;
}
.lasted-post {
    text-align: justify;
    margin-bottom: 14px;
}
.lasted-post .xhead {
    border-top: 2px solid #383838;
    height: 32px;
    margin-right: 16px;
}
.lasted-post .xhead .xhead-title {
    font: 16px/30px Roboto;
    text-transform: uppercase;
    color: #de151c;
    border-top: 2px solid #cc0202;
    float: left;
    margin-top: -2px;
    margin-left: 10px;
    font-weight: 600;
}
.lasted-post .item-parent .xcontent {
    background: #fff;
    padding-right: 10px;
    padding-bottom: 0;
    min-height: 81px;
}
.lasted-post .xtitle {
    min-height: 46px;
    margin: 5px 0;
    font-size: 14px;
}
.lasted-post .xtime {
    font: italic 11px arial;
    text-align: center;
}
.lasted-post ul {
    padding: 10px;
    background: #fff;
}
.lasted-post ul li {
    list-style-type: none;
    background: url(../images/icon-arr.png) left 8px no-repeat;
    padding: 4px 0;
}
.lasted-post ul li a {
    font-size: 14px;
    padding-left: 12px;
    display: block;
}
.search-box-list .chosen, .search-box-list .chosen-container {
    background: #fff;
}
.search-box-list .form-control {
    background: #fff;
}
.search-box-list .btn {
    height: 30px;
}
.search-box-list .row {
    margin: 10px 0;
}
.search-box-list .form-control {
    border-radius: 0;
}
.search-box-list .btn {
    border-radius: 0;
    width: 100%}
.ads-mid a {
    margin-bottom: 14px;
    display: block;
}
.ads-bottom {
    background: #fff;
    margin-bottom: 14px;
    border-top: 2px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
}
.ads-bottom .w-head {
    padding: 0 10px;
}
.ads-bottom .w-head .w-title {
    font: 500 15px/32px Roboto;
    color: #000;
    border-top: 2px solid #383838;
    margin-top: -2px;
    display: inline-block;
}
.ads-bottom .ca-container {
    position: relative;
    width: 100%}
.ads-bottom .ca-container .ca-wrapper {
    height: 158px;
    width: 100%;
    position: relative;
}

.ads-bottom .xitem {
    padding: 10px 20px;
    margin: 0 10px;
}
.tn-contact {
    background: #fff;
    margin-bottom: 10px;
}
.tn-contact .form-group {
    margin-bottom: 10px;
}
.tn-contact .title-head {
    font: 500 20px/32px Roboto;
    color: #111;
}
.tn-contact .caption-head {
    font: 13px/18px Roboto;
    color: #000;
    margin: 10px 0;
    display: block;
}
.xnotify {
    color: #d90000;
    font: italic 12px/20px Roboto;
}
.msitemap {
    padding: 10px 0 10px 28px;
    background-color: #fff;
}
.msitemap a {
    font-size: 14px;
}
.msitemap > li > a {
    font-weight: 700;
}
.msitemap ul {
    margin-left: 18px;
}
.menu-donvi .vdonvi > li {
    list-style: none;
    text-align: right;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    width: 100%}
.menu-donvi .vdonvi > li:hover {
    border-color: transparent;
}
.menu-donvi .vdonvi > li:hover > a {
    background: #397ac3;
    border-color: #fdfdfd;
    text-shadow: none;
    color: #fff;
}
.menu-donvi .vdonvi > li > a {
    font: 14px/18px Roboto;
    width: auto;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    color: #444;
}
.menu-donvi .vdonvi > li:nth-last-child(1) > a {
    border-right: 5px solid #b77033!important;
}
.menu-donvi .vdonvi > li:nth-last-child(2) > a {
    border-right: 5px solid #94424f!important;
}
.menu-donvi .vdonvi > li:nth-last-child(3) > a {
    border-right: 5px solid #b77033!important;
}
.menu-donvi .vdonvi > li:nth-last-child(4) > a {
    border-right: 5px solid #ad3434!important;
}
.menu-donvi .vdonvi > li:nth-last-child(5) > a {
    border-right: 5px solid #b77033!important;
}
.menu-donvi .vdonvi > li > .vsubmenu {
    display: none;
    top: -25px;
    min-height: 100%;
    padding: 1px 10px;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 247px;
    width: 722px;
    height: 441px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #ddd;
    z-index: 1000;
    float: right;
}
.menu-donvi .vdonvi > li:hover .vsubmenu {
    display: block!important;
}
.menu-donvi .vdonvi > li > .vsubmenu {
    background-color: #f4f4f2;
}
.menu-donvi .vdonvi > li > .vsubmenu > ul > li {
    list-style: none;
    float: right;
    width: 50%;
    text-align: left;
}
.menu-donvi .vdonvi > li > .vsubmenu > ul > li > a {
    text-decoration: none;
    color: #444;
    font: 14px/20px Roboto;
    display: block;
    padding: 4px 10px;
}
.menu-donvi .vdonvi > li > .vsubmenu .submenu-title {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.menu-donvi .vdonvi > li > .vsubmenu .submenu-title a {
    color: #444;
    text-decoration: none;
    font: 20px/20px Roboto;
}
.menu-donvi .vdonvi > li > .vsubmenu > ul > li > a:hover {
    background-color: #397ac3;
    color: #fff;
}
.menu-donvi {
    position: relative;
}
.menu-donvi .xroot .head {
    font: 13px/35px Roboto;
    color: #fff;
    float: left;
    padding: 0 10px;
    text-transform: uppercase;
}
.menu-donvi .xroot .vdonvi {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    left: -70px;
    width: 250px;
    background: #fff;
    z-index: 100;
    height: 424px;
}
.menu-donvi .xroot:hover .vdonvi {
    display: block!important;
}
.menu-donvi .fa-angle-left {
    float: left;
    margin-top: 2px;
    display: none;
}
.menu-donvi .vdonvi > li:hover .fa-angle-left {
    display: block;
}
.faqs-module {
    background: #fff;
}
.faqs-module .i-contents {
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.faqs-module .i-name {
    font: 500 14px/18px Roboto;
    color: #111;
}
.faqs-module .i-date {
    font: italic 12px/18px Roboto;
}
.faqs-module .i-info {
    font: italic 13px/18px Roboto;
}
.faqs-module .i-intro {
    font-weight: 500;
}
.bg-cicle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.bg-cicle span {
    font: 500 22px/38px Roboto;
}
.control-nav {
    float: right;
    text-align: right;
}
.control-nav > li {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    height: 28px;
    list-style-type: none;
    padding: 0 8px;
    float: left;
}
.control-nav > li:last-child {
    border: 0;
}
.control-nav > li > a {
    font: 400 13px/39px Roboto;
    color: #000;
    cursor: pointer;
}
.control-nav > li > a:hover {
    color: #bd150e;
}
.control-nav > li > a img {
    margin-bottom: -5px;
}
.control-nav > li > a .icon-social {
    margin-bottom: -7px;
}
.control-nav-2 {
    float: right;
    text-align: right;
}
.control-nav-2 > li {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    height: 35px;
    list-style-type: none;
    padding: 0 8px;
    float: left;
}
.control-nav-2 > li:last-child {
    border: 0;
}
.control-nav-2 > li > a {
    font: 400 13px/35px Roboto;
    color: #000;
    cursor: pointer;
}
.control-nav-2 > li > a:hover {
    color: #bd150e;
}
.sub-nav .cn-title {
    line-height: 39px;
}
.maz-droplist .chosen-container {
    background: #3171b9;
    border-radius: 5px;
    margin-bottom: 10px;
}
.maz-droplist .chosen-container span {
    color: #fff;
}
.maz-droplist .pane-search {
    background: #fff;
    padding: 10px 10px 0;
    margin-bottom: 14px;
    border: 1px solid #e5e5e5;
}
.maz-droplist .pane-search .xsearch {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 32px;
    margin-bottom: 10px;
}
.maz-droplist .pane-search .xsearch .text-box {
    height: 30px;
    line-height: 30px;
    border: none;
    color: #666;
    padding: 0 5px;
    width: 90%}
.maz-droplist .pane-search .xsearch .button-search {
    width: 10%}
.maz-droplist .bs-list {
    margin-bottom: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px;
}
.uform-content {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 14px;
    padding: 5px;
}
.advrtise {
    margin-bottom: 14px;
}
.advrtise img {
    max-width: 100%}
.post-category-slide {
    position: relative;
    
}
.post-category-slide .x-category {
    height: 35px;
    overflow: hidden;
}
.post-category-slide .x-category .active, .post-category-slide .x-category .active a {
    font-family: 'uvf-bebasneue';
    color: #de151c;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    padding: 3px 0 0 27px;
    background: url(../images/LOGO1.jpg)left 0 no-repeat;
}
.post-category-slide .x-category .active:hover {
    color: #ce0909;
}
.post-category-slide .ca-container {
    position: relative;
    width: 100%}
.post-category-slide .ca-container .ca-wrapper {
    min-height: 200px;
    width: 100%;
    position: relative;
}

.post-category-slide .xitem {
    margin: 5px 15px 10px;
    background: #fff;
}
.post-category-slide .xitem h3 {
    line-height: 20px;
}
.post-category-slide .xitem .ximg {
    margin-bottom: 5px;
}
.post-category-slide .xitem .xlink {
    font-size: 13px;
    font-family: Arial;
    text-align: justify;
}
.post-category-slide .xitem .xlink:hover {
    color: #ce0909;
}
.post-category-slide .xitem {
    text-align: left;
}
.post-category-slide .xitem .imgslide {
    height: 90px;
    max-width: 100%}
.post-category-slides {
    min-height: 380px;
	max-height: 420px;
    position: relative;
    padding: 10px;
    padding-top: 0;
    border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
    overflow: hidden;
}
.DnnModule-2620{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
.post-category-slides .x-category {
    height: 35px;
    overflow: hidden;
}
.post-category-slides .x-category .active, .post-category-slide .x-category .active a {
    font-family: Tahoma;
    font-weight: 700;
    color: #de151c;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 40px;
    padding: 3px 0 0 27px;
    background: url(../images/LOGO1.jpg)left 0 no-repeat;
}
.post-category-slides .x-category .active:hover {
    color: #ce0909;
}
.post-category-slides .ca-container {
    position: relative;
    width: 100%}
.post-category-slides .ca-container .ca-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.post-category-slides .xitem {
   /* overflow: hidden;*/
   position: relative;
}
.show-tooltip {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 1000;
    width: 280px;
    height: 600px;
    padding: 0px 10px;
}
.show-tooltip img{
    display: block;
    margin: 10px auto;
}
.show-tooltip .show-tooltip-inner{
    padding: 10px;
    background: #ddd;
    border-radius: 8px;
}
.show-tooltip-inner .tooltip-mota{
    color: #000;
}
.show-tooltip-inner  .tooltip-title {
    color: red;
    font-weight: 500;
}
a.khoa-tip:hover .show-tooltip {
    display: block;
}
.post-category-slides .xitem .ximg {
    margin-bottom: 5px;
}
.post-category-slides .xitem .xlink {
    margin-left: 20px;
    font-size: 14px;
    font-family: Arial;
    color: #000;
    padding: 5px 2px;
    margin-left: 10px;
    border-bottom: 1px dotted #ddd;
    text-align: justify;
}
.post-category-slides .ca-item:last-child .xlink {
    border-bottom: 0;
}
.no-boder {
    border-bottom: 0!important;
}
.post-category-slides .xitem .xlink:hover {
    color: #ce0909;
}
.post-category-slides .ca-item {
    background: url(../images/icot.png) top 10px left no-repeat;
}
.owl-wrapper .owl-item .xitem {
    background: url(../images/icot.png) top 10px left no-repeat;
}
.owl-wrapper .owl-item .xitem h2 {
    line-height: 20px;
}
.tdhomelast {
    border-bottom: 0!important;
}
.focus-owl-carousel .owl-controls .owl-buttons .owl-prev {
    right: 25px!important;
}
.focus-owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -35px!important;
}
.post-category-slide-sub {
    background: #fff;
    border-top: 2px solid #cecece;
    margin-bottom: 14px;
    position: relative;
}
.post-category-slide-sub .x-category {
    height: 35px;
    overflow: hidden;
}
.post-category-slide-sub .x-category .active, .post-category-slide-sub .x-category .active a {
    font: 500 16px/35px Roboto;
    color: #e31c2a;
    margin-top: -2px;
    margin-left: 10px;
    text-transform: uppercase;
}
.post-category-slide-sub .x-category .active:hover {
    color: #ce0909;
}
.post-category-slide-sub .x-content {
    padding: 0 10px;
}
.post-category-slide-sub .ca-container {
    position: relative;
    width: 100%}
.post-category-slide-sub .ca-container .ca-wrapper {
    height: 124px;
    width: 100%;
    position: relative;
    overflow: hidden;
}




.post-category-slide-sub .xitem {
    margin: 0 7px 14px;
    background: #fff;
    height: 110px;
    overflow: hidden;
}
.post-category-slide-sub .xitem .ximg {
    position: relative;
}
.post-category-slide-sub .xitem .xlink {
    height: 26px;
    overflow: hidden;
    text-align: center;
    font: 400 12px/16px Roboto;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
    padding: 5px;
}
.document-list {
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    border-top: 2px solid #cd0908;
}
.document-list .chosen-container {
    border: 1px solid #d5d5d5;
}
.document-list .form-control {
    background: transparent;
    border-radius: 0;
}
.document-list .xcode {
    font: 500 12px Roboto;
    color: #222;
}
.document-list .xname {
    font: 400 13px/18px Roboto;
    color: #555;
}
.document-list .xname:hover, .document-list .xcode:hover {
    color: #da0100;
}
.document-list .xcontent {
    background: url(../images/hoasen.gif)center repeat;
    padding: 10px;
}
.document-list .tab-content {
    border: 0;
    padding: 0;
}
.document-list .panel-search {
    padding: 10px;
}
.document-tab {
    margin-bottom: 14px;
}
.document-tab .nav-tabs {
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
}
.document-tab .nav-tabs a {
    font: 400 14px Roboto;
    color: #000;
    text-transform: none;
    position: relative;
}
.document-tab .nav-tabs a .arrow {
    display: none;
}
.document-tab .nav-tabs > li.active > a .arrow {
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d9d9d9;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
}
.document-tab .nav-tabs a:hover, .document-tab .nav-tabs > li.active > a, .document-tab .nav-tabs > li.active > a:hover, .document-tab .nav-tabs > li.active > a:focus {
    background: #d9d9d9;
    color: #cd0908;
}
.document-filter {
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    border-top: 2px solid #cd0908;
}
.document-filter .xtab {
    height: 37px;
    border-bottom: 1px solid #d5d5d5;
}
.document-filter .xtab .xtitle {
    font: 500 16px/37px Roboto;
    color: #cd0908;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}
.document-filter .xcontent .xitem {
    border-bottom: 1px dashed #d5d5d5;
    padding: 0 10px 5px;
    margin-top: 5px;
    display: block;
    clear: both;
}
.document-filter .xcontent .xitem:last-child {
    border: 0;
}
.document-filter .xcontent .xlink:hover {
    color: #cd0908;
}
.document-detail .xheader .xname span {
    color: #3757A0;
    font: 400 18px/24px Roboto;
    margin: 0;
    padding: 0;
}
.document-detail .xcontent table .xlabel {
    border-right: 1px solid #d5d5d5;
    width: 120px;
    vertical-align: middle;
    font: 400 12px Roboto;
    text-transform: uppercase;
}
.document-detail .xcontent .xcate a {
    color: #3757a0;
}
.document-detail .xcontent .xcate a:hover {
    color: #cd0908;
}
.document-others {
    margin-bottom: 14px;
    border-top: 2px solid #cd0908;
}
.document-others .xtab {
    height: 37px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 10px;
    background: #fff;
}
.document-others .xtab .xtitle {
    font: 500 16px/37px Roboto;
    color: #cd0908;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}
.document-others .xcontent {
    margin-left: -5px;
    margin-right: -5px;
}
.document-others .xcontent .xitem {
    padding: 10px;
    margin: 0 5px 10px;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    background: #fff;
    text-align: justify;
    height: 61px;
    overflow: hidden;
}
.document-others .xcontent .xitem a:hover {
    color: #cd0908;
}
.media-list {
    margin-bottom: 14px;
}
.media-list .video-player {
    background: #fff;
    margin: 0;
}
.media-list .video-player .video-info {
    padding-right: 10px;
}
.media-list .video-player .video-info .x-cate {
    font: 500 14px/20px Roboto;
    color: #767575;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.media-list .video-player .video-info .x-title {
    font: 400 18px/24px Roboto;
    color: #000;
    text-align: justify;
}
.media-list .video-player .video-info .x-others {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
}
.media-list .video-player .video-info .x-others .x-time {
    color: #777;
    margin-bottom: 10px;
}
.media-list .video-player .video-info .x-others .x-view {
    color: #777;
}
.media-list .x-tags .btn {
    padding: 1px 8px;
    border-radius: 0;
}
.media-list .x-tags ul li {
    padding: 2px 8px;
    background: #d9534f;
    margin: 2px;
    display: inline-block;
    color: #fff;
    float: left;
}
.media-list .x-tags ul li:hover {
    background: #da0100;
}
.media-list .x-tags ul li a {
    color: #fff;
}
.media-list .ca-container {
    position: relative;
    margin: 0 -7px;
}
.media-list .ca-container .ca-wrapper {
    height: 264px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.media-list .xitem {
    margin: 0 7px 14px;
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    padding: 10px;
    height: 250px;
    overflow: hidden;
}
.media-list .xitem .ximg {
    position: relative;
    margin-bottom: 7px;
    overflow: hidden;
}
.media-list .xitem .ximg .fa {
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 19px);
    font-size: 3em;
    color: #c3c3c1;
}
.media-list .xitem .ximg:hover .fa {
    color: #cd0908;
}
.media-list .xitem .xother {
    color: #777;
    margin-bottom: 5px;
}
.media-list .video-list .xtab {
    margin: 7px 0;
    font: 400 20px/32px Roboto;
    color: #000;
}
.media-list .video-search {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
}
.media-list .video-search .chosen-container {
    border: 1px solid #d5d5d5;
}
.media-list .video-search .form-control {
    background: transparent;
    border-radius: 0;
}
.media-list .video-search .btn {
    color: #fff;
    width: 100%}
.post-home-category-sub {
    margin-bottom: 14px;
}
.post-home-category-sub .news-content {
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    padding: 10px;
}
.post-home-category-sub .xtab {
    background: #efefef;
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
}
.post-home-category-sub .xtab ul {
    border-top: 2px solid #cc0101;
}
.post-home-category-sub .xtab ul li {
    display: inline-block;
}
.post-home-category-sub .xtab .xfirst {
    font: 600 15px/37px Roboto;
    color: #cc0101;
    border-top: 2px solid #393939;
    margin-top: -2px;
    margin-left: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}
.post-home-category-sub .xtab .xfirst .active {
    font: 600 15px/37px Roboto;
    color: #ce0909;
    text-transform: uppercase;
}
.post-home-category-sub .xtab .ul li a:hover {
    color: #2c3190;
}
.post-home-category-sub .news-hot {
    margin-bottom: 10px;
    overflow: hidden;
}
.post-home-category-sub .news-hot .xlink a {
    font: 400 14px/18px Roboto;
    color: #111;
}
.post-home-category-sub .news-hot .xlink a:hover, .post-home-category-sub .news-list .xitem a:hover {
    color: #da0100;
}
.post-home-category-sub .news-hot .xother .xnumber {
    font: 12px/18px Roboto;
    color: #555;
}
.post-home-category-sub .news-hot .xother {
    margin-top: 2px;
}
.post-home-category-sub .news-list .xitem {
    border-top: 1px solid #d5d5d5;
    padding: 7px 0;
    text-align: justify;
}
.post-home-category-sub-fr {
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    text-align: justify;
}
.post-home-category-sub-fr .xtab {
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
}
.post-home-category-sub-fr .xtab ul {
    border-bottom: 2px solid #cc0101;
}
.post-home-category-sub-fr .xtab ul li {
    display: inline-block;
}
.post-home-category-sub-fr .xtab .xfirst {
    font: 600 15px/37px Roboto;
    color: #cc0101;
    border-bottom: 1px solid #e31c2a;
    margin-bottom: -1px;
    margin-left: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}
.post-home-category-sub-fr .xtab .xfirst .active {
    font: 600 15px/37px Roboto;
    color: #ce0909;
    text-transform: uppercase;
}
.post-home-category-sub-fr .xtab .ul li a:hover {
    color: #2c3190;
}
.post-home-category-sub-fr .xlink {
    color: #005d98;
    font: 400 14px/18px Roboto;
    margin-bottom: 2px;
    display: block;
}
.post-home-category-sub-fr .xlink:hover {
    color: #e31c2a;
}
.post-home-category-sub-fr .xsummary {
    font: 400 13px/16px Roboto;
    color: #555;
}
.post-home-category-sub-fr .news-content {
    padding: 0 10px 10px;
}
.post-home-category-sub-fr .news-list {
    border-top: 1px solid #d5d5d5;
}
.post-home-category-sub-fr .news-hot {
    margin-bottom: 10px;
    overflow: hidden;
}
.post-home-category-sub-fr .news-hot .xlink a {
    font: 400 14px/18px Roboto;
    color: #111;
}
.post-home-category-sub-fr .news-hot .xlink a:hover, .post-home-category-sub-fr .news-list .xitem a:hover {
    color: #da0100;
}
.post-home-category-sub-fr .news-hot .xother .xnumber {
    font: 12px/18px Roboto;
    color: #555;
}
.post-home-category-sub-fr .news-hot .xother {
    margin-top: 2px;
}
.post-home-category-sub-fr .news-list .xitem {
    padding: 7px 0 7px 10px;
    text-align: justify;
}
.post-home-category-sub-fr .news-list ul li {
    background: url(../images/dotted.png) left 14px no-repeat;
    list-style-type: none;
    margin-left: 5px;
    border-bottom: 1px dashed #d5d5d5;
}
.post-home-category-sub-fr .news-list ul li:last-child {
    border: 0;
}
.post-home-category-sub-fr .x-line {
    width: 100%;
    height: 2px;
}
.post-home-category-sub-fr .x-line .i-line {
    width: 20%;
    height: 2px;
    display: inline-block;
    float: left;
}
.post-home-category-sub-fr .x-line .line-1 {
    background: #08a0e0;
}
.post-home-category-sub-fr .x-line .line-2 {
    background: #fdd508;
}
.post-home-category-sub-fr .x-line .line-3 {
    background: #91bd18;
}
.post-home-category-sub-fr .x-line .line-4 {
    background: #b14ccb;
}
.post-home-category-sub-fr .x-line .line-5 {
    background: #e32330;
}
.post-home-category-sub-cn {
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #c3c3c1;
    border-width: 0 .1rem .1rem 0;
    text-align: justify;
}
.post-home-category-sub-cn .xtab {
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
}
.post-home-category-sub-cn .xtab ul {
    border-bottom: 2px solid #cc0101;
    background: url(../images/arr-exspan.png) calc(100% - 10px) center no-repeat;
}
.post-home-category-sub-cn .xtab ul li {
    display: inline-block;
}
.post-home-category-sub-cn .xtab .xfirst {
    font: 600 15px/37px Roboto;
    color: #cc0101;
    border-bottom: 1px solid #e31c2a;
    margin-bottom: -1px;
    margin-left: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}
.post-home-category-sub-cn .xtab .xfirst .active {
    font: 600 15px/37px Roboto;
    color: #ce0909;
    text-transform: uppercase;
}
.post-home-category-sub-cn .xtab .ul li a:hover {
    color: #2c3190;
}
.post-home-category-sub-cn .xlink {
    color: #005d98;
    font: 400 14px/18px Roboto;
    margin-bottom: 2px;
    display: block;
}
.post-home-category-sub-cn .xlink:hover {
    color: #e31c2a;
}
.post-home-category-sub-cn .xsummary {
    font: 400 13px/16px Roboto;
    color: #555;
}
.post-home-category-sub-cn .news-content {
    padding: 0 10px 10px;
}
.post-home-category-sub-cn .news-list {
    border-top: 1px solid #d5d5d5;
}
.post-home-category-sub-cn .news-hot {
    margin-bottom: 10px;
    overflow: hidden;
}
.post-home-category-sub-cn .news-hot .xlink a {
    font: 400 14px/18px Roboto;
    color: #111;
}
.post-home-category-sub-cn .news-hot .xlink a:hover, .post-home-category-sub-cn .news-list .xitem a:hover {
    color: #da0100;
}
.post-home-category-sub-cn .news-hot .xother .xnumber {
    font: 12px/18px Roboto;
    color: #555;
}
.post-home-category-sub-cn .news-hot .xother {
    margin-top: 2px;
}
.post-home-category-sub-cn .news-list .xitem {
    padding: 7px 0 7px 10px;
    text-align: justify;
}
.post-home-category-sub-cn .news-list ul li {
    background: url(../images/dotted.png) left 14px no-repeat;
    list-style-type: none;
    margin-left: 5px;
    border-bottom: 1px dashed #d5d5d5;
}
.post-home-category-sub-cn .news-list ul li:last-child {
    border: 0;
}
.post-home-category-sub-cn .x-line {
    width: 100%;
    height: 2px;
    background: #ea0504;
}
.cn-post-news {
    border: 1px solid #ddd;
    margin-bottom: 14px;
    background: #fff;
}
.cn-post-news .w-head {
    height: 32px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
}
.cn-post-news .w-head .w-title {
    font: 600 16px/32px Roboto;
    color: #ea0504;
    border-bottom: 1px solid #ea0504;
    height: 32px;
    float: left;
}
.cn-post-news .w-content {
    padding: 10px;
}
.cn-post-news .w-first-box .w-link {
    font: 500 15px/20px Roboto;
    color: #305798;
    margin-bottom: 10px;
}
.cn-post-news .w-first-box .w-link:hover {
    color: #ea0504;
}
.cn-post-news .w-item {
    margin-top: 5px;
}
.cn-post-news .w-item-w {
    margin-bottom: 3px;
}
.cn-post-news .w-content .w-link:hover {
    color: #ea0504;
}
.hr {
    border-bottom: 1px solid #d8d9dc;
    border-top: 1px solid #d8d9dc;
}
.v3home-block-category.hr {
    padding: 10px 0;
}
.tab-content {
    border-width: 0;
}
.v3item-newsr {
    border-bottom: 1px dashed #cecece;
}
.rvideo {
    overflow: hidden;
}
.raudio {
    min-height: 200px;
}
.whicon {
    float: left;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}
#audio-player audio {
    width: 100%}
.v3media {
    background: #e3eff2 none repeat scroll 0 0;
    display: table;
}
.video-player-title {
    text-align: center;
    padding-bottom: 5px;
}
.video-player-title i.fa {
    display: none;
}
.video-player-title span {
    color: #fff!important;
    padding: 10px 15px 10px 12px;
}
.vhomelink {
    font-family: Arial;
    font-size: 13px;
    color: #004478!important;
    font-weight: 700;
}
.vhomelink:hover {
    color: #de151c!important;
}
.vhomecbl {
    font-family: Arial;
    font-size: 14px;
    color: #000!important;
}
.vhomecbl:hover {
    color: #de151c!important;
}
.box-video-caption img {
    float: left;
    margin-left: 12px;
    margin-top: 5px;
    padding-right: 4px;
    padding-top: 0;
    position: relative;
}
.psa.rbox {
    position: relative;
    margin-top: 10px;
    top: -8px;
    margin-right: -6px;
    margin-left: -6px;
}
.w-item-right {
    color: #fff!important;
    margin-top: -39px;
    overflow: hidden;
    padding: 0 8px;
    position: absolute;
    text-align: justify;
}
.none-last-chilrd {
    overflow: hidden;
}
.none-last-chilrd h3 {
    line-height: 20px;
}
.w-item-right.rf a {
    color: #fff!important;
    font-size: 14px;
    font-family: arial;
    font-weight: 700;
}
.ulqkqc li {
    list-style: outside none none;
    padding-left: 10px;
    line-height: 25px;
}
.vblock_ {
    border: 1px solid #d8d9dc;
    background-color: #fcfce0;
}
.sao-header {
    background: url(../images/LOGO1.jpg)left 0 no-repeat;
    position: relative;
    width: 100%}
.sao-header a {
    padding-left: 22px!important;
    font-family: Tahoma;
    color: #de151c;
    font-size: 13px;
    font-weight: 700;
}
.nback {
    background: #fff;
    min-height: 25px;
}
._post {
    position: relative;
    padding: 10px;
    padding-bottom: 0;
    border: 1px solid #d1d1d1;
}
._post-media {
    border: 0;
}
.v3w-link-video {
    font-size: 14px;
    font-family: arial;
}
.sao-header {
    background: url(../images/LOGO1.jpg)left 0 no-repeat;
    position: relative;
    width: 100%}
.header-color {
    margin-left: 0;
    font-family: 'uvf-bebasneue';
    color: #de151c;
    min-height: 28px;
    font-size: 14px;
}
.tdn .v3item-news {
    float: left;
}
.w-link_ {
    text-align: justify;
}
.post-home-categoryVB .news-cate-other .item-news {
    border-bottom: 1px dashed #cecece;
}
.tdn {
    position: relative;
    margin-top: 15px;
   
    padding-bottom: 6px;
}
i.fa.fa-eye {
    color: #aeaeae;
}
.rtxt:hover, .v3w-link-video:hover, .w-link-audio:hover, .v3w-linkr:hover {
    color: #de151c!important;
}
.active .w-link-audio {
    color: #de151c!important;
}
.active .w-link-audio:hover {
    color: #de151c!important;
}
.mCSB_container .item-news {
    margin-bottom: 5px;
    padding: 0!important;
}
.clearboder {
    border-bottom: 1px solid #d1d1d1;
    margin-left: -10px;
}
.ulqkqc li a img {
    padding-right: 3px;
}
.scroll-content3 {
    padding: 0!important;
}
.mCustomScrollBox > .mCSB_scrollTools {
    width: 1px!important;
}
.mCSB_container {
    margin-right: 10px!important;
}
a.v3item-news {
    color: #4e4e4e;
    text-align: justify;
}
.box-right._post.psa a.v3item-news {
    color: #000;
    text-align: justify;
    display: block;
    margin-top: 17px;
}
span.rtxt {
    font-size: 14px;
    font-family: Arial;
    color: #000;
}
.box-right._post.psa {
    
    margin-bottom: 15px;
}
.trangqkqc {
    margin-top: 10px;
    margin-left: -10px;
    margin-bottom: 17px;
}
.trangqkqc a {
    color: #065fa3!important;
    font-size: 12px;
    font-weight: 700;
    font-family: arial;
}
span.ahnoi {
    margin-left: 15px;
    color: #065fa3!important;
    font-size: 12px;
    font-weight: 700;
    font-family: arial;
}
.advrtise0 {
    margin-top: 15px;
}
.vblockLkW {
    margin-top: 14px;
    position: relative;
    border: 1px solid #d1d1d1;
    padding: 10px;
}
.vblockLkW ul.v3home-drop {
    margin-right: 14px;
    position: absolute;
}
.vblockLkW .v3home-a {
    border: 1px solid #d1d1d1;
    padding: 5px;
    border-radius: 1px;
    background: none;
}
img.drow1home {
    float: right;
}
.cbln {
    background: #fff;
    padding-bottom: 7px;
}
.cbln a {
    font-size: 13px;
    font-family: Tahoma;
    font-weight: 700;
    color: #de151c;
    padding-left: 2px;
}
.cbln img {
    margin-right: -20px;
}
.cbl_left {
    box-sizing: border-box;
    padding: 10px;
    min-height: 286px;
}
#video-player-title:hover .v3w-link-video {
    color: #fff!important;
}
.audio-border1 i.whicon {
    display: none;
}
.v3item-newsr .box-audio {
    background: url(../images/playaudio.png) top 2px left no-repeat;
    padding-left: 20px;
}
span.w-link-audio {
    font-size: 14px;
    font-family: arial;
    color: #000;
}
.audio-border1 span {
    font-size: 14px;
    font-weight: 700;
    font-family: Arial;
    color: #000;
}
.tindcdn {
    font-size: 14px;
    font-family: Arial;
    color: #000;
}
.raudio {
    border-top: 0!important;
    box-sizing: border-box;
    min-height: 200px;
}
.w-item.bodern2 {
    margin-top: 5px!important;
}
.lSGallery li.active {
    border: 2px solid #CC0202;
}
.lit-pubinfo {
    font: 12px/32px Tahoma;
    color: #666;
}
#htieudiem .owl-carousel .owl-wrapper-outer{
    overflow: inherit !important;
    display: inline-block;
}

