.nav {
    clear: both;
    margin-bottom: 50px;
    background: #F3F3F3;
    font-size: 14px;
}
.nav ul {
    display: flex;
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
}
li, ol, ul {
    list-style: none;
}
.nav a {
    color: #111;
    font-size: 14px;
    padding: 0px 8px;
    text-transform: capitalize;
}
.nav li:nth-child(1) a {
    padding-left: 0px;
}
.lf-box {
    width: calc(100% - 310px);
    font-size: 14px;
}
.news-list li {
    display: flex
;
    margin-bottom: 50px;
}
.news-date {
    text-align: center;
    height: 64px;
    width: 64px;
    color: #FFF;
    text-transform: capitalize;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 auto;
    background: #0271b7;
}
.news-date-day {
    font-size: 22px;
}
.news-date-year {
    font-size: 14px;
}
.news-date+div {
    width: 100%;
}
.news-img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
    max-height: 200px;
}
.news-title {
    font-size: 16px;
    color: #111;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d2d2d2;
    display: block;
}
.news-text {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.news-more {
    text-align: right;
}
.news-more a {
    display: inline-block;
    color: #FFF;
    line-height: 40px;
    padding: 0px 15px;
    white-space: nowrap;
    border-radius: 3px;
    background: #0271b7;
}
.n_left{
    float: left;
    width: 23%;
}
@media only screen and (max-width: 992px) {
    .n_right {
        width: 100%;
        border-left: none !important;
        padding-left: 0px;
        margin-top: 0px;
        float: none;
    }
}
.n_right {
    float: right;
    width: 77%;
    padding-left: 45px;
}
.fix_stiky {
    font-size: 14px;
    position: sticky !important;
    top: 0px;
    z-index: 5;
}
.bolg_list li {
    padding: 50px 0;
    border-bottom: 1px solid #efefef;
}
.bolg_list ul li {
    display: flex
;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.bolg_list li:first-child {
    padding-top: 0;
}
.bolg_list .images {
    width: 400px;
    overflow: hidden;
    max-height: 400px;
}
.bolg_listtwo .images {
    margin-bottom: 20px;
    max-height: 600px;
}
.bolg_listtwo .images, .bolg_listtwo .txt {
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .bolg_list .images {
        width: 300px;
    }
}
.bolg_list .images img {
    transition: all 0.5s;
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
}
@media only screen and (min-width: 992px) {
    .bolg_list .images:hover img {
        transform: scale(1.05);
    }
}
.bolg_list .txt {
    width: calc(100% - 450px);
}
.bolg_listtwo .images, .bolg_listtwo .txt {
    width: 100%;
}
.bolg_list .txt h2 {
    font-size: 20px;
    font-family: 'poppins_sb';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.bolg_list .txt h2 a {
    color: #222;
}
.bolg_list .txt .time_p {
    margin: 20px 0 10px;
    color: #999;
}
.bolg_list .txt .time_p time {
    padding-left: 10px;
}
.bolg_list .txt .more a {
    font-family: 'poppins_m';
    color: #06323d;
}
.fix_stiky_box {
    display: flex
;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fix_stiky{
    position: sticky !important;
    top: 100px;
    z-index: 5;
}
@media only screen and (max-width: 992px) {
    .n_right {
        float: inherit;
        width: 100%;
        padding-left: 0px;
    }
}
@media only screen and (max-width: 992px) {
    .blogfix_stiky_box .n_right {
        margin-bottom: 30px;
    }
}
.sidebar-link-lv1 a span:before{
    display: none;
}
