@charset "UTF-8";
html, body {
  font-family: "Open Sans", sans-serif;
  color: #2c2d2d;
  line-height: 1.4rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.bg-2790cf {
  background-color: #2790cf;
}

a.to-top {
  width: 45px;
  height: 45px;
  padding: 11px 17px;
  background: #2890cf;
  color: #fff !important;
  bottom: calc(24vh + 50px) !important;
  z-index: 999;
  border-radius: 10px;
}

.btn-group-sidebar {
  position: fixed;
  bottom: calc(24vh - 50px) !important;
  right: 0px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.button-lo-trinh-hoc, .button-random-de-thi-thu {
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 10px;
  background: #2890cf;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
}

.button-lo-trinh-hoc {
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 10px;
  background: #2890cf;
  color: #fff;
  align-items: center;
  justify-content: center;
}

#buttonAudioChannel {
  position: fixed;
  bottom: calc(24vh - 100px) !important;
  right: 0px;
  z-index: 999;
  padding-bottom: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
  border-radius: 10px;
}
#buttonAudioChannel .card {
  border: 0px;
  border-radius: 10px;
  background: none;
}
#buttonAudioChannel .card-header {
  height: 45px;
  padding: 11px 15px;
  background: #2890cf;
  color: #fff;
  border-radius: 10px;
}
#buttonAudioChannel .card-header span {
  display: none;
}
#buttonAudioChannel .card-body {
  display: none;
  background: #ffffff;
}
#buttonAudioChannel.show {
  width: 200px;
}
#buttonAudioChannel.show .card-header {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#buttonAudioChannel.show .card-header span {
  display: inline-block;
}
#buttonAudioChannel.show .card-body {
  display: inline-block;
}

.section-title {
  font-weight: 700;
  color: #2790cf;
  font-size: 1.25rem;
  line-height: normal;
}
.section-title-big {
  color: #2790cf;
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
}
.section-title-black {
  color: #333333;
}

.btn-hoc-ngay {
  font-weight: bold;
  font-size: 1.2rem;
  color: #ffffff;
  border-radius: 1.2rem;
  padding: 0.5rem 2.5rem;
  background-color: #ff9137;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.btn-huong-dan {
  font-weight: bold;
  font-size: 1.2rem;
  color: #ffffff;
  border-radius: 1.2rem;
  padding: 0.5rem 2.5rem;
  background-color: #0161AD;
  text-align: center;
  cursor: pointer;
}
.btn-huong-dan:hover {
  background-color: #0161AD;
  color: #fff;
}

.bg-box-header {
  padding: 15px 0px;
  background-color: #e3f1f9;
}

body {
  background: #f2f2f2;
}
body.home-template {
  background: #ffffff;
}
body.home-template .bg-box-header {
  display: none;
}

.thumbnail {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.thumbnail img {
  max-height: 100%;
}

.navbar-nav .dropdown-menu {
  z-index: 1021;
}

.ClassyCountdown-wrapper > div {
  width: calc(40% - 20px) !important;
}
.ClassyCountdown-wrapper .ClassyCountdown-value {
  font-size: 1.2rem !important;
}
@media (max-width: 768px) {
  .ClassyCountdown-wrapper > div {
    width: 70px !important;
    margin: 5px !important;
  }
  .ClassyCountdown-wrapper .ClassyCountdown-value {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}

.breadcrumb {
  background-color: #ffffff;
  font-weight: bold;
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #2790cf;
  margin-right: 0.5rem;
}
.breadcrumb .breadcrumb-item:before {
  color: #000000;
}

.modal-content {
  background-image: url(/images/bg_modal.png?067b851d722b50c427d937502663a505);
  background-repeat: no-repeat;
  background-position: right bottom;
}

img {
  max-width: 100%;
  height: auto;
}

.btn-blue {
  background-color: #298fce;
  color: #fff;
}
.btn-blue:hover {
  background-color: #ca225a;
  color: #fff;
}

.lazyload {
  opacity: 0;
}
.lazyload.loaded {
  transition: opacity 0.5s;
  opacity: 1;
}

/* --------------------Ratio------------------- */
.image-box {
  position: relative;
  overflow: hidden;
}

.image-box::before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

.image-box .img-post {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  background-size: cover;
  background-position: center;
  width: auto;
}

.image-box.ratio-1-1::before {
  padding-top: 90%;
}

.image-box.ratio-2-1::before {
  padding-top: 50%;
}

.image-box.ratio-1-2::before {
  padding-top: 200%;
}

.image-box.ratio-4-3::before {
  padding-top: 75%;
}

.image-box.ratio-5-3::before {
  padding-top: 60%;
}

.image-box.ratio-16-9::before {
  padding-top: 56.25%;
}

#hoc-tap-description .image-box .img-post {
  bottom: auto;
}

.question u {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.sd-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  z-index: 999;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .sd-sticky {
    top: 107px;
  }
}

.alert-fixed {
  position: fixed;
  top: 10px;
  right: 10px;
  width: auto;
  z-index: 9999;
  border-radius: 0;
}

.ptt-notify {
  position: absolute;
  top: 10px;
  left: 10px;
}

.textboxParent {
  display: inline;
  align-items: center;
}

.new-title-h1 {
  font-size: 1.5rem;
}

.keo_tha_tu_cot_co_dinh thead, .keo_tha_tu_cot_co_dinh .table thead th, .keo_tha_tu_cot_co_dinh .table-bordered td, .keo_tha_tu_cot_co_dinh .table-bordered th, .keo_tha_tu_cot_co_dinh tbody, .keo_tu_vao_cot thead, .keo_tu_vao_cot .table thead th, .keo_tu_vao_cot .table-bordered td, .keo_tu_vao_cot .table-bordered th, .keo_tu_vao_cot tbody {
  border: 2px solid black;
}

.keo_tu_vao_cho_trong_cau .paragraph strong {
  float: left;
  margin-right: 0.5rem;
}
.keo_tu_vao_cho_trong_cau .card-title .fa-times-square, .keo_tu_vao_cho_trong_cau .card-title .fa-check-square {
  float: left;
}

.div-audio {
  position: relative;
}
.div-audio audio {
  z-index: 2;
}
.div-audio:after {
  content: " ";
  width: calc(100% - 35px);
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
}
.div-audio .playAudio {
  position: absolute;
  left: 20px;
  top: 31px;
  border: 0px;
  z-index: 4;
  cursor: pointer;
}

.nav-user {
  justify-content: center;
  border: 1px solid #2790cf;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
}

.nav-item-notify .nav-item-notify-icon {
  font-size: 24px;
  padding: 5px;
}
.nav-item-notify .nav-item-notify-count {
  color: #ffffff;
  left: 20px;
}

.navbar {
  background-color: #2790cf;
}
.navbar a {
  color: #FFFFFF !important;
  font-weight: bold;
}
.navbar .nav-item.active a {
  color: #ff9137 !important;
}
.navbar .dropdown-menu a {
  color: #000 !important;
  font-weight: normal;
}
.navbar .navbar-collapse {
  padding: 0px;
}
.navbar .navbar-collapse > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.nav-user .switch-site, .nav-user-mb .switch-site {
  display: inline-flex;
  border-radius: 50px;
  background: #2790cf;
  padding: 2px;
  font-size: 12px;
}
.nav-user .switch-site a, .nav-user-mb .switch-site a {
  color: #ffffff;
  font-weight: bold;
}
.nav-user .switch-site a:hover, .nav-user .switch-site a.current, .nav-user-mb .switch-site a:hover, .nav-user-mb .switch-site a.current {
  border-radius: 50px;
  background: #ffffff;
  color: #2790cf !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #cc2058 !important;
}

.box-teacher {
  border: 1px solid #2790cf;
  border-radius: 10px;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 0px;
  margin-bottom: 20px;
}
.box-teacher .box-teacher-header {
  display: flex;
  min-height: 85px;
  background-color: #eef6fb;
  border-radius: 20px;
  padding: 0.5rem;
}
.box-teacher .box-teacher-header img {
  max-height: 60px;
  max-width: 60px;
  margin-right: 0.5rem;
}
.box-teacher .box-teacher-header .teacher-name {
  color: #2790cf;
  font-weight: 600;
  font-size: 1.15rem;
}
.box-teacher .box-teacher-header .teacher-position {
  font-size: 0.8rem;
  color: #2a2a2a;
  font-style: italic;
}
.box-teacher .box-teacher-body .collapsing {
  height: 2.8rem;
}
.box-teacher .box-teacher-body .collapse:not(.show) {
  display: block;
  height: 2.8rem;
  overflow: hidden;
  position: relative;
}
.box-teacher .box-teacher-body a {
  color: #2790cf;
  font-size: 0.8rem;
  font-style: italic;
}
.box-teacher .box-teacher-body a:not(.collapsed)::after {
  content: "Rút gọn";
}
.box-teacher .box-teacher-body a.collapsed::after {
  content: "Xem thêm";
}

.box-hoc-sinh {
  border: 1px solid #2790cf;
  border-radius: 10px;
  padding-bottom: 20px;
  padding-top: 80px;
}
.box-hoc-sinh .box-hoc-sinh-title {
  font-size: 0.8rem;
  color: #fefefe;
  background-color: #2790cf;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  margin-bottom: -20px;
}

.why-to-choose-us-box {
  background-image: url(/images/bg_why_choose_us.jpg?2d69880fd435398e5d11c57bafe992e8);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-to-choose-us-box .why-to-choose-us-item {
  background-color: transparent;
  color: #FFFFFF;
}
.why-to-choose-us-box .why-to-choose-us-item .card-title a {
  color: #fcff00;
}
.why-to-choose-us-box .why-to-choose-us-item .card-title a:hover {
  text-decoration: none;
}
.why-to-choose-us-box .blockquote {
  padding: 2rem 0px;
}
.why-to-choose-us-box .blockquote a {
  color: #ffffff;
  font-weight: 900;
}
.why-to-choose-us-box .blockquote .blockquote-footer {
  padding: 2rem 0px;
  font-size: 1.25rem;
  color: #fcff13;
}

.mat-goc-box {
  color: #2c2d2d;
  font-size: 1.15rem;
}
.mat-goc-box h4 {
  font-weight: bold;
}

.luyen-thi-box {
  display: flex;
  flex-wrap: wrap;
}
.luyen-thi-box .luyen-thi-item {
  flex: 1 1 33.33%;
}
.luyen-thi-box .luyen-thi-item .luyen-thi-item-header {
  position: relative;
  background-image: url(/images/bg_luyen_thi_item.png?6b679854cbfda464fb00ca02665adf95);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.luyen-thi-box .luyen-thi-item .luyen-thi-item-header h6 {
  width: 60%;
  margin: auto;
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #2790cf;
  font-weight: bold;
}
.luyen-thi-box .luyen-thi-item .luyen-thi-item-header .btn-hoc-ngay {
  font-size: 1rem;
  padding: 0.2rem 1rem;
}
.luyen-thi-box .luyen-thi-item .luyen-thi-item-header:after {
  content: " ";
  width: 2px;
  height: 40px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -40px;
  margin: auto;
  background-color: #2790cf;
}
.luyen-thi-box .luyen-thi-item .luyen-thi-item-content:before {
  content: " ";
  height: 30px;
  width: 100%;
  background-color: #56a8da;
  display: inline-block;
  margin-bottom: 10px;
}
.luyen-thi-box .luyen-thi-item:first-child .luyen-thi-item-content:before {
  background-color: #b8daef;
}
.luyen-thi-box .luyen-thi-item:last-child .luyen-thi-item-content:before {
  background-color: #2790cf;
}

.luyen-thi-box-v2 {
  display: flex;
  flex-wrap: wrap;
}
.luyen-thi-box-v2 h6 {
  margin: auto;
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.luyen-thi-box-v2 .btn-hoc-ngay {
  font-size: 1rem;
  padding: 0.2rem 1rem;
  width: 100%;
  display: block;
}
.luyen-thi-box-v2 .luyen-thi-item {
  flex: 1 1 33.33%;
}
.luyen-thi-box-v2 .luyen-thi-item .luyen-thi-item-header {
  width: 50%;
  margin: auto;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
}
.luyen-thi-box-v2 .luyen-thi-item .luyen-thi-item-header a {
  color: #ffffff;
}
.luyen-thi-box-v2 .luyen-thi-item .luyen-thi-item-header .box-require-point {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: red;
  margin-bottom: 0.5rem;
}
.luyen-thi-box-v2 .luyen-thi-item .luyen-thi-item-header .box-require-point div {
  margin-bottom: 0.5rem;
}
.luyen-thi-box-v2 .luyen-thi-item .luyen-thi-item-content {
  padding: 0px 1rem;
}

.thpt-item {
  margin-bottom: 1.5rem;
}
.thpt-item .thpt-item-content {
  color: #2d2d2d;
  line-height: 1.4rem;
  display: flex;
}
.thpt-item .thpt-item-content img {
  max-width: 72px;
  max-height: 85px;
  margin-right: 1rem;
}
.thpt-item .thpt-item-content a {
  font-weight: bold;
  color: #2790cf;
  font-size: 1.12rem;
}
.thpt-item .thpt-xem-them {
  color: #ff9137;
  font-style: italic;
  font-weight: 600;
}

.press-new {
  padding-bottom: 2rem;
}
.press-new .press-new-logo {
  max-height: 36px;
}
.press-new .press-new-thumb {
  max-height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.press-new .press-new-content {
  font-size: 1.13rem;
}

#slide-hoc-vien {
  background-image: url(/images/bg_slide_hoc_vien.jpg?47051c49cb045428901fae33cd8b2322);
  background-size: cover;
  background-repeat: no-repeat;
}
#slide-hoc-vien img {
  width: 90px;
  height: 90px;
  display: inline-block;
}
#slide-hoc-vien .slide-hoc-vien-content {
  padding: 1rem;
  text-align: center;
  color: #ffffff;
}
#slide-hoc-vien .slide-hoc-vien-content h6 {
  color: #ff9137;
  font-size: 1.25rem;
}
#slide-hoc-vien .slide-hoc-vien-content .hoc-vien-dia-chi {
  padding: 0px 25%;
  font-size: 0.9rem;
}
#slide-hoc-vien .slide-hoc-vien-content .hoc-vien-quote {
  font-weight: 600;
  font-size: 0.95rem;
  font-style: italic;
  padding: 0px 10%;
}

.form-dang-ky-hoc-thu {
  display: flex;
  flex-wrap: wrap;
}
.form-dang-ky-hoc-thu .form-group {
  padding: 1rem;
  flex: 1 1 50%;
}
.form-dang-ky-hoc-thu .form-group input[type=text], .form-dang-ky-hoc-thu .form-group input[type=email] {
  border-radius: 25px;
}
.form-dang-ky-hoc-thu .form-group input[type=text]::-moz-placeholder, .form-dang-ky-hoc-thu .form-group input[type=email]::-moz-placeholder {
  font-style: italic;
}
.form-dang-ky-hoc-thu .form-group input[type=text]:-ms-input-placeholder, .form-dang-ky-hoc-thu .form-group input[type=email]:-ms-input-placeholder {
  font-style: italic;
}
.form-dang-ky-hoc-thu .form-group input[type=text]::placeholder, .form-dang-ky-hoc-thu .form-group input[type=email]::placeholder {
  font-style: italic;
}
@media (max-width: 576px) {
  .form-dang-ky-hoc-thu .form-group {
    flex: 1 1 100%;
    padding: 0px;
  }
  .form-dang-ky-hoc-thu .form-group .btn-hoc-ngay {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .luyen-thi-box .luyen-thi-item {
    flex: 1 1 100%;
  }

  .box-teacher {
    margin: 0px;
    margin-bottom: 20px;
  }

  .luyen-thi-box-v2 .luyen-thi-item {
    flex: 1 1 100%;
  }
}
#modalLiveClass0d .modal-content, #modalLiveClass0d .modal-body, #modalLiveClass0d .modal-header {
  background: transparent;
  border: 0px;
}
#modalLiveClass0d .modal-content .close {
  font-size: 0px;
  width: 38px;
  height: 32px;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-image: url(/images/x.png?37099360f39c892f87ed864f5a821737);
  background-repeat: no-repeat;
  background-position: center center;
}

#tinTuc a {
  font-weight: bold;
}

.question.dien_tu_vao_cho_trong_cau .card-title p {
  display: inline-block;
}

.stepper-thpt {
  display: flex;
  width: 100%;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
}
.stepper-thpt li {
  flex: 1;
}
.stepper-thpt li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.stepper-thpt li a.active .circle span, .stepper-thpt li a:hover .circle span {
  background: #0061af;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}
.stepper-thpt li a:after {
  content: "";
  border: 1px solid #0061af;
  height: 1px;
  width: 100%;
  top: 13px;
  position: absolute;
}
.stepper-thpt li a .circle {
  border: 1px solid #0061af;
  width: 26px;
  height: 26px;
  padding: 2px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.stepper-thpt li a .label {
  color: #0061af;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .stepper-thpt li a .label {
    font-size: 16px;
  }
}
.stepper-thpt li:first-child a:after {
  width: 50%;
  right: 0px;
}
.stepper-thpt li:last-child a:after {
  width: 50%;
  left: 0px;
}

.thpt-owl-carousel {
  margin-top: 50px;
  margin-bottom: 20px;
}
.thpt-owl-carousel .col-lg-4 {
  display: flex;
  justify-content: center;
}
.thpt-owl-carousel .item-thpt {
  position: relative;
  margin: 15px auto;
  display: inline-block;
}
.thpt-owl-carousel .item-thpt img {
  width: 310px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.thpt-owl-carousel .item-thpt span {
  color: #FFFFFF;
  background: #0061af;
  padding: 20px 40px 20px;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.thpt-owl-carousel .item-thpt-2018 {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
  flex-wrap: wrap;
  gap: 15px;
}
.thpt-owl-carousel .item-thpt-2018 h3 {
  font-size: 24px;
  color: #0061af;
  font-weight: bold;
}
.thpt-owl-carousel .item-thpt-2018 .btn-hoc-ngay {
  background: #0061af;
}
.thpt-owl-carousel .item-thpt-2018 img {
  width: 300px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-khoa-bo-tro-homepage {
  border-radius: 30px;
  box-shadow: -16px 11px 7px -6px rgba(2, 3, 2, 0.0941176471);
  height: 100%;
}
.item-khoa-bo-tro-homepage .item-header {
  border-bottom: 2px solid #2790cf;
  margin-bottom: 15px;
}
.item-khoa-bo-tro-homepage .item-header img {
  margin-bottom: -1px;
}
.item-khoa-bo-tro-homepage .item-content {
  font-size: 20px;
}

.footer {
  background-image: -ms-linear-gradient(-90deg, #2a2b2c 65%, #202122 0%);
  background: linear-gradient(-90deg, #2a2b2c 65%, #202122 0%);
}
.footer .footer_contact {
  background-color: #2790cf;
}
.footer .footer_contact ul {
  background-color: #fff;
}
@media (max-width: 568px) {
  .footer .footer_contact ul li {
    flex: 1;
    border-bottom: 1px solid #dee2e6;
  }
}
.footer .footer_contact a {
  color: #000;
}

.left-footer {
  background: #202122;
}

.ct-footer p {
  color: #b9b9b9;
}

.nav-footer {
  border-right: 4px solid #298fce;
}
@media (max-width: 767px) {
  .nav-footer {
    border: 0px;
    border-left: 4px solid #298fce;
    justify-content: start !important;
  }
}

.ct-footer .nav-link {
  color: #b9b9b9;
}

.ct-footer .nav-link:hover {
  color: #fff;
}

.nav-footer .nav-link {
  text-transform: uppercase;
  font-size: 14px;
}

.logo-footer {
  max-width: 100%;
}

.form-register-user .section-title, .form-login-user .section-title, .form-forgot-password-modal .section-title, .form-register-user-agent .section-title {
  color: #23b54a;
  font-size: 1.65rem;
}
.form-register-user .section-sub-title, .form-login-user .section-sub-title, .form-forgot-password-modal .section-sub-title, .form-register-user-agent .section-sub-title {
  color: #3d3d3d;
  font-weight: bold;
}

#form-register-user input[type=text], #form-register-user input[type=email], #form-register-user input[type=number], #form-register-user input[type=password], #form-register-user select, #form-login-modal input[type=text], #form-login-modal input[type=email], #form-login-modal input[type=number], #form-login-modal input[type=password], #form-login-modal select, .form-login-user input[type=text], .form-login-user input[type=email], .form-login-user input[type=number], .form-login-user input[type=password], .form-login-user select, .form-forgot-password-modal input[type=text], .form-forgot-password-modal input[type=email], .form-forgot-password-modal input[type=number], .form-forgot-password-modal input[type=password], .form-forgot-password-modal select, .form-user input[type=text], .form-user input[type=email], .form-user input[type=number], .form-user input[type=password], .form-user select, .form-register-user-agent input[type=text], .form-register-user-agent input[type=email], .form-register-user-agent input[type=number], .form-register-user-agent input[type=password], .form-register-user-agent select {
  background-color: #ecf5fb;
  color: #000;
  border-radius: 10px;
  border: 0px;
  padding: 1.5rem;
}
#form-register-user input[type=text]::-moz-placeholder, #form-register-user input[type=email]::-moz-placeholder, #form-register-user input[type=number]::-moz-placeholder, #form-register-user input[type=password]::-moz-placeholder, #form-register-user select::-moz-placeholder, #form-login-modal input[type=text]::-moz-placeholder, #form-login-modal input[type=email]::-moz-placeholder, #form-login-modal input[type=number]::-moz-placeholder, #form-login-modal input[type=password]::-moz-placeholder, #form-login-modal select::-moz-placeholder, .form-login-user input[type=text]::-moz-placeholder, .form-login-user input[type=email]::-moz-placeholder, .form-login-user input[type=number]::-moz-placeholder, .form-login-user input[type=password]::-moz-placeholder, .form-login-user select::-moz-placeholder, .form-forgot-password-modal input[type=text]::-moz-placeholder, .form-forgot-password-modal input[type=email]::-moz-placeholder, .form-forgot-password-modal input[type=number]::-moz-placeholder, .form-forgot-password-modal input[type=password]::-moz-placeholder, .form-forgot-password-modal select::-moz-placeholder, .form-user input[type=text]::-moz-placeholder, .form-user input[type=email]::-moz-placeholder, .form-user input[type=number]::-moz-placeholder, .form-user input[type=password]::-moz-placeholder, .form-user select::-moz-placeholder, .form-register-user-agent input[type=text]::-moz-placeholder, .form-register-user-agent input[type=email]::-moz-placeholder, .form-register-user-agent input[type=number]::-moz-placeholder, .form-register-user-agent input[type=password]::-moz-placeholder, .form-register-user-agent select::-moz-placeholder {
  color: #3d3d3d;
  font-style: italic;
}
#form-register-user input[type=text]:-ms-input-placeholder, #form-register-user input[type=email]:-ms-input-placeholder, #form-register-user input[type=number]:-ms-input-placeholder, #form-register-user input[type=password]:-ms-input-placeholder, #form-register-user select:-ms-input-placeholder, #form-login-modal input[type=text]:-ms-input-placeholder, #form-login-modal input[type=email]:-ms-input-placeholder, #form-login-modal input[type=number]:-ms-input-placeholder, #form-login-modal input[type=password]:-ms-input-placeholder, #form-login-modal select:-ms-input-placeholder, .form-login-user input[type=text]:-ms-input-placeholder, .form-login-user input[type=email]:-ms-input-placeholder, .form-login-user input[type=number]:-ms-input-placeholder, .form-login-user input[type=password]:-ms-input-placeholder, .form-login-user select:-ms-input-placeholder, .form-forgot-password-modal input[type=text]:-ms-input-placeholder, .form-forgot-password-modal input[type=email]:-ms-input-placeholder, .form-forgot-password-modal input[type=number]:-ms-input-placeholder, .form-forgot-password-modal input[type=password]:-ms-input-placeholder, .form-forgot-password-modal select:-ms-input-placeholder, .form-user input[type=text]:-ms-input-placeholder, .form-user input[type=email]:-ms-input-placeholder, .form-user input[type=number]:-ms-input-placeholder, .form-user input[type=password]:-ms-input-placeholder, .form-user select:-ms-input-placeholder, .form-register-user-agent input[type=text]:-ms-input-placeholder, .form-register-user-agent input[type=email]:-ms-input-placeholder, .form-register-user-agent input[type=number]:-ms-input-placeholder, .form-register-user-agent input[type=password]:-ms-input-placeholder, .form-register-user-agent select:-ms-input-placeholder {
  color: #3d3d3d;
  font-style: italic;
}
#form-register-user input[type=text]::placeholder, #form-register-user input[type=email]::placeholder, #form-register-user input[type=number]::placeholder, #form-register-user input[type=password]::placeholder, #form-register-user select::placeholder, #form-login-modal input[type=text]::placeholder, #form-login-modal input[type=email]::placeholder, #form-login-modal input[type=number]::placeholder, #form-login-modal input[type=password]::placeholder, #form-login-modal select::placeholder, .form-login-user input[type=text]::placeholder, .form-login-user input[type=email]::placeholder, .form-login-user input[type=number]::placeholder, .form-login-user input[type=password]::placeholder, .form-login-user select::placeholder, .form-forgot-password-modal input[type=text]::placeholder, .form-forgot-password-modal input[type=email]::placeholder, .form-forgot-password-modal input[type=number]::placeholder, .form-forgot-password-modal input[type=password]::placeholder, .form-forgot-password-modal select::placeholder, .form-user input[type=text]::placeholder, .form-user input[type=email]::placeholder, .form-user input[type=number]::placeholder, .form-user input[type=password]::placeholder, .form-user select::placeholder, .form-register-user-agent input[type=text]::placeholder, .form-register-user-agent input[type=email]::placeholder, .form-register-user-agent input[type=number]::placeholder, .form-register-user-agent input[type=password]::placeholder, .form-register-user-agent select::placeholder {
  color: #3d3d3d;
  font-style: italic;
}
#form-register-user .register-term, #form-login-modal .register-term, .form-login-user .register-term, .form-forgot-password-modal .register-term, .form-user .register-term, .form-register-user-agent .register-term {
  color: #3d3d3d;
  font-weight: 600;
}
#form-register-user .register-term a, #form-login-modal .register-term a, .form-login-user .register-term a, .form-forgot-password-modal .register-term a, .form-user .register-term a, .form-register-user-agent .register-term a {
  color: #2790cf;
}
#form-register-user .btn-dang-ky-ngay, #form-login-modal .btn-dang-ky-ngay, .form-login-user .btn-dang-ky-ngay, .form-forgot-password-modal .btn-dang-ky-ngay, .form-user .btn-dang-ky-ngay, .form-register-user-agent .btn-dang-ky-ngay {
  font-weight: bold;
  color: #ffffff;
  padding: 1rem;
  background-color: #00a651;
  text-transform: uppercase;
  border-radius: 10px;
}

.form-user label {
  font-weight: bold;
}
.form-user input {
  color: #ff9137 !important;
  text-align: center;
}

.nav-user, .nav-user-mb {
  color: #2790cf;
}
.nav-user .dropdown-menu, .nav-user-mb .dropdown-menu {
  padding: 0.25rem;
  z-index: 9999;
}
.nav-user .dropdown-menu .dropdown-item, .nav-user-mb .dropdown-menu .dropdown-item {
  color: #2790cf;
  background: #eef6fb;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
}
.nav-user .dropdown-menu .dropdown-item:last-child, .nav-user-mb .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0px;
}
.nav-user a, .nav-user-mb a {
  color: #2790cf;
}
.nav-user a:hover, .nav-user-mb a:hover {
  color: #2790cf;
}

#form-quick-submit-modal input[type=text] {
  background-color: #ecf5fb;
  color: #000;
  border-radius: 10px;
  border: 0px;
  padding: 1.5rem;
}
#form-quick-submit-modal input[type=text]::-moz-placeholder {
  color: #3d3d3d;
  font-style: italic;
}
#form-quick-submit-modal input[type=text]:-ms-input-placeholder {
  color: #3d3d3d;
  font-style: italic;
}
#form-quick-submit-modal input[type=text]::placeholder {
  color: #3d3d3d;
  font-style: italic;
}

#user-info {
  background-color: #f9f9f9;
  border: 1px solid #2790cf;
  padding: 1rem;
  text-align: center;
}

.form-register-user-agent .select2-container {
  width: 100% !important;
  background-color: #ecf5fb;
  border-radius: 10px;
  padding: 0.6rem;
}
.form-register-user-agent .select2-container--default .select2-selection--single {
  background-color: #ecf5fb;
  color: #000;
  border-radius: 10px;
  border: 0px;
}
.form-register-user-agent .select2-container--default .select2-selection--single::-moz-placeholder {
  color: #3d3d3d;
  font-style: italic;
}
.form-register-user-agent .select2-container--default .select2-selection--single:-ms-input-placeholder {
  color: #3d3d3d;
  font-style: italic;
}
.form-register-user-agent .select2-container--default .select2-selection--single::placeholder {
  color: #3d3d3d;
  font-style: italic;
}
.form-register-user-agent .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

#khoa-hoc-onthi {
  background-color: #e3f1f9;
}
#khoa-hoc-onthi .khoa-hoc-on-thi-box {
  width: 177px;
  margin: 1rem auto;
}
#khoa-hoc-onthi .khoa-hoc-on-thi-box .box-header {
  height: 177px;
  width: 177px;
  background-image: url(/images/bg_onthi_box_header.png?b30816311573b56635545b0c5d231626);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}
#khoa-hoc-onthi .khoa-hoc-on-thi-box .box-header h4 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #ffffff;
  font-weight: bold;
  padding: 40px;
}
#khoa-hoc-onthi .khoa-hoc-on-thi-box .box-body {
  background-color: #ffffff;
  color: #2c2d2d;
  padding: 1rem;
  padding-top: 110px;
  padding-bottom: 30px;
  height: 280px;
}
#khoa-hoc-onthi .khoa-hoc-on-thi-box .box-footer {
  margin-top: -13px;
}
#khoa-hoc-onthi .khoa-hoc-on-thi-box .box-footer a {
  width: 100%;
  background-image: url(/images/bg_onthi_box_footer.png?4396e17a8148c1269c218f365c9ba96d);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  font-weight: bold;
  color: #fbfe09;
  text-align: center;
  display: inline-block;
  min-height: 32px;
  line-height: 32px;
}

#khoa-hoc-thpt {
  background-color: #ffffff;
  padding-bottom: 7rem;
  background-image: url(/images/bg_khoa_hoc_template.png?22706d0b238a5c2dfb90e17676911833);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#khoa-hoc-thpt .khoa-hoc-thpt-box {
  margin: 2rem auto;
}
#khoa-hoc-thpt .khoa-hoc-thpt-box .box-header {
  background-color: #2790cf;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#khoa-hoc-thpt .khoa-hoc-thpt-box .box-header h4 {
  font-weight: bold;
  font-size: 1.15rem;
  color: #f6ee0b;
  padding: 1rem;
  text-align: center;
  margin: 0px;
}
#khoa-hoc-thpt .khoa-hoc-thpt-box .box-body {
  background-color: #f2f8fc;
  color: #2d2e2e;
  padding: 1rem;
  padding-bottom: 2rem;
  text-align: center;
}
#khoa-hoc-thpt .khoa-hoc-thpt-box .box-footer {
  background-color: #ff9137;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#khoa-hoc-thpt .khoa-hoc-thpt-box .box-footer a {
  width: 100%;
  padding: 0.5rem;
  color: #ffffff;
  text-align: center;
  line-height: 2rem;
  display: inline-block;
  font-weight: bold;
}
#khoa-hoc-thpt .khoa-hoc-thpt-box.khoa-hoc-thpt-box-old .box-footer, #khoa-hoc-thpt .khoa-hoc-thpt-box.khoa-hoc-thpt-box-new .box-footer {
  position: relative;
}
#khoa-hoc-thpt .khoa-hoc-thpt-box.khoa-hoc-thpt-box-old .box-footer:before, #khoa-hoc-thpt .khoa-hoc-thpt-box.khoa-hoc-thpt-box-new .box-footer:before {
  content: " ";
  background-image: url(/images/img_old_thpt.png?eb68a6293766e8c15b4ecb1c57b5c641);
  background-repeat: no-repeat;
  width: 81px;
  height: 92px;
  position: absolute;
  left: -1rem;
  z-index: 1;
  bottom: -1.5rem;
}
#khoa-hoc-thpt .khoa-hoc-thpt-box.khoa-hoc-thpt-box-new .box-footer:before {
  background-image: url(/images/img_new_thpt.png?1b8e06974bd796efbfded6a1fdddf615);
}

@media (max-width: 767.98px) {
  #khoa-hoc-thpt .khoa-hoc-thpt-box {
    margin: 2rem auto;
    width: 100% !important;
  }
}
.box-progress-user {
  background-color: #f9fcfe;
  border: 1px solid #2790cf;
  border-radius: 10px;
}
.box-progress-user .box-left .box-title, .box-progress-user .box-right .box-title {
  text-align: center;
  margin-top: -15px;
}
.box-progress-user .box-left .box-title h6, .box-progress-user .box-right .box-title h6 {
  display: inline-block;
  background-color: #2790cf;
  border-radius: 10px;
  padding: 0.25rem;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.box-progress-user .box-left .box-body, .box-progress-user .box-right .box-body {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.box-progress-user .box-left .box-body {
  display: flex;
  border-right: 1px solid #2790cf;
}
.box-progress-user .box-left .box-body .modalVideoCourse {
  text-align: center;
  position: relative;
  margin-right: 10px;
}
.box-progress-user .box-left .box-body .modalVideoCourse:after {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  right: 0px;
  left: 0px;
  display: inline-block;
  top: calc(50% - 25px);
}
.box-progress-user .box-left .box-body img {
  margin-bottom: 10px;
  margin-right: 10px;
  max-height: 120px;
}
@media (max-width: 767px) {
  .box-progress-user .box-left .box-body {
    flex-wrap: wrap;
    border-right: 0px;
    border-bottom: 1px solid #2790cf;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .box-progress-user .box-left .box-body .modalVideoCourse {
    margin-right: 0px;
    width: 100%;
  }
  .box-progress-user .box-left .box-body img {
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
  }
}

.course-active-circle {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
.course-active-circle > div {
  flex: 1 1 33.33%;
}
.course-active-circle .course-circle-item {
  margin: auto;
  color: #ffffff;
  width: 50px;
  height: 50px;
  padding: 0.5rem;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.course-active-circle .course-circle-item a {
  color: #ffffff;
}
.course-active-circle .course-circle-item.active {
  width: 120px;
  height: 120px;
}
.course-active-circle .course-circle-item:after {
  content: " ";
  width: 1px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: -20px;
}

.course-bar-circle {
  height: 20px;
  border-radius: 10px;
  background-color: #e6e6e6;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
.course-bar-circle .course-bar-circle-item {
  flex: 1 1 33.33%;
  height: 20px;
  width: 100%;
  border-radius: 10px;
}
.course-bar-circle .course-bar-circle-item:not(.active) {
  background-color: transparent !important;
}

.category-onthi-box {
  margin-bottom: 1rem;
}
.category-onthi-box .category-box-title {
  color: #333333;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.category-onthi-box .category-child-box-collapse {
  background-color: #f9fcfe;
  border-radius: 10px;
  border: 1px solid #93c7e7;
  margin-bottom: 1rem;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-header {
  color: #ff9137;
  font-size: 1.15rem;
  padding: 0.5rem;
  margin: auto 0.5rem;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-header:after {
  content: " ";
  background-image: url(/images/collapse-icon.png?483623d0cb7e9768d27e561a80fcadba);
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 10px;
  transition: ease 0.3s;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-header span {
  display: inline-block;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-header:not(.collapsed) {
  border-bottom: 1px solid #93c7e7;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-header:not(.collapsed):after {
  transform: rotate(180deg);
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body {
  padding: 0.5rem;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box:last-child {
  margin-bottom: 0px;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box .category-child-box-left {
  flex: 1 1 50%;
  min-height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box .category-child-box-left img {
  max-width: 100%;
  max-height: 100%;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box .category-child-box-right {
  flex: 1 1 50%;
  padding: 0.5rem;
  font-size: 1.15rem;
  line-height: 1.25rem;
  color: #272727;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box .category-child-box-right h6 {
  font-weight: bold;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box .category-child-box-right h6 a {
  color: #272727;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box .category-child-box-right * {
  max-width: 100%;
}
.category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box .category-child-box-right video, .category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box .category-child-box-right audio, .category-onthi-box .category-child-box-collapse .category-child-box-collapse-body .category-child-box .category-child-box-right iframe {
  display: none !important;
}

.onthi .list-item {
  margin-bottom: 1rem;
}
.onthi .list-item .list-item-title {
  font-size: 1rem;
  font-weight: bold;
  color: #2790cf;
  margin: 1rem 0px;
  line-height: 1.35rem;
}
.onthi .list-item .btn-doing-random {
  color: #ffffff;
  font-size: 1rem;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  background-color: #2790cf;
  margin-left: 1rem;
  line-height: 1.35rem;
}
.onthi .list-item .item {
  text-align: center;
  color: #4b4b4b;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.onthi .list-item .item a {
  color: #4b4b4b;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .category-onthi-box .category-child-box-collapse .category-child-box-collapse-header span {
    width: 100%;
  }
}
.category-mat-goc-box .category-box-title {
  color: #2790cf;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.category-mat-goc-box .media {
  border-bottom: 2px solid #b7b7b7;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.category-mat-goc-box .media .media-thumb {
  position: relative;
}
.category-mat-goc-box .media .media-thumb img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}
.category-mat-goc-box .media-body h5 {
  font-weight: bold;
  color: #747474;
  font-size: 24px;
}
.category-mat-goc-box .media-body h5 span {
  color: #2790cf;
  font-weight: bold;
}
.category-mat-goc-box .btn-kiemtra, .category-mat-goc-box .btn-lythuyet, .category-mat-goc-box .btn-thuchanh {
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 0.5rem 0.8rem;
  margin-right: 1rem;
  min-width: 93px;
  -webkit-animation: ease-in-out 3s;
          animation: ease-in-out 3s;
  transition: transform 0.2s;
}
.category-mat-goc-box .btn-kiemtra:last-child, .category-mat-goc-box .btn-lythuyet:last-child, .category-mat-goc-box .btn-thuchanh:last-child {
  margin-right: 0px;
}
.category-mat-goc-box .btn-kiemtra:hover, .category-mat-goc-box .btn-lythuyet:hover, .category-mat-goc-box .btn-thuchanh:hover {
  transform: scale(1.1);
}
.category-mat-goc-box .btn-lythuyet {
  background-color: #2991d0;
}
.category-mat-goc-box .btn-thuchanh {
  background-color: #ff9236;
}
.category-mat-goc-box .btn-kiemtra {
  background-color: #c92257;
}
.category-mat-goc-box.category-onthi-box .media {
  border-bottom: 2px solid #b7b7b7;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.category-mat-goc-box.category-onthi-box .media .media-thumb {
  position: relative;
}
.category-mat-goc-box.category-onthi-box .media img {
  position: static;
  width: 100%;
}

.box-hoi-dong-chuyen-gia {
  border: 1px solid #2790cf;
  border-radius: 20px;
  text-align: center;
}
.box-hoi-dong-chuyen-gia .section-title {
  border-radius: 1rem;
  background-color: #2790cf;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 1rem;
  font-size: 1.15rem;
  line-height: 1.5rem;
  position: relative;
  top: -1rem;
}
.box-hoi-dong-chuyen-gia .list-item {
  padding: 1rem;
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
}
.box-hoi-dong-chuyen-gia .list-item .item {
  flex: 1 1 25%;
  padding: 5px;
}
@media (max-width: 767px) {
  .box-hoi-dong-chuyen-gia .list-item .item {
    flex: 1 1 50%;
  }
}
.box-hoi-dong-chuyen-gia .list-item .item img {
  max-width: 102px;
  max-height: 102px;
  border: 1px solid #2790cf;
}
.box-hoi-dong-chuyen-gia .list-item .item .teacher-name {
  font-size: 1.15rem;
  color: #2790cf;
  font-weight: 500;
}
.box-hoi-dong-chuyen-gia .list-item .item .teacher-position {
  font-size: 0.8rem;
  font-style: italic;
  color: #2a2a2a;
}

.form-header {
  background-color: #ffffff;
}

#box-question-check {
  background-color: #fff;
  right: 1rem;
  top: 15%;
  width: 300px;
  position: fixed;
  z-index: 2002;
  border: 1px solid #2790cf;
  border-radius: 0.5rem;
  padding: 0.5rem;
  transition: width 0.5s;
}
#box-question-check .cau-hoi-da-lam {
  padding: 1rem;
}
#box-question-check .cau-hoi-da-lam span {
  width: 24px;
  height: 24px;
  line-height: 18px;
}
#box-question-check .close i {
  transition: transform 0.5s ease-in-out;
}
#box-question-check.minimize {
  width: 150px;
}
#box-question-check.minimize .close i {
  transform: rotate(180deg);
}
#box-question-check.minimize .cau-hoi-da-lam {
  display: none;
}
#box-question-check.minimize .ClassyCountdown-minutes canvas, #box-question-check.minimize .ClassyCountdown-seconds canvas {
  display: none;
}

.bao-loi-cau-hoi {
  font-style: italic;
  color: #ffc107;
  font-size: 0.8rem;
}

.form-check-label p {
  display: inline-block;
}

.list-item-de-thi-thu .thumbnail, .list-item .thumbnail {
  position: relative;
}
.list-item-de-thi-thu .thumbnail .badge, .list-item .thumbnail .badge {
  position: absolute;
  right: 1rem;
  top: 1.2rem;
}
.list-item-de-thi-thu .thumbnail .badge.check-process-complete, .list-item .thumbnail .badge.check-process-complete {
  left: 1rem;
  right: auto;
}

.de-thi-thu-detail .question .sd-sticky .nav-item.disabled a {
  text-decoration: line-through;
}
.de-thi-thu-detail .question .textboxParent {
  width: 100%;
}
.de-thi-thu-detail .question .textboxParent input {
  width: auto;
  margin: auto;
}
.de-thi-thu-detail #form-post-kiem-tra .sd-sticky {
  top: 195px;
}
@media (max-width: 768px) {
  .de-thi-thu-detail #form-post-kiem-tra .sd-sticky {
    top: 195px;
  }
}

.unit-title {
  padding-top: 40px;
}
.unit-title img {
  margin-top: -40px;
}

.unit-type-item {
  text-align: center;
  font-size: 0.85rem;
  color: #3d3d3c;
  line-height: 1.25rem;
  font-weight: 600;
  box-shadow: 0px 18px 18px 7px rgba(159, 159, 159, 0.0784313725);
  margin-bottom: 1rem;
}
.unit-type-item a {
  color: #3d3d3c;
  font-weight: 600;
}
.unit-type-item a:hover {
  color: #ff9137;
}
.unit-type-item .item-header {
  padding: 0.2rem 0px;
  background-color: #e9f4fa;
}
.unit-type-item .item-body {
  padding: 0.5rem 0px;
}
.unit-type-item .item-body img {
  max-height: 75px;
  max-width: 75px;
}
.unit-type-item .item-footer {
  display: flex;
  justify-content: center;
  min-height: 27px;
  padding: 5px 0px;
}
.unit-type-item .ly-thuyet, .unit-type-item .thuc-hanh {
  padding: 0.2rem;
}
.unit-type-item .ly-thuyet.border-right, .unit-type-item .thuc-hanh.border-right {
  border-color: #3d3d3c !important;
}

.pagination-rounded .page-link {
  border-radius: 50% !important;
  margin: 0 5px;
  text-align: center;
  padding: 0.4rem 0.75rem;
}

.page-item.active .page-link {
  background-color: #298fce;
  border-color: #298fce;
}

.page-link {
  color: #298fce;
}

.thpt-detail-hoctap video {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .page-submit-question #form-post-thuc-hanh .form-header.sticky-top .section-title {
    min-height: 54px;
  }
}
@media (max-width: 992px) {
  .page-submit-question #form-post-thuc-hanh .form-body .sd-sticky {
    top: 180px;
  }
}
.page-submit-question .keo_tu_vao_cho_trong_cau .textboxParent input {
  width: auto;
}
.page-submit-question .xem_tranh_keo_tha_tu .textboxParent {
  display: inline-block;
}
.page-submit-question .xem_tranh_keo_tha_tu .textboxParent .remove-droppable {
  position: absolute;
  top: 10px;
  right: 5px;
}

.list-chu-diem .chu-diem-item {
  border: 1px solid #2790cf;
  border-radius: 10px;
  position: relative;
}
.list-chu-diem .chu-diem-item .box-title {
  position: absolute;
  top: -15px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 1;
}
.list-chu-diem .chu-diem-item .box-title h6 {
  display: inline-block;
  background-color: #2790cf;
  border-radius: 10px;
  padding: 0.5rem;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.list-chu-diem .chu-diem-item .box-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.list-chu-diem .chu-diem-item .box-img img {
  width: 100%;
}
.list-chu-diem .chu-diem-item .box-desc {
  font-size: 14px;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.list-chu-diem .chu-diem-item .box-action {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px;
}
.list-chu-diem .chu-diem-item .box-action .btn-hoc-ngay {
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.package-step {
  margin-bottom: 2rem;
}
.package-step ul {
  display: flex;
}
.package-step ul li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.package-step ul li:before {
  content: " ";
  background: #2790cf;
  display: inline-block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 25px;
  right: 0px;
  z-index: 1;
}
.package-step ul li:last-child:before {
  width: 50%;
  left: 0px;
  right: auto;
}
.package-step ul li:first-child:before {
  width: 50%;
}
.package-step ul li .circle {
  width: 52px;
  height: 52px;
  border: 1px solid #2790cf;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  font-weight: bolder;
  font-size: 1.25rem;
  color: #2790cf;
  z-index: 2;
  margin-bottom: 1rem;
}
.package-step ul li .label {
  color: #414242;
  font-weight: bold;
  padding: 0px 0.5rem;
}
@media (max-width: 767px) {
  .package-step ul li .label {
    font-size: 12px;
  }
}
.package-step ul li.active .circle {
  background-color: #2790cf;
  color: #ffffff;
}

.list-package .package-item {
  width: 260px;
  position: relative;
  margin: auto;
  margin-bottom: 1rem;
}
.list-package .package-item .package-header {
  font-weight: bolder;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #2790cf;
  width: 216px;
  height: 70px;
  margin: auto;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 20px;
  z-index: 1;
}
.list-package .package-item .package-header:after {
  content: " ";
  display: inline-block;
  background: rgba(0, 0, 0, 0.3137254902);
  width: 216px;
  height: 70px;
  margin-top: -50px;
}
.list-package .package-item .package-header h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.list-package .package-item .package-body {
  margin-top: -35px;
  background-image: url(/images/bg_package.png?8da7c1a8b90311bb6ca822c8e97bfb82);
  background-repeat: no-repeat;
  padding-top: 25px;
  height: 360px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
.list-package .package-item .package-body .package-price {
  color: #15b520;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
  margin: 10px auto;
  padding: 10px 0px;
  width: 75%;
}
.list-package .package-item .package-body .package-content {
  height: 205px;
  overflow: auto;
  text-align: left;
  color: #464746;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.list-package .package-item .package-body .package-content::-webkit-scrollbar {
  display: none;
}
.list-package .package-item .package-body .btn-mua-ngay {
  background-color: #00a651;
  font-size: 14px;
}
.list-package .package-item .package-body .btn-mua-ngay:hover {
  color: #ffffff;
}
.list-package .package-item .package-header-3rd {
  font-weight: bolder;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #0161AD;
  width: 260px;
  height: 60px;
  margin: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-top: 20px;
  z-index: 1;
}
.list-package .package-item .package-header-3rd:after {
  content: " ";
  display: inline-block;
  width: 260px;
  height: 60px;
  margin-top: -50px;
}
.list-package .package-item .package-header-3rd h3 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.list-package .package-item .package-body-3rd {
  background-repeat: no-repeat;
  padding-top: 25px;
  height: 400px;
  padding-bottom: 25px;
  position: relative;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
}
.list-package .package-item .package-body-3rd .package-content {
  height: 315px;
  overflow: auto;
  text-align: left;
  color: #464746;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.list-package .package-item .package-body-3rd .package-content::-webkit-scrollbar {
  display: none;
}
.list-package .package-item .package-body-3rd .btn-huong-dan {
  background-color: #0161AD;
  font-size: 14px;
}
.list-package .package-item .package-body-3rd .btn-huong-dan:hover {
  color: #ffffff;
}

.list-gateway .gateway-item {
  border: 1px solid #b0b0b0;
  border-top: 0px;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.list-gateway .gateway-item .gateway-header h3 {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  border-radius: 1rem;
  background-color: #00a651;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.list-gateway .gateway-item .gateway-body {
  padding: 1rem;
  color: #494a4a;
  font-weight: bold;
}
.list-gateway .gateway-item .gateway-body .btn-mua-ngay {
  background-color: #00a651;
  font-size: 14px;
}
.list-gateway .gateway-item .gateway-body .btn-mua-ngay:hover {
  color: #ffffff;
}

.form-dang-ky-dat-hang .section-title {
  color: #23b54a;
  font-size: 25px;
}
.form-dang-ky-dat-hang input {
  border: 1px solid #5dacdb;
  font-size: 16px;
  color: #3d3d3d;
  font-style: italic;
  border-radius: 10px;
}
.form-dang-ky-dat-hang textarea {
  border: 0px;
  background-color: #ecf5fb;
  border-radius: 10px;
}

.khoa-hoc-cua-ban-menu {
  display: flex;
  border: 1px solid #7bbae0;
}
@media (max-width: 767px) {
  .khoa-hoc-cua-ban-menu {
    flex-wrap: wrap;
  }
  .khoa-hoc-cua-ban-menu ul {
    flex: 1 1 auto;
  }
}
.khoa-hoc-cua-ban-menu li {
  padding: 0.25rem;
  font-size: 16px;
  color: #4a4b4b;
  margin-bottom: 0.25rem;
}
.khoa-hoc-cua-ban-menu li:first-child {
  padding: 0.5rem;
  color: #2790cf;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #e2eef5;
  text-align: center;
}
.khoa-hoc-cua-ban-menu li a {
  font-size: 14px;
  color: #4a4b4b;
}
.khoa-hoc-cua-ban-menu li a:hover {
  text-decoration: none;
  color: #4a4b4b;
}
.khoa-hoc-cua-ban-menu li.active, .khoa-hoc-cua-ban-menu li:hover {
  color: #2790cf;
  background-color: #e2eef5;
  font-weight: bold;
}
.khoa-hoc-cua-ban-menu li.active a, .khoa-hoc-cua-ban-menu li:hover a {
  color: #2790cf;
}
.khoa-hoc-cua-ban-menu li.active a:hover, .khoa-hoc-cua-ban-menu li:hover a:hover {
  color: #2790cf;
}

.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-title {
  display: inline-block;
  border-left: 15px solid #2790cf;
  background-color: #f4f4f4;
  color: #2790cf;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-title:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 1rem;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content {
  padding-bottom: 1rem;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content h6 {
  padding: 0.5rem 0px;
  font-weight: bold;
  border-top: 1px solid #2790cf;
  margin-top: 0.5rem;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content h6:first-child {
  border-top: 0px;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .progress-list-item {
  width: calc(100% - 145px);
  overflow-x: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .progress-list-item::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .progress-list-item::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 5px;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .progress-list-item::-webkit-scrollbar-thumb {
  background: #2790cf;
  border-radius: 5px;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .progress-list-item::-webkit-scrollbar-thumb:hover {
  background: #2790cf;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .item {
  width: 130px;
  height: 230px;
  background-color: #fafafa;
  text-align: center;
  padding: 5px;
  margin: 0.5rem;
  border-radius: 0px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid #2790cf;
  display: flex;
  flex: 0 0 auto;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .item img {
  max-height: 125px;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .item .item-title {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
  margin: 0.5rem auto;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .item .item-body {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .item .btn-progress-continue {
  color: #ffffff;
  font-size: 11px;
  background-color: #ff9137;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .item .btn-progress-continue.btn-progress-complete {
  background-color: #28a745;
}
.khoa-hoc-cua-ban-item .khoa-hoc-cua-ban-item-content .all-progress {
  margin: 0.5rem;
  width: 130px;
  height: 230px;
  padding: 5px;
  color: #232323;
  font-size: 12px;
  text-align: center;
  border: 1px solid #2790cf;
  font-weight: bold;
}

.progress-bar-vertical {
  width: 100%;
  min-height: 80%;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: flex-end;
  -webkit-align-items: flex-end;
  /* Safari 7.0+ */
  border: 1px solid #2790cf;
  border-radius: 0px;
  margin-bottom: 10px;
  background-color: white;
  position: relative;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  transition: height 0.6s ease;
  background-color: #faa25a;
  font-size: 23px;
  font-weight: bold;
}
.progress-bar-vertical .progress-bar span {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0%;
  right: 0%;
  color: #000;
}

#liveClass .list-item .section-title {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#liveClass .list-item .section-title:before {
  content: " ";
  background-image: url(/images/live_icon_title.png?2002f60d58bbce87c61ff86b0aaa9421);
  margin-right: 10px;
  width: 36px;
  height: 36px;
  display: inline-block;
}
#liveClass .list-item .item a {
  color: #2790cf;
  font-size: 14px;
  font-weight: 900;
  margin: 0.5rem 0px;
}

#liveClassDetail .live-class-teacher {
  font-size: 14px;
  color: #2b2b2b;
  border: 1px solid #beddf1;
  padding: 0.5rem;
  height: 100%;
}
#liveClassDetail .live-class-teacher .post-name {
  font-weight: bold;
  color: #2790cf;
}
#liveClassDetail .live-class-teacher .teacher-position {
  color: #2790cf;
}
#liveClassDetail .live-class-tab .nav-item {
  font-weight: bold;
  font-size: 16px;
  color: #454545;
}
#liveClassDetail .live-class-tab .nav-item .nav-link {
  color: #454545;
  border: 1px solid #beddf1;
}
#liveClassDetail .live-class-tab .nav-item .nav-link.active, #liveClassDetail .live-class-tab .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: #2790cf;
}
#liveClassDetail .live-class-tab .tab-content {
  border: 1px solid #beddf1;
  border-top: 0px;
  padding: 1rem;
}
#liveClassDetail .live-class-tab #liveClassTopic {
  color: #363636;
  font-size: 14px;
}
#liveClassDetail .live-class-tab #liveClassTopic a {
  color: #ff9137;
}
#liveClassDetail #liveClassRelated {
  border: 1px solid #beddf1;
}
#liveClassDetail #liveClassRelated a {
  color: #2790cf;
  font-size: 12px;
  line-height: 14px;
}
#liveClassDetail #liveClassRelated a:first-letter {
  text-transform: capitalize;
}

#liveClassBanner .div_time_learn {
  position: absolute;
  top: 38vh;
  left: -1vh;
}
#liveClassBanner .text_live_class {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  font-weight: bolder;
}
#liveClassBanner .time_learn {
  color: #9f2d2d;
  font-size: 24px;
}
#liveClassBanner .teacher_name {
  color: #0060B4;
  font-size: 21px;
}
#liveClassBanner .teacher_position {
  color: #FF9237;
  font-size: 18px;
}
#liveClassBanner .btn-xem-ngay {
  background: #fefcfd;
  color: #3797d3;
  padding: 7px 20px;
  border-radius: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #liveClassBanner .div_time_learn {
    top: 50vh;
    left: 2vh;
  }
  #liveClassBanner h3 {
    margin-top: 20px !important;
  }
  #liveClassBanner .teacher_position {
    font-size: 17px;
  }
  #liveClassBanner .div-btn-xem-ngay {
    margin-bottom: 40px;
  }
}

.banner_liveclass_desktop {
  position: relative;
}
.banner_liveclass_desktop img {
  width: 100%;
}
.banner_liveclass_desktop .button_1 {
  position: absolute;
  width: 85px;
  height: 20px;
  display: inline-block;
  left: 52%;
  top: 12%;
}
.banner_liveclass_desktop .button_2 {
  position: absolute;
  width: 105px;
  height: 20px;
  display: inline-block;
  left: 62%;
  bottom: 33%;
}

.banner_liveclass_mobile {
  position: relative;
}
.banner_liveclass_mobile img {
  width: 100%;
}
.banner_liveclass_mobile .button_1 {
  position: absolute;
  width: 85px;
  height: 20px;
  display: inline-block;
  left: 50%;
  top: 24%;
}
.banner_liveclass_mobile .button_2 {
  position: absolute;
  width: 105px;
  height: 20px;
  display: inline-block;
  left: 20%;
  bottom: 35%;
}

#modalHocThu .modal-content {
  background-image: url(/images/bg_modal_popup_hoc_thu.png?d4d672f0660869b195c41f89878c1a16);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  border: 0px;
}
@media only screen and (max-width: 320px) {
  #modalHocThu .modal-content {
    background-image: url(/images/bg_modal_popup_hoc_thu_mobile.png?87d609b7aef01fe8b9c0d6385e9b7de4);
  }
}
#modalHocThu .modal-header {
  border: 0px;
  padding: 0px;
  margin-top: 30px;
  width: 90%;
}
#modalHocThu .modal-header button {
  color: #ffffff;
  opacity: 1 !important;
}
#modalHocThu .modal-body {
  padding: 30px;
  margin: auto;
}
#modalHocThu .modal-body form {
  max-width: 300px;
  margin: auto;
}
#modalHocThu .modal-body form input {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 10px;
}
#modalHocThu .modal-body form input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
#modalHocThu .modal-body form input ::-moz-placeholder {
  color: #ffffff;
}
#modalHocThu .modal-body form input ::placeholder {
  color: #ffffff;
}
#modalHocThu .modal-body h3 {
  font-size: 24px;
  color: #ffe00e;
}
@media only screen and (max-width: 768px) {
  #modalHocThu .modal-body {
    padding: 5px;
    margin: auto;
  }
  #modalHocThu .modal-body h3 {
    font-size: 18px;
  }
  #modalHocThu .modal-body form {
    padding: 20px;
    margin: auto;
  }
  #modalHocThu .modal-body form .form-group {
    margin-bottom: 5px;
  }
  #modalHocThu .modal-body form input {
    padding: 5px;
    height: 25px;
    font-size: 0.8rem;
  }
  #modalHocThu .modal-body form button img {
    max-height: 25px;
  }
}

#modalHocThuDone .modal-content {
  background: none;
  border: 0px;
}
#modalHocThuDone .modal-header {
  border: 0px;
  padding: 0px;
  margin-top: 30px;
  width: 90%;
}
#modalHocThuDone .modal-header button {
  color: #ffffff;
  opacity: 1 !important;
}
#modalHocThuDone .modal-body {
  background-image: url(/images/bg_modal_popup_hoc_thu.png?d4d672f0660869b195c41f89878c1a16);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
}
#modalHocThuDone .modal-body .modalHocThuDoneText {
  padding: 50px;
  margin: 30px auto;
  background-image: url(/images/bg_modal_popup_hoc_thu_done.png?08ceefb4af6397973006fb28b6c0e80b);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  width: 300px;
  height: 200px;
}
@media only screen and (max-width: 320px) {
  #modalHocThuDone .modal-body .modalHocThuDoneText {
    width: 260px;
    height: 150px;
    padding: 30px;
    margin: 10px auto 30px;
  }
}

@keyframes blinkBoxShadow {
  0% {
    box-shadow: 0 0 15px #2790cf;
  }
  50% {
    box-shadow: 0 0 0;
  }
  100% {
    box-shadow: 0 0 15px #2790cf;
  }
}
@-webkit-keyframes blinkBoxShadow {
  0% {
    box-shadow: 0 0 15px #2790cf;
  }
  50% {
    box-shadow: 0 0 0;
  }
  100% {
    box-shadow: 0 0 15px #2790cf;
  }
}
.blinkBoxShadow {
  -webkit-animation: blinkBoxShadow 1s linear infinite;
  animation: blinkBoxShadow 1s linear infinite;
}

#modalLuaChonTrinhDo h3 {
  color: #2790cf;
  font-size: 20px;
}
#modalLuaChonTrinhDo #boxTrinhDo {
  max-width: 70%;
  margin: auto;
}
#modalLuaChonTrinhDo #boxTrinhDo .list-item .item {
  background: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #2790cf;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
  transition: transform 0.2s;
}
#modalLuaChonTrinhDo #boxTrinhDo .list-item .item:hover {
  transform: scale(1.02);
}
#modalLuaChonTrinhDo #boxTrinhDo .list-item .item:hover .item-title {
  background: #2790cf;
  color: #ffffff;
}
#modalLuaChonTrinhDo #boxTrinhDo .list-item .item:hover .item-title span {
  color: #ffffff;
}
#modalLuaChonTrinhDo #boxTrinhDo .list-item .item-number {
  font-size: 18px;
  color: #ffffff;
  background: #2790cf;
  padding: 10px;
}
#modalLuaChonTrinhDo #boxTrinhDo .list-item .item-title {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  flex: 1 1 auto;
  color: #292929;
  font-size: 14px;
}
#modalLuaChonTrinhDo #boxTrinhDo .list-item .item-title span {
  color: #2790cf;
}
#modalLuaChonTrinhDo #boxTrinhDo1 .box-content, #modalLuaChonTrinhDo #boxTrinhDo2 .box-content, #modalLuaChonTrinhDo #boxTrinhDo3 .box-content, #modalLuaChonTrinhDo #boxTrinhDo4 .box-content, #modalLuaChonTrinhDo #boxTrinhDo5 .box-content, #modalLuaChonTrinhDo #boxTrinhDo6 .box-content {
  max-width: 75%;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
#modalLuaChonTrinhDo #boxTrinhDo1 .box-content span, #modalLuaChonTrinhDo #boxTrinhDo2 .box-content span, #modalLuaChonTrinhDo #boxTrinhDo3 .box-content span, #modalLuaChonTrinhDo #boxTrinhDo4 .box-content span, #modalLuaChonTrinhDo #boxTrinhDo5 .box-content span, #modalLuaChonTrinhDo #boxTrinhDo6 .box-content span {
  color: #ff9137;
}
#modalLuaChonTrinhDo #boxTrinhDo1 .box-content .quay_lai, #modalLuaChonTrinhDo #boxTrinhDo2 .box-content .quay_lai, #modalLuaChonTrinhDo #boxTrinhDo3 .box-content .quay_lai, #modalLuaChonTrinhDo #boxTrinhDo4 .box-content .quay_lai, #modalLuaChonTrinhDo #boxTrinhDo5 .box-content .quay_lai, #modalLuaChonTrinhDo #boxTrinhDo6 .box-content .quay_lai {
  color: #393939;
  cursor: pointer;
}
#modalLuaChonTrinhDo #boxTrinhDo1 .box-content .quay_lai:hover, #modalLuaChonTrinhDo #boxTrinhDo2 .box-content .quay_lai:hover, #modalLuaChonTrinhDo #boxTrinhDo3 .box-content .quay_lai:hover, #modalLuaChonTrinhDo #boxTrinhDo4 .box-content .quay_lai:hover, #modalLuaChonTrinhDo #boxTrinhDo5 .box-content .quay_lai:hover, #modalLuaChonTrinhDo #boxTrinhDo6 .box-content .quay_lai:hover {
  color: #2390d2;
}
#modalLuaChonTrinhDo #boxTrinhDo1 .btn-hoc-ngay, #modalLuaChonTrinhDo #boxTrinhDo2 .btn-hoc-ngay, #modalLuaChonTrinhDo #boxTrinhDo3 .btn-hoc-ngay, #modalLuaChonTrinhDo #boxTrinhDo4 .btn-hoc-ngay, #modalLuaChonTrinhDo #boxTrinhDo5 .btn-hoc-ngay, #modalLuaChonTrinhDo #boxTrinhDo6 .btn-hoc-ngay {
  text-transform: uppercase;
}
#modalLuaChonTrinhDo #boxTrinhDo1 .btn-hoc-ngay:hover, #modalLuaChonTrinhDo #boxTrinhDo2 .btn-hoc-ngay:hover, #modalLuaChonTrinhDo #boxTrinhDo3 .btn-hoc-ngay:hover, #modalLuaChonTrinhDo #boxTrinhDo4 .btn-hoc-ngay:hover, #modalLuaChonTrinhDo #boxTrinhDo5 .btn-hoc-ngay:hover, #modalLuaChonTrinhDo #boxTrinhDo6 .btn-hoc-ngay:hover {
  color: #ffffff;
}

.my-class-template .tab-title {
  color: #1b1b1b;
  border: 1px solid #0da29e;
  border-radius: 10px;
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
}
.my-class-template .class-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  font-weight: 600;
}
.my-class-template .class-item.phong-thi-cua-toi-item .class-item-body {
  font-size: 14px;
}
.my-class-template .class-item.phong-thi-cua-toi-item .btn-secondary {
  background-color: #f3f3f3;
  color: #000000;
  border: 0px;
}
.my-class-template .class-item.phong-thi-cua-toi-item .btn-secondary.reminded {
  color: #8b8b8b;
}
.my-class-template .class-item.phong-thi-cua-toi-item .btn-secondary.disabled {
  color: #8b8b8b;
}
.my-class-template .class-item.phong-thi-cua-toi-item.waiting_join .class-item-header {
  background-color: #ff9137;
}
.my-class-template .class-item.phong-thi-cua-toi-item.waiting_join .class-item-body span {
  color: #ff9137;
}
.my-class-template .class-item.phong-thi-cua-toi-item.waiting_join .class-item-body span span {
  color: #ff9137;
}
.my-class-template .class-item.phong-thi-cua-toi-item.waiting .class-item-header {
  background-color: #ff9137;
}
.my-class-template .class-item.phong-thi-cua-toi-item.waiting .class-item-body span {
  color: #ff9137;
}
.my-class-template .class-item.phong-thi-cua-toi-item.waiting .class-item-body span span {
  color: #ff9137;
}
.my-class-template .class-item.phong-thi-cua-toi-item.doing .class-item-header {
  background-color: #86d0ce;
}
.my-class-template .class-item.phong-thi-cua-toi-item.doing .class-item-header span {
  color: #86d0ce;
}
.my-class-template .class-item.phong-thi-cua-toi-item.not-completed .class-item-header {
  background-color: #f9d4b7;
}
.my-class-template .class-item.phong-thi-cua-toi-item.completed .class-item-header {
  background-color: #a8a9ac;
}
.my-class-template .class-item.phong-thi-cua-toi-item.time-up .class-item-header {
  background-color: #a8a9ac;
}
.my-class-template .class-item.bai-tap-cua-toi {
  font-size: 14px;
}
.my-class-template .class-item.bai-tap-cua-toi .class-name {
  font-size: 16px;
}
.my-class-template .class-item.bai-tap-cua-toi.completed .class-item-body span {
  color: #2790cf;
}
.my-class-template .class-item.bai-tap-cua-toi.not-completed .class-item-body span {
  color: #ff9137;
}
.my-class-template .class-item.bai-tap-cua-toi.time-up .chua-hoan-thanh {
  color: red !important;
}
.my-class-template .class-item .class-item-header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #f9d4b7;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.my-class-template .class-item .class-item-header .dropdown-menu {
  font-size: 14px;
  border: 1px solid #0da29e;
  border-radius: 10px;
}
.my-class-template .class-item .class-item-header .dropdown-menu .dropdown-item:hover {
  background-color: #0da29e;
  color: #ffffff;
}
.my-class-template .class-item .class-item-body {
  min-height: 50px;
  padding: 25px;
  border: 1px solid #caeeed;
  border-top: 0px;
  border-bottom: 0px;
}
.my-class-template .class-item .class-item-footer {
  border: 1px solid #caeeed;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px;
  display: flex;
  justify-content: space-around;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.my-class-template .class-item .class-item-footer .danh-sach-hs {
  flex: 1;
  margin-right: 5px;
}
.my-class-template .class-item.waiting .class-item-header {
  background-color: #dbecf7;
}
.my-class-template .class-item.not-completed .class-item-header {
  background-color: #f9d4b7;
}
.my-class-template .class-item.completed .class-item-header {
  background-color: #dbecf7;
}
.my-class-template .class-item.time-up .class-item-header {
  background-color: #c9c9c9;
}
.my-class-template .my-class-search-form input, .my-class-template .my-class-search-form button, .my-class-template .my-class-search-form select {
  border-color: #0da29e;
  border-radius: 10px;
}
.my-class-template .my-class-search-form button {
  background-color: #0da29e;
}

.thong-tin-phong-cho h3 {
  color: #0da29e;
}
.thong-tin-phong-cho ul li {
  font-size: 0.85rem;
  font-weight: bold;
  color: #0da29e;
}
.thong-tin-phong-cho ul li span {
  color: #000;
}

v-cloak {
  display: none;
}

.modal-phong-thi .modal-header {
  background-color: #0da29e;
  color: #ffffff;
}
.modal-phong-thi .modal-content {
  background: none;
  background-color: #fff;
}
.modal-phong-thi .modal-content .btn {
  background: #0da29e;
  color: #ffffff;
  min-width: 100px;
}
.modal-phong-thi .close {
  opacity: 1;
  color: #ffffff;
}
.modal-phong-thi .close:hover {
  color: #ffffff;
}

.form-submit-content, .page-submit-question {
  font-family: "Open Sans", sans-serif !important;
}

.question.xem_tranh_dien_tu input.form-dashed {
  width: 100%;
}

.text-black {
  color: #000;
}

.onthi-detail-hoctap table, .onthi-detail-hoctap th, .onthi-detail-hoctap td, .thpt-detail-hoctap table, .thpt-detail-hoctap th, .thpt-detail-hoctap td {
  border: 1px solid;
}

#modalLoTrinhHoc h3 {
  font-size: 20px;
  color: #ff9137;
  font-weight: bold;
  text-align: center;
}
#modalLoTrinhHoc .chu-y {
  text-align: center;
  font-size: 15px;
  color: #505050;
  padding: 15px 0px;
  border-top: 2px solid #8cc4e5;
  font-style: italic;
}
#modalLoTrinhHoc .list-item {
  border-top: 2px solid #8cc4e5;
  padding: 20px 0px;
  display: flex;
  gap: 10px;
  position: relative;
  width: 770px;
}
@media (max-width: 992px) {
  #modalLoTrinhHoc .list-item {
    flex-wrap: wrap;
    width: 100%;
  }
}
#modalLoTrinhHoc .line {
  flex: 0 0 auto;
  border: 1px solid;
  width: 600px;
  position: absolute;
  top: 105px;
  left: 10%;
}
@media (max-width: 992px) {
  #modalLoTrinhHoc .line {
    width: 1px;
    top: 50px;
    left: 14px;
    height: 650px;
  }
}
#modalLoTrinhHoc .item {
  max-width: 140px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  align-content: start;
}
@media (max-width: 992px) {
  #modalLoTrinhHoc .item {
    flex: 1 1 100%;
    max-width: none;
    margin-top: 20px;
  }
  #modalLoTrinhHoc .item .icon-circle {
    display: none;
  }
}
#modalLoTrinhHoc .item div {
  flex: 1 1 100%;
}
#modalLoTrinhHoc .item .item-title {
  font-size: 14px;
  color: #292929;
  font-weight: bold;
  text-align: center;
}
#modalLoTrinhHoc .item .item-title .icon-circle {
  display: none;
}
@media (max-width: 992px) {
  #modalLoTrinhHoc .item .item-title {
    display: flex;
  }
  #modalLoTrinhHoc .item .item-title .icon-circle {
    margin-right: 10px;
    display: block;
  }
  #modalLoTrinhHoc .item .item-title div:nth-child(1) {
    text-align: center;
  }
}
#modalLoTrinhHoc .item .icon-circle {
  background: #2790cf;
  width: 28px;
  height: 28px;
  border-radius: 19px;
  flex: 0 0 28px;
  position: relative;
  z-index: 2;
}
#modalLoTrinhHoc .item .icon-circle-1 {
  background: #ff9137;
}
#modalLoTrinhHoc .item .icon-circle-2 {
  background: #cc2058;
}
#modalLoTrinhHoc .item .btnGoTo {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 16px;
  background: #2790cf;
  display: inline-block;
  transition: transform 0.2s;
  -webkit-animation: 3s ease-in-out;
          animation: 3s ease-in-out;
}
#modalLoTrinhHoc .item .btnGoTo:hover {
  transform: scale(1.1);
}
