/*---------------------container3--------------------------*/
.img_container {
	width: 600px;
	float: left;
	height: 250px;
	overflow: hidden;
}
h1:not(.site-title):before, h2:before{
	display: none;
}
.img-blog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center !important;
  background-size: cover !important;
}
.img-blog img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.blog_content {
	float: left;
  width: 480px;
  padding: 20px 20px;
  height: 200px;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.45);
  position: relative;
  top: 50%;
  left: -230px;
  background: #fff;
}
.blog_content h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 14px;
	line-height: 25px;
  font-family: TruenoRg;
}
.blog_content p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: TruenoRg;
}
.post-thumbnail, .entry-content .main_wrapper:nth-child(2)  .blog_content {
	background: #fff !important;
}

.index_blog1 {
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blue_container {
  width: 100%;
  overflow: hidden;
}
.blue_container {
  width: 100%;
  overflow: hidden;
  background: #009DE4;
  padding: 15px 15px;
  text-align: center;
  display: none;
}

.blue_container p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 26px;
}

.blue_container h1 {
    color: #fff;
    margin: 0;
    line-height: unset;
    font-size: 35px;
    line-height: 44px;
}
.snedbtn {
    background: #0069AE;
    padding: 10px 58px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    margin: 10px 0;
    transition: 0.5s;
}
.snedbtn:hover{
    background: #135081;

}
.more_infor {
    color: #39D3E8 !important;
    font-size: 12px;
    float: right;
    border: 0px;
    margin-top: 6px;
    text-decoration: unset !important;
}
.display_responsive{
    display: block;
}



.main_wrapper {
    margin: 0 0 10px;
}
.blog_content .more_infor {
    position: absolute;
    bottom: 10px;
    right: 18px;
    color: #269bd1 !important;
    text-decoration: underline !important;
    font-size: 15px;
    line-height: 1.8;
}




.blog_content .mobiel-view-btn {
       position: absolute;
    bottom: 10px;
    right: 18px;
    color: #269bd1;
    text-decoration: underline;
    font-size: 15px;
    line-height: 1.8;
}



@media only screen and (max-width: 900px){
.img_container {
    width: 100%;
    float: left;
    height: unset;
    overflow: hidden;
}
.blog_content {
    float: left;
    width: 100%;
    padding: 37px 20px;
    height: unset;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    margin: 14px 0;
}
.img-blog {
     width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center !important;
    background-size: cover !important;
}
}


@media only screen and (max-width: 970px){
    .index_blog1 {
    width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.post-thumbnail, .entry-content .main_wrapper:nth-child(2) .blog_content {
    background: #0069aa !important;
}

    .snedbtn {
    background: #0069AE;
    padding: 10px 58px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    margin: 10px 0;
    transition: 0.5s;
    width: 100%;
}
.img_container {
    width: 100%;
    float: left;
    height: 240px;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
}
.blog_content {
    float: none;
    width: 100%;
    padding: 37px 20px;
    height: unset;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 20px;
    left: unset;
    background: #fff;
    margin: 0;
    text-align: center !important;
    border: 1px solid #ddd;
    height: 200px;
}
.blue_container {
    width: 100%;
    overflow: hidden;
    background: #009DE4;
    padding: 15px 15px;
    text-align: center;
    display: block;
}
.display_responsive{
    display:none;
}

.mobile-view_1{
    width: 100%;
    float: left;
    height: 275px;
    overflow: hidden;
    display: none;
}

.mobile-view_2 {
    width: 100%;
    background: transparent;
    text-align: center;
    border: 0;
    box-shadow: none;
}
.mobile-view_2 .title_heading_moile-view{
    color: #fff;
    margin: 0;
    line-height: unset;
    font-size: 35px;
    line-height: 44px;
}
.mobile-view_2 p{

    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 26px;
    font-weight: 400;
}


.mobile-view_2 .mobiel-view-btn{
    background: #0069AE;
    padding: 10px 58px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    margin: 10px 0;
    transition: 0.5s;
    width: 100%;
    display: block;
    text-decoration: none;
}


.index_blog1 {
    width: 100%;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 20px 0;
    height: 50vh;
    border: 0px solid black;
    overflow: hidden;
}
.blog_content .more_infor {
    position: unset;
    float: none;
}
.blog_content .mobiel-view-btn {
    position: unset;
    padding: 4px 10px;
}

}
