.iframe_blog_posts_home_wrapper {
    float: left;
	width: 100%;
    box-sizing:border-box;
}
.blgif_item {
	float: right;
	display: inline-block;
	position: relative;
	direction: ltr;
	box-sizing:border-box;
	padding:0px;
	background-color:#fff;
	border-radius: 15px;
	box-shadow: 0px 0px 30px 0 rgba(158, 158, 160, 0.1);
}
.blgif_content {
	float: right;
	width: 100%;
	box-sizing:border-box;
    padding: 20px;
	min-height:180px
}
.blgif_name {
    width: 100%;
    padding: 0 0px;
    display: flex;
    justify-content: flex-start;
	margin-bottom:10px;
	height:70px;
}
.blgif_text {
    width: 100%;
    height: 40px;
    padding: 0 0px;
    display: flex;
    justify-content: flex-start;
    margin: 0px 0
}
.blgif_date {
	float: right;
	width: 100%;
    line-height: 1.3em;
	text-decoration: none;
    direction: ltr;
	font-weight:300;
	margin-bottom:10px;
}
.blgif_img {
	float: right;
	width: 100%;
    overflow: hidden;
	visibility: visible;
	position:relative;
}
.blgif_item .blgif_img {
  -webkit-mask-image: url(../../../images/System/item_mask.svg);
  mask-image: url(../../../images/System/item_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: auto;
}


.blgif_btn_wrapper {
	float: right;
	width: 100%;
    display:inline-block;
	text-align:center;
	direction: ltr;
	margin-top:15px;
}
.blgif_item:hover .blgif_btn {

}
.blgif_item:hover .blgif_name {

}
.blgif_btn {
	float: none;
	width: auto;
    display:inline-block;
	text-align:center;
	direction: ltr;
	font-size:17px;
	background-color:#101010;
	box-sizing:border-box;
	padding: 9px 15px 11px 15px;
}
.blgif_arrow {
	width:50px;
	height:50px;
	position:absolute;
	right:20px;
	bottom:15px;
	z-index:2;
}
.pidm_fs_btn {
	width: 270px;
	height: 83px;
	position: absolute;
	display:table;
	left: 0px;
	bottom:0;
	background-image: url(../../../images/System/yellow_shape_slide_left.png);
	background-attachment: inherit;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
	text-align:center;
	box-sizing:border-box;
	padding-right:50px;
	color:#101010;
    opacity:1;
}
.pidm_fs_btn_text {
    font-size: 26px;
    display: table-cell;
    vertical-align: middle;
    line-height: 0em;
}
.pidm_fs_btn:hover {
	opacity:0.8;
}
.iframe_blog {
        border-top-left-radius: 40%;
}
.blog_home_items {
    float: left;
	width: 100%;
}
.blg_back {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	right:0;
	bottom:0;
	top:0;
	background: linear-gradient(to bottom,rgba(37,37,37,0.1),rgba(37,37,37,0))
}
.pidm_fs_btn_text {
    font-size: 26px;
    display: table-cell;
    vertical-align: middle;
    line-height: 0em;
}
.blog_home_items .owl-theme .owl-dots,.owl-theme .owl-nav {
	display:none
}
.carusel_date {
	margin-bottom:5px;
}

@media (min-width: 1438px) {
.iframe_blog_posts_home_wrapper {
    padding: 90px 0;
}
 .blog_home_grid {
    width: 100%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    max-width:1500px;
} 
.blgif_item {
    width: 84% !important;
    margin-right: 8%!important;
    margin-left: 8%!important;

}
.blgif_name {
	}

}

@media all and (max-width: 1439px) and (min-width: 769px) {
.iframe_blog_posts_home_wrapper {
    padding: 70px 0;
}
 .blog_home_grid {
    float: right;
    width: 90% !important;
    margin: 0 5%;
    box-sizing: border-box;
} 
.blgif_item {
    width: calc(100% - 30px) !important;
    margin-right:15px!important;
    margin-left:15px!important;

}
.blgif_name {
	}
}

@media (max-width: 768px) and (min-width: 481px) {
.iframe_blog_posts_home_wrapper {
    padding: 30px 0;
}
 .blog_home_grid {
    float: right;
    width: calc(100% - 40px) !important;
    margin: 0 20px 0 20px;
    box-sizing: border-box;
}
.blgif_item {
    width: calc(100% - 30px) !important;
    margin-right:15px!important;
    margin-left:15px!important;

}
.blgif_name {
	}

}

@media (max-width: 480px) and (min-width: 319px) {
.iframe_blog_posts_home_wrapper {
    padding: 30px 0 35px 0;
}
 .blog_home_grid {
    float: right;
    width: calc(100% - 20px) !important;
    margin: 0 10px 0 10px;
    box-sizing: border-box;
} 
.blgif_item {
    width: calc(100% - 20px) !important;
    margin-right:10px!important;
    margin-left:10px!important;

}
.blgif_name {
	}
}

@media (max-width: 320px) {
.iframe_blog_posts_home_wrapper {
    padding: 30px 0 35px 0;
}
 .blog_home_grid {
    float: right;
    width: calc(100% - 20px) !important;
    margin: 0 10px 0 10px;
    box-sizing: border-box;
} 
.blgif_item {
    width: calc(100% - 20px) !important;
    margin-right:10px!important;
    margin-left:10px!important;

}
.blgif_name {
	}
}