@charset "UTF-8";
.hidden {
  display: none !important;
}

.timeline-item {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 12px;
  margin: 10px auto;
  min-height: 138px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  height: 130px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
}

.background-masker.header-top {
  top: 0;
  left: 33.3333%;
  right: 0;
  height: 10px;
}

.background-masker.header-left {
  top: 10px;
  left: 33.3333%;
  width: 15px;
  height: 20px;
}

.background-masker.header-right {
  top: 10px;
  left: 90%;
  right: 0;
  height: 20px;
}

.background-masker.header-bottom {
  top: 30px;
  left: 33.3333%;
  right: 0;
  height: 10px;
}

.background-masker.header-2-left {
  top: 40px;
  left: 33.3333%;
  width: 15px;
  height: 20px;
}

.background-masker.header-2-right {
  top: 40px;
  left: 65%;
  right: 0;
  height: 20px;
}

.background-masker.header-2-bottom {
  top: 60px;
  left: 33.3333%;
  right: 0;
  height: 15px;
}

.background-masker.meta-left {
  top: 75px;
  left: 33.3333%;
  width: 15px;
  height: 8px;
}

.background-masker.meta-right {
  top: 75px;
  left: 55%;
  right: 0;
  height: 8px;
}

.background-masker.meta-bottom {
  top: 83px;
  left: 33.3333%;
  right: 0;
  height: 15px;
}

.background-masker.description-left {
  top: 98px;
  left: 33.3333%;
  width: 15px;
  height: 12px;
}

.background-masker.description-right {
  top: 98px;
  left: 95%;
  right: 0;
  height: 12px;
}

.background-masker.description-bottom {
  top: 110px;
  left: 33.3333%;
  right: 0;
  height: 8px;
}

.background-masker.description-2-left {
  top: 118px;
  left: 33.3333%;
  width: 15px;
  height: 12px;
}

.background-masker.description-2-right {
  top: 118px;
  left: 87%;
  right: 0;
  height: 12px;
}

.background-masker.description-2-bottom {
  top: 130px;
  left: 33.3333%;
  right: 0;
  height: 8px;
}

.background-masker.description-3-left {
  top: 138px;
  left: 33.3333%;
  width: 15px;
  height: 4px;
}

.background-masker.description-3-right {
  top: 138px;
  left: 100%;
  right: 0;
  height: 12px;
}

.background-masker.description-3-bottom {
  top: 150px;
  left: 33.3333%;
  right: 0;
  bottom: 0;
}

.popUp.binhLuan {
  border: 1px solid red;
}

.popUp.active {
  pointer-events: auto;
  opacity: 1;
}

.popUp {
  pointer-events: none;
  opacity: 0;
  z-index: 301;
  position: fixed;
  transition: 0.5s ease-in-out;
}

.popUp .bg {
  position: fixed;
  z-index: 333;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.popUp.binhLuan .popupContent {
  width: 600px;
  top: 65px;
  padding: 25px 30px 30px;
  border: 1px solid red;
  background-color: #fff;
}

.popUp .popupContent {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  z-index: 5;
  z-index: 999;
  position: fixed;
}

.popUp.binhLuan .popupContent .title {
  font: 20px/28px RobotoBold;
  color: red;
  font-family: "Asap Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}

.popUp.binhLuan .popupContent .form {
  margin: 25px -30px 0;
  padding: 15px 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.popUp.binhLuan .popupContent .btnClick {
  margin-top: 15px;
  font-size: 0;
  text-align: right;
}

.popUp.binhLuan .popupContent .btnClick a {
  display: inline-block;
  width: 85px;
  height: 40px;
  text-align: center;
  font: 15px/40px RobotoMedium;
  border: 1px #e5e5e5 solid;
  margin-left: 10px;
  border-radius: 5px;
  font-weight: 700;
  font-family: "Asap Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.popUp.binhLuan .popupContent .btnClick a:last-child {
  background-color: red;
  border-color: red;
  color: #fff;
  font-weight: 700;
}

.popUp.binhLuan .popupContent .form .box input {
  height: 40px;
  font: 15px/40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  font-family: "Asap Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.has-error em {
  color: red;
}

.btn-close-comment {
  display: inline-block;
  height: 31px;
  font-size: 13px;
  color: #fff;
  padding: 6px 20px;
  background-color: #b30013;
  margin-top: -10px;
  border-radius: 4px;
}

.btn-send-comment {
  display: inline-block;
  height: 31px;
  font-size: 13px;
  color: #fff;
  padding: 6px 20px;
  background-color: #0056b3;
  margin-top: -10px;
  border-radius: 4px;
}

.btn-close-comment:hover,
.btn-send-comment:hover {
  color: #fff;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.onecms_video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.onecms_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-widget__title__name > a {
  color: inherit;
}

.c-cat-list__current > a {
  color: inherit;
}

audio,
video {
  width: 100%;
}

.c-header-inner h1 {
  margin-bottom: inherit;
}

.c-video-head__text h1 {
  font-size: 16px;
  margin-bottom: inherit;
}

.c-video-head__text a {
  color: #fff;
}

.bottom40 {
  margin-bottom: 40px;
}

.c-video-head__cat li.active a {
  color: #ed1c24;
}

.bg-detail.is-single .l-sidebar {
  display: none;
}

.bg-detail.is-single .l-main {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 600px;
}

.bg-detail.is-single .l-main .c-detail-head {
  padding: 0;
}

.bg-detail.is-single .l-main .c-news-detail {
  padding: 0;
}

.onecms_live {
  padding-left: 0 !important;
}

@media (min-width: 992px) {
  .entry .sc-longform-header-no-bg-img {
    padding-top: 150px;
  }
}
.invisible-box {
  opacity: 0;
  pointer-events: none;
}

@keyframes shimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.onecms_load_view.fadeout {
  position: relative;
}

.onecms_load_view.fadeout::after {
  background-color: #ececec;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

ins.adsbygoogle[data-ad-status=unfilled] {
  display: none !important;
}

.select2-results__option.level1 {
  font-weight: 700;
}

.select2-results__option.level2 {
  padding-left: 30px;
}

.preview-mode {
  padding-top: 50px;
}

.preview-mode:before {
  content: "Bạn đang xem phiên bản XEM THỬ của bài viết.";
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 10px;
  text-align: center;
  color: #e30000;
  font-size: 22px;
  height: 50px;
}

@media (max-width: 767px) {
  .preview-mode:before {
    content: "Phiên bản XEM THỬ";
  }
}
.entry .sc-longform-header-default-normal,
.entry .sc-longform-header-default-normal .sc-longform-header-text,
.entry .sc-longform-header-no-bg-img-normal,
.entry .sc-longform-header-no-bg-img-normal .sc-longform-header-text,
.entry .sc-longform-header-top-normal,
.entry .sc-longform-header-top-normal .sc-longform-header-text,
.entry .sc-longform-header-top-normal-small,
.entry .sc-longform-header-top-normal-small .sc-longform-header-text {
  padding-top: 0 !important;
}

.entry:not(.longform) .sc-longform-header-default-normal .sc-longform-header-text .sc-longform-header-title,
.entry:not(.longform) .sc-longform-header-no-bg-img-normal .sc-longform-header-text .sc-longform-header-title,
.entry:not(.longform) .sc-longform-header-top-normal .sc-longform-header-text .sc-longform-header-title,
.entry:not(.longform) .sc-longform-header-top-normal-small .sc-longform-header-text .sc-longform-header-title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.entry:not(.longform) .sc-longform-header-meta {
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px !important;
  margin-top: 15px !important;
}

.entry:not(.longform) .sc-longform-header-author {
  color: #424242 !important;
}

.entry:not(.longform) .sc-longform-header-date {
  color: #555 !important;
  opacity: 1 !important;
}

.entry:not(.longform) .sc-text {
  font-size: 0;
}

.entry:not(.longform) .sc-text:after {
  font-size: 14px;
  display: inline;
  content: "|";
}

@media (max-width: 991px) {
  .c-detail-head {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-detail-head .c-share-scroll {
    top: -34px !important;
  }
}
@media (max-width: 762px) {
  .binhluancomment,
  .popUp.binhLuan .popupContent {
    width: 100%;
  }
}