.post .top-titr .title{
    font-size: 1.8rem;
}
.post .post-info .code-news span:first-child{
    border-left: 2px solid #f8b022;
}
.post .post-body .img-box img{
    height: 400px;
}
.post-content .footer .ticket{
    background-color: #f8b022;
    border-radius: 4px;
    margin-left: 8px;
    transition: all 0.3s;
} 
.post-content .footer .ticket:hover{
    background-color: #d58e00;
}
.post-content .social{
    margin-top: 200px;
}
.absolute-item{
    position: absolute;
    bottom: 70px;
    margin-top: 0 !important;
}
.fixed-item{
    position: fixed;
    top: 180px;
    margin-top: 0 !important;
}
.post-content{
    position: relative;
}
.post-content .social a{
    color: #787878;
    opacity: 0.7;
    transition: all 0.2s;
    font-size: 25px;
}
.post-content .social a:hover{
    opacity: 1;
}
.news-cart .img-box{
    height: 0;
    position: relative;
    padding-bottom: 70%;
}
.news-cart .img-box img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.show-comment .not-comment{
    height: 350px;
}
.send-comment form textarea{
    resize: none;
    min-height: 200px;
    border-radius: 7px;
}
.send-comment form .btn{
    color: #008922;
    border: 1px solid #008922 !important;
    border-radius: 7px;
    background-color: #c8e5cb;
}
.box-social{
    background-color: #ffdf9f70;
    border: 1px solid #f8b022;
    border-radius: 5px;
}
.send-comment-sm{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #78787876;
    top: 0;
    right: 0;
    z-index: 22;
}

@media (max-width: 768px){
    .container{
        max-width: 820px;
    }
}

@media (max-width: 576px){
    .post .post-body .img-box img{
        height: 300px;
    }
    .bg-sky,
    .header-mobile,
    .post-info{
        background: #e6eff9;
    }
    .radius-0{
        border-radius: 0;
    }
    .mx--15{
        margin: 0 -15px;
    }
    #btnSearch{
        color: #0C11AA !important;
    }
}
