
.blog-col-3, .blog-col-4, .blog-col-2 {
    box-sizing: border-box;
}
.blog {
    clear: both;
    margin-bottom: 40px !important;
    position: relative;
}
.blog-col-1, .blog-col-0 {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 40px;
}
.blog .blog-title {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.blog .blog-title a {
    font-size: 18px;
    line-height: 20px;
}
.blog .grid-category-post a {
    font-size: 16px;
    line-height: 20px;
}
.blog-cat {
    margin-bottom: 10px;
}
.blog-content {
    clear: both;
    position: relative;
    width: 100%;
}
.date-post {
    float: left;
    text-align: center;
    width: 11%;
}
.date-post span {
    border-bottom: 1px dotted #c0c0c0;
    color: #222;
    display: block;
    font-size: 30px;
    margin: 0 0 2px;
    padding-bottom: 2px;
}
.date-post h2 {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: center;
}
.date-post p {
    color: #333;
    margin: 0;
    text-align: center !important;
    text-transform: uppercase;
}
.post-content-text {
    float: left;
    margin-left: 2%;
    width: 87%;
}
.blog-thumb {
    float: left;
    width: 100%;
}
.blog_thumb_left {
    float: left;
    width: 80px;
}
.blog_thumb_right {
    margin-left: 85px;
}
.blog_pagination {
    clear: both;
    float: left;
    padding: 0 0 20px;
    width: 100%;
}
.button-blog-p {
    float: right;
    text-align: right;
    width: 49%;
}
.button-blog-n {
    float: left;
    text-align: left;
    width: 49%;
}
.recent-blog-items {
    clear: both;
}
.blog-col-4 {
    clear: none !important;
    float: left;
    padding: 0 15px;
    width: 25%;
}
.blog-col-3 {
    clear: none !important;
    float: left;
    padding: 0 15px;
    width: 33%;
}
.blog-col-2 {
    clear: none !important;
    float: left;
    padding: 0 15px;
    width: 50%;
}
.blog-col-1 {
    float: left;
    width: 100%;
}
.blog-author {
    clear: both;
}
.blog-author span, .grid-1-author {
    font-style: italic;
}
.grid-blog-thumb {
    float: left;
    height: 200px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.grid-blog-thumb img {
    left: -9999px;
    margin: 0 auto !important;
    opacity: 1;
    position: absolute;
    right: -9999px;
    transition: all 0.2s ease-in-out 0s;
}
.blog-col-1 .grid-blog-thumb {
    height: 400px;
}
.blog-col-2 .grid-blog-thumb {
    height: 250px;
}
.blog .grid-blog-thumb img {
    height: 190px !important;
    width: 260px !important;
}
.blog-col-3 .post-content-text, .blog-col-2 .post-content-text, .blog-col-4 .post-content-text {
    margin: 0;
    width: 100%;
}
p.blog-short-content {
    margin-bottom: 5px !important;
    word-wrap: break-word;
}
.blog-col-0 {
    float: left;
    width: 100%;
}
.blog-col-0 .blog-thumb {
    float: left;
    width: 33%;
}
.blog-col-0 .blog-content {
    clear: none;
    float: left;
    margin-left: 2%;
    width: 65%;
}
.no-thumb.blog-col-0 .blog-content {
    margin-left: 0;
    width: 100%;
}
.blog-col-0 .blog-content .post-content-text {
    margin-left: 0;
}
.blog.first {
    clear: both !important;
}
.blog-col-1.has-no-date .post-content-text {
    margin-left: 0;
    width: 100%;
}
.grid-1-date {
    display: none;
}
.widget-date-cat, .widget-date-cat a {
    font-size: 13px;
}
.recent-blog-items ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.recent-blog-items ul li.blog_li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.recent-blog-items ul li.blog_li a.li-link-custom {
    display: table-cell;
    vertical-align: top;
}
.recent-blog-items ul li.blog_li img {
    float: left;
    margin-bottom: 10px;
    margin-right: 8px;
}
@media all and (max-width: 768px) {
.blog-col-3.first {
    clear: none !important;
}
.blog-col-3, .blog-col-4 {
    width: 50%;
}
}
@media all and (max-width: 640px) {
.blog-col-2, .blog-col-3, .blog-col-4 {
    width: 100%;
}
}
@media all and (max-width: 500px) {
.grid-1-date {
    display: block;
}
.blog-col-0 .blog-thumb {
    float: left;
    width: 100%;
}
.blog-col-0 .blog-content {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
}
.blog-col-1 .date-post {
    display: none;
}
.blog-col-1 .grid-blog-thumb {
    height: 250px;
}
}
.zy-blog-container {
    position: relative;
    cursor: pointer;
}
.grid-category-post {
    text-align: center;
}
@keyframes color_up {
0% {
    background-color: rgba(0, 0, 0, 0);
}
100% {
    background-color: rgba(0, 0, 0, 0.4);
}
}
@keyframes color_down {
0% {
    background-color: rgba(0, 0, 0, 0.4);
}
100% {
    background-color: rgba(0, 0, 0, 0);
}
}
.blog:hover .blog-content {
    animation-direction: alternate;
    animation-duration: 0.5s;
    animation-name: color_up;
    animation-timing-function: ease-in-out;
    background-color: rgba(0, 0, 0, 0.4);
}
.blog .blog-content {
    animation-direction: alternate;
    animation-duration: 0.5s;
    animation-name: color_down;
    animation-timing-function: ease-in-out;
    background-color: rgba(0, 0, 0, 0);
}
.blog:hover .blog-content-excerpt {
    display: block;
}
.grid-blog-thumb:hover{
  opacity: 0.8
}

label.arange{
    color: #333;
    margin: 7px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 30px);
    word-wrap: break-word;
}
input[type=checkbox]:checked + label.arange,
label.arange:hover{
    background-color: rgba(0,0,0,1);
    color: #fff;
    cursor: pointer;
}
.btn.btn-info[data-toggle="collapse"]{
    border-right: medium none !important;
    text-align: left;
    width: 100%;
}
a[data-toggle="collapse"]{
    margin-top: 15px;
}


.btn.btn-info.dark-blue{
    background: #16508F;
    border-color: #2d67a6;
}
.btn.btn-info.dark-blue:hover{
    background: #053f7e;
    border-color: #2d67a6;
}