.pad-0 {
  padding: 0; }

.inputradio {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.inputradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: relative;
  margin-right: 10px;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.inputradio:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.inputradio input:checked ~ .checkmark {
  background-color: #006ab6; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.inputradio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.inputradio .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fee902;
  transform: translate(-50%, -50%); }

.item-sc {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  margin-bottom: 30px;
  width: 100%;
  background: #256c98;
  border-radius: 3px;
  overflow: hidden; }
  .item-sc:before, .item-sc:after {
    position: absolute;
    content: '';
    border-radius: 50%; }
  .item-sc:before {
    right: -5%;
    bottom: -40%;
    width: 170px;
    height: 170px; }
  .item-sc:after {
    top: -30%;
    right: -10%;
    width: 133px;
    height: 133px; }
  .item-sc.color-navy {
    background: #52add4;
    background: -moz-linear-gradient(top, #52add4 0%, #104d7c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #52add4), color-stop(100%, #104d7c));
    background: -webkit-linear-gradient(top, #52add4 0%, #104d7c 100%);
    background: -o-linear-gradient(top, #52add4 0%, #104d7c 100%);
    background: -ms-linear-gradient(top, #52add4 0%, #104d7c 100%);
    background: linear-gradient(to bottom, #52add4 0%, #104d7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52add4', endColorstr='#104d7c', GradientType=0 ); }
    .item-sc.color-navy:before {
      background: #3c8bb5;
      background: -moz-linear-gradient(top, #3c8bb5 0%, #195787 89%, #195787 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #3c8bb5), color-stop(89%, #195787), color-stop(100%, #195787));
      background: -webkit-linear-gradient(top, #3c8bb5 0%, #195787 89%, #195787 100%);
      background: -o-linear-gradient(top, #3c8bb5 0%, #195787 89%, #195787 100%);
      background: -ms-linear-gradient(top, #3c8bb5 0%, #195787 89%, #195787 100%);
      background: linear-gradient(to bottom, #3c8bb5 0%, #195787 89%, #195787 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8bb5', endColorstr='#195787', GradientType=0 ); }
    .item-sc.color-navy:after {
      background: #327fab;
      background-image: radial-gradient(#246a99 60%, transparent 60%);
      background-position: 15px -10px;
      background-repeat: no-repeat; }
  .item-sc.color-toska {
    background: #48d8d0;
    background: -moz-linear-gradient(top, #48d8d0 0%, #25a8a1 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #48d8d0), color-stop(100%, #25a8a1));
    background: -webkit-linear-gradient(top, #48d8d0 0%, #25a8a1 100%);
    background: -o-linear-gradient(top, #48d8d0 0%, #25a8a1 100%);
    background: -ms-linear-gradient(top, #48d8d0 0%, #25a8a1 100%);
    background: linear-gradient(to bottom, #48d8d0 0%, #25a8a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52add4', endColorstr='#104d7c', GradientType=0 ); }
    .item-sc.color-toska:before {
      background: #30b7af;
      background: -moz-linear-gradient(top, #30b7af 0%, #41d0c8 89%, #41d0c8 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #30b7af), color-stop(89%, #41d0c8), color-stop(100%, #41d0c8));
      background: -webkit-linear-gradient(top, #30b7af 0%, #41d0c8 89%, #41d0c8 100%);
      background: -o-linear-gradient(top, #30b7af 0%, #41d0c8 89%, #41d0c8 100%);
      background: -ms-linear-gradient(top, #30b7af 0%, #41d0c8 89%, #41d0c8 100%);
      background: linear-gradient(to bottom, #30b7af 0%, #41d0c8 89%, #41d0c8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8bb5', endColorstr='#195787', GradientType=0 ); }
    .item-sc.color-toska:after {
      background: #42d0c8;
      background-image: radial-gradient(#3bc5be 60%, transparent 60%);
      background-position: 15px -10px;
      background-repeat: no-repeat; }
  .item-sc.color-orange {
    background: #f8d058;
    background: -moz-linear-gradient(top, #f8d058 0%, #ffae00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f8d058), color-stop(100%, #ffae00));
    background: -webkit-linear-gradient(top, #f8d058 0%, #ffae00 100%);
    background: -o-linear-gradient(top, #f8d058 0%, #ffae00 100%);
    background: -ms-linear-gradient(top, #f8d058 0%, #ffae00 100%);
    background: linear-gradient(to bottom, #f8d058 0%, #ffae00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52add4', endColorstr='#104d7c', GradientType=0 ); }
    .item-sc.color-orange:before {
      background: #f9cb4b;
      background: -moz-linear-gradient(top, #f9cb4b 0%, #fdb91e 89%, #fdb91e 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9cb4b), color-stop(89%, #fdb91e), color-stop(100%, #fdb91e));
      background: -webkit-linear-gradient(top, #f9cb4b 0%, #fdb91e 89%, #fdb91e 100%);
      background: -o-linear-gradient(top, #f9cb4b 0%, #fdb91e 89%, #fdb91e 100%);
      background: -ms-linear-gradient(top, #f9cb4b 0%, #fdb91e 89%, #fdb91e 100%);
      background: linear-gradient(to bottom, #f9cb4b 0%, #fdb91e 89%, #fdb91e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8bb5', endColorstr='#195787', GradientType=0 ); }
    .item-sc.color-orange:after {
      background: #fbbf2c;
      background-image: radial-gradient(#fdb716 60%, transparent 60%);
      background-position: 15px -10px;
      background-repeat: no-repeat; }
  .item-sc.color-red {
    background: #fa8678;
    background: -moz-linear-gradient(top, #fa8678 0%, #dd4b39 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fa8678), color-stop(100%, #dd4b39));
    background: -webkit-linear-gradient(top, #fa8678 0%, #dd4b39 100%);
    background: -o-linear-gradient(top, #fa8678 0%, #dd4b39 100%);
    background: -ms-linear-gradient(top, #fa8678 0%, #dd4b39 100%);
    background: linear-gradient(to bottom, #fa8678 0%, #dd4b39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52add4', endColorstr='#104d7c', GradientType=0 ); }
    .item-sc.color-red:before {
      background: #ef7061;
      background: -moz-linear-gradient(top, #ef7061 0%, #e54b38 89%, #e54b38 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #ef7061), color-stop(89%, #e54b38), color-stop(100%, #e54b38));
      background: -webkit-linear-gradient(top, #ef7061 0%, #e54b38 89%, #e54b38 100%);
      background: -o-linear-gradient(top, #ef7061 0%, #e54b38 89%, #e54b38 100%);
      background: -ms-linear-gradient(top, #ef7061 0%, #e54b38 89%, #e54b38 100%);
      background: linear-gradient(to bottom, #ef7061 0%, #e54b38 89%, #e54b38 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8bb5', endColorstr='#195787', GradientType=0 ); }
    .item-sc.color-red:after {
      background: #eb6959;
      background-image: radial-gradient(#e45a49 60%, transparent 60%);
      background-position: 15px -10px;
      background-repeat: no-repeat; }
  .item-sc.color-blue {
    background: #3395dc;
    background: -moz-linear-gradient(top, #3395dc 0%, #006ab6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #3395dc), color-stop(100%, #006ab6));
    background: -webkit-linear-gradient(top, #3395dc 0%, #006ab6 100%);
    background: -o-linear-gradient(top, #3395dc 0%, #006ab6 100%);
    background: -ms-linear-gradient(top, #3395dc 0%, #006ab6 100%);
    background: linear-gradient(to bottom, #3395dc 0%, #006ab6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52add4', endColorstr='#104d7c', GradientType=0 ); }
    .item-sc.color-blue:before {
      background: #2387d0;
      background: -moz-linear-gradient(top, #2387d0 0%, #036db8 89%, #036db8 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #2387d0), color-stop(89%, #036db8), color-stop(100%, #036db8));
      background: -webkit-linear-gradient(top, #2387d0 0%, #036db8 89%, #036db8 100%);
      background: -o-linear-gradient(top, #2387d0 0%, #036db8 89%, #036db8 100%);
      background: -ms-linear-gradient(top, #2387d0 0%, #036db8 89%, #036db8 100%);
      background: linear-gradient(to bottom, #2387d0 0%, #036db8 89%, #036db8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8bb5', endColorstr='#195787', GradientType=0 ); }
    .item-sc.color-blue:after {
      background: #177ec8;
      background-image: radial-gradient(#0c74bf 60%, transparent 60%);
      background-position: 15px -10px;
      background-repeat: no-repeat; }
  .item-sc.color-purple {
    background: #d490f7;
    background: -moz-linear-gradient(top, #d490f7 0%, #ad30ee 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d490f7), color-stop(100%, #ad30ee));
    background: -webkit-linear-gradient(top, #d490f7 0%, #ad30ee 100%);
    background: -o-linear-gradient(top, #d490f7 0%, #ad30ee 100%);
    background: -ms-linear-gradient(top, #d490f7 0%, #ad30ee 100%);
    background: linear-gradient(to bottom, #d490f7 0%, #ad30ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52add4', endColorstr='#104d7c', GradientType=0 ); }
    .item-sc.color-purple:before {
      background: #ca78f5;
      background: -moz-linear-gradient(top, #ca78f5 0%, #b038ef 89%, #b038ef 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #ca78f5), color-stop(89%, #b038ef), color-stop(100%, #b038ef));
      background: -webkit-linear-gradient(top, #ca78f5 0%, #b038ef 89%, #b038ef 100%);
      background: -o-linear-gradient(top, #ca78f5 0%, #b038ef 89%, #b038ef 100%);
      background: -ms-linear-gradient(top, #ca78f5 0%, #b038ef 89%, #b038ef 100%);
      background: linear-gradient(to bottom, #ca78f5 0%, #b038ef 89%, #b038ef 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8bb5', endColorstr='#195787', GradientType=0 ); }
    .item-sc.color-purple:after {
      background: #be5cf2;
      background-image: radial-gradient(#b544f0 60%, transparent 60%);
      background-position: 15px -10px;
      background-repeat: no-repeat; }
  .item-sc.color-green {
    background: #96cf32;
    background: -moz-linear-gradient(top, #96cf32 0%, #62880f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #96cf32), color-stop(100%, #62880f));
    background: -webkit-linear-gradient(top, #96cf32 0%, #62880f 100%);
    background: -o-linear-gradient(top, #96cf32 0%, #62880f 100%);
    background: -ms-linear-gradient(top, #96cf32 0%, #62880f 100%);
    background: linear-gradient(to bottom, #96cf32 0%, #62880f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52add4', endColorstr='#104d7c', GradientType=0 ); }
    .item-sc.color-green:before {
      background: #84b626;
      background: -moz-linear-gradient(top, #84b626 0%, #679013 89%, #679013 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #84b626), color-stop(89%, #679013), color-stop(100%, #679013));
      background: -webkit-linear-gradient(top, #84b626 0%, #679013 89%, #679013 100%);
      background: -o-linear-gradient(top, #84b626 0%, #679013 89%, #679013 100%);
      background: -ms-linear-gradient(top, #84b626 0%, #679013 89%, #679013 100%);
      background: linear-gradient(to bottom, #84b626 0%, #679013 89%, #679013 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8bb5', endColorstr='#195787', GradientType=0 ); }
    .item-sc.color-green:after {
      background: #79a81f;
      background-image: radial-gradient(#6d9816 60%, transparent 60%);
      background-position: 15px -10px;
      background-repeat: no-repeat; }

.info-sc {
  color: #FFF; }
  .info-sc h3, .info-sc p {
    margin: 0; }
  .info-sc h3 {
    font-size: 50px;
    font-weight: bold; }
  .info-sc p {
    font-size: 18px;
    font-weight: bold; }
  .info-sc span {
    font-size: 13px;
    color: #fff200; }

.wrap-icon {
  position: relative; }
  .wrap-icon:before {
    position: absolute;
    content: '';
    top: -15px;
    left: 25px;
    width: calc(100% - 10px);
    height: calc(100% + 28px);
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 20%, transparent 20%);
    background-color: transparent;
    background-position: 0 0, 10px 10px;
    background-size: 10px 10px;
    z-index: 1; }

.icon-sc {
  position: relative;
  padding: 7px;
  width: 100px;
  height: 100px;
  background: #FFF;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2; }
  .icon-sc img {
    width: 100%; }

.item-book {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .item-book.disabled {
    background: #ddd; }
    .item-book.disabled h3 {
      color: #454545; }
  .item-book.load .load-book {
    display: flex; }
  .item-book:hover {
    background: #006ab6; }
    .item-book:hover h3 {
      color: #fff765; }
    .item-book:hover p {
      color: #fff; }
    .item-book:hover .footer-book {
      color: #fff765;
      background: #0167b0; }
  .item-book h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: bold; }
  .item-book p {
    margin-bottom: 0;
    color: #747474; }

.body-book {
  padding: 25px 20px;
  text-align: center; }

.footer-book {
  padding: 15px 10px;
  font-size: 13px;
  color: #626262;
  font-weight: bold;
  background: #f5f5f5;
  text-align: center; }

.load-book {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5; }
  .load-book img {
    width: 20px; }

.item-chapter {
  display: block;
  padding: 15px 10px;
  margin-bottom: 25px;
  text-align: center;
  background: #006ab6;
  border-radius: 3px; }
  .item-chapter:hover {
    background: #024c81; }
  .item-chapter.done, .item-chapter.done:hover {
    background: #ccc; }
    .item-chapter.done .title-item-chapter, .item-chapter.done:hover .title-item-chapter {
      color: #333; }
  .item-chapter .title-item-chapter {
    font-size: 16px;
    color: #fff; }

.box-ilp .box-header {
  padding: 12px 20px; }
  .box-ilp .box-header .box-title {
    color: #006ab6; }
.box-ilp .box-body {
  padding: 12px 20px; }
  .box-ilp .box-body p {
    color: #747474;
    line-height: 1.8; }
.box-ilp .box-footer {
  padding: 12px 20px; }

.title-question {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.info-question {
  padding-bottom: 20px;
  border-bottom: 1px solid #F1F1F1; }
  .info-question p:last-child {
    margin-bottom: 0; }

.note-question {
  margin-top: 15px;
  font-weight: 600; }

.main-question {
  padding-bottom: 10px;
  margin-top: 20px; }
  .main-question ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .main-question ul.img-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .main-question ul.img-list li {
        margin-bottom: 15px;
        width: 50%; }
    .main-question ul li {
      margin-bottom: 3px;
      color: #747474;
      line-height: 24px; }
      .main-question ul li label {
        margin: 0;
        font-weight: normal; }
        .main-question ul li label:hover {
          color: #343434; }

.the-question {
  margin-bottom: 7px; }
  .the-question p {
    margin-bottom: 0;
    color: #343434 !important; }

.button-footer {
  display: flex;
  justify-content: space-between; }

.btn-question, .btn-question-num {
  padding: 6px 25px;
  font-size: 13px;
  color: #a8a8a8;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 3px; }
  .btn-question:hover, .btn-question-num:hover {
    background: #f1f1f1; }
  .btn-question.active, .active.btn-question-num {
    color: #fee902;
    background: #006ab6;
    border-color: #006ab6; }
    .btn-question.active:hover, .active.btn-question-num:hover {
      background: #024c81; }
  .btn-question.check, .check.btn-question-num {
    color: #fff;
    background: #03ac0e;
    border-color: #03ac0e; }
    .btn-question.check:hover, .check.btn-question-num:hover {
      background: #03930c;
      border-color: #03930c; }

.btn-question-num {
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: #007600;
  border-color: #007600; }
  .btn-question-num:hover {
    background: #006200; }

.box-pager {
  display: none; }

.info-time {
  padding: 5px 15px;
  background: #89bd3e;
  font-size: 13px;
  color: #fff;
  border-radius: 3px; }
  .info-time span {
    margin-left: 5px;
    color: #fee902; }

.audio-container {
  position: relative; }
  .audio-container:before {
    position: absolute;
    content: '';
    top: 0;
    right: 50px;
    width: calc(100% - 93px);
    height: 100%;
    background: transparent;
    z-index: 1; }

#audio {
  display: block;
  width: 100%; }

.img-question {
  max-width: 150px; }

.title-question-num {
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #006ab6; }

.question-num {
  display: flex;
  flex-wrap: wrap;
  padding: 0 7px;
  margin: 0;
  min-height: 110px;
  list-style: none; }
  .question-num li {
    padding: 0 3px;
    margin-bottom: 6px;
    width: calc(100% / 6); }
    .question-num li a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 30px;
      font-size: 13px;
      color: #989898;
      background: #dfdfdf;
      text-align: center;
      border-radius: 3px; }
      .question-num li a.active {
        color: #fee902;
        background: #006ab6; }
        .question-num li a.active:hover {
          background: #024c81; }
        .question-num li a.active.stay {
          color: #fee902;
          background: #024c81; }
      .question-num li a.stay {
        color: #565656;
        background: #999; }

.item-result {
  padding: 20px;
  border-bottom: 1px solid #eee;
  border-left: 5px solid #eee; }
  .item-result:last-child {
    border-bottom: none; }
  .item-result.correct {
    border-left-color: rgba(43, 171, 128, 0.6); }
  .item-result.wrong {
    border-left-color: rgba(226, 69, 54, 0.6); }

.result-question {
  font-weight: 600; }
  .result-question p {
    margin-bottom: 10px; }

.list-choice {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-choice.wrong li.active:before {
    background: #de3120; }
  .list-choice li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px; }
    .list-choice li:last-child {
      margin-bottom: 0; }
    .list-choice li.active:before {
      background: #006ab6; }
    .list-choice li.correct {
      color: #228665;
      font-weight: 600; }
      .list-choice li.correct:before {
        background: #269771; }
    .list-choice li:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 12px;
      height: 12px;
      background: #ddd;
      border-radius: 50%;
      transform: translateY(-50%); }

.answer-essay {
  margin-top: -3px; }
  .answer-essay.correct {
    color: #228665; }
  .answer-essay span {
    margin-right: 10px;
    color: #006ab6;
    font-weight: 600; }

.explan-question {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 20px;
  margin-bottom: 0;
  background: #f1f1f1;
  border-left-color: #ddd; }
  .explan-question h4 {
    margin-bottom: 5px;
    font-size: 13px;
    color: #454545;
    font-weight: bold; }

.score-display {
  padding: 5px 15px;
  font-size: 36px;
  font-weight: 300;
  text-align: center; }
  .score-display span {
    font-size: 42px;
    font-weight: bold; }

.logo-ontest {
  display: none; }

.hide-navigation.sidebar-collapse .content-wrapper {
  margin-left: 0 !important; }
.hide-navigation .main-sidebar, .hide-navigation .logo, .hide-navigation .sidebar-toggle, .hide-navigation .navbar-custom-menu, .hide-navigation .breadcrumb {
  display: none; }
.hide-navigation .content-wrapper, .hide-navigation .main-footer, .hide-navigation .navbar {
  margin-left: 0; }
.hide-navigation .logo-ontest {
  display: block;
  margin-top: 9px;
  text-align: center; }

.audio-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .audio-container #audioque, .audio-container #audio {
    width: calc(100% - 50px); }
  .audio-container .btn-reload, .audio-container .btn-reload-cp {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #006ab6;
    border: 1px solid #006ab6; }

/*# sourceMappingURL=style.css.map */
