/*
Theme Name: LBK
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.56.24
*/

@font-face {
  font-family: 'GILROY';
  src: url('assets/fonts/SVN-GILROY\ REGULAR.OTF');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GILROY';
  src: url('assets/fonts/SVN-GILROY\ BOLD.OTF');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GILROY';
  src: url('assets/fonts/SVN-GILROY\ ITALIC.OTF');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'GILROY';
  src: url('assets/fonts/SVN-GILROY\ BOLD\ ITALIC.OTF');
  font-weight: bold;
  font-style: italic;
}
td, th {
	font-size: 1em;
}
.col-inner-p-0 > .col-inner {
    padding: 0 !important;
}

h1, h2, h3, h4, h5, a, p, span, div, strong {
  font-family: 'GILROY', sans-serif !important;
}

.category .post-item .box-text,
.section .post-item .box-text,
body {
	font-size: 16px;
}
.category .large-9 .post-item .box-text .post-title {
	font-weight: 700;
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon {
  font-family: 'dashicons' !important;
}



.lbkFormBeforeTest.mfp-wrap {
	background: url('/wp-content/uploads/2025/02/zenlish-z6309480203083-a781486e4bd82345218397fdd017124f.jpg') no-repeat center center fixed;	
    background-size: cover;
}
#lbkFormBeforeTest {
	background: transparent !important;
    box-shadow: 0 0;
	color: #fff;
	
}
#lbkFormBeforeTest h2 {	
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
	color: #fff;
}

#lbkFormBeforeTest label {	
	color: #fff;
	font-weight: 600;
}



:root {
  --radius: 5px;
  --success-color: #7a9c59;
  --secondary-color: #ff7900;
}

html {
  font-size: 16px;
}

.grecaptcha-badge {
  opacity: 0;
}

.tooltip {
  position: relative;
  opacity: 1;
}

.is-divider {
  display: none !important;
}

.size-8 {
  font-size: 80%;
}

.p-2 {
  padding: 10px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.font-medium {
  font-weight: 500;
}

.button {
  border-radius: var(--radius);
}

.active>ul.sub-menu {
  display: flex !important;
}

.page-template-page-test-online #top-bar .nav>li>a {
  font-size: 14px !important;
}

#wp-admin-bar-stm_lms_settings img {
  width: 18px;
  top: 8px!important;
}

body .container {
  width: 100%;
}

.section-title-center b {
  opacity: 0;
}

.header .zenlish-slogan-text {
  margin-bottom: 0;
  font-size: 20px;
}

.header .top-bar {
  color: var(--primary-color);
}

.header .header-nav-main.nav-left {
  justify-content: space-evenly;
  padding-right: 15px;
}

.header .header-nav-main a {
  font-size: 14px;
}

.header .header-nav-main .icon.button {
  border: 3px solid #eab830;
  border-radius: 0;
  overflow: hidden;
}

.header .header-nav-main .icon-search {
  font-size: 14px !important;
  color: #fff;
  z-index: 1;
}

.header .header-nav-main .icon.button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: #2D3E50;
  z-index: 0;
  transition: all .25s cubic-bezier(.66,.36,.17,.91);
}

.header .header-nav-main .icon.button:hover:after {
  left: 0;
}

.header .sub-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: var(--radius);
}

.header .nav-dropdown .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.header .nav-dropdown .menu-item a {
  border: none;
}

.header .nav-dropdown a {
  border: none;
  position: relative;
  overflow: hidden;
}

.header .nav-dropdown .menu-item a:before {
  content: "\f345";
  font-family: 'dashicons';
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  color: var(--primary-color);
  opacity: 0;
  transition: .3s;
}

.header .nav-dropdown .menu-item:hover>a:before {
  left: 0;
  opacity: 1;
}
.header .nav-dropdown .menu-item {
  transition: .3s;
}
.header .nav-dropdown .menu-item:hover>a {
  padding-left: 20px;
  color: var(--primary-color) !important;
}

.nav-dropdown-has-border .nav-dropdown {
  border: none;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
  border-bottom-color: var(--primary-color);
}

.menu-item .nav-dropdown .menu-item-has-children {
  position: relative;
  width: 100%;
}

.menu-item .nav-dropdown .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 100%;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  transition: 0.3s;
  opacity: 0;
}

.menu-item .nav-dropdown:nth-last-child(2) > .menu-item-has-children > .sub-menu,
.menu-item .nav-dropdown:last-child > .menu-item-has-children > .sub-menu {
  left: unset;
  right: 100%;
}

.menu-item-has-children .menu-item-has-children:hover .sub-menu {
  top: 0;
  opacity: 1;
}

.nav-dropdown-col > a {
  font-weight: 500 !important;
  text-transform: none !important;
}

.nav-dropdown {
  min-width: 200px;
}

.nav-dropdown>li.nav-dropdown-col {
  min-width: 200px;
}

.sub-menu a {
  color: var(--black-color) !important;
  font-size: 14px !important;
}

.nav-dropdown-col::after {
  content: "\f345";
  font-family: 'dashicons';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .5s;
}
.nav-dropdown-col:hover:after {
  color: var(--primary-color);
  right: -10px;
  opacity: 0;
}

.section-banner h2 {
  font-size: 72px;
  color: #2d3e50;
}

.section-banner .text-box-content .flex {
  width: 100%;
  display: flex;
  align-items: center;
}

.section-banner .text-box-content .flex span:first-child {
  flex-basis: 25%;
  max-width: 25%;
  background-color: #2d3e50;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.section-banner .text-box-content .flex span:last-child {
  flex-basis: 75%;
  max-width: 75%;
  background-color: var(--primary-color);
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.section-banner .text-box-content p {
  color: var(--primary-color);
  font-size: 36px;
  margin-top: 0;
}

.section h2 .section-title-main {
  display: inline-block;
  background-color: var(--primary-color);
  padding: 0 16px;
  outline: 1px solid #42C2DE;
  border: 5px solid #fff;
  position: relative;
  line-height: 50px;
  color: #fff;
}

.section.dark h2 .section-title-main {
  display: inline-block;
  background-color: #fff;
  padding: 0 16px;
  outline: 1px solid #42C2DE;
  border: 5px solid var(--primary-color);
  position: relative;
  line-height: 50px;
  color: var(--primary-color);
}

.section h2 .section-title-main::before {
  content: "";
  position: absolute;
  background-color: #42C2DE;
  width: 40px;
  height: 3px;
  top: 50%;
  left: -30px;
  transform: translate(0,-50%);
}

.section h2 .section-title-main::after {
  content: "";
  position: absolute;
  background-color: #42C2DE;
  width: 40px;
  height: 3px;
  top: 50%;
  right: -30px;
  transform: translate(0,-50%);
}

.lo-trinh .icon-box {
  border: 1px solid var(--primary-color);
  border-radius: var(--radius);
  padding: 30px;
  transition: .3s;
}

.lo-trinh .icon-box img {
  margin-top: 0 !important;
}

.lo-trinh .icon-box h3 {
  font-size: 25px;
  margin-block: 30px;
}

.lo-trinh .icon-box .button {
  border-radius: var(--radius);
  border-width: 1px;
  font-weight: 500;
}

.lo-trinh .icon-box:hover {
  background-color: var(--primary-color);
}

.lo-trinh .icon-box:hover h3 {
  color: #fff;
}

.lo-trinh .icon-box:hover img {
  filter: brightness(0) invert(1);
}

.lo-trinh .icon-box:hover .button {
  background-color: var(--success-color);
  color: #fff;
}

.tai-lieu .ux-menu-link__text {
  font-size: 18px;
  font-weight: 700;
}

.tai-lieu .ux-menu-link__link:hover .ux-menu-link__text {
  color: var(--secondary-color);
}

.teachers .icon-inner {
  position: relative;
  padding-top: 100%;
  border-radius: 50rem;
  overflow: hidden;
}

.teachers .icon-inner img {
  position: absolute;
  inset: 0;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  padding-top: 0;
}

.students-review__slider .icon-box {
  align-items: center;
}

.students-review__slider .icon-inner {
  position: relative;
  padding-top: 100%;
  border-radius: 50rem;
  overflow: hidden;
}

.students-review__slider .icon-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.students-review__slider .icon-box p {
  margin-bottom: 0;
}

.students-review__slider .col-inner {
  border: 1px dashed var(--primary-color);
  border-radius: var(--radius);
  padding: 30px 15px 15px 15px;
  position: relative;
}

.students-review__slider .col-inner:after {
  position: absolute;
  top: -40px;
  left: 10%;
  content: "“";
  font-family: Varela;
  font-style: normal;
  font-weight: 400;
  font-size: 150px;
  line-height: 1;
  color: rgb(0, 81, 134);
}

.students-review__slider .flickity-page-dots {
  bottom: 0px;
}

.students-review__slider .col-inner > .text > p {
  height: 202px;
  overflow-y: auto;
}

.students-review__slider .col-inner > .text > p::-webkit-scrollbar {
  width: 5px;
}

.students-review__slider .col-inner > .text > p::-webkit-scrollbar-thumb {
  background-color: #8c8dff47;
  border-radius: 10px;
}

.students-review__slider .col-inner > .text > p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
  background-color: #ffffffed;
  border-radius: 5px;
}

.footer-address {
	margin-bottom:10px;
}

.single-lbk_teacher .students-review__slider .col-inner > .text > p {
  height: auto;
  overflow-y: unset;
}

.section-form .pr-0 > .col-inner {
  height: 100%;
  background: url('https://zenlishtoeic.vn/wp-content/uploads/2022/12/zenlish-z3959169783641-18b85b5c0ae32dd4729902757f440da5.jpg');
  padding-top: 40px;
  padding-inline: 30px;
  box-shadow: 0px 3px 10px 3px var(--primary-color);
}

.pum-container .pum-content+.pum-close {
    top: 32px;
    right: 5px;
    border: 1px solid red;
    padding: 5px 10px;
    color: #fff;
    background-color: red;
    margin: 0;
}

.section-form .pr-0 h2 .section-title-main {
  display: inline-block;
  background-color: #fff;
  padding: 0 16px;
  outline: 1px solid #42C2DE;
  border: 5px solid var(--primary-color);
  position: relative;
  line-height: 50px;
  color: var(--primary-color);
}

.widget-area .wpcf7 {
  background: url('https://zenlishtoeic.vn/wp-content/uploads/2022/12/zenlish-z3959169783641-18b85b5c0ae32dd4729902757f440da5.jpg');
  padding: 15px;
  border-radius: 5px;
}

.widget-area .wpcf7 .wpcf7-spinner {
  display: none;
}

.widget-area .wpcf7 .wpcf7-submit {
  margin: 0;
  background-color: var(--success-color);
  border: 1px solid #fff;
  border-radius: var(--radius);
}

.wpcf7 .wpcf7-submit,
.gs-form button[type="submit"] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section-form .pr-0 .wpcf7-form-control:not(.wpcf7-submit),
.widget-area .wpcf7-form-control:not(.wpcf7-submit),
.gs-form input,
.gs-form textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  box-shadow: unset;
  color: #fff;
  font-size: 16px;
  box-shadow: none !important;
}

.section-form .pr-0 .wpcf7-form-control::placeholder,
.widget-area .wpcf7-form-control::placeholder,
.gs-form input::placeholder,
.gs-form textarea::placeholder {
  color: #fff !important;
}

.section-form .pr-0 .wpcf7-form-control:focus::placeholder,
.widget-area .wpcf7-form-control:focus::placeholder,
.gs-form input:focus::placeholder,
.gs-form textarea:focus::placeholder {
  color: #878787 !important;
}

.section-form .pr-0 .wpcf7-form-control option,
.widget-area .wpcf7-form-control option,
.gs-form option {
  color: #141414;
}

.section-form .pr-0 .wpcf7-form-control option:first-child,
.widget-area .wpcf7-form-control option:first-child,
.gs-form option:first-child {
  color: #ddd;
}

.gs-form select {
  border-left: none;
  border-radius: 5px;
  background-color: transparent;
  border-top: none;
  border-right: none;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.section-form .pr-0 .wpcf7-submit,
.gs-form button[type="submit"] {
  background-color: var(--success-color);
  border: 1px solid #fff;
  border-radius: var(--radius);
  color: #fff;
}

.gs-form .lbk-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
}
.gs-form .lbk-row input {
  flex: 1;
  width: 100%;
  min-width: unset !important;
}

.gs-form {
  margin-bottom: 0;
}

.gs-form input[type="date"]::-webkit-calendar-picker-indicator,
.gs-form input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.gs-form input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #fff !important;
}

.gs-form input:focus {
  background-color: transparent !important;
  color: #fff !important;
}

.send-rs {
  padding-top: 0;
}

.send-rs .send-rs__text {
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 15px;
  margin-inline: -10px;
  text-align: left;
  background-color: #043555;
  color: #fff;
}

.send-rs .send-rs__submit,
.btn_showRighAnswer {
  height: 100%;
  margin-bottom: 0;
  line-height: 35px;
  font-size: 14px;
}

.send-result-form .input-group input {
  margin-bottom: 0;
}

.gioi-thieu .nav.nav-tabs {
  margin-bottom: 15px;
}

.gioi-thieu .tab-panels {
  border: 0;
  padding: 0;
}

.gioi-thieu .panel {
  margin-bottom: 0;
}

.gioi-thieu .video {
  border-radius: 10px;
}

.gioi-thieu .align-middle .col:last-child .col-inner {
  position: relative;
}

.gioi-thieu .align-middle .col:last-child .col-inner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 40px solid #42C2DE;
  border-top: 40px solid transparent;
  bottom: 8%;
  left: -15px;
  z-index: 1;
}

.gioi-thieu .align-middle .col:last-child .col-inner:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 72px solid #42C2DE;
  border-top: 72px solid transparent;
  bottom: 5%;
  right: -20px;
  z-index: 1;
}

.page-title .title-content {
  display: none;
}

.page-title h1 {
  font-size: 30px;
}

.breadcrumbs {
  background: #eee;
  color: #141414;
}

.breadcrumbs p {
  margin-bottom: 0;
  padding-block: 7px;
  font-size: 12px;
  font-weight: 500 !important;
}

.students-review__slider .flickity-viewport {
  padding-top: 15px;
}

.widget-area .box-text {
  padding: 0;
  padding-left: 15px;
}

.widget-area .box-text h5 {
  font-size: 14px;
}

.widget-area .post-item {
  padding-bottom: 15px;
}

.widget-area a:hover .post-title {
  color: #3192e6;
}

.related_posts {
  border: 1px solid var(--primary-color);
  border-radius: var(--radius);
  overflow: hidden;
}

.related_posts .title {
  font-size: 22px;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px 15px;
}

.related_posts .list_items {
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}

.related_posts .item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.ai-nen-tham-du .col-inner {
  height: 100%;
}

.ai-nen-tham-du .icon-box {
  border-radius: var(--radius);
  background-color: #2D9CDB;
  padding: 15px;
  height: 100%;
}

.ai-nen-tham-du p {
  margin-bottom: 0;
}

.lbk-lightbox .section-form,
.lbk-lightbox .col {
  padding: 0 !important;
}

#lbk-fc-lightbox .lbk-lightbox {
  padding: 0;
  top: 60%;
  opacity: 0;
  transition: .3s;
}

#lbk-fc-lightbox.active .lbk-lightbox {
  opacity: 1;
  top: 50%;
}

#lbk-fc-lightbox {
  z-index: -1;
  opacity: 0;
  transition: .3s;
  display: block;
}

#lbk-fc-lightbox.active {
  opacity: 1;
  z-index: 999;
}

.lbk-lightbox .close-popup {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 50rem;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  cursor: pointer;
}

.lbk-lightbox .close-popup:hover {
  background-color: tomato;
}

.page_exercise .form-option label {
  margin-bottom: 0;
}

.page_exercise .form-option label p {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 15px;
  font-weight: 500;
}

.showRightAnswer .page_exercise .form-option input.true + p {
  background-color: #7a9c59;
  color: #fff;
}

.showRightAnswer .page_exercise .form-option input.false:checked + p {
  background-color: red;
  color: #fff;
}

.showRightAnswer .explanation.hidden {
  display: block !important;
  visibility: visible !important;
}

.showRightAnswer .explanation .wp-video {
  max-width: 300px;
}

.showRightAnswer .explanation .wp-video video {
  height: auto;
}

/* .showRightAnswer .page_exercise .exe-flex.exe-parting .form-option {
  pointer-events: none;
} */

.explanation {
  margin-top: 15px;
  margin-bottom: 15px;
}

.explanation a {
  color: var(--primary-color);
  text-decoration: underline;
}

.explanation .red {
  font-weight: 700;
  color: red;
}

.audio-test {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 8;
  background: var(--primary-color);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.audio-test audio {
  margin-bottom: 0;
}

.btn_showRighAnswer,
.btn_showRighAnswer + .btn-danger {
  margin-top: 10px;
}

.lbk_teachers .image-cover img{
  width: auto;
  height: auto;
}

@media screen and (min-width: 850px) {
  .blog-wrapper .post-sidebar {
    padding-left: 0;
  }

  #lbk-fc-lightbox .lbk-lightbox {
    max-width: 1140px;
    max-height: unset;
    overflow-y: unset;
  }

  .audio-test audio {
    width: 500px;
  }

  .zenlish_thong-bao {
    opacity: 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -33px;
    z-index: 7;
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    transition: 1s;
  }

  .zenlish_thong-bao.show {
    opacity: 1;
    bottom: 0;
  }

  .zenlish_thong-bao .text-move {
    position: relative;
    right: -100%;
    animation: textmove 60s linear infinite;
  }

  .zenlish_thong-bao .text-move:hover {
    animation-play-state: paused;
  }
}

@media screen and (max-width: 600px) {
  .masterstudy-theme .lbk-fc {
    display: none;
  }

  .section-banner h2 {
    font-size: 32px;
  }

  .section-banner .text-box-content .flex {
    width: 85%;
  }

  .section-banner .text-box-content .flex span:first-child {
    font-size: 12px;
    line-height: 12px;
  }

  .section-banner .text-box-content .flex span:last-child {
    font-size: 12px;
    line-height: 24px;
  }

  .section-banner .text-box-content p {
    font-size: 12px;
  }

  .section-banner .banner-layer {
    top: 15% !important;
  }

  .section-banner .bg {
    background-position: 50% 0% !important;
  }

  .tai-lieu .post-item {
    padding-bottom: 0;
  }

  .tai-lieu .ux-menu-link__text {
    font-size: 16px;
  }

  .section-form .pr-0 {
    padding-right: 15px;
  }

  .section-form .pl-0 {
    display: none;
  }

  .section-footer .button span {
    font-size: 0.875rem;
  }

  .lbk-lightbox .close-popup {
    display: none;
  }

  .tabbed-content .nav.nav-tabs>li.tab a {
    font-size: 12px;
  }

  .result-history {
    width: calc(100% - 30px);
  }

  .zenlish_thong-bao.show {
    padding-inline: 15px;
    background-color: rgba(255, 0, 0, 0.8);
  }
}

.lbk-fc .contain-img {
  animation: fixed-contact-icon-anim 1.25s infinite ease-in-out;
}

.lbk.lbk-fc.custom .contain-img::after {
  animation-duration: 1.25s;
}

.single-post table:has(+ table) {
  margin-bottom: 0;
}

@keyframes fixed-contact-icon-anim {
  0% {
    transform:rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform:rotate(-25deg) scale(.95) skew(1deg)
  }
  20% {
    transform:rotate(25deg) scale(.9) skew(1deg)
  }
  30% {
    transform:rotate(-25deg) scale(.85) skew(1deg)
  }
  40% {
    transform:rotate(25deg) scale(.9) skew(1deg)
  }
  50% {
    transform:rotate(0) scale(.95) skew(1deg)
  }
  100% {
    transform:rotate(0) scale(1) skew(1deg)
  }
}

@keyframes textmove {
  0% {
    right: -100%;
  }
  99% {
    right: 100%;
    opacity: 1;
  }
  99.1% {
    opacity: 0;
  }
  99.99999% {
    opacity: 0;
  }
  100% {
    right: -100%;
    opacity: 1;
  }
}

.parents-quizzes-term a:focus,
.parents-quizzes-term a.active {
  color: var(--secondary-color);
}

.continue-box-conntent {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  outline: 0;
  background-clip: padding-box;
  overflow: hidden;
  min-width: 400px;
  z-index: 999;
}

.continue-box .overlay {
  z-index: 998;
  position: fixed;
}

.explanation br:has(~ table) {
  display: none;
}

.show-result-history-btn {
  margin-top: 15px;
  cursor: pointer;
  display: block;
}

.result-history {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  box-shadow: 0 0 10px #434343;
  border-radius: 8px;
  padding: 30px;
  z-index: -1;
  opacity: 0;
  transition: .3s;
}

.result-history.active {
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 1;
}

.result-history .action {
  display: flex;
  justify-content: space-between;
}

.result-history .action a {
  cursor: pointer;
}

.showRightAnswer #btnNopBai,
.showRightAnswer #tiles,
#btnLamLai,
#btnThoat,
.explanation {
  display: none;
}

.showRightAnswer #btnLamLai,
.showRightAnswer #btnThoat {
  display: flex;
  min-width: 150px;
  max-width: 150px;
  height: 50px;
  border-radius: 5px;
  background: #f97630;
  margin-right: 15px;
  border: none;
}

.showRightAnswer .explanation {
  display: inline-block;
}

.select_part_action {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

.select_part_action .select_time {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.select_part_action .select_time label {
  margin-bottom: 0;
  min-width: 200px;
  font-size: 16px;
}

.select_part_action .select_time select {
  margin-bottom: 0;
  min-width: 125px;
}

.select_part.switch-input {
  cursor: pointer;
}

#full-test .zen-accordion-item:nth-child(2) .accordion-title span {
  color: var(--secondary-color);
  font-size: 22px;
}

/* Full width – No sidebar */
.fw-post-layout .sidebar,
.fw-post-layout .shop-sidebar,
.fw-post-layout #secondary {
    display: none !important;
}

.fw-post-layout .large-9,
.fw-post-layout .large-8,
.fw-post-layout .col.large-9 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.fw-post-layout .row,
.fw-post-layout .container {
    max-width: 100% !important;
}

.fw-post-layout .row-large>.col {
	padding-inline: 15px;
}

.fw-post-layout #toc_container {
	width: 100%;
}