section.wrapper_middle[data-cattype="84007"]{ 
    /* padding: 15px 0 30px 0;  */
}



section.wrapper_middle[data-cattype="84007"] .container{
    max-width: 1250px;
    width: 1250px;
    line-height: 1.35;
}

section.wrapper_middle[data-cattype="84007"] h1{ font-size: 2.1rem; }
section.wrapper_middle[data-cattype="84007"] h2{ font-size: 1.83rem; }
section.wrapper_middle[data-cattype="84007"] h3{ font-size: 1.41rem; }
section.wrapper_middle[data-cattype="84007"] h4{ font-size: 1.2rem; }



[data-cattype="84007"] ul.newsfeed.grid{ opacity: 1; }
[data-cattype="84007"] ul.newsfeed.grid.active{ opacity: 1; }


[data-cattype="84007"] canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
  }






[data-cattype="84007"] ul.newsfeed.grid {
    margin: 0px 0;
    text-align: center;
    
    display: flex;
    flex-wrap: wrap;  /* nowrap | wrap | wrap-reverse */
    
    justify-content:center ; /* flex-start | flex-end | center | space-between | space-around | space-evenly  */
    align-content: flex-start; /* flex-start | flex-end | center | space-between | space-around | stretch */
    align-items: flex-start; /* flex-start | flex-end | center | baseline | stretch */
}

[data-cattype="84007"] ul.newsfeed.grid li {
    margin: 10px 20px 30px 0;
    text-align: left;
    width: 270px;
    background: #f8f8f8;
}

/* 

[data-cattype="84007"] ul.newsfeed.grid {
    margin: 0px 0;
    text-align: center;
    
    display: flex;
    flex-wrap: wrap;  
    flex-direction: column;
    position: relative;
    height: 150vh;
    
    justify-content: space-evenly ;
    align-content: flex-start;
    align-items: flex-start ; 
}

[data-cattype="84007"] ul.newsfeed.grid li {
    margin: 10px 20px 30px 0;
    text-align: left;
    width: 24%;
    background: #f8f8f8;
    display: block;
}

[data-cattype="84007"] ul.newsfeed.grid li:nth-child(4n+1){
  order:1;
}
[data-cattype="84007"] ul.newsfeed.grid li:nth-child(4n+2){
  order:2;
}
[data-cattype="84007"] ul.newsfeed.grid li:nth-child(4n+3){
  order:3;
}
[data-cattype="84007"] ul.newsfeed.grid li:nth-child(4n){
  order:4;
}

*/






















[data-cattype="84007"] ul.newsfeed.grid li h4{
	font-size: 18px;
	font-weight: 800;
	color: #21409a;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

[data-cattype="84007"] ul.newsfeed.grid li .summary {
    text-align: left;
    margin-top: 5px;
    min-height: 80px;
    font-size: 13px;
    padding: 10px 15px 20px 15px;
    color: #655454;
}

[data-cattype="84007"] span.date-time {
/*    text-transform: uppercase;*/
    font-size: 10px;
    text-align: left;
    word-spacing: 1px;
    color: #fff;
    padding: 2px 6px;
    background: #bebebe;
    
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: italic;
}

[data-cattype="84007"] .holder {
    margin: 10px 0;
    text-align: right;
}

[data-cattype="84007"] ul.newsfeed.grid li.divider-year {
    font-size: 40px;
    padding: 0px;
    margin: 5px 0 5px 0;
    background: none;
    display: block;
    text-align: center;
    width: 100%;
}


/* Overwrite Banner H1 style */

.wrapper_banner.animated h1 {
    text-shadow: 1px 1px 1px #000;
}


[data-cattype="84007"] .box-side-image,
[data-cattype="84007"] .grid_item {
    position: relative;
    text-align: center;
}

[data-cattype="84007"] .box-caption,
[data-cattype="84007"] .grid_item.item_content,
[data-cattype="84007"] .box-side-image,
[data-cattype="84007"] .box-side-image .wrapper_image,
[data-cattype="84007"] .grid_item .wrapper_image {
    width: 100%;
    height: 187px;
}

[data-cattype="84007"] .box-side-image .wrapper_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

[data-cattype="84007"] .box-side-image > .box-caption,
[data-cattype="84007"] .item_content.grid_item > .box-caption {
    display: table;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 20px;
    border-top-left-radius: 30px;
    
    opacity: 1;
    padding: 12px 5px 5px 12px; 
    z-index: 1;
    background: #fec21cc9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
        
    
/*
    
    width: 100%;    
    height: 100%;
    border-top-left-radius: 00px;
*/
}

[data-cattype="84007"] .box-side-image:hover .box-caption,
[data-cattype="84007"] .item_content.grid_item:hover .box-caption {
    background: #fec21cc9;
    opacity: 1;
    z-index: 10;
    box-shadow: 1px 1px 5px #999;
    
    width: 100%;    
    height: 100%;
    border-top-left-radius: 00px;
}

[data-cattype="84007"] .box-side-image .box-caption .cell,
[data-cattype="84007"] .grid_item .box-caption .cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

[data-cattype="84007"] .box-side-image .box-caption .cell a,
[data-cattype="84007"] .grid_item .box-caption .cell a {
    color: #fff;
    cursor: auto;
    display: block;
    cursor: pointer;
}


body.osp84007-detail-active section[data-cattype="220"]{
    display: none;
}
body.osp84007-detail-active section[data-cattype="84007"]{
    padding-top: 0;
}


[data-cattype="84007"] .container.detail{
    padding: 0 0 30px 0;
    font-size: 1.2rem;
}

[data-cattype="84007"] .container.detail .page-title{
    /* font-family: 'GlegooRegular'; */
    /* font-family: 'Public Sans', sans-serif; */
    color: #333;
    line-height: 1.5;
    padding-top: 15px;
}
[data-cattype="84007"] .container.detail b, 
[data-cattype="84007"] .container.detail strong {
    font-weight: 600;
  }



[data-cattype="84007"] .wrapper_hero-text{
    position: relative;
    margin-bottom: 15px;
}
[data-cattype="84007"] .wrapper_hero-text a{
    display: none;
}
[data-cattype="84007"] .container.detail .wrapper_hero-text .tilte-date{
    position: relative;
    display: flex;
    align-items: baseline;
    align-content: flex-end;
    flex-wrap: wrap;
    vertical-align: bottom;

    bottom: 0;
    padding: 30px 3% 15px 3%;
    width: 100%;
    color: #fff;
    z-index: 12;
    line-height: 1.2;

    height: 36vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
[data-cattype="84007"] .container.detail .wrapper_hero-text .tilte-date:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(45, 45, 45, 0.66);
    background-image: url(../../../data/ckfinder/images/bg-line.png);
}
[data-cattype="84007"] .container.detail .wrapper_hero-text .tilte-date>*{
    color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 12;
    width: 100%;
    display: inline-block;
}
[data-cattype="84007"] .container.detail .date-publish{
    position: relative;
    color: #999;
}



[data-cattype="84007"] .post-share{
    margin-top: 60px;
    padding-top: 15px;
    border-top: solid #ccc 1px;
}

[data-cattype="84007"]  a.btn-socialshare{
    display: inline-block;
    background: #171717;
    padding: 3px 10px;
    margin: 0 6px 0 0;
    width: 40px;
    height: 40px;
    
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 1.5;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all 0.3s 0.3s ease-in;
    -webkit-transition: all 0.3s 0.3s ease-in;
}
[data-cattype="84007"]  a.btn-socialshare.facebook{ background: #365899 }
[data-cattype="84007"]  a.btn-socialshare.twitter{ background: #20A2F8 }
[data-cattype="84007"]  a.btn-socialshare.googleplus{ background: #DA4D3B }
[data-cattype="84007"]  a.btn-socialshare.linkedin{ background: #0076BF }
[data-cattype="84007"]  a.btn-socialshare.mailto{ background: #F9D759 }
[data-cattype="84007"]  a.btn-socialshare:hover{ background: #171717; }




[data-cattype="84007"] .container.detail .wrapper-navigation{
    margin: 30px 0;
}

[data-cattype="84007"] .container.detail .wrapper-navigation a{    
    font-size: 12px;
    color: #24097C;
    font-weight: bold;    
}

[data-cattype="84007"] .container.detail .wrapper-navigation h5{
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}
[data-cattype="84007"] .container.detail .wrapper-navigation a:hover,
[data-cattype="84007"] .container.detail .wrapper-navigation a:hover h5{
    color: #21408a;
}








@media (max-width: 1300px) {
    section.wrapper_middle[data-cattype="84007"] .container{
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    section.wrapper_middle[data-cattype="84007"] .container{
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    
   [data-cattype="84007"] .newsfeed.grid li {
        margin: 10px 18px 30px 0;
        text-align: left;
    }
    
    [data-cattype="84007"] ul.newsfeed.grid li:not(.divider-year) {
        margin: 10px 5px 30px 0;
        width: 230px;
        padding: 8px;
    }
    
    [data-cattype="84007"] .grid_item .wrapper_image {
        width: 200px;
        height: 150px;
    }
    [data-cattype="84007"] .box-caption,
    [data-cattype="84007"] .grid_item.item_content,
    [data-cattype="84007"] .box-side-image,
    [data-cattype="84007"] .box-side-image .wrapper_image,
    [data-cattype="84007"] .grid_item .wrapper_image {
        width: 200px;
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    section.wrapper_middle[data-cattype="84007"] .container{
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    
    [data-cattype="84007"] h2.section-title {
        text-align: center;
    }
    [data-cattype="84007"] #yearSelection::after {
        display: none;
    }
    [data-cattype="84007"] .left-panel {
        margin-top: 0;
    }
    [data-cattype="84007"] .newsfeed.grid,
    [data-cattype="84007"] .left-panel {
        padding: 0;
    }
    [data-cattype="84007"] .right-panel {
        padding-left: 15px;
    }
    [data-cattype="84007"] ul.newsfeed.grid li {
        margin: 10px 5px 30px 0;
        text-align: left;
        width: 150px;
    }
    
    [data-cattype="84007"] h3.date-time {
        font-size: 18px;
        word-spacing: 0px;
    }
    
    [data-cattype="84007"] .box-caption,
    [data-cattype="84007"] .grid_item.item_content,
    [data-cattype="84007"] .box-side-image,
    [data-cattype="84007"] .box-side-image .wrapper_image,
    [data-cattype="84007"] .grid_item .wrapper_image {
        width: 130px;
        height: 97px;
    }
    [data-cattype="84007"] .box-side-image .box-caption .cell,
    [data-cattype="84007"] .box-side-image > .box-caption,
    [data-cattype="84007"] .item_content.grid_item > .box-caption {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        width: 130px;
    }
    
    [data-cattype="84007"] .box-caption .caption-title{ display: none; }

    [data-cattype="84007"] .wrapper_hero-text{
        padding: 0;
        height: auto;
    }
    [data-cattype="84007"] .wrapper_hero-text a{
        min-height: 18vh;
        height: auto;
    }
    
}

@media screen and (max-width: 480px) {
    section.wrapper_middle[data-cattype="84007"]{ 
        padding: 30px 0;  
    }
    

    [data-cattype="84007"] ul.newsfeed.grid li {
        margin: 10px  0;
        text-align: left;
        width: 96%;
    }
    
    [data-cattype="84007"] ul.newsfeed.grid li .summary {
        min-height: 0px;
    }
    
    [data-cattype="84007"] .box-caption,
    [data-cattype="84007"] .grid_item.item_content,
    [data-cattype="84007"] .box-side-image,
    [data-cattype="84007"] .box-side-image .wrapper_image,
    [data-cattype="84007"] .grid_item .wrapper_image {
        width: 100%;
        height: 200px;
    }
    [data-cattype="84007"] .box-side-image .box-caption .cell,
    [data-cattype="84007"] .box-side-image > .box-caption,
    [data-cattype="84007"] .item_content.grid_item > .box-caption {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        width: 100%;
    }
    
    [data-cattype="84007"] .box-side-image .box-caption,
    [data-cattype="84007"] .item_content.grid_item .box-caption {
        border-top-left-radius: 00px;
    }

    [data-cattype="84007"] .container.detail{
        font-size: 1rem;
    }
}