body{
    font-size: 16px
}
a{
    color:#804303
}
a:hover{
    color:#E39C29
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color:#E39C29;
}
.nav-pills .collapse.show > .nav-link{
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    font-size:0.9rem;
    margin-left:1.5rem;
    background-color:transparent;
    color:#333;
    padding-left:0
}
.nav-pills .collapse.show > .nav-link:hover{
    color:#804303
}
.post-content img{
    max-width: 100%;
    margin-bottom: 1rem;
}
body{
    background: url('../images/bg-middle-full.jpg') no-repeat;
    background-size: cover;
    min-height: 100vh
}
.page-title-container{
    background: url('../images/bg-box.gif') repeat;
}
.top-nav-banner .social-icon a{
    font-size: 1.5rem;
    width:2.5rem;
    height: 2.5rem;
    border:1px solid #fff;
    border-radius: 50%
}
.main-content .article-content{
    /*background: #E6A638;*/
    border-radius: 10px;
    width:calc(100% - 256px);
}
.page-title-wrapper{
    width:100%;
}
.page-title-wrapper.featured{
    width:calc(100% - 25px);
}
.main-content .article-content .page-title{
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#ffcc00
}
.title--default{
    font-size: 1.2rem;
}
.post-date {
    font-size: 0.8rem
}
.post-date .other_name{
    display: block;
    font-size: 1rem
}
.main-content .article-content .sub-page-title{
    font-size: 1rem;
    color:#ffcc00
}
.main-content .article-content .blink{
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: red;
    opacity: 1;
    margin: 0 5px;
    animation: blink-animation 1s infinite;
    -webkit-animation: blink-animation 1s infinite;
}
.main-content .video-container{
    position: relative;
    z-index: 1;
    width:100%;
    height: 0;
    padding-bottom: 56.25%
}
.main-content .video-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%
}
@keyframes blink-animation {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes blink-animation {
    to {
        opacity: 0;
    }
}
.main-content .sidebar{
    width:256px;
    border-right:1px solid #E6A638
}
.main-content .cat-image{
    width:80px;
    height: 80px;
    border-radius: 20px;
    background: #E6A638;
    justify-content: center;
    align-items: center
}
.main-content .featuredcategories{
    border-color: #E6A638;
    border-style: solid;
    border-width: 1px 0 1px 0;
}
.footer-page{
    background: url('../images/bg-footer.png') no-repeat;
    background-size: cover;
    color:#fff
}
.top-nav-banner{
    background: url('../images/bg-top.jpg') no-repeat;
    background-size: cover;
}
.main-content .inner-container{
    background: rgba(255,255,255,0.4);
}
.text-preline{
    white-space:pre-line
}
.page-item.active .page-link{
    background-color: #732E09;
    border-color:#732E09;
}
.page-link{
    color:#804303
}
.blog-media{
    min-width:180px
}
@media (max-width: 767px){
    body{
        font-size: 12px;
    }
    .main-content .article-content{
        width:100%
    }
    .main-content .cat-image{
        width:40px;
        height: 40px;
        border-radius: 10px;
        padding:10px
    }
    .blog-media {
        min-width: 100px;
    }
    .post-title{
        line-height: 1;
    }
    .title--default {
        font-size: 1rem;
    }
}