/*CSS Chen Video*/
.div-responsive-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*CSS heading top*/
.main-content {
    margin-top: 0px !important;
}

.header-default {
    padding: 10px 0;
}

body.down .header-classic .header-bottom.clone, body.down .header-default.clone, body.down .header-personal nav.clone {
    padding: 10px 0;
}


/*CSS thẻ P trong bài viết*/

.main-content p {
    font: 400 18px arial;
    line-height: 160%;
    padding: 0;
    color: #222;
}



/*CSS tiêu đề*/

h1, h2, h3, h4, h5, h6 {
    line-height: 150% !important;
    font-family: "roboto", serif !important;
  font-weight: bold !important;
      color: #222 !important;
}

.post .post-title a {
      font-family: "roboto", serif !important;
}

/*Tắt chế độ tối*/
.dark-mode-switcher-button {
  display: none;
}

/*CSS ol ul */

/*CSS khung đăng nhập từ bình luận */

.bb-dialog-wrapper .bb-dialog-container {
     width: 100% !important;
}

.bb-dialog-mask .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  font-size: 15px;
}


.post-single .featured-image img {
  display: none;
}



/*Tùy chỉnh khoảng cách CSS bài viết*/
.post.post-over-content.col-md-6 {
    padding: 5px;
}