h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    line-height: 1.5;
}
.card-article .thumb{
    height:7.5rem;
    min-width:7.5rem;
    max-width: 12.6rem;
    width: 20vw;
}
.node-body{
    line-height:1.9rem !important;
    font-size:1.1rem;
    text-align:justify;
    margin-left:0.8rem;
    margin-right:0.8rem;
}
.node-body figure a{
    display:block !important;
}
.node-body em{
    word-wrap: break-word;
}
.node-body p {
    line-height: 2rem;
    font-size: 1.14rem;
}
.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;
    border-color: var(--gray-color-2);
}
.node-body h3,.node-body h2{
    font-size:1.34em;
    font-weight:bold;
}
.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(--primary-color-1) !important;
    border:0px solid var(--font-color-5);
    width:3em;
    height:3em;
    border-radius: 50%;
}
.carousel-slideshow .owl-nav .disabled .btn-slide-nav{
    border:1px solid var(--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%;
}
.carousel-slideshow p{
    line-height: 1.7rem;
}
.node-body a{
    position:relative;
}
.node-body h3,.node-body h2{
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}
.node-body .icon-image-link{
    position:absolute;
    bottom:6px;
    right:6px;
}
figcaption {
    display: table-caption;
    caption-side: bottom;
}
/* old version */
.node-body img{
    /*margin: 1px 9px;*/
}
.visible-phone .node-body img{
    margin:auto !important;
}
.node-body ul{
    padding: 0;
    margin: 0 0 0.63rem 1rem;
}
.node-body ol{
    padding: 0;
    margin: 0 0 0.63rem 2.3rem;
}
.node-body ul li,.node-body ol li{
    line-height:1.9rem;
    list-style: unset;
    margin-bottom:0.63rem;
}
.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;
}