/*css breadcrums*/
.banner-single-breadcrumb span, .banner-single-breadcrumb a {
    color: var(--color-hover);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    opacity: 0.6;
}
.banner-single-breadcrumb span.last {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-hover);
}
/*end css breadcrums*/

/*css about*/
.col.pagecol1 {
    background-color: var(--color-white);
    border-radius: 4px;
    padding: 30px  40px;
}
h1.itemtitle_page {
    color: var(--color-hover);
    font-size: 28px;
    font-weight: 700;
}
.content_page {
    color: var(--color-base);
    font-weight: 400;
    font-size: 16px;
}
.content_page a{
    color:var(--color-hover);
}
/*.page_section_static .pagecol1 {
    overflow: scroll;
}*/
/*end css about*/

/*css sidebar*/
.single .row-large>.post-sidebar {
    padding: 0;
}
.box-sidebar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.box-sidebar-item1 {
    background-color: var(--color-white);
    width: 100%;
    padding: 30px 30px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
}
.box-sidebar-item2 {
    background-color: var(--color-white);
    width: 100%;
    padding: 30px 30px;
    border-radius: 4px;
    margin-top:30px;
    display: flex;
    flex-wrap: wrap;
}
h3.title-sidebar {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    color: var(--color-base);
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
h3.title-sidebar:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    z-index: 1;
    bottom: -18px;
    left: 0;
    right: 0;
    background-color: var(--bg-base);
    margin: auto;
    border-radius: 3px;
}
ul.list-socical-sidebar, .widget ul.list-socical-sidebar{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
ul.box-post-mostview,.widget ul.box-post-mostview {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
ul.box-post-mostview li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.box-image-sidebar {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    position: relative;
}

.box-content-sidebar {
    flex: 1;
    margin-left: 5px;
}

.i_count {
    position: absolute;
    top: 0;
    left: -18px;
}

.box-image-sidebar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.i_count span {
    display: inline-block;
    background-color: #FF4848;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 700;
    width: 37px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    border: 3px solid var(--color-white);
}

.i_count.i_count1 span{
    background-color: #FF4848;
}
.i_count.i_count2 span{
    background-color: #FFD645;
}
.i_count.i_count3 span{
    background-color: #70D0A1;
}
.i_count.i_count4 span{
    background-color: #FF8946;
}
.i_count.i_count5 span{
    background-color: #439EFF;
}
.i_count.i_count6 span{
    background-color: #8E9BA3;
}
.box-content-sidebar a.asidebar {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-base);
    line-height: 1.3em;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box-content-sidebar a.asidebar:hover {
    color: var(--color-hover);
}
.meta_date {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.meta_date span {
    color: var(--color-input);
    font-size: 12px;
    font-weight: 400;
}
/*end css sidebar*/
@media  screen and (max-width:1024px){
h1.itemtitle_page {
    font-size: 24px;
}
/*css sidebar*/
.box-sidebar-item1,.box-sidebar-item2 {
    padding: 15px 10px;
}
h3.title-sidebar {
    font-size: 16px;
}
ul.list-socical-sidebar li:first-child, .widget ul.list-socical-sidebar li:first-child {
    margin-left: 0;
}
ul.box-post-mostview li, .widget ul.box-post-mostview li {
    margin-left: 0 !important;
}
/*end css sidebar*/
}
@media  screen and (max-width:767px){
/*css sidebar*/
.col.pagecol1 {
    padding: 20px 15px;
}
.col.pagecol2 {
    padding: 0;
    margin-top: 20px;
}
.page_section_static {
    padding: 0 15px !important;
}
.box-sidebar-item1, .box-sidebar-item2 {
    padding: 15px 25px;
}
h1.itemtitle_page {
    font-size: 22px;
}
/*end css sidebar*/
}