	.content_text_details img{
    margin: auto;
}
p  {
    line-height: 1.6;
}
li {
    line-height: 1.2;
}
.title_h1 {
    font-size: 30px;
    font-weight: bold;
}
.bp_tag_lb {
    margin-top: 10px;
    display: inline-block;
}
.bp_tag_item_lb {
      display: inline-block;
    margin-top: 10px;
}
.bp_tag_item {
        border-color: #0071dc;
    color: black;
}
.bp_tag_item:hover {
    background-color: #0071dc;
    color: #fff;
}
.bp-date-create {
    margin-top: 20px;
}
iframe {
    width: 75%;
    height: 500px;
    margin: auto;
}
@media screen and (max-width:992px) {
    iframe {
    height: 300px;
}
}

@media screen and (max-width:768px) {
    iframe {
    height: 250px;
}
}

@media screen and (max-width:567px) {
    iframe {
         width: 85%;
    height: 250px;
}
}
@media screen and (max-width:456px) {
    iframe {
         width: 85%;
    height: auto;
}
}
