.node-body{
    line-height:2rem;
    font-size:1.14rem;
    word-break: break-word;
    /*text-align:justify;*/
}
.sponsor-article .thumb {
    /* height: 7.5rem; */
    min-width: 7.5rem;
    max-width: 12.6rem;
    width: 20vw;
}
.node-body figure a{
    display:block !important;
}
.node-body em{
    word-wrap: break-word;
}
[class^="align-"] img{
    display:inline-block;
}

.node-body p {
    line-height: 2rem;
    font-size: 1.14rem;
}
.node-body table{
    width:100% !important;
}
.node-body figure{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.node-body img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:100%;
    height: auto;
}
.node-body h3{
    font-size:1.34em;
    font-weight:bold;
    clear: both;
}
.releated_contents img{
    height:3rem;
    width:auto;
}

.carousel-slideshow .owl-nav .owl-prev{
    position:absolute;
    top:calc(50% - 1em);
    left:1em;
}
.carousel-slideshow .owl-nav .owl-next{
    position:absolute;
    top:calc(50% - 1em);
    right:1em;
}
.carousel-slideshow .owl-dots{
    position: absolute;
    width: 100%;
}
.carousel-slideshow .btn-slide-nav{
    color: #FFF;
    background-color: var(--cio-primary-color-1) !important;
    border:0px solid var(--cio-font-color-5);
    width:3em;
    height:3em;
    border-radius: 50%;
}
.carousel-slideshow .owl-nav .disabled .btn-slide-nav{
    border:1px solid var(--cio-font-color-5);
    color: #111;
    background-color:rgba(255,255,255,0.8) !important;
}
.carousel-slideshow.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    text-decoration: none;
    border-radius: 50%;
}
/* Small devices (landscape phones, 576px and up) XS */
@media (max-width: 575px) {
    .card-article .thumb{
        height:6rem;
    }
}
@media (min-width: 576px) {
    .card-article .thumb{
        height:6rem;
    }
}
.node-body a {
    position: relative;
}
.node-body .icon-image-link {
    position: absolute;
    bottom: 6px;
    right: 6px;
}
/* Medium devices (tablets, 768px and up) MD */
@media (min-width: 768px) {
    .card-article .thumb{
        height:6rem;
    }
}
/* Large devices (desktops, 992px and up) LG */
@media (min-width: 992px) {
    .card-article .thumb{
        height:12rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) XL*/
@media (min-width: 1200px) {

}

/* old version */
.node-body img{
    margin: 1px 9px;
}
.visible-phone .node-body img{
    margin:auto !important;
}
.node-body ul{
    padding: 0;
    margin: 0 0 10px 15px;
}
.node-body ol{
    padding: 0;
    margin: 0 0 10px 35px;
}
.node-body ul li,.node-body ol li{
    line-height:25px;
    list-style: unset;
}
.node-body ul li{
    /* list-style-image:url('/_images/common/bullet/li_dot.png'); */
    background: url('/_images/common/bullet/li_dot.png') 2px 10px no-repeat;
    padding-left: 20px;
    list-style-type: none;
}
.node-body a{
    color: #FF4000;
}
.node-body blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}
.node-body figcaption {
    margin-left: 9px;
    margin-right: 9px;
    font-size: 11px;
    color: #666666;
    margin-top: 0px;
    line-height: 18px;
    padding: 5px 0px;
}
.node-body figure{
    margin: 0 auto;
}
.node-body .align-right{
    float:right;
    margin:9px 0px 9px 9px;
}
.node-body .align-left{
    float:left;
    margin:9px 9px 9px 0px;
}
.node-body .align-center{
    text-align:center;
}
.node-body .align-center > figure{
    display:inline-block;
}
.node-body .align-center img {
    display: inline;
}
.node-body thead, .node-body tbody, .node-body tfoot, .node-body tr, .node-body td, .node-body th {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}

/* Numbers */
.label-numbers{
    top:0;
    left:0;
    color:white;
    background-color:#00B8FC;
}
.btn-numbers{
    color: white !important;
    background-color: #00B8FC !important;
    border-color: #00B8FC !important;
}