.news_container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_container .content{
    width: calc(100% - 440px);
}

.news_container .sidebar{
    width: 392px;
}

.s_form{
    width: 100%;
    display: flex;
    position: relative;
    height: 48px;
    padding: 14px 16px;
    box-sizing: border-box;
    border: 1px solid #E2E3E6;
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.s_form input{
    border: 0;
    outline: none;
    width: calc(100% - 70px);
    font-family: 'Onest';
    color: #919191;
}

.s_form input::placeholder{
    color: #919191;
    font-family: 'Onest';
}

.s_form button{
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.sidebar_widget_gray{
    margin-top: 20px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;
    background: #E2E3E6;
}

.sidebar_widget_gray .w_title{
    color: #001336;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.sidebar-recent-post{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.sidebar-recent-post .image{
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
}

.sidebar-recent-post .image img{
    max-width: 100%;
}

.sidebar-recent-post span{
    color: #0F172A;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 88px);
}

.sidebar_tag_list{
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #155FE3 #E2E3E6;
}

.sidebar_tag_list a{
    color: #0F172A;
    margin-top: 12px;
    margin-right: 12px;
    font-weight: 400;
    font-size: 16px;
}

.sidebar_b_box{
    position: relative;
    border-radius: 16px;
    background: #155FE3;
    padding: 24px;
    box-sizing: border-box;
    height: 207px;
    overflow: hidden;
    margin-top: 20px;
}

.sidebar_b_box .flex-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sidebar_b_box .bg{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.sidebar_b_box .icon{
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar_b_box .title{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    max-width: 50%;
}

.sidebar_b_box .description{
    max-width: 50%;
    margin-top: 8px;
    color: #fff;
}

.sidebar_b_box .bottom a{
    width: 100%;
    height: 48px;
    display: flex;
    background: #fff;
    border-radius: 30px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 16px;
    color: #001336;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.news_slider{
    position: relative;
}

.news_slider .item img{
    border-radius: 16px;
    width: 100%;
}

.news_slider .infobox{
    position: absolute;
    bottom: 16px;
    background: #f2f2f2f5;
    width: calc(100% - 32px);
    padding: 24px;
    left: 16px;
    border-radius: 16px;
}


.news_slider .infobox .top{
    display: flex;
    color: #001336;
    align-items: center;
}

.news_slider .infobox .top .tag{
    margin-left: 8px;
}

.news_slider .infobox .top .tag:before{
    content:'';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #155FE3;
    margin-right: 8px;
    display: inline-block;
}

.news_slider .infobox .top .tag a:visited{
    color: #4169e1;
}

.news_slider .infobox .title{
    font-weight: 500;
    color: #001336;
    font-size: 24px;
    margin-top: 8px;
    outline: none;
    display: block;
}

.category_title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    border-bottom: 2px solid #E2E3E6;
    margin-top: 96px;
}

.category_title .title{
    color: #001336;
    font-size: 56px;
    font-weight: 500;
    text-transform: uppercase;
}

.category_title_nav{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    top: 2px;
}

.category_title_nav a{
    color: #001336;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 16px;
    border-bottom: 2px solid transparent;
    display: block;
}

.category_title_nav li.active a{
    border-bottom: 2px solid #155FE3;
    color: #155FE3;
}

.news-loop{
    margin-top: 40px;
}

.news-loop .item{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news-loop .item .image{
    width: 300px;
    height: 173px;
    border-radius: 16px;
    overflow: hidden;
}

.news-loop .item .content{
    width: calc(100% - 330px);
}

.news-loop .item .content .meta{
    display: flex;
    color: #919191;
    align-items: center;
}

.news-loop .item .content .meta .tag{
    margin-left: 8px;
}

.news-loop .item .content .meta .tag:before{
    content:'';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #155FE3;
    margin-right: 8px;
    display: inline-block;
}

.news-loop .item .content .title{
    font-weight: 500;
    color: #001336;
    font-size: 24px;
    margin-top: 8px;
    outline: none;
    display: block;
}

.new_petition_location{
    display: flex;
    align-items: center;
    font-weight: 500;
}

.petition-fullpage .petition-content .new_petition_location p{
    color: #000;
}

.petition-fullpage .petition-content .new_petition_location p span{
    color: #001336;
    opacity: .5;
}

.petition-fullpage .petition-content .new_petition_location p:first-child{
    margin-right: 24px;
}

.sidebar_b_box.hapigood{
    background: #fff;
    height: auto;
}

.sidebar_b_box.hapigood .review-posts-article{
    width: 100%;
}

.new-hap-owl-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.sidebar_b_box.hapigood .review-posts-date{
    margin-right: 0 !important;
    display: none !important;
}

.new-hap-owl-nav .owl-nav{
    display: flex;
}

.new-hap-owl-nav .owl-nav .prev{
    margin-right: 8px;
}

.new-hap-owl-nav .owl-nav svg{
    cursor: pointer;
}

.hap-button-group{
    display: flex;
    justify-content: space-between;
}

.hap-button-group a,
.hap-button-group a:visited{
    width: 49%;
    color: #000;
}

.hap-button-group a:first-child{
    background: #fff;
    border:2px solid #59D0DB;
}

.load-more-container #load-more{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    border-color: #fff;
    padding: 11px 0;
    color: #001336;
    font-weight: 500;
    font-size: 18px;
    border-radius: 16px;
    margin-top: 40px;
    cursor: pointer;
    outline: none;
}

.full-news-meta{
    border-top: 2px solid #E2E3E6;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.full-news-meta .category, .full-news-meta .category a, .full-news-meta .category a:visited{
    color: #0F172A;
}

.full-news-meta .share{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0F172A;
}

.full-news-meta .share span{
    margin-right: 16px;
}


.full-news-meta .share a svg circle,
.full-news-meta .share a svg path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.full-news-meta .share a:hover svg circle {
    fill: #155fe3;
}
.full-news-meta .share a:hover svg path {
    fill: #fff;
}

.full-news-meta .share a.copy:hover svg path{
    stroke: #fff;
}

@media(max-width: 1200px){
    .news_slider .infobox .title{
        font-size: 18px;
    }
    .category_title .title{
        font-size: 36px;
    }

    .category_title{
        margin-top: 36px;
    }

    .news-loop .item .content .title{
        font-size: 18px;
    }
    .news-loop .item .content .meta{
        font-size: 14px;
    }
    .sidebar-recent-post span {
        font-size: 14px;
        line-height: 22px;
    }

    .news_container .sidebar{
        width: 350px;
    }
    .news_container .content {
        width: calc(100% - 380px);
    }
}

@media(max-width: 1100px){
    .news-loop .item .image {
        width: 100%;
        height: auto;
    }

    .news-loop .item .image img{
        width: 100%;
        border-radius: 16px;
    }
    .news-loop .item .content {
        width: 100%;
    }
}

@media(max-width: 992px){
    .news_container .content {
        width: 100%;
    }
    .news_container .sidebar {
        width: 100%;
        margin-top: 70px;
    }
}

@media(max-width: 767px){
    .order-parts-row.add-to-loo-row .order-parts-items .order-parts-item {
        width: 100%;
    }
}

@media(max-width: 500px){
    .full-news-meta .category{
        width: 100%;
        margin-bottom: 20px;
    }
}