<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view-article .btn-default ,
.related-posts .btn-default,
.post-comment .btn-default,
.show-sections .btn-default,
.show-category .btn-default
 {
    background-color: #434343;
    border-color: #434343;
    color: #fff;
} 


.view-article .btn-default:hover ,
.related-posts .btn-default:hover ,
.post-comment .btn-default:hover ,
.show-sections .btn-default:hover ,
.show-category .btn-default:hover
{
    background-color: #6f6f6f;
    border-color: #6f6f6f;
    color: #fff;
}


/***[framwork]***/

.view-article .hdate ,
.related-posts .hdate,
.post-comment .hdate,
.show-sections .hdate,
.show-category .hdate
{
    margin: 0;
    font-size: 18px;
}

.view-article .hdate a ,
.related-posts .hdate a ,
.post-comment .hdate a ,
.show-sections .hdate a ,
.show-category .hdate a
{
    text-decoration: none;
    color: #111111;
    margin-top: 5px;
    display: block;
    font-size: 16px;
}

.view-article .hdate a:hover ,
.related-posts .hdate a:hover ,
.post-comment .hdate a:hover ,
.show-sections .hdate a:hover ,
.show-category .hdate a:hover
{
    text-decoration: none;
    color: #434343;
}

.view-article .imgdate ,
.related-posts .imgdate,
.post-comment .imgdate,
.show-sections .imgdate,
.show-category .imgdate
 {
    width: 100%;
    height: 140px;
}

.view-article .cldate ,
.related-posts .cldate,
.post-comment .cldate,
.show-sections .cldate,
.show-category .cldate
 {
    margin: 5px 0;
    color: #6f6f6f;
    font-size: 11px;
}

.view-article .cldate i ,
.related-posts .cldate i,
.post-comment .cldate i,
.show-sections .cldate i,
.show-category .cldate i {
    color: #666666;
}

.view-article .pdate  ,
.related-posts .pdate ,
.post-comment .pdate ,
.show-sections .pdate ,
.show-category .pdate , 
 {
    text-align: justify;
    line-height: 1.6;
    color: #666666;
    font-size: 13px;
}

.view-article .hr  ,
.related-posts .hr ,
.post-comment .hr ,
.show-sections .hr ,
.show-category .hr  
 {
    background: rgba(159, 159, 159, 0.54);
    width: 100%;
    display: block;
    margin: 5px 0 5px 0;
}



/***[voice]***/


.view-article .voice li ,
.related-posts .voice li ,
.post-comment .voice li ,
.show-sections .voice li , 
.show-category .voice li {
    line-height: 2;
    padding: 3px 5px;
}

.view-article .voice li a ,
.related-posts .voice li a ,
.post-comment .voice li a ,
.show-sections .voice li a , 
.show-category .voice li a{
    display: block;
    border-bottom: 1px solid rgba(159, 159, 159, 0.54);
    text-decoration: none;
    color: #111111;
    font-size: 17px;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.view-article .voice li a:hover ,
.related-posts .voice li a:hover ,
.post-comment .voice li a:hover ,
.show-sections .voice li a:hover , 
.show-category .voice li a:hover{
    text-decoration: none;
    color: #434343;
    padding-right: 5px;
    border-right: 3px solid #434343;
    background-color: rgba(0, 0, 0, 0.03);
}




.view-article .btn-color  ,
.related-posts .btn-color ,
.post-comment .btn-color ,
.show-sections .btn-color ,
.show-category .btn-color  
 {
    background-color: #434343;
    border-color: #434343;
    color: #fff;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.view-article .btn-color:hover,
.related-posts .btn-color:hover ,
.post-comment .btn-color:hover ,
.show-sections .btn-color:hover ,
.show-category .btn-color:hover  
 {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
    color: #fff;
}





/***[show-category]***/


/***[view-article]**/

.view-article {
    margin-bottom: 20px;
}

.view-article .hed-article {
    padding: 10px;
    border-bottom: 1px solid rgba(159, 159, 159, 0.54);
    clear: both;
    margin-bottom: 10px;
}

.view-article .body-article {
    padding: 10px;
}

.view-article .body-article .box {
    width: 350px;
    margin: 5px auto;
}

.view-article .body-article p {
    margin-top: 5px;
    font-family: "arial";
    text-align: justify !important;
}

.view-article .body-article {
    font-family: "arial";
}
.view-article .footer-article {
    border: 1px solid rgba(159, 159, 159, 0.54);
    border-radius: 4px;
    padding: 10px;
    background: #fafafa;
}

.view-article .footer-article .list-inline &gt; li {
    padding: 0;
}




/***[related-posts]**/

.related-posts {
    margin-bottom: 20px;
}
.related-posts .overlay .box {
    background: #000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}

.related-posts .overlay .box img {
    width: 100%;
    transition: all 0.35s ease 0s;
}

.related-posts .overlay:hover img {
    opacity: 0.5;
}
.related-posts .overlay .box .box-content {
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-posts .overlay:hover .box-content {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}

.related-posts .overlay .box .icon {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: #fff;
}

@media only screen and (max-width:990px) {
    .related-posts .overlay .box {
        margin-bottom: 20px;
    }
}

.related-posts .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -63px;
    left: -10px;
}

.related-posts .owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    border-radius: 0px;
    color: #434343;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 8px 0px;
    padding: 7px 14px;
}

.related-posts .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #111111;
    color: #fff;
}

.related-posts .owl-theme img {
    height: 150px;
}


/***[show-category]**/

.show-category {}

.show-category li {
    line-height: 2;
    padding: 3px 5px;
}

.show-category li a {
    display: block;
    border-bottom: 1px solid rgba(159, 159, 159, 0.54);
    border-right: 3px solid #434343;
    background-color: rgba(0, 0, 0, 0.03);
    text-decoration: none;
    color: #434343;
    font-size: 17px;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    padding-right: 5px;
}

.show-category li a:hover {
    text-decoration: none;
    color: #6f6f6f;
    padding-right: 5px;
    border-right: 3px solid #6f6f6f;
    background-color: transparent;
}


/***[show-sections]**/

.show-sections {}

.show-sections .overlay {
    margin-bottom: 10px;
}
.show-sections img {
    width: 100%;
    height: 150px;
}
.show-sections .overlay .box {
    background: #000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}

.show-sections .overlay .box img {
    width: 100%;
    transition: all 0.35s ease 0s;
}

.show-sections .overlay:hover img {
    opacity: 0.5;
}
.show-sections .overlay .box .box-content {
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-sections .overlay:hover .box-content {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}

.show-sections .overlay .box .icon {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: #fff;
}

@media only screen and (max-width:990px) {
    .show-sections .overlay .box {
        margin-bottom: 20px;
    }
}




/***[breadcrumb]**/

.breadcrumb {
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    list-style: outside none none;
    padding: 0;
}

.breadcrumb li:first-child a {
    border-radius: 0 4px 4px 0;
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb li span {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb li:not(:first-child) {
    margin-left: -5px;
}

.breadcrumb li + li::before {
    content: "";
    padding: 0;
}

.breadcrumb li span {
    padding: 0 10px;
}

.breadcrumb li a,
.breadcrumb li:not(:first-child) span {
    height: 36px;
    line-height: 36px;
    padding: 0 25px 0 10px;
}

.breadcrumb li:first-child a {
    padding: 0 10px;
}

.breadcrumb li a {
    background-color: #c4c4c4;
    border: 1px solid #c4c4c4;
    color: #555555;
    position: relative;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #fff;
}

.breadcrumb li:first-child a {
    padding-left: 10px;
}

.breadcrumb li a::after,
.breadcrumb li a::before {
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: -1px;
    width: 0;
}

.breadcrumb li a::before {
    border-right: 11px solid #c4c4c4;
    left: -10px;
    z-index: 3;
}

.breadcrumb li a::after {
    border-right: 11px solid #434343;
    left: -11px;
    z-index: 2;
}

.breadcrumb li a:focus,
.breadcrumb li a:hover {
    background-color: #6f6f6f;
    border: 1px solid #6f6f6f;
}

.breadcrumb li a:focus::before,
.breadcrumb li a:hover::before {
    border-right-color: #6f6f6f;
}

.breadcrumb li a:active {
    background-color: #6f6f6f;
    border: 1px solid #6f6f6f;
    color: #fff;
}

.breadcrumb li a:active::after,
.breadcrumb li a:active::before {
    border-right-color: #6f6f6f;
}

.breadcrumb li span {
    color: #434343;
}
</pre></body></html>