@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,vietnamese,latin-ext);
/*---------- Custom css ----------*/

.bg-ptx {
  background-color: #38d430;
}

.ptx-green {
  color: #38d430 !important;
}

.ptx-black {
  color: #fff;
  background-color: #000 !important;
  border-color: #000 !important;
}

.ptx-black:hover {
  color: #38d430 !important;
}

.c-widget__title__name.ptx-green::before {
  background-color: #38d430 !important;
}

.hidden {
  display: none;
}

.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, #eeeeee 8%, #dddddd 18%, #eeeeee 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: 26px;
  font: 13px/28px RobotoBold;
  color: #fff;
  padding: 0 20px;
  background-color: #ed1b2f;
  margin-top: -10px;
  text-transform: uppercase;
  font-family: "Asap Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.btn-send-comment {
  display: inline-block;
  height: 26px;
  font: 13px/28px RobotoBold;
  color: #fff;
  padding: 0 20px;
  background-color: #ed1b2f;
  margin-top: -10px;
  text-transform: uppercase;
  font-family: "Asap Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.the-article-title:before {
  content: "#QUIZZ" !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  display: block !important;
  padding: 0 !important;
  color: #decd00 !important;
}

.the-article-category {
  display: none;
}

table.quiz {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  border-radius: 5px;
  background: #ffeb00;
  overflow: hidden;
}

table.quiz .quiz-caption {
  padding: 10px 15px 20px !important;
  color: #000;
}

table.quiz .quiz-caption h3 {
  font-size: 1.2em !important;
  margin-top: 10px;
  float: none !important;
}

table.quiz ul {
  margin: 15px 0 0;
}

table.quiz ul li {
  background: rgba(0, 0, 0, 0.05);
  padding: 15px 10px 15px 50px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  font-weight: normal !important;
  color: #000 !important;
  list-style: none;
}

table.quiz ul li strong {
  font-weight: normal !important;
  color: #000 !important;
  font-family: unset !important;
}

table.quiz ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 30px;
}

table.quiz ul li:first-child:before {
  content: "A";
}

table.quiz ul li:nth-child(2):before {
  content: "B";
}

table.quiz ul li:nth-child(3):before {
  content: "C";
}

table.quiz ul li:nth-child(4):before {
  content: "D";
}

table.quiz ul li:nth-child(5):before {
  content: "E";
}

table.quiz ul li:nth-child(6):before {
  content: "F";
}

table.quiz ul + p {
  display: none !important;
  margin-top: 15px !important;
}

table.quiz ul + p:before {
  content: "Giải thích: ";
  font-weight: 700;
}

table.quiz:not(.answered) ul li:hover {
  background: rgba(255, 255, 255, 0.6);
}

table.quiz.answered ul li {
  opacity: 0.4;
}

table.quiz.answered ul li.selected {
  opacity: 1;
}

table.quiz.answered ul li.selected:not(.correct) {
  background: #f16464;
  color: #fff;
}

table.quiz.answered ul li.correct {
  opacity: 1;
  background: #55d000;
  color: #fff;
}

table.quiz.answered ul + p {
  display: block !important;
}

#quiz_result {
  position: relative;
  background: #f3f3f3;
  font-family: sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  padding: 20px 10px 25px !important;
  line-height: 1.1 !important;
  float: left;
  width: 100%;
  margin-top: 20px !important;
}

#quiz_result:before {
  content: "Kết quả";
  color: #888;
  text-align: center;
  margin-right: 10px;
  display: block;
  font-size: 0.8em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#traloiketqua {
  color: #f36db0 !important;
  text-align: center;
  margin-right: 10px;
  display: block;
  font-size: 20px;
  padding: 11px;
}

#quiz_result .message {
  display: block;
  margin: 15px 0;
}

#quiz_result #quiz_correct {
  color: #55d000;
  font-weight: 700;
  font-size: 2em;
}

#quiz_result #quiz_total {
  font-size: 2em;
  color: #f16464;
}

#quiz_result #quiz_total:before {
  content: "/";
}

#correct {
  color: #55d000;
  font-weight: 700;
  font-size: 2em;
}

#total {
  font-size: 2em;
  color: #f16464;
}

#total::before {
  content: "/";
}

.inpage table.quiz {
  border: 0;
}

#result {
  position: relative;
  background: #f3f3f3;
  font-family: sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  padding: 20px 10px 25px !important;
  line-height: 1.1 !important;
  float: left;
  width: 100%;
  margin-top: 20px !important;
}

/*add css new*/

.c-header {
  position: relative;
  z-index: 100;
}

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

.has-error .c-newsletter-box__input {
  position: relative;
}

.has-error label {
  position: absolute;
  top: 45px;
}

.entry a {
  color: #000;
  text-decoration: none;
  border-bottom: 0.5px dotted #000;
}

.entry a:hover {
  color: #000;
}

.c-audio-box__pause {
  margin-top: -20px;
}

.c-audio-box__time {
  width: 48px;
}

/*load*/

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

#loader {
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #000;
  width: 40px;
  height: 40px;
  /* Safari */
  animation: spin 2s linear infinite;
}

.longform .c-social a {
  border-bottom: inherit;
}

.longform .c-social ul li a [class*="icon48"] {
  width: 24px;
  height: 24px;
  background-size: contain;
}

.longform .c-box.is-center {
  margin-top: 20px;
}

/* Safari */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 992px) {
  .infographicz figure.image,
  .infographicz table.imageBox,
  .infographicz figure,
  figure.imagez {
    width: 860px !important;
    margin-left: -130px !important;
    max-width: 860px;
  }
}

@media (max-width: 991px) {
  .has-error button {
    margin-top: 20px;
  }

  .header-banner {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.paywall-popup h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin: 25px 120px;
  line-height: 36px;
}

.paywall-popup {
  background-color: #000;
  width: 100%;
  padding: 30px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Inter", sans-serif;
  display: none;
  text-align: center;
  position: fixed;
  z-index: 999;
  transition: all 5s ease-in-out;
}

.paywall-popup button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;
}

.bannerp {
  font-size: 14px;
  text-align: center;
  margin: 0px 200px 0px 240px;
  line-height: 25px;
  color: #ccc;
  display: inline-block;
  vertical-align: middle;
}

.paywall-popup a {
  display: block;
  width: 150px;
  position: relative;
  margin: 10px auto;
  text-align: center;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 13px 13px;
}

button#close {
  float: right;
}

#gradient {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 250px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 70%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.content1 {
  position: relative;
}

@media only screen and (max-width: 480px) {
  .paywall-popup button {
    /* Add styles for the close button on mobile screens here */
    margin: -15px -25px 0px auto;
  }

  .paywall-popup h2 {
    /* Add styles for the text on mobile screens here */
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }

  .bannerp {
    /* Add styles for the text on mobile screens here */
    margin: 20px -15px 20px 0px;
  }
}

.btn-primary {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-primary:hover {
  color: #000 !important;
  background-color: #38d430 !important;
  border-color: #38d430 !important;
}

