body{
    font-family: kalameh;
}
.category-content .news-media .body .media{
    /* height: 0; */
    position: relative;
    /* padding-bottom: 66%; */
}
.category-content .news-media .body .media .img-box{
    height: 100px;
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
}
.category-content .news-media .body .media .img-box img{
    position: absolute;
    top: 0;
    right: 0;
}
.category-content .left-sidebar .last-news .title{
    border-bottom: 3px solid #707070;
}
.category-content .left-sidebar .last-news .body{
    overflow: auto;
}
.category-content .left-sidebar .last-news .body::-webkit-scrollbar{
    width: 3px;
    border-radius: 5px;
    background-color: #ececec;
}
.category-content .left-sidebar .last-news .body::-webkit-scrollbar-thumb{
    background-color: #bcbcbc;
}
.category-content .left-sidebar .last-news .body .news a{
    position: relative;
}
.category-content .left-sidebar .last-news .body .news a::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #00036A;
}
.category-content .left-sidebar .last-news .nav-tabs{
    border-bottom: 3px solid #333333;
}
.category-content .left-sidebar .last-news .nav-tabs .nav-item .active{
    background-color: #00036A;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.category-content .left-sidebar .last-news .nav-tabs .nav-link{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.media .text-xlg{
    font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
    .category-content .left-sidebar .last-news .body{
        height: 330px !important;
    }
    .category-content .left-sidebar .suggesst .media img{
        height: 95px;
    }
}
@media screen and (max-width: 992px) {
    .category-content .left-sidebar .last-news .body{
        max-height: 265px;
    }
}
@media screen and (max-width: 768px) {
    .category-content .left-sidebar .last-news .body{
        max-height: 265px;
    }
    .category-content .left-sidebar .suggesst .media img{
        height: 95px;
    }
}
/* update */

.news-import{
    background-color: #c5c5e2;
}
.news-import .img-box{
    border-radius: 200px 0 0 0;
    position: relative;
    height: 0;
    padding-bottom: 85%;
    overflow: hidden;
    border-left: 15px solid #fff;
}
.news-import .img-box img{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0;
}
.news-import .img-box a img{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0;
}
.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;
}
.category-content .title-top{
    background-color: #c5c5e2;
}
form .btn-search{
    color: #008922;
    border: 1px solid #008922 !important;
    border-radius: 7px;
    background-color: #c8e5cb;
}
@media (min-width: 992px){
    .media .code-news span:first-child{
        border-left: 2px solid #f8b022;
    } 
}
@media (max-width: 992px){
    .media .text-xlg{
        font-size: 1.3rem;
    }
}
@media (max-width: 768px){
    .container{
        max-width: 820px;
    }
    .media .text-xlg{
        font-size: 1.2rem;
    }
    .news-import .img-box{
        padding-bottom: 100%;
    }
}

@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;
    }
    .media .text-xlg{
        font-size: 1rem;
    }
    .news-import .img-box{
        padding-bottom: 70%;
    }
}
