.content {
    margin-top: 20px;
    padding-top: 60px;
}
/* .content p {
    text-indent: 0 !important;
} */
.title_style {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.time_style {
    text-align: center;
    color: #666666;
    font-size: 14px;
}
.footer_img {
    text-align: center;
}
.footer_img img {
    max-width: 905px;
}
.hr_style {
    background-color: #EEEEEE;
    height: 2px;
}
.rwd-wrap-breadcrumb {
    background-color: white !important;
}
video {
    width: 648px;
}

@media screen and (max-width:992px){
    .content img {
        width: 100% !important;
    }
    video {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    video {
        width: 558px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    video {
        width: 468px;
    }

}