@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/* breakpoint responsive screen*/
/*Text ellipse*/
/* image fit cover*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a {
  color: inherit;
}

ul,
li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

body,
html {
  height: 100%;
}

button {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

.clear-fix {
  clear: both;
}

.overflow-page {
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

body {
  font-family: "Inter", sans-serif;
  padding: 0;
  background: #F5F5F5;
  margin: 0;
  color: #000B33;
}

.text-size-20-medium {
  color: rgb(18, 18, 18);
  font-size: 20px;
  font-weight: 500;
}

.text-size-20-bold {
  color: rgb(18, 18, 18);
  font-size: 20px;
  font-weight: 700;
}

.text-size-30-medium {
  color: rgb(18, 18, 18);
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .text-size-30-medium {
    font-size: 25px;
    line-height: 1.3;
  }
}

.text-size-18-medium {
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-weight: 500;
}

.text-size-16-medium {
  color: rgb(18, 18, 18);
  font-size: 16px;
  font-weight: 500;
}

.text-size-16-light {
  color: rgb(18, 18, 18);
  font-size: 16px;
  font-weight: 300;
}

.text-size-15-medium {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
}

.text-size-15-light {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 300;
}

.text-size-15 {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 400;
}

.text-size-14-light {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 300;
}

.text-size-14-medium {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 500;
}

.text-size-14 {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 400;
}

.text-size-13-light {
  color: rgb(18, 18, 18);
  font-size: 13px;
  font-weight: 300;
}

.text-size-13 {
  font-size: 13px;
  font-weight: 400;
  color: rgb(18, 18, 18);
}

.active {
  color: #1E88E5;
}

.mic-start {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.mic {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #0da9d9;
  color: #fff;
  font-size: 33px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.25s;
}

.mic::before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: inherit;
  z-index: -1;
}

.listening {
  background: rgba(11, 87, 153, 0.1);
}

.listening::before {
  animation: listening 1.3s infinite;
}

@keyframes listening {
  from {
    opacity: 0.25;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.btn-dell-audio {
  border-radius: 5px;
  background: rgba(255, 168, 0, 0.2);
  display: flex;
  height: 25px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
}

#PopupReviewExam {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow-y: auto;
}
#PopupReviewExam.open-popup {
  display: block;
}
#PopupReviewExam .content-popup-page-minskill {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}
#PopupReviewExam .main-popup-page-minskill {
  background: #fff;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt {
  min-height: 275px;
  padding: 24px 20px;
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container {
  text-align: center;
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container p {
  margin: 8px 0;
  font-size: 15px;
  color: #121212;
  font-weight: 400;
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container span {
  font-size: 15px;
  color: #121212;
  font-weight: 300;
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container .stars {
  margin: 20px 0;
  font-size: 30px;
  color: #ccc;
  user-select: none;
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container .stars span {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container .stars span.hovered, #PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container .stars span.selected {
  color: #f5a623;
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container textarea {
  width: 100%;
  min-height: 80px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  resize: vertical;
  box-sizing: border-box;
  color: #666;
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container button {
  margin-top: 16px;
  background-color: #2196f3;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  padding: 10px;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#PopupReviewExam .block-ls-free.block-modal-setup-lt .review-container button:hover {
  background-color: #1769aa;
}
#PopupReviewExam .bg-popup-page-minskill {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.border-task {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
}

.name-file a {
  text-decoration: underline;
  color: #1E88E5;
}

.flex-align-center, .imt-selected-language .icon, .imt-social a, .bt-copyright, .btn-bg-web, .btn-bg-blue, .btn-bg-blue-light, .btn-bg-grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center, .lst-imt-ft, .ft-bottom-page .layout, .imt-selected-language, .lst-imt-social, .bt-copyright .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-img-in-boxPrd {
  vertical-align: top;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.btn-bg-grey {
  background: rgba(217, 217, 217, 0.6);
  outline: none;
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  border-radius: 100px;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-bg-grey:hover {
  background: rgba(217, 217, 217, 0.8);
  color: #121212;
}

.btn-bg-blue-light {
  background: transparent;
  border: 1px solid #0073FB;
  outline: none;
  color: #0073FB;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  border-radius: 100px;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-bg-blue-light:hover {
  background: rgba(0, 115, 251, 0.2);
  color: #0073FB;
}

.btn-bg-blue {
  background: #0073FB;
  outline: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  border-radius: 100px;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-bg-blue:hover {
  background: #0765d3;
  color: #fff;
}

.btn-bg-web {
  background: #00C4C0;
  outline: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 35px;
  border-radius: 5px;
  padding: 5px 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-bg-web:hover {
  background: #02ceca;
  color: #fff;
}

.btn-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  background: #fff;
  border: 1px solid #0073fb;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-border:hover {
  color: #fff;
  background: #0073fb;
}

.btn-bg-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 5px 20px;
  background: #0073FB;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-bg-icon .txt {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
.btn-bg-icon .icon {
  margin-left: 10px;
}
.btn-bg-icon:hover {
  background: #0765d3;
  color: #fff;
}

.btn-border-blue {
  border: 1px solid #0073FB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0073FB;
  padding: 0 15px;
  height: 40px;
  border-radius: 3px;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-border-blue:hover {
  background: #0073FB;
  color: #fff;
}

.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-icon .txt {
  color: #121212;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-icon .icon {
  margin-left: 5px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 6px;
}
.btn-icon .icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-icon:hover .txt {
  color: #0073FB;
}
.btn-icon:hover .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.btn-icon:hover .icon svg path {
  fill: #0073FB;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/* Style edittor */
.ct-editor-web table td,
.ct-editor-web table th {
  border: 1px solid #e8e8e8;
  padding: 6px;
}

.ct-editor-web ul,
.ct-editor-web ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

.ct-editor-web ul li,
.ct-editor-web ol li {
  position: relative;
  padding-left: 15px;
}

.ct-editor-web ul li:before,
.ct-editor-web ol li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #121212;
}

.ct-editor-web ul li > ul li:before,
.ct-editor-web ol li > ol li:before {
  border-radius: 0;
  width: 7px;
  height: 1px;
  top: 13px;
  background: #121212;
}

.ct-editor-web ul li > ul,
.ct-editor-web ol li > ol {
  padding: 15px 0;
  margin-bottom: 0;
}

.ct-editor-web a {
  text-decoration: underline;
  display: inline-block;
  color: #121212;
  word-break: break-word;
}

.ct-editor-web a:hover {
  color: #cc9900;
}

.ct-editor-web blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  color: #121212;
}

.ct-editor-web blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.ct-editor-web blockquote p {
  display: inline;
}

.ct-editor-web p {
  color: #121212;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0.3rem;
}

.ct-editor-web h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 10px;
}

.ct-editor-web h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}

.ct-editor-web h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
}

.ct-editor-web h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 10px;
}

.ct-editor-web h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .ct-editor-web h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .ct-editor-web h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .ct-editor-web h3 {
    font-size: 25px;
    line-height: 36px;
  }
  .ct-editor-web h4 {
    line-height: 33px;
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .ct-editor-web h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .ct-editor-web h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .ct-editor-web h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .ct-editor-web h4,
  .ct-editor-web h5 {
    line-height: 33px;
    font-size: 22px;
  }
}
/* Cusstom text */
.text-16-rgl {
  font-size: 16px;
  font-weight: 400;
  color: rgb(18, 18, 18);
}

.text-16-smb {
  font-size: 16px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}

.text-16-medium {
  font-size: 16px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}

.text-16-bold {
  font-size: 16px;
  font-weight: 700;
  color: rgb(18, 18, 18);
}

.text-15-light {
  font-size: 15px;
  font-weight: 300;
  color: rgb(18, 18, 18);
}

.text-15-rgl {
  font-size: 15px;
  font-weight: 400;
  color: rgb(18, 18, 18);
}

.text-15-medium {
  font-size: 15px;
  font-weight: 500;
  color: rgb(18, 18, 18);
}

.text-15-smb {
  font-size: 15px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}

.text-15-smb {
  font-size: 15px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}

.text-15-bold {
  font-size: 15px;
  font-weight: 700;
  color: rgb(18, 18, 18);
}

.text-15-rgl-gray {
  font-size: 15px;
  font-weight: 400;
  color: var(--gray-color-text);
}

.text-15-smb-gray {
  font-size: 15px;
  font-weight: 600;
  color: var(--gray-color-text);
}

.text-15-medium {
  font-size: 15px;
  font-weight: 500;
}

.text-13-light {
  font-size: 13px;
  font-weight: 300;
  color: rgb(18, 18, 18);
}

.text-14-light {
  font-size: 14px;
  font-weight: 300;
  color: rgb(18, 18, 18);
}

.text-14-rgl-gray {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-color-text);
}

.text-14-rgl {
  font-size: 14px;
  font-weight: 400;
  color: rgb(18, 18, 18);
}

.text-14-smb {
  font-size: 14px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}

.text-16-light {
  font-size: 16px;
  font-weight: 300;
  color: rgb(18, 18, 18);
}

.text-18-medium {
  color: rgb(18, 18, 18);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
}

.text-18-bold {
  color: rgb(18, 18, 18);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

.text-18-smb {
  color: rgb(18, 18, 18);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

.text-20-rgl {
  color: rgb(18, 18, 18);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}

.text-20-bold {
  color: rgb(18, 18, 18);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

.text-20-smb {
  color: rgb(18, 18, 18);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

.text-25-smb {
  color: rgb(18, 18, 18);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
}

.text-24-bold {
  color: rgb(18, 18, 18);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

.text-30-rgl {
  color: rgb(18, 18, 18);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
}

.text-30-smb {
  color: rgb(18, 18, 18);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.text-30-medium {
  color: rgb(18, 18, 18);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.text-20-light {
  color: rgb(18, 18, 18);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.text-20-medium {
  color: rgb(18, 18, 18);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.text-18-light {
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .text-30-smb {
    font-size: 24px;
  }
  .text-30-rgl {
    font-size: 24px;
  }
  .text-size-20-light {
    font-size: 16px;
  }
  .text-30-medium {
    font-size: 24px;
  }
  .text-size-20-medium {
    font-size: 18px;
  }
}
@media (min-width: 350px) and (max-width: 767px) {
  .text-24-bold {
    font-size: 22px;
  }
}
@media (max-width: 349px) {
  .text-24-bold {
    font-size: 20px;
  }
  .text-20-bold {
    font-size: 18px;
  }
}
/* Margin , Padding */
.py-20 {
  padding: 20px 0;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
  .pb-50 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1299px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
/* End Margin, Padding */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/* minskill new */
@media (min-width: 1600px) {
  .header-page-minskill .container {
    max-width: 1430px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .header-page-minskill .container {
    max-width: 1230px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-page-minskill .container {
    max-width: 1230px;
  }
}
.header-minskill-new {
  background: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid #d9d9d9;
}

.main-minskill-new {
  padding-top: 60px;
}

.layout-header-minskill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0;
  height: 50px;
}
.layout-header-minskill .left {
  width: 120px;
  margin-right: 20px;
}
.layout-header-minskill .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .layout-header-minskill .left {
    width: 90px;
    margin-right: 5px;
  }
}
@media (max-width: 325px) {
  .layout-header-minskill .left {
    width: 80px;
  }
}

.logo-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-header a img {
  max-height: 50px;
}

.menu-header-minskill {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu-header-minskill .item-menu {
  margin-right: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: rgba(18, 18, 18, 0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-header-minskill .item-menu:last-child {
  margin-right: 0;
}
.menu-header-minskill .item-menu.active {
  color: #00c4c0;
}
.menu-header-minskill .item-menu:hover {
  color: #00c4c0;
}

.layout-header-minskill .icon-menu-mb .menu-line .line {
  background: #3b3b3b;
}

.box-popup-action-header {
  position: absolute;
  right: 0;
  top: 45px;
  width: 350px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}
.box-popup-action-header.open-box {
  opacity: 1;
  visibility: visible;
}
.box-popup-action-header::-webkit-scrollbar {
  width: 6px;
  border-radius: 100px;
}
.box-popup-action-header::-webkit-scrollbar-track {
  background: transparent;
}
.box-popup-action-header::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .box-popup-action-header {
    position: fixed;
    top: 65px !important;
    right: 0;
    width: 90%;
    left: 0;
    margin: auto;
    padding: 15px;
  }
}

.header-page-minskill {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-page-minskill.scroll {
  background: #fff;
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
}

.main-page-minskill {
  padding-top: 80px;
}

@media (min-width: 1200px) {
  .main-page-minskill .container {
    max-width: 1230px;
  }
}
.box-ntf-header {
  position: relative;
  margin-left: 15px;
}
.box-ntf-header .ntf-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0.4);
  justify-content: center;
  transition: all 0.3s;
}
.box-ntf-header .ntf-flex:hover {
  background: rgba(217, 217, 217, 0.7);
}
.box-ntf-header .ntf-flex .number {
  color: #ff2d55;
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
}
.box-ntf-header .ntf-flex .icon {
  height: 16px;
  margin-top: -3px;
}
.box-ntf-header .ntf-flex .icon svg path {
  fill: #ff2d55;
}
@media (max-width: 376px) {
  .box-ntf-header .ntf-flex .number {
    display: none;
  }
  .box-ntf-header .ntf-flex .icon {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box-ntf-header .ntf-flex .icon svg {
    width: 15px;
    height: 100%;
    position: relative;
    top: 1px;
  }
}
.box-ntf-header .box-popup-action-header {
  height: calc(100vh - 100px);
}

.block-ntf-nodata {
  text-align: center;
}
.block-ntf-nodata .txt-title {
  color: #121212;
  font-size: 18px;
  margin-bottom: 15px;
}
.block-ntf-nodata .txt {
  color: #121212;
  font-size: 16px;
  margin-top: 20px;
}
.block-ntf-nodata .txt-small {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
}

.block-ntf-data .title {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-ntf-data .title .txt-title {
  color: #121212;
  font-size: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-dots-ntf {
  position: relative;
}
.icon-dots-ntf .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup-selected-clear {
  position: absolute;
  top: calc(100% + 1px);
  width: 250px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  z-index: 1;
  right: -5px;
  padding: 15px 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.btn-clear-ntf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.btn-clear-ntf .icon-slct {
  width: 20px;
  height: 20px;
}
.btn-clear-ntf .icon-slct svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-clear-ntf .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 7px;
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-clear-ntf:hover .txt {
  color: #0073fb;
}
.btn-clear-ntf:hover .icon-slct svg path {
  fill: #0073fb;
}

.popup-selected-clear.open-popup-select {
  opacity: 1;
  visibility: visible;
}

.imt-ntf-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 14px;
  margin-bottom: 14px;
  cursor: pointer;
}
.imt-ntf-content .content-imt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.imt-ntf-content .content-imt p {
  color: #121212;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
.imt-ntf-content .icon-imt svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-ntf-content.active .icon-imt svg path {
  fill: #0073fb;
}
.imt-ntf-content:hover .content-imt p {
  color: #0073fb;
}
.imt-ntf-content:hover .icon-imt svg path {
  fill: #0073fb;
}

.box-number-star {
  position: relative;
  margin-right: 20px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .box-number-star {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .box-number-star {
    margin-right: 10px;
  }
}
.box-number-star .star-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.box-number-star .star-number .number {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
}
.box-number-star .star-number .icon {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2px;
  margin-right: 4px;
}
@media (max-width: 376px) {
  .box-number-star .star-number .number {
    display: none;
  }
}

.block-popup-star .top-star {
  text-align: center;
  padding-bottom: 20px;
}
.block-popup-star .top-star .txt-title {
  color: #121212;
  font-size: 18px;
  margin-bottom: 10px;
}
.block-popup-star .top-star .number {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.block-popup-star .bottom-star .btn-mxh {
  margin-bottom: 12px;
}
.block-popup-star .bottom-star .btn-mxh:last-child {
  margin-bottom: 0;
}

.box-dots-menu {
  position: relative;
}
.box-dots-menu .dots-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.4);
  justify-content: center;
  transition: all 0.3s;
}

.title-dots-menu {
  display: flex;
  align-items: center;
  gap: 0 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.title-dots-menu .title-cate {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}
.title-dots-menu .dots-flex {
  background: transparent;
  transition: all 0.3s;
}
.title-dots-menu:hover .dots-flex {
  background: rgba(217, 217, 217, 0.7);
}

.box-popup-dots-header {
  position: absolute;
  left: 0;
  top: 55px;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-popup-dots-header {
    left: 100px;
    position: fixed;
    top: 60px;
  }
}
@media (max-width: 575px) {
  .box-popup-dots-header {
    left: 15px;
    width: calc(100% - 30px);
    position: fixed;
    top: 60px;
  }
}
.box-popup-dots-header .main-box {
  max-height: 500px;
  overflow-y: auto;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .box-popup-dots-header .main-box {
    max-height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .box-popup-dots-header .main-box {
    max-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-popup-dots-header .main-box {
    max-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-popup-dots-header .main-box {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .box-popup-dots-header .main-box {
    max-height: calc(100vh - 200px);
  }
}

.box-popup-dots-header.open-box {
  opacity: 1;
  visibility: visible;
}

.box-popup-dots-header .title-box {
  margin-bottom: 15px;
}

.gropup-category {
  border-bottom: 1px solid rgb(217, 217, 217);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.text-size-16-smb {
  color: rgb(18, 18, 18);
  font-size: 16px;
  font-weight: 600;
}

.td-category {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.td-category:last-child {
  margin: 0;
}

.td-category .icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-category-orange {
  background: rgb(255, 230, 226);
}

.bg-category-purle {
  background: rgb(245, 230, 254);
}

.bg-category-blue {
  background: rgb(227, 248, 250);
}

.td-category .content {
  flex: 1;
  margin-left: 10px;
}

.text-size-16 {
  color: rgb(18, 18, 18);
  font-size: 16px;
  line-height: 1.1;
}

.title-tr-category {
  margin-bottom: 15px;
}

.flex-box-login {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flex-box-login .btn-bg-blue,
.flex-box-login .btn-bg-grey {
  border-radius: 5px;
  height: 35px;
  font-weight: 400;
  padding: 0 10px;
}
@media (max-width: 575px) {
  .flex-box-login .btn-bg-blue,
  .flex-box-login .btn-bg-grey {
    font-size: 14px;
    padding: 0 8px;
  }
}

.box-user-login-header .box-popup-action-header {
  top: 52px;
}

.top-box-user-header .flex-box-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.top-box-user-header .flex-box-user .avatar-user-big {
  margin: 0;
}
.top-box-user-header .flex-box-user .content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
}
.top-box-user-header .flex-box-user .content-box .link-edit {
  font-size: 14px;
  font-weight: 500;
}
.top-box-user-header .flex-box-user .content-box .link-edit .link {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgb(0, 115, 251);
}
.top-box-user-header .flex-box-user .content-box .link-edit .link:hover {
  text-decoration: underline;
}
.top-box-user-header .box-note {
  margin-bottom: 20px;
  background: rgba(0, 115, 251, 0.2);
  border-radius: 5px;
  padding: 8px 10px;
}
.top-box-user-header .box-note p {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.imt-action-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  padding-bottom: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-action-user:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.imt-action-user .name-imt-action {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s;
}
.imt-action-user .name-imt-action .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-action-user .name-imt-action .name {
  font-size: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 7px;
  position: relative;
  top: 1px;
  transition: all 0.3s;
}
.imt-action-user .name-imt-action:hover .name {
  color: #39d1ce;
}
.imt-action-user .label-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 5px;
  color: rgb(0, 115, 251);
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  background: rgba(0, 115, 251, 0.2);
}

.top-box-user-header .txt {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}
.top-box-user-header .avatar-user-big {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.top-box-user-header .avatar-user-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.top-box-user-header .name {
  font-size: 16px;
  color: #121212;
}

.bottom-box-user-header .title {
  margin-bottom: 12px;
  color: #121212;
  font-size: 16px;
}

.btn-ql-tk {
  padding-top: 20px;
}

.imt-user-group {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.imt-user-group .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.imt-user-group .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.imt-user-group .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  color: #121212;
  font-size: 15px;
  line-height: 1;
}

.layout-btn-ql {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout-btn-ql .icon {
  background: rgba(217, 217, 217, 0.4);
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-btn-ql .txt {
  color: #121212;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.layout-btn-ql:hover .icon {
  background: rgba(217, 217, 217, 0.7);
}

.list-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-minskill-new {
  min-height: 100vh;
  background: #f5f5f5;
}

.lst-action-header-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .lst-action-header-topbar {
    margin-left: 0;
  }
}

.item-action-header + .item-action-header {
  margin-left: 15px;
}

.btn-logout {
  margin-left: 12px;
}

.box-ntf a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.box-setting a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.box-setting a:hover {
  background: rgba(24, 49, 83, 0.35);
}

.box-flag {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #183153;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.btn-logout a svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-logout a:hover svg path {
  fill: #fff;
}

.btn-logout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-logout a:hover {
  background: rgb(178, 41, 41);
}

.box-user-login-header {
  margin-left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .box-user-login-header {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .box-user-login-header {
    margin-left: 10px;
  }
}

.box-user-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.box-user-selected .icon-select-nav {
  margin-left: 5px;
}
.box-user-selected .avatar-user {
  width: 35px;
  height: 35px;
  border: 1px solid rgb(255, 198, 0);
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}
.box-user-selected .vip {
  position: absolute;
  left: 26px;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid rgb(255, 198, 0);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

@media (max-width: 575px) {
  .btn-login .btn-bg-web {
    padding: 5px 7px;
    font-size: 14px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .box-dots-menu .title-cate {
    display: none;
  }
  .layout-header-minskill .menu-header-minskill {
    display: none;
  }
  .layout-header-minskill .nav-menu-new {
    margin-left: 15px;
  }
  .wp-minskill-new .txt-menu-mb:hover {
    color: #00c4c0;
  }
  .wp-minskill-new .item-menu-mb.active .txt-menu-mb {
    color: #00c4c0;
  }
  .btn-logout {
    margin-left: 5px;
  }
  .item-action-header + .item-action-header {
    margin-left: 8px;
  }
}
@media (max-width: 575px) {
  .logo-header a img {
    max-height: 42px;
  }
  .layout-header-minskill {
    padding: 3px 0;
  }
  .login-header-minskill .btn-bg {
    height: 37px;
    font-size: 14px;
  }
  .main-minskill-new {
    padding-top: 50px;
  }
  .layout-header-minskill .nav-menu-new {
    margin-left: 10px;
  }
}
/* CSS NÃšT MENU */
.menu-line {
  position: relative;
  margin: 0 auto;
  height: 19px;
  width: 28px;
}

.menu-line .lines {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.menu-line .line {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #2788fb;
  margin-left: 0 !important;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.menu-line .diagonal.part-1 {
  position: relative;
  float: left;
}

.menu-line .horizontal {
  position: relative;
  float: right;
  margin-top: 6px;
  width: 50%;
}

.menu-line .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 6px;
}

.menu-line.rotate .line.horizontal {
  opacity: 0;
}

.menu-line.rotate .part-1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

.menu-line.rotate .part-2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 6px;
}

.nav-menu {
  display: block;
  margin-left: auto;
}

/* End CSS NÃšT MENU */
.nav-menu-new {
  display: none;
}

@media (max-width: 991px) {
  .lst-option-menu {
    display: none;
  }
  .block-header-home {
    background: #fff;
    -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
  }
  .nav-menu-new {
    display: block;
  }
  .nav-menu-new .menu-line .line {
    background: #2f2e41;
  }
  .wp-menu-mb-js {
    position: fixed;
    top: 0;
    width: 368px;
    left: 0;
    background: #fff;
    z-index: 8;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    display: block;
    height: 100vh;
    padding-bottom: 100px;
  }
  .wp-menu-mb-js.open-menu-mb {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .box-menu-home-page {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .header-menu-mb .txt-menu {
    color: #2f2e41;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .header-menu-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
  }
  .close-menu-mb {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 45px;
    height: 40px;
    line-height: 40px;
  }
  .close-menu-mb svg {
    width: 15px;
  }
  .bg-menu-js {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bg-menu-js.active {
    opacity: 0.8;
    visibility: visible;
  }
  .txt-menu-mb {
    color: #2f2e41;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .item-menu-mb {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 20px;
  }
  .txt-menu-mb:hover {
    color: #2788fb;
  }
  .item-menu-mb.active .txt-menu-mb {
    color: #2788fb;
  }
}
@media (max-width: 575px) {
  .wp-menu-mb-js {
    width: 320px;
  }
}
@media (max-width: 325px) {
  .wp-menu-mb-js {
    width: 280px;
  }
  .btn-bg-color a {
    padding: 0 14px;
  }
}
.cart-wrapper {
  display: inline-flex;
  align-items: center;
  padding: 8px;
}

.divider {
  width: 1px;
  height: 25px;
  background-color: #ccc;
  margin-right: 10px;
}

.cart-box {
  background-color: #f2f2f2;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.cart-box i.cart-icon {
  font-size: 24px;
  color: #000;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -8px;
  background-color: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.item-menu-popup {
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-bottom: 10px;
}
.item-menu-popup .name-menu {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.item-menu-popup:last-child {
  margin: 0;
  padding-bottom: 0;
  border: none;
}

.item-popup-lv1 {
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .item-popup-lv1 {
    position: relative;
  }
}
.item-popup-lv1:last-child {
  margin: 0;
}
.item-popup-lv1 .name-popup-lv1 a {
  display: flex;
  align-items: flex-start;
  padding: 5px 6px;
  background: transparent;
  transition: all 0.3s;
  border-radius: 3px;
}
.item-popup-lv1 .name-popup-lv1 a:hover {
  background: rgba(30, 136, 229, 0.1);
}
.item-popup-lv1 .name-popup-lv1 .text {
  flex: 1;
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 300;
}
.item-popup-lv1 .name-popup-lv1 .arrow {
  position: relative;
  top: -1px;
}
.item-popup-lv1:hover .poupp-menu-lv2 {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .item-popup-lv1:hover .poupp-menu-lv2 {
    display: block;
  }
}
.item-popup-lv1:hover .name-popup-lv1 a {
  background: rgba(30, 136, 229, 0.1);
}

.poupp-menu-lv2 {
  position: absolute;
  right: -292px;
  width: 300px;
  background: #fff;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 20px 15px;
  overflow-y: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.poupp-menu-lv2 .link-menu-lv2 {
  display: block;
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s;
  padding: 6px 5px;
  background: transparent;
  border-radius: 3px;
}
.poupp-menu-lv2 .link-menu-lv2:hover {
  background: rgba(30, 136, 229, 0.1);
}
@media (max-width: 991px) {
  .poupp-menu-lv2 {
    position: relative;
    left: 0;
    height: auto;
    right: auto;
    width: 100%;
    padding: 10px;
    display: none;
  }
}

@media (min-width: 1600px) {
  .footer-page .container {
    max-width: 1430px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .footer-page .container {
    max-width: 1230px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-page .container {
    max-width: 1230px;
  }
}
.ft-top-page {
  background: #121212;
}

.box-info-ft {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid #494949;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-info-ft {
    padding: 30px 0;
    grid-gap: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-info-ft {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0;
    grid-gap: 20px;
  }
}
@media (max-width: 575px) {
  .box-info-ft {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 0;
    grid-gap: 30px;
  }
}

.bt-copyright {
  padding: 20px 0;
}
.bt-copyright .left {
  flex: 1;
  margin-right: 20px;
}
.bt-copyright .left .content {
  flex: 1;
}
.bt-copyright .left .content .txt-regular {
  color: #FFFFFF;
  font-size: 15px;
}
.bt-copyright .left .content .txt-light {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bt-copyright {
    flex-direction: column-reverse;
  }
  .bt-copyright .left {
    margin: 0;
  }
  .bt-copyright .right {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .bt-copyright {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .bt-copyright .left {
    margin: 0;
    display: block;
  }
  .bt-copyright .left .logo-ft {
    margin-bottom: 10px;
  }
  .bt-copyright .right {
    margin-bottom: 15px;
  }
}

.imt-box-info-ft .title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .imt-box-info-ft .title {
    margin-bottom: 5px;
  }
}

.imt-link-ft {
  margin-bottom: 3px;
}
.imt-link-ft a {
  display: inline-block;
  color: #CACACA;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-link-ft a:hover {
  color: #00C4C0;
}
.imt-link-ft:last-child {
  margin: 0;
}

.lst-imt-social {
  flex-wrap: wrap;
}

.imt-social {
  margin-right: 10px;
  margin-bottom: 10px;
}
.imt-social a {
  width: 45px;
  height: 45px;
  background: #353535;
  border-radius: 3px;
  transition: all 0.3s;
}
.imt-social a:hover {
  background: #505050;
}
.imt-social:last-child {
  margin-right: 0;
}

.logo-ft {
  margin-right: 15px;
}
.logo-ft a {
  display: block;
}

.lst-info-mst-map {
  display: flex;
}
.lst-info-mst-map .imt-mst-map {
  position: relative;
  padding-right: 20px;
}
.lst-info-mst-map .imt-mst-map:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 10px;
  background: #FFFFFF;
  width: 1px;
  height: 14px;
}
.lst-info-mst-map .imt-mst-map:last-child:before {
  display: none;
}
@media (max-width: 767px) {
  .lst-info-mst-map {
    display: block;
  }
  .lst-info-mst-map .imt-mst-map:before {
    display: none;
  }
}

.imt-selected-language {
  width: 100%;
  border: 1px solid #494949;
  border-radius: 3px;
  padding: 8px 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.imt-selected-language:hover {
  border-color: #9f9f9f;
}
.imt-selected-language .txt {
  flex: 1;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.imt-selected-language .icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.imt-selected-language .arrow {
  width: 20px;
  position: relative;
  top: -2px;
}
.imt-selected-language .arrow img {
  filter: brightness(9999);
}

.box-choose-language {
  width: 250px;
  position: relative;
}

.popup-choose-language {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  width: 100%;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.popup-choose-language:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 27px;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  background: #fff;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  border-radius: 2px;
}

.imt-language {
  margin-bottom: 8px;
}
.imt-language:last-child {
  margin: 0;
}
.imt-language a {
  display: block;
  color: #121212;
  font-size: 16px;
  transition: all 0.3s;
}
.imt-language a:hover {
  color: #00c4c0;
}

.popup-choose-language.open-popup {
  opacity: 1;
  visibility: visible;
}

.ft-bottom-page {
  background: #353535;
  padding: 15px 0;
}
.ft-bottom-page .layout .left {
  margin-right: 20px;
}
.ft-bottom-page .layout .left .copy-right {
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.ft-bottom-page .layout .right {
  flex: 1;
}
@media (max-width: 575px) {
  .ft-bottom-page .layout {
    flex-direction: column;
    gap: 12px 0;
  }
  .ft-bottom-page .layout .left {
    margin: 0;
  }
}

.lst-imt-ft {
  grid-gap: 21px;
  justify-content: flex-end;
}
.lst-imt-ft .imt-ft a {
  display: block;
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.lst-imt-ft .imt-ft a:hover {
  color: white;
}
@media (max-width: 575px) {
  .lst-imt-ft {
    grid-gap: 10px;
  }
}

/* Footer trang chi tiết */
@media (min-width: 1600px) {
  .footer-child-page .container {
    max-width: 1630px;
  }
}
.footer-child-page {
  background: #121212;
  padding: 25px 0;
}

.ft-top-child-page {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ft-top-child-page .content .txt-regular {
  color: #fff;
  font-size: 15px;
}
.ft-top-child-page .content .txt-light {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer-child-page .lst-imt-ft {
  justify-content: center;
  margin-top: 25px;
}
.footer-child-page .lst-imt-ft .imt-ft {
  position: relative;
  padding-right: 20px;
}
.footer-child-page .lst-imt-ft .imt-ft:before {
  content: "";
  position: absolute;
  top: 1px;
  width: 1px;
  height: 18px;
  background: #9C9C9C;
  right: 0;
}
.footer-child-page .lst-imt-ft .imt-ft:last-child:before {
  display: none;
}

@media (max-width: 991px) {
  .footer-child-page .lst-info-mst-map {
    display: block;
  }
  .footer-child-page .lst-info-mst-map .imt-mst-map:before {
    display: none;
  }
  .ft-top-child-page {
    display: block;
  }
  .logo-ft {
    margin: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .footer-child-page .lst-imt-ft {
    display: block;
    margin-top: 20px;
  }
  .footer-child-page .lst-imt-ft .imt-ft {
    padding: 0;
    margin-bottom: 2px;
  }
  .footer-child-page .lst-imt-ft .imt-ft:before {
    display: none;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.bottom-lesson-detail-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .bottom-lesson-detail-fixed .container {
    max-width: 930px;
  }
}

.layout-lesson-detail {
  width: 900px;
  background: #fff;
  border-radius: 10px;
  min-height: calc(100vh - 210px);
  padding: 30px 50px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .layout-lesson-detail {
    min-height: calc(100vh - 180px);
  }
}
@media (max-width: 991px) {
  .layout-lesson-detail {
    width: 100%;
    min-height: auto;
    padding: 25px 15px;
    border-radius: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-lesson-detail {
    min-height: calc(100vh - 210px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-lesson-detail {
    min-height: calc(100vh - 200px);
  }
}
@media (max-width: 575px) {
  .layout-lesson-detail {
    min-height: calc(100vh - 220px);
  }
}
@media (max-width: 325px) {
  .layout-lesson-detail {
    min-height: auto;
  }
}

.main-lesson-detail {
  padding-top: 70px;
  padding-bottom: 140px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .main-lesson-detail {
    padding-bottom: 110px;
    padding-top: 65px;
  }
}
@media (max-width: 991px) {
  .main-lesson-detail {
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-lesson-detail {
    padding-bottom: 105px;
  }
}
@media (max-width: 767px) {
  .main-lesson-detail {
    padding-bottom: 100px;
  }
}

.layout-ls-detail-fixed {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-ls-detail-fixed .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .layout-ls-detail-fixed {
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-ls-detail-fixed {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-ls-detail-fixed {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .layout-ls-detail-fixed {
    height: 85px;
  }
}

.box-answer-ntf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-answer-ntf .icon {
  width: 60px;
}
.box-answer-ntf .content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.box-answer-ntf .content-box .title {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .box-answer-ntf .content-box .title {
    margin: 0;
  }
}
.box-answer-ntf .content-box .title .name {
  color: #FE7A42;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.box-answer-ntf .content-box .title .txt-answer-sucess {
  color: #FE7A42;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-answer-ntf .icon {
    width: 50px;
  }
  .box-answer-ntf .content-box .title .name {
    font-size: 16px;
  }
  .box-answer-ntf .content-box .title .txt-answer-sucess {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .box-answer-ntf .icon {
    width: 40px;
  }
  .box-answer-ntf .content-box .title .name {
    font-size: 16px;
  }
  .box-answer-ntf .content-box .title .txt-answer-sucess {
    font-size: 14px;
  }
  .box-answer-ntf .content-box .flex-btn-text .btn-view-txt a {
    font-size: 13px;
  }
  .box-answer-ntf .content-box .flex-btn-text .btn-dp:before {
    width: 6px;
    height: 6px;
    top: 11px;
    left: -3px;
  }
  .box-answer-ntf .content-box .flex-btn-text .btn-dp a {
    font-size: 13px;
  }
}

.flex-btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-btn-text .btn-view-txt {
  padding-right: 20px;
}

.btn-view-txt a {
  color: #121212;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-view-txt a:hover {
  color: #0073FB;
  text-decoration: underline;
}

.btn-dp {
  position: relative;
  padding-left: 10px;
}
.btn-dp:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(217, 217, 217);
}
.btn-dp a {
  color: #121212;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-dp a:hover {
  color: #0765d3;
  text-decoration: underline;
}

.ct-answer-sucess .content-box .title .name {
  color: #0073FB;
}

.lst-btn-action-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.btn-action-ft-ls a {
  height: 44px;
  padding: 5px 20px;
  font-weight: 400;
}
.btn-action-ft-ls a .icon {
  margin-left: 5px;
}
.btn-action-ft-ls a .txt {
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .btn-action-ft-ls a {
    height: 36px;
    padding: 5px 15px;
  }
}
.btn-action-ft-ls .btn-bg-grey {
  background: #D9D9D9;
}
.btn-action-ft-ls .btn-bg-grey:hover {
  background: #cdcdcd;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.block-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}

.list-navigtion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-navigtion-item .item-navigation {
  background: transparent;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  margin-bottom: 10px;
  height: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #050505;
}
.list-navigtion-item .item-navigation svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list-navigtion-item .item-navigation.disabled-item {
  border-color: #EDEFF2;
  pointer-events: none;
}
.list-navigtion-item .item-navigation.disabled-item svg path {
  fill: #121212;
  fill-opacity: 0.4;
}
.list-navigtion-item .item-navigation + .item-navigation {
  margin-left: 4px;
}
.list-navigtion-item .item-navigation.active {
  background: rgba(18, 18, 18, 0.9);
  color: #fff;
}
.list-navigtion-item .item-navigation:hover {
  background: rgba(18, 18, 18, 0.9);
  color: #fff;
}
.list-navigtion-item .item-navigation:hover svg path {
  fill: #fff;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.popup-page-minskill {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 13;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.popup-page-minskill.open-popup {
  opacity: 1;
  visibility: visible;
}
.popup-page-minskill.open-popup .main-popup-page-minskill {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup-page-minskill .content-popup-page-minskill {
  padding: 0;
  z-index: 2;
  position: relative;
  margin: 30px 0;
  width: auto;
  background: transparent;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup-page-minskill .main-popup-page-minskill {
  width: 600px;
  border-radius: 10px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  margin: 1.75rem auto;
  -webkit-transform: translate(0, -65%);
  -ms-transform: translate(0, -65%);
  transform: translate(0, -65%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.bg-popup-page-minskill {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  background: #000000;
  opacity: 0.7;
}

.popup-page-minskill .close-popup-minskill {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: rgba(217, 217, 217, 0);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-page-minskill .close-popup-minskill svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-page-minskill .close-popup-minskill:hover {
  background: rgb(217, 217, 217);
}

@media (min-width: 576px) and (max-width: 767px) {
  .popup-page-minskill .main-popup-page-minskill {
    width: 520px;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .popup-page-minskill .content-popup-page-minskill {
    padding: 0 15px;
  }
  .popup-page-minskill .main-popup-page-minskill {
    width: 100%;
    border-radius: 10px;
  }
  .popup-page-minskill .close-popup-minskill {
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: rgb(217, 217, 217);
  }
  .popup-page-minskill .close-popup-minskill svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.content-block .upload-box {
  max-width: 800px;
}
.content-block .upload-box .tab-button {
  background: none;
  border: none;
  font-weight: 500;
  padding: 10px 20px;
  color: #6c757d;
  font-size: 14px;
}
.content-block .upload-box .tab-button.active {
  border-bottom: 2px solid #0d6efd;
  color: #0d6efd;
}
.content-block .upload-box .tab-button:hover {
  color: #0d6efd;
}
.content-block .upload-box .upload-area {
  border: 2px dashed #ced4da;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}
.content-block .upload-box .upload-area p {
  margin-bottom: 1rem;
}
.content-block .upload-box .upload-area .upload-note {
  color: #888;
  font-size: 0.875rem;
}
.content-block .media-card {
  width: 180px;
  background: rgba(216, 220, 226, 0.4);
  height: 100%;
  border: 0px;
}
.content-block .media-card .card-img-wrapper {
  cursor: pointer;
}
.content-block .media-card .position-relative {
  cursor: pointer;
}
.content-block .media-card .card-header {
  font-size: 13px;
  font-weight: 500;
}
.content-block .media-card .card-header i {
  font-size: 14px;
  color: #999;
}
.content-block .media-card img {
  border-radius: 0 0 6px 6px;
}

.block-homepage-mkt {
  background: #fff;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .block-homepage-mkt {
    padding-top: 40px;
  }
}

.block-about-mkt-dky {
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .block-about-mkt-dky .container {
    max-width: 830px;
  }
}
@media (max-width: 1199px) {
  .block-about-mkt-dky {
    padding: 40px 0;
    padding-bottom: 60px;
  }
}

.title-block-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.title-block-about .member-vip {
  margin-right: 15px;
}

.content-block-about {
  text-align: center;
  margin-bottom: 50px;
}
.content-block-about h3 {
  color: #121212;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}
.content-block-about p {
  color: #121212;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-block-about {
    margin-bottom: 30px;
  }
  .content-block-about h3 {
    font-size: 36px;
  }
  .content-block-about p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-block-about {
    margin-bottom: 30px;
  }
  .content-block-about h3 {
    font-size: 32px;
  }
  .content-block-about p {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content-block-about {
    margin-bottom: 30px;
  }
  .content-block-about h3 {
    font-size: 28px;
  }
  .content-block-about p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .content-block-about {
    margin-bottom: 20px;
  }
  .content-block-about h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .content-block-about p {
    font-size: 16px;
  }
}

.bottom-block-about {
  text-align: center;
}
.bottom-block-about .note {
  color: #121212;
  font-size: 18px;
}
.bottom-block-about .note .color {
  color: #0073fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom-block-about .note .color:hover {
  text-decoration: underline;
  color: #0073fb;
}
.bottom-block-about .btn-ls-free {
  padding-bottom: 10px;
}
.bottom-block-about .btn-ls-free .btn-bg-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 20px;
}
@media (max-width: 575px) {
  .bottom-block-about .note {
    font-size: 16px;
  }
}

.block-about-tk {
  padding-bottom: 90px;
}
@media (min-width: 1400px) {
  .block-about-tk .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-about-tk {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .block-about-tk {
    padding-bottom: 50px;
  }
}

.layout-block-about-tk {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.layout-block-about-tk .imt-about-tk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-block-about-tk .imt-about-tk .icon {
  margin-bottom: 20px;
}
.layout-block-about-tk .imt-about-tk .content p {
  text-align: center;
  color: #121212;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-block-about-tk .imt-about-tk .icon {
    margin-bottom: 10px;
  }
  .layout-block-about-tk .imt-about-tk .content p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-block-about-tk {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .layout-block-about-tk .imt-about-tk .icon {
    margin-bottom: 10px;
  }
  .layout-block-about-tk .imt-about-tk .content p {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-block-about-tk {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .layout-block-about-tk .imt-about-tk .icon {
    margin-bottom: 10px;
  }
  .layout-block-about-tk .imt-about-tk .content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .layout-block-about-tk {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .layout-block-about-tk .imt-about-tk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .layout-block-about-tk .imt-about-tk .icon {
    width: 60px;
    margin-bottom: 0;
  }
  .layout-block-about-tk .imt-about-tk .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
  }
  .layout-block-about-tk .imt-about-tk .content p {
    text-align: left;
    font-size: 16px;
  }
}

.block-choose-course-friend {
  padding-bottom: 90px;
}
@media (min-width: 1200px) {
  .block-choose-course-friend .container {
    max-width: 1180px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .block-choose-course-friend {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-choose-course-friend {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .block-choose-course-friend {
    padding-bottom: 50px;
  }
}

.content-choose-course-friend {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.content-choose-course-friend .content-block-about h3 {
  font-weight: 500;
}
.content-choose-course-friend .imt-course {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 25px 30px;
}
.content-choose-course-friend .imt-course .title-imt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.content-choose-course-friend .imt-course .title-imt .icon {
  width: 20px;
  height: 20px;
  margin-top: -9px;
}
.content-choose-course-friend .imt-course .title-imt .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #121212;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-left: 8px;
}
.content-choose-course-friend .imt-course .content-imt {
  margin-bottom: 40px;
}
.content-choose-course-friend .imt-course .content-imt .txt-gtgt {
  color: #121212;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 5px;
}
.content-choose-course-friend .imt-course .content-imt .number {
  color: #121212;
  font-weight: 600;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3px;
}
.content-choose-course-friend .imt-course .content-imt .number .small {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: -6px;
  margin-left: 7px;
}
.content-choose-course-friend .imt-course .content-imt .txt-sl {
  color: #121212;
  font-weight: 400;
  font-size: 15px;
}
.content-choose-course-friend .imt-course .btn-resign-course a {
  height: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-choose-course-friend {
    grid-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-choose-course-friend {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content-choose-course-friend {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .content-choose-course-friend .imt-course {
    padding: 15px;
  }
  .content-choose-course-friend .imt-course .content-imt .number {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .content-choose-course-friend {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .content-choose-course-friend .imt-course {
    padding: 15px;
  }
  .content-choose-course-friend .imt-course .content-imt {
    margin-bottom: 20px;
  }
  .content-choose-course-friend .imt-course .content-imt .number {
    font-size: 23px;
  }
}

.btn-ss-course {
  text-align: center;
  padding-top: 30px;
}
.btn-ss-course a {
  color: #0073fb;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn-ss-course a:hover {
  text-decoration: underline;
}

.block-lesson-language-minskill {
  padding-bottom: 90px;
}
@media (min-width: 1200px) {
  .block-lesson-language-minskill .container {
    max-width: 1090px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .block-lesson-language-minskill {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-lesson-language-minskill {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .block-lesson-language-minskill {
    padding-bottom: 40px;
  }
}

.block-lesson-language-minskill .content-block-about {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.block-lesson-language-minskill .content-block-about h3 .bold {
  font-weight: 700;
}

.imt-lesson-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}
.imt-lesson-language:last-child {
  margin: 0;
}
.imt-lesson-language:nth-child(2n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.imt-lesson-language:nth-child(2n+2) .content {
  text-align: left;
  margin-right: 110px;
  margin-left: 0;
}
@media (min-width: 576px) {
  .imt-lesson-language:nth-child(2n+2) .picture {
    -webkit-animation: motion-mb 5s linear infinite !important;
    animation: motion-mb 5s linear infinite !important;
  }
}
.imt-lesson-language .picture {
  width: 450px;
  height: 350px;
}
@media (min-width: 576px) {
  .imt-lesson-language .picture {
    -webkit-animation: motion-mt 5s linear infinite !important;
    animation: motion-mt 5s linear infinite !important;
  }
}
.imt-lesson-language .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.imt-lesson-language .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  margin-left: 110px;
}
.imt-lesson-language .content p {
  color: #121212;
  font-size: 22px;
  margin-bottom: 10px;
}
.imt-lesson-language .content .name {
  color: #121212;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .imt-lesson-language:nth-child(2n+2) .content {
    margin-right: 50px;
  }
  .imt-lesson-language .content {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .imt-lesson-language {
    margin-bottom: 30px;
  }
  .imt-lesson-language:nth-child(2n+2) .content {
    margin-right: 30px;
  }
  .imt-lesson-language .picture {
    width: 340px;
    height: auto;
  }
  .imt-lesson-language .content {
    margin-left: 30px;
  }
  .imt-lesson-language .content .name {
    font-size: 26px;
  }
  .imt-lesson-language .content p {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .imt-lesson-language {
    margin-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .imt-lesson-language:nth-child(2n+2) .content {
    margin-right: 20px;
  }
  .imt-lesson-language .picture {
    width: 250px;
    height: auto;
  }
  .imt-lesson-language .content {
    margin-left: 20px;
  }
  .imt-lesson-language .content .name {
    font-size: 22px;
    text-align: left;
    margin-bottom: 5px;
  }
  .imt-lesson-language .content p {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .imt-lesson-language {
    margin-bottom: 30px;
    display: block;
  }
  .imt-lesson-language .picture {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .imt-lesson-language .content {
    margin: 0 !important;
  }
  .imt-lesson-language .content .name {
    font-size: 22px;
    text-align: left;
    margin-bottom: 5px;
  }
  .imt-lesson-language .content p {
    font-size: 16px;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .main-lesson-language-minskill {
    overflow-x: hidden;
  }
}
@-webkit-keyframes motion-mt {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes motion-mt {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes motion-mb {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes motion-mb {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Video */
.block-video-homepage-mkt {
  padding-bottom: 90px;
}
@media (min-width: 1200px) {
  .block-video-homepage-mkt .container {
    max-width: 1090px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .block-video-homepage-mkt {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-video-homepage-mkt {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .block-video-homepage-mkt {
    padding-bottom: 50px;
  }
}

.layout-homepage-mkt {
  position: relative;
  cursor: pointer;
}

.layout-homepage-mkt .icon-play-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.layout-homepage-mkt .icon-play-video svg {
  width: 13.5px;
  position: relative;
  left: 2px;
}

.layout-homepage-mkt {
  position: relative;
  cursor: pointer;
}
.layout-homepage-mkt .img-video-homepage-mkt {
  position: relative;
  height: 350px;
}
.layout-homepage-mkt .img-video-homepage-mkt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.layout-homepage-mkt .img-video-homepage-mkt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.layout-homepage-mkt:hover .img-video-homepage-mkt:before {
  background: rgba(18, 18, 18, 0);
}
.layout-homepage-mkt:hover .icon-play-video {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout-homepage-mkt .img-video-homepage-mkt {
    height: 280px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-homepage-mkt .img-video-homepage-mkt {
    height: 240px;
  }
  .layout-homepage-mkt .icon-play-video {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .layout-homepage-mkt .icon-play-video {
    width: 55px;
    height: 55px;
  }
  .layout-homepage-mkt .img-video-homepage-mkt {
    height: 270px;
  }
}
@media (max-width: 376px) {
  .layout-homepage-mkt .img-video-homepage-mkt {
    height: 220px;
  }
}
/* Modal */
.popup-page-video {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 13;
  width: 100vw;
  height: 100vh;
}
.popup-page-video.open-popup {
  opacity: 1;
  visibility: visible;
}
.popup-page-video.open-popup .content-popup-page-video {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup-page-video .bg-popup-page-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #171c29;
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.popup-page-video .close-popup-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: rgba(240, 240, 240, 0.7);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.popup-page-video .close-popup-icon svg path {
  fill: #7c7d82;
}
.popup-page-video .close-popup-icon:hover {
  background: #f0f0f0;
}
.popup-page-video .content-popup-page-video {
  width: 960px;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-transform: translate(0, -65%);
  transform: translate(0, -65%);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.popup-page-video .main-popup-video {
  position: relative;
  padding-top: 56.25%;
}
.popup-page-video .main-popup-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .popup-page-video .content-popup-page-video {
    width: 750px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .popup-page-video .content-popup-page-video {
    width: 680px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popup-page-video .content-popup-page-video {
    width: 680px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup-page-video .content-popup-page-video {
    width: 600px;
  }
  .popup-page-video .close-popup-icon {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
  .popup-page-video .close-popup-icon svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .popup-page-video .content-popup-page-video {
    width: 500px;
  }
  .popup-page-video .close-popup-icon {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
  .popup-page-video .close-popup-icon svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 575px) {
  .popup-page-video .content-popup-page-video {
    width: 95%;
  }
  .popup-page-video .close-popup-icon {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}

.block-lesson-free {
  padding-bottom: 60px;
}
@media (max-width: laptop-width-1px) {
  .block-lesson-free {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .block-lesson-free .container {
    max-width: 830px;
  }
}
.block-lesson-free .content-block-about h3 {
  font-weight: 500;
}

.btn-ls-free {
  text-align: center;
}
.btn-ls-free .btn-bg-blue {
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 180px;
}

.block-question-answer {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 35px 65px;
}
.block-question-answer .name-title {
  margin-bottom: 45px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-question-answer {
    padding: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-question-answer {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .block-question-answer {
    padding: 15px;
  }
}

.lst-imt-question .imt-question {
  margin-bottom: 40px;
}
.lst-imt-question .imt-question:last-child {
  margin: 0;
}
.lst-imt-question .imt-question .title-imt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.lst-imt-question .imt-question .title-imt .name {
  color: #121212;
  font-size: 20px;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lst-imt-question .imt-question .title-imt .arrow-imt {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lst-imt-question .imt-question .title-imt .arrow-imt svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lst-imt-question .imt-question .title-imt:hover .name {
  color: #0073fb;
}
.lst-imt-question .imt-question .title-imt:hover .arrow-imt svg path {
  fill: #0073fb;
}
.lst-imt-question .imt-question .content-imt {
  margin-top: 10px;
  display: none;
  padding-right: 50px;
}
.lst-imt-question .imt-question .content-imt p {
  color: #121212;
  font-size: 18px;
  font-weight: 300;
}
.lst-imt-question .imt-question.active .content-imt {
  display: block;
}
.lst-imt-question .imt-question.active .title-imt .arrow-imt {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) and (max-width: 991px) {
  .lst-imt-question .imt-question {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .lst-imt-question .imt-question {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .lst-imt-question .imt-question {
    margin-bottom: 20px;
  }
  .lst-imt-question .imt-question .title-imt .name {
    font-size: 18px;
  }
  .lst-imt-question .imt-question .content-imt p {
    font-size: 16px;
  }
}

.btn-package-resign .btn-bg-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 0 20px;
}

.block-ss-course {
  padding-bottom: 90px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .block-ss-course {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-ss-course {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .block-ss-course {
    padding-bottom: 50px;
  }
}
.block-ss-course .content-block-about h3 {
  font-weight: 400;
}

@media (min-width: 1200px) {
  .block-ss-course .container {
    max-width: 1280px;
  }
}
.title-table-ss-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-table-ss-course .imt-package-title {
  width: 20%;
  border-right: 1px solid #d9d9d9;
}
.block-table-ss-course .imt-package-basic {
  width: 20%;
  border-right: 1px solid #d9d9d9;
  text-align: center;
}
.block-table-ss-course .imt-package-user {
  width: 20%;
  border-right: 1px solid #d9d9d9;
  text-align: center;
}
.block-table-ss-course .imt-package-family {
  width: 20%;
  border-right: 1px solid #d9d9d9;
  text-align: center;
}
.block-table-ss-course .imt-package-lesson {
  width: 20%;
  border-right: 1px solid #d9d9d9;
  text-align: center;
}
.block-table-ss-course .imt-tb-content-course {
  padding: 12px;
}
.block-table-ss-course .txt-content-course {
  font-size: 18px;
  color: #121212;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-table-ss-course .imt-tb-content-course {
    padding: 6px 8px;
  }
  .block-table-ss-course .txt-content-course {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .block-table-ss-course .imt-tb-content-course {
    padding: 6px 8px;
  }
  .block-table-ss-course .txt-content-course {
    font-size: 15px;
  }
}

.row-table-ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imt-tb-title-course {
  padding: 0 10px;
  text-align: center;
  padding-bottom: 35px;
}
.imt-tb-title-course .name {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
}
.imt-tb-title-course .price {
  color: #121212;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .imt-tb-title-course {
    padding-bottom: 25px;
  }
  .imt-tb-title-course .price {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .imt-tb-title-course {
    padding: 0 6px;
    padding-bottom: 25px;
  }
  .imt-tb-title-course .price {
    margin-bottom: 10px;
  }
}

.btn-package {
  min-width: 125px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #121212;
  border-radius: 100px;
  height: 40px;
  font-size: 16px;
  color: #121212;
}
@media (max-width: 991px) {
  .btn-package {
    min-width: 110px;
    font-size: 15px;
  }
}

.row-table-ss:last-child .imt-tb-content-course {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .content-table-ss-course {
    width: 900px;
  }
  .title-table-ss-course {
    width: 900px;
  }
  .block-table-ss-course {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 15px;
    margin: 0 -15px;
  }
}
.block-ls-free {
  padding: 25px;
}
.block-ls-free .title-block {
  padding-top: 30px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.block-ls-free .title-block h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.block-ls-free .title-block p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .block-ls-free {
    padding: 25px 15px;
  }
  .block-ls-free .title-block {
    padding-top: 0;
  }
}
.block-ls-free .content-block {
  margin-bottom: 70px;
}
.block-ls-free .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block-ls-free .bottom-block .btn-cancel {
  padding-right: 30px;
}
.block-ls-free .bottom-block .btn-cancel a {
  display: inline-block;
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block-ls-free .bottom-block .btn-cancel a:hover {
  color: #d93232;
}
.block-ls-free .bottom-block .btn-xn .btn-bg-blue {
  height: 45px;
  min-width: 120px;
}
@media (max-width: 575px) {
  .block-ls-free .bottom-block .btn-xn .btn-bg-blue {
    height: 40px;
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .block-ls-free .title-block {
    margin-bottom: 30px;
  }
  .block-ls-free .content-block {
    margin-bottom: 30px;
  }
}
.block-ls-free .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.block-ls-free .modal-overlay .modal-container {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
}
.block-ls-free .modal-overlay .modal-container .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding: 0;
}
.block-ls-free .modal-overlay .modal-container .modal-header .modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
}
.block-ls-free .modal-overlay .modal-container .modal-header .modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}
.block-ls-free .modal-overlay .modal-container .modal-header .modal-close:hover {
  color: #000;
}
.block-ls-free .modal-overlay .modal-container .modal-body {
  text-align: center;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  margin: 20px 0;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-options .option {
  flex: 1;
  min-width: 180px;
  text-align: center;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-options .option img {
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  object-fit: cover;
  max-height: 160px;
  margin-bottom: 10px;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-options .option .option-title {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-options .option .option-desc {
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-options .option .option-desc.muted {
  color: #aaa;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-options .option.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-guide {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  color: #121212;
  text-decoration: underline;
  cursor: pointer;
}
.block-ls-free .modal-overlay .modal-container .modal-body .modal-guide:hover {
  color: #007bff;
}

.lst-imt-choose-course {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
}
.lst-imt-choose-course .imt-choose {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lst-imt-choose-course .imt-choose .box-check-item {
  width: 22px;
}
.lst-imt-choose-course .imt-choose .box-check-item .check {
  width: 22px;
}
.lst-imt-choose-course .imt-choose .box-check-item .checked {
  width: 22px;
}
.lst-imt-choose-course .imt-choose .content-imt-choose {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.lst-imt-choose-course .imt-choose .content-imt-choose .name {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 0;
}
.lst-imt-choose-course .imt-choose .content-imt-choose .price {
  font-size: 15px;
  color: #121212;
}

.lst-imt-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lst-imt-note .imt-note {
  position: relative;
  padding-right: 20px;
}
.lst-imt-note .imt-note:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 10px;
  height: 15px;
  width: 1px;
  background: #121212;
}
.lst-imt-note .imt-note:last-child {
  padding: 0;
}
.lst-imt-note .imt-note:last-child:before {
  display: none;
}
.lst-imt-note .imt-note p {
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 575px) {
  .lst-imt-note .imt-note {
    padding: 0;
  }
  .lst-imt-note .imt-note:before {
    display: none;
  }
}

/* Dành cho trình duyệt Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 6px; /* độ rộng thanh cuộn dọc */
  height: 6px; /* độ cao thanh cuộn ngang */
}

::-webkit-scrollbar-track {
  background: transparent; /* nền thanh cuộn */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.5); /* màu thanh cuộn */
  border-radius: 3px; /* bo góc */
  border: 1px solid transparent; /* tạo khoảng cách */
}

/* Khi hover vào thanh cuộn */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(100, 100, 100, 0.8);
}

/* Dành cho Firefox */
* {
  scrollbar-width: thin; /* mỏng */
  scrollbar-color: rgba(100, 100, 100, 0.5) transparent; /* màu thanh + nền */
}

.wp-page-login-minskill {
  padding: 40px 0;
}

.wp-home-minskill-new {
  padding: 40px 0;
}

.wp-page-login-minskill .container {
  max-width: 630px;
}

.main-login-page {
  flex: 1;
}

.layout-page-login-minskill {
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.header-page-login {
  padding-bottom: 45px;
}

.title-page-login .title {
  font-weight: 500;
  font-size: 18px;
  color: #121212;
}

.block-login-mxh {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .block-login-mxh {
    width: 100%;
  }
}

.item-login-mxh {
  margin-bottom: 15px;
}
.item-login-mxh:last-child {
  margin-bottom: 0;
}
.item-login-mxh a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 10px 15px;
  transition: all 0.3s;
  background: rgba(217, 217, 217, 0.4);
}
.item-login-mxh a .txt {
  flex: 1;
  font-size: 16px;
  margin-left: 10px;
  color: #121212;
  transition: all 0.3s;
}
.item-login-mxh a .icon {
  position: relative;
  top: -1px;
  width: 20px;
}
.item-login-mxh a:hover {
  background: rgba(217, 217, 217, 0.7);
}
@media (max-width: 575px) {
  .item-login-mxh {
    margin-bottom: 10px;
  }
}

.block-or {
  display: flex;
  align-items: center;
  margin: 35px 0;
}

.block-or .line {
  width: 50%;
  height: 1px;
  background: #EFEFEE;
  opacity: 0.7;
}

.block-or .txt {
  margin: 0 15px;
  color: #183153;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
}

.item-login-now {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.lst-item-login-now {
  overflow: hidden;
  margin-bottom: 20px;
}

.item-login-now input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 16px;
  color: #121212;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  transition: all 0.3s;
}
.item-login-now input::placeholder {
  color: #183153;
}
.item-login-now input:focus {
  border-color: #0073fb;
}
.item-login-now .note {
  display: block;
  margin-top: 7px;
  color: rgba(24, 49, 83, 0.6);
  font-size: 15px;
  font-weight: 300;
}
.item-login-now:last-child {
  border: none;
  margin-bottom: 0;
}
.item-login-now .icon {
  position: absolute;
  top: 11px;
  left: 15px;
}

.lst-action-login {
  display: flex;
  justify-content: space-between;
}

.box-check-item label .name-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 7px;
  position: relative;
  top: 4px;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}
@media (max-width: 575px) {
  .box-check-item label .name-text {
    font-size: 14px;
  }
}

.box-check-item label .checked {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  width: 18px;
  display: block;
}

.box-check-item input:checked ~ label .checked {
  opacity: 1;
  visibility: visible;
}

.box-check-item label .check {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 18px;
  display: block;
}

.box-check-item input:checked ~ label .check {
  opacity: 0;
  visibility: hidden;
}

.box-check-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.box-check-item input {
  position: absolute;
  visibility: hidden;
}

.box-check-item {
  position: relative;
}

.btn-forgot-password a {
  position: relative;
  color: #183153;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  transition: all 0.3s;
}

.btn-forgot-password a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #183153;
  transition: all 0.3s;
}

.btn-forgot-password a:hover:before {
  background: #00c4c0;
}

.btn-forgot-password a:hover {
  color: #00c4c0;
}

.bottom-login-now {
  padding-top: 50px;
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .bottom-login-now {
    width: 100%;
  }
}

.btn-login-now .btn-bg-blue {
  height: 45px;
  font-size: 16px;
}

.btn-login-now .btn-bg {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border-radius: 5px;
}

.txt-resign-tk {
  text-align: center;
  color: #183153;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-top: 20px;
}

.link-resign {
  font-weight: 600;
  color: #183153;
  transition: all 0.3s;
}

.link-resign:hover {
  text-decoration: underline;
  color: #00c4c0;
}

.box-check-item label .name-text .txt-link {
  color: #1683FF;
  font-weight: 500;
  transition: all 0.3s;
}

.box-check-item label .name-text .txt-link:hover {
  text-decoration: underline;
  color: #1683FF;
}

.btn-backpage-login {
  display: flex;
  align-items: center;
}
.btn-backpage-login a {
  display: flex;
  align-items: center;
}
.btn-backpage-login a .icon {
  background: transparent;
  display: flex;
  align-items: center;
  height: 32px;
  width: 32px;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.btn-backpage-login a .icon svg path {
  transition: all 0.4s;
}
.btn-backpage-login a:hover .icon {
  background: #d9d9d9;
}
.btn-backpage-login .txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #121212;
  flex: 1;
  margin-left: 10px;
  transition: all 0.3s;
}

.title-page-login .txt-small {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #121212;
}
.title-page-login .txt-small .name-emalil {
  color: #1683FF;
  font-weight: 600;
}

.timeline-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.left-timeline-code .number-time {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #FF2D55;
}

.btn-send-refund-code a {
  color: rgba(18, 18, 18, 0.4);
  font-size: 16px;
  line-height: 21px;
  transition: all 0.3s;
}
.btn-send-refund-code a:hover {
  color: rgb(18, 18, 18);
  text-decoration: underline;
}

.list-code-xn {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.item-code-xn {
  width: 100%;
}

.block-acpect-dk-sd {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 325px) {
  .block-acpect-dk-sd {
    display: block;
  }
}

.block-acpect-dk-sd .box-check-item {
  flex: 1;
}

.btn-last-pass .txt {
  font-size: 16px;
  display: block;
  color: #1683FF;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  top: 1px;
}
@media (max-width: 575px) {
  .btn-last-pass .txt {
    font-size: 14px;
    top: 0;
    margin-top: 4px;
  }
}
.btn-last-pass .txt:hover {
  text-decoration: underline;
}

.item-code-xn input {
  background: transparent;
  width: 92%;
  height: 75px;
  border: 1px solid #E0E0E0;
  color: #183153;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .item-code-xn input {
    width: 100%;
    height: 60px;
    font-size: 30px;
  }
}

.item-code-xn + .item-code-xn {
  margin-left: 10px;
}

@media (min-width: 576px) and (max-width: 1399px) {
  .wp-page-login-minskill {
    padding: 30px 0;
  }
  .wp-home-minskill-new {
    padding: 30px 0;
  }
  .layout-page-login-minskill {
    padding: 50px 30px;
  }
  .header-page-login {
    padding-bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .layout-page-login-minskill {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .wp-page-login-minskill {
    padding: 25px 0;
  }
  .wp-home-minskill-new {
    padding: 20px 0;
  }
  .layout-page-login-minskill {
    padding: 25px 15px;
    min-height: auto;
  }
  .header-page-login {
    padding-bottom: 30px;
  }
  .item-login-mxh a {
    padding: 10px;
  }
  .lst-action-login {
    display: block;
  }
  .box-choose-memorize {
    text-align: center;
  }
  .btn-forgot-password {
    text-align: center;
    margin-top: 14px;
  }
  .lst-item-login-now {
    margin-bottom: 10px;
  }
  .bottom-login-now {
    padding-top: 40px;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.banner-bg-text {
  background: #353535;
}
.banner-bg-text .content-banner-text {
  min-height: 180px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-bg-text .content-banner-text .txt-banner {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .banner-bg-text .content-banner-text {
    min-height: 160px;
  }
  .banner-bg-text .content-banner-text .txt-banner {
    font-size: 20px;
  }
}

.main-contact-page {
  padding: 30px 0;
  padding-bottom: 50px;
}

.layout-main-contact-page {
  background: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 20px 100px;
  padding-bottom: 50px;
  border-radius: 10px;
}
.layout-main-contact-page .name {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .layout-main-contact-page {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-main-contact-page {
    padding: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-main-contact-page {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .layout-main-contact-page {
    padding: 25px 15px;
  }
}

.item-form {
  margin-bottom: 15px;
}
.item-form .name-form {
  color: #121212;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 400;
}

.form-select {
  position: relative;
}
.form-select select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #121212;
  font-size: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-select select::-webkit-input-placeholder {
  color: #808080;
}
.form-select select::-moz-placeholder {
  color: #808080;
}
.form-select select:-ms-input-placeholder {
  color: #808080;
}
.form-select select::-ms-input-placeholder {
  color: #808080;
}
.form-select select::placeholder {
  color: #808080;
}
.form-select .icon-slt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}

.form-select select:focus, .form-input input:focus, .form-textarea textarea:focus {
  border-color: #0073FB;
}

.form-input input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #121212;
  font-size: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-input input::-webkit-input-placeholder {
  color: #808080;
}
.form-input input::-moz-placeholder {
  color: #808080;
}
.form-input input:-ms-input-placeholder {
  color: #808080;
}
.form-input input::-ms-input-placeholder {
  color: #808080;
}
.form-input input::placeholder {
  color: #808080;
}

.form-textarea textarea {
  width: 100%;
  height: 120px;
  padding: 6px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #121212;
  font-size: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-form .txt-note {
  margin-top: 15px;
  color: rgba(18, 18, 18, 0.8);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}

.box-note-bm {
  margin-bottom: 20px;
}
.box-note-bm p {
  margin-top: 15px;
  color: rgba(18, 18, 18, 0.8);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
}
.box-note-bm p .bold {
  font-weight: 500;
}

.box-up-file-dk {
  margin-bottom: 40px;
}
.box-up-file-dk .title {
  color: rgb(18, 18, 18);
  font-size: 15px;
  margin: 0;
}

.bottom-contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bottom-contact-page .left {
  border: 1px solid rgb(217, 217, 217);
  border-radius: 3px;
}
@media (max-width: 575px) {
  .bottom-contact-page {
    display: block;
  }
  .bottom-contact-page .btn-send-contact {
    padding-top: 20px;
  }
}

.show-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.show-file .del-file {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2px;
  cursor: pointer;
}
.show-file p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 7px;
  color: #0073fb;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.btn-creat-hd .btn-border-blue {
  min-width: 160px;
}

@media (min-width: 1200px) {
  .main-policy-page .container {
    max-width: 1030px;
  }
}

.main-policy-page {
  padding: 40px 0;
}
.main-policy-page .layout-main-policy-page {
  background: #fff;
  border-radius: 10px;
  padding: 30px 50px;
}
.main-policy-page .layout-main-policy-page.ct-editor-web p {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-policy-page {
    padding: 20px 0;
  }
  .main-policy-page .layout-main-policy-page {
    padding: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-policy-page {
    padding: 20px 0;
  }
  .main-policy-page .layout-main-policy-page {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .main-policy-page {
    padding: 20px 0;
  }
  .main-policy-page .layout-main-policy-page {
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  .block-training-skill .container {
    max-width: 1030px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .page-lt-skill .header-page-minskill .container {
    max-width: 100%;
  }
}
.banner-training {
  background: #353535;
}

.content-banner-text {
  padding: 35px 0;
  min-height: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-banner-text .txt-banner {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .content-banner-text .txt-banner {
    font-size: 20px;
  }
}

.box-tab-nav-training {
  position: relative;
  z-index: 1;
  margin-top: -32px;
  margin-bottom: 10px;
}
.box-tab-nav-training .lst-tab-nav-training {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-tab-nav-training .lst-tab-nav-training .imt-tab-training {
  padding-right: 20px;
  position: relative;
}
.box-tab-nav-training .lst-tab-nav-training .imt-tab-training a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.box-tab-nav-training .lst-tab-nav-training .imt-tab-training a:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  background: #ffffff;
  height: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-tab-nav-training .lst-tab-nav-training .imt-tab-training a:hover {
  color: #fff;
}
.box-tab-nav-training .lst-tab-nav-training .imt-tab-training a:hover:before {
  width: 100%;
}
.box-tab-nav-training .lst-tab-nav-training .imt-tab-training.active a {
  font-weight: 500;
  color: #fff;
}
.box-tab-nav-training .lst-tab-nav-training .imt-tab-training.active a:before {
  width: 100%;
}
@media (max-width: 575px) {
  .box-tab-nav-training .lst-tab-nav-training {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 0;
    left: 0;
  }
  .box-tab-nav-training .lst-tab-nav-training::-webkit-scrollbar {
    opacity: 0;
  }
  .box-tab-nav-training .lst-tab-nav-training .imt-tab-training {
    white-space: nowrap;
  }
  .box-tab-nav-training .lst-tab-nav-training .imt-tab-training a {
    padding-bottom: 8px;
  }
  .box-tab-nav-training .lst-tab-nav-training .imt-tab-training a:before {
    bottom: 0;
  }
}

.box-qc-page {
  padding: 20px 0;
  padding-bottom: 10px;
}
.box-qc-page .image-qc {
  position: relative;
}
.box-qc-page .image-qc .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
}
.box-qc-page .image-qc .icon:hover {
  background: rgba(217, 217, 217, 0.8);
}

.block-content-training-page .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.block-content-training-page .number-tk {
  color: #121212;
  font-size: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
.block-content-training-page .number-tk .number {
  font-weight: 600;
}

.filter-training {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.filter-training .txt {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  margin-right: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-training .icon {
  width: 18px;
  height: 18px;
}
.filter-training .icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-training:hover .txt {
  color: #0073fb;
}
.filter-training:hover .icon svg path {
  fill: #0073fb;
}

.block-content-training-page {
  padding-bottom: 50px;
}
.block-content-training-page .block-navigation {
  padding-top: 60px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-content-training-page {
    padding-bottom: 30px;
  }
  .block-content-training-page .block-navigation {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .block-content-training-page {
    padding-bottom: 30px;
  }
  .block-content-training-page .block-navigation {
    padding-top: 30px;
  }
}

.lst-imt-ls-kt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.lst-imt-ls-kt .imt-ls-kt {
  background: #fff;
  border-radius: 5px;
  padding: 14px 19px;
}
.lst-imt-ls-kt .imt-ls-kt .top-imt {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.lst-imt-ls-kt .imt-ls-kt .top-imt .label-imt {
  display: inline-block;
  background: rgba(255, 198, 0, 0.4);
  border-radius: 100px;
  color: #121212;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 12px;
  margin-bottom: 10px;
}
.lst-imt-ls-kt .imt-ls-kt .top-imt .name {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px;
}
.lst-imt-ls-kt .imt-ls-kt .top-imt .name a {
  color: #121212;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lst-imt-ls-kt .imt-ls-kt .top-imt .name a:hover {
  color: #0073fb;
}
.lst-imt-ls-kt .imt-ls-kt .top-imt .flex-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lst-imt-ls-kt .imt-ls-kt .top-imt .flex-action .imt-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lst-imt-ls-kt .imt-ls-kt .top-imt .flex-action .imt-action .icon {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}
.lst-imt-ls-kt .imt-ls-kt .top-imt .flex-action .imt-action .txt {
  color: #808080;
  font-size: 14px;
}
.lst-imt-ls-kt .imt-ls-kt .bottom-imt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lst-imt-ls-kt .imt-ls-kt .bottom-imt .btn-detail {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lst-imt-ls-kt {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .lst-imt-ls-kt {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .lst-imt-ls-kt .imt-ls-kt {
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .lst-imt-ls-kt {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.flex-breacumb {
  margin-bottom: 10px;
}
.flex-breacumb .breadcrumb-pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-pd {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #121212;
  margin-right: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.item-pd:hover {
  color: #006cfe;
}
.item-pd:last-child {
  margin-right: 0;
}
.item-pd:before {
  content: "";
  position: absolute;
  top: 5px;
  right: -17px;
  width: 4px;
  height: 8px;
  background: url(../img-fix/arrow_right.svg);
}

.item-pd:last-child:before,
.item-pd:last-child:after {
  display: none;
}

.layout-detail-training {
  background: #fff;
  padding: 30px 50px;
  border-radius: 10px;
}
.layout-detail-training .name-training-tv {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-detail-training {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-detail-training {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-detail-training {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .layout-detail-training {
    padding: 15px;
  }
}

.block-detail-training-page {
  padding-bottom: 50px;
  margin-top: 20px;
}

.box-info-ls-training {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}
.box-info-ls-training .imt-ls-training {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.box-info-ls-training .imt-ls-training .icon {
  background: #ddedff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.box-info-ls-training .imt-ls-training .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.box-info-ls-training .imt-ls-training .content .name {
  color: #121212;
  font-size: 15px;
  margin-bottom: 1px;
  font-weight: 500;
}
.box-info-ls-training .imt-ls-training .content .txt-small {
  color: #121212;
  font-size: 15px;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-info-ls-training {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  .box-info-ls-training {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}

.btn-start-ls {
  margin-bottom: 20px;
}
.btn-start-ls .btn-bg-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.box-history-ls-user {
  margin-bottom: 30px;
}
.box-history-ls-user .txt-title {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.box-history-ls-user .lst-imt-ls-kt .imt-ls-kt {
  border: 1px solid #d9d9d9;
}
.box-history-ls-user .lst-imt-ls-kt .imt-ls-kt .data-imt {
  color: #121212;
  opacity: 0.8;
  font-size: 14px;
}

.label-ht {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.label-ht .txt {
  color: #0073fb;
  font-size: 14px;
}
.label-ht .icon {
  margin-left: 5px;
}

.box-top-user-point .txt-box {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.box-top-user-point {
  padding-bottom: 20px;
}

.lst-imt-user-point {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 22px;
  grid-column-gap: 13px;
}
.lst-imt-user-point .imt-user-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lst-imt-user-point .imt-user-point .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.lst-imt-user-point .imt-user-point .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.lst-imt-user-point .imt-user-point .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.lst-imt-user-point .imt-user-point .content .name {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
}
.lst-imt-user-point .imt-user-point .content .lst-imt-note .imt-note p {
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lst-imt-user-point {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lst-imt-user-point {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .lst-imt-user-point {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .lst-imt-user-point {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 15px;
  }
}

.title-kq-training {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.table-kq-ls-training .title-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.table-kq-ls-training .title-tab .imt-tab {
  padding-right: 20px;
}
.table-kq-ls-training .title-tab .imt-tab a {
  display: inline-block;
  color: #121212;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table-kq-ls-training .title-tab .imt-tab a:hover {
  color: #0073fb;
}
.table-kq-ls-training .title-tab .imt-tab a:hover:before {
  width: 100%;
}
.table-kq-ls-training .title-tab .imt-tab.active a {
  font-weight: 500;
}
.table-kq-ls-training .title-tab .imt-tab.active a:before {
  width: 100%;
}

.block-content-tab-question .txt-title-question {
  color: #121212;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.block-detail-ls .title-detail-ls {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.group-ls-imt-question .imt-question {
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}
.group-ls-imt-question .imt-question .title-imt {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}

.imt-answer-question {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.imt-answer-question:last-child {
  margin-bottom: 0;
}
.imt-answer-question .icon-check {
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  cursor: pointer;
}
.imt-answer-question .content-imt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.imt-answer-question .content-imt p {
  margin: 0;
  color: #121212;
  font-size: 15px;
}
.imt-answer-question .icon-check-answer {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
.imt-answer-question .icon-check-answer-wrong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-answer-question .icon-check-answer-active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.imt-answer-question.answer-active .icon-check-answer-active {
  opacity: 1;
  visibility: visible;
}
.imt-answer-question.answer-active .content-imt p {
  color: #0073fb;
}
.imt-answer-question.answer-wrong .icon-check-answer-wrong {
  opacity: 1;
  visibility: visible;
}
.imt-answer-question.answer-wrong .content-imt p {
  color: #ff2d55;
}
@media (max-width: 575px) {
  .imt-answer-question .icon-check {
    width: 20px;
    height: 20px;
    margin-top: -2px;
  }
}

.box-run-update .title-tq .txt-bold {
  color: #121212;
  font-size: 16px;
  margin-bottom: 3px;
}
.box-run-update .title-tq .txt-small {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.row-detail-kq-tq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.row-detail-kq-tq .column-kq-point-user {
  width: 48%;
}
.row-detail-kq-tq .column-point-skill {
  width: 48%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .row-detail-kq-tq {
    display: block;
  }
  .row-detail-kq-tq .column-kq-point-user {
    width: 100%;
    margin-bottom: 20px;
  }
  .row-detail-kq-tq .column-point-skill {
    width: 100%;
  }
}

.txt-title-kq-tq {
  color: #121212;
  font-size: 16px;
  margin-bottom: 10px;
}

.flex-label-kq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.label-kq-user {
  color: #121212;
  font-size: 14px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0 15px;
}
.label-kq-user.bg-red {
  background: rgba(235, 87, 87, 0.4);
}
.label-kq-user.bg-yellow {
  background: rgba(255, 198, 0, 0.4);
}
.label-kq-user.bg-blue {
  background: rgba(0, 115, 251, 0.4);
}

.column-kq-point-user .number-point-user {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.block-line-target-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
}
.block-line-target-point .line-target-point {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
  height: 10px;
}
.block-line-target-point .line-target-point .txt {
  position: absolute;
  top: -26px;
  color: #989898;
  font-size: 13px;
  text-transform: uppercase;
}
.block-line-target-point .line-target-point.bg-red {
  background: #eb5757;
}
.block-line-target-point .line-target-point.bg-yellow {
  background: #ffc600;
}
.block-line-target-point .line-target-point.bg-blue {
  background: #0073fb;
}
@media (max-width: 575px) {
  .block-line-target-point .line-target-point .txt {
    top: -24px;
    font-size: 11px;
    line-height: 1;
  }
}

.imt-point-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.imt-point-skill .left {
  width: 90px;
}
.imt-point-skill .left p {
  font-size: 15px;
  font-weight: 300;
}
.imt-point-skill .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}
.imt-point-skill .right {
  width: 90px;
}
.imt-point-skill .right p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 575px) {
  .imt-point-skill .left {
    width: 60px;
  }
  .imt-point-skill .left p {
    font-size: 13px;
  }
  .imt-point-skill .right {
    width: 70px;
  }
  .imt-point-skill .right p {
    font-size: 12px;
  }
}

.group-line-skill {
  position: relative;
  height: 6px;
}
.group-line-skill .flex-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.group-line-skill .flex-line .line-skill {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 6px;
  width: 100%;
}
.group-line-skill .flex-line .line-skill.bg-red {
  background: #eb5757;
  opacity: 0.4;
}
.group-line-skill .flex-line .line-skill.bg-yellow {
  background: #ffc600;
  opacity: 0.4;
}
.group-line-skill .flex-line .line-skill.bg-blue {
  background: #0073fb;
  opacity: 0.4;
}
.group-line-skill .flex-line .line-skill.bg-yellow.active {
  opacity: 1;
}
.group-line-skill .flex-line .line-skill.bg-red.active {
  opacity: 1;
}
.group-line-skill .flex-line .line-skill.bg-blue.active {
  opacity: 1;
}

.icon-line-skill {
  position: absolute;
  top: -10px;
  text-align: right;
  z-index: 1;
  width: 3px;
  margin-left: -3px;
  left: 0;
}

.box-cc-user {
  padding: 13px 22px;
  border: 1px solid #d9d9d9;
  width: 300px;
  height: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.box-cc-user .btn-view {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0073fb;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.box-cc-user .btn-view a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}
.box-cc-user:hover .btn-view {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 350px) {
  .box-cc-user {
    width: 100%;
    padding: 10px;
  }
}

.header-lt-skill {
  position: fixed;
  width: 100%;
  z-index: 8;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-lt-skill .container {
  max-width: 1850px;
}

.layout-header-lt-skill {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.layout-header-lt-skill .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-header-lt-skill .left .logo-header {
  width: 110px;
}
.layout-header-lt-skill .left .name-ls-test {
  padding-left: 30px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.layout-header-lt-skill .left .name-ls-test p {
  color: #121212;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.layout-header-lt-skill .left .name-ls-test:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 15px;
  width: 1px;
  height: 25px;
  background: #d9d9d9;
}
.layout-header-lt-skill .right {
  width: 270px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-header-lt-skill .left {
    margin-right: 10px;
  }
  .layout-header-lt-skill .right {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .layout-header-lt-skill .left {
    margin-right: 5px;
  }
  .layout-header-lt-skill .left .logo-header {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .layout-header-lt-skill .left .name-ls-test {
    display: none;
  }
}

.flex-action-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-action-lt .timeline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0073fb;
  border-radius: 100px;
  height: 28px;
  padding: 0 14px;
  margin-right: 15px;
}
.flex-action-lt .timeline p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.flex-action-lt .btn-flag-support {
  margin-right: 15px;
}
.flex-action-lt .btn-flag-support a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #eff1f3;
  padding: 0 14px;
  height: 28px;
  border-radius: 100px;
  min-width: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-action-lt .btn-flag-support a:hover {
  background: #dddddd;
}
.flex-action-lt .btn-cancel-page .btn-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.flex-action-lt .btn-cancel-page .btn-back .txt {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-action-lt .btn-cancel-page .btn-back .icon {
  background: rgba(216, 220, 226, 0.4);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-action-lt .btn-cancel-page .btn-back .icon img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.flex-action-lt .btn-cancel-page .btn-back:hover .txt {
  color: #eb2f2f;
}
.flex-action-lt .btn-cancel-page .btn-back:hover .icon {
  background: rgba(235, 47, 47, 0.85);
}
.flex-action-lt .btn-cancel-page .btn-back:hover .icon img {
  -webkit-filter: brightness(99);
  filter: brightness(99);
}
@media (max-width: 991px) {
  .flex-action-lt .btn-cancel-page .btn-back .txt {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .flex-action-lt .timeline {
    margin-right: 5px;
  }
  .flex-action-lt .btn-flag-support {
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .flex-action-lt .timeline {
    margin-right: 5px;
    padding: 0 10px;
  }
  .flex-action-lt .timeline p {
    font-size: 12px;
  }
  .flex-action-lt .btn-flag-support {
    margin-right: 5px;
  }
}

.box-mobile-name-ls {
  display: none;
}
@media (max-width: 991px) {
  .box-mobile-name-ls {
    display: block;
    text-align: center;
    padding: 10px 15px;
    padding-top: 60px;
    background: #fff;
  }
  .box-mobile-name-ls .name-ls-test p {
    font-size: 16px;
    line-height: 1.2;
    color: #000b33;
  }
}

.main-page-lt-skill {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (min-width: 1400px) {
  .main-page-lt-skill .container {
    max-width: 1350px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-page-lt-skill {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .main-page-lt-skill {
    padding: 20px 0;
  }
}

.layout-page-lt-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .layout-page-lt-skill {
    display: block;
  }
}

.menu-question-lt-skill {
  height: calc(100vh - 100px);
  background: #fff;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  width: 400px;
}
.menu-question-lt-skill .title-menu {
  border-bottom: 1px solid #d9d9d9;
  padding: 12px 20px;
}
.menu-question-lt-skill .title-menu p {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.menu-question-lt-skill .content-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 20px;
  overflow-y: auto;
}
.menu-question-lt-skill .content-menu::-webkit-scrollbar {
  width: 8px;
}
.menu-question-lt-skill .content-menu::-webkit-scrollbar-track {
  background: transparent;
}
.menu-question-lt-skill .content-menu::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 100px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .menu-question-lt-skill {
    height: calc(100vh - 90px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-question-lt-skill {
    width: 300px;
    margin-right: 15px;
  }
  .menu-question-lt-skill .content-menu::-webkit-scrollbar {
    width: 6px;
  }
}
@media (max-width: 991px) {
  .menu-question-lt-skill {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 100%;
  }
  .menu-question-lt-skill .content-menu {
    max-height: 250px;
  }
  .menu-question-lt-skill .content-menu::-webkit-scrollbar {
    width: 6px;
  }
}

.content-question-lt-skill {
  height: calc(100vh - 100px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .content-question-lt-skill {
    height: calc(100vh - 90px);
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-question-lt-skill {
    overflow-y: auto;
  }
  .content-question-lt-skill::-webkit-scrollbar {
    width: 6px;
  }
  .content-question-lt-skill::-webkit-scrollbar-track {
    background: transparent;
  }
  .content-question-lt-skill::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 100px;
  }
}
@media (max-width: 991px) {
  .content-question-lt-skill {
    height: 100%;
    padding: 20px;
  }
}

.box-imt-question-lt {
  padding-bottom: 10px;
}
.box-imt-question-lt .title-imt {
  color: #121212;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 12px;
}

.imt-question-lt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 11px;
  cursor: pointer;
}
.imt-question-lt .check-imt {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -3px;
  position: relative;
}
.imt-question-lt .check-imt .circle-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
  position: relative;
  left: 2px;
  top: 3px;
}
.imt-question-lt .check-imt .circle-checked-answer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-question-lt .check-imt .circle-wrong {
  position: absolute;
  left: 2px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff2d55;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.imt-question-lt .content-imt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4px;
  position: relative;
}
.imt-question-lt .content-imt p {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
  line-height: 1.3;
}
.imt-question-lt:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 10px);
  background: rgba(217, 217, 217, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
}
.imt-question-lt:hover:before {
  opacity: 1;
  visibility: visible;
}
.imt-question-lt.imt-lt-active:before {
  opacity: 1;
  visibility: visible;
}
.imt-question-lt.imt-lt-correct .check-imt .circle-checked-answer {
  opacity: 1;
  visibility: visible;
}
.imt-question-lt.imt-lt-correct .check-imt .circle-icon {
  opacity: 0;
  visibility: hidden;
}
.imt-question-lt.imt-lt-wrong .check-imt .circle-wrong {
  opacity: 1;
  visibility: visible;
}
.imt-question-lt.imt-lt-wrong .check-imt .circle-icon {
  opacity: 0;
  visibility: hidden;
}

.top-content-lt-skill {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  overflow-y: auto;
}
.top-content-lt-skill::-webkit-scrollbar {
  width: 8px;
}
.top-content-lt-skill::-webkit-scrollbar-track {
  background: transparent;
}
.top-content-lt-skill::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content-lt-skill {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
  }
}

.bottom-content-lt-skill .item-form {
  margin: 0;
}
.bottom-content-lt-skill .form-textarea {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  margin-top: 15px;
}
.bottom-content-lt-skill .form-textarea textarea {
  height: 80px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .bottom-content-lt-skill .form-textarea {
    padding-top: 10px;
    margin-top: 10px;
  }
}

.main-content-lt-skill {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
}

.footer-content-lt-skill {
  margin-top: auto;
}

.box-note-wrong {
  background: #ffe8e8;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
}
.box-note-wrong p {
  color: #121212;
  font-size: 14px;
}

.action-form-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.btn-back-question a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  height: 36px;
  padding: 0 15px;
  border-radius: 100px;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-back-question a .icon {
  margin-right: 8px;
  margin-top: 1px;
}
.btn-back-question a .icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-back-question a .txt {
  color: #121212;
  font-size: 14px;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-back-question a:hover {
  background: rgba(235, 47, 47, 0.85);
  border-color: rgba(235, 47, 47, 0.85);
}
.btn-back-question a:hover .txt {
  color: #fff;
}
.btn-back-question a:hover .icon svg path {
  fill: #fff;
}

.btn-view-question .btn-icon {
  background: #0073fb;
  border-radius: 100px;
  height: 36px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-view-question .btn-icon .icon {
  margin: 0;
  margin-left: 7px;
}
.btn-view-question .btn-icon .icon svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.btn-view-question .btn-icon .icon svg path {
  fill: #fff;
}
.btn-view-question .btn-icon .txt {
  color: #fff;
}
.btn-view-question .btn-icon:hover {
  background: #0565d7;
}
.btn-view-question.btn-hidden {
  pointer-events: none;
  opacity: 0.6;
}

.title-content-lt-skill {
  margin-bottom: 30px;
}
.title-content-lt-skill .txt-tt- {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}
.title-content-lt-skill .name-question-skill {
  font-size: 16px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 2px;
}
.title-content-lt-skill .name-small-question-skill {
  font-size: 14px;
  color: #121212;
  line-height: 1.3;
}

.box-question-skill .imt-answer-question .icon-check {
  width: 20px;
  height: 20px;
}

.box-steps-page-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
}
.box-steps-page-number .number-steps-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-steps-page-number .number-steps-page .number {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  margin: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.box-steps-page-number .btn-steps-page {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-steps-page-number .btn-steps-page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.box-steps-page-number .btn-steps-page:hover {
  background: #ebeced;
}

.layout-page-tl-lt {
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 500px;
}
@media (min-width: 1600px) {
  .layout-page-tl-lt {
    min-height: calc(100vh - 240px);
  }
}
.layout-page-tl-lt .title-setup-lt {
  margin-bottom: 40px;
}
.layout-page-tl-lt .title-setup-lt .txt-big {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.layout-page-tl-lt .title-setup-lt .txt-small {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-page-tl-lt {
    padding: 25px;
    min-height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-page-tl-lt {
    padding: 25px;
    min-height: 400px;
  }
  .layout-page-tl-lt .title-setup-lt {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .layout-page-tl-lt {
    padding: 15px;
    min-height: 400px;
    border-radius: 5px;
  }
  .layout-page-tl-lt .title-setup-lt {
    margin-bottom: 30px;
  }
}

.w-800 {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .w-800 {
    width: 100%;
  }
}

.block-language-lt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.block-language-lt .item-language-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block-language-lt .item-language-lt:hover {
  border-color: #0073FB;
}
.block-language-lt .item-language-lt.active {
  border-color: #0073FB;
}
.block-language-lt .item-language-lt .icon-flag {
  width: 38px;
}
.block-language-lt .item-language-lt .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 7px;
}
.block-language-lt .item-language-lt .content .name {
  color: #121212;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-language-lt {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-language-lt {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .block-language-lt {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.main-setup-lt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 30px;
}

.bottom-setup-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bottom-setup-lt .btn-back-question a {
  height: 45px;
  background: transparent;
  border: none;
}
.bottom-setup-lt .btn-back-question a .txt {
  color: #121212;
  font-size: 16px;
}
.bottom-setup-lt .btn-back-question a svg path {
  fill: #121212;
}
.bottom-setup-lt .btn-back-question a .icon {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom-setup-lt .btn-back-question a:hover .icon {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.bottom-setup-lt .btn-back-question a:hover .icon svg path {
  fill: #121212;
}
.bottom-setup-lt .btn-icon {
  height: 45px;
  min-width: 148px;
}
@media (max-width: 575px) {
  .bottom-setup-lt .btn-icon {
    min-width: 130px;
  }
}

.block-language-lt .item-language-lt .icon-flag img {
  border-radius: 3px;
}

.btn-back-question {
  margin-right: 10px;
}

.title-detail-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.title-detail-language .flag {
  width: 70px;
}
.title-detail-language .flag img {
  border-radius: 10px;
}
.title-detail-language .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.title-detail-language .content .name {
  color: #121212;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.lst-imt-tk-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lst-imt-tk-language .imt-tk-language {
  padding-right: 30px;
  position: relative;
}
.lst-imt-tk-language .imt-tk-language:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 15px;
  background: #121212;
  height: 15px;
  width: 1px;
}
.lst-imt-tk-language .imt-tk-language p {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
}
.lst-imt-tk-language .imt-tk-language:last-child {
  padding: 0;
}
.lst-imt-tk-language .imt-tk-language:last-child:before {
  display: none;
}
@media (max-width: 575px) {
  .lst-imt-tk-language {
    display: block;
  }
  .lst-imt-tk-language .imt-tk-language {
    padding: 0;
  }
  .lst-imt-tk-language .imt-tk-language::before {
    display: none;
  }
}

.imt-otp-language {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.imt-otp-language p {
  font-weight: 300;
  font-size: 16px;
  color: #121212;
  margin: 0;
}
.imt-otp-language:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #121212;
}

.box-detail-language {
  margin-bottom: 20px;
}
.box-detail-language .note {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 5px;
}
.box-detail-language .title {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
}

.lst-imt-user-dg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.lst-imt-user-dg .imt-user-dg .layout-imt {
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
}
.lst-imt-user-dg .imt-user-dg .layout-imt .avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.lst-imt-user-dg .imt-user-dg .layout-imt .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.lst-imt-user-dg .imt-user-dg .layout-imt .content {
  text-align: center;
}
.lst-imt-user-dg .imt-user-dg .layout-imt .content .name {
  color: #000000;
  font-size: 15px;
  margin-bottom: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lst-imt-user-dg {
    grid-gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .lst-imt-user-dg {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .lst-imt-user-dg {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

.label-hd {
  color: #0073FB;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0 12px;
}
.label-hd.bg-blue-user {
  background: rgba(0, 115, 251, 0.2);
}

.block-target-lesson {
  max-width: 600px;
  margin: 0 auto;
}

.imt-target-ls {
  margin-bottom: 10px;
  border-radius: 15px;
  border: 1px solid #D9D9D9;
  padding: 12px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-target-ls .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 25px;
}
.imt-target-ls .content .icon {
  width: 35px;
}
.imt-target-ls .content .txt-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  color: #121212;
  font-size: 16px;
  line-height: 1.2;
}
.imt-target-ls .box-check-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-target-ls .box-check-item label .check {
  position: absolute;
  right: 0;
  width: 22px;
  opacity: 0.3;
}
.imt-target-ls .box-check-item label .checked {
  left: auto;
  right: 0;
  top: auto;
  width: 22px;
}
.imt-target-ls:hover {
  border-color: #0073FB;
}
@media (max-width: 575px) {
  .imt-target-ls {
    border-radius: 5px;
  }
  .imt-target-ls .box-check-item label .check {
    width: 18px;
  }
  .imt-target-ls .box-check-item label .checked {
    width: 18px;
  }
}

.block-detect-minskill {
  max-width: 600px;
  margin: 0 auto;
}

.imt-detect-minskil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F8F8F8;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
  padding: 12px 35px;
  border-radius: 15px;
  cursor: pointer;
}
.imt-detect-minskil .icon {
  width: 40px;
  margin-right: 9px;
}
.imt-detect-minskil .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.imt-detect-minskil .content p {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}
.imt-detect-minskil:hover {
  border-color: #0073FB;
}
.imt-detect-minskil.active {
  border-color: #0073FB;
}
@media (max-width: 767px) {
  .imt-detect-minskil {
    padding: 10px;
    border-radius: 5px;
  }
}

.block-info-minskill {
  max-width: 600px;
  margin: 0 auto;
}

.imt-info-minskill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.imt-info-minskill .content-imt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-info-minskill .content-imt .name {
  width: 110px;
  margin-right: 10px;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
}
.imt-info-minskill .content-imt .txt-title-imt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #121212;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.imt-info-minskill .content-imt .txt-content-imt {
  color: #121212;
  font-size: 16px;
  margin: 0;
}
.imt-info-minskill .upload-avatar {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.imt-info-minskill .upload-avatar .picture {
  width: 100%;
  height: 100%;
}
.imt-info-minskill .upload-avatar .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.imt-info-minskill .upload-avatar .icon-upload {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-info-minskill .upload-avatar.active-upload:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.imt-info-minskill .upload-avatar.active-upload .icon-upload {
  opacity: 1;
  visibility: visible;
}
.imt-info-minskill .icon-choose-nd {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding-left: 2px;
}
.imt-info-minskill .icon-choose-nd:hover {
  background: rgba(217, 217, 217, 0.4);
}
@media (max-width: 575px) {
  .imt-info-minskill {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .imt-info-minskill .content-imt {
    display: block;
    margin: 0;
    margin-right: 10px;
  }
}

.ct-choose-ct-ls .imt-detect-minskil {
  border-radius: 20px;
  padding: 20px 30px;
}
.ct-choose-ct-ls .imt-detect-minskil .icon {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .ct-choose-ct-ls .imt-detect-minskil {
    border-radius: 10px;
    padding: 15px;
  }
}

.block-choose-lt-ls {
  max-width: 600px;
  margin: 0 auto;
}

.imt-choose-lt-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 18px 30px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
}
.imt-choose-lt-ls .icon {
  width: 40px;
  margin-right: 15px;
}
.imt-choose-lt-ls .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.imt-choose-lt-ls .content .name {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.imt-choose-lt-ls:hover {
  border-color: #0073FB;
}
.imt-choose-lt-ls.active {
  border-color: #0073FB;
}
@media (max-width: 575px) {
  .imt-choose-lt-ls {
    padding: 15px;
    border-radius: 5px;
  }
}

.block-setup-kh {
  max-width: 600px;
  margin: 0 auto;
}

.imt-setup-kh {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.imt-setup-kh .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
}
.imt-setup-kh .number-imt {
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-setup-kh .number-imt .ct-imt-number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-setup-kh .number-imt .ct-imt-number:hover {
  background: rgba(217, 217, 217, 0.5);
}
.imt-setup-kh input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0 10px;
  border: none;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
}
@media (max-width: 575px) {
  .imt-setup-kh {
    display: block;
  }
  .imt-setup-kh .content {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.block-modal-setup-lt {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 50px;
}
.block-modal-setup-lt .title-block {
  max-width: 100%;
}
.block-modal-setup-lt .content-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-modal-setup-lt {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .block-modal-setup-lt {
    padding: 20px;
  }
}

.imt-input-info {
  margin-bottom: 17px;
}
.imt-input-info .name {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
}
.imt-input-info input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 6px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-input-info input::-webkit-input-placeholder {
  color: #868686;
  font-weight: 300;
}
.imt-input-info input::-moz-placeholder {
  color: #868686;
  font-weight: 300;
}
.imt-input-info input:-ms-input-placeholder {
  color: #868686;
  font-weight: 300;
}
.imt-input-info input::placeholder {
  color: #868686;
  font-weight: 300;
}
.imt-input-info input:focus {
  border-color: #0073FB;
}

.form-choose-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-choose-date .item-form {
  margin-right: 30px;
  position: relative;
  width: 90px;
}
.form-choose-date .item-form:Before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -15px;
  width: 1px;
  height: 18px;
  background: #D9D9D9;
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
}
.form-choose-date .item-form:last-child {
  margin-right: 0;
}
.form-choose-date .item-form:last-child:Before {
  display: none;
}
.form-choose-date .item-form select {
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
}
.form-choose-date .item-form .icon-slt {
  right: 9px;
}
@media (max-width: 350px) {
  .form-choose-date {
    display: block;
  }
  .form-choose-date .item-form {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-choose-date .item-form::before {
    display: none;
  }
}

.form-choose-sex .box-check-item {
  margin-bottom: 20px;
}
.form-choose-sex .box-check-item .check {
  width: 22px;
}
.form-choose-sex .box-check-item .checked {
  width: 22px;
}
.form-choose-sex .box-check-item .name-text {
  top: 3px;
  font-size: 15px;
  color: #121212;
  margin-left: 12px;
}
.form-choose-sex .box-check-item img {
  width: 100%;
}

.box-add-avatar-user .imt-info-minskill {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
}
.box-add-avatar-user .imt-info-minskill .upload-avatar {
  width: 120px;
  height: 120px;
}
.box-add-avatar-user .imt-info-minskill .upload-avatar.active {
  border: 2px solid #D9D9D9;
}
.box-add-avatar-user .imt-info-minskill .upload-avatar .icon img {
  width: 25px;
}
@media (max-width: 350px) {
  .box-add-avatar-user .imt-info-minskill .upload-avatar {
    width: 100px;
    height: 100px;
  }
}

.check-auto-avatar {
  margin-top: 30px;
}
.check-auto-avatar label .name-text {
  font-size: 15px;
  font-weight: 300;
  top: 3px;
}
@media (max-width: 575px) {
  .check-auto-avatar label .name-text {
    top: 2px;
  }
}

.box-action-add-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
}
@media (max-width: 575px) {
  .box-action-add-avatar {
    grid-gap: 10px;
  }
  .box-action-add-avatar .btn-bg-blue {
    padding: 5px 10px;
  }
}
@media (max-width: 350px) {
  .box-action-add-avatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.btn-add-profile .btn-bg-blue .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  position: relative;
  top: 1px;
  font-size: 16px;
  font-weight: 400;
}

.btn-detele-picture .btn-bg-blue {
  border: 1px solid #D9D9D9;
  background: transparent;
}
.btn-detele-picture .btn-bg-blue .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
  position: relative;
  top: 1px;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-detele-picture .btn-bg-blue .icon img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.btn-detele-picture .btn-bg-blue:hover {
  border-color: #eb2f2f;
  background: #eb2f2f;
}
.btn-detele-picture .btn-bg-blue:hover .txt {
  color: #fff;
}
.btn-detele-picture .btn-bg-blue:hover .icon img {
  -webkit-filter: brightness(99);
  filter: brightness(99);
}

.topbar-detail-choose-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
}
.topbar-detail-choose-lt .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.topbar-detail-choose-lt .left .btn-backpage-login {
  margin-left: -5px;
  margin-bottom: 2px;
}

.block-lst-ls-web .title-block {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.box-ls-web {
  margin-bottom: 25px;
}
.box-ls-web .title-box-ls-web .check {
  width: 22px;
  opacity: 0.4;
}
.box-ls-web .title-box-ls-web .checked {
  width: 22px;
}

.content-box-ls-web {
  display: none;
  padding-top: 15px;
}

.box-ls-web.open-box .title-box-ls-web .arrow-box {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.box-ls-web.open-box .content-box-ls-web {
  display: block;
}

.title-box-ls-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.title-box-ls-web .box-check-item {
  width: 22px;
  margin-right: 16px;
}
.title-box-ls-web .arrow-box {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.title-box-ls-web .arrow-box:hover {
  background: rgba(217, 217, 217, 0.6);
}
.title-box-ls-web .content-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.title-box-ls-web .content-title .name {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1px;
}
.title-box-ls-web .content-title .imt-tk-language {
  padding-right: 16px;
}
.title-box-ls-web .content-title .imt-tk-language:before {
  right: 8px;
  display: block;
}
.title-box-ls-web .content-title .imt-tk-language:last-child:before {
  display: none;
}
.title-box-ls-web .content-title .lst-imt-tk-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-child-ls {
  margin-bottom: 20px;
}
.box-child-ls:last-child {
  margin: 0;
}

.title-child-child-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.title-child-child-ls .icon {
  width: 20px;
  margin-right: 16px;
  margin-top: -2px;
}
.title-child-child-ls .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.title-child-child-ls .content p {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
}
.title-child-child-ls .box-check-item .check {
  width: 22px;
  opacity: 0.3;
}
.title-child-child-ls .box-check-item .checked {
  width: 22px;
}

.imt-child-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.imt-child-ls .box-check-item {
  width: 20px;
  margin-right: 16px;
  margin-bottom: 10px;
}
.imt-child-ls .box-check-item .check {
  width: 20px;
  opacity: 0.3;
}
.imt-child-ls .box-check-item .checked {
  width: 20px;
}
.imt-child-ls .content-imt-child-ls {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 20px;
}
.imt-child-ls .content-imt-child-ls .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.imt-child-ls .content-imt-child-ls .content p {
  color: #121212;
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
}
.imt-child-ls .content-imt-child-ls .datetime-ls {
  width: 80px;
  text-align: right;
  color: #0073FB;
  font-size: 15px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .imt-child-ls .content-imt-child-ls {
    display: block;
    padding: 10px;
  }
  .imt-child-ls .content-imt-child-ls .content {
    margin: 0;
  }
  .imt-child-ls .content-imt-child-ls .datetime-ls {
    width: 100%;
    text-align: left;
  }
}

.imt-child-ls.active .content-imt-child-ls .content p {
  color: #0073FB;
}

.layout-run-setup {
  background: #fff;
  border-radius: 10px;
  min-height: 300px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-run-setup {
    padding: 30px;
    margin: 50px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-run-setup {
    padding: 30px;
    margin: 50px auto;
    min-height: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-run-setup {
    padding: 30px;
    margin: 50px auto;
    min-height: 250px;
  }
}
@media (max-width: 575px) {
  .layout-run-setup {
    padding: 20px;
    margin: 30px auto;
    min-height: 250px;
  }
}

.title-setup-lt {
  text-align: center;
}

.block-run-setup .title-setup-lt {
  margin-bottom: 30px;
  text-align: center;
}

.block-run-setup .title-setup-lt .txt-big {
  color: #121212;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.block-run-setup .title-setup-lt .txt-small {
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.3;
  font-size: 16px;
}

.content-loading .name {
  text-align: left;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
}

.block-run-setup .content-loading {
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block-run-setup .content-loading {
    width: 100%;
  }
}

.line-progress {
  background: rgba(217, 217, 217, 0.4);
  width: 100%;
  height: 12px;
  border-radius: 100px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.line-progress .line-progress-active {
  background: #0073FB;
  height: 100%;
  border-radius: 100px;
}

.block-course-start {
  padding: 80px 0;
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .block-course-start {
    padding: 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-course-start {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-course-start {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .block-course-start {
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .block-course-start .container {
    max-width: 830px;
  }
}
.layout-course-start {
  background: #fff;
  border-radius: 10px;
  padding: 50px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 160px);
}
.layout-course-start .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.layout-course-start .title-block .icon {
  width: 60px;
  margin-right: 20px;
}
.layout-course-start .title-block .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #121212;
  font-size: 20px;
}
.layout-course-start .content-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 30px;
}
.layout-course-start .bottom-block {
  text-align: center;
}
.layout-course-start .bottom-block .btn-start-ls {
  margin: 0;
}
.layout-course-start .bottom-block .btn-start-ls .btn-bg-blue {
  min-width: 400px;
  height: 45px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-course-start {
    padding: 50px 100px;
  }
}
@media (max-width: 767px) {
  .layout-course-start {
    min-height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-course-start {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .layout-course-start {
    padding: 20px 15px;
  }
  .layout-course-start .bottom-block .btn-start-ls {
    margin: 0;
  }
  .layout-course-start .bottom-block .btn-start-ls .btn-bg-blue {
    min-width: 100%;
    height: 40px;
    font-size: 15px;
  }
}

.btn-text-refund {
  margin-bottom: 10px;
}
.btn-text-refund a {
  display: inline-block;
  color: #121212;
  opacity: 0.6;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-text-refund a:hover {
  opacity: 1;
  text-decoration: underline;
}

.imt-info-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}
.imt-info-course:last-child {
  margin: 0;
}
.imt-info-course .box-check-item {
  width: 22px;
  margin-top: -2px;
}
.imt-info-course .box-check-item label .check {
  width: 22px;
  opacity: 0.3;
}
.imt-info-course .box-check-item label .checked {
  width: 22px;
}
@media (max-width: 575px) {
  .imt-info-course .box-check-item {
    width: 20px;
  }
  .imt-info-course .box-check-item label .check {
    width: 20px;
  }
  .imt-info-course .box-check-item label .checked {
    width: 20px;
  }
}
.imt-info-course .content-imt-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 13px;
  position: relative;
}
.imt-info-course .content-imt-info p {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
}
.imt-info-course .content-imt-info p .bold {
  font-weight: 500;
}
@media (max-width: 575px) {
  .imt-info-course .content-imt-info p {
    font-size: 16px;
  }
}

.imt-info-course.active .box-check-item .check {
  opacity: 0;
  visibility: hidden;
}

.imt-info-course.active .box-check-item .checked {
  opacity: 1;
  visibility: visible;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.box-title-active {
  text-align: center;
}
.box-title-active .icon-active {
  margin-bottom: 10px;
}
.box-title-active .name {
  color: #121212;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.box-title-active .txt-small {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.lst-imt-note-active {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.lst-imt-note-active .imt-note-active {
  background: rgba(217, 217, 217, 0.2);
  padding: 11px 25px;
  border-radius: 5px;
}
.lst-imt-note-active .imt-note-active p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.wp-page-pay-minskill {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .wp-page-pay-minskill .container {
    max-width: 1030px;
  }
}
.layout-page-pay-minskill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout-page-pay-minskill .content-pay-minskill {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 25px;
}
.layout-page-pay-minskill .sidebar-pay-minskill {
  width: 350px;
}
@media (max-width: 991px) {
  .layout-page-pay-minskill {
    display: block;
  }
  .layout-page-pay-minskill .content-pay-minskill {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .layout-page-pay-minskill .sidebar-pay-minskill {
    width: 100%;
  }
}

.box-choose-pay-course {
  padding: 30px 28px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.box-choose-pay-course .title {
  color: #121212;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .box-choose-pay-course {
    padding: 15px;
  }
}

.box-choose-course-ls {
  padding: 21px 28px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.box-choose-course-ls .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
}
.box-choose-course-ls .left .title {
  color: #121212;
  font-size: 16px;
  margin-bottom: 8px;
}
.box-choose-course-ls .left .imt-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-choose-course-ls .left .content-imt-choose {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.box-choose-course-ls .left .content-imt-choose .imt-note:before {
  top: 5px;
}
.box-choose-course-ls .left .content-imt-choose .imt-note p {
  font-size: 16px;
}
.box-choose-course-ls .left .box-check-item {
  width: 22px;
  margin-top: -2px;
}
.box-choose-course-ls .left .box-check-item .check {
  width: 22px;
}
.box-choose-course-ls .left .box-check-item .checked {
  width: 22px;
}
.box-choose-course-ls .right {
  width: 100px;
}
.box-choose-course-ls .right select {
  font-size: 16px;
  font-weight: 500;
}
.box-choose-course-ls .right .item-form {
  margin: 0;
}
@media (max-width: 575px) {
  .box-choose-course-ls {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .box-choose-course-ls .left {
    margin-right: 0;
  }
  .box-choose-course-ls .right {
    margin-bottom: 10px;
  }
}

.lst-imt-pay-course {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}

.box-title-imt-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-title-imt-pay .box-check-item {
  width: 25px;
  margin-right: 10px;
}
.box-title-imt-pay .box-check-item .check {
  width: 25px;
}
.box-title-imt-pay .box-check-item .checked {
  width: 25px;
}
.box-title-imt-pay .box-check-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.box-title-imt-pay .picture {
  width: 45px;
}
.box-title-imt-pay .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.box-title-imt-pay .content .name {
  color: #121212;
  font-size: 16px;
}
.box-title-imt-pay .content .txt {
  color: #121212;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 5px;
}
.box-title-imt-pay .content .label-code {
  display: inline-block;
  color: #ff2d55;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  background: rgba(255, 45, 85, 0.1);
  padding: 4px;
}

.imt-pay-course {
  position: relative;
}
.imt-pay-course .box-content-imt-pay {
  padding-left: 35px;
  padding-top: 10px;
  display: none;
}
.imt-pay-course.active .box-content-imt-pay {
  display: block;
}
.imt-pay-course.active .box-check-item .check {
  opacity: 0;
  visibility: hidden;
}
.imt-pay-course.active .box-check-item .checked {
  opacity: 1;
  visibility: visible;
}

.box-add-code-km {
  padding: 16px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.box-add-code-km .title {
  color: #121212;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.box-add-code-km .btn-add-code-km {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.box-add-code-km .btn-add-code-km .icon {
  margin-top: -5px;
}
.box-add-code-km .btn-add-code-km .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 7px;
}
.box-add-code-km .btn-add-code-km .content p {
  color: #0073FB;
  font-size: 15px;
}

.box-statement-pay {
  padding: 16px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.box-statement-pay .box-check-item {
  width: 20px;
  margin-top: -1px;
}
.box-statement-pay .box-check-item .check {
  width: 20px;
}
.box-statement-pay .box-check-item .checked {
  width: 20px;
}
.box-statement-pay .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
}
.box-statement-pay .content .txt-medium {
  color: #121212;
  font-size: 15px;
}
.box-statement-pay .content .txt-small {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}

.box-info-pay-detail {
  padding: 16px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.box-info-pay-detail .title-box {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.box-info-pay-detail .title-box .name-title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.lst-imt-pay-detail {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.imt-pay-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}
.imt-pay-detail:last-child {
  margin: 0;
}
.imt-pay-detail .left {
  width: 100px;
}
.imt-pay-detail .left .name-pay {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}
.imt-pay-detail .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.imt-pay-detail .price-tt {
  color: #121212;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}
.imt-pay-detail .price-gg {
  color: #0073FB;
  font-size: 15px;
  margin: 0;
}

.row-total-pay-detail .imt-pay-detail {
  margin: 0;
}
.row-total-pay-detail .imt-pay-detail .price-tt {
  color: #0073FB;
  font-size: 16px;
}
.row-total-pay-detail .imt-pay-detail .left .name-pay {
  font-weight: 600;
  font-size: 16px;
}
.row-total-pay-detail .txt-note {
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}

.btn-payment .btn-bg-blue {
  height: 45px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-payment {
    width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btn-payment {
    width: 400px;
    margin: 0 auto;
  }
}

.box-cs-pay {
  background: #E9E9E9;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}
.box-cs-pay .txt-title {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.box-cs-pay .lst-imt-note-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.box-cs-pay .lst-imt-note-pay .imt-note-cs-pay {
  padding-right: 26px;
  position: relative;
  margin-bottom: 10px;
}
.box-cs-pay .lst-imt-note-pay .imt-note-cs-pay:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 12px;
  width: 1px;
  height: 14px;
  background: #787878;
}
.box-cs-pay .lst-imt-note-pay .imt-note-cs-pay:last-child {
  padding: 0;
}
.box-cs-pay .lst-imt-note-pay .imt-note-cs-pay:last-child:Before {
  display: none;
}
.box-cs-pay .lst-imt-note-pay .imt-note-cs-pay a {
  display: block;
  font-size: 13px;
  color: #787878;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-cs-pay .lst-imt-note-pay .imt-note-cs-pay a:hover {
  color: #121212;
}
@media (max-width: 575px) {
  .box-cs-pay .lst-imt-note-pay {
    display: block;
  }
  .box-cs-pay .lst-imt-note-pay .imt-note-cs-pay {
    margin-bottom: 5px;
    padding-right: 0;
  }
  .box-cs-pay .lst-imt-note-pay .imt-note-cs-pay:before {
    display: none;
  }
}

.block-title-detail-pay {
  margin-bottom: 30px;
  text-align: center;
}

.block-title-detail-pay .picture {
  margin-bottom: 10px;
}

.block-title-detail-pay .name {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
}

.block-title-detail-pay .number-code-pay {
  color: #121212;
  font-size: 15px;
}

.row-pay-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.row-pay-detail .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}

.row-pay-detail .left .name-pay {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}

.row-pay-detail .right .picture-number-qr {
  color: #121212;
  font-size: 15px;
}

.column-pay-detail {
  margin-bottom: 15px;
}

.block-banking .box-info-pay {
  background: rgba(255, 245, 217, 0.8);
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 18px;
}
.block-banking .box-info-pay .txt-big {
  color: #183153;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}
.block-banking .box-info-pay .txt-small {
  color: #121212;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
}
.block-banking .box-imt-pay-banking {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.block-banking .box-imt-pay-banking .imt-pay-banking .title-imt {
  color: #183153;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 14px;
}
.block-banking .box-imt-pay-banking .imt-pay-banking .picture {
  margin-bottom: 20px;
  text-align: center;
}
.block-banking .box-imt-pay-banking .imt-pay-banking .info-banking {
  background: #fafafa;
  padding: 9px 15px;
  border-radius: 5px;
}
.block-banking .box-imt-pay-banking .imt-pay-banking .info-banking p {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
}
.block-banking .box-imt-pay-banking .imt-pay-banking .info-banking p .color {
  color: #0073FB;
}
.block-banking .txt-note {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}

.flex-detail-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.flex-detail-qr .btn-xn .btn-bg-blue {
  min-width: 200px;
  height: 45px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .flex-detail-qr .btn-xn .btn-bg-blue {
    min-width: 130px;
  }
}
.flex-detail-qr .btn-cancel {
  margin-right: 15px;
}
.flex-detail-qr .btn-cancel a {
  color: #121212;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-detail-qr .btn-cancel a:hover {
  color: #cd0000;
}

@media (min-width: 992px) {
  .popup-export-sticker .main-popup-page-minskill {
    width: 800px;
  }
}
@media (min-width: 576px) {
  .popup-export-sticker .block-ls-free {
    padding: 35px;
  }
}
.popup-export-sticker .title-block {
  text-align: left;
  padding: 0;
  max-width: 100%;
  margin-bottom: 30px;
}
.popup-export-sticker .title-block h3 {
  font-size: 18px;
  font-weight: 500;
}

.block-form-export-sticker .item-form .name-form {
  font-weight: 500;
}
.block-form-export-sticker .item-form input {
  padding: 0 10px;
}

.important {
  color: #FF2D55;
}

.txt-note-form {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .popup-fill-code .main-popup-page-minskill {
    width: 500px;
  }
}
.block-fill-code-sale {
  padding: 35px 50px;
}
.block-fill-code-sale .title-block {
  margin-bottom: 35px;
}
.block-fill-code-sale .title-block h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.block-fill-code-sale .main-fill-code-sale {
  margin-bottom: 70px;
}
.block-fill-code-sale .bottom-fill-code-sale .btn-bg-blue {
  height: 45px;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 575px) {
  .block-fill-code-sale {
    padding: 25px 15px;
  }
  .block-fill-code-sale .bottom-fill-code-sale .btn-bg-blue {
    height: 40px;
  }
}

.code-sale-number {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.code-sale-number .color {
  color: #0073FB;
}

.box-sale-input .form-input {
  position: relative;
}
.box-sale-input .form-input input {
  height: 45px;
  padding: 0 10px;
  padding-right: 35px;
}
.box-sale-input .form-input .clear-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.box-sale-input .form-input .clear-input svg {
  width: 10px;
  height: 10px;
}
.box-sale-input .form-input .clear-input:hover {
  background: #e1e1e1;
}
.box-sale-input .form-input.active-form .clear-input {
  opacity: 1;
  visibility: visible;
}

.name-title-pay {
  text-align: center;
  color: rgb(18, 18, 18);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .name-title-pay {
    margin-bottom: 20px;
  }
}

.total-bill {
  text-align: center;
}
.total-bill .name-pay {
  color: rgb(18, 18, 18);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 8px;
}
.total-bill .price-number-qr {
  color: rgb(0, 115, 251);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.qr-picture {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .qr-picture {
    padding: 30px 0 10px 0;
  }
}

.text-note-pay {
  font-size: 15px;
}
.text-note-pay .bold {
  font-weight: 500;
}

.info-banking {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 5px;
  padding: 8px 10px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.info-banking p {
  font-size: 15px;
  margin: 0;
}
.info-banking p .bold {
  font-weight: 700;
}

.btn-ct-back-user {
  text-align: center;
}
.btn-ct-back-user .btn-bg-blue {
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.wp-setting-minskill {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .wp-setting-minskill .container {
    max-width: 1030px;
  }
}
.layout-setting-minskill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.layout-setting-minskill .sidebar-setting {
  width: 300px;
  border-right: 1px solid #d9d9d9;
  padding: 25px;
}
.layout-setting-minskill .content-setting {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
}
@media (max-width: 991px) {
  .layout-setting-minskill {
    display: block;
    padding: 15px;
  }
  .layout-setting-minskill .sidebar-setting {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
    margin-bottom: 30px;
  }
  .layout-setting-minskill .content-setting {
    padding: 0;
  }
}

.box-title-sidebar-setting {
  margin-bottom: 20px;
}
.box-title-sidebar-setting .title {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.box-title-sidebar-setting .txt-small {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.box-update-premium {
  background: #323B5A;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.box-update-premium .title-box {
  margin-bottom: 14px;
}
.box-update-premium .title-box .title {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5px;
}
.box-update-premium .title-box .txt-small {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.box-update-premium .number-price-user {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.box-update-premium .btn-update-now {
  margin-bottom: 5px;
}
.box-update-premium .btn-update-now a {
  background: #040E31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  height: 38px;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-update-premium .btn-update-now a:hover {
  background: #0b1845;
  color: #fff;
}
.box-update-premium .btn-view-premium {
  text-align: center;
}
.box-update-premium .btn-view-premium a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-update-premium .btn-view-premium a :hover {
  text-decoration: underline;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-update-premium {
    width: 500px;
  }
}

.box-menu-setting-user {
  position: relative;
}
.box-menu-setting-user .title-box {
  margin-bottom: 10px;
}
.box-menu-setting-user .title-box .txt-title {
  color: #121212;
  font-size: 16px;
}
.box-menu-setting-user .title-box .icon-menu-mb {
  display: none;
  width: 20px;
}
.box-menu-setting-user .title-box .icon-menu-mb svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .box-menu-setting-user .title-box {
    background: rgba(217, 217, 217, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
  }
  .box-menu-setting-user .title-box .icon-menu-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box-menu-setting-user .lst-menu-setting-user {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1;
    height: 247px;
    width: 100%;
    overflow-y: auto;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.07);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .box-menu-setting-user .lst-menu-setting-user.open-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .box-menu-setting-user .lst-menu-setting-user {
    padding: 10px;
  }
}

.imt-menu-setting {
  margin-bottom: 1px;
}
.imt-menu-setting .layout-imt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 9px 10px;
}
.imt-menu-setting .layout-imt .icon {
  width: 20px;
}
.imt-menu-setting .layout-imt .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  margin-top: 4px;
  display: block;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-menu-setting .layout-imt:hover {
  background: rgba(217, 217, 217, 0.2);
}
.imt-menu-setting.active .layout-imt {
  background: rgba(217, 217, 217, 0.2);
}
.imt-menu-setting.active .layout-imt .content {
  font-weight: 500;
}

.txt-content-setting {
  margin-bottom: 20px;
  color: #121212;
  font-size: 16px;
}

.box-pt-user {
  border-radius: 10px;
  background: rgba(0, 115, 251, 0.1);
  text-align: center;
  padding: 22px;
  margin-bottom: 25px;
}
.box-pt-user .txt-title {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.box-pt-user .number {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.box-pt-code {
  margin-bottom: 30px;
}
.box-pt-code .pt {
  color: #121212;
  font-size: 16px;
  margin-bottom: 5px;
}
.box-pt-code .pt .color {
  color: #0073FB;
}
.box-pt-code .small {
  color: #121212;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 10px;
}

.fill-code-gt {
  width: 100%;
  border-radius: 10px;
  background: rgba(229, 233, 236, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
}
.fill-code-gt .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
}
.fill-code-gt .content p {
  color: #121212;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fill-code-gt .content p .bold {
  font-weight: 700;
  font-size: 15px;
  width: 180px;
  margin-left: 3px;
  position: relative;
  top: 2px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fill-code-gt .btn-copy a {
  height: 35px;
}
.fill-code-gt .btn-copy a .txt {
  margin-right: 8px;
}
.fill-code-gt .btn-copy.hidden-copy {
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 575px) {
  .fill-code-gt {
    width: 100%;
    padding: 12px;
  }
  .fill-code-gt .content p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fill-code-gt .content p .bold {
    width: 100%;
    margin: 0;
  }
}

.lst-imt-about-join {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
}
.lst-imt-about-join .imt-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lst-imt-about-join .imt-join .number {
  background: #0073FB;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.lst-imt-about-join .imt-join .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.lst-imt-about-join .imt-join .content p {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}

.box-about-join {
  margin-bottom: 20px;
}
.box-about-join .title-box {
  color: #121212;
  font-size: 16px;
  margin-bottom: 15px;
}

.box-note-join p {
  color: #121212;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.box-note-join p .color {
  color: #0073FB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-note-join p .color:hover {
  text-decoration: underline;
}

.box-upload-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 5px;
  padding: 12px 10px;
}
.box-upload-user .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-upload-user .content .icon {
  width: 20px;
  margin-top: -2px;
}
.box-upload-user .content .txt-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4px;
  font-size: 15px;
  color: #FF4C00;
  font-weight: 300;
  line-height: 1.3;
}
.box-upload-user .btn-update-now {
  width: 120px;
  text-align: right;
}
.box-upload-user .btn-update-now a {
  display: inline-block;
  color: #0073FB;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-upload-user .btn-update-now a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .box-upload-user {
    display: block;
  }
  .box-upload-user .btn-update-now {
    margin-left: 12px;
    margin-top: 10px;
  }
}

.btn-edit-ct-ls {
  margin-bottom: 15px;
}
.btn-edit-ct-ls .txt {
  font-size: 16px;
  color: #0073FB;
}
.btn-edit-ct-ls .icon {
  margin-top: 0;
  margin-left: 8px;
}

.block-detail-setting .imt-info-course .checked {
  width: 20px;
}
.block-detail-setting .imt-info-course .content-imt-info p {
  font-size: 16px;
  position: relative;
  top: 1px;
}

.block-ntf-setting .title {
  color: #121212;
  font-size: 16px;
  margin-bottom: 15px;
}

.main-ntf-setting {
  display: -ms-grid;
  display: grid;
  grid-gap: 18px;
}
.main-ntf-setting .imt-ntf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-ntf-setting .imt-ntf .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 10px;
}
.main-ntf-setting .imt-ntf .left .icon {
  margin-right: 8px;
  width: 23px;
  position: relative;
  top: -1px;
}
.main-ntf-setting .imt-ntf .left .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-ntf-setting .imt-ntf .left .content p {
  margin: 0;
  font-weight: 300;
  color: #121212;
  font-size: 16px;
}

.block-ntf-setting {
  margin-bottom: 20px;
}

.switch-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.switch-btn .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-bottom: 0;
  border-radius: 90px;
  background: #E2E7ED;
}
.switch-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-btn .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D9D9D9;
  border-radius: 90px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.switch-btn .switch .slider:before {
  position: absolute;
  content: "";
  left: 2px;
  bottom: 2px;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch-btn .switch input:checked + .slider {
  background-color: #0073FB;
}

.switch-btn .switch input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}

.switch-btn .switch-btn:checked ~ .txt {
  color: #121212;
}

.imt-contact-support-setting {
  margin-bottom: 20px;
}
.imt-contact-support-setting .title {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.imt-contact-support-setting .box-imt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.2);
}
.imt-contact-support-setting .box-imt .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.imt-contact-support-setting .box-imt .content .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 2px;
}
.imt-contact-support-setting .box-imt .content .txt-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
}
.imt-contact-support-setting .box-imt .btn-contact-sp {
  width: 90px;
  text-align: right;
}
.imt-contact-support-setting .box-imt .btn-contact-sp a {
  font-size: 16px;
  color: #0073FB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-contact-support-setting .box-imt .btn-contact-sp a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .imt-contact-support-setting .box-imt {
    display: block;
  }
  .imt-contact-support-setting .box-imt .content {
    margin: 0;
  }
  .imt-contact-support-setting .box-imt .btn-contact-sp {
    width: auto;
    text-align: left;
    margin-left: 27px;
  }
}

.lst-imt-choose-error {
  margin-bottom: 25px;
}
.lst-imt-choose-error .item-check-error {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
.lst-imt-choose-error .item-check-error .box-check-item label .check {
  width: 20px;
}
.lst-imt-choose-error .item-check-error .box-check-item label .checked {
  width: 20px;
}

.box-fill-mt textarea {
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid rgba(217, 217, 217, 0.6);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 100px;
  color: #121212;
  font-size: 16px;
}
.box-fill-mt textarea:focus {
  border-color: #0073FB;
}

.lst-btn-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
}
.lst-btn-error .btn-setup-now a {
  min-width: 120px;
}
.lst-btn-error .btn-login-now a {
  min-width: 120px;
}

.box-fill-code-tc .title {
  color: #121212;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 10px;
}

.form-fill-code-tc {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 45px;
  padding: 0 15px;
}
.form-fill-code-tc .icon {
  width: 20px;
  margin-left: -2px;
  position: relative;
  top: -2px;
}
.form-fill-code-tc .form-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px;
  height: 100%;
}
.form-fill-code-tc .form-td input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  color: #121212;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
.form-fill-code-tc .form-td input::-webkit-input-placeholder {
  color: #121212;
  font-weight: 300;
}
.form-fill-code-tc .form-td input::-moz-placeholder {
  color: #121212;
  font-weight: 300;
}
.form-fill-code-tc .form-td input:-ms-input-placeholder {
  color: #121212;
  font-weight: 300;
}
.form-fill-code-tc .form-td input::-ms-input-placeholder {
  color: #121212;
  font-weight: 300;
}
.form-fill-code-tc .form-td input::placeholder {
  color: #121212;
  font-weight: 300;
}
.form-fill-code-tc .btn-contact-sp {
  width: 100px;
  text-align: right;
}
.form-fill-code-tc .btn-contact-sp a {
  display: inline-block;
  font-size: 16px;
  color: #0073FB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-fill-code-tc .btn-contact-sp a:hover {
  color: #0073FB;
  text-decoration: underline;
}
.form-fill-code-tc .txt-join-active {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  width: 165px;
  text-align: right;
  display: none;
}
.form-fill-code-tc.active {
  background: rgba(217, 217, 217, 0.4);
  pointer-events: none;
}
.form-fill-code-tc.active .btn-contact-sp {
  display: none;
}
.form-fill-code-tc.active .txt-join-active {
  display: inline-block;
}
@media (max-width: 575px) {
  .form-fill-code-tc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 15px;
  }
  .form-fill-code-tc .form-td {
    margin-right: 0;
    margin-left: 5px;
  }
  .form-fill-code-tc .btn-contact-sp {
    width: 100%;
    text-align: left;
    padding-left: 25px;
    margin-top: 5px;
  }
  .form-fill-code-tc .txt-join-active {
    width: 100%;
    text-align: left;
    padding-left: 25px;
  }
}

.box-active-correct {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  width: 400px;
  background: #0073FB;
  border-radius: 100px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.box-active-correct .close-box {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: -5px;
}
.box-active-correct .close-box:hover {
  background: rgba(255, 255, 255, 0.2);
}
.box-active-correct .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 13px;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.box-active-correct.open-box {
  top: 35px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .box-active-correct.open-box {
    top: 55px;
  }
}
@media (max-width: 575px) {
  .box-active-correct {
    width: 90%;
    padding: 5px 15px;
  }
}

.box-info-setting-minskill {
  padding-bottom: 10px;
}
.box-info-setting-minskill .txt-name-box {
  color: #121212;
  font-size: 16px;
  margin-bottom: 15px;
}

.column-box-info-setting .imt-info-minskill .content-imt .name {
  width: 145px;
}

.imt-info-minskill .box-verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 175px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.imt-info-minskill .box-verified .icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.imt-info-minskill .box-verified .txt-content p {
  color: #FF4C00;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .imt-info-minskill .box-verified {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.column-box-info-setting .imt-info-minskill {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .column-box-info-setting .imt-info-minskill {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .column-box-info-setting .imt-info-minskill .content-imt {
    display: block;
  }
}
@media (max-width: 575px) {
  .column-box-info-setting .imt-info-minskill {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.btn-active-email-now a {
  display: inline-block;
  color: #0073FB;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-active-email-now a:hover {
  text-decoration: underline;
}

.imt-info-minskill .active-email-now {
  width: 100%;
  padding: 10px 12px;
  background: rgba(217, 217, 217, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  border-radius: 5px;
}
.imt-info-minskill .active-email-now .box-verified {
  width: auto;
}
@media (max-width: 575px) {
  .imt-info-minskill .active-email-now {
    display: block;
  }
  .imt-info-minskill .active-email-now .box-verified {
    margin: 0;
  }
}

.txt-active-sdt {
  font-size: 15px;
  color: #0073FB;
  font-weight: 300;
}

.btn-edit-box-setting {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 110px;
}
.btn-edit-box-setting .txt {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 3px;
  position: relative;
}
.btn-edit-box-setting .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding-left: 2px;
}
.btn-edit-box-setting:hover .icon {
  background: rgba(0, 0, 0, 0.07);
}
.btn-edit-box-setting:hover .txt {
  color: #121212;
}
@media (max-width: 350px) {
  .btn-edit-box-setting {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 6px;
  }
}

.imt-input-info .form-select .icon-slt {
  right: 0;
}
.imt-input-info .form-select select {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
  height: 32px;
}
.imt-input-info .form-select select:focus {
  border-color: #0073FB;
}

.item-login-now .txt-bold {
  color: #121212;
  font-size: 15px;
}
.item-login-now .txt-small {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 10px;
}

.title-hoose-langauge-user {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 6px;
}

.main-choose-langauge-user {
  margin-top: 20px;
}

.imt-langauge-user {
  margin-bottom: 15px;
}
.imt-langauge-user .name-language {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  color: #000000;
  font-size: 16px;
  margin-top: 1px;
}
.imt-langauge-user .box-check-item label .check {
  width: 20px;
  opacity: 0.3;
}
.imt-langauge-user .box-check-item label .checked {
  width: 20px;
}

.form-fill-school {
  margin-bottom: 15px;
}

.txt-light {
  font-size: 15px;
  font-weight: 300;
  color: #121212;
  margin-bottom: 5px;
}

.flex-row-ns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.imt-select-ns select {
  width: 90px;
  border: 1px solid #D9D9D9;
  background: rgba(217, 217, 217, 0.2);
  cursor: pointer;
  padding: 0 7px;
}
.imt-select-ns .icon-slt {
  right: 7px;
}

.flex-row-ns .year {
  margin: 0 10px;
}

.check-tn .box-check-item label .name-text {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  top: 3px;
  margin-left: 10px;
}
.check-tn .box-check-item label .check {
  width: 20px;
}
.check-tn .box-check-item label .checked {
  width: 20px;
}

.title-block p .name-mail {
  font-weight: 400;
}
.title-block p .link {
  color: #0073FB;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.title-block p .link:hover {
  text-decoration: underline;
  color: #0073FB;
}

.flex-column-school {
  padding-bottom: 10px;
}
.flex-column-school .imt-langauge-user {
  margin-bottom: 10px;
}

.block-tq-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-tq-page .sidebar-tq-page {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px 20px;
  margin-right: 16px;
  width: 380px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-tq-page .sidebar-tq-page {
    width: 330px;
  }
}
.block-tq-page .content-tq-page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 991px) {
  .block-tq-page {
    display: block;
  }
  .block-tq-page .sidebar-tq-page {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .block-tq-page .sidebar-tq-page {
    padding: 15px;
  }
}

.ct-box-reward {
  background: #fff;
  border-radius: 10px;
  padding: 20px 50px;
  margin-bottom: 20px;
}
.ct-box-reward .title-block {
  margin-bottom: 15px;
}
.ct-box-reward .title-block p {
  color: #000000;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 991px) {
  .ct-box-reward {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .ct-box-reward {
    padding: 15px;
  }
}

.grid-row-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
@media (max-width: 575px) {
  .grid-row-3 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

.imt-reward-target .layout-imt {
  display: block;
  text-align: center;
}
.imt-reward-target .layout-imt .picture {
  margin-bottom: 10px;
}
.imt-reward-target .layout-imt .content .txt {
  color: #183153;
  font-size: 16px;
  line-height: 1.3;
}

.btn-kp-more {
  padding-top: 30px;
  text-align: center;
}
.btn-kp-more .btn-bg-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 180px;
}

.box-tt-ph {
  padding-bottom: 20px;
}
.box-tt-ph > .txt-name {
  color: #183153;
  font-size: 16px;
  margin-bottom: 10px;
}

.imt-tt-tq {
  margin-bottom: 15px;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 10px 20px;
}
.imt-tt-tq .title-imt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-tt-tq .title-imt .content-title-imt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-tt-tq .title-imt .content-title-imt .icon {
  width: 33px;
}
.imt-tt-tq .title-imt .content-title-imt .txt-name {
  color: #183153;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 9px;
  font-size: 15px;
  line-height: 1.3;
}
.imt-tt-tq .title-imt .number-date {
  width: 100px;
  text-align: right;
}
.imt-tt-tq .title-imt .number-date p {
  margin: 0;
  color: #183153;
  font-size: 15px;
}
.imt-tt-tq .content {
  padding-top: 10px;
}
.imt-tt-tq .content p {
  color: #183153;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.imt-tt-tq:last-child {
  margin: 0;
}
@media (max-width: 575px) {
  .imt-tt-tq {
    padding: 10px;
  }
  .imt-tt-tq .content {
    padding-top: 10px;
  }
  .imt-tt-tq .content p {
    font-size: 15px;
  }
  .imt-tt-tq .title-imt .number-date {
    width: 85px;
  }
}
@media (max-width: 350px) {
  .imt-tt-tq .title-imt {
    display: block;
  }
  .imt-tt-tq .title-imt .content-title-imt {
    margin-right: 0;
  }
  .imt-tt-tq .title-imt .number-date {
    width: 100%;
    text-align: left;
    padding-left: 43px;
  }
}

.sidebar-tq-page .txt-name-sidebar {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.box-date-ls-kh {
  margin-bottom: 20px;
}

.box-date-ls-kh .txt-title {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}

.grid-row-7 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [7];
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 25px;
  margin-bottom: 25px;
}
@media (max-width: 350px) {
  .grid-row-7 {
    grid-gap: 12px;
  }
}

.imt-tk-day {
  text-align: center;
}
.imt-tk-day .circle-day {
  margin-bottom: 5px;
}
.imt-tk-day .content-imt p {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.box-tk-tq-circle {
  text-align: center;
}

.box-tk-sidebar-kh {
  margin-bottom: 20px;
}

.column-tk-sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 350px) {
  .column-tk-sidebar {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

.row-tk-sidebar .txt-title {
  color: #121212;
  font-size: 16px;
}
.row-tk-sidebar .content-row p {
  color: #0073FB;
  font-weight: 500;
  font-size: 18px;
}

.box-target-timeline .row-tk-sidebar {
  margin-bottom: 10px;
}

.detail-box-tk-sidebar .title-box {
  color: #121212;
  font-size: 16px;
  margin-bottom: 15px;
}

.imt-tv-kh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.imt-tv-kh .content-imt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 10px;
}
.imt-tv-kh .content-imt .icon {
  width: 20px;
  position: relative;
  top: -2px;
}
.imt-tv-kh .content-imt .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5px;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: 0px;
}
.imt-tv-kh .number {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.btn-edit-target-tv {
  text-align: center;
}
.btn-edit-target-tv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  background: rgba(217, 217, 217, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #121212;
  border-radius: 10px;
  font-size: 15px;
}
.btn-edit-target-tv a:hover {
  background: rgba(217, 217, 217, 0.8);
  color: #121212;
}

.table-target-timline {
  margin-bottom: 10px;
}

.block-mission-kh {
  background: #fff;
  border-radius: 10px;
  padding: 30px 50px;
}
@media (max-width: 991px) {
  .block-mission-kh {
    padding: 20px 15px;
  }
}

.txt-mission-kh {
  margin-bottom: 20px;
  color: #121212;
  font-size: 16px;
}
.txt-mission-kh .link {
  color: #0073FB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.txt-mission-kh .link:hover {
  text-decoration: underline;
  color: #0073FB;
}

.box-target-mission {
  margin-bottom: 30px;
}
.box-target-mission:last-child {
  margin: 0;
}
.box-target-mission .title {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.grid-row-5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-row-5 {
    grid-gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-row-5 {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
@media (max-width: 575px) {
  .grid-row-5 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

.box-name-kh-lt {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-name-kh-lt .icon-hh {
  width: 60px;
}
.box-name-kh-lt .content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.box-name-kh-lt .content-box .name-kh {
  color: #121212;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-name-kh-lt .content-box .lst-imt-tk-language {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .box-name-kh-lt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.btn-review-kh-lt .layout-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-review-kh-lt .layout-btn .txt {
  color: #0073FB;
  font-size: 14px;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 6px;
}
.btn-review-kh-lt .layout-btn .txt:hover {
  color: #0073FB;
  text-decoration: underline;
}
.btn-review-kh-lt .layout-btn .icon {
  position: relative;
  top: -2px;
}

.box-mobile-name-ls .box-steps-page-number {
  display: none;
}

@media (max-width: 575px) {
  .ct-hidden-steps .box-steps-page-number {
    display: none;
  }
  .box-mobile-name-ls .box-steps-page-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 5px;
  }
}
.block-complete-exam {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-complete-exam .title {
  margin-bottom: 60px;
  text-align: center;
}
.block-complete-exam .title h3 {
  font-size: 25px;
  color: #121212;
  font-weight: 500;
  margin-bottom: 6px;
}
.block-complete-exam .title p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: laptop-width-1px) {
  .block-complete-exam {
    min-height: 300px;
  }
}
@media (max-width: 1199px) {
  .block-complete-exam {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .block-complete-exam {
    min-height: 250px;
  }
  .block-complete-exam .title {
    margin-bottom: 40px;
  }
}

.column-complete-exam {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 425px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .column-complete-exam {
    width: 420px;
  }
}
@media (max-width: 575px) {
  .column-complete-exam {
    width: 100%;
  }
}
@media (max-width: 325px) {
  .column-complete-exam {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

.row-tk-exam {
  text-align: center;
  border-radius: 10px;
  padding: 15px 20px;
}
.row-tk-exam .number {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}
.row-tk-exam .txt {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.row-tk-exam.ct-correct-exam {
  background: rgba(0, 115, 251, 0.1);
}
.row-tk-exam.ct-correct-exam .number {
  color: #0073FB;
}
.row-tk-exam.ct-correct-exam .txt {
  color: #0073FB;
}
.row-tk-exam.ct-wrong-exam {
  background: rgba(218, 28, 75, 0.1);
}
.row-tk-exam.ct-wrong-exam .number {
  color: #DA1C4B;
}
.row-tk-exam.ct-wrong-exam .txt {
  color: #DA1C4B;
}
@media (max-width: 575px) {
  .row-tk-exam {
    padding: 15px;
  }
  .row-tk-exam .number {
    font-size: 25px;
  }
  .row-tk-exam .txt {
    font-size: 16px;
  }
}

.popup-error .main-popup-page-minskill {
  width: 500px;
}
@media (max-width: 575px) {
  .popup-error .main-popup-page-minskill {
    width: 95%;
  }
}
.popup-error .block-ls-free {
  max-width: 370px;
  margin: 0 auto;
  padding: 50px 25px;
}
.popup-error .block-ls-free .title-block {
  margin-bottom: 35px;
  padding: 0;
}
@media (max-width: 575px) {
  .popup-error .block-ls-free {
    padding: 25px;
  }
}
.popup-error .content-block {
  margin: 0;
}

.column-btn-blbock .btn-xn {
  margin-bottom: 12px;
}

.block-error-popup .picture {
  margin-bottom: 40px;
  text-align: center;
}

.block-gt-ls-popup {
  padding: 56px 50px;
}
.block-gt-ls-popup .title-block {
  text-align: center;
  margin-bottom: 30px;
}
.block-gt-ls-popup .title-block h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.block-gt-ls-popup .title-block p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .block-gt-ls-popup {
    padding: 25px 15px;
  }
}

.box-content-ai {
  padding: 14px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 5px;
  margin-bottom: 25px;
}
.box-content-ai p {
  margin: 0;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.box-comment-popup .title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-comment-popup .title .icon {
  width: 30px;
  position: relative;
  top: -2px;
}
.box-comment-popup .title .number {
  color: #121212;
  font-size: 16px;
  position: relative;
}

.box-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.box-comment .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #616161;
  overflow: hidden;
}
.box-comment .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.box-comment .content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.box-comment .content-box .frame-comment {
  background: #F7F7F7;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 6px;
}
.box-comment .content-box .frame-comment .name-comment {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}
.box-comment .content-box .frame-comment .txt-comment {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

.action-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-like a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #0073FB;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-like a:hover {
  text-decoration: underline;
}

.number-like-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.number-like-comment .number {
  color: #0073FB;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.form-fill-comment input {
  width: 100%;
  height: 50px;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #121212;
  font-size: 16px;
}
.form-fill-comment input::-webkit-input-placeholder {
  font-weight: 300;
}
.form-fill-comment input::-moz-placeholder {
  font-weight: 300;
}
.form-fill-comment input:-ms-input-placeholder {
  font-weight: 300;
}
.form-fill-comment input::placeholder {
  font-weight: 300;
}
.form-fill-comment input:focus {
  border-color: #0073FB;
}

.imt-info-course {
  opacity: 0;
}

.imt-info-course.active {
  -webkit-animation-name: FadeLeft;
  animation-name: FadeLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes FadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes FadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#canvas {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .block-list-course-page .container {
    max-width: 1230px;
  }
}

.box-title-start .name {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}
.box-title-start .text {
  color: rgb(18, 18, 18);
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}

.ct-lesson-language .title-tab {
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-bottom: 0;
}
.ct-lesson-language .title-tab .imt-tab {
  margin-right: 20PX;
  padding-right: 0;
}

.grid-imt-course-language {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-imt-course-language {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-imt-course-language {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .grid-imt-course-language {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.imt-course-language .picture {
  width: 100%;
  height: 150px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.imt-course-language .picture a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.imt-course-language .picture a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.imt-course-language .picture a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .imt-course-language .picture {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .imt-course-language .picture {
    height: 140px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .imt-course-language .picture {
    height: 130px;
  }
}
@media (max-width: 575px) {
  .imt-course-language .picture {
    height: 170px;
  }
}
.imt-course-language .content .name {
  margin-bottom: 8px;
}
.imt-course-language .content .name a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-course-language .content .name a:hover {
  color: #39d1ce;
}
.imt-course-language .content .info .name-teacher {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}
.imt-course-language .content .info .number-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  gap: 2px;
}
.imt-course-language .content .info .number-review .number-star {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.imt-course-language .content .info .number-review .number-comment {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.btn-lesson-free a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(56, 171, 73, 0.1);
  height: 26px;
  padding: 0 15px;
  border-radius: 5px;
  color: rgb(18, 18, 18);
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-lesson-free a:hover {
  background: rgba(56, 171, 73, 0.3);
}

.block-language-course {
  margin-bottom: 35px;
}
.block-language-course:last-child {
  margin: 0;
}

.line-progress-imt {
  background: rgb(217, 217, 217);
  height: 2px;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
.line-progress-imt .active-line-progress {
  position: absolute;
  left: 0;
  height: 100%;
  background: rgb(0, 115, 251);
}

.box-progress-teacher .name-td {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .block-detail-training-page.ct-block-setup-course .container {
    max-width: 830px;
  }
}
.layout-setup-course {
  background: #fff;
  border-radius: 10px;
  padding: 38px 25px;
}
.layout-setup-course .btn-backpage-login {
  margin-left: -10px;
  margin-bottom: 15px;
}
.layout-setup-course .text-note {
  margin-bottom: 20px;
}

.box-detail-course {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(236, 236, 236);
}
.box-detail-course .imt-course-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.box-detail-course .imt-course-language .picture {
  width: 300px;
  height: 170px;
  margin: 0;
}
.box-detail-course .imt-course-language .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}
.box-detail-course .imt-course-language .content .text-sub {
  color: rgb(18, 18, 18);
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 8px;
}
.box-detail-course .imt-course-language .content .name {
  color: rgb(18, 18, 18);
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.box-detail-course .imt-course-language .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.box-detail-course .imt-course-language .info .name-teacher {
  margin: 0;
}
.box-detail-course .imt-course-language .info .number-review {
  margin: 0;
}

.topbar-detail-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.topbar-detail-course .label-course {
  background: rgba(56, 171, 73, 0.1);
  height: 26px;
  padding: 5px;
  color: rgb(18, 18, 18);
  font-size: 13px;
  line-height: 16px;
  margin-right: 20px;
}
.topbar-detail-course .info-date-course {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 400;
}

.btn-start-ls-course .btn-bg-blue {
  border-radius: 5px;
  min-width: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.text-note .name {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}
.text-note .name strong {
  font-weight: 500;
}

.btn-upgrade-user .btn-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  border: 1px solid rgb(187, 187, 187);
  padding: 0 20px;
}
.btn-upgrade-user .btn-border:hover {
  border-color: #0073fb;
}

@media (min-width: 576px) and (max-width: 767px) {
  .box-detail-course .imt-course-language .picture {
    width: 200px;
    height: 130px;
  }
  .box-detail-course .imt-course-language .content {
    margin-left: 14px;
  }
  .topbar-detail-course .label-course {
    margin-right: 7px;
  }
}
@media (max-width: 575px) {
  .box-detail-course {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .layout-setup-course {
    padding: 20px;
  }
  .box-detail-course .imt-course-language {
    display: block;
  }
  .box-detail-course .imt-course-language .picture {
    width: 100%;
    height: 170px;
  }
  .box-detail-course .imt-course-language .content {
    margin-left: 0;
    margin-top: 10px;
  }
  .topbar-detail-course .label-course {
    margin-right: 7px;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.box-bxh-page {
  padding: 40px 50px;
  background: #fff;
  border-radius: 10px;
}
.box-bxh-page .title-box {
  margin-bottom: 30px;
  text-align: center;
}
.box-bxh-page .title-box .picture {
  margin-bottom: 10px;
}
.box-bxh-page .content-title .name {
  color: #121212;
  font-size: 20px;
}
.box-bxh-page .content-title .txt-small {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-bxh-page {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-bxh-page {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .box-bxh-page {
    padding: 15px;
  }
}

.block-bxh-user .title-bxh {
  color: #121212;
  font-size: 16px;
  margin-bottom: 10px;
}

.imt-bxh-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-bxh-user .number {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.imt-bxh-user .number.bg-number-1 {
  background: #0073FB;
}
.imt-bxh-user .number.bg-number-2 {
  background: #F3903F;
}
.imt-bxh-user .number.bg-number-3 {
  background: #FFC600;
}
.imt-bxh-user .number-bxh {
  text-align: right;
  color: #121212;
  font-size: 15px;
  margin-left: 10px;
  width: 70px;
}
.imt-bxh-user .user-avatar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-bxh-user .user-avatar .picture {
  width: 50px;
  height: 50px;
  position: relative;
}
.imt-bxh-user .user-avatar .picture .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
.imt-bxh-user .user-avatar .picture .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.imt-bxh-user .user-avatar .picture .flag {
  position: absolute;
  right: -2px;
  bottom: -3px;
  width: 20px;
}
.imt-bxh-user .user-avatar .picture .flag img {
  border-radius: 3px;
}
.imt-bxh-user .user-avatar .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.imt-bxh-user .user-avatar .info .name {
  color: #121212;
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
}
.imt-bxh-user .user-avatar .info .name-small {
  color: #121212;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
}
.imt-bxh-user .location-bxh {
  margin-left: 10px;
  width: 140px;
}
.imt-bxh-user .location-bxh p {
  margin: 0;
  font-size: 15px;
  color: #121212;
  font-weight: 300;
  line-height: 1.3;
}

.block-bxh-user {
  margin-bottom: 30px;
}

.lst-imt-bxh-user .imt-bxh-user {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .block-bxh-user .imt-bxh-user {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-bxh-user .imt-bxh-user .location-bxh {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-left: 84px;
  }
}

.ct-box-sidebar {
  border-radius: 10px;
  background: #fff;
  padding: 18px 24px;
  margin-bottom: 15px;
}
.ct-box-sidebar .title-box-sidebar {
  margin-bottom: 12px;
}
.ct-box-sidebar .title-box-sidebar p {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .ct-box-sidebar {
    padding: 15px;
  }
}

.block-mht .txt-content-mht {
  color: #121212;
  font-size: 16px;
  line-height: 1.3;
}
.block-mht .link {
  display: inline-block;
  color: #0073FB;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.block-mht .link:hover {
  text-decoration: underline;
}

.top-hv-box .imt-bxh-user {
  margin-bottom: 20px;
}
.top-hv-box .imt-bxh-user:last-child {
  margin: 0;
}

.block-pt-user .title {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
}
.block-pt-user .txt-total {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
}

.btn-view-more-pt {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .ct-layout-bxh-page .sidebar-pay-minskill {
    width: 320px;
  }
}
.main-policy-page .layout-main-policy-page.ct-editor-web .title {
  font-weight: 400;
}

.layout-ds-hs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout-ds-hs .content-ds-hs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  border-radius: 10px;
  background: #fff;
  padding: 25px 50px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-ds-hs .content-ds-hs {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .layout-ds-hs .content-ds-hs {
    padding: 15px;
  }
}
.layout-ds-hs .sidebar-ds-hs {
  width: 270px;
}
@media (max-width: 991px) {
  .layout-ds-hs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .layout-ds-hs .content-ds-hs {
    width: 100%;
    margin-right: 0;
  }
  .layout-ds-hs .sidebar-ds-hs {
    width: 100%;
    margin-bottom: 15px;
  }
}

.box-copy-code-tv {
  padding: 23px 20px;
  border-radius: 10px;
  background: #fff;
}
.box-copy-code-tv .title {
  color: #000000;
  font-size: 18px;
  margin-bottom: 2px;
}
.box-copy-code-tv .line-copy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.box-copy-code-tv .line-copy .number {
  margin-right: 10px;
  color: #0073FB;
  font-size: 20px;
  font-weight: 500;
  min-width: 120px;
}
.box-copy-code-tv .line-copy .btn-copy {
  margin-top: -3px;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.box-copy-code-tv .txt-note {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.box-update-course-ls {
  background: rgba(0, 115, 251, 0.1);
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.box-update-course-ls .btn-text-update {
  width: 180px;
  text-align: right;
}
.box-update-course-ls .btn-text-update a {
  display: inline-block;
  font-size: 15px;
  color: #0073FB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-update-course-ls .btn-text-update a:hover {
  text-decoration: underline;
}
.box-update-course-ls .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.box-update-course-ls .content .lst-imt-note .imt-note p {
  font-size: 16px;
  font-weight: 400;
}
.box-update-course-ls .content .lst-imt-note .imt-note:before {
  top: 4px;
}
.box-update-course-ls .content .number-sl-tv {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .box-update-course-ls {
    display: block;
  }
  .box-update-course-ls .content {
    margin: 0;
  }
  .box-update-course-ls .btn-text-update {
    margin: 0;
    text-align: left;
  }
}

.box-ql-user-minskill .title {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.box-ql-user-minskill .title p {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
}
.box-ql-user-minskill .user-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-ql-user-minskill .user-avatar .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.box-ql-user-minskill .user-avatar .avatar img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-ql-user-minskill .user-avatar .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
}
.box-ql-user-minskill .user-avatar .info .name {
  color: #121212;
  font-size: 16px;
  margin: 0;
}
.box-ql-user-minskill .user-avatar .info .name-small {
  color: #121212;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}

.block-ql-user-minskill {
  margin-bottom: 20px;
}

.box-ql-user-minskill {
  margin-bottom: 20px;
}

.btn-add-user {
  width: 35px;
  margin-left: auto;
}
.btn-add-user a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 115, 251, 0.2);
}
.btn-add-user a:hover {
  background: rgba(0, 115, 251, 0.4);
}

.box-total-user-ql .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.box-total-user-ql .title-box .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.box-total-user-ql .title-box .left .title {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
}
.box-total-user-ql .title-box .left .txt-small {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}
.box-total-user-ql .title-box .right {
  width: 50px;
  text-align: right;
}

.imt-user-ql {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 14px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-user-ql .user-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.imt-user-ql .user-avatar .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.imt-user-ql .user-avatar .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.imt-user-ql .user-avatar .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.imt-user-ql .user-avatar .info .name {
  color: #121212;
  font-size: 16px;
  margin: 0;
}
.imt-user-ql .user-avatar .info .name-small {
  color: #8D8D8D;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}
.imt-user-ql .box-action-user-ql {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-gap: 10px;
}
.imt-user-ql .box-action-user-ql .btn-action-user-ql a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-user-ql .box-action-user-ql .btn-action-user-ql a:hover {
  background: #dfdfdf;
}
@media (max-width: 376px) {
  .imt-user-ql {
    display: block;
  }
  .imt-user-ql .user-avatar {
    margin: 0;
  }
  .imt-user-ql .box-action-user-ql {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 60px;
  }
}

.box-edit-ql {
  margin-bottom: 25px;
}
.box-edit-ql:last-child {
  margin: 0;
}
.box-edit-ql .title {
  margin-bottom: 15px;
}
.box-edit-ql .title .txt-big {
  color: #121212;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 2px;
}
.box-edit-ql .title .txt-small {
  color: #121212;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
}

.grid-row-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}
.grid-row-4 .box-check-item {
  margin: 0;
}
.grid-row-4 .box-check-item .name-text {
  margin-left: 5px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-row-4 {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .grid-row-4 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.block-detele-user .imt-user-ql {
  border: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-detele-user .imt-user-ql .user-avatar {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-detele-user .imt-user-ql .user-avatar .info .name-small {
  color: #121212;
}

.block-hd-ls-start {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
}
.block-hd-ls-start .title-hd {
  text-align: center;
  margin-bottom: 40px;
}
.block-hd-ls-start .title-hd .picture {
  margin-bottom: 10px;
}
.block-hd-ls-start .title-hd .txt {
  color: #121212;
  font-size: 18px;
}
@media (max-width: 575px) {
  .block-hd-ls-start {
    padding: 20px 0;
  }
}

.box-hd-sd {
  background: rgba(217, 217, 217, 0.2);
  padding: 16px 25px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.box-hd-sd p {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.box-combo-tv-lesson .title-box {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.grid-column-3-tv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-column-3-tv {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-column-3-tv {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (max-width: 575px) {
  .grid-column-3-tv {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

.title-tv-ls {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-tv-ls .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 196, 192, 0.1);
}
.title-tv-ls .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  margin-top: -2px;
}
.title-tv-ls .content .name {
  color: #183153;
  font-size: 16px;
  font-weight: 500;
}
.title-tv-ls .content .txt-small {
  color: #183153;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.column-tv .name {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 47px;
  color: #121212;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column-tv .layout-column-tv {
  background: #fff;
  border-radius: 10px;
  padding: 18px 22px;
  display: block;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column-tv .layout-column-tv:hover {
  border-color: #00c4c0;
}
.column-tv .layout-column-tv:hover .name {
  color: #4cd6d3;
}
@media (max-width: 767px) {
  .column-tv .layout-column-tv {
    padding: 15px;
  }
}

.flex-column-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-column-tv .left {
  margin-right: 10px;
  width: 90px;
}

.icon-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(244, 220, 208, 0.69);
}

.box-number-tv .number {
  margin-bottom: 5px;
  color: #121212;
  font-size: 15px;
  line-height: 1.3;
}
.box-number-tv .number .bold {
  font-weight: 600;
}

.line-box-number-tv {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 100px;
  height: 6px;
  background: transparent;
}
.line-box-number-tv .line-number-tv-active {
  position: absolute;
  top: 0;
  left: 0;
  background: #0073FB;
  height: 100%;
  border-radius: 100px;
}

.box-combo-tv-lesson {
  margin-bottom: 30px;
}
.box-combo-tv-lesson:last-child {
  margin: 0;
}

.box-title-lst-tv {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.box-title-lst-tv .left-imt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.box-title-lst-tv .left-imt .title {
  color: #121212;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.box-title-lst-tv .right-imt {
  width: 220px;
}
@media (max-width: 575px) {
  .box-title-lst-tv {
    display: block;
  }
  .box-title-lst-tv .left-imt {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .box-title-lst-tv .right-imt {
    width: 100%;
  }
}

.flex-action-tv {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .flex-action-tv {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.flex-status-imt-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 15px;
}

.status-imt-have-not {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.status-imt-have-not .icon {
  background: #E8E8E8;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
}
.status-imt-have-not .name {
  font-size: 14px;
  color: #121212;
  font-weight: 300;
  margin: 0;
  margin-left: 7px;
}

.status-imt-have-learn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.status-imt-have-learn .icon {
  background: #0073FB;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
}
.status-imt-have-learn .name {
  font-size: 14px;
  color: #121212;
  font-weight: 300;
  margin: 0;
  margin-left: 7px;
}

.btn-start-tv {
  cursor: pointer;
}
.btn-start-tv .layout-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-start-tv .layout-btn .icon {
  margin-right: 7px;
}
.btn-start-tv .layout-btn .txt {
  font-size: 14px;
  color: #121212;
}

.btn-start-all a {
  display: inline-block;
  position: relative;
  color: #121212;
  margin-left: 26px;
  font-size: 14px;
}
.btn-start-all a:Before {
  content: "";
  position: absolute;
  top: 9px;
  left: -10px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #121212;
}
.btn-start-all a:hover {
  text-decoration: underline;
}

.imt-tv {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-tv .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-tv .left .info-imt-tv {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-tv .left .info-imt-tv .picture {
  width: 50px;
  height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
}
.imt-tv .left .info-imt-tv .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.imt-tv .left .info-imt-tv .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.imt-tv .left .info-imt-tv .content .name-tv {
  color: #121212;
  font-size: 16px;
  line-height: 1.3;
}
.imt-tv .left .info-imt-tv .content .txt-tv {
  color: #121212;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 575px) {
  .imt-tv .left .info-imt-tv {
    margin-left: 10px;
  }
  .imt-tv .left .info-imt-tv .content {
    margin-left: 5px;
  }
}
.imt-tv .right {
  width: 100px;
}

.box-action-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.box-action-ls .imt-action-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.box-action-ls .imt-action-ls:hover {
  background: #e9e9e9;
}

.title-lesson-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.title-lesson-new .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
.title-lesson-new .flex-status-imt-tv {
  grid-gap: 10px;
  margin-bottom: 5px;
}
.title-lesson-new .txt-choose-tv {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
}
.title-lesson-new .txt-choose-tv .bold {
  font-weight: 500;
}
@media (max-width: 767px) {
  .title-lesson-new {
    margin-bottom: 30px;
  }
}

.btn-action-ls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #0073FB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-action-ls a:hover {
  background: #046be5;
}

.block-lesson-tv .content-tv-page {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .block-lesson-tv .content-tv-page {
    width: 100%;
  }
}

.txt-name-np {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #0073FB;
  margin-top: 6px;
}

.box-example-ls {
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}
.box-example-ls .title {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-example-ls .title .txt {
  color: #121212;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  top: 1px;
}
.box-example-ls .title .icon {
  width: 20px;
}
.box-example-ls .content .name-tv {
  color: #121212;
  font-size: 16px;
}
.box-example-ls .content .txt-tsl {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .box-example-ls {
    width: 100%;
    margin-top: 30px;
  }
}

.btn-action-ft-ls .btn-bg-blue img {
  -webkit-filter: brightness(9);
  filter: brightness(9);
}

.btn-action-ft-ls.btn-hidden {
  opacity: 0.4;
  pointer-events: none;
}

.box-note-lessson-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 100px;
  padding: 11px 16px;
  margin-top: 50px;
}
.box-note-lessson-tv .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 2px;
}
.box-note-lessson-tv .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 6px;
  line-height: 1.3;
  font-weight: 300;
  color: #121212;
  font-size: 15px;
}

.box-question-exam-pronounce {
  width: 300px;
  margin: 0 auto;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 25px 10px;
}
.box-question-exam-pronounce .picture {
  width: 100%;
  height: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.box-question-exam-pronounce .txt-name-tv-big {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
  color: #121212;
  margin-bottom: 0;
}

.box-action-exam {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}

.btn-action-exam a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #F0F1F3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-action-exam a:hover {
  background: #e5e5e5;
}

.block-lesson-w-600 {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block-lesson-w-600 {
    width: 100%;
  }
}

.top-lesson-w-600 {
  margin-bottom: 20px;
}
.top-lesson-w-600 .content-tv-page {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .top-lesson-w-600 .content-tv-page {
    width: 100%;
  }
}

.title-box-ls-question {
  margin-bottom: 20px;
}
.title-box-ls-question .name-ls-question {
  color: #121212;
  font-size: 16px;
  margin-bottom: 8px;
}
.title-box-ls-question .name {
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 400;
}

.main-lesson-w-600 .txt-answer {
  margin-bottom: 10px;
  color: #7D7D7D;
  font-size: 15px;
}

.imt-check-answer {
  margin-bottom: 20px;
}
.imt-check-answer:last-child {
  margin: 0;
}
.imt-check-answer .name-language {
  flex: 1;
  margin-left: 14px;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  margin-top: 2px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .imt-check-answer .name-language {
    margin-top: 3px;
  }
}
.imt-check-answer label img {
  width: 100%;
  height: 100%;
}
.imt-check-answer label .check {
  width: 25px;
  height: 25px;
  opacity: 0.3;
}
.imt-check-answer label .checked {
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .imt-check-answer label .check {
    width: 22px;
    height: 22px;
  }
  .imt-check-answer label .checked {
    width: 22px;
    height: 22px;
  }
}

.box-check-item input:checked ~ label .name-language {
  color: #0073FB;
}

.answer-choose label .check {
  opacity: 0;
}
.answer-choose label .checked {
  opacity: 1;
  visibility: visible;
}
.answer-choose .name-language {
  color: #0073FB;
}

.box-grid-cloumn-picture {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .box-grid-cloumn-picture {
    grid-template-columns: repeat(2, 1fr);
  }
}

.answer-cloumn-picture {
  padding: 20px 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.answer-cloumn-picture.answer-choose {
  border-color: #0073FB;
  background: rgba(0, 115, 251, 0.1);
}
.answer-cloumn-picture.answer-correct {
  border-color: #FF2D55;
  background: rgba(255, 45, 85, 0.1);
}
.answer-cloumn-picture .picture {
  width: 100%;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.answer-cloumn-picture .picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.name-answer-picture {
  margin-top: 12px;
}
.name-answer-picture p {
  color: #121212;
  opacity: 0.8;
  font-size: 15px;
  transition: all 0.3s;
}

.answer-choose .name-answer-picture p {
  color: #0073FB;
  opacity: 1;
}

.answer-cloumn-picture:hover {
  border-color: #0073fb;
}

.box-anwser-choose-arrange {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  grid-gap: 10px;
  min-height: 46px;
}

.box-anwser-arrange {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
@media (max-width: 767px) {
  .box-anwser-arrange {
    grid-gap: 5px;
  }
}

.item-answer-arrange {
  background: rgba(217, 217, 217, 0.6);
  border: 1px solid rgba(217, 217, 217, 0.6);
  min-width: 40px;
  height: 35px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.item-answer-arrange:hover {
  border-color: #0073fb;
}
.item-answer-arrange .txt {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
}
.item-answer-arrange .number {
  position: absolute;
  top: -6px;
  right: -7px;
  background: rgba(217, 217, 217, 0.8);
  border: 1px solid #D9D9D9;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #121212;
  font-weight: 400;
}

.box-lst-lesson-record {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.box-lst-lesson-record .flex-status-imt-tv {
  grid-gap: 10px;
}
.box-lst-lesson-record .txt-record {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .box-lst-lesson-record {
    flex-wrap: wrap;
    grid-gap: 3px;
  }
  .box-lst-lesson-record .txt-record {
    width: 100%;
  }
}

.box-kq-ls-record {
  display: flex;
  align-items: center;
}
.box-kq-ls-record .icon {
  width: 60px;
}
.box-kq-ls-record .content {
  flex: 1;
  margin-left: 15px;
}
.box-kq-ls-record .content .name {
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.box-kq-ls-record .content .name .bold {
  font-weight: 500;
}
.box-kq-ls-record .content .name .color-red {
  color: #FF2D55;
  font-weight: 500;
}
.box-kq-ls-record .content .name .exact-ratio {
  color: #0073FB;
  font-weight: 500;
}
@media (max-width: 767px) {
  .box-kq-ls-record .content .name {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .box-kq-ls-record .icon {
    width: 50px;
  }
  .box-kq-ls-record .content {
    margin-left: 5px;
  }
}

/* Dạng 1 */
.layout-lesson-detail.ct-lesson-1 {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.layout-lesson-detail.ct-lesson-1 .tab-lesson-1 {
  padding: 15px 25px;
  background: #fff;
}
@media (max-width: 767px) {
  .layout-lesson-detail.ct-lesson-1 .tab-lesson-1 {
    padding: 15px;
  }
}

.block-lesson-new-1 .title-lesson-1-suggest {
  background: #121212;
}
.block-lesson-new-1 .title-lesson-1-suggest .video-lesson {
  height: 390px;
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .block-lesson-new-1 .title-lesson-1-suggest .video-lesson {
    width: 100%;
  }
}
.block-lesson-new-1 .color-1-ls1 {
  color: #0073FB;
  font-weight: 500;
}
.block-lesson-new-1 .color-2-ls1 {
  color: #FEBF00;
  font-weight: 500;
}
.block-lesson-new-1 .title-lesson-1-suggest {
  margin: 0;
}
.block-lesson-new-1 .tab-lesson-1 .title-tab-lesson-1 {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.block-lesson-new-1 .tab-lesson-1 .title-tab-lesson-1 .item-title-tab-lesson {
  position: relative;
  margin-right: 20px;
}
.block-lesson-new-1 .tab-lesson-1 .title-tab-lesson-1 .item-title-tab-lesson:before {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 0;
  height: 2px;
  background: #121212;
  transition: all 0.3s;
}
.block-lesson-new-1 .tab-lesson-1 .title-tab-lesson-1 .item-title-tab-lesson a {
  color: #121212;
  opacity: 0.6;
  font-size: 16px;
  font-weight: 500;
}

.block-lesson-new-1 .tab-lesson-1 .title-tab-lesson-1 .item-title-tab-lesson.active:before {
  width: 100%;
}

.block-lesson-new-1 .tab-lesson-1 .title-tab-lesson-1 .item-title-tab-lesson.active a {
  opacity: 1;
}

.block-lesson-new-1 .tab-lesson-1 .title-tab-lesson-1 .item-title-tab-lesson:hover a {
  opacity: 1;
}

.block-lesson-new-1 .tab-lesson-1 .title-tab-lesson-1 .item-title-tab-lesson:hover:before {
  width: 100%;
}

.block-download-file-ls1 > .txt {
  margin-bottom: 10px;
  color: #121212;
  font-size: 16px;
}
.block-download-file-ls1 .btn-download-file a {
  display: inline-flex;
  align-items: center;
  height: 36px;
}
.block-download-file-ls1 .btn-download-file a .txt {
  margin-right: 7px;
  color: #fff;
}

.btn-download-file.btn-hidden {
  pointer-events: none;
}
.btn-download-file.btn-hidden .btn-bg-blue {
  background: #D9D9D9;
}
.btn-download-file.btn-hidden .btn-bg-blue .txt {
  color: #808080;
}
.btn-download-file.btn-hidden .btn-bg-blue .icon img {
  filter: brightness(0.5);
}

/* End Dạng 1 */
/* Dạng kanji */
.block-lesson-bcc .txt-title-ls {
  margin-bottom: 15px;
  color: #000000;
  font-size: 18px;
}

.lst-imt-bcc {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lst-imt-bcc {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .lst-imt-bcc {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .lst-imt-bcc {
    grid-template-columns: repeat(2, 1fr);
  }
}

.imt-bcc .layout-imt {
  transition: all 0.3s;
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 20px 13px;
  height: 100%;
  background: #fff;
}
.imt-bcc .layout-imt .picture {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.imt-bcc .layout-imt .content .name {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.imt-bcc .layout-imt:hover {
  border-color: #0073fb;
}
.imt-bcc .layout-imt:hover .content .name {
  color: #0073fb;
}

.block-detail-ls-bcc {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
.block-detail-ls-bcc .title {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
.block-detail-ls-bcc .picture-bcc {
  width: 220px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1599px) {
  .block-detail-ls-bcc {
    padding: 0;
  }
}

.content-detail-ls-bcc {
  margin-bottom: 30px;
}

.flex-btn-action-bcc {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 25px;
}

.btn-action-bcc {
  cursor: pointer;
}
.btn-action-bcc .name {
  text-align: center;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
}
.btn-action-bcc .icon {
  background: rgba(217, 217, 217, 0.6);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.btn-action-bcc:hover .icon {
  background: rgb(217, 217, 217);
}

.block-detail-kanji-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .block-detail-kanji-flex {
    display: block;
  }
}

.block-detail-kanji-flex .picture-bcc {
  width: 220px;
}
@media (max-width: 575px) {
  .block-detail-kanji-flex .picture-bcc {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.block-detail-kanji-flex .content-block {
  margin-left: 40px;
  flex: 1;
}
@media (max-width: 767px) {
  .block-detail-kanji-flex .content-block {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .block-detail-kanji-flex .content-block {
    margin: 0;
  }
}

.imt-tsl-kanji {
  margin-bottom: 20px;
}
.imt-tsl-kanji .txt-small {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.imt-tsl-kanji .txt-bold {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.imt-tsl-kanji:last-child {
  margin-bottom: 0;
}

.block-listen-kanji {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .block-listen-kanji {
    padding: 0;
  }
}

.imt-listen-kanji {
  margin-bottom: 30px;
}

.box-tv-kanji {
  display: inline-block;
  background: rgba(217, 217, 217, 0.4);
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 7px;
}

.box-tv-kanji p {
  color: #000000;
  font-size: 20px;
}

.flex-box-listen-kanji {
  display: flex;
  align-items: center;
}
.flex-box-listen-kanji .btn-action-ls {
  width: 40px;
  margin-right: 15px;
}
.flex-box-listen-kanji .content-imt-dv-kanji .txt-dv {
  color: #000000;
  font-size: 18px;
}
.flex-box-listen-kanji .content-imt-dv-kanji .txt-tsl {
  font-size: 18px;
  margin-top: 3px;
}

/* End Dạng kanji */
/* Dạng học 5 */
.box-grid-cloumn-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.box-grid-cloumn-4 .answer-cloumn-picture {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-grid-cloumn-4 .answer-cloumn-picture .picture {
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-grid-cloumn-4 .answer-cloumn-picture {
    min-height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-grid-cloumn-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .box-grid-cloumn-4 .answer-cloumn-picture {
    min-height: 200px;
  }
}
@media (max-width: 575px) {
  .box-grid-cloumn-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.name-ls-question-bold {
  color: #121212;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

/* End Dạng học 5 */
/* Dạng học 10 */
.layout-lesson-draw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .layout-lesson-draw {
    grid-gap: 15px;
  }
}

.imt-question-draw {
  padding: 8px 15px;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 5px;
  margin-bottom: 15px;
  min-height: 40px;
  cursor: all-scroll;
}
.imt-question-draw p {
  color: #000000;
  font-size: 16px;
}
@media (max-width: 767px) {
  .imt-question-draw p {
    font-size: 15px;
    line-height: 1.3;
  }
}
.imt-question-draw.active {
  background: #0073FB;
  color: #fff;
}
.imt-question-draw.active p {
  color: #fff;
}

.btn-draw a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 115, 251, 0.2);
  height: 50px;
  padding: 0 15px;
  border-radius: 10px;
  color: #0073FB;
  font-size: 16px;
  transition: all 0.3s;
}
.btn-draw a:hover {
  background: #0073FB;
  color: #fff;
}

.imt-question-draw.imt-hidden-draw p {
  opacity: 0;
}

/* End Dạng học 10 */
/*  Dạng học 14 58 62 42 */
.item-answer-choose-word {
  padding: 8px 15px;
  background: rgba(217, 217, 217, 0.6);
  border-radius: 3px;
  transition: all 0.3s;
  cursor: pointer;
}
.item-answer-choose-word:hover {
  background: rgba(217, 217, 217, 0.9);
}
.item-answer-choose-word .txt {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.item-answer-choose-word.item-active:hover {
  background: rgba(217, 217, 217, 0.6);
}
.item-answer-choose-word.item-active .txt {
  opacity: 0;
}

.txt-lesson-choose-word {
  font-weight: 400;
  font-size: 16px;
  color: #183153;
  line-height: 30px;
  display: inline-block;
}
.txt-lesson-choose-word .txt-ls-word {
  position: relative;
  margin: 0 6px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.txt-lesson-choose-word .txt-ls-word:before {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 1px;
}
.txt-lesson-choose-word .txt-active-ls {
  color: #0073fb;
}
.txt-lesson-choose-word .txt-active-ls:before {
  background: #0073fb;
}
.txt-lesson-choose-word .txt-wrong-ls {
  color: rgb(255, 45, 85);
}
.txt-lesson-choose-word .txt-wrong-ls:before {
  background: #FF2D55;
  bottom: 8px;
}

.block-editor p {
  margin-bottom: 15px;
  color: rgb(18, 18, 18);
  font-size: 16px;
  line-height: 1.5;
}

/* End Dạng học Dạng học 14 58 62 42 */
/*  Dạng học Dạng học 23,27 */
.block-lesson-choose-word {
  width: 700px;
  margin: 0 auto;
}
.block-lesson-choose-word .content-tv-page {
  padding-top: 20px;
  width: 200px;
  margin: 0;
}
.block-lesson-choose-word .content-tv-page img {
  border-radius: 0;
}
.block-lesson-choose-word .box-anwser-choose-arrange {
  border: none;
}
@media (max-width: 991px) {
  .block-lesson-choose-word {
    width: 100%;
  }
}

/* End Dạng học Dạng học 23,27 */
/*  Dạng học Dạng học 25 , 26 */
.block-lesson-new-25 {
  width: 420px;
  margin: 0 auto;
  padding: 30px 0;
}
.block-lesson-new-25 .title-ls {
  margin-bottom: 30px;
  color: #121212;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .block-lesson-new-25 {
    width: 100%;
    padding: 0;
  }
}

.block-lesson-w-600 .box-question-ls-color {
  margin-top: 15px;
  background: rgba(254, 122, 66, 0.09);
  padding: 8px 15px;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 40px;
}
.block-lesson-w-600 .box-question-ls-color .txt {
  color: rgb(18, 18, 18);
  font-weight: 300;
}

/* End Dạng học Dạng học 25 */
.box-video-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.box-video-about .left {
  width: 500px;
  height: 250px;
}
.box-video-about .left video {
  width: 100%;
  height: 100%;
}
.box-video-about .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}
.box-video-about .right .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-video-about .right .name a {
  display: block;
  color: rgb(18, 18, 18);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-video-about .right .name a:hover {
  color: #14c9c5;
}
.box-video-about .right .text-sub {
  color: #121212;
  font-size: 15px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-video-about .left {
    width: 350px;
    height: 175px;
  }
  .box-video-about .right {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .box-video-about {
    display: block;
  }
  .box-video-about .left {
    width: 100%;
  }
  .box-video-about .right {
    margin: 0;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .box-video-about .left {
    height: 200px;
  }
}

.title-site {
  margin-bottom: 20px;
}

.icon-ph {
  background: rgba(244, 220, 208, 0.69);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-column-ht-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.grid-column-ht-3 .imt-ph {
  border-radius: 20px;
  padding: 20px;
  cursor: pointer;
}
.grid-column-ht-3 .imt-ph .icon-ph {
  margin-bottom: 10px;
}
.grid-column-ht-3 .imt-ph .content .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  color: #121212;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.grid-column-ht-3 .imt-ph .content .text-sub {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-column-ht-3 .imt-ph.bg-imt-1 {
  background: rgba(254, 243, 237, 0.6);
}
.grid-column-ht-3 .imt-ph.bg-imt-2 {
  background: rgba(237, 254, 249, 0.6);
}
.grid-column-ht-3 .imt-ph.bg-imt-3 {
  background: rgba(240, 237, 254, 0.6);
}
.grid-column-ht-3 .imt-ph.bg-imt-4 {
  background: rgba(254, 237, 245, 0.6);
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-column-ht-3 .imt-ph {
    padding: 15px;
    border-radius: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-column-ht-3 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-column-ht-3 .imt-ph {
    padding: 15px;
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .grid-column-ht-3 {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-column-ht-3 .imt-ph {
    padding: 12px;
    border-radius: 10px;
  }
}

.main-note-page {
  width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 100px;
  border-radius: 10px;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-note-page .title-block {
  margin-bottom: 50px;
  text-align: center;
}
.main-note-page .title-block .name {
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
}
.main-note-page .bottom-cd-ph {
  margin-top: auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .main-note-page {
    min-height: auto;
  }
  .main-note-page .bottom-cd-ph {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-note-page {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .main-note-page {
    width: 100%;
    padding: 15px;
  }
  .main-note-page .title-block {
    margin-bottom: 30px;
  }
}

.block-note-page {
  padding: 30px 0;
}

.grid-imt-note {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.grid-imt-note .imt-note .title-imt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.grid-imt-note .imt-note .title-imt .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-imt-note .imt-note .title-imt .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  position: relative;
  top: -1px;
}

.btn-start-reaction .btn-bg-blue {
  height: 45px;
}

.btn-back {
  margin-bottom: 10px;
}
.btn-back .btn-text {
  display: inline-block;
  color: rgba(18, 18, 18, 0.6);
  font-size: 15px;
  line-height: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-back .btn-text:hover {
  color: #121212;
  text-decoration: underline;
}

.block-support-ht {
  padding: 50px 100px;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-support-ht .title {
  text-align: center;
  margin-bottom: 30px;
}
.block-support-ht .title .name {
  color: #121212;
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .block-support-ht {
    min-height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-support-ht {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .block-support-ht {
    width: 100%;
    padding: 15px;
  }
  .block-support-ht .title-block {
    margin-bottom: 20px;
  }
}

.main-support-ht {
  margin-bottom: 20px;
}
.main-support-ht .text-size-15-light {
  margin-bottom: 15px;
}

.bottom-support-ht {
  margin-top: auto;
}
.bottom-support-ht .btn-bg-blue {
  height: 45px;
}

.block-support-ht.ct-finish-reaction {
  min-height: 400px;
}

.block-tv-ct .title-tv-ls .content {
  margin: 0;
}
.block-tv-ct .title-tv-ls .content .txt-small {
  font-size: 15px;
}
.block-tv-ct .title-tv-ls .content .name {
  color: #121212;
}
.block-tv-ct .column-tv .layout-column-tv {
  background: rgb(250, 250, 250);
  border: 1px solid rgb(239, 239, 239);
}
.block-tv-ct .column-tv .layout-column-tv:hover {
  border-color: #00c4c0;
}

.topbar-detail-choose-lt .text-date {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
}
.topbar-detail-choose-lt .text-date .btn-view-xl {
  color: rgb(0, 115, 251);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topbar-detail-choose-lt .text-date .btn-view-xl:hover {
  text-decoration: underline;
}

.flex-user-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 12px;
  margin-top: 8px;
  margin-bottom: 15px;
}
.flex-user-join .text {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 500;
}

.lst-user-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lst-user-join .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgb(245, 245, 245);
  margin-left: -12px;
}
.lst-user-join .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 575px) {
  .lst-user-join .avatar {
    width: 40px;
    height: 40px;
  }
}

.flex-btn-action-reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.btn-support .btn-bg-grey {
  height: 35px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 0 15px;
}

.btn-reaction-header .btn-bg-blue {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  height: 35px;
  padding: 0 15px;
  color: #fff;
}

.back-page-ht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.back-page-ht .icon {
  background: rgba(217, 217, 217, 0.4);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
  cursor: pointer;
}
.back-page-ht .icon:hover {
  background: rgb(217, 217, 217);
}
.back-page-ht .name {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

@media (max-width: 991px) {
  .ct-reaction-page .header-page-minskill .left .back-page-ht .name {
    display: none;
  }
  .ct-reaction-page .header-page-minskill .right {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 325px) {
  .btn-reaction-header .btn-bg-blue .name {
    display: none;
  }
  .btn-support .btn-bg-grey .name {
    display: none;
  }
}
.box-note-reaction {
  width: 900px;
  margin: 0 auto;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  padding-right: 55px;
  margin-top: 20px;
}
.box-note-reaction .text {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.box-note-reaction .icon {
  position: absolute;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.box-note-reaction .icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-note-reaction .icon:hover svg path {
  fill: #da1c4b;
}
@media (max-width: 991px) {
  .box-note-reaction {
    width: 100%;
  }
}

.ct-reaction-page .layout-ls-detail-fixed .center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ct-reaction-page .layout-ls-detail-fixed .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-lesson-detail-fixed .center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-start-reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.btn-start-reaction .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(0, 126, 140);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-start-reaction .icon img {
  width: 26px;
}
.btn-start-reaction .text {
  background: rgba(237, 254, 249, 0.6);
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  padding: 0 12px;
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 6px;
}
.btn-start-reaction:hover .icon {
  background: rgb(0, 115, 251);
}
.btn-start-reaction:hover .text {
  background: rgba(0, 115, 251, 0.2);
}

.ct-reaction-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ct-reaction-page .layout-lesson-detail {
  min-height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ct-reaction-page .main-lesson-detail {
  min-height: 100vh;
  padding-bottom: 110px;
  display: flex;
  align-items: flex-start;
  max-width: none;
  flex: 1;
}
.ct-reaction-page .main-lesson-detail .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 210px);
}
.ct-reaction-page .main-lesson-detail .sidebar-qc-left {
  flex: 1;
  padding: 0 20px;
  text-align: left;
}
@media (max-width: 1199px) {
  .ct-reaction-page .main-lesson-detail .sidebar-qc-left {
    display: none;
  }
}
.ct-reaction-page .main-lesson-detail .sidebar-qc-right {
  flex: 1;
  padding: 0 20px;
  text-align: right;
}
@media (max-width: 1199px) {
  .ct-reaction-page .main-lesson-detail .sidebar-qc-right {
    display: none;
  }
}
.ct-reaction-page .layout-ls-detail-fixed {
  height: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ct-reaction-page .main-lesson-detail .container {
    width: 800px;
  }
  .ct-reaction-page .layout-lesson-detail {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .ct-reaction-page .main-lesson-detail {
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ct-reaction-page .layout-ls-detail-fixed {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .ct-reaction-page .layout-ls-detail-fixed {
    height: 85px;
  }
}

.box-form-chat-ht {
  margin-bottom: 32px;
}
.box-form-chat-ht .avatar {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
  overflow: hidden;
}
.box-form-chat-ht .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.box-form-chat-ht .form-chat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.box-form-chat-ht .form-chat:last-child {
  margin-bottom: 0;
}
.box-form-chat-ht .form-chat .content {
  border-radius: 15px;
  background: rgb(240, 240, 240);
  padding: 10px 20px;
}
.box-form-chat-ht .form-chat .content .name {
  color: rgb(18, 18, 18);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.box-form-chat-ht .form-chat .content .text-tsl {
  font-weight: 300;
  font-size: 16px;
  color: #121212;
  border-top: 1px solid rgb(219, 219, 219);
  padding-top: 5px;
  margin-top: 5px;
}
.box-form-chat-ht.box-form-chat-refund {
  text-align: right;
}
.box-form-chat-ht.box-form-chat-refund .content {
  background: rgb(0, 126, 140);
}
.box-form-chat-ht.box-form-chat-refund .content .name {
  color: #fff;
}
.box-form-chat-ht.box-form-chat-refund .form-chat {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .box-form-chat-ht {
    margin-bottom: 12px;
  }
}

.action-form-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.imt-action-form {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.imt-action-form:hover svg path {
  fill: rgb(0, 115, 251);
}
.imt-action-form svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-action-form.active svg path {
  fill: rgb(0, 115, 251);
}

.box-note-form-chat {
  width: 900px;
  background: rgba(217, 217, 217, 0.4);
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  padding: 16px 20px;
  padding-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.box-note-form-chat .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.box-note-form-chat .close-box {
  position: absolute;
  top: auto;
  bottom: auto;
  right: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.box-note-form-chat .close-box svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-note-form-chat .close-box:hover svg path {
  fill: rgb(255, 53, 92);
}
@media (max-width: 991px) {
  .box-note-form-chat {
    width: 100%;
    padding: 12px;
    padding-right: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.btn-start-reaction.btn-stop-record .icon {
  background: rgb(217, 217, 217);
}
.btn-start-reaction.btn-stop-record .icon img {
  width: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-start-reaction.btn-stop-record:hover .text {
  background: rgba(219, 24, 61, 0.2);
}
.btn-start-reaction.btn-stop-record:hover .icon {
  background: rgb(219, 24, 61);
}
.btn-start-reaction.btn-stop-record:hover .icon img {
  -webkit-filter: brightness(99);
  filter: brightness(99);
}

.main-note-page .bottom-cd-ph .btn-start-reaction {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-start-reaction.btn-stop-record .icon {
  background: rgb(217, 217, 217);
}
.btn-start-reaction.btn-stop-record .icon img {
  width: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-start-reaction.btn-stop-record:hover .text {
  background: rgba(219, 24, 61, 0.2);
}
.btn-start-reaction.btn-stop-record:hover .icon {
  background: rgb(219, 24, 61);
}
.btn-start-reaction.btn-stop-record:hover .icon img {
  -webkit-filter: brightness(99);
  filter: brightness(99);
}

.stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dot-elastic {
  width: 8px;
  height: 8px;
  border-radius: 5px;
}
.dot-elastic:nth-child(1) {
  background: #E53834;
  -webkit-animation: dot-elastic-before 1s infinite linear;
  animation: dot-elastic-before 1s infinite linear;
}
.dot-elastic:nth-child(2) {
  background: #1E88E5;
  -webkit-animation: dot-elastic 1s infinite linear;
  animation: dot-elastic 1s infinite linear;
}
.dot-elastic:nth-child(3) {
  background: #43A047;
  -webkit-animation: dot-elastic-after 1s infinite linear;
  animation: dot-elastic-after 1s infinite linear;
}
.dot-elastic:nth-child(4) {
  background: #FDD834;
  -webkit-animation: dot-elastic-4 1s infinite linear;
  animation: dot-elastic-4 1s infinite linear;
}
.dot-elastic:nth-child(5) {
  background: #FB8C00;
  -webkit-animation: dot-elastic-5 1s infinite linear;
  animation: dot-elastic-5 1s infinite linear;
}

@-webkit-keyframes dot-elastic-before {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
  }
  50% {
    -webkit-transform: scale(1, 0.67);
    transform: scale(1, 0.67);
  }
  75% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic-before {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
  }
  50% {
    -webkit-transform: scale(1, 0.67);
    transform: scale(1, 0.67);
  }
  75% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes dot-elastic {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
  }
  75% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
  }
  75% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes dot-elastic-after {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.67);
    transform: scale(1, 0.67);
  }
  75% {
    -webkit-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic-after {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.67);
    transform: scale(1, 0.67);
  }
  75% {
    -webkit-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes dot-elastic-4 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
  }
  75% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic-4 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
  }
  75% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes dot-elastic-5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1.3);
    transform: scale(1, 1.3);
  }
  50% {
    -webkit-transform: scale(1, 0.67);
    transform: scale(1, 0.67);
  }
  75% {
    -webkit-transform: scale(1, 1.6);
    transform: scale(1, 1.6);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic-5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1.3);
    transform: scale(1, 1.3);
  }
  50% {
    -webkit-transform: scale(1, 0.67);
    transform: scale(1, 0.67);
  }
  75% {
    -webkit-transform: scale(1, 1.6);
    transform: scale(1, 1.6);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.btn-start-reaction.btn-stop-record {
  opacity: 0;
  visibility: hidden;
}

.stage {
  opacity: 0;
  visibility: hidden;
}

.layout-ls-detail-fixed.open-recording .btn-start-reaction {
  opacity: 0;
  visibility: hidden;
}
.layout-ls-detail-fixed.open-recording .btn-start-reaction.btn-stop-record {
  opacity: 1;
  visibility: visible;
}
.layout-ls-detail-fixed.open-recording .stage {
  opacity: 1;
  visibility: visible;
}
.layout-ls-detail-fixed.open-recording .center {
  display: none;
}

.ct-reaction-page .layout-ls-detail-fixed .flex-btn-action-reaction {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ct-reaction-page .layout-ls-detail-fixed .flex-btn-action-reaction .btn-support .btn-bg-grey {
  border-radius: 100px;
  gap: 8px;
}
.ct-reaction-page .layout-ls-detail-fixed .flex-btn-action-reaction .btn-support .btn-bg-grey .name {
  font-weight: 400;
  position: relative;
  top: 1px;
}

.btn-start-reaction.btn-send .icon {
  background: rgb(0, 115, 251);
}
.btn-start-reaction.btn-send .icon img {
  width: 16px;
}

@media (max-width: 575px) {
  .ct-reaction-page .layout-ls-detail-fixed .left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .ct-reaction-page .layout-ls-detail-fixed .right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .ct-reaction-page .layout-ls-detail-fixed .center {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .ct-reaction-page .layout-ls-detail-fixed .flex-btn-action-reaction {
    gap: 4px;
  }
  .ct-reaction-page .layout-ls-detail-fixed .flex-btn-action-reaction .btn-support .btn-bg-grey {
    gap: 3px;
  }
  .btn-start-reaction .icon {
    width: 40px;
    height: 40px;
  }
}
.block-suggest-modal {
  padding: 35px 50px;
}
.block-suggest-modal .bottom-block {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
}
.block-suggest-modal .bottom-block .btn-bg-blue {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.block-suggest-modal .bottom-block .btn-bg-blue .text {
  position: relative;
  top: 1px;
}
@media (max-width: 575px) {
  .block-suggest-modal {
    padding: 20px 15px;
  }
}

.box-content-ls-edit {
  margin-bottom: 30px;
}

.box-content-edit {
  margin-top: 10px;
}
.box-content-edit textarea {
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lst-imt-suggest-ht {
  margin-top: 5px;
}

.imt-suggest-ht {
  background: rgba(0, 115, 251, 0.05);
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 5px;
}
.imt-suggest-ht p {
  color: rgb(18, 18, 18);
  font-size: 15px;
}

.menu-header-tq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.menu-header-tq .item-menu {
  display: block;
  position: relative;
  margin-right: 36px;
  color: rgb(18, 18, 18);
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-header-tq .item-menu:last-child {
  margin: 0;
}
.menu-header-tq .item-menu:last-child:Before {
  display: none;
}
.menu-header-tq .item-menu:Before {
  content: "";
  position: absolute;
  top: 5px;
  right: -18px;
  background: rgb(129, 129, 129);
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.menu-header-tq .item-menu:hover {
  color: rgb(0, 115, 251);
}
.menu-header-tq .item-menu.active {
  color: rgb(0, 115, 251);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-header-tq {
    margin-left: 5px;
  }
  .menu-header-tq .item-menu {
    margin-right: 14px;
  }
  .menu-header-tq .item-menu:Before {
    right: -8px;
    top: 3px;
  }
}
@media (max-width: 991px) {
  .menu-header-tq {
    display: none;
  }
}

.grid-hs-user {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 150px;
}

.ct-style-box {
  border: 1px solid rgb(217, 217, 217);
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.imt-hs-user .number-price {
  color: rgb(0, 115, 251);
  font-size: 18px;
  font-weight: 500;
}

.imt-course-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-course-top .picture {
  width: 80px;
  height: 50px;
  overflow: hidden;
}
.imt-course-top .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.imt-course-top .picture:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.imt-course-top .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.imt-course-top .content .name {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}
.imt-course-top .content .name a {
  color: rgb(18, 18, 18);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-course-top .content .name a:hover {
  color: #0c7afb;
}
.imt-course-top .content .text-sub {
  color: rgb(18, 18, 18);
  font-size: 13px;
  font-weight: 300;
}

.grid-imt-course-top {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-number-reisgn {
  width: 100px;
  text-align: right;
  margin-left: 10px;
}
.box-number-reisgn p {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 300;
}

.btn-view-more {
  padding-top: 15px;
}
.btn-view-more .btn-bg-grey {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 300;
  font-size: 13px;
}

.block-grid-column-2 {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

.grid-imt-comment {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.imt-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-comment .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.imt-comment .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.imt-comment .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.lst-imt-action-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.line-action-comment {
  padding-right: 16px;
  position: relative;
}
.line-action-comment:before {
  content: "";
  position: absolute;
  top: 9px;
  right: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(18, 18, 18);
}
.line-action-comment:last-child {
  padding: 0;
}
.line-action-comment:last-child:before {
  display: none;
}
.line-action-comment p {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
}

.text-name-course {
  color: rgb(0, 115, 251);
  font-size: 14px;
  font-weight: 300;
}

.imt-hs-user {
  position: relative;
}
.imt-hs-user:before {
  content: "";
  position: absolute;
  top: 5px;
  right: -75px;
  width: 1px;
  height: calc(100% - 10px);
  background: rgb(217, 217, 217);
}
.imt-hs-user:last-child:before {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid-hs-user {
    gap: 18px 30px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .imt-hs-user:before {
    display: none;
  }
  .block-grid-column-2 {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-hs-user {
    gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .imt-hs-user:before {
    right: 0;
    top: auto;
    bottom: -7px;
    height: 1px;
    width: 100%;
  }
  .block-grid-column-2 {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .ct-style-box {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .grid-hs-user {
    gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .imt-hs-user:before {
    right: 0;
    top: auto;
    bottom: -7px;
    height: 1px;
    width: 100%;
  }
  .block-grid-column-2 {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .ct-style-box {
    padding: 15px;
    margin-bottom: 15px;
  }
  .title-site {
    margin-bottom: 15px;
  }
  .imt-course-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .box-number-reisgn {
    width: 100%;
    padding-left: 76px;
    margin: 0;
    text-align: left;
  }
  .imt-course-top .picture {
    width: 70px;
    height: 45px;
  }
  .imt-course-top .content {
    margin-left: 5px;
  }
  .imt-comment {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.flex-topbar-course-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.search-form {
  position: relative;
  width: 300px;
}
.search-form input {
  width: 100%;
  height: 35px;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 5px;
  padding: 0 10px;
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  padding-right: 40px;
}
.search-form input::-webkit-input-placeholder {
  font-weight: 300;
}
.search-form input::-moz-placeholder {
  font-weight: 300;
}
.search-form input:-ms-input-placeholder {
  font-weight: 300;
}
.search-form input::placeholder {
  font-weight: 300;
}
.search-form input:focus {
  border-color: #121212;
}
.search-form .icon-search {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  z-index: 1;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn-creat-new-course .btn-bg-blue {
  height: 35px;
  border-radius: 3px;
  gap: 5px;
}
.btn-creat-new-course .btn-bg-blue .text {
  font-size: 14px;
}

.title-tab-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgb(217, 217, 217);
  gap: 30px;
}

.text-title-tab {
  color: rgb(18, 18, 18);
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.imt-tab {
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}
.imt-tab:before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 2px;
  width: 0;
  background: rgb(0, 115, 251);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-tab:hover:before {
  width: 100%;
}
.imt-tab.active:before {
  width: 100%;
}
.imt-tab.active .text-title-tab {
  color: rgb(18, 18, 18);
  font-weight: 400;
}

.content-tab-course {
  padding: 10px 0;
}

.title-table-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(217, 217, 217, 0.4);
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.title-table-course .text-title {
  color: #121212;
  font-size: 14px;
}

.imt-flex-1-course {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}

.imt-flex-1-course .imt-comment .avatar {
  width: 40px;
  height: 40px;
}

.imt-date-course {
  width: 80px;
  margin-right: 10px;
}
.imt-date-course .text-content {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 400;
}

.imt-number-course {
  width: 90px;
  margin-right: 10px;
  text-align: right;
}
.imt-number-course:last-child {
  margin-right: 0;
}
.imt-number-course .text-content {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}

.tr-table-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(217, 217, 217);
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.flex-course-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-course-info .picture {
  width: 80px;
  height: 50px;
  overflow: hidden;
}
.flex-course-info .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flex-course-info .picture:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.flex-course-info .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.text-size-14 a {
  display: inline-block;
  color: #121212;
}
.text-size-14 a:hover {
  color: #0073fb;
}

.main-table-course {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .table-course {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-table-course {
    width: 800px;
  }
  .main-table-course {
    width: 800px;
  }
}
@media (max-width: 575px) {
  .flex-topbar-course-user {
    display: block;
    margin-bottom: 20px;
  }
  .search-form {
    width: 100%;
    margin-bottom: 7px;
  }
}
.block-table-top-user .title-site {
  text-align: center;
  margin-bottom: 5px;
}

.main-analysis-chanel .title-tab-course {
  margin-bottom: 20px;
}

.topbar-analysis-chanel {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.topbar-analysis-chanel .title-site {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.topbar-analysis-chanel .title-site .text-size-13 {
  font-size: 13px;
  font-weight: 300;
  margin-top: 3px;
  color: rgb(18, 18, 18);
}

.form-datetime-choose {
  width: 200px;
}
.form-datetime-choose input {
  width: 100%;
  border: none;
}

.box-view-tk {
  max-width: 500px;
  margin: 0 auto;
  background: rgba(217, 217, 217, 0.2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 12px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.imt-view-tk {
  position: relative;
  text-align: center;
}
.imt-view-tk:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 1px;
  background: rgb(217, 217, 217);
}
.imt-view-tk:last-child {
  padding: 0;
}
.imt-view-tk:last-child:before {
  display: none;
}
.imt-view-tk .number {
  color: rgb(0, 115, 251);
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 5px;
}

.title-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.lst-imt-note-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.imt-note-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-note-chart .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4px;
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 400;
}

.box-chart-bg {
  width: 12px;
  height: 12px;
}
.box-chart-bg.bg-chart-1 {
  background: rgb(0, 115, 251);
}
.box-chart-bg.bg-chart-2 {
  background: rgb(255, 202, 122);
}

@media (max-width: 767px) {
  .topbar-analysis-chanel {
    display: block;
  }
  .form-datetime-choose {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .topbar-analysis-chanel {
    display: block;
  }
  .form-datetime-choose {
    width: 100%;
  }
  .title-chart {
    display: block;
  }
  .title-chart > .name {
    margin-bottom: 9px;
  }
  .box-view-tk {
    padding: 12px;
  }
  .imt-view-tk .number {
    font-size: 16px;
  }
}
@media (max-width: 325px) {
  .box-view-tk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .imt-view-tk:before {
    right: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -10px;
  }
}
.main-tab-data {
  padding: 20px 0;
}

.flex-imt-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}

.imt-comment .flex-imt-comment .avatar {
  width: 35px;
  height: 35px;
}

.block-comment-detail .flex-course-info {
  width: 250px;
}
.block-comment-detail .imt-comment {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.group-refund-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.flex-btn-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
}

.btn-dots {
  position: relative;
}
.btn-dots .popup-dots-comment {
  position: absolute;
  top: 35px;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  right: 0;
  background: #f1f1f1;
  border-radius: 5px;
  z-index: 1;
  padding: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-dots .popup-dots-comment .name-comment-dots {
  display: block;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #121212;
  border-radius: 4px;
}
.btn-dots .popup-dots-comment .name-comment-dots:hover {
  background: #dfdfdf;
  color: #121212;
}
.btn-dots .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border-radius: 4px;
}
.btn-dots .icon:hover {
  background: rgba(217, 217, 217, 0.6);
}
.btn-dots.open .icon {
  background: rgba(217, 217, 217, 0.6);
}
.btn-dots.open .popup-dots-comment {
  opacity: 1;
  visibility: visible;
}

.form-comment-textarea {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  display: none;
}
.form-comment-textarea .avatar-user {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.form-comment-textarea .avatar-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.box-btn-grey {
  background: rgba(217, 217, 217, 0.6);
  border-radius: 100px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 8px;
}
.box-btn-grey .name {
  color: rgb(18, 18, 18);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-btn-grey:hover {
  background: rgb(217, 217, 217);
}
.box-btn-grey .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 9px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.group-refund-comment.active .form-comment-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-action-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  padding-top: 4px;
}

.btn-action-comment .btn-bg-grey {
  height: 30px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
}

.content-form-textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.content-form-textarea textarea {
  width: 100%;
  border: 1px solid rgba(0, 115, 251, 0.4);
  height: 60px;
  padding: 6px;
  border-radius: 10px;
  resize: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  color: #121212;
  background: transparent;
}
.content-form-textarea textarea:focus {
  border: 1px solid rgba(0, 115, 251, 0.8);
}

.form-comment-textarea.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-grid-comment-child {
  display: none;
  width: 100%;
  padding: 0 30px;
  margin-top: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.box-grid-comment-child.active {
  display: block;
}

.form-comment-child {
  margin-bottom: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-comment-child .avatar-user {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.form-comment-child .avatar-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.form-comment-child:last-child {
  margin-bottom: 0;
}

.content-comment-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.box-btn-grey.active .icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.box-btn-grey.hidden {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 991px) {
  .block-comment-detail .imt-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-comment-detail .imt-comment .flex-imt-comment {
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .block-comment-detail .flex-course-info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
  .form-comment-textarea {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .box-grid-comment-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 376px) {
  .box-btn-grey {
    padding: 0 10px;
    height: 25px;
  }
  .box-btn-grey .name {
    font-size: 11px;
  }
  .flex-btn-comment {
    gap: 3px;
  }
  .form-comment-child {
    padding: 0;
  }
  .box-grid-comment-child {
    padding: 0 10px;
  }
}
.box-video-about.ct-video-gv {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.box-video-about.ct-video-gv .left {
  width: 500px;
  height: 300px;
}
.box-video-about.ct-video-gv .right {
  margin-left: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-video-about.ct-video-gv .right {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-video-about.ct-video-gv .left {
    width: 350px;
    height: 250px;
  }
  .box-video-about.ct-video-gv .right {
    margin-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-video-about.ct-video-gv .left {
    width: 100%;
    height: 250px;
  }
  .box-video-about.ct-video-gv .right {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .box-video-about.ct-video-gv .left {
    width: 100%;
    height: 220px;
  }
  .box-video-about.ct-video-gv .right {
    margin-left: 0;
  }
}

.title-gv {
  margin-bottom: 15px;
}
.title-gv .number-video {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 300;
}

.grid-imt-cut-video {
  display: -ms-grid;
  display: grid;
}

.imt-cut-video {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.imt-cut-video .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imt-cut-video .icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-cut-video .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  border-bottom: 1px solid rgb(217, 217, 217);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-cut-video .content .name {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-cut-video .content .timeline-video {
  width: 50px;
  text-align: right;
  color: rgb(129, 129, 129);
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imt-cut-video.active .icon svg path {
  fill: rgb(0, 115, 251);
}
.imt-cut-video.active .content {
  border-color: rgb(0, 115, 251);
}

.imt-cut-video.active .content .name, .imt-cut-video.active .content .timeline-video {
  color: rgb(0, 115, 251);
}

.block-cd-gv {
  margin-bottom: 30px;
}

.grid-column-gv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.grid-column-gv .imt-video-gv .video-gv {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.grid-column-gv .imt-video-gv .video-gv a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.grid-column-gv .imt-video-gv .video-gv a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.grid-column-gv .imt-video-gv .video-gv a:hover > img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.grid-column-gv .imt-video-gv .content {
  margin-top: 10px;
}
.grid-column-gv .imt-video-gv .content .name {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.grid-column-gv .imt-video-gv .content .name a {
  color: rgb(18, 18, 18);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.grid-column-gv .imt-video-gv .content .name a:hover {
  color: rgb(0, 115, 251);
}
.grid-column-gv .label-timeline-video {
  position: absolute;
  z-index: 1;
  background: rgba(18, 18, 18, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 100px;
  gap: 5px;
}
.grid-column-gv .label-timeline-video .number {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-column-gv {
    gap: 15px;
  }
  .grid-column-gv .imt-video-gv .video-gv {
    height: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-column-gv {
    gap: 20px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-column-gv .imt-video-gv .video-gv {
    height: 150px;
  }
}
@media (max-width: 575px) {
  .grid-column-gv {
    gap: 25px;
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-column-gv .imt-video-gv .video-gv {
    height: 200px;
  }
}

.block-page-business {
  padding: 40px 0;
}
@media (min-width: 1400px) {
  .block-page-business .container {
    max-width: 1310px;
  }
}
@media (max-width: 1199px) {
  .block-page-business {
    padding: 30px 0;
  }
}

.layout-page-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout-page-business .sidebar-business {
  width: 250px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-page-business .main-business {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 30px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-page-business .main-business {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .layout-page-business {
    display: block;
  }
  .layout-page-business .sidebar-business {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    top: 0;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
  }
  .layout-page-business .main-business {
    margin: 0;
    padding: 15px;
  }
  .layout-page-business .text-menu-business {
    background: #fff;
  }
  .layout-page-business .sub-menu-business {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .layout-page-business .imt-menu-business.open-menu .text-menu-business {
    background: rgba(0, 115, 251, 0.1);
  }
}

.imt-menu-business {
  margin-bottom: 5px;
}
.imt-menu-business:last-child {
  margin: 0;
}
.imt-menu-business.open-menu .sub-menu-business {
  display: block;
}

.text-menu-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 10px;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
.text-menu-business .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
  margin-right: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.text-menu-business .arrow {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-menu-business:hover {
  background: rgba(0, 115, 251, 0.1);
}

.sub-menu-business {
  display: none;
  margin-top: 1px;
}

.imt-sub-menu-business {
  display: block;
  padding: 9px 10px;
  background: transparent;
  margin-bottom: 1px;
  color: rgb(18, 18, 18);
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

.imt-sub-menu-business.active, .imt-sub-menu-business:hover {
  background: rgba(0, 115, 251, 0.1);
}

.box-title-business {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-title-business .title-site {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .box-title-business {
    display: block;
  }
  .box-title-business .title-site {
    margin: 0;
    margin-bottom: 5px;
  }
}

.btn-del-business .btn-bg-grey {
  height: 35px;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 13px;
  background: rgba(217, 217, 217, 0.4);
}
.btn-del-business .btn-bg-grey .icon {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
}
.btn-del-business .btn-bg-grey:hover {
  background: rgba(217, 217, 217, 0.8);
}

.profile-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile-business .info-business {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile-business .info-business .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-business .info-business .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.profile-business .info-business .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .profile-business {
    display: block;
  }
  .profile-business .info-business {
    margin: 0;
    margin-bottom: 10px;
  }
}

.box-info-business {
  border-bottom: 1px solid rgb(217, 217, 217);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.box-info-business .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.box-info-business .title-box .text-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}

.btn-edit-business .btn-bg-grey {
  background: rgba(217, 217, 217, 0.4);
  height: 35px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
}
.btn-edit-business .btn-bg-grey .icon {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
}
.btn-edit-business .btn-bg-grey:hover {
  background: rgba(217, 217, 217, 0.8);
}

.gird-box-business {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.imt-info-business .check {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.imt-info-business .icon-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #eff1f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.imt-info-business .icon-close img {
  filter: brightness(3);
  transform: scale(0.7);
  transition: all 0.3s;
}
.imt-info-business .icon-close:hover {
  background: #e5e5e5;
}
.imt-info-business .icon-close:hover img {
  filter: brightness(5);
}

.popup-business .block-suggest-modal {
  padding: 25px;
}
@media (max-width: 767px) {
  .popup-business .block-suggest-modal {
    padding: 20px 15px;
  }
}
.popup-business .main-popup-page-minskill {
  width: 700px;
}
@media (max-width: 767px) {
  .popup-business .main-popup-page-minskill {
    width: 95%;
  }
}

.ct-input-business {
  margin-bottom: 15px;
}
.ct-input-business:last-child {
  margin: 0;
}

.box-picture-business-upload {
  margin-bottom: 20px;
}
.box-picture-business-upload .box-add-avatar-user {
  margin: 20px 0;
}
.box-picture-business-upload .box-add-avatar-user .imt-info-minskill .upload-avatar {
  width: 60px;
  height: 60px;
}
.box-picture-business-upload .btn-edit-business {
  text-align: center;
}
.box-picture-business-upload .btn-edit-business .btn-bg-grey {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.video-about {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.video-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: all 0.5s;
}
.video-about .icon-play-video {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-left: 2px;
  Z-INDEX: 1;
}
.video-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.video-about:hover img {
  transform: scale(1.15);
}
.video-about:hover:before {
  opacity: 0;
}

.imt-price-course .text-content {
  color: rgb(18, 18, 18);
  font-size: 14px;
  line-height: 17px;
}

.btn-send-xx {
  padding-top: 20px;
}
.btn-send-xx .btn-bg-blue {
  border-radius: 10px;
}

.block-info-cb .box-info-business {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.block-info-cb .ct-input-business {
  position: relative;
}
.block-info-cb .ct-input-business .form-input input {
  padding-right: 45px;
  border-radius: 10px;
}
.block-info-cb .ct-input-business .form-input .number-kt {
  color: rgba(18, 18, 18, 0.6);
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  bottom: 7px;
  right: 12px;
}
.block-info-cb .ct-input-business .form-textarea textarea {
  padding-right: 40px;
  border-radius: 10px;
}
.block-info-cb .ct-input-business .form-textarea .number-kt {
  color: rgba(18, 18, 18, 0.6);
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  top: 42px;
  right: 12px;
}
.block-info-cb .ct-input-business .form-select select {
  border-radius: 10px;
}

.btn-add-content {
  padding-top: 10px;
}
.btn-add-content a {
  display: inline-flex;
  align-items: center;
}
.btn-add-content a .text {
  color: rgb(0, 115, 251);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 1px;
  margin-left: 4px;
}

.btn-creat-code a {
  display: inline-flex;
  border-radius: 5px;
}

.block-td-hv .box-info-business {
  padding: 0;
  border: none;
  margin-bottom: 10px;
}

.upload-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(217, 217, 217, 0.4);
  width: 200px;
  height: 115px;
  border-radius: 5px;
  cursor: pointer;
}

.box-course-info {
  margin-bottom: 15px;
}
.box-course-info .title-site {
  margin-bottom: 10px;
}

.block-choose-otp-course {
  padding: 50px 0;
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-choose-otp-course {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .block-choose-otp-course {
    padding: 20px 0;
  }
}

.grid-choose-otp-course {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-choose-otp-course {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .grid-choose-otp-course {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.imt-choose-otp-course {
  display: block;
}
.imt-choose-otp-course .picture {
  width: 100%;
  height: 120px;
}
.imt-choose-otp-course .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 575px) {
  .imt-choose-otp-course .picture {
    height: 150px;
  }
}
.imt-choose-otp-course .content {
  margin-top: 5px;
}

.block-banner-search {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-search {
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.box-search .search-form {
  width: 100%;
  margin-top: 20px;
}
.box-search .search-form .icon-search {
  right: auto;
  left: 4px;
}
.box-search .search-form .icon-search img {
  width: 18px;
  height: 100%;
}
.box-search .search-form input {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 100px;
  border-color: #fff;
  height: 40px;
  padding-left: 42px;
}

.block-section-course {
  background: #fff;
  padding: 50px 0;
}
.block-section-course.bg-section-gray {
  background: rgb(245, 245, 245);
}
@media (min-width: 1200px) {
  .block-section-course .container {
    max-width: 1130px;
  }
}
@media (max-width: 1199px) {
  .block-section-course {
    padding: 30px 0;
  }
}

.price-course {
  display: flex;
  align-items: flex-end;
}
.price-course .price-new {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
}
.price-course .price-old {
  color: rgb(18, 18, 18);
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 300;
  margin-left: 5px;
}

.label-hot-course {
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 45, 85, 0.1);
  padding: 0 5px;
  height: 26px;
  border-radius: 5px;
}

.grid-imt-course-total {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-imt-course-total {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-imt-course-total {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .grid-imt-course-total {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.imt-course-total {
  background: rgba(217, 217, 217, 0.3);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.3s;
}
.imt-course-total .image-flag {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 5px;
}
.imt-course-total .image-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.imt-course-total .content {
  flex: 1;
  margin-left: 10px;
}
.imt-course-total:hover {
  background: rgba(217, 217, 217, 0.6);
}
@media (max-width: 575px) {
  .imt-course-total {
    padding: 15px;
  }
}

.label-number-course {
  display: flex;
  align-items: center;
}
.label-number-course .icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-number-course .text-size-14-light {
  line-height: 15px;
  margin-left: 5px;
  flex: 1;
}

.grid-imt-comment-about {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-imt-comment-about {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-imt-comment-about {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .grid-imt-comment-about {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.imt-comment-about {
  background: rgb(255, 255, 255);
  border-radius: 1px;
  padding: 18px 15px;
}
.imt-comment-about .top-imt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.imt-comment-about .top-imt .avatar {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
}
.imt-comment-about .top-imt .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.imt-comment-about .top-imt .content {
  flex: 1;
  margin-left: 5px;
}
.imt-comment-about .content-imt .icon {
  margin-bottom: 8px;
}

.filter-course-kp {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.filter-course-kp .form-select {
  width: 160px;
}
.filter-course-kp .form-select select {
  background: rgba(217, 217, 217, 0.6);
  border: none;
}

.label-pb-course {
  cursor: pointer;
  background: rgba(217, 217, 217, 0.6);
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: all 0.3s;
}
.label-pb-course:hover {
  background: rgba(217, 217, 217, 0.8);
}
.label-pb-course p {
  font-size: 14px;
  transition: all 0.3s;
  color: rgb(18, 18, 18);
}

.label-new-course {
  cursor: pointer;
  padding: 0 15px;
}
.label-new-course p {
  color: rgb(18, 18, 18);
  font-size: 14px;
  transition: all 0.3s;
}

.block-course-detail-cm {
  padding-bottom: 40px;
}
.block-course-detail-cm:last-child {
  padding: 0;
}

.grid-imt-course-favorite {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-imt-course-favorite {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-imt-course-favorite {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .grid-imt-course-favorite {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.imt-course-favorite {
  background: rgba(217, 217, 217, 0.4);
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.imt-course-favorite .avatar {
  width: 45px;
  height: 45px;
}
.imt-course-favorite .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.imt-course-favorite .content {
  flex: 1;
  margin-left: 10px;
}
.imt-course-favorite .content .number-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.imt-course-favorite .content .number-review .number-star {
  color: #121212;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.imt-course-favorite .content .number-review .number-comment {
  color: #121212;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
}
.imt-course-favorite .content .number-review img {
  width: 16px;
  height: 16pxd;
  font-size: small;
  color: ju;
}
.imt-course-favorite:hover {
  background: rgba(217, 217, 217, 0.7);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .imt-course-favorite {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .imt-course-favorite {
    padding: 10px;
  }
}

.btn-filter-box {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  gap: 6px;
  transition: all 0.3s;
  background: rgba(217, 217, 217, 0.6);
  cursor: pointer;
}
.btn-filter-box:hover {
  background: rgba(217, 217, 217, 0.9);
}

.block-detail-course-gv {
  padding: 20px 0;
}
@media (max-width: 575px) {
  .block-detail-course-gv {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .block-detail-course-gv .container {
    max-width: 1230px;
  }
}

.layout-detail-course-gv {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 30px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-detail-course-gv {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-detail-course-gv {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-detail-course-gv {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .layout-detail-course-gv {
    padding: 15px;
  }
}

.brecrumb-course {
  display: flex;
  background: rgba(217, 217, 217, 0.4);
  align-items: center;
  flex-wrap: wrap;
  padding: 9px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.brecrumb-course .link {
  display: block;
  color: rgb(0, 115, 251);
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}
.brecrumb-course .arrow {
  display: inline-block;
  padding: 0 10px;
}

.flex-detail-course-gv {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .flex-detail-course-gv {
    display: block;
  }
}

.sidebar-course-gv {
  width: 300px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-course-gv {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .sidebar-course-gv {
    width: 100%;
  }
}

.info-course-sidebar {
  margin-bottom: 15px;
}
.info-course-sidebar .video-about {
  height: 170px;
  margin-bottom: 10px;
}

.btn-buy-course {
  padding-top: 15px;
}
.btn-buy-course a {
  border-radius: 5px;
}

.imt-course-detail {
  display: flex;
  align-items: flex-start;
}
.imt-course-detail .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imt-course-detail .content-imt {
  flex: 1;
  margin-left: 4px;
  position: relative;
  top: -3px;
}

.main-course-gv {
  flex: 1;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .main-course-gv {
    margin: 0;
    margin-top: 20px;
  }
}

.main-course-gv .primary-course-section.container {
  padding: 0;
  max-width: 100%;
}
.main-course-gv .primary-course-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 12px;
}
.main-course-gv .primary-course-list .primary-course-card {
  width: 100%;
  max-height: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-course-gv .primary-course-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .main-course-gv .primary-course-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.topbar-course-gv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 10px;
}
.topbar-course-gv .label-hot-course {
  margin: 0;
}
.topbar-course-gv .number-review {
  display: flex;
  align-items: center;
  gap: 4px;
}
.topbar-course-gv .number-review .number-star {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 500;
}
.topbar-course-gv .number-review .number-comment {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 300;
}

.label-gv .color {
  color: rgb(0, 115, 251);
}

.title-course {
  margin-bottom: 10px;
}

.ct-editor-web p {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

.box-describe-course {
  margin-bottom: 20px;
  position: relative;
}
.box-describe-course .ct-editor-web {
  position: relative;
}
.box-describe-course .ct-editor-web ul li:before {
  top: 8px;
  width: 4px;
  height: 4px;
}
.box-describe-course .text-size-16-medium {
  margin-bottom: 10px;
  position: relative;
}
.box-describe-course:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 30px;
  height: 105px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.47) 16.56%, rgba(255, 255, 255, 0.4) 47.02%);
  z-index: 1;
}

.btn-view-more-text {
  position: relative;
}
.btn-view-more-text .layout-btn {
  display: inline-flex;
  align-items: center;
}
.btn-view-more-text .layout-btn .text {
  color: rgb(0, 115, 251);
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
}
.btn-view-more-text .layout-btn .icon {
  width: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0);
  transform-origin: center;
  transition: all 0.4s;
  position: relative;
}
.btn-view-more-text.active .layout-btn .icon {
  transform: rotateX(-180deg);
}

.grid-imt-review-course {
  display: flex;
  flex-direction: column;
  gap: 16px 24px;
  margin-bottom: 15px;
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-imt-review-course {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-imt-review-course {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .grid-imt-review-course {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.imt-review-course {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #D9D9D9;
}

.topbar-review-course {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.topbar-review-course .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.topbar-review-course .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.topbar-review-course .content {
  flex: 1;
  margin-left: 10px;
}

.flex-star-date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.flex-star-date .text-date {
  color: rgba(18, 18, 18, 0.4);
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 576px) and (max-width: 767px) {
  .flex-star-date {
    display: block;
  }
  .flex-star-date .text-date {
    margin-top: 3px;
  }
}

.box-star-review {
  display: flex;
  align-items: center;
  gap: 2px;
}

.content-review-course p {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.detail-box-info-gv {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-top: 10px;
}
.detail-box-info-gv .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.detail-box-info-gv .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.detail-box-info-gv .content {
  flex: 1;
  margin-left: 15px;
}
.detail-box-info-gv .content .number-review {
  display: flex;
  align-items: center;
  gap: 5px;
}
.detail-box-info-gv .content .number-review .number-star {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
}
.detail-box-info-gv .content .number-review .number-comment {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
}

.box-gv-info .text-15-size-medium.color-blue {
  color: rgb(0, 115, 251);
}

.imt-course {
  position: relative;
  margin-bottom: 10px;
}
.imt-course:last-child {
  margin-bottom: 0;
}
.imt-course.active .title-item-ls-main .group-title .icon {
  transform: rotate(180deg);
}
.imt-course.active .content-item-ls-main {
  display: block;
}

.title-item-ls-main {
  background: rgba(77, 186, 199, 0.2);
  border-radius: 8px;
  padding: 5px 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.title-item-ls-main .group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.title-item-ls-main .group-title .txt {
  flex: 1;
  margin-right: 10px;
}
.title-item-ls-main .group-title .icon {
  transform-origin: center;
  width: 12px;
  transform: rotate(0);
  transition: all 0.3s;
  height: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-item-ls-main:hover {
  background: #dfdfdf;
}

.group-info--lesson {
  display: flex;
  align-items: center;
}
.group-info--lesson .number-lesson {
  padding-right: 7px;
  margin-right: 7px;
  position: relative;
}
.group-info--lesson .number-lesson:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  background: #747d8b;
  height: 14px;
  width: 1px;
}

.content-item-ls-main {
  display: none;
  padding: 15px 20px;
}
@media (max-width: 575px) {
  .content-item-ls-main {
    padding: 15px 10px;
  }
}

.item-ls-child {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 140px;
  align-items: center;
  gap: 10px;
}
.item-ls-child:last-child {
  margin: 0;
}
.item-ls-child .name-item-ls-child {
  display: flex;
  align-items: flex-start;
}
.item-ls-child .name-item-ls-child .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  position: relative;
  top: 1px;
}
.item-ls-child .name-item-ls-child .text-size-14 {
  flex: 1;
  margin-left: 5px;
}
.item-ls-child .action-item-ls-child {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 cột bằng nhau */
  align-items: center;
  position: relative;
  top: -2px;
}
.item-ls-child .action-item-ls-child .btn-view-demo {
  grid-column: 1/2; /* cột 1 */
}
.item-ls-child .action-item-ls-child .timline {
  grid-column: 2/3; /* cột 2 */
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 300;
  text-align: center; /* hoặc right, tùy ý */
}
@media (max-width: 768px) {
  .item-ls-child .action-item-ls-child {
    display: flex;
    align-items: center;
    gap: 0 25px;
    position: relative;
    top: -2px;
  }
  .item-ls-child .action-item-ls-child .timline {
    /* Giữ nguyên style */
    color: rgb(18, 18, 18);
    font-size: 14px;
    font-weight: 300;
    text-align: initial; /* hoặc giữ center tùy ý */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-ls-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .item-ls-child .name-item-ls-child {
    margin: 0 0 5px 0;
    width: 100%;
  }
  .item-ls-child .action-item-ls-child {
    width: 100%;
    justify-content: flex-start;
    margin-top: 4px;
    position: static;
    top: 0;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .item-ls-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .item-ls-child .name-item-ls-child {
    width: 100%;
  }
  .item-ls-child .action-item-ls-child {
    width: 100%;
    justify-content: flex-start;
    margin-top: 4px;
    position: static;
    top: 0;
    gap: 10px;
  }
}

.btn-view-demo {
  display: inline-block;
  background-color: #1E88E5;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-view-demo:hover {
  opacity: 0.9;
  text-decoration: none;
}
.btn-view-demo a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.block-list-imt-course {
  margin-bottom: 20px;
}

.btn-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  background: #787878;
  height: 40px;
  border-radius: 5px;
  transition: all 0.3s;
}
.btn-gray:hover {
  background: #6c6c6c;
  color: #fff;
}

.btn-view-more-course {
  padding-top: 10px;
}

.main-page-minskill.ct-padding-tab {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .main-page-minskill.ct-padding-tab {
    padding: 0;
  }
}

.header-page-minskill.ct-header-tab .container {
  max-width: 1850px;
}

.header-page-minskill.ct-header-tab .layout-header-lt-skill .right {
  width: auto;
}

.layout-header-lt-skill .right .btn-save-info {
  padding: 0;
  margin-right: 10px;
}
.layout-header-lt-skill .right .btn-save-info .btn-bg-blue {
  border-radius: 5px;
  height: 35px;
  padding: 0 13px;
}
.layout-header-lt-skill .right .text-size-13 {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .layout-header-lt-skill .right .text-size-13 {
    width: 150px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .layout-header-lt-skill .right .text-size-13 {
    display: none;
  }
}

.alert-custom-yellow {
  background-color: #ffd54f;
  color: #121212;
  border: none;
  font-size: 14px;
  font-weight: 300;
  border-radius: 6px;
}

.topbar-detail-lesson.header-page-minskill {
  position: relative;
}
.topbar-detail-lesson.header-page-minskill .right {
  width: 300px;
}
.topbar-detail-lesson.header-page-minskill .right .btn-back {
  margin: 0;
}
@media (max-width: 575px) {
  .topbar-detail-lesson.header-page-minskill .right {
    width: auto;
  }
}
.topbar-detail-lesson.header-page-minskill .container {
  max-width: 1850px;
}
@media (max-width: 575px) {
  .topbar-detail-lesson.header-page-minskill .container {
    padding: 0 5px;
  }
}

.label-menu-nav {
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.label-menu-nav .menu-line {
  width: 15px;
  height: 12px;
}
.label-menu-nav .menu-line .diagonal.part-2 {
  margin-top: 3px;
}
.label-menu-nav .menu-line .horizontal {
  margin-top: 3px;
  width: 100%;
}
.label-menu-nav .menu-line .lines .line {
  background: #000000;
}
@media (max-width: 991px) {
  .label-menu-nav {
    display: flex;
  }
}

.main-detail-lessson {
  display: flex;
  height: calc(100vh - 60px);
  overflow: hidden;
  background: rgb(245, 245, 245);
  gap: 20px;
  max-width: 1720px;
  margin: 0 auto;
  margin-top: 10px;
}
.main-detail-lessson .left-content-detail-lesson {
  flex: 1;
  overflow-y: auto;
  background: #fff;
}
.main-detail-lessson .left-content-detail-lesson::-webkit-scrollbar {
  width: 0;
}
.main-detail-lessson .right-content-detail-lesson {
  width: 500px;
  background: #fff;
  border-radius: 5px 0;
  padding: 10px;
  height: 100%;
}
.main-detail-lessson .right-content-detail-lesson .layout-lesson {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .main-detail-lessson .right-content-detail-lesson {
    width: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-detail-lessson .right-content-detail-lesson {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-detail-lessson .right-content-detail-lesson {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .main-detail-lessson .right-content-detail-lesson {
    position: fixed;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 9;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    padding: 0;
  }
  .main-detail-lessson .right-content-detail-lesson .layout-lesson {
    width: 350px;
    margin-left: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    transform: translateX(100%);
    transition: all 0.5s;
  }
  .main-detail-lessson .right-content-detail-lesson .bg-right {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
  }
  .main-detail-lessson .right-content-detail-lesson.open-mobile {
    opacity: 1;
    visibility: visible;
  }
  .main-detail-lessson .right-content-detail-lesson.open-mobile .layout-lesson {
    transform: translate(0);
  }
}
@media (max-width: 376px) {
  .main-detail-lessson .right-content-detail-lesson .layout-lesson {
    width: 90%;
  }
}

.right-content-detail-lesson .title {
  border-bottom: 1px solid rgb(217, 217, 217);
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 10px;
  justify-content: space-between;
}
.right-content-detail-lesson .list-imt-course {
  flex: 1;
  overflow-y: auto;
}
.right-content-detail-lesson .list-imt-course .imt-course {
  margin-bottom: 5px;
}
.right-content-detail-lesson .item-ls-child {
  grid-gap: 8px;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.right-content-detail-lesson .item-ls-child s .box-check-item {
  width: 16px;
  margin-right: 15px;
}
.right-content-detail-lesson .item-ls-child s .box-check-item .check {
  height: 16px;
}
.right-content-detail-lesson .item-ls-child s .box-check-item .checked {
  width: 16px;
}

.icon-close-kb {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.content-imt-ls-child {
  flex: 1;
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-imt-ls-child {
    margin: 0;
  }
}

.flex-info-td-imt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.flex-info-td-imt .label-time-video {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flex-info-td-imt .label-time-video .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
}
.flex-info-td-imt .label-td-ls {
  display: flex;
  align-items: center;
  gap: 3px;
}
.flex-info-td-imt .label-td-ls .number {
  color: rgb(0, 115, 251);
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: -1px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-info-td-imt {
    gap: 5px;
  }
}

.btn-download-tl {
  margin-left: auto;
}
.btn-download-tl .layout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 100px;
  height: 30px;
  padding: 0 15px;
  gap: 6px;
  transition: all 0.3s;
}
.btn-download-tl .layout-btn .text {
  color: rgb(18, 18, 18);
  font-size: 13px;
  flex: 1;
  line-height: 16px;
}
.btn-download-tl .layout-btn .icon {
  position: relative;
  top: -1px;
}
.btn-download-tl .layout-btn:hover {
  background: rgba(217, 217, 217, 0.8);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-download-tl {
    margin: 0;
  }
}

.wp-bg-lesson {
  width: 100%;
  height: 600px;
}
.wp-bg-lesson .video-lesson {
  width: 100%;
  height: 100%;
  position: relative;
}
.wp-bg-lesson .video-lesson iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wp-bg-lesson .video-lesson video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wp-bg-lesson .video-lesson .exam {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.wp-bg-lesson .video-lesson .exam .bg-exam {
  background: rgba(217, 217, 217, 0.2);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 780px;
  gap: 15px;
}
.wp-bg-lesson .video-lesson .exam .bg-exam .level {
  background-color: #f9eec6;
  padding: 8px;
  font-weight: 400;
  font-size: 13px;
  width: fit-content;
  border-radius: 8px;
  color: #121212;
}
.wp-bg-lesson .video-lesson .exam .bg-exam h3 {
  font-weight: 400;
  font-size: 16px;
}
.wp-bg-lesson .video-lesson .exam .bg-exam span {
  color: #808080;
  font-weight: 300;
  font-size: 14px;
}
.wp-bg-lesson .video-lesson .exam .bg-exam p {
  font-size: 15px;
  font-weight: 300;
  color: #121212;
}
.wp-bg-lesson .video-lesson .exam .bg-exam button {
  background: #1e88e5;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  cursor: pointer;
}
.wp-bg-lesson .video-lesson .exam .bg-exam button:hover {
  background: #1565c0; /* màu xanh đậm hơn */
  color: #e3f2fd; /* màu chữ sáng hơn */
  transform: scale(1.05); /* phóng to nhẹ */
  transition: all 0.3s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .wp-bg-lesson {
    height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wp-bg-lesson {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-bg-lesson {
    height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-bg-lesson {
    height: 360px;
  }
  .wp-bg-lesson .icon-open-kb {
    display: none;
  }
}
@media (max-width: 575px) {
  .wp-bg-lesson {
    height: 360px;
  }
}
@media (max-width: 325px) {
  .wp-bg-lesson {
    height: 300px;
  }
}

.block-content-detail-ls {
  padding: 20px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-content-detail-ls {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-content-detail-ls {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .block-content-detail-ls {
    padding: 15px;
  }
}

.info-video-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.box-user-video {
  display: flex;
  align-items: center;
}
.box-user-video .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.box-user-video .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.box-user-video .content {
  flex: 1;
  margin-left: 10px;
}

.box-lst-action-video {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 767px) {
  .box-lst-action-video {
    flex: none;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
  }
}

.label-action-video {
  background: rgba(217, 217, 217, 0.4);
  border-radius: 100px;
  padding: 0 15px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-action-video .number-review {
  display: flex;
  align-items: center;
  gap: 5px;
}
.label-action-video .number-review .number-star {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
}
.label-action-video .number-review .number-comment {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
}
.label-action-video .text-size-15-light {
  line-height: 1;
}

.title-tab-video-lesson {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(217, 217, 217);
}

.imt-title-tab-video {
  padding-bottom: 10px;
  position: relative;
  color: rgba(18, 18, 18, 0.6);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  margin-right: 20px;
}
.imt-title-tab-video:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: rgb(18, 18, 18);
  transition: all 0.3s;
}
.imt-title-tab-video:hover {
  color: rgb(18, 18, 18);
}
.imt-title-tab-video:hover:before {
  width: 100%;
}
.imt-title-tab-video.active {
  color: rgb(18, 18, 18);
}
.imt-title-tab-video.active:before {
  width: 100%;
}

.content-tab-video-lesson {
  padding: 15px 0;
}

.block-info-tab-question .line-action-comment .text-size-14-medium {
  font-weight: 500;
}

.block-info-question-video .line-action-comment .text-size-14-medium {
  font-weight: 500;
}

.line-name-gv {
  background: rgba(0, 115, 251, 0.1);
  border-radius: 100px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-right: 18px;
  position: relative;
}
.line-name-gv p {
  line-height: 1;
  font-weight: 400;
}
.line-name-gv:before {
  content: "";
  position: absolute;
  top: 12px;
  right: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(18, 18, 18);
}

.block-info-tab-question .form-comment-textarea {
  display: flex;
}
.block-info-tab-question .form-comment-textarea .avatar-user {
  width: 40px;
  height: 40px;
}
.block-info-tab-question .form-comment-textarea .content-form-textarea textarea {
  background: rgba(216, 220, 226, 0.2);
  border-color: transparent;
}
.block-info-tab-question .form-comment-textarea .content-form-textarea textarea:focus-visible {
  box-shadow: none;
  outline: none;
}
.block-info-tab-question .form-comment-textarea .content-form-textarea textarea:focus {
  border-color: rgba(0, 115, 251, 0.4) !important;
}

.btn-action-comment .btn-text {
  color: rgb(18, 18, 18);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
  margin-right: 10px;
}
.btn-action-comment .btn-text:hover {
  color: #e10909;
}

.block-info-tab-video {
  background: rgba(217, 217, 217, 0.4);
  padding: 10px;
  border-radius: 5px;
}
.block-info-tab-video .text-view {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.block-info-tab-video p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  color: rgb(18, 18, 18);
}
.block-info-tab-video p .font-smb {
  font-weight: 500;
}

.text-view-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
}
.text-view-more:hover {
  text-decoration: underline;
}

.flex-title-review {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 6px;
}
.flex-title-review .text-size-15-light {
  margin-right: 10px;
}

.lst-star-vote {
  display: flex;
  align-items: center;
  gap: 2px;
}

.form-review-video {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.form-review-video .box-tk {
  width: 100px;
}
.form-review-video .box-tk .number {
  color: rgb(18, 18, 18);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.box-line-review {
  width: 600px;
}
@media (min-width: 576px) and (max-width: 1399px) {
  .box-line-review {
    width: auto;
    flex: 1;
  }
}

.tr-line-review {
  display: flex;
  align-items: center;
}
.tr-line-review + .tr-line-review {
  margin-top: 10px;
}
.tr-line-review .line-review {
  flex: 1;
  margin-right: 15px;
  height: 6px;
  background: rgb(217, 217, 217);
  position: relative;
}
.tr-line-review .text-size-13 {
  width: 80px;
  text-align: left;
  color: rgb(129, 129, 129);
  line-height: 1;
}

.bg-active-review {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgb(0, 115, 251);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .right-content-detail-lesson .list-imt-course .imt-course .content-item-ls-main {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .block-detail-lessson-page .box-mobile-name-ls {
    padding: 2px 15px 10px 15px;
  }
}
@media (max-width: 575px) {
  .form-review-video {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 10px;
  }
  .box-line-review {
    width: 100%;
  }
  .form-review-video .box-tk {
    width: 100%;
  }
  .block-info-tab-question .form-comment-textarea .content-form-textarea textarea {
    height: 100px;
  }
}
@media (max-width: 325px) {
  .label-menu-nav {
    margin-right: 4px;
  }
  .label-action-video {
    height: 30px;
    padding: 0 10px;
  }
  .flex-action-lt .timeline {
    padding: 0 5px;
    margin-right: 4px;
  }
}
.wp-bg-lesson.set-h-hidden-sidebar {
  height: 100%;
}

.icon-open-kb {
  position: absolute;
  top: 10px; /* khoảng cách từ trên */
  right: 10px; /* khoảng cách từ phải */
  cursor: pointer;
  display: none; /* nếu cần, hoặc thay đổi theo logic JS */
  z-index: 10; /* để nằm trên video */
}

.menu-account {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
.menu-account:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #d9d9d9;
  width: 1px;
  height: 34px;
  transform: translateY(-50%);
}
.menu-account .logo-small {
  margin-right: 40px;
}
.menu-account .menu-header-tq {
  margin-left: 0;
}
.menu-account .menu-header-tq .item-menu {
  margin-right: 20px;
}
.menu-account .menu-header-tq .item-menu:before {
  display: none;
}
@media (max-width: 575px) {
  .menu-account {
    margin-left: 10px;
  }
}

.block-account-page {
  padding: 30px 0;
  min-height: 500px;
}
@media (min-width: 992px) {
  .block-account-page .container {
    max-width: 930px;
  }
}

.imt-certificate {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.imt-certificate .content-imt {
  flex: 1;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.imt-certificate .content-imt .box-name {
  width: 110px;
}
.imt-certificate .content-imt .box-name .text-size-14 {
  margin-bottom: 0;
}
.imt-certificate .content-imt .box-detail {
  margin-left: 30px;
  padding-left: 30px;
  flex: 1;
  position: relative;
}
.imt-certificate .content-imt .box-detail:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 12px);
  background: rgb(217, 217, 217);
  margin: auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .imt-certificate .content-imt .box-name {
    width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .imt-certificate .content-imt .box-name {
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .imt-certificate .content-imt {
    padding: 20px;
  }
  .imt-certificate .content-imt .box-name {
    width: 200px;
  }
  .imt-certificate .content-imt .box-detail {
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .imt-certificate .content-imt {
    padding: 15px;
    display: block;
  }
  .imt-certificate .content-imt .box-name {
    width: 100%;
  }
  .imt-certificate .content-imt .box-detail {
    padding-left: 0;
    margin-left: 0;
    padding-top: 20px;
  }
  .imt-certificate .content-imt .box-detail::before {
    width: 100%;
    height: 1px;
    margin: 0;
    top: 10px;
  }
}
@media (max-width: 575px) {
  .imt-certificate .content-imt {
    padding: 0;
  }
}
.imt-certificate .info-imt {
  background: rgb(0, 115, 251);
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .imt-certificate .info-imt {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .imt-certificate .info-imt {
    margin-top: 15px;
    width: 100%;
    border-radius: 8px;
  }
}
.imt-certificate + .imt-certificate {
  margin-top: 15px;
}
@media (max-width: 575px) {
  .imt-certificate {
    display: block;
    padding: 15px;
  }
}

.link-price-skill {
  color: rgb(0, 115, 251);
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s;
}
.link-price-skill:hover {
  text-decoration: none;
  color: rgb(0, 115, 251);
}

.label-number-slot {
  display: inline-flex;
  align-items: center;
  background: rgb(254, 191, 0);
  height: 25px;
  border-radius: 5px;
  padding: 0 4px;
}
.label-number-slot .text {
  color: rgb(18, 18, 18);
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

.label-close {
  display: inline-flex;
  align-items: center;
  background: rgb(120, 120, 120);
  height: 25px;
  border-radius: 5px;
  padding: 0 4px;
}
.label-close .text {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

.imt-certificate.imt-close .box-detail {
  opacity: 0.5;
}
.imt-certificate.imt-close .info-imt {
  opacity: 0.5;
}
.imt-certificate.imt-close .info-imt .btn-resign-imt {
  display: none;
}

.btn-resign-imt .layout-btn {
  display: inline-flex;
  align-items: center;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  height: 35px;
  padding: 0 15px;
  color: rgb(0, 115, 251);
  font-size: 15px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.btn-resign-imt .layout-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.box-price-skill-modal {
  text-align: center;
  background: rgba(0, 115, 251, 0.1);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px;
}
.box-price-skill-modal .text-sub {
  color: rgb(0, 115, 251);
}
.box-price-skill-modal .price-skill {
  color: rgb(0, 115, 251);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.label-name-skill {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  background: rgba(0, 115, 251, 0.2);
  border-radius: 100px;
  height: auto;
  padding: 9px 15px;
}
.label-name-skill p {
  color: rgb(0, 115, 251);
  font-size: 14px;
  font-weight: 500;
}

.block-info-detail-skill {
  padding: 20px 0;
}
.block-info-detail-skill .btn-xn {
  padding-top: 30px;
  text-align: center;
}
.block-info-detail-skill .btn-xn .btn-bg-blue {
  border-radius: 4px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.block-info-detail-skill .btn-xn .btn-bg-blue .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-info-detail-skill .btn-xn .btn-bg-blue .text {
  position: relative;
  top: 1px;
}

.lst-imt-detail-skill {
  padding-top: 20px;
}

.imt-detail-skill {
  display: flex;
  align-items: flex-start;
}
.imt-detail-skill + .imt-detail-skill {
  margin-top: 15px;
}
.imt-detail-skill .name-imt {
  flex: 1;
  margin-right: 10px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.imt-detail-skill .name-imt .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
}
.imt-detail-skill .name-imt .name {
  flex: 1;
  color: rgb(0, 115, 251);
  font-size: 15px;
}
.imt-detail-skill .number-price-skill {
  width: 135px;
  text-align: right;
  font-size: 15px;
  line-height: 1;
}

.box-kq-search-account {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 40px 50px;
  display: flex;
  align-items: flex-end;
  gap: 15px 50px;
}
.box-kq-search-account .item-form {
  margin: 0;
  flex: 1;
}
.box-kq-search-account .item-form .form-input input {
  border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-kq-search-account {
    padding: 20px;
    gap: 15px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-kq-search-account {
    padding: 20px;
    display: grid;
    gap: 15px 20px;
  }
}
@media (max-width: 575px) {
  .box-kq-search-account {
    padding: 15px;
    display: grid;
    gap: 15px 20px;
  }
}

.btn-search-form .btn-bg-blue {
  border-radius: 5px;
  height: 40px;
  min-width: 100px;
  font-weight: 400;
  padding: 0 15px;
  line-height: 1;
}

.box-date-exam {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 20px;
}
.box-date-exam .label-name {
  background: rgba(0, 115, 251, 0.1);
  padding: 8px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.box-date-exam .label-name p {
  color: rgb(18, 18, 18);
  font-size: 16px;
}

.content-collapse {
  display: none;
  margin-top: 15px;
}
.content-collapse p {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 5px;
}

.main-info-date-exam {
  margin-bottom: 20px;
}
.main-info-date-exam.open-collapse .content-collapse {
  display: block;
}
.main-info-date-exam.open-collapse .title .arrow-collapse img {
  transform: rotateX(180deg);
}
.main-info-date-exam .title {
  display: flex;
  align-items: center;
}
.main-info-date-exam .title .title-collapse {
  flex: 1;
  margin-right: 10px;
}
.main-info-date-exam .title .arrow-collapse {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 115, 251, 0.1);
  cursor: pointer;
}
.main-info-date-exam .title .arrow-collapse img {
  transition: all 0.3s;
  transform: rotate(0);
  transform-origin: center;
}

.checked-qd {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checked-qd .box-check-item {
  width: 16px;
}
.checked-qd .box-check-item .check {
  background: rgb(217, 217, 217);
  width: 18px;
  height: 18px;
  position: relative;
  top: 5px;
  border-radius: 4px;
}
.checked-qd .text-size-15-light {
  flex: 1;
  margin-left: 2px;
}
.checked-qd .text-size-15-light .link {
  color: rgb(0, 115, 251);
  transition: all 0.3s;
}
.checked-qd .text-size-15-light .link:hover {
  text-decoration: underline;
  color: rgb(0, 115, 251);
}
@media (max-width: 575px) {
  .checked-qd {
    align-items: flex-start;
  }
}

.bottom-info-pay {
  padding-top: 20px;
  border-top: 1px solid rgb(217, 217, 217);
  margin-top: 20px;
}

.layout-bt-info-pay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.layout-bt-info-pay .imt-pay-detail .name-pay {
  color: rgb(0, 115, 251);
  font-size: 16px;
  font-weight: 400;
}
.layout-bt-info-pay .imt-pay-detail .left {
  flex: 1;
  text-align: right;
}
.layout-bt-info-pay .imt-pay-detail .right {
  flex: none;
  width: 200px;
}
.layout-bt-info-pay .imt-pay-detail .right .price-tt {
  color: rgb(0, 115, 251);
  font-size: 16px;
  font-weight: 400;
}
.layout-bt-info-pay .text-note {
  color: rgb(0, 115, 251);
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .layout-bt-info-pay {
    display: block;
  }
  .layout-bt-info-pay .imt-pay-detail .left {
    text-align: left;
  }
}

.lst-action-btn-date {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

.button-date-pay .btn-bg-blue {
  height: 40px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
}

/* Trang giới thiệu */
.layout-resign-account {
  display: flex;
}

.layout-resign-account .left {
  flex: 1;
  background: #fff;
  min-height: 400px;
  padding: 50px 45px;
}

.layout-resign-account .right {
  width: 500px;
}

.layout-resign-account .right .image {
  width: 100%;
  height: 100%;
}

.layout-resign-account .right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.layout-resign-account .left .name {
  color: #121212;
  font-size: 28px;
  font-weight: 900;
  line-height: 33px;
  margin-bottom: 20px;
}

.layout-resign-account .left > .text {
  color: #121212;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 15px;
}

.layout-resign-account .left .text-date {
  color: #121212;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 15px;
}

.btn-resign-now .btn-bg-blue {
  border-radius: 5px;
  display: inline-flex;
  min-width: 120px;
}

.btn-resign-now .btn-bg-blue .text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.block-account-about-page {
  padding: 50px 0;
}

.block-resign-account {
  margin-bottom: 50px;
}

.block-steps-support-exam {
  margin-bottom: 50px;
}

.list-imt-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.list-imt-steps .imt-step {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
}

.list-imt-steps .imt-step .number-step {
  border: 1px solid rgba(0, 115, 251, 0.2);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 30px;
}

.list-imt-steps .imt-step .number-step p {
  font-size: 30px;
  font-weight: 700;
  color: #0073fb;
}

.list-imt-steps .imt-step .content-step p {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.block-account-about-page .block-question-answer {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.block-about-osd {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.info-about-osd {
  flex: 1;
  margin-right: 90px;
}

.block-about-osd .image {
  width: 500px;
  height: 600px;
  position: relative;
}

.block-about-osd .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.title-site .name-title {
  color: #121212;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.block-about-osd .title-site {
  margin-bottom: 40px;
}

.info-about-osd .lst-imt-question .imt-question {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.info-about-osd .lst-imt-question .imt-question:last-child {
  margin: 0;
}

.block-account-about-page .block-question-answer .lst-imt-question .imt-question .title-imt .name {
  font-size: 16px;
}

.block-account-about-page .block-question-answer .lst-imt-question .imt-question .content-imt p {
  font-size: 15px;
}

.block-account-about-page .block-question-answer .imt-question {
  margin-bottom: 20px;
}

.block-account-about-page .block-question-answer .imt-question:last-child {
  margin: 0;
}

.info-about-osd .lst-imt-question .imt-question .title-imt .name {
  font-size: 16px;
  font-weight: 500;
}

.info-about-osd .lst-imt-question .imt-question.active .title-imt .arrow-imt {
  transform: rotate(-180deg);
}

.info-about-osd .lst-imt-question .imt-question .content-imt p {
  font-size: 16px;
  line-height: 1.4;
}

.block-account-about-page .block-question-answer .imt-question .content-imt {
  padding: 0;
}

.info-about-osd .lst-imt-question .imt-question .content-imt {
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-imt-steps {
    gap: 15px;
  }
  .block-account-about-page .block-question-answer {
    padding: 35px;
  }
  .layout-resign-account .left {
    padding: 30px;
  }
  .layout-resign-account .right {
    width: 400px;
  }
  .block-about-osd .image {
    width: 400px;
    height: 580px;
  }
  .info-about-osd {
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-imt-steps {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  .block-account-about-page .block-question-answer {
    padding: 35px;
  }
  .layout-resign-account .left {
    min-height: 300px;
    padding: 30px;
  }
  .layout-resign-account .right {
    width: 300px;
  }
  .block-about-osd .image {
    width: 300px;
    height: 480px;
  }
  .info-about-osd {
    margin-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .list-imt-steps {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .block-account-about-page .block-question-answer {
    padding: 25px;
  }
  .layout-resign-account .left {
    min-height: auto;
    padding: 20px;
  }
  .layout-resign-account .right {
    width: 100%;
  }
  .block-about-osd .image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .info-about-osd {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .block-account-about-page {
    padding: 30px 0;
  }
  .layout-resign-account {
    flex-direction: column-reverse;
  }
  .block-about-osd {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .block-about-osd .title-site {
    margin-bottom: 20px;
  }
  .title-site .name-title {
    font-size: 26px;
    line-height: 34px;
  }
  .list-imt-steps .imt-step {
    padding: 15px;
    display: flex;
    align-items: center;
  }
  .list-imt-steps .imt-step .content-step {
    flex: 1;
    margin-left: 12px;
  }
  .list-imt-steps .imt-step .number-step {
    margin: 0;
  }
  .block-steps-support-exam {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .list-imt-steps {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .block-account-about-page .block-question-answer {
    padding: 25px;
  }
  .layout-resign-account .left {
    min-height: auto;
    padding: 15px;
  }
  .layout-resign-account .right {
    width: 100%;
  }
  .block-about-osd .image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .info-about-osd {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .block-account-about-page {
    padding: 30px 0;
  }
  .layout-resign-account {
    flex-direction: column-reverse;
  }
  .block-about-osd {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .block-about-osd .title-site {
    margin-bottom: 20px;
  }
  .title-site .name-title {
    font-size: 24px;
    line-height: 32px;
  }
  .list-imt-steps .imt-step {
    padding: 15px;
    display: flex;
    align-items: center;
  }
  .list-imt-steps .imt-step .content-step {
    flex: 1;
    margin-left: 12px;
  }
  .list-imt-steps .imt-step .number-step {
    margin: 0;
  }
  .block-steps-support-exam {
    margin-bottom: 30px;
  }
  .layout-resign-account .left .name {
    font-size: 24px;
    line-height: 1.4;
  }
  .layout-resign-account .left > .text {
    font-size: 16px;
  }
  .layout-resign-account .left .text-date {
    font-size: 16px;
  }
  .block-resign-account {
    margin-bottom: 30px;
  }
  .list-imt-steps .imt-step .number-step {
    width: 50px;
    height: 50px;
  }
  .list-imt-steps .imt-step .number-step p {
    font-size: 26px;
  }
}
/* End Trang giới thiệu */
/* Trang tài khoản */
@media (min-width: 1400px) {
  .box-menu-tab-account .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .box-menu-tab-account .container {
    max-width: 1140px;
  }
}
.list-menu-tab-account {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.list-menu-tab-account::-webkit-scrollbar {
  display: none;
}

.list-menu-tab-account li {
  white-space: nowrap;
  height: 40px;
  display: flex;
  align-items: center;
}

.box-menu-tab-account {
  background: #575757;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-tab-account {
  display: block;
  color: #c0c0c0;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 400;
  line-height: 1;
}

.text-tab-account:hover,
.text-tab-account.active {
  color: #fff;
}

.block-content-tab-account {
  padding: 20px 0;
}

.info-account .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.info-account .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.info-account {
  margin-bottom: 50px;
}

.info-account .content {
  text-align: center;
}

.info-account .content .name {
  color: #121212;
  font-size: 18px;
  margin-bottom: 2px;
}

.info-account .content .text-sub {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.box-grid-info-account {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.imt-info-account {
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 30px;
  display: flex;
  align-items: center;
}

.imt-info-account .content {
  flex: 1;
  margin-right: 20px;
}

.imt-info-account .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 115, 251, 0.1019607843);
}

.imt-info-account .content .name {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.imt-info-account .content .text-sub {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

.imt-info-account .content .text-sub .color {
  color: #f40000;
  font-weight: 500;
}

.imt-info-account .content .text-sub .link {
  color: #0073fb;
  font-weight: 400;
  transition: all 0.3s;
}

.imt-info-account .content .text-sub .link:hover {
  text-decoration: underline;
  color: #0073fb;
}

.box-date-exam-resign {
  margin-bottom: 30px;
}

.box-date-exam-resign .imt-certificate {
  align-items: center;
}

.btn-registered-box .btn-bg-blue {
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
}

.btn-registered-box {
  padding-right: 20px;
}

.link-detail-exam {
  padding-top: 8px;
}

.link-detail-exam a {
  color: #0073fb;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}

.link-detail-exam a:hover {
  text-decoration: underline;
  color: #0073fb;
}

.btn-registered-box .btn-bg {
  background: rgba(0, 165, 93, 0.1);
  border-radius: 100px;
  height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  color: rgb(0, 165, 93);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  transition: all 0.3s;
}

.btn-registered-box .btn-bg:hover {
  background: #00a55d;
  color: #fff;
}

.main-exam-info {
  padding: 40px 50px;
  background: #fff;
  border-radius: 10px;
}

.main-exam-info .box-kq-search-account {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.link-view-detail {
  margin-bottom: 15px;
}

.ct-modal-w-800 .main-popup-page-minskill {
  width: 800px;
}
@media (max-width: 991px) {
  .ct-modal-w-800 .main-popup-page-minskill {
    width: 95%;
  }
}

.block-detail-guide {
  padding: 25px 0 0 0;
}

.block-detail-guide p {
  margin-bottom: 10px;
}

.block-team-gv {
  margin-bottom: 50px;
}

.grid-imt-team-gv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.imt-team-gv .layout-imt {
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.imt-team-gv .layout-imt .avatar {
  width: 120px;
  height: 150px;
}

.imt-team-gv .layout-imt .avatar a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.imt-team-gv .layout-imt .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.imt-team-gv .layout-imt .content {
  flex: 1;
  margin-left: 12px;
}

.imt-team-gv .layout-imt .content .title-imt {
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.imt-team-gv .layout-imt .content .content-imt .link {
  color: rgb(0, 115, 251);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.imt-team-gv .layout-imt .content .content-imt .link:hover {
  text-decoration: underline;
}

.label-gv {
  background: rgba(0, 115, 251, 0.1);
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  padding: 0 10px;
  height: 28px;
  color: rgb(0, 115, 251);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
}

.flex-label {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 8px;
}

.block-regin-exam-qc {
  margin-bottom: 50px;
  background: rgb(0, 115, 251);
  padding: 36px;
  display: flex;
  align-items: center;
}

.block-regin-exam-qc .flex-content {
  flex: 1;
  margin-right: 10px;
}

.block-regin-exam-qc .flex-content .text-big {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 24px;
}

.block-regin-exam-qc .flex-content .text-small {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 21px;
}

.grid-review-gv {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}

.grid-review-gv .imt-review-course {
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
}

.grid-review-gv .imt-review-course .topbar-review-course .avatar {
  width: 50px;
  height: 50px;
}

.grid-review-gv .imt-review-course .topbar-review-course .text-size-14-medium {
  margin-bottom: 4px;
}

.grid-review-gv .imt-review-course .content-review-course p {
  font-size: 16px;
  font-weight: 300;
}

.block-review-hv {
  margin-bottom: 50px;
}

.box-user-modal {
  padding-top: 30px;
}

.box-user-modal .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

.box-user-modal .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.imt-detail-ls-skill {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  padding: 12px;
  margin-bottom: 10px;
}

.imt-detail-ls-skill .content-imt {
  flex: 1;
  margin-left: 12px;
  display: flex;
}

.imt-detail-ls-skill .content-imt .flex-1 {
  flex: 1;
  margin-right: 10px;
}

.imt-detail-ls-skill .content-imt .price {
  width: 130px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.imt-detail-ls-skill:last-child {
  margin: 0;
}

.lst-imt-ls-skill .imt-detail-ls-skill {
  padding: 0;
  background: #fff;
}

.box-ls-skill-selected .title {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 10px;
}

.box-editor-support .title {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 10px;
}

.box-ls-skill-selected {
  margin-bottom: 20px;
}

.lst-imt-ls-skill .imt-detail-ls-skill .content-imt {
  margin-left: 8px;
  position: relative;
  top: 0;
}

.imt-detail-ls-skill .box-check-item label .check {
  background: #d9d9d9;
  width: 16px;
  height: 16px;
  position: relative;
  top: 5px;
  border-radius: 4px;
}

.imt-detail-ls-skill .label-imt {
  text-align: center;
  background: rgb(0, 115, 251);
  border-radius: 5px;
  display: inline-flex;
  height: 20px;
  align-items: center;
  padding: 0 5px;
  margin-bottom: 3px;
}

.imt-detail-ls-skill .label-imt p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.imt-detail-ls-skill .box-check-item label .checked {
  width: 16px;
  height: 16px;
}

.imt-detail-ls-skill .box-check-item {
  margin-top: -4px;
}

.box-lst-detail-lesson {
  padding-top: 20px;
}

.ct-block-account-tab .text-menu-business .name {
  font-weight: 400;
  font-size: 15px;
}

.ct-block-account-tab .imt-menu-business.active .text-menu-business {
  background: rgba(0, 115, 251, 0.1);
  padding: 6px 10px;
}

.ct-block-account-tab .layout-page-business .main-business {
  padding: 20px 25px;
}

.tr-info-tq .title-tr {
  margin-bottom: 20px;
}

.tr-info-tq {
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tr-info-tq:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.tr-info-tq .box-user-modal {
  padding: 0;
  display: flex;
  align-items: center;
}

.tr-info-tq .box-user-modal .avatar {
  width: 60px;
  height: 60px;
  margin: 0;
}

.tr-info-tq .box-user-modal .title-imt {
  margin-left: 15px;
}

.imt-xm-user {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.imt-xm-user .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
}

.imt-xm-user .content-imt {
  flex: 1;
  margin-left: 7px;
  position: relative;
}

.imt-xm-user .link {
  margin: 0;
  color: rgb(0, 115, 251);
  font-size: 15px;
  font-weight: 500;
}

.imt-xm-user .content-imt .link-price-skill {
  text-decoration: none;
}

.imt-xm-user .content-imt .link-price-skill:hover {
  text-decoration: underline;
}

.imt-info-important {
  background: rgba(217, 217, 217, 0.4);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 12px;
}

.imt-info-important:last-child {
  margin: 0;
}

.imt-info-important .link {
  display: inline-block;
  color: rgb(0, 115, 251);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}

.imt-info-important .link:hover {
  text-decoration: underline;
}

.imt-xm-user:last-child {
  margin: 0;
}

.tr-info-user .title-tr {
  margin-bottom: 15px;
}

.tr-info-user .imt-info-minskill {
  border: none;
  justify-content: center;
}

.tr-info-user {
  margin-bottom: 25px;
}

.form-info-user {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.form-info-user .form-input input {
  background: rgba(222, 222, 222, 0.4);
  border: none;
}

.form-info-user .form-select select {
  background: rgba(222, 222, 222, 0.4);
  border: none;
}

.form-info-user .text-size-14 {
  margin-bottom: 5px;
}

.form-info-user .ct-input-business.w-100 {
  grid-column: 1/3;
}

.imt-price-user {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.imt-price-user .title-imt {
  margin-bottom: 10px;
}

.imt-price-user .flex-price-user {
  display: flex;
  align-items: center;
}

.imt-price-user .flex-price-user .left {
  flex: 1;
  display: flex;
  align-items: center;
}

.imt-price-user .flex-price-user .right .btn-registered-box {
  padding: 0;
}

.name-price-user {
  display: flex;
  align-items: center;
  gap: 5px;
}

.name-price-user .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
}

.name-price-user .text-size-15-medium {
  position: relative;
  top: 1px;
}

.imt-price-user .flex-price-user .total-price-pay {
  padding-left: 16px;
  position: relative;
}

.imt-price-user .flex-price-user .total-price-pay:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  background: rgb(18, 18, 18);
  width: 1px;
  height: 16px;
}

.imt-price-user .link-price {
  padding-top: 10px;
  border-top: 1px solid rgba(217, 217, 217, 0.6);
  margin-top: 10px;
}

.imt-price-user .link-price .link-price-skill {
  text-decoration: none;
}

.imt-price-user .link-price .link-price-skill:hover {
  text-decoration: underline;
}

.block-info-tq-account .content-choose-course-friend {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.block-info-tq-account .content-choose-course-friend .imt-course {
  padding: 20px;
}

.link-view-ss {
  padding-top: 20px;
  text-align: center;
}

.link-view-ss .link {
  display: inline-block;
  color: rgb(0, 115, 251);
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
}

.link-view-ss .link:hover {
  text-decoration: underline;
  color: rgb(0, 115, 251);
}

.center {
  flex: 1;
}

.box-note-page {
  background: rgba(255, 198, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
}
.box-note-page p {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 300;
}

.box-filter-date-exam {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.box-filter-date-exam .ct-input-business {
  margin: 0;
  flex: 1;
}
.box-filter-date-exam .ct-input-business select {
  background: rgba(222, 222, 222, 0.4);
  border: none;
}

@media (min-width: 1400px) {
  .ct-block-account-tab .container {
    max-width: 1250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-info-tq-account .content-choose-course-friend {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .header-page-minskill.ct-header-account .left {
    display: none;
  }
  .header-page-minskill.ct-header-account .right {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-grid-info-account {
    gap: 20px;
  }
  .imt-info-account {
    padding: 20px;
  }
  .imt-info-account .icon {
    width: 60px;
    height: 60px;
  }
  .imt-info-account .icon img {
    transform: scale(0.7);
  }
  .main-exam-info {
    padding: 20px;
  }
  .grid-imt-team-gv {
    gap: 20px;
  }
  .imt-team-gv .layout-imt {
    padding: 12px;
  }
  .imt-team-gv .layout-imt .avatar {
    width: 100px;
    height: 130px;
  }
  .imt-team-gv .layout-imt .content .text-size-16-light {
    font-size: 15px;
  }
  .block-regin-exam-qc {
    padding: 25px;
  }
  .block-info-tq-account .content-choose-course-friend {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-review-gv {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .box-grid-info-account {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .imt-info-account {
    padding: 15px;
  }
  .imt-info-account .icon {
    width: 60px;
    height: 60px;
  }
  .imt-info-account .icon img {
    transform: scale(0.7);
  }
  .block-account-page {
    padding: 10px 0;
  }
  .info-account .avatar {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
  }
  .info-account {
    margin-bottom: 30px;
  }
  .main-exam-info {
    padding: 20px 15px;
  }
  .imt-price-user .flex-price-user {
    display: block;
  }
  .imt-price-user .flex-price-user .left {
    margin-bottom: 10px;
  }
  .block-info-tq-account .content-choose-course-friend {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-date-exam-resign .imt-certificate .btn-registered-box {
    width: 100%;
    padding: 15px;
  }
  .box-date-exam-resign .imt-certificate {
    flex-wrap: wrap;
  }
  .btn-registered-box .btn-bg-blue {
    display: inline-flex;
    min-width: 120px;
  }
  .grid-imt-team-gv {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .imt-team-gv .layout-imt {
    padding: 12px;
  }
  .imt-team-gv .layout-imt .content .text-size-16-light {
    font-size: 15px;
  }
  .block-regin-exam-qc {
    padding: 25px;
    margin-bottom: 30px;
  }
  .grid-review-gv {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .block-review-hv {
    margin-bottom: 30px;
  }
  .box-filter-date-exam {
    flex-wrap: wrap;
    gap: 10px;
  }
  .box-filter-date-exam .btn-search-form {
    width: 100%;
    text-align: center;
  }
  .box-filter-date-exam .btn-search-form .btn-bg-blue {
    display: inline-flex;
    min-width: 150px;
  }
}
@media (max-width: 575px) {
  .box-filter-date-exam {
    flex-wrap: wrap;
  }
  .box-filter-date-exam .btn-search-form {
    width: 100%;
    text-align: center;
  }
  .box-filter-date-exam .ct-input-business {
    flex: none;
    width: 100%;
  }
  .form-info-user {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-info-user .ct-input-business.w-100 {
    grid-column: auto;
  }
  .ct-block-account-tab .layout-page-business .main-business {
    padding: 15px;
  }
  .imt-detail-ls-skill .content-imt {
    display: block;
  }
  .imt-detail-ls-skill .content-imt .flex-1 {
    margin: 0;
  }
  .imt-detail-ls-skill .content-imt .price {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    display: block;
  }
  .btn-registered-box {
    padding: 0;
    padding-top: 15px;
  }
  .grid-imt-team-gv {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .imt-team-gv .layout-imt {
    padding: 12px;
  }
  .imt-team-gv .layout-imt .content .text-size-16-light {
    font-size: 15px;
  }
  .block-regin-exam-qc {
    padding: 15px;
    display: block;
    margin-bottom: 30px;
  }
  .block-regin-exam-qc .flex-content {
    margin: 0;
    margin-bottom: 20px;
  }
  .grid-review-gv {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .block-review-hv {
    margin-bottom: 30px;
  }
  .imt-team-gv .layout-imt .avatar {
    width: 100px;
    height: 130px;
  }
}
.ct-box-info {
  padding: 20px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin-bottom: 20px;
}
.ct-box-info .button-date-pay .btn-bg-blue {
  display: inline-flex;
}

.ct-box-info .form-info-user input,
.ct-box-info .form-info-user select {
  border-radius: 5px;
  background: rgba(222, 222, 222, 0.8);
}

.button-xn {
  text-align: right;
}
.button-xn .btn-bg-blue {
  display: inline-flex;
  border-radius: 5px;
  height: 40px;
}

.box-note-warning {
  display: flex;
  align-items: center;
  gap: 10px;
}

.box-note-warning .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-note-warning .content {
  flex: 1;
}

.box-note-warning .content .text-big {
  color: rgb(244, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.box-note-warning .content .text-small {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}

.form-error .form-input input {
  border: 1px solid rgb(244, 0, 0) !important;
}

.form-error .text-error {
  color: rgb(244, 0, 0);
  font-size: 14px;
}

.ct-style-hs {
  border: 1px solid rgb(217, 217, 217);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.title-flex-hs {
  display: flex;
  align-items: center;
}
.title-flex-hs .flex-1 {
  flex: 1;
  margin-right: 10px;
}

.btn-icon-edit {
  display: inline-flex;
  align-items: center;
  height: 26px;
  background: rgba(0, 108, 254, 0.2);
  padding: 0 6px;
  border-radius: 5px;
  gap: 0 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-icon-edit .text {
  color: rgb(0, 108, 254);
  font-size: 13px;
  transition: all 0.3s;
}
.btn-icon-edit .icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
}
.btn-icon-edit .icon svg path {
  transition: all 0.3s;
}
.btn-icon-edit:hover {
  background: rgb(0, 108, 254);
}
.btn-icon-edit:hover .text {
  color: #fff;
}
.btn-icon-edit:hover svg path {
  fill: #fff;
}

.grid-column-3-hs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 575px) {
  .grid-column-3-hs {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.imt-info-hs.imt-scan {
  grid-column: 1/4;
}
@media (max-width: 575px) {
  .imt-info-hs.imt-scan {
    grid-column: auto;
  }
}
.imt-info-hs.imt-scan .imt-file-upload-ls {
  background: rgba(0, 115, 251, 0.1);
}
.imt-info-hs.imt-scan .imt-file-upload-ls .content p {
  color: rgb(0, 108, 254);
  font-weight: 300;
}
.imt-info-hs.imt-scan .icon-download-ls {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-download-file-user {
  padding-top: 12px;
}
.btn-download-file-user .btn-bg-blue {
  display: inline-flex;
  border-radius: 5px;
  height: 30px;
  font-size: 13px;
  font-weight: 400;
}

.ct-style-hs:last-child {
  margin: 0;
}

.form-upload {
  margin-top: 12px;
  width: 150px;
  height: 200px;
  background: rgba(217, 217, 217, 0.3);
  position: relative;
}
.form-upload .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-upload .picture {
  width: 100%;
  height: 100%;
  position: relative;
}
.form-upload .picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
}

.block-steps-exam {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .block-steps-exam {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
}

.imt-step-exam {
  flex: 1;
  margin-right: 10px;
  position: relative;
}
.imt-step-exam:last-child {
  margin: 0;
}
.imt-step-exam .icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgb(217, 217, 217);
  background: rgb(255, 255, 255);
  margin-bottom: 10px;
  position: relative;
}
.imt-step-exam .name-text {
  color: rgb(174, 174, 174);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.imt-step-exam.steps-finish .icon {
  background: rgb(35, 176, 0);
  border-color: rgb(35, 176, 0);
}
.imt-step-exam.steps-finish .name-text {
  color: rgb(18, 18, 18);
}
.imt-step-exam.steps-finish:before {
  background: rgb(35, 176, 0);
}
.imt-step-exam.active .name-text {
  color: rgb(18, 18, 18);
}
.imt-step-exam:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 50px;
  width: calc(100% - 60px);
  height: 3px;
  background: rgb(217, 217, 217);
}

.button-xn.btn-next .btn-bg-blue {
  background: rgba(0, 115, 251, 0.5);
}

.lst-fill-otp-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px 0;
}
.lst-fill-otp-number .imt-otp input {
  transition: all 0.3s;
  background: rgba(217, 217, 217, 0.4);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(17, 34, 17, 0);
  color: #5c5c5c;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.18px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
}
.lst-fill-otp-number .imt-otp input:focus {
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 16px rgba(17, 34, 17, 0.05);
}

.text-14-gray.text-note {
  color: rgb(164, 164, 164);
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 376px) {
  .lst-fill-otp-number {
    gap: 6px;
  }
  .lst-fill-otp-number .imt-otp input {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.text-14-gray.text-note .color {
  color: rgb(0, 115, 251);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
}

.text-14-gray.text-note .color:hover {
  text-decoration: underline;
  color: rgb(0, 115, 251);
}

.text-14-gray.text-note .color-red {
  color: rgb(244, 0, 0);
}

.ct-header-creat-gv .layout-header-lt-skill .right {
  width: 350px;
}
.ct-header-creat-gv .layout-header-lt-skill .right .flex-action-lt {
  gap: 15px;
}
@media (max-width: 575px) {
  .ct-header-creat-gv .layout-header-lt-skill .right {
    width: auto;
  }
}
.ct-header-creat-gv .btn-cancel-page .btn-back {
  display: flex;
  align-items: center;
  margin: 0;
}
.ct-header-creat-gv .btn-cancel-page .btn-back .icon {
  background: rgba(216, 220, 226, 0.4);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ct-header-creat-gv .btn-cancel-page .btn-back .icon img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.ct-header-creat-gv .btn-cancel-page .btn-back .txt {
  color: #121212;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s;
  flex: 1;
  margin-left: 6px;
}
.ct-header-creat-gv .btn-cancel-page .btn-back:hover .icon {
  background: rgba(235, 47, 47, 0.85);
}
.ct-header-creat-gv .btn-cancel-page .btn-back:hover .icon img {
  filter: brightness(99);
}
.ct-header-creat-gv .btn-cancel-page .btn-back:hover .txt {
  color: #eb2f2f;
}

.box-action-creat-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.box-action-creat-header .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
}
.box-action-creat-header .icon svg path {
  transition: all 0.3s;
}
.box-action-creat-header .text {
  font-size: 13px;
  flex: 1;
  margin-left: 5px;
  color: rgb(18, 18, 18);
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .box-action-creat-header .text {
    display: none;
  }
}
.box-action-creat-header:hover .text {
  color: #0073fb;
}
.box-action-creat-header:hover .icon svg path {
  fill: #0073fb;
}

.btn-export-ls .btn-bg-blue {
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.block-creat-new-course {
  width: 100%;
}

.wp-creat-gv-page {
  max-width: 1000px;
  margin: 0 auto;
}

.ct-style-course {
  padding: 20px 25px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ct-style-course {
    padding: 15px;
  }
}
.ct-style-course .content .link {
  color: #0073fb;
  font-size: 15px;
  transition: all 0.3s;
}
.ct-style-course .content .link:hover {
  text-decoration: underline;
  color: #0073fb;
}

.btn-creat-course-ls .btn-bg-blue {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
}
.btn-creat-course-ls .btn-bg-blue .icon {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
}

.box-btn-add-ls .btn-add {
  display: inline-flex;
  align-items: center;
}
.box-btn-add-ls .btn-add .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-btn-add-ls .btn-add .text {
  color: rgb(0, 115, 251);
  font-size: 14px;
  line-height: 14px;
  flex: 1;
  margin-left: 5px;
  transition: all 0.3s;
}
.box-btn-add-ls .btn-add:hover .text {
  text-decoration: underline;
}

.box-content-course .title {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-bottom: 10px;
  margin-bottom: 12px !important;
}
.box-content-course .title .color {
  color: rgba(18, 18, 18, 0.6);
  font-size: 14px;
  font-weight: 500;
}
.box-content-course .title .text-size-15-medium {
  flex: 1;
}

.dots-course-action {
  position: relative;
}
.dots-course-action .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.3s;
  border-radius: 4px;
  cursor: pointer;
}
.dots-course-action .icon:hover {
  background: rgba(217, 217, 217, 0.4);
}

.popup-course-action {
  position: absolute;
  top: 30px;
  right: 0;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  width: 160px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  z-index: 1;
}
.popup-course-action.open-popup {
  opacity: 1;
  visibility: visible;
}

.text-course-action {
  display: block;
  padding: 9px 10px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  background: transparent;
  transition: all 0.3s;
}
.text-course-action:hover {
  background: rgba(217, 217, 217, 0.4);
}

.btn-action-ls .layout-btn {
  background: rgba(0, 115, 251, 0.15);
  border-radius: 5px;
  padding: 0 20px;
  height: 40px;
  width: auto;
  gap: 5px;
  transition: all 0.3s;
}
.btn-action-ls .layout-btn .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
}
.btn-action-ls .layout-btn .icon img {
  filter: brightness(1);
  transition: all 0.3s;
}
.btn-action-ls .layout-btn .text {
  color: rgb(0, 115, 251);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.3s;
}
.btn-action-ls .layout-btn:hover {
  background: rgba(0, 115, 251, 0.3);
}

.flex-btn-action-ls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}

.ct-input-business.ct-count-form {
  position: relative;
}
.ct-input-business.ct-count-form .form-input input {
  padding-right: 45px;
}
.ct-input-business.ct-count-form .form-input .number-kt {
  color: rgba(18, 18, 18, 0.6);
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  bottom: 8px;
  right: 12px;
}
.ct-input-business.ct-count-form .form-textarea textarea {
  padding-right: 40px;
}
.ct-input-business.ct-count-form .form-textarea .number-kt {
  color: rgba(18, 18, 18, 0.6);
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  top: 42px;
  right: 12px;
}

.title-tab-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}

.imt-tab-upload .text {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.imt-tab-upload .text:before {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: rgb(0, 0, 0);
  transition: all 0.3s;
}
.imt-tab-upload.active .text {
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.imt-tab-upload.active .text:before, .imt-tab-upload:hover .text:before {
  width: 100%;
}

.form-tab-upload {
  background: rgba(0, 115, 251, 0.1);
  border: 1px dashed rgb(0, 115, 251);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
.form-tab-upload .content-tab {
  padding-top: 15px;
}

.btn-upload .btn {
  background: rgba(217, 217, 217, 0.8);
  display: inline-flex;
  align-items: center;
  height: 35px;
  border-radius: 5px;
  gap: 5px;
  transition: all 0.3s;
}
.btn-upload .btn .icon {
  position: relative;
  top: -2px;
}
.btn-upload .btn .text {
  color: rgb(18, 18, 18);
  font-size: 13px;
  font-weight: 400;
}
.btn-upload .btn:hover {
  background: rgb(217, 217, 217);
}

.block-tab-upload .link {
  text-decoration: underline;
}

.box-data-active {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.box-data-active .left {
  flex: 1;
  margin-right: 15px;
}
.box-data-active .close-box {
  background: #0073fb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.box-data-active .close-box:hover {
  background: #066be3;
}

.flex-data-upload {
  display: flex;
  align-items: flex-start;
}
.flex-data-upload .image {
  width: 100px;
  height: 62.5px;
  overflow: hidden;
  border-radius: 5px;
}
.flex-data-upload .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flex-data-upload .content {
  flex: 1;
  margin-left: 12px;
}
@media (max-width: 575px) {
  .flex-data-upload {
    display: block;
  }
  .flex-data-upload .content {
    margin-left: 0;
    margin-top: 10px;
  }
}

.box-data-active .switch-btn .text {
  color: rgb(0, 115, 251);
  font-size: 14px;
  line-height: 17px;
  margin-right: 5px;
}
.box-data-active .switch-btn .switch {
  width: 20px;
  height: 12px;
  background: rgb(0, 115, 251);
}
.box-data-active .switch-btn .switch .slider {
  background: rgb(0, 115, 251);
}
.box-data-active .switch-btn .switch .slider:before {
  width: 8px;
  height: 8px;
}
.box-data-active .switch-btn .switch input:checked + .slider:before {
  transform: translateX(8px);
}

.btn-edit-data .btn-icon {
  display: inline-flex;
  align-items: center;
}
.btn-edit-data .btn-icon .icon {
  margin: 0;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
.btn-edit-data .btn-icon .text {
  color: rgb(0, 115, 251);
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  transition: alll 0.3s;
}
.btn-edit-data .btn-icon:hover .text {
  text-decoration: underline;
}

.lst-file-upload-ls {
  margin-bottom: 10px;
}

.imt-file-upload-ls {
  margin-bottom: 10px;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 5px;
  padding: 9px 10px;
  display: flex;
  align-items: flex-start;
}
.imt-file-upload-ls:last-child {
  margin: 0;
}
.imt-file-upload-ls .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.imt-file-upload-ls .content {
  flex: 1;
  margin-right: 10px;
  padding: 0;
}
.imt-file-upload-ls .content p {
  word-break: break-all;
  line-height: 17px;
}
.imt-file-upload-ls .icon-del {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.imt-file-upload-ls .icon-del svg path {
  transition: all 0.3s;
}
.imt-file-upload-ls .icon-del:hover svg path {
  fill: #d50606;
}

.form-search-library {
  margin-bottom: 20px;
}
.form-search-library .search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.form-search-library .search-form input {
  border-radius: 100px;
  border: 1px solid rgb(0, 115, 251);
  padding-left: 36px;
  padding-right: 15px;
  background: transparent;
  transition: all 0.3s;
}
.form-search-library .search-form input::placeholder {
  color: rgb(0, 115, 251);
  font-size: 13px;
  font-weight: 400;
}
.form-search-library .search-form input:focus {
  background: #fff;
}
.form-search-library .search-form .icon-search {
  right: auto;
  left: 0;
}

.box-library-imt {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-library-imt {
    grid-template-columns: repeat(3, 1fr);
    ap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-library-imt {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .box-library-imt {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.imt-library .layout-imt {
  position: relative;
  cursor: pointer;
}
.imt-library .layout-imt .top-imt {
  position: relative;
  height: 120px;
}
.imt-library .layout-imt .top-imt .image {
  width: 100%;
  height: 100%;
}
.imt-library .layout-imt .top-imt .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.imt-library .layout-imt .bottom-imt {
  background: #fff;
  padding: 10px 8px;
}

.box-timeline-video {
  position: absolute;
  bottom: 6px;
  right: 8px;
  height: 20px;
  background: rgba(18, 18, 18, 0.8);
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  padding: 4px 8px;
  gap: 5px;
}
.box-timeline-video .icon {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.box-timeline-video .number {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.main-detail-new-ls {
  padding: 0 10px;
}

.imt-detail-ls {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.imt-detail-ls .icon-imt {
  background: rgb(0, 115, 251);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imt-detail-ls.imt-nodata-ls .icon-imt {
  background: rgb(217, 217, 217);
}
.imt-detail-ls .content-imt {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  margin-top: 7px;
}
@media (max-width: 575px) {
  .imt-detail-ls {
    flex-wrap: wrap;
  }
}

.box-right-imt-ls {
  display: flex;
  align-items: center;
  position: relative;
  top: 7px;
  gap: 6px;
  width: 190px;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .box-right-imt-ls {
    width: 100%;
    padding-left: 45px;
    justify-content: space-between;
  }
}

.lst-imt-detail-ls {
  padding-bottom: 10px;
}

.upload-td {
  background: rgba(0, 115, 251, 0.1);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-td .text {
  color: rgb(0, 115, 251);
  font-size: 14px;
  font-weight: 500;
}

.form-upload-file-ls .title {
  border: none;
  padding: 0;
}

.form-creat-question-answer {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 5px;
  overflow: hidden;
  border-top: 4px solid rgb(0, 115, 251);
  margin-bottom: 20px;
}
.form-creat-question-answer .top-form {
  display: flex;
  align-items: center;
  padding: 17px 15px;
}
.form-creat-question-answer .main-form {
  padding: 20px 15px;
}
.form-creat-question-answer .bottom-form {
  border-top: 1px solid rgb(217, 217, 217);
  padding: 20px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-creat-question-answer .bottom-form .point {
  width: 100px;
  display: flex;
  align-items: center;
}
.form-creat-question-answer .bottom-form .point .ct-form-input {
  flex: 1;
  margin-left: 5px;
}
.form-creat-question-answer .bottom-form .point .ct-form-input input {
  width: 100%;
  background: rgb(255, 255, 255);
  height: 30px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 575px) {
  .form-creat-question-answer .bottom-form {
    display: block;
  }
  .form-creat-question-answer .bottom-form .point {
    margin-bottom: 10px;
  }
}

.box-gt-gv {
  width: 100%;
  margin-top: 10px;
  background: rgba(0, 115, 251, 0.1);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
}

.box-gt-gv .flex-1 {
  flex: 1;
  margin-right: 10px;
}

.box-gt-gv .flex-1 .line {
  font-weight: 500;
  text-decoration: underline;
}

.box-gt-gv .del-box {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  cursor: pointer;
}

.list-action-form-answer {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 15px;
}
.list-action-form-answer .icon-form-action {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-flex-action-bottom {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  gap: 15px;
}
.box-flex-action-bottom .switch-btn {
  gap: 5px;
}
.box-flex-action-bottom .switch-btn .switch {
  width: 28px;
  height: 18px;
  background: rgb(18, 18, 18);
}
.box-flex-action-bottom .switch-btn .switch .slider {
  background: rgb(18, 18, 18);
}
.box-flex-action-bottom .switch-btn .switch .slider:Before {
  width: 10px;
  height: 10px;
  bottom: 4px;
  left: 4px;
}
.box-flex-action-bottom .switch-btn .switch input:checked + .slider:before {
  transform: translateX(10px);
}
.box-flex-action-bottom .switch-btn .text {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .box-flex-action-bottom {
    gap: 5px;
    justify-content: space-between;
  }
}

.btn-add-explain .layout-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn-add-explain .layout-btn .text {
  color: #000b33;
  font-size: 14px;
  font-weight: 300;
  margin-top: 2px;
  transition: all 0.3s;
}
.btn-add-explain .layout-btn .icon {
  position: relative;
  top: 3px;
}
.btn-add-explain .layout-btn .icon svg path {
  transition: all 0.3s;
}
.btn-add-explain .layout-btn:hover .text {
  text-decoration: underline;
  color: #0073fb;
}
.btn-add-explain .layout-btn:hover .icon svg path {
  fill: #0073fb;
}
.btn-add-explain.active .layout-btn .text {
  text-decoration: underline;
  color: #0073fb;
}
.btn-add-explain.active .layout-btn .icon svg path {
  fill: #0073fb;
}

.text-child {
  opacity: 0.5;
}

.tr-answer-success {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tr-answer-success .form-question-fill {
  margin: 0;
}
.tr-answer-success .form-question-fill input {
  height: 35px;
  padding-right: 55px;
}
.tr-answer-success .form-question-fill .add {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  color: #0073FB;
  font-size: 14px;
  height: 100%;
  padding: 0 5px;
  z-index: 1;
  cursor: pointer;
}
.tr-answer-success + .tr-answer-success {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .tr-answer-success {
    flex-wrap: wrap;
  }
  .tr-answer-success .form-question-fill {
    width: 100%;
    flex: none;
  }
}

.label-answer-fill {
  height: 35px;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 0 10px;
  gap: 6px;
}

.label-answer-fill .text {
  flex: 1;
  color: #121212;
  font-size: 14px;
  font-weight: 300;
}

.box-answer-success {
  margin-bottom: 15px;
  padding-top: 5px;
}

.item-question-form {
  display: flex;
  align-items: flex-start;
}
.item-question-form .number-question {
  color: rgb(18, 18, 18);
  font-size: 14px;
  font-weight: 500;
  width: 25px;
  margin-right: 5px;
}
.item-question-form .content-question-form {
  flex: 1;
}
.item-question-form + .item-question-form {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .item-question-form {
    display: block;
  }
  .item-question-form .number-question {
    margin-bottom: 5px;
    width: 100%;
  }
}

.form-question-fill {
  margin-bottom: 10px;
  position: relative;
}
.form-question-fill input {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 12px;
  border-radius: 5px;
  font-size: 15px;
}
.form-question-fill input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgb(18, 18, 18);
}
.form-question-fill.ct-padding-question input {
  padding-right: 120px;
}

.list-otp-upload-question {
  position: absolute;
  top: 8px;
  display: flex;
  align-items: center;
  right: 0;
  gap: 10px;
  padding-right: 12px;
}

.otp-upload-question {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.imt-answer-question-form {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.imt-answer-question-form .icon-status {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .imt-answer-question-form {
    align-items: flex-start;
  }
}

.box-answer-question-form {
  padding: 10px 0;
}
.box-answer-question-form .form-question-fill {
  flex: 1;
  margin: 0;
  display: flex;
  align-items: center;
}
.box-answer-question-form .form-question-fill input {
  width: 620px;
  height: 35px;
}
@media (max-width: 991px) {
  .box-answer-question-form .form-question-fill input {
    width: 100%;
  }
}
.box-answer-question-form .form-question-fill .list-imt-otp-action {
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-answer-question-form .form-question-fill .list-imt-otp-action {
    gap: 5px;
  }
}
.box-answer-question-form .form-question-fill .list-imt-otp-action .imt-otp-action {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  .box-answer-question-form .form-question-fill {
    display: block;
  }
  .box-answer-question-form .form-question-fill .list-imt-otp-action {
    margin-top: 10px;
  }
}

.tr-question-view + .tr-question-view {
  margin-top: 30px;
}

.title-question-view {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.title-question-view .number {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
}

.title-question-view .text-size-15-medium {
  flex: 1;
}

.title-question-view .text-size-15-medium .number-point {
  color: #0073FB;
}

.td-question-view + .td-question-view {
  margin-top: 18px;
}

.td-question-view {
  display: flex;
  align-items: flex-start;
}

.td-question-view .box-check-item {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.td-question-view .content-td-question-view {
  flex: 1;
  margin-left: 8px;
  display: flex;
  align-items: flex-start;
}

.td-question-view .content-td-question-view .flex-1-question {
  flex: 1;
}

.content-tr-question-view {
  padding-left: 12px;
}

.td-question-view .content-td-question-view .checked {
  margin-left: 5px;
  width: 20px;
}

.lst-form-question-view .form-input {
  margin-bottom: 10px;
}

.lst-form-question-view .form-input:last-child {
  margin: 0;
}

.lst-form-question-view .form-input input {
  height: 35px;
  border-radius: 5px;
  padding: 0 10px;
}

.lst-form-question-view .form-input input::placeholder {
  font-weight: 300;
}

.box-ls-fill-user .form-input {
  margin: 10px 0;
}

.box-ls-fill-user .form-input input {
  height: 35px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 5px;
  border: none;
}

.box-ls-fill-user .form-input input::placeholder {
  font-weight: 300;
}

.flex-question-answer-success {
  display: flex;
  align-items: center;
}

.flex-question-answer-success .flex-1 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 10px;
  gap: 10px;
}

.label-answer-success {
  border: 1px solid rgb(217, 217, 217);
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  height: 30px;
}

.box-ls-fill-user .form-textarea textarea {
  background: rgba(217, 217, 217, 0.4);
  border: none;
  border-radius: 4px;
  padding: 12px;
}

.center-name-lesson-gv {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 65%;
  margin: auto;
}
@media (max-width: 991px) {
  .center-name-lesson-gv {
    display: none;
  }
}

.timeline-send-lesson {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.timeline-send-lesson .text {
  color: rgb(255, 45, 85);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.timeline-send-lesson .btn-send-ls {
  padding: 0;
  margin-left: 20px;
}

.timeline-send-lesson .btn-send-ls .btn-bg-blue {
  height: 35px;
  border-radius: 5px;
  min-width: 90px;
}

.box-kq-ls {
  background: rgba(0, 115, 251, 0.1);
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 20px;
}

.label-question-success {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  background: rgba(56, 171, 73, 0.1);
  border-radius: 100px;
  height: 35px;
  padding: 0 10px;
  gap: 8px;
}

.label-question-success .text {
  color: #38AB49;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.label-question-success .number-point {
  color: #38AB49;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.label-question-success .icon {
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.label-question-wrong {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 45, 85, 0.1);
  border-radius: 100px;
  height: 35px;
  padding: 0 10px;
  gap: 8px;
}

.label-question-wrong .icon {
  color: #FF2D55;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.label-question-wrong .number-point {
  color: #FF2D55;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.label-question-wrong .text {
  color: #FF2D55;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.box-view-text-gt {
  padding-top: 10px;
}

.box-tsl-question-show {
  background: rgba(0, 115, 251, 0.1);
  border-radius: 5px;
  padding: 15px 25px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .box-tsl-question-show {
    padding: 12px;
  }
}

.box-tsl-question-show .text-answer-success {
  margin-bottom: 5px;
  color: #0073FB;
  font-size: 14px;
  font-weight: 500;
}

.btn-tsl-question .layout-btn {
  display: inline-flex;
  align-items: center;
}

.btn-tsl-question .layout-btn .text {
  color: #0073FB;
  font-size: 15px;
  flex: 1;
  margin-right: 5px;
  line-height: 20px;
}

.btn-tsl-question .layout-btn .icon {
  position: relative;
  transition: all 0.3s;
  transform: rotate(0);
  height: 20px;
  display: flex;
  align-items: center;
}

.btn-tsl-question.active .layout-btn .icon {
  transform: rotate(180deg);
}

.block-xn-send-popup {
  text-align: center;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-xn-send-popup .text-size-15 {
  text-align: center;
  width: 100%;
}

.flex-action-xn-send {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}
.flex-action-xn-send .btn-bg-blue {
  border-radius: 5px;
  height: 40px;
  min-width: 100px;
}

.btn-xxl .btn-bg-blue {
  background: rgba(0, 115, 251, 0.1);
  color: rgb(0, 115, 251);
  font-size: 15px;
}
.btn-xxl .btn-bg-blue:hover {
  background: rgb(0, 115, 251);
  color: #fff;
}

.box-upload-picture {
  position: relative;
  width: 100%;
}

.box-upload-picture .image {
  width: 100%;
  height: 100%;
}

.box-upload-picture .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box-upload-picture .box-action-upload {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  gap: 5px;
  padding: 0 5px;
}

.layout-box-upload-picture {
  position: relative;
  width: 100%;
  height: 100%;
}

.box-upload-picture .box-action-upload .imt-action-upload {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.box-upload-picture .box-action-upload .imt-action-upload svg path {
  transition: all 0.3s;
}

.box-upload-picture .box-action-upload .imt-action-upload:hover svg path {
  fill: #0073fb;
}

.box-answer-question-form .box-upload-picture {
  margin-left: 30px;
  margin-top: 10px;
}

.box-answer-question-form .box-upload-picture .layout-box-upload-picture {
  width: 200px;
  height: 125px;
}

.form-question-fill.form-active-upload {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .form-question-fill.form-active-upload {
    display: block;
  }
}

.form-question-fill.form-active-upload input {
  width: 100%;
  height: 250px;
  padding: 10px 12px;
}
.form-question-fill.form-active-upload .box-upload-picture {
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
}
.form-question-fill.form-active-upload .list-otp-upload-question {
  display: none;
}
@media (max-width: 767px) {
  .form-question-fill.form-active-upload input {
    height: auto;
  }
  .form-question-fill.form-active-upload .box-upload-picture {
    margin-top: 12px;
    height: 200px;
  }
}

.box-upload-picture .label-timeline-video {
  position: absolute;
  z-index: 1;
  background: rgba(18, 18, 18, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 100px;
  gap: 5px;
}

.box-upload-picture .label-timeline-video .number {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.ct-popup-creat-tm .main-popup-page-minskill {
  width: 800px;
}
@media (max-width: 991px) {
  .ct-popup-creat-tm .main-popup-page-minskill {
    width: 95%;
  }
}

.block-upload-question-popup {
  min-height: 300px;
  padding: 20px;
}

.block-upload-question-popup .title {
  padding-right: 40px;
  margin-bottom: 12px;
}

.tab-add-picture-question .title-tab-question {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  gap: 20px;
}

.tab-add-picture-question .title-tab-question .imt-tab-question {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}

.tab-add-picture-question .title-tab-question .imt-tab-question:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #0073FB;
  transition: all 0.3s;
}

.tab-add-picture-question .title-tab-question .imt-tab-question:hover:before, .tab-add-picture-question .title-tab-question .imt-tab-question.active:before {
  width: 100%;
}

.tab-add-picture-question .title-tab-question .imt-tab-question .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-add-picture-question .title-tab-question .imt-tab-question .icon svg path {
  transition: all 0.3s;
}

.tab-add-picture-question .title-tab-question .imt-tab-question .text {
  flex: 1;
  margin-left: 4px;
  color: #121212;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}

.tab-add-picture-question .title-tab-question .imt-tab-question.active .text {
  color: #0073FB;
  opacity: 1;
}

.tab-add-picture-question .title-tab-question .imt-tab-question.active .icon svg path {
  fill: #0073FB;
  fill-opacity: 1;
}

.main-tab-question {
  padding-top: 15px;
}

.block-upload-picture-tab .box-upload {
  background: rgba(217, 217, 217, 0.4);
  border-radius: 10px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}

.btn-upload-device button {
  border: none;
  background: rgba(0, 115, 251, 0.1);
  height: 35px;
  padding: 0 12px;
  border-radius: 5px;
  color: #0073fb;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-upload-device button:hover {
  background: #0073fb;
  color: #fff;
}

.grid-imt-library-upload {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 20px 10px;
}

.imt-library-upload {
  cursor: pointer;
}
.imt-library-upload .picture {
  width: 100%;
  height: 100px;
}
.imt-library-upload .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.imt-library-upload .content {
  text-align: center;
  margin-top: 5px;
}

.block-upload-picture-tab .search-form {
  width: 100%;
  margin-bottom: 15px;
}

.block-upload-picture-tab .search-form input:focus {
  border-color: rgb(0, 115, 251);
}

.block-upload-picture-tab .search-form .icon-search:hover svg path {
  fill: rgb(0, 115, 251);
  fill-opacity: 1;
}

.grid-picture-search {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 5px 2.5px;
}
@media (max-width: 575px) {
  .grid-picture-search {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}

.imt-picture-search {
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.imt-picture-search img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.flex-button-action-popup {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.btn-cancel-popup .btn-bg {
  width: 100%;
  display: inline-flex;
  align-items: center;
  background: rgba(0, 115, 251, 0.1);
  border-radius: 5px;
  height: 30px;
  padding: 0 15px;
  min-width: 60px;
  color: rgb(0, 115, 251);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
}
.btn-cancel-popup .btn-bg:hover {
  background: #ffc6c6;
  color: #de2c2c;
}

.btn-add-popup .btn-bg-blue {
  height: 30px;
  border-radius: 5px;
  min-width: 60px;
  padding: 0 9px;
  font-size: 13px;
  font-weight: 500;
}

.block-upload-picture-tab .line-progress {
  max-width: 400px;
  margin: 0 auto;
  height: 15px;
  background: rgba(0, 115, 251, 0.1);
}

.box-upload-video-popup {
  border: 1px solid rgba(217, 217, 217, 0.4);
  border-radius: 10px;
  padding: 15px;
  position: relative;
}
.box-upload-video-popup .layout-box-upload-picture {
  width: 400px;
  height: 200px;
  margin: 0 auto;
}
.box-upload-video-popup .layout-box-upload-picture .image {
  width: 100%;
  height: 100%;
}
.box-upload-video-popup .layout-box-upload-picture .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.box-upload-video-popup .layout-box-upload-picture .label-timeline-video {
  position: absolute;
  z-index: 1;
  background: rgba(18, 18, 18, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 100px;
  gap: 5px;
}
.box-upload-video-popup .layout-box-upload-picture .label-timeline-video .number {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .box-upload-video-popup {
    padding: 10px;
  }
  .box-upload-video-popup .layout-box-upload-picture {
    width: 100%;
  }
}

.button-detele-upload {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #FFEAEE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.button-detele-upload:hover {
  background: #FFC0CC;
}
@media (max-width: 575px) {
  .button-detele-upload {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
  }
}

.grid-imt-library-video {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px 25px;
}
@media (max-width: 575px) {
  .grid-imt-library-video {
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
    gap: 2% 3%;
  }
}
@media (max-width: 325px) {
  .grid-imt-library-video {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 15px;
  }
}

.imt-library-video {
  cursor: pointer;
}
.imt-library-video .layout-box-upload-picture {
  height: 120px;
}
.imt-library-video .layout-box-upload-picture .image {
  width: 100%;
  height: 100%;
}
.imt-library-video .layout-box-upload-picture .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.imt-library-video .layout-box-upload-picture .label-timeline-video {
  position: absolute;
  z-index: 1;
  background: rgba(18, 18, 18, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  right: 8px;
  bottom: 8px;
  border-radius: 100px;
  gap: 5px;
}
.imt-library-video .layout-box-upload-picture .label-timeline-video .number {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.imt-library-video .content {
  padding: 0 8px;
  margin-top: 5px;
}

.imt-library-audio {
  position: relative;
}
.imt-library-audio .picture-imt-audio {
  background: #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
}
.imt-library-audio .content {
  padding: 0 10px;
  margin-top: 7px;
}

.grid-imt-library-audio {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 20px 25px;
  padding-bottom: 20px;
}

.box-upload-video-popup.box-upload-audio {
  padding-bottom: 40px;
}
.box-upload-video-popup.box-upload-audio .layout-box-upload-picture {
  height: 150px;
  width: 500px;
}
.box-upload-video-popup.box-upload-audio .layout-box-upload-picture .label-timeline-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  bottom: -31px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-upload-video-popup.box-upload-audio .layout-box-upload-picture {
    width: 400px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .box-upload-video-popup.box-upload-audio .layout-box-upload-picture {
    height: auto;
    width: 100%;
  }
}

.box-question-view {
  flex: 1;
  margin-left: 4px;
}

.box-video-lesson {
  text-align: center;
}

.box-video-lesson {
  padding: 20px 0;
}
.box-video-lesson iframe {
  width: 85%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.box-video-lesson video {
  width: 85%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-video-lesson iframe {
    width: 100%;
    height: 350px;
  }
  .box-video-lesson video {
    width: 100%;
    height: 350px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-video-lesson iframe {
    width: 100%;
    height: 320px;
  }
  .box-video-lesson video {
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 575px) {
  .box-video-lesson iframe {
    width: 100%;
    height: 270px;
  }
  .box-video-lesson video {
    width: 100%;
    height: 270px;
  }
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@media (min-width: 1200px) {
  .wp-home-new-page .container {
    max-width: 1230px;
  }
}
.block-banner-december {
  background: rgb(132, 210, 222);
  min-height: 400px;
}
.block-banner-december .content-banner-december {
  padding: 95px 0 150px 0;
  text-align: center;
  margin: 0 auto;
}
.block-banner-december .content-banner-december .title-big {
  color: rgb(18, 18, 18);
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.block-banner-december .content-banner-december .text-sub {
  color: rgb(18, 18, 18);
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-banner-december {
    min-height: auto;
  }
  .block-banner-december .content-banner-december {
    padding: 100px 0;
  }
  .block-banner-december .content-banner-december .title-big {
    font-size: 34px;
  }
  .block-banner-december .content-banner-december .text-sub {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-banner-december {
    min-height: auto;
  }
  .block-banner-december .content-banner-december {
    padding: 100px 0;
  }
  .block-banner-december .content-banner-december .title-big {
    font-size: 34px;
  }
  .block-banner-december .content-banner-december .text-sub {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-banner-december {
    min-height: auto;
  }
  .block-banner-december .content-banner-december {
    padding: 70px 0;
  }
  .block-banner-december .content-banner-december .title-big {
    font-size: 32px;
  }
  .block-banner-december .content-banner-december .text-sub {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .block-banner-december {
    min-height: auto;
  }
  .block-banner-december .content-banner-december {
    padding: 70px 0;
  }
  .block-banner-december .content-banner-december .title-big {
    font-size: 26px;
  }
  .block-banner-december .content-banner-december .text-sub {
    font-size: 22px;
  }
}

.block-prd-december {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  margin-bottom: 100px;
}
.block-prd-december .grid-imt-prd-december {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt {
  display: block;
  height: 200px;
  position: relative;
}
.block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .image {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.3);
  z-index: 1;
}
.block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt:hover .image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 1;
}
.block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt .name-imt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt .text-sub {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .block-prd-december {
    margin: 0;
    padding: 30px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-prd-december {
    margin: 0;
    padding: 50px 0;
  }
  .block-prd-december .grid-imt-prd-december {
    gap: 12px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt {
    height: 180px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-prd-december .grid-imt-prd-december {
    gap: 12px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt {
    height: 150px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt {
    padding: 15px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt .name-imt {
    font-size: 18px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt .text-sub {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-prd-december .grid-imt-prd-december {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt {
    height: 170px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt {
    padding: 20px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt .name-imt {
    font-size: 18px;
  }
  .block-prd-december .grid-imt-prd-december .imt-prd-december .layout-imt .content-imt .text-sub {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .block-prd-december .grid-imt-prd-december {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.block-about-december {
  margin-bottom: 100px;
}
.block-about-december .title-block {
  margin-bottom: 50px;
  text-align: center;
}
.block-about-december .title-block .title-big {
  color: rgb(18, 18, 18);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.block-about-december .title-block .text-sub {
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.block-about-december .grid-imt-about-december {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.block-about-december .grid-imt-about-december .imt-about-december .icon {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.block-about-december .grid-imt-about-december .imt-about-december .content-imt .name {
  color: rgb(18, 18, 18);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.block-about-december .grid-imt-about-december .imt-about-december .content-imt .text-sub {
  color: rgb(18, 18, 18);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-about-december .grid-imt-about-december .imt-about-december .icon {
    width: 65px;
    height: 65px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .content-imt .name {
    font-size: 18px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .content-imt .text-sub {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-about-december {
    margin-bottom: 50px;
  }
  .block-about-december .grid-imt-about-december {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .icon {
    width: 65px;
    height: 65px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .content-imt .name {
    font-size: 18px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .content-imt .text-sub {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-about-december {
    margin-bottom: 50px;
  }
  .block-about-december .title-block .title-big {
    font-size: 26px;
  }
  .block-about-december .title-block .text-sub {
    font-size: 16px;
  }
  .block-about-december .grid-imt-about-december {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .icon {
    width: 65px;
    height: 65px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .content-imt .name {
    font-size: 18px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .content-imt .text-sub {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .block-about-december {
    margin-bottom: 50px;
  }
  .block-about-december .title-block .title-big {
    font-size: 26px;
  }
  .block-about-december .title-block .text-sub {
    font-size: 16px;
  }
  .block-about-december .grid-imt-about-december {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 25px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .icon {
    width: 60px;
    height: 60px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .content-imt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .content-imt .name {
    font-size: 18px;
  }
  .block-about-december .grid-imt-about-december .imt-about-december .content-imt .text-sub {
    font-size: 16px;
  }
}

.block-resign-user-december {
  padding-bottom: 100px;
}
.block-resign-user-december .layout-resign-user-december {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.block-resign-user-december .layout-resign-user-december .content {
  width: 460px;
  min-height: 300px;
  margin-left: auto;
  padding: 50px 0;
  margin-right: 100px;
}
.block-resign-user-december .layout-resign-user-december .content .title {
  color: rgb(18, 18, 18);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
}
.block-resign-user-december .layout-resign-user-december .content .text-sub {
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}
.block-resign-user-december .layout-resign-user-december .btn-resign-user {
  padding-top: 30px;
}
.block-resign-user-december .layout-resign-user-december .btn-resign-user .layout-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  padding: 0 10px;
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.block-resign-user-december .layout-resign-user-december .btn-resign-user .layout-btn:hover {
  background: #0073fb;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-resign-user-december {
    padding-bottom: 70px;
  }
  .block-resign-user-december .layout-resign-user-december .content {
    width: 450px;
    padding: 50px 30px;
    margin: 0;
    margin-left: auto;
    min-height: auto;
  }
  .block-resign-user-december .layout-resign-user-december .btn-resign-user {
    padding-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-resign-user-december {
    padding-bottom: 70px;
  }
  .block-resign-user-december .layout-resign-user-december .content {
    width: 400px;
    padding: 40px 30px;
    margin: 0;
    margin-left: auto;
    min-height: auto;
  }
  .block-resign-user-december .layout-resign-user-december .btn-resign-user {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .block-resign-user-december {
    padding-bottom: 30px;
  }
  .block-resign-user-december .layout-resign-user-december .content {
    width: 100%;
    padding: 40px 20px;
    margin: 0;
    margin-left: auto;
    min-height: auto;
  }
  .block-resign-user-december .layout-resign-user-december .btn-resign-user {
    padding-top: 20px;
  }
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/* Footer */
.footer-homepage {
  background: #F8F8F8;
}

.list-item-footer-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copy-right-ft {
  border-top: 1px solid rgba(0, 11, 51, 0.1);
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-copy-right-ft {
  text-align: left;
  color: rgba(0, 11, 51, 0.9);
  font-size: 14px;
  font-weight: 500;
}

.logo-footer-9min {
  padding-bottom: 10px;
}

.logo-footer-9min a {
  display: block;
}

.txt-note-logo {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

.item-footer-homepage {
  width: 23.5%;
  margin-right: 2%;
}

.list-mxh-footer-9min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -8px;
}

.block-download-app .txt-tls {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000B33;
}

.item-mxh-footer {
  width: 26px;
  height: 26px;
  background: #2788FB;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-mxh-footer:hover {
  background: #1e78e3;
}

.item-mxh-footer + .item-mxh-footer {
  margin-left: 15px;
}

.item-mxh-footer svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-mxh-footer:hover svg path {
  fill: #2788FB;
}

.name-title-ft-homepage {
  color: #000B33;
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 28px;
}

.list-item-menu-footer .item-menu-footer a {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-flex;
}

.list-item-menu-footer .item-menu-footer a .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-item-menu-footer .item-menu-footer a .icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.list-item-menu-footer .item-menu-footer a:hover .icon svg path {
  fill: #2788fb;
}

.list-item-menu-footer .item-menu-footer a .icon {
  margin-right: 10px;
}

.list-item-menu-footer .item-menu-footer {
  margin-right: 0;
  font-weight: 400;
  color: #000B33;
  display: block;
  margin-bottom: 5px;
}

.list-item-menu-footer {
  margin-top: 8px;
}

.content-info-ft .txt-info-company {
  color: #000000;
  font-size: 15px;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.content-info-ft .txt-info-company a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000B33;
}

.content-info-ft .txt-info-company a:hover {
  color: #2788fb;
}

.content-info-ft .txt-info-company .icon {
  width: 28px;
  position: relative;
  top: -1px;
}

.content-info-ft .txt-info-company .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-app-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-app-download {
  margin-right: 10px;
}

.item-app-download a {
  display: block;
  width: 100%;
  height: 100%;
}

.list-item-menu-footer .item-menu-footer::before {
  display: none;
}

.list-item-menu-footer .item-menu-footer a:hover {
  color: #2788fb;
}

.item-footer-homepage:nth-child(4n+4) {
  margin-right: 0;
}

.lst-info-company {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}

.txt-info-company {
  color: rgba(0, 11, 51, 0.9);
}

.lst-info-company p {
  margin-bottom: 4px;
}

.lst-info-company p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .list-item-footer-homepage {
    padding: 30px 0;
  }
  .lst-info-company {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .copy-right-ft {
    display: block;
  }
  .lst-info-company {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-footer-homepage {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .item-footer-homepage:nth-child(3n+3) {
    margin-right: 0;
  }
  .item-footer-homepage:nth-child(2n+2) {
    margin-left: auto;
  }
  .list-item-footer-homepage {
    padding: 30px 0;
  }
  .list-mxh-footer-9min {
    margin: 0;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .list-mxh-footer-9min {
    margin: 0;
  }
  .list-item-footer-homepage {
    padding: 30px 0;
  }
  .item-footer-homepage:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .item-footer-homepage {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .name-title-ft-homepage {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .list-item-footer-homepage {
    padding: 20px 0;
  }
  .item-footer-homepage {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .name-title-ft-homepage {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .list-item-menu-footer .item-menu-footer {
    margin-bottom: 2px;
  }
  .copy-right-ft {
    padding: 20px 0;
  }
  .block-download-app {
    padding-top: 10px;
  }
  .list-mxh-footer-9min {
    margin-top: 0;
  }
}
/* End Footer */
/* Trang home new */
@media (min-width: 1600px) {
  .block-header-home .container {
    max-width: 1330px;
  }
  .block-banner-homepage .container {
    max-width: 1330px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .block-header-home .container {
    max-width: 1240px;
  }
  .block-banner-homepage .container {
    max-width: 1240px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .block-header-home .container {
    max-width: 1140px;
  }
  .block-banner-homepage .container {
    max-width: 1140px;
  }
}
/* Banner */
.banner-homepage__left .txt-small-banner .color {
  color: #2788fb;
}

.block-banner-homepage {
  background: #EFF3F9;
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
}

.layout-banner-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-big-banner {
  letter-spacing: -0.5px;
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  color: #103663;
  position: relative;
  z-index: 1;
}

.banner-homepage__left {
  width: 660px;
  position: relative;
  padding-top: 100px;
}

.banner-homepage__left .txt-small-banner {
  color: #000B33;
  opacity: 0.8;
  font-size: 20px;
  line-height: 29px;
}

.texture-circle-left-banner {
  width: 175px;
  height: 175px;
  background: rgba(54, 211, 154, 0.2);
  border-radius: 50%;
  position: absolute;
  left: -90px;
  top: 76px;
}

.texture-circle-banner {
  position: absolute;
  width: 331px;
  height: 331px;
  background: rgba(223, 201, 254, 0.4);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  border-radius: 50%;
  top: 0;
  left: 0;
}

.banner-homepage__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
  position: relative;
}

.banner-homepage__right .picture {
  position: relative;
  left: 45px;
  z-index: 1;
}

.block-banner-homepage .texture-circle-left {
  position: absolute;
  top: 200px;
  left: 0;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-homepage__right .picture {
    width: 610px;
  }
  .block-banner-homepage {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .texture-circle-left-banner {
    width: 150px;
    height: 150px;
    left: -84px;
  }
  .block-banner-homepage .texture-circle-left {
    top: 150px;
  }
  .banner-homepage__left .txt-small-banner {
    font-size: 19px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-homepage__right .picture {
    width: 550px;
    left: 20px;
  }
  .texture-circle-left-banner {
    width: 140px;
    height: 140px;
    left: -40px;
  }
  .block-banner-homepage {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .title-big-banner {
    font-size: 55px;
    line-height: 69px;
  }
  .banner-homepage__left .txt-small-banner {
    font-size: 19px;
  }
  .banner-homepage__left {
    width: 520px;
  }
  .layout-banner-homepage {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .block-banner-homepage .texture-circle-left {
    display: none;
  }
  .texture-circle-left-banner {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-homepage__right .picture {
    width: 444px;
    left: 0;
  }
  .texture-circle-banner {
    width: 250px;
    height: 250px;
  }
  .block-banner-homepage {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .title-big-banner {
    font-size: 42px;
    line-height: 60px;
  }
  .banner-homepage__left .txt-small-banner {
    font-size: 18px;
  }
  .banner-homepage__left {
    width: 480px;
    padding-top: 0;
  }
  .layout-banner-homepage {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-banner-homepage .texture-center {
    bottom: 50px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .texture-circle-banner {
    width: 150px;
    height: 150px;
  }
  .banner-homepage__right .picture {
    width: 340px;
    left: 20px;
  }
  .block-banner-homepage {
    display: block;
    padding-top: 105px;
    padding-bottom: 40px;
  }
  .banner-homepage__right {
    margin-left: 15px;
  }
  .title-big-banner {
    font-size: 38px;
    line-height: 52px;
  }
  .banner-homepage__left .txt-small-banner {
    font-size: 17px;
    line-height: 25px;
  }
  .banner-homepage__left {
    width: 340px;
    padding-top: 0;
  }
  .layout-banner-homepage {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-banner-homepage .texture-center {
    bottom: 39px;
    width: 25px;
    height: 25px;
  }
  .block-banner-homepage .texture-right {
    width: 45px;
    bottom: 80px;
    right: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-homepage__right .picture {
    width: 430px;
    left: 0;
    margin: 0 auto;
  }
  .block-banner-homepage {
    min-height: auto;
    display: block;
    padding-top: 105px;
    padding-bottom: 40px;
  }
  .title-big-banner {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
  }
  .banner-homepage__left .txt-small-banner {
    font-size: 17px;
    line-height: 25px;
  }
  .banner-homepage__left {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
  }
  .layout-banner-homepage {
    margin-top: 0;
    display: block;
  }
  .block-banner-homepage .texture-center {
    bottom: 39px;
    width: 25px;
    height: 25px;
  }
  .block-banner-homepage .texture-right {
    width: 45px;
    bottom: 80px;
    right: 5px;
  }
  .banner-homepage__right {
    margin-left: 0;
  }
  .texture-circle-banner {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-homepage__right .picture {
    width: 335px;
    left: 0;
    margin: 0 auto;
  }
  .block-banner-homepage {
    min-height: auto;
    display: block;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .title-big-banner {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }
  .banner-homepage__left .txt-small-banner {
    font-size: 16px;
    line-height: 24px;
  }
  .texture-circle-banner {
    display: none;
  }
  .banner-homepage__left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .layout-banner-homepage {
    margin-top: 0;
    display: block;
  }
  .block-banner-homepage .texture-center {
    display: none;
  }
  .block-banner-homepage .texture-right {
    width: 45px;
    bottom: 80px;
    right: 5px;
  }
  .banner-homepage__right {
    margin-left: 0;
  }
}
@media (max-width: 326px) {
  .banner-homepage__right .picture {
    width: 100%;
  }
  .title-big-banner {
    font-size: 22px;
    line-height: 32px;
  }
}
/* End Banner */
.layout-header-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-header-home {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0);
  z-index: 9;
}

.header-home__left .logo {
  display: block;
  width: 100%;
  height: 100%;
}

.header-home__left .logo img {
  max-height: 84px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-home-page {
  background: #fff;
  color: #000B33;
}

.item-option-menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000B33;
  display: block;
  margin-right: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.lst-option-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-option-menu:last-child {
  margin-right: 0;
}

.item-option-menu:hover {
  color: #2788fb;
}

@media (min-width: 576px) and (max-width: 1599px) {
  .wrap-page.scroll .block-header-home .layout-header-home {
    padding: 6px 0;
  }
}
@media (max-width: 575px) {
  .layout-header-home {
    padding: 6px 0;
  }
}
/* ------ */
/* Home new */
.btn-bg-color a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(2.46deg, #86D4FC 38.01%, rgba(86, 255, 224, 0.32) 96.8%);
  background: linear-gradient(87.54deg, #86D4FC 38.01%, rgba(86, 255, 224, 0.32) 96.8%);
  border-radius: 15px;
  height: 45px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #015099;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.btn-bg-color a:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  background: #83d4f5;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
}

.btn-bg-color a:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(6);
  -ms-transform: translate(-50%, -50%) scale(6);
  transform: translate(-50%, -50%) scale(6);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.btn-bg-color a:hover {
  color: #fff;
}

.header-home__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-bg-color {
  margin-left: 50px;
}

.header-home__left .logo img {
  max-height: 84px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wrap-page.scroll .header-home__left .logo img {
  max-height: 60px;
}

.header-home__left h1 {
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .item-option-menu {
    margin-right: 25px;
  }
  .btn-bg-color {
    margin-left: 20px;
  }
  .header-home__left .logo img {
    max-height: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-option-menu {
    margin-right: 12px;
    font-size: 14px;
  }
  .btn-bg-color a {
    padding: 0 20px;
    font-size: 14px;
    height: 42px;
  }
  .header-home__left .logo img {
    max-height: 60px;
  }
  .btn-bg-color {
    margin-left: 20px;
  }
}
/* End Home new */
/* ---------------------- */
@media (min-width: 1600px) {
  .wp-homepage-9min-new .container {
    max-width: 1430px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .wp-homepage-9min-new .container {
    max-width: 1240px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .wp-homepage-9min-new .container {
    max-width: 1140px;
  }
}
.texture-benefit-left-bt {
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(189, 219, 255, 0.26) 0%, rgba(123, 184, 255, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(189, 219, 255, 0.26) 0%, rgba(123, 184, 255, 0) 100%);
  width: 332px;
  height: 332px;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.texture-benefit-right-bt {
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(189, 219, 255, 0.26) 0%, rgba(123, 184, 255, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(189, 219, 255, 0.26) 0%, rgba(123, 184, 255, 0) 100%);
  width: 332px;
  height: 332px;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.block-benefit-homepage {
  padding: 50px 0;
  position: relative;
}

.title-homepage-new .name {
  color: #103663;
  font-weight: 600;
  font-size: 38px;
  line-height: 57px;
  margin-bottom: 0;
}

.title-homepage-new .name .color {
  display: block;
  color: #2788FB;
}

.title-homepage-new {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.texture-circle-1 {
  background: rgba(39, 136, 251, 0.62);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 22%;
}

.block-left-benefit-homepage {
  position: relative;
  padding-right: 40px;
}

.texture-circle-2 {
  background: rgba(0, 187, 152, 0.2);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  top: -20px;
  position: absolute;
  pointer-events: none;
  left: 20px;
}

.texture-circle-3 {
  background: rgba(0, 187, 152, 0.2);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  bottom: 20px;
  position: absolute;
  pointer-events: none;
  right: 120px;
}

.item-benefit-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.item-benefit-homepage .picture {
  width: 80px;
}

.content-item-benefit-homepage {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}

.content-item-benefit-homepage .name-item {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 15px;
}

.itm-info-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 18px;
}

.itm-info-benefit .icon {
  width: 20px;
  position: relative;
  top: 1px;
}

.itm-info-benefit .content-itm {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.itm-info-benefit .content-itm p {
  color: #103663;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.7;
  margin-bottom: 0;
}

.item-benefit-homepage:last-child {
  margin-bottom: 0;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .itm-info-benefit {
    margin-bottom: 10px;
  }
  .title-homepage-new .name {
    font-size: 30px;
    line-height: 41px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .itm-info-benefit {
    margin-bottom: 10px;
  }
  .title-homepage-new .name {
    font-size: 30px;
    line-height: 41px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .itm-info-benefit {
    margin-bottom: 10px;
  }
  .title-homepage-new .name {
    font-size: 34px;
    line-height: 46px;
  }
  .texture-circle-1 {
    width: 45px;
    height: 45px;
    left: 46px;
    top: 25%;
  }
  .content-item-benefit-homepage {
    margin-left: 20px;
  }
  .block-left-benefit-homepage {
    padding-right: 20px;
  }
  .texture-circle-3 {
    right: 32px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .texture-benefit-left-bt {
    display: none;
  }
  .texture-benefit-right-bt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itm-info-benefit {
    margin-bottom: 10px;
  }
  .title-homepage-new .name {
    font-size: 34px;
    line-height: 46px;
  }
  .texture-circle-1 {
    width: 45px;
    height: 45px;
    left: 100px;
    top: 25%;
  }
  .content-item-benefit-homepage {
    margin-left: 20px;
  }
  .block-left-benefit-homepage {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .texture-circle-3 {
    right: 100px;
    width: 45px;
    height: 45px;
  }
  .content-benefit-hompage .picture {
    width: 450px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .itm-info-benefit {
    margin-bottom: 10px;
  }
  .title-homepage-new .name {
    font-size: 28px;
    line-height: 39px;
  }
  .texture-circle-1 {
    display: none;
  }
  .content-item-benefit-homepage {
    margin-left: 20px;
  }
  .block-left-benefit-homepage {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .texture-circle-3 {
    display: none;
  }
  .content-benefit-hompage .picture {
    width: 450px;
    margin: 0 auto;
  }
  .texture-circle-2 {
    display: none;
  }
  .block-benefit-homepage {
    padding: 35px 0;
  }
  .title-homepage-new {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .itm-info-benefit {
    margin-bottom: 10px;
  }
  .title-homepage-new .name {
    font-size: 26px;
    line-height: 37px;
  }
  .texture-circle-1 {
    display: none;
  }
  .content-item-benefit-homepage {
    margin-left: 10px;
  }
  .block-left-benefit-homepage {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .texture-circle-3 {
    display: none;
  }
  .content-benefit-hompage .picture {
    width: 100%;
    margin: 0 auto;
  }
  .texture-circle-2 {
    display: none;
  }
  .block-benefit-homepage {
    padding: 30px 0;
  }
  .title-homepage-new {
    margin-bottom: 20px;
    text-align: center;
  }
  .itm-info-benefit .content-itm p {
    font-size: 15px;
    line-height: 22px;
  }
}
/* Lợi ích */
.title-homepage-new .txt-small {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.47);
  margin-bottom: 5px;
}

.block-9min-support-homepage {
  padding: 60px 0;
}

.content-support-hompage {
  text-align: center;
}

.content-editor-homepage p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.content-left-sp-homepage {
  padding-bottom: 30px;
}

.item-support-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 23px;
}

.item-support-homepage .icon {
  width: 35px;
  position: relative;
  top: -2px;
}

.item-support-homepage .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 14px;
}

.item-support-homepage .content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #103663;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-9min-support-homepage {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-support-hompage {
    width: 500px;
    margin: 0 auto;
  }
  .block-right-support-homepage {
    padding-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-9min-support-homepage {
    padding: 30px 0;
    padding-bottom: 40px;
  }
  .block-left-support-homepage .title-homepage-new {
    text-align: left;
  }
  .content-support-hompage {
    width: 450px;
    margin: 0 auto;
  }
  .block-right-support-homepage {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .title-homepage-new .txt-small {
    font-size: 18px;
  }
  .block-left-support-homepage .title-homepage-new {
    text-align: left;
  }
  .block-9min-support-homepage {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .block-right-support-homepage {
    padding-top: 30px;
  }
}
/* Trang khám phá */
.btn-bg-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(2.46deg, #86D4FC 38.01%, rgba(86, 255, 224, 0.32) 96.8%);
  background: linear-gradient(87.54deg, #86D4FC 38.01%, rgba(86, 255, 224, 0.32) 96.8%);
  border-radius: 15px;
  height: 45px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #015099;
  z-index: 1;
  overflow: hidden;
  position: relative;
  outline: none;
  border: none;
  transition: all 0.3s;
}

.btn-bg-page:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  background: #83d4f5;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
}

.btn-bg-page:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(10);
  -ms-transform: translate(-50%, -50%) scale(10);
  transform: translate(-50%, -50%) scale(10);
}

.btn-bg-page:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-review a {
  min-width: 150px;
}

.btn-review {
  padding-top: 40px;
}

.block-left-team-homepage .picture img {
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 2px 40px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 2px 40px rgba(0, 0, 0, 0.08));
}

.block-team-homepage {
  padding: 50px 0;
  position: relative;
}

.texture-kp-right {
  position: absolute;
  right: 0;
  top: 15%;
  pointer-events: none;
}

.texture-blur-bt {
  position: absolute;
  right: 0;
  bottom: -100px;
  pointer-events: none;
}

.title-homepage-new .ct-txt-small {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.37);
  margin-bottom: 10px;
  padding-left: 40px;
}

.title-homepage-new .ct-txt-small:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.47);
  top: 14px;
  width: 26px;
  height: 2px;
  left: 0;
}

.block-right-team-homepage {
  position: relative;
  z-index: 1;
}

.block-left-team-homepage {
  position: relative;
  z-index: 1;
}

.ct-title-total {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #103663;
  margin-bottom: 80px;
}

.btn-bg-page:hover {
  color: #fff;
}

.block-team-homepage .pb-ct-team {
  padding-bottom: 150px;
}

.main-block-team-homepage .pb-ct-team:last-child {
  padding-bottom: 0;
}

.main-block-team-homepage .col-12:nth-child(2n+2) .block-left-team-homepage {
  text-align: right;
}

.main-block-team-homepage .col-12:nth-child(2n+2) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .ct-title-total {
    font-size: 36px;
    line-height: 47px;
  }
  .texture-kp-right {
    width: 100px;
  }
  .texture-blur-bt {
    width: 250px;
  }
  .block-team-homepage {
    padding-top: 20px;
  }
  .block-team-homepage .pb-ct-team {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ct-title-total {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 47px;
  }
  .texture-kp-right {
    width: 100px;
  }
  .texture-blur-bt {
    width: 250px;
  }
  .block-team-homepage {
    padding-top: 20px;
  }
  .block-team-homepage .pb-ct-team {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-team-homepage .pb-ct-team {
    padding-bottom: 80px;
  }
  .ct-title-total {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 46px;
  }
  .title-homepage-new .ct-txt-small {
    font-size: 18px;
  }
  .texture-kp-right {
    width: 100px;
  }
  .texture-blur-bt {
    width: 250px;
  }
  .block-team-homepage {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .main-block-team-homepage .col-12:nth-child(2n+2) .block-left-team-homepage {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-team-homepage .pb-ct-team {
    padding-bottom: 60px;
  }
  .ct-title-total {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }
  .title-homepage-new .ct-txt-small {
    font-size: 18px;
  }
  .texture-kp-right {
    display: none;
  }
  .texture-blur-bt {
    display: none;
  }
  .block-team-homepage {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .block-left-team-homepage .picture {
    text-align: center;
  }
  .block-left-team-homepage {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-team-homepage .pb-ct-team {
    padding-bottom: 60px;
  }
  .ct-title-total {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .title-homepage-new .ct-txt-small {
    font-size: 18px;
  }
  .texture-kp-right {
    display: none;
  }
  .texture-blur-bt {
    display: none;
  }
  .block-team-homepage {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .block-left-team-homepage .picture {
    text-align: center;
  }
  .block-left-team-homepage {
    margin-bottom: 30px;
  }
  .block-right-team-homepage .title-homepage-new {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .block-team-homepage .pb-ct-team {
    padding-bottom: 50px;
  }
  .ct-title-total {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 37px;
  }
  .title-homepage-new .ct-txt-small {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .texture-kp-right {
    display: none;
  }
  .texture-blur-bt {
    display: none;
  }
  .block-team-homepage {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .block-left-team-homepage .picture {
    text-align: center;
  }
  .block-left-team-homepage {
    margin-bottom: 20px;
  }
  .block-right-team-homepage .title-homepage-new {
    TEXT-ALIGN: LEFT;
  }
  .title-homepage-new .ct-txt-small:before {
    top: 10px;
  }
  .btn-review {
    padding-top: 20px;
  }
}
/* Download */
.block-download-ud-9min {
  position: relative;
  background: #EFF3F9;
  padding: 50px 0;
}

.texture-top-app {
  position: absolute;
  top: 0;
  right: 10%;
}

.texture-bottom-app {
  position: absolute;
  bottom: 0;
  left: 30%;
}

.layout-download-ud-9min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-download-ud-9min .title-homepage-new {
  text-align: center;
}

.left-download-ud-9min {
  width: 780px;
}

.right-download-ud-9min {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
}

.lst-application-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-application-download {
  margin-right: 30px;
}

.item-application-download:last-child {
  margin-right: 0;
}

.item-application-download a {
  display: block;
}

.block-tsl-download {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-tsl-download .txt {
  font-weight: 500;
  font-size: 30px;
  line-height: 57px;
  color: #2788FB;
  margin-left: 16px;
}

.block-tsl-download .icon {
  position: relative;
  top: -17px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .left-download-ud-9min {
    width: 700px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .left-download-ud-9min {
    width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .left-download-ud-9min {
    width: 500px;
  }
  .right-download-ud-9min {
    padding-left: 30px;
  }
  .block-tsl-download .txt {
    font-size: 24px;
  }
  .block-tsl-download .icon {
    top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-download-ud-9min {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .right-download-ud-9min {
    padding-left: 0;
  }
  .block-tsl-download .txt {
    font-size: 24px;
  }
  .block-tsl-download .icon {
    top: -25px;
  }
  .layout-download-ud-9min {
    display: block;
  }
  .texture-bottom-app {
    width: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .left-download-ud-9min {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .right-download-ud-9min {
    padding-left: 0;
  }
  .block-tsl-download .txt {
    font-size: 24px;
  }
  .block-tsl-download .icon {
    top: -25px;
  }
  .layout-download-ud-9min {
    display: block;
  }
  .block-download-ud-9min {
    padding: 40px 0;
  }
  .texture-bottom-app {
    display: none;
  }
  .texture-top-app {
    display: none;
  }
}
@media (max-width: 575px) {
  .left-download-ud-9min {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .right-download-ud-9min {
    padding-left: 0;
  }
  .block-tsl-download .txt {
    font-size: 24px;
    line-height: 30px;
  }
  .block-tsl-download .icon {
    top: -12px;
  }
  .layout-download-ud-9min {
    display: block;
  }
  .block-download-ud-9min {
    padding: 40px 0;
  }
  .texture-bottom-app {
    display: none;
  }
  .texture-top-app {
    display: none;
  }
}
@media (max-width: 376px) {
  .block-tsl-download {
    display: none;
  }
  .lst-application-download {
    padding-top: 20px;
  }
}
/* End Download */
/* Comment */
.lst-item-comment-homepage {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.item-comment-homepage .picture img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.item-comment-homepage {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
}

.btn-view-detail-comment {
  text-align: center;
}

.content-comment-hp .txt {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.72;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.item-comment-homepage .picture {
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.avatar-item-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-item-comment .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-item-comment .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.avatar-item-comment .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.avatar-item-comment .content .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2B4FFF;
  margin-bottom: 4px;
}

.avatar-item-comment .content .txt-add {
  margin-bottom: 0;
  color: rgba(23, 23, 23, 0.7);
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.content-comment-hp {
  margin-bottom: 15px;
}

.block-dky-user-lesson .title-homepage-new {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .item-comment-homepage .picture img {
    border-radius: 10px;
  }
  .lst-item-comment-homepage {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .btn-view-detail-comment {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-comment-homepage .picture img {
    border-radius: 10px;
  }
  .lst-item-comment-homepage {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .btn-view-detail-comment {
    padding-top: 30px;
  }
  .avatar-item-comment .avatar {
    width: 45px;
    height: 45px;
  }
  .avatar-item-comment .content {
    margin-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-comment-homepage .picture img {
    border-radius: 10px;
  }
  .lst-item-comment-homepage {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .btn-view-detail-comment {
    padding-top: 30px;
  }
  .avatar-item-comment .avatar {
    width: 45px;
    height: 45px;
  }
  .avatar-item-comment .content {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .item-comment-homepage .picture img {
    border-radius: 10px;
  }
  .lst-item-comment-homepage {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .btn-view-detail-comment {
    padding-top: 30px;
  }
}
/* End Comment */
/* Trang giới thiệu */
.ct-banner-about .layout-banner-homepage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .ct-banner-about .layout-banner-homepage .btn-review a {
    height: 55px;
    min-width: 240px;
    font-size: 18px;
  }
}
.ct-banner-about .layout-banner-homepage .banner-homepage__left {
  padding: 0;
}

.ct-banner-about .layout-banner-homepage .banner-homepage__right {
  margin-left: 180px;
}

.ct-banner-about .layout-banner-homepage .banner-homepage__right .title-big-banner {
  font-size: 50px;
  line-height: 61px;
  color: #000000;
  margin-bottom: 40px;
}

.ct-banner-about .layout-banner-homepage .banner-homepage__right .title-big-banner .color {
  color: #2788FB;
}

.ct-banner-about .layout-banner-homepage .texture-circle-left-banner {
  width: 119px;
  height: 119px;
  top: -40px;
  left: -57px;
}

.ct-banner-about .content-gt p {
  font-weight: 500;
  font-size: 16px;
  color: #4F4F4F;
  margin-bottom: 10px;
}

.ct-banner-about .content-gt .price {
  font-weight: 700;
  font-size: 24px;
  color: #2788FB;
}

.title-steps-join h2 {
  font-weight: 400;
  font-size: 24px;
  color: #828282;
  text-transform: uppercase;
  line-height: 30px;
}

.block-steps-join {
  padding: 60px 0;
  padding-top: 100px;
}

.title-steps-join {
  margin-bottom: 40px;
}

.item-steps-join {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.item-steps-join:last-child {
  margin-bottom: 0;
}

.item-steps-join .number-steps {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 100;
  font-size: 42px;
}

.item-steps-join .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
  position: relative;
  top: 3px;
}

.item-steps-join .content .name-steps {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.item-steps-join .content .content-gt p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #4F4F4F;
}

.item-steps-join.ct-color-steps-1 .number-steps {
  background: #CCF1EA;
  color: #00BB98;
}

.item-steps-join.ct-color-steps-1 .content .name-steps {
  color: #00BB98;
}

.item-steps-join.ct-color-steps-2 .number-steps {
  background: #D4E7FE;
  color: #3B93FB;
}

.item-steps-join.ct-color-steps-2 .content .name-steps {
  color: #2788FB;
}

.item-steps-join.ct-color-steps-3 .number-steps {
  background: #FDDFB4;
  color: #F2AE4C;
}

.item-steps-join.ct-color-steps-3 .content .name-steps {
  color: #F2AE4C;
}

.title-dk-about {
  margin-bottom: 40px;
}

.title-dk-about .txt-small {
  font-weight: 400;
  font-size: 24px;
  color: #828282;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.title-dk-about .name {
  font-weight: 700;
  font-size: 40px;
  color: #333333;
  line-height: 51px;
}

.block-dk-about {
  padding: 50px 0;
  position: relative;
}

.cirlce-center-dk {
  width: 129px;
  height: 129px;
  background: #86BBFA;
  opacity: 0.8;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  margin: auto;
  right: 0;
}

.layout-block-dk-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.title-about-new {
  position: relative;
  margin-bottom: 30px;
}

.title-about-new .name {
  font-weight: 700;
  font-size: 32px;
  color: #2788FB;
  line-height: 40px;
  position: relative;
  z-index: 1;
}

.title-about-new .circle-title {
  width: 69px;
  height: 69px;
  background: #D7F6EB;
  opacity: 0.8;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  left: -30px;
}

.lst-block-dk-about .itm-info-benefit .content-itm p .hot {
  font-weight: 700;
}

.lst-block-dk-about .itm-info-benefit .content-itm p {
  color: #4D4D4D;
  opacity: 1;
}

.lst-block-dk-about .itm-info-benefit .icon {
  top: -1px;
}

.left-block-dk-about {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 60px;
}

.right-block-dk-about {
  width: 580px;
}

.left-block-dk-about .btn-review {
  padding-top: 20px;
}

.block-dk-about.ct-block-dk-about {
  background: #F2F8FF;
}

@media (min-width: 992px) {
  .block-dk-about.ct-block-dk-about .layout-block-dk-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.block-dk-about.ct-block-dk-about .left-block-dk-about {
  margin-right: 0;
  margin-left: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-dk-about.ct-block-dk-about .title-about-new .circle-title {
  background: #DFEDFF;
}

@media (min-width: 1200px) {
  .left-block-dk-about .btn-review .btn-bg-page {
    height: 55px;
    min-width: 240px;
    font-size: 18px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .cirlce-center-dk {
    width: 90px;
    height: 90px;
  }
  .block-dk-about.ct-block-dk-about .left-block-dk-about {
    margin-left: 150px;
  }
  .title-dk-about .name {
    font-size: 32px;
    line-height: 45px;
  }
  .title-dk-about .txt-small {
    font-size: 22px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right {
    margin-left: 80px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__left {
    width: 650px;
  }
  .ct-banner-about .layout-banner-homepage .texture-circle-left-banner {
    width: 100px;
    height: 100px;
    top: -36px;
    left: -46px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cirlce-center-dk {
    width: 90px;
    height: 90px;
  }
  .block-dk-about.ct-block-dk-about .left-block-dk-about {
    margin-left: 100px;
  }
  .title-dk-about .name {
    font-size: 32px;
    line-height: 45px;
  }
  .title-dk-about .txt-small {
    font-size: 22px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right {
    margin-left: 80px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__left {
    width: 550px;
  }
  .ct-banner-about .layout-banner-homepage .texture-circle-left-banner {
    width: 100px;
    height: 100px;
    top: -36px;
    left: -46px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right .title-big-banner {
    font-size: 43px;
    line-height: 55px;
    margin-bottom: 25px;
  }
  .ct-banner-about .layout-banner-homepage {
    padding: 40px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cirlce-center-dk {
    display: none;
  }
  .block-dk-about.ct-block-dk-about .left-block-dk-about {
    margin-left: 70px;
  }
  .block-dk-about.ct-block-dk-about .right-block-dk-about {
    width: 400px;
  }
  .title-dk-about .name {
    font-size: 28px;
    line-height: 42px;
  }
  .title-dk-about .txt-small {
    font-size: 20px;
  }
  .right-block-dk-about {
    width: 450px;
  }
  .left-block-dk-about {
    margin-right: 30px;
  }
  .title-about-new .name {
    font-size: 26px;
  }
  .title-about-new .circle-title {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -19px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right {
    margin-left: 50px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__left {
    width: 450px;
  }
  .ct-banner-about .layout-banner-homepage .texture-circle-left-banner {
    width: 100px;
    height: 100px;
    top: -36px;
    left: -46px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right .title-big-banner {
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 25px;
  }
  .ct-banner-about .layout-banner-homepage {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cirlce-center-dk {
    display: none;
  }
  .block-dk-about.ct-block-dk-about .left-block-dk-about {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .block-dk-about.ct-block-dk-about .right-block-dk-about {
    width: 450px;
  }
  .title-dk-about .name {
    font-size: 28px;
    line-height: 42px;
  }
  .title-dk-about .txt-small {
    font-size: 20px;
  }
  .right-block-dk-about {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .left-block-dk-about {
    margin-right: 30px;
  }
  .title-about-new .name {
    font-size: 26px;
  }
  .title-about-new .circle-title {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -19px;
  }
  .layout-block-dk-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .title-dk-about {
    margin-bottom: 25px;
  }
  .block-dk-about {
    padding: 40px 0;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right {
    margin-left: 0;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__left {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 28px;
  }
  .ct-banner-about .layout-banner-homepage .texture-circle-left-banner {
    width: 100px;
    height: 100px;
    top: -36px;
    left: -46px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right .title-big-banner {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
    text-align: center;
  }
  .ct-banner-about .layout-banner-homepage {
    display: block;
  }
  .ct-banner-about .layout-banner-homepage .btn-review {
    padding-top: 20px;
    text-align: center;
  }
  .item-steps-join .number-steps {
    font-size: 35px;
  }
  .ct-banner-about .content-gt {
    text-align: center;
  }
  .ct-banner-about .content-gt p {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cirlce-center-dk {
    display: none;
  }
  .block-dk-about.ct-block-dk-about .left-block-dk-about {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .block-dk-about.ct-block-dk-about .right-block-dk-about {
    width: 450px;
  }
  .title-dk-about .name {
    font-size: 25px;
    line-height: 38px;
  }
  .title-dk-about .txt-small {
    font-size: 18px;
  }
  .right-block-dk-about {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .left-block-dk-about {
    margin-right: 30px;
  }
  .title-about-new .name {
    font-size: 26px;
  }
  .title-about-new .circle-title {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -19px;
  }
  .layout-block-dk-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .title-dk-about {
    margin-bottom: 25px;
  }
  .block-dk-about {
    padding: 40px 0;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right {
    margin-left: 0;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__left {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 28px;
  }
  .ct-banner-about .layout-banner-homepage .texture-circle-left-banner {
    width: 100px;
    height: 100px;
    top: -36px;
    left: -46px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right .title-big-banner {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 17px;
  }
  .ct-banner-about .layout-banner-homepage {
    display: block;
  }
  .ct-banner-about .layout-banner-homepage .btn-review {
    padding-top: 20px;
    text-align: center;
  }
  .item-steps-join .number-steps {
    font-size: 35px;
  }
  .ct-banner-about .content-gt {
    text-align: center;
  }
  .ct-banner-about .content-gt p {
    font-size: 16px;
  }
  .block-steps-join {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .cirlce-center-dk {
    display: none;
  }
  .block-dk-about.ct-block-dk-about .left-block-dk-about {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .block-dk-about.ct-block-dk-about .right-block-dk-about {
    width: 100%;
  }
  .block-dk-about.ct-block-dk-about {
    padding: 30px 0;
  }
  .title-dk-about .name {
    font-size: 24px;
    line-height: 35px;
  }
  .title-dk-about .txt-small {
    font-size: 16px;
  }
  .right-block-dk-about {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .left-block-dk-about {
    margin-right: 30px;
  }
  .title-about-new .name {
    font-size: 24px;
  }
  .title-about-new .circle-title {
    display: none;
  }
  .layout-block-dk-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .title-dk-about {
    margin-bottom: 25px;
  }
  .block-dk-about {
    padding: 40px 0;
  }
  .title-about-new {
    margin-bottom: 20px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right {
    margin-left: 0;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__left {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 28px;
  }
  .ct-banner-about .layout-banner-homepage .texture-circle-left-banner {
    width: 100px;
    height: 100px;
    top: -36px;
    left: -46px;
  }
  .ct-banner-about .layout-banner-homepage .banner-homepage__right .title-big-banner {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 17px;
  }
  .ct-banner-about .layout-banner-homepage {
    display: block;
  }
  .ct-banner-about .layout-banner-homepage .btn-review {
    padding-top: 20px;
    text-align: center;
  }
  .item-steps-join .number-steps {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .ct-banner-about .content-gt {
    text-align: center;
  }
  .ct-banner-about .content-gt p {
    font-size: 16px;
  }
  .item-steps-join {
    padding: 15px;
    border-radius: 10px;
  }
  .item-steps-join .content {
    margin-left: 13px;
  }
  .item-steps-join .content .name-steps {
    font-size: 22px;
  }
  .item-steps-join .content .content-gt p {
    font-size: 17px;
    line-height: 24px;
  }
  .block-steps-join {
    padding: 40px 0;
  }
  .title-steps-join h2 {
    font-size: 20px;
  }
  .title-steps-join {
    margin-bottom: 22px;
  }
}
/* End Trang giới thiệu */
/* Trang chi tiết */
.block-banner-detail {
  padding-top: 150px;
  background: -o-linear-gradient(top, #75B4FF 53.96%, #A7FEEE 98.52%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.96%, #75B4FF), color-stop(98.52%, #A7FEEE));
  background: linear-gradient(180deg, #75B4FF 53.96%, #A7FEEE 98.52%);
}

.layout-banner-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-detail__left {
  width: 780px;
}

.banner-detail__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
  position: relative;
  top: -30px;
  padding-bottom: 30px;
}

.texture-quote {
  position: relative;
  left: -61px;
}

.title-detail-banner {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 62px;
}

.banner-detail__right .content-gt p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
}

.item-comment-homepage .picture .icon-video {
  width: 60px;
  height: 60px;
  padding-left: 6px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.item-comment-homepage .picture .icon-video svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.item-comment-homepage .picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 1;
}

.item-comment-homepage .picture:hover:before {
  visibility: visible;
  opacity: 1;
}

.item-comment-homepage .picture:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-detail__left {
    width: 650px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-detail__left {
    width: 600px;
  }
  .title-detail-banner {
    font-size: 45px;
  }
  .block-banner-detail {
    padding-top: 108px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-detail__left {
    width: 500px;
  }
  .title-detail-banner {
    font-size: 40px;
    line-height: 50px;
  }
  .block-banner-detail {
    padding-top: 108px;
  }
  .banner-detail__right .content-gt p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-detail__left {
    width: 330px;
  }
  .title-detail-banner {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .block-banner-detail {
    padding-top: 120px;
  }
  .banner-detail__right .content-gt p {
    font-size: 16px;
    line-height: 30px;
  }
  .texture-quote {
    width: 35px;
    left: -45px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-detail__left {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .title-detail-banner {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .block-banner-detail {
    padding-top: 100px;
  }
  .banner-detail__right .content-gt p {
    font-size: 16px;
    line-height: 30px;
  }
  .texture-quote {
    width: 35px;
    left: 100px;
    top: 12px;
  }
  .layout-banner-detail {
    display: block;
  }
  .banner-detail__right {
    margin-left: 0;
    top: 0;
  }
  .banner-detail__right .title-detail-banner {
    text-align: center;
  }
  .banner-detail__right .content-gt {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .banner-detail__left {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .title-detail-banner {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .block-banner-detail {
    padding-top: 80px;
  }
  .banner-detail__right .content-gt p {
    font-size: 16px;
    line-height: 30px;
  }
  .texture-quote {
    display: none;
  }
  .layout-banner-detail {
    display: block;
  }
  .banner-detail__right {
    margin-left: 0;
    top: 0;
  }
  .banner-detail__right .title-detail-banner {
    text-align: center;
  }
  .banner-detail__right .content-gt {
    text-align: center;
  }
}
/* Popup */
/* Modal */
.popup-page {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 13;
  width: 100vw;
  height: 100vh;
}

.popup-page.open-popup {
  opacity: 1;
  visibility: visible;
}

.content-popup-page {
  width: 700px;
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-transform: translate(0, -65%);
  -ms-transform: translate(0, -65%);
  transform: translate(0, -65%);
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.popup-page.open-popup .content-popup-page {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.bg-popup-page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #171C29;
  opacity: 0.9;
  /* visibility: hidden; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.popup-page .close-popup-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: rgba(240, 240, 240, 0.7);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.close-popup-icon svg path {
  fill: #7c7d82;
}

.popup-page .close-popup-icon:hover {
  background: #F0F0F0;
}

.main-popup-video {
  position: relative;
  padding-top: 56.25%;
}

.main-popup-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.overflow-body {
  overflow: hidden;
}

.ct-popup-page {
  padding: 40px;
}

.ct-popup-new .content-popup-page {
  padding: 0;
  z-index: 2;
  position: relative;
  margin: 30px 0;
  width: auto;
  background: transparent;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ct-popup-new .content-popup-page .ct-popup-page {
  padding: 0;
}

.title-detail-comment-popup iframe {
  height: 380px;
  border-radius: 16px;
}

.content-detail-comment-popup {
  padding: 30px 75px;
}

.content-detail-comment-popup .content-detail .name {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.content-editor-comment-popup p {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.72;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.quote-popup {
  margin-bottom: 10px;
}

.content-detail-comment-popup .content-detail {
  padding-bottom: 40px;
}

.content-detail-comment-popup .avatar-item-comment {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popup-page.ct-popup-new {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

.ct-popup-new .content-popup-page .main-popup-page {
  width: 865px;
  border-radius: 16px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  margin: 1.75rem auto;
  -webkit-transform: translate(0, -65%);
  -ms-transform: translate(0, -65%);
  transform: translate(0, -65%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.popup-page.open-popup.ct-popup-new .main-popup-page {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ct-popup-new .close-popup-icon {
  width: 28px;
  height: 28px;
  right: 15px;
  top: 15px;
  background: transparent;
  border: 2px solid #000000;
}

.ct-popup-new .close-popup-icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #000000;
}

.ct-popup-new .close-popup-icon svg {
  width: 10px;
}

.ct-popup-new .close-popup-icon:hover {
  background: #fff;
  border-color: #fff;
}

.content-detail-comment-popup .content-detail .avatar-item-comment .content {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.content-detail-comment-popup .content-detail .avatar-item-comment {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-detail-comment-popup .avatar-item-comment .content {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.picture-detail-popup {
  width: 100%;
  height: 400px;
}

.picture-detail-popup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ct-popup-new .content-popup-page .main-popup-page {
    width: 650px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ct-popup-new .content-popup-page .main-popup-page {
    width: 500px;
  }
  .title-detail-comment-popup iframe {
    height: 300px;
  }
  .picture-detail-popup {
    height: 300px;
  }
  .content-detail-comment-popup {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .ct-popup-new .content-popup-page .main-popup-page {
    width: 370px;
  }
  .title-detail-comment-popup iframe {
    height: 250px;
  }
  .picture-detail-popup {
    height: 250px;
  }
  .content-detail-comment-popup {
    padding: 20px;
  }
}
@media (max-width: 376px) {
  .ct-popup-new .content-popup-page .main-popup-page {
    width: 330px;
  }
}
@media (max-width: 325px) {
  .ct-popup-new .content-popup-page .main-popup-page {
    width: 300px;
  }
}
/* Trang trải nghiệm ứng dụng */
.block-banner-review-user {
  padding-top: 180px;
  background: -o-linear-gradient(0.23deg, #75B4FF 48.79%, #A7FEEE 99.81%);
  background: linear-gradient(89.77deg, #75B4FF 48.79%, #A7FEEE 99.81%);
  padding-bottom: 80px;
}

.banner-review-user__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 580px;
  margin-right: 160px;
}

.banner-review-user__right {
  width: 600px;
  text-align: center;
}

.banner-review-user__left .content-gt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.lst-download-review-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-review-user a {
  display: block;
}

.banner-review-user__left .content-gt {
  margin-bottom: 50px;
}

.layout-banner-review-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-review-user__left {
    max-width: 650px;
    margin-right: 50px;
  }
  .banner-review-user__right {
    width: 500px;
  }
  .block-banner-review-user {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-review-user__left {
    max-width: 650px;
    margin-right: 50px;
  }
  .banner-review-user__right {
    width: 500px;
  }
  .block-banner-review-user {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-review-user__left {
    max-width: 550px;
    margin-right: 50px;
  }
  .banner-review-user__right {
    width: 400px;
  }
  .block-banner-review-user {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .item-review-user a {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-review-user__left {
    max-width: 550px;
    margin-right: 30px;
  }
  .banner-review-user__right {
    width: 360px;
  }
  .block-banner-review-user {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .item-review-user a {
    width: 160px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-banner-review-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-banner-review-user {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .banner-review-user__right {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner-review-user__left {
    margin-right: 0;
  }
  .banner-review-user__left .content-gt {
    margin-bottom: 30px;
  }
  .item-review-user a {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .layout-banner-review-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-banner-review-user {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .banner-review-user__right {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner-review-user__left {
    margin-right: 0;
  }
  .banner-review-user__left .content-gt {
    margin-bottom: 20px;
  }
  .item-review-user a {
    width: 150px;
  }
}
.layout-show-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.show-info-item--left {
  width: 500px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-caheo {
  position: relative;
  top: 4px;
  width: 160px;
}

.show-info-item--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 200px;
}

.block-show-info {
  position: relative;
  padding: 80px 0;
}

.block-show-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
}

.block-show-info:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
}

.show-info-item--right .title-item h2 {
  color: #181E2C;
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  text-align: right;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.show-info-item--right .title-item h2 span {
  display: block;
}

.show-info-item--right .title-item .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181E2C;
  text-align: right;
}

.show-info-item--right .title-item {
  text-align: right;
}

.show-info-item--right .title-item h2:before {
  content: "";
  position: absolute;
  top: -32px;
  left: -60px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  z-index: -1;
}

.block-show-info:nth-child(2n+2) .layout-show-info-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-show-info:nth-child(2n+2):before {
  width: 55%;
}

.block-show-info:nth-child(2n+2):after {
  width: 45%;
}

.block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right {
  margin-left: 0;
  margin-right: 300px;
}

.block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right .title-item {
  text-align: left;
}

.block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right .title-item h2 {
  text-align: left;
}

.block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right .title-item .content p {
  text-align: left;
}

.block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--left {
  position: relative;
  right: 230px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-show-info.bg-color-show-1 .show-info-item--right .title-item h2:before {
  background: #d3f1f1;
}

.block-show-info.bg-color-show-1:before {
  background: #F7FDFD;
}

.block-show-info.bg-color-show-1:after {
  background: #D6FEFE;
}

.block-show-info.bg-color-show-2 .show-info-item--right .title-item h2:before {
  background: #F7FDFD;
}

.block-show-info.bg-color-show-2:before {
  background: #F8ECBC;
}

.block-show-info.bg-color-show-2:after {
  background: #FDF9EA;
}

.block-show-info.bg-color-show-3 .show-info-item--right .title-item h2:before {
  background: #e2f5e6;
}

.block-show-info.bg-color-show-3:before {
  background: #EFF9F1;
}

.block-show-info.bg-color-show-3:after {
  background: #D7FFDD;
}

.block-show-info.bg-color-show-4 .show-info-item--right .title-item h2:before {
  background: #FFE7D6;
}

.block-show-info.bg-color-show-4:before {
  background: #FFE7D6;
}

.block-show-info.bg-color-show-4:after {
  background: #FFFAF6;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .show-info-item--right {
    margin-left: 150px;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right {
    margin-right: 150px;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--left {
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .show-info-item--right {
    margin-left: 150px;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right {
    margin-right: 150px;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--left {
    right: 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .show-info-item--right {
    margin-left: 100px;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right {
    margin-right: 100px;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--left {
    right: 0;
  }
  .show-info-item--left {
    width: 400px;
  }
  .show-info-item--right .title-item h2:before {
    width: 80px;
    height: 80px;
    left: -39px;
    top: -25px;
  }
  .show-info-item--right .title-item h2 {
    font-size: 40px;
    line-height: 53px;
  }
  .block-show-info {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-info-item--right {
    margin-left: 0;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right {
    margin-right: 0;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--left {
    right: 0;
  }
  .show-info-item--left {
    margin-bottom: 40px;
  }
  .show-info-item--right .title-item h2:before {
    width: 80px;
    height: 80px;
    left: -39px;
    top: -25px;
  }
  .show-info-item--right .title-item h2 {
    font-size: 36px;
    line-height: 50px;
    text-align: left;
  }
  .block-show-info {
    padding: 50px 0;
  }
  .layout-show-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .show-info-item--right .title-item {
    text-align: left;
  }
  .show-info-item--right .title-item .content p {
    text-align: left;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .show-info-item--right {
    margin-left: 0;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right {
    margin-right: 0;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--left {
    right: 0;
  }
  .show-info-item--left {
    margin-bottom: 40px;
  }
  .show-info-item--right .title-item h2:before {
    width: 70px;
    height: 70px;
    left: -29px;
    top: -25px;
  }
  .show-info-item--right .title-item h2 {
    font-size: 32px;
    line-height: 46px;
    text-align: left;
  }
  .block-show-info {
    padding: 50px 0;
  }
  .layout-show-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .show-info-item--right .title-item {
    text-align: left;
  }
  .show-info-item--right .title-item .content p {
    text-align: left;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .show-info-item--right {
    margin-left: 0;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--right {
    margin-right: 0;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item .show-info-item--left {
    right: 0;
  }
  .show-info-item--left {
    margin-bottom: 40px;
    width: 100%;
  }
  .show-info-item--right .title-item h2:before {
    display: none;
  }
  .show-info-item--right .title-item h2 {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
  }
  .block-show-info {
    padding: 40px 0;
  }
  .layout-show-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .show-info-item--right .title-item {
    text-align: left;
  }
  .show-info-item--right .title-item .content p {
    text-align: left;
  }
  .block-show-info:nth-child(2n+2) .layout-show-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon-caheo {
    width: 100px;
    position: relative;
    top: 17px;
  }
  .block-show-info:before {
    display: none;
  }
  .block-show-info:nth-child(2n+2):after {
    width: 100%;
  }
  .block-show-info:after {
    width: 100%;
  }
}
.block-tn-now {
  background: url(img-fix/background-price.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.layout-block-tn-now .title-detail-banner {
  color: #2788FB;
}

.layout-block-tn-now {
  width: 550px;
  padding: 220px 0;
}

.layout-block-tn-now .content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #575A5E;
}

.layout-block-tn-now .content {
  margin-bottom: 20px;
}

.price-kh-old {
  margin-bottom: 20px;
}

.price-kh-old .txt-price-old {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

.price-kh-old .number-price-old {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #000000;
  font-weight: 700;
  font-size: 36px;
}

.price-kh-old .number-price-old .vnd {
  font-size: 14px;
}

.price-kh-sale .txt-price-sale {
  font-weight: 400;
  font-size: 20px;
  color: #D44459;
  margin-bottom: 3px;
}

.price-kh-sale .number-price-sale {
  color: #D44459;
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
}

.price-kh-sale .number-price-sale .vnd {
  font-weight: 400;
  font-size: 24px;
  position: relative;
  top: -4px;
  left: -10px;
}

.layout-block-tn-now .btn-review a {
  min-width: 240px;
  height: 55px;
  font-size: 18px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .layout-block-tn-now {
    padding: 160px 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .layout-block-tn-now {
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
  }
  .block-tn-now {
    background: #eeeeee;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-block-tn-now {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
  }
  .block-tn-now {
    background: #eeeeee;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-block-tn-now {
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .block-tn-now {
    background: #eeeeee;
  }
}
@media (max-width: 575px) {
  .layout-block-tn-now {
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .block-tn-now {
    background: #eeeeee;
  }
  .layout-block-tn-now .title-detail-banner {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .layout-block-tn-now .content p {
    font-size: 15px;
    line-height: 20px;
  }
  .price-kh-old .number-price-old {
    font-size: 28px;
  }
  .price-kh-old .number-price-old .vnd {
    position: relative;
    top: -2px;
  }
  .price-kh-sale .number-price-sale {
    font-size: 39px;
  }
  .price-kh-sale .number-price-sale .vnd {
    font-size: 17px;
    margin-left: 5px;
    top: -3px;
  }
}
@media (max-width: 325px) {
  .price-kh-sale .number-price-sale {
    font-size: 34px;
  }
  .price-kh-sale .txt-price-sale {
    font-size: 17px;
  }
  .price-kh-sale .number-price-sale .vnd {
    font-size: 18px;
  }
}
/* Animation */
.banner-homepage__right .picture {
  -webkit-animation: translateTexture 6s linear infinite alternate;
  animation: translateTexture 6s linear infinite alternate;
}

@-webkit-keyframes translateTexture {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes translateTexture {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.content-benefit-hompage .picture {
  -webkit-animation: translateTexture 6s linear infinite alternate;
  animation: translateTexture 6s linear infinite alternate;
}

.content-support-hompage {
  -webkit-animation: translateTexture 6s linear infinite alternate;
  animation: translateTexture 6s linear infinite alternate;
}

.block-left-team-homepage .picture {
  -webkit-animation: translateTexture 6s linear infinite alternate;
  animation: translateTexture 6s linear infinite alternate;
}

.bg-video-ls {
  -webkit-animation: translateTexture 6s linear infinite alternate;
  animation: translateTexture 6s linear infinite alternate;
}

.left-download-ud-9min .picture {
  -webkit-animation: translateTexture 6s linear infinite alternate;
  animation: translateTexture 6s linear infinite alternate;
}

.main-block-team-homepage .col-12:nth-child(2n+2) .block-left-team-homepage .picture {
  -webkit-animation: translateTextureLeft 6s linear infinite alternate;
  animation: translateTextureLeft 6s linear infinite alternate;
}

@-webkit-keyframes translateTextureLeft {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes translateTextureLeft {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* ------ */
/* Home 1 */
/* @media (min-width:992px) {
    .wp-home-9min-new .container {
        max-width: 930px;
    }
} */
.top-lt-9min {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 20px;
}

.layout-homepage-9min-new {
  padding-bottom: 40px;
}

.txt-hi {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #183153;
  margin-bottom: 20px;
}

.box-ui-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-ui-user .avatar {
  width: 70px;
  height: 70px;
  border: 2px solid #00C4C0;
  border-radius: 50%;
  overflow: hidden;
}

.box-ui-user .avatar img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-ui-user .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.block-info-user-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-ui-user .content .name {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
}

.box-ui-user .content .name .icon-xt {
  margin-left: 2px;
  position: relative;
  top: -1px;
}

.lst-statistical-ls-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 30px;
}

.item-statistical-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
}

.item-statistical-user .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-statistical-user .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 13px;
}

.item-color-1 .icon {
  background: rgba(253, 110, 106, 0.15);
}

.item-color-2 .icon {
  background: rgba(106, 121, 253, 0.15);
}

.item-color-3 .icon {
  background: rgba(34, 175, 255, 0.15);
}

.item-color-4 .icon {
  background: rgba(153, 106, 253, 0.15);
}

.item-statistical-user .content .number {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #183153;
}

.item-statistical-user .content .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(24, 49, 83, 0.5);
}

.item-statistical-user:last-child {
  margin-right: 0;
}

.block-target-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20px;
}

.line-progress-target {
  width: 240px;
  margin-right: 40px;
}

.title-target {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #183153;
  margin-bottom: 10px;
}

.block-line-progress {
  width: 100%;
  background: #E4E6EA;
  border-radius: 100px;
  height: 5px;
}

.block-line-progress .line-progress {
  background: #00C4C0;
  border-radius: 100px;
  height: 100%;
}

.lst-flex-tk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.lst-flex-tk .number-progress {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #183153;
  margin-right: 7px;
}

.lst-flex-tk .name-ls {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(24, 49, 83, 0.5);
}

.box-list-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-edit .btn-bg {
  width: auto;
  min-width: 90px;
  height: 32px;
  border-radius: 8px;
  font-size: 14px;
}

.box-target-day .title-target {
  font-weight: 400;
}

.box-target-day .title-target .time-day {
  font-weight: 600;
}

.item-day {
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px 5px;
  margin-right: 5px;
}

.item-day .name-day {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #183153;
}

.icon-item-day {
  margin-bottom: 10px;
}

.icon-item-day .icon-radio-cancel {
  display: none;
}

.icon-item-day .icon-radio-checked {
  display: none;
}

.item-day.item-active {
  border-color: #00C4C0;
}

.item-day.item-check-day .icon-item-day .icon-radio-checked {
  display: block;
}

.item-day.item-check-day .icon-radio {
  display: none;
}

.item-day.item-close-day .icon-radio {
  display: none;
}

.item-day.item-close-day .icon-radio-cancel {
  display: block;
}

.item-day:last-child {
  margin-right: 0;
}

.layout-lt-9min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-lt-9min-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
}

.block-lt-9min-right {
  width: 350px;
  margin-left: 15px;
}

.title-lesson {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #183153;
}

.number-lesson-lt {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
  margin-top: 5px;
}

.number-lesson-lt .number {
  font-weight: 600;
}

.title-lesson-9min-choose {
  padding-bottom: 25px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 25px;
}

.lst-action-button-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}

.btn-lesson-test {
  padding-right: 10px;
}

.item-nav-lesson a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EFEFEF;
  border-radius: 10px;
  height: 40px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-nav-lesson {
  margin-right: 10px;
}

.lst-navigation-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-nav-prev a .icon {
  margin-right: 10px;
}

.item-nav-next a .icon {
  margin-left: 10px;
}

.item-nav-lesson a .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-nav-lesson a .icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-nav-lesson a:hover {
  background: #00C4C0;
}

.item-nav-lesson a:hover .txt {
  color: #fff;
}

.item-nav-lesson a:hover .icon svg path {
  fill: #fff;
}

.lst-item-detail-lesson {
  padding-top: 20px;
}

.box-name-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}

.box-name-lesson.bg-box-1 {
  background: rgba(254, 122, 66, 0.1);
}

.box-name-lesson.bg-box-2 {
  background: rgba(106, 255, 103, 0.1);
}

.box-name-lesson.bg-box-3 {
  background: rgba(81, 81, 229, 0.1);
}

.box-name-lesson .icon {
  margin-right: 10px;
}

.box-name-lesson .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.lst-lesson-detail {
  padding: 25px 20px;
}

.item-ls-detail {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.icon-ls-detail {
  border: 2px solid #00C4C0;
  background: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}

.name-item-ls-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.td-lesson-item .td-ls {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #00C4C0;
  margin-bottom: 3px;
}

.td-lesson-item .time {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #183153;
}

.item-ls-detail .td-lesson-item {
  text-align: right;
}

.item-ls-detail:last-child {
  padding: 0;
}

.item-ls-detail:last-child:before {
  display: none;
}

.item-ls-detail:before {
  content: "";
  position: absolute;
  left: 23px;
  background: #EEEEEE;
  width: 5px;
  height: 100%;
  top: 0;
}

.icon-ls-detail .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFF5D9;
}

.name-item-ls-detail:hover {
  color: #00C4C0;
}

.block-detail-lesson:last-child .lst-lesson-detail {
  padding-bottom: 0;
}

.box-dky-tv {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
}

.box-download-app {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
}

.top-dky-tv .picture {
  text-align: center;
}

.top-dky-tv .txt {
  color: #00C4C0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.lst-ud-course {
  padding-top: 25px;
}

.item-ud-course {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-ud-course:last-child {
  margin-bottom: 0;
}

.item-ud-course .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.item-ud-course .icon {
  width: 18px;
}

.box-combo-course {
  margin-top: 20px;
  background: rgba(255, 229, 216, 0.69);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.box-combo-course p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #183153;
}

.box-combo-course .price {
  color: #E02525;
  font-weight: 600;
}

.box-combo-course .price-old {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #E02525;
  font-weight: 600;
}

.btn-dky-now {
  padding-top: 15px;
}

.box-tv-now {
  margin-top: 20px;
  background: rgba(243, 243, 243, 0.5);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.box-tv-now .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.btn-mess {
  text-align: center;
  padding-top: 8px;
}

.btn-mess a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-mess a .icon {
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.btn-mess a .icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-mess a .txt-mess {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #183153;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-mess a:hover .txt-mess {
  color: #00c4c0;
}

.btn-mess a:hover .icon svg path {
  fill: #00c4c0;
}

.box-download-app .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
  margin-bottom: 20px;
}

.lst-item-download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-download-app {
  margin-right: 8px;
}

.item-download-app:last-child {
  margin-right: 0;
}

.item-download-app a {
  display: block;
}

.box-km-th {
  background: #D9FFFF;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.box-km-th .txt-km {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.box-km-th .picture-km {
  position: absolute;
  bottom: -18px;
  right: -30px;
}

.btn-tht {
  position: relative;
  z-index: 1;
}

.btn-tht .btn-bg {
  min-width: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  font-size: 14px;
  font-weight: 500;
}

.box-send-refund-9min {
  margin-top: 15px;
  background: #FFFFFF;
  border-radius: 15px;
  /* padding: 20px; */
}

.block-refund {
  display: block;
  padding: 20px;
}

.block-refund .txt {
  color: rgba(24, 49, 83, 0.5);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-bottom: 5px;
}

.block-refund:hover .txt {
  color: #00c4c0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-lt-9min-right {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .layout-lt-9min {
    display: block;
  }
  .block-lt-9min-left {
    margin-bottom: 20px;
  }
  .block-lt-9min-right {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-info-user-login {
    display: block;
  }
  .box-ui-user {
    width: 100%;
    margin-bottom: 25px;
  }
  .lst-statistical-ls-user {
    margin: 0;
  }
  .block-target-user {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .line-progress-target {
    width: 250px;
  }
  .box-list-day {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .box-dky-tv {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .box-download-app {
    width: 246px;
  }
  .lst-item-download-app {
    display: block;
  }
  .item-download-app {
    margin-right: 0;
    margin-bottom: 11px;
  }
  .box-km-th {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .box-send-refund-9min {
    width: 100%;
    margin-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-statistical-user {
    margin-bottom: 20px;
    width: 50%;
    margin-right: 0;
    padding: 0 10px;
  }
  .lst-statistical-ls-user {
    margin: 0 -10px;
  }
  .block-target-user {
    padding-top: 10px;
  }
  .line-progress-target {
    width: 100%;
    margin-right: 0;
  }
  .box-target-day {
    padding-top: 15px;
    width: 100%;
  }
  .box-list-day {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .box-dky-tv {
    width: 100%;
  }
  .box-download-app {
    width: 100%;
  }
  .box-send-refund-9min {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .box-ui-user .content {
    margin-left: 10px;
  }
  .item-statistical-user {
    width: 48%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .item-statistical-user:nth-child(2n+2) {
    margin-left: auto;
  }
  .top-lt-9min {
    padding: 20px;
  }
  .line-progress-target {
    width: 100%;
    margin-right: 0;
  }
  .box-target-day {
    padding-top: 20px;
    width: 100%;
  }
  .box-list-day {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 20px;
  }
  .block-lt-9min-left {
    padding: 20px;
  }
  .lst-action-button-lesson {
    display: block;
  }
  .btn-lesson-test {
    padding: 0;
  }
  .lst-navigation-lesson {
    padding-top: 15px;
  }
  .box-name-lesson {
    padding: 5px 10px;
    border-radius: 5px;
  }
  .lst-lesson-detail {
    padding: 15px 10px;
  }
  .item-ls-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .item-ls-detail .td-lesson-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 64px;
  }
  .td-lesson-item .td-ls {
    margin-right: 12px;
  }
  .name-item-ls-detail {
    margin-right: 0;
    display: block;
    margin-bottom: 7px;
  }
}
@media (max-width: 374px) {
  .item-statistical-user {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
/* End Home 1 */
/* CSS modal 9min */
.popup-page-9min {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 13;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

.popup-page-9min.open-popup-9min {
  opacity: 1;
  visibility: visible;
}

.content-popup-9min {
  padding: 0;
  z-index: 2;
  position: relative;
  margin: 30px 0;
  width: auto;
  background: transparent;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.main-popup-9min {
  width: 900px;
  border-radius: 16px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  margin: 1.75rem auto;
  -webkit-transform: translate(0, -65%);
  -ms-transform: translate(0, -65%);
  transform: translate(0, -65%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.popup-page-9min.open-popup-9min .main-popup-9min {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ct-popup-9min {
  padding: 40px;
}

.bg-popup-9min {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  background: #000000;
  opacity: 0.7;
}

.popup-page-9min .close-popup-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: rgba(217, 217, 217, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-page-9min svg path {
  fill: #183153;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-page-9min .close-popup-icon:hover {
  background: rgb(217, 217, 217);
}

.ct-popup-small {
  overflow: hidden;
}

.ct-popup-small .content-popup-9min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ct-popup-small .main-popup-9min {
  width: 500px;
  border-radius: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-popup-9min {
    width: 700px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-popup-9min {
    width: 520px;
    border-radius: 20px;
  }
  .ct-popup-9min {
    padding: 40px 30px;
  }
  .popup-page-9min .close-popup-icon {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .popup-page-9min .close-popup-icon svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 575px) {
  .main-popup-9min {
    width: 100%;
    border-radius: 10px;
  }
  .content-popup-9min {
    padding: 0 15px;
  }
  .popup-page-9min .close-popup-icon {
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: rgb(217, 217, 217);
  }
  .popup-page-9min .close-popup-icon svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .ct-popup-9min {
    padding: 20px;
  }
}
/* End CSS modal 9min */
/* Modal chọn ngôn ngữ */
.title-popup-9min .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #183153;
  text-align: center;
}

.title-popup-9min {
  padding-bottom: 50px;
  width: 100%;
}

.block-homepage-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 600px;
}

.content-homepage-language-popup {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-homepage-language-popup {
  width: 100%;
  padding-top: 50px;
}

.btn-next-steps .btn-bg {
  width: auto;
  padding: 20px;
}

.btn-next-steps {
  text-align: center;
}

.item-language-ls {
  border: 1px solid transparent;
  border-radius: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 9px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.item-language-ls:last-child {
  margin-bottom: 0;
}

.block-language-ls {
  width: 400px;
  margin: 0 auto;
}

.item-language-ls .icon-flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.item-language-ls .icon-flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.item-language-ls .content .name {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
}

.item-language-ls .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item-language-ls .icon-check {
  width: 20px;
  margin-left: 10px;
  position: relative;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-language-ls:hover {
  border-color: #00c4c0;
}

.item-language-ls.active {
  border-color: #00C4C0;
}

.item-language-ls.active .icon-check {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 576px) and (max-width: 1599px) {
  .block-homepage-popup {
    min-height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .title-popup-9min {
    padding-bottom: 30px;
  }
  .bottom-homepage-language-popup {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .title-popup-9min {
    padding-bottom: 30px;
  }
  .block-homepage-popup {
    min-height: calc(100vh - 100px);
  }
  .block-language-ls {
    width: 100%;
  }
  .item-language-ls {
    padding: 5px 10px;
  }
  .item-language-ls .icon-flag {
    margin-right: 8px;
  }
  .bottom-homepage-language-popup {
    padding-top: 30px;
  }
}
/* End Modal chọn ngôn ngữ */
/* Modal chọn thời gian */
.block-title-time-ls .txt-time {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 5px;
}

.block-title-time-ls .txt-small-time {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #183153;
}

.block-time-ls-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.time-ls-day--right {
  width: 325px;
  margin-left: 60px;
}

.time-ls-day--left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lst-choose-lesson-day {
  padding-top: 20px;
}

.box-note-time-ls {
  background: rgba(217, 217, 217, 0.25);
  border-radius: 15px;
  padding: 20px;
}

.box-note-time-ls .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 15px;
}

.box-note-time-ls .time-ls-day {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 15px;
}

.item-review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5px;
}

.item-review-box .icon {
  width: 15px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.item-review-box .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item-review-box .content .txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #183153;
  margin-bottom: 0;
}

.item-review-box:last-child {
  margin-bottom: 0;
}

.item-choose-ls-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}

.item-choose-ls-day .box-check-item .name-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  top: 2px;
}

.item-choose-ls-day:last-child {
  margin-bottom: 0;
}

.block-min-hour-ls {
  position: relative;
  top: 2px;
}

.item-choose-ls-day .box-check-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-min-hour-ls p {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #183153;
}

.block-title-time-ls {
  padding-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .time-ls-day--right {
    margin-left: 30px;
    width: 280px;
  }
  .block-title-time-ls {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .time-ls-day--right {
    margin-left: 30px;
    width: 280px;
  }
  .block-title-time-ls {
    padding-top: 0;
  }
  .block-time-ls-day {
    display: block;
  }
  .time-ls-day--left {
    margin-bottom: 30px;
  }
  .time-ls-day--right {
    width: 100%;
    margin: 0;
  }
  .lst-choose-lesson-day {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .item-choose-ls-day {
    display: block;
    margin-bottom: 15px;
  }
  .block-min-hour-ls {
    top: 0;
    padding-top: 5px;
    padding-left: 29px;
  }
}
/* End  Modal chọn thời gian */
/* Modal thiết lập lộ trình */
.block-lesson-lv {
  width: 630px;
  margin: 0 auto;
}

.block-lesson-lv .block-title-time-ls .txt-time {
  font-weight: 600;
}

.block-lesson-lv .block-title-time-ls {
  margin-bottom: 20px;
}

.lst-item-choose-lv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-choose-lv {
  width: 32%;
  margin-right: 2%;
  background: rgba(217, 217, 217, 0.25);
  border-radius: 10px;
  padding: 9px 15px;
  margin-bottom: 2%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.item-choose-lv:nth-child(3n+3) {
  margin-right: 0;
}

.item-choose-lv .name-lv {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #183153;
}

.item-choose-lv .number-ht {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

.item-choose-lv.active {
  border-color: #00C4C0;
}

.item-choose-lv:hover {
  border-color: #00C4C0;
}

@media (max-width: 991px) {
  .block-lesson-lv {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-choose-lv {
    width: 48.5%;
    margin-right: 0;
  }
  .item-choose-lv:nth-child(2n+2) {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .item-choose-lv {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* End Modal thiết lập lộ trình */
/* Modal Thiết lập lộ trình 2 */
.block-title-time-ls .lst-statistical-ls-user {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.block-title-time-ls .lst-statistical-ls-user .item-statistical-user {
  margin-right: 30px;
}

.block-title-time-ls .lst-statistical-ls-user .item-statistical-user:last-child {
  margin-right: 0;
}

.block-tl-lt-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-ct-tv {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  height: 100%;
}

.box-kq-lesson-course {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  height: 100%;
}

.tl-lt-lesson--left {
  width: 270px;
  margin-right: 20px;
}

.tl-lt-lesson--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.name-lt-lesson {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  margin-bottom: 20px;
}

.item-ct-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
}

.item-ct-tv .icon {
  background: rgba(35, 196, 243, 0.15);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-ct-tv .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.item-ct-tv .content .name {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #183153;
}

.item-ct-tv .content .txt-number-tv {
  color: #183153;
  font-weight: 400;
  font-size: 14px;
}

.item-ct-tv:last-child {
  margin-bottom: 0;
}

.box-kq-lesson-course .item-review-box .content .txt {
  font-size: 15px;
  line-height: 21px;
}

.box-kq-lesson-course .item-review-box .icon {
  top: -2px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .block-title-time-ls .lst-statistical-ls-user .item-statistical-user {
    width: auto;
  }
  .tl-lt-lesson--left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .block-tl-lt-lesson {
    display: block;
  }
  .lst-item-ct-tv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-ct-tv {
    width: 48%;
  }
  .item-ct-tv:nth-child(2n+2) {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .block-tl-lt-lesson {
    display: block;
  }
  .tl-lt-lesson--left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .block-title-time-ls .lst-statistical-ls-user .item-statistical-user {
    width: auto;
  }
}
/* End Modal Thiết lập lộ trình 2 */
/* Trang bảo trì */
.block-ht-update {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 20px;
  min-height: 600px;
  padding: 50px 65px;
}

.block-ht-update .picture {
  text-align: center;
  margin-bottom: 70px;
}

.block-ht-update .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-ht-upadte {
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
}

.bottom-ht-upadte .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 20px;
}

.lst-lh-about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
}

.item-lh-about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  padding: 0 10px;
}

.item-lh-about-us .icon {
  width: 40px;
  height: 40px;
  background: rgba(217, 217, 217, 0.53);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.item-lh-about-us .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.item-lh-about-us .content .txt-item {
  color: rgba(24, 49, 83, 0.76);
  margin-bottom: 3px;
}

.item-lh-about-us .content .txt-link-lh a {
  color: rgba(24, 49, 83, 0.76);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-lh-about-us .content .txt-link-lh a:hover {
  color: #00c4c0;
}

@media (min-width: 576px) and (max-width: 1599px) {
  .block-ht-update {
    min-height: 470px;
    padding: 40px 60px;
  }
}
@media (max-width: 575px) {
  .block-ht-update {
    min-height: calc(100vh - 100px);
    padding: 50px 30px;
  }
  .lst-lh-about-us {
    display: block;
  }
  .item-lh-about-us {
    width: 100%;
    padding: 0;
    margin-bottom: 17px;
  }
}
/* End Trang bảo trì */
/* Chuẩn bị vào bài học */
.wp-layout-big-9min {
  padding: 40px 0;
}

.min-h-700 {
  min-height: 700px;
}

.block-start-ls {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-start-ls .picture {
  text-align: center;
}

.content-start-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.content-start-ls .txt-big-start {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #00C4C0;
  margin-bottom: 16px;
}

.content-start-ls .txt-small {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #183153;
}

/* @media (min-width:992px) {
    .wp-layout-big-9min .container {
        max-width: 930px;
    }
} */
.layout-block-start-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 400px;
  margin: 0 auto;
  min-height: 400px;
}

.bottom-start-ls .btn-continue .btn-bg {
  width: auto;
  min-width: 250px;
  margin: 0 auto;
}

.bottom-start-ls .btn-continue {
  text-align: center;
  padding-top: 15px;
}

@media (min-width: 576px) and (max-width: 1599px) {
  .wp-layout-big-9min {
    padding: 30px 0;
  }
  .min-h-700 {
    min-height: calc(100vh - 115px);
  }
  .block-start-ls {
    padding: 40px 30px;
  }
  .layout-block-start-ls {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .wp-layout-big-9min {
    padding: 20px 0;
  }
  .min-h-700 {
    min-height: calc(100vh - 90px);
  }
  .block-start-ls {
    padding: 40px 30px;
    border-radius: 10px;
  }
  .layout-block-start-ls {
    min-height: 300px;
  }
  .bottom-start-ls .btn-continue .btn-bg {
    min-width: 200px;
  }
}
/* End Chuẩn bị vào bài học */
/* thiết lập tài khoản 1 */
.title-block-setup-tk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EDEDED;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.block-setup-tk {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 40px;
}

.btn-next-steps-setup .btn-bg {
  min-width: 120px;
}

.block-choose-language-setup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-choose-language-setup {
  width: 350px;
}

.block-language-user-choose .title-popup-9min {
  padding-bottom: 30px;
  text-align: left;
}

.block-language-user-choose .title-popup-9min .title {
  text-align: left;
  padding-left: 5px;
}

.right-choose-language-setup {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
}

.block-language-user-choose .block-language-ls {
  margin-left: 0;
}

.block-video-page {
  width: 100%;
  height: 500px;
  position: relative;
}

.video-d-block .video-main {
  display: block;
}

.video-main {
  position: relative;
  /* padding-top: 56.25%; */
  display: none;
  z-index: 1;
  height: 100%;
}

.video-main iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-d-block .layout-video-home {
  display: none;
}

.layout-video-home-new {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.img-video-home {
  overflow: hidden;
}

.img-video-home img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.play-control-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.play-control-intro:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.85));
  background: #31323E;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.play-control-intro:hover:before {
  opacity: 0.3;
}

.img-video-home-new {
  overflow: hidden;
}

.img-video-home-new {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-video-home-new img {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.block-video-page.video-d-block .layout-video-home-new {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-language-user-choose .block-language-ls {
    width: 300px;
  }
  .right-choose-language-setup {
    margin-left: 20px;
  }
  .left-choose-language-setup {
    width: 280px;
  }
  .block-video-page {
    height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-language-user-choose .block-language-ls {
    width: 100%;
  }
  .right-choose-language-setup {
    margin-left: 0;
  }
  .left-choose-language-setup {
    width: 100%;
    margin-bottom: 25px;
  }
  .block-video-page {
    height: 320px;
  }
  .block-setup-tk {
    padding: 25px;
  }
  .block-choose-language-setup {
    display: block;
  }
}
@media (max-width: 575px) {
  .block-language-user-choose .block-language-ls {
    width: 100%;
  }
  .right-choose-language-setup {
    margin-left: 0;
  }
  .left-choose-language-setup {
    width: 100%;
    margin-bottom: 25px;
  }
  .block-video-page {
    height: 320px;
  }
  .block-setup-tk {
    padding: 20px;
    border-radius: 10px;
  }
  .block-choose-language-setup {
    display: block;
  }
  .btn-next-steps-setup .btn-bg {
    min-width: 100px;
  }
}
/* End Thiết lập tài khoản 1 */
/* Thiết lập tài khoản 2 */
.block-info-user-setup .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
  margin-bottom: 25px;
}

.box-add-avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.txt-add-avatar {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.avatar-add {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.avatar-add img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.avatar-add .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.avatar-add:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000000;
  opacity: 0.2;
}

.item-info-user-setup {
  margin-bottom: 30px;
}

.item-info-user-setup:last-child {
  margin-bottom: 0;
}

.item-info-user-setup .txt-label {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  margin-bottom: 10px;
}

.ct-input input {
  width: 100%;
  height: 50px;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  padding: 0 15px;
  color: #183153;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ct-input input::-webkit-input-placeholder {
  color: #B5B5B5;
}

.ct-input input::-moz-placeholder {
  color: #B5B5B5;
}

.ct-input input:-ms-input-placeholder {
  color: #B5B5B5;
}

.ct-input input::-ms-input-placeholder {
  color: #B5B5B5;
}

.ct-input input::placeholder {
  color: #B5B5B5;
}

.ct-input input:focus {
  border-color: #00c4c0;
}

.ct-select select {
  width: 100%;
  height: 50px;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  padding: 0 15px;
  color: #183153;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  outline: none;
  cursor: pointer;
}

.ct-select select:focus {
  border-color: #00c4c0;
}

.ct-select {
  position: relative;
}

.ct-select .icon-select {
  position: absolute;
  top: 12px;
  right: 15px;
}

.item-info-user-setup .ct-select {
  width: 400px;
}

.item-info-user-setup .ct-input {
  width: 400px;
}

.lst-choose-mm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-choose-mm {
  width: 18.3%;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-choose-mm .content .name {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #183153;
}

.item-choose-mm:nth-child(5n+5) {
  margin-right: 0;
}

.btn-backpage-setup a .icon {
  background: #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  width: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-backpage-setup a:hover .icon {
  background: #00c4c0;
}

.btn-backpage-setup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-backpage-setup .txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.btn-backpage-setup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-backpage-setup a .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-backpage-setup a:hover .txt {
  color: #00c4c0;
}

.btn-backpage-setup a:hover .icon svg path {
  fill: #fff;
}

.btn-backpage-setup a .icon svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.item-choose-mm.active {
  border-color: #00c4c0;
}

.item-choose-mm:hover {
  border-color: #00c4c0;
}

.item-choose-mm .picture {
  text-align: center;
  margin-bottom: 15px;
}

.block-info-user-setup {
  width: 630px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .block-info-user-setup {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-choose-mm {
    width: 23.5%;
  }
  .item-choose-mm:nth-child(5n+5) {
    margin-right: 2%;
  }
  .item-choose-mm:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-choose-mm {
    width: 32%;
  }
  .item-choose-mm:nth-child(5n+5) {
    margin-right: 2%;
  }
  .item-choose-mm:nth-child(3n+3) {
    margin-right: 0;
  }
  .item-info-user-setup .ct-input {
    width: 100%;
  }
  .item-info-user-setup .ct-select {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .item-choose-mm {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .item-choose-mm:nth-child(5n+5) {
    margin-right: 0;
  }
  .item-choose-mm:nth-child(2n+2) {
    margin-left: auto;
  }
  .item-info-user-setup .ct-input {
    width: 100%;
  }
  .item-info-user-setup .ct-select {
    width: 100%;
  }
}
/* End Thiết lập tài khoản 2 */
/* Thiết lập tài khoản 3 */
.box-tl-newbie .block-title-time-ls {
  padding: 0;
  margin-bottom: 15px;
}

.lst-item-choose-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.item-choose-box {
  width: 48.5%;
  background: rgba(217, 217, 217, 0.25);
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
  cursor: pointer;
}

.item-choose-box .name {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  margin-bottom: 3px;
}

.item-choose-box .txt-small-ls {
  font-weight: 300;
  font-size: 15px;
  line-height: 16px;
  color: #183153;
}

.block-info-user-setup .block-lesson-lv {
  width: 100%;
}

.item-choose-box:nth-child(2n+2) {
  margin-left: auto;
}

.item-choose-box:hover,
.item-choose-box.active {
  border-color: #00C4C0;
}

.block-loading-lt-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 600px;
}

.block-loading-lt-user .picture {
  margin-bottom: 30px;
}

.block-loading-lt-user .txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #00C4C0;
  text-align: center;
}

.box-time-edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 196, 192, 0.07);
  border-radius: 10px;
  padding: 8px 20px;
  margin-bottom: 20px;
}

.ct-sum {
  width: 25px;
  height: 25px;
  background: #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.ct-sum:hover {
  background: #cccbcb;
}

.form-number input {
  width: 100%;
  height: 100%;
  outline: none;
  background: transparent;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #183153;
  padding: 0 11px;
}

.form-number {
  width: 80px;
}

@media (min-width: 991px) {
  .block-info-user-setup .time-ls-day--right {
    width: 300px;
    margin-left: 30px;
  }
}
@media (min-width: 576px) and (max-width: 1599px) {
  .block-loading-lt-user {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .lst-item-choose-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .lst-item-choose-box {
    margin-bottom: 10px;
  }
  .item-choose-box {
    margin-bottom: 10px;
    width: 100%;
  }
  .block-loading-lt-user {
    min-height: 400px;
  }
}
/* End Thiết lập tài khoản 3 */
/*  Thiết lập tài khoản 5 */
.block-ct-lt-start .box-ui-user {
  width: 300px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-start-kh .btn-bg {
  width: auto;
}

.btn-start-kh {
  padding-top: 15px;
}

.block-ct-lt-start .line-progress-target {
  margin-right: 0;
  width: 100%;
  padding-top: 10px;
}

.block-info-user-login.block-ct-lt-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-ct-layout-lt .tl-lt-lesson--left {
  width: 300px;
  margin-right: 20px;
}

.block-ct-layout-lt .box-ct-tv {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 25px;
}

.block-ct-layout-lt .box-kq-lesson-course {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-ct-lt-start .item-statistical-user {
    width: 100%;
    margin-right: 0;
  }
  .block-ct-lt-start .lst-statistical-ls-user {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px;
  }
  .block-info-user-login.block-ct-lt-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-ct-lt-start .box-ui-user {
    margin-bottom: 24px;
  }
  .block-ct-layout-lt .tl-lt-lesson--left {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .block-ct-lt-start .box-ui-user {
    width: 100%;
  }
  .btn-start-kh .btn-bg {
    font-size: 14px;
    padding: 0 10px;
  }
  .block-ct-layout-lt .tl-lt-lesson--left {
    width: 100%;
    margin-right: 0;
  }
  .block-ct-layout-lt .box-ct-tv {
    padding: 20px;
    border-radius: 10px;
  }
  .top-lt-9min {
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 15px;
  }
  .block-ct-layout-lt .tl-lt-lesson--left {
    margin-bottom: 15px;
  }
  .block-ct-layout-lt .box-kq-lesson-course {
    border-radius: 10px;
  }
}
/* End Thiết lập tài khoản 5 */
/* Xác minh tài khoản 1 */
.header-xt-tk {
  margin-bottom: 40px;
}

.main-xt-tk {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-xt-tk {
  padding-top: 20px;
}

.header-xt-tk .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #183153;
  text-align: center;
}

.main-xt-tk .avatar-tk .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.main-xt-tk .avatar-tk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  position: relative;
}

.main-xt-tk .avatar-tk .avatar:Before {
  background: -o-linear-gradient(315deg, #3C8CE7 0%, #00EAFF 100%);
  background: linear-gradient(135deg, #3C8CE7 0%, #00EAFF 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.avatar-tk {
  text-align: center;
  padding-bottom: 30px;
  width: 250px;
  margin: 0 auto;
}

.avatar-tk .name {
  background: -o-linear-gradient(315deg, #3C8CE7 0%, #00EAFF 100%);
  background: linear-gradient(135deg, #3C8CE7 0%, #00EAFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.main-xt-tk .content .txt-small {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #183153;
}

.bottom-xt-tk .btn-bg {
  height: 50px;
}

.title-xm-sdt .title {
  text-align: left;
  margin-bottom: 10px;
}

.title-xm-sdt .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #183153;
}

.item-sdt-fill {
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  overflow: hidden;
}

.item-sdt-fill input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  padding-left: 45px;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}

.item-sdt-fill .icon {
  position: absolute;
  top: 10px;
  left: 15px;
}

.title-xm-sdt {
  padding-top: 12px;
}

.item-sdt-fill .name-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
}

.item-sdt-fill:last-child {
  margin-bottom: 0;
}

.title-xm-sdt .txt .sdt {
  color: #3C8CE7;
  font-weight: 500;
}

.block-xm-tc-user .picture {
  padding-bottom: 20px;
}

.block-xm-tc-user {
  text-align: center;
}

.block-xm-tc-user .content .title-big {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #00C4C0;
  margin-bottom: 5px;
}

.block-xm-tc-user .content .title-small {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}

.block-xm-tc-user .content {
  padding-bottom: 50px;
}

.btn-ctn .btn-bg {
  width: auto;
  min-width: 180px;
}

@media (max-width: 1599px) {
  .header-xt-tk {
    margin-bottom: 40px;
  }
  .block-xm-tc-user .content {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .header-xt-tk {
    margin-bottom: 20px;
  }
}
/* End Xác minh tài khoản 1 */
/* Thanh toán */
.picutre-tt {
  text-align: center;
}

.main-xt-tk .btn-bg {
  height: 45px;
}

.btn-code-kh {
  border-radius: 10px;
  color: #183153;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  background: #F2F2F2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  outline: none;
}

.btn-code-kh:hover {
  background: #d9d9d9;
}

.btn-fill-code {
  margin-bottom: 15px;
}

.main-pay-page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-pay-page {
  padding-top: 40px;
}

.ct-layout-pay .btn-backpage-setup {
  margin-bottom: 20px;
  position: relative;
  left: -15px;
}

.box-note-pay {
  background: rgba(255, 229, 216, 0.69);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 15px;
}

.box-note-pay .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #183153;
}

.form-fill-qr-sale {
  position: relative;
  height: 50px;
  margin-bottom: 50px;
}

.form-fill-qr-sale .icon {
  position: absolute;
  left: 16px;
  top: 12px;
}

.form-fill-qr-sale input {
  width: 100%;
  height: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 0 15px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
  text-transform: uppercase;
}

.txt-fail-code {
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FF514D;
}

.form-fill-qr-sale input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #B5B5B5;
}

.form-fill-qr-sale input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #B5B5B5;
}

.form-fill-qr-sale input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #B5B5B5;
}

.form-fill-qr-sale input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #B5B5B5;
}

.form-fill-qr-sale input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #B5B5B5;
}

.btn-user-support a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F8F8F8;
  border-radius: 10px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-user-support a .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-user-support a .icon {
  margin-left: 15px;
}

.btn-user-support a .icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-user-support a:hover {
  background: #D9D9D9;
}

.bottom-pay-page .block-or {
  margin: 20px 0;
}

.btn-pay-now .btn-bg {
  height: 45px;
}

.block-loading-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-loading-pay .picture {
  margin-bottom: 30px;
}

.block-loading-pay .txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #00C4C0;
}

@media (max-width: 575px) {
  .layout-page-login-9min.ct-layout-pay {
    padding: 20px;
  }
  .ct-layout-pay .btn-backpage-setup {
    left: 0;
    margin-bottom: 15px;
  }
  .bottom-pay-page {
    padding-top: 25px;
  }
}
/* End Thanh toán */
/* Mã giới thiệu */
.block-mgt-user {
  width: 100%;
  padding-top: 20px;
}

.flex-1-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 80px;
}

.block-mgt-user .txt-small {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #183153;
  margin-bottom: 6px;
}

.block-copy-code .txt-code {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #25B2F1;
}

.block-copy-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.block-copy-code .icon-copy {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.block-copy-code .icon-copy svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.block-copy-code .icon-copy:hover svg path {
  fill: #00eaff;
}

.btn-tht-view .btn-bg {
  width: auto;
  padding: 0 20px;
}

.block-download-topbar .txt-tb p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
}

.block-download-topbar .txt-tb {
  border-bottom: 1px solid #E8EAEE;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.download-topbar-phone .txt-small {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  margin-bottom: 15px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .flex-1-right {
    margin: 0;
  }
  .download-topbar-phone .lst-item-download-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .download-topbar-phone .lst-item-download-app .item-download-app {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .flex-1-right {
    margin-left: 0;
  }
}
/* End Mã giới thiệu */
/* Cài đặt */
.box-user-no-active {
  width: 100%;
  background: #FFD3A5;
  border-radius: 10px;
  padding: 15px;
}

.box-user-no-active .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #183153;
}

.box-user-no-active .link-active {
  color: #FF2D55;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.box-user-no-active .link-active:hover {
  color: #25b2f1;
  text-decoration: underline;
}

.title-form-user {
  background: #F4F5F7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.title-form-user .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00C4C0;
}

.title-form-user .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.title-form-user .content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  margin-bottom: 0;
}

.title-form-user .icon-arrow {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  padding-left: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.title-form-user .icon-arrow svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.title-form-user .icon-arrow svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.title-form-user:hover .icon-arrow {
  background: #00c4c0;
}

.title-form-user:hover .icon-arrow svg path {
  fill: #fff;
}

.title-form-user:hover {
  background: #D8DCE2;
}

.item-form-user {
  margin-bottom: 15px;
}

.item-form-user:last-child {
  margin-bottom: 0;
}

.item-form-user.active .content-form-user {
  display: block;
}

.content-form-user {
  display: none;
  padding: 20px;
}

.item-form-info-user {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-form-info-user:last-child {
  margin-bottom: 0;
}

.content-form-user .box-add-avatar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-form-user .box-add-avatar .avatar-add {
  width: 70px;
  height: 70px;
  border: 2px solid #00C4C0;
}

.item-form-info-user .name-item {
  width: 130px;
}

.item-form-info-user .ct-input-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  position: relative;
}

.item-form-info-user .ct-input-info input {
  outline: none;
  border: none;
  border-bottom: 1px solid #ECECEC;
  color: #183153;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-form-info-user .name-item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #183153;
}

.ct-input-info input::-webkit-outer-spin-button,
.ct-input-info input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ct-input-info input[type=number] {
  -moz-appearance: textfield;
}

.item-form-info-user .ct-input-info input:focus {
  border-color: #00c4c0;
}

.form-icon-password {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form-icon-password .icon-view {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.form-icon-password .icon-no-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  top: 0;
}

.item-form-info-user .ct-input-info.open-pass .icon-view {
  opacity: 0;
  visibility: hidden;
}

.item-form-info-user .ct-input-info.open-pass .icon-no-view {
  opacity: 1;
  visibility: visible;
}

.item-check-info-user .box-check-item label .name-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-right: 10px;
  margin-left: 0;
}

.item-check-info-user .box-check-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-check-info-user .box-check-item label .checked {
  left: auto;
  right: 0;
}

.item-check-info-user {
  margin-bottom: 15px;
}

.item-form-user.active .title-form-user .icon-arrow svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.item-check-info-user:last-child {
  margin-bottom: 0;
}

.btn-save-info {
  padding-top: 40px;
}

.btn-save-info .btn-bg {
  width: auto;
  min-width: 150px;
  height: 45px;
}

@media (max-width: 575px) {
  .content-form-user {
    padding: 15px 10px;
  }
  .item-form-info-user {
    display: block;
    margin-bottom: 20px;
  }
  .item-form-info-user .name-item {
    width: 100%;
    margin-bottom: 1px;
  }
  .item-form-info-user .ct-input-info {
    margin-left: 0;
  }
  .item-form-info-user .name-item p {
    font-size: 14px;
  }
}
/* End Cài đặt */
/* Trang thông báo */
.tab-ntf-user {
  width: 300px;
}

.title-tab-ntf-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-tab-ntf-user {
  padding-top: 25px;
}

.block-notification-user {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-tab-ntf-user a {
  color: rgba(24, 49, 83, 0.5);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-tab-ntf-user {
  margin-right: 25px;
  margin-bottom: 10px;
}

.item-tab-ntf-user:last-child {
  margin-right: 0;
}

.item-tab-ntf-user.active a {
  font-weight: 600;
  color: #183153;
}

.item-tab-ntf-user:hover a {
  color: #183153;
}

.content-tab-ntf-user {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
  border: 1px solid rgba(216, 216, 216, 0.6);
  border-radius: 15px;
  overflow: hidden;
}

.item-ntf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(216, 216, 216, 0.6);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.item-ntf .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EAEBED;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.item-ntf .icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-ntf:hover .icon svg path {
  fill: #fff;
}

.item-ntf:hover .icon {
  background: #00C4C0;
}

.item-ntf .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 14px;
}

.item-ntf .content .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #6C6C6C;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 3px;
}

.item-ntf .content .txt a {
  display: block;
}

.item-ntf:hover .content .txt {
  color: #00c4c0;
}

.item-ntf.active .content .txt {
  font-weight: 600;
  color: #183153;
}

.item-ntf.active .icon {
  background: #00C4C0;
}

.item-ntf.active .icon svg path {
  fill: #fff;
}

.item-ntf .content .txt-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #B1B1B1;
}

.block-ntf {
  padding-right: 10px;
  margin-right: -10px;
}

.content-item-ntf .picture {
  margin-bottom: 15px;
}

.content-item-ntf .content {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-item-ntf {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.content-item-ntf .content .txt-big {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
  margin-bottom: 10px;
}

.content-item-ntf .content .txt-small {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
}

.btn-dh {
  padding-top: 30px;
  text-align: center;
}

.btn-dh .btn-bg {
  width: auto;
  min-width: 110px;
}

.block-mess-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.item-mess-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.item-mess-support .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.item-mess-support .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.item-mess-support .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-inline-content {
  display: inline-block;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 10px;
  padding: 9px 16px;
}

.box-inline-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
  display: inline-block;
}

.item-mess-support.item-user-refund .box-inline-content {
  background: #00C4C0;
}

.item-mess-support.item-user-refund .box-inline-content p {
  color: #fff;
}

.layout-form-fill-mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}

.bottom-form-fill-mess {
  padding: 20px;
  padding-top: 10px;
}

.layout-form-fill-mess .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.layout-form-fill-mess .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.layout-form-fill-mess .form-mess {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}

.layout-form-fill-mess .form-mess textarea {
  width: 100%;
  height: 70px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
}

.btn-xn-mess a {
  position: relative;
  top: 2px;
  width: 20px;
  display: inline-block;
  text-align: center;
}

.btn-xn-mess a svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-xn-mess a:hover svg path {
  fill: #00eaff;
}

.content-mess-support {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-height: 485px;
  min-height: 480px;
}

.ct-support-ntf {
  min-height: 558px;
  max-height: 560px;
}

.content-item-ntf {
  min-height: 550px;
  max-height: 640px;
}

.ct-scroll-block {
  overflow-y: auto;
}

.ct-scroll-block::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
}

.ct-scroll-block::-webkit-scrollbar-track {
  background: transparent;
}

.ct-scroll-block::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tab-ntf-user {
    width: 260px;
  }
  .content-tab-ntf-user {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .block-notification-user {
    display: block;
  }
  .tab-ntf-user {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-tab-ntf-user {
    margin: 0;
  }
  .ct-support-ntf {
    min-height: auto;
    max-height: inherit;
    overflow: visible;
  }
  .content-mess-support {
    max-height: 400px;
    min-height: 390px;
  }
}
@media (max-width: 575px) {
  .content-item-ntf {
    max-height: 600px;
  }
  .content-mess-support {
    padding: 10px;
  }
  .bottom-form-fill-mess {
    padding: 10px;
  }
  .block-notification-user {
    padding-top: 20px;
  }
}
/* End Trang thông báo */
/* Trang thoát ra */
.btn-bg-ccc {
  border-radius: 10px;
  color: #183153;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  background: #ECECEC;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  outline: none;
}

.btn-bg-ccc:hover {
  background: #00c4c0;
  color: #fff;
}

.btn-out .btn-bg-ccc {
  width: auto;
  min-width: 250px;
  margin: 0 auto;
}

.btn-out {
  text-align: center;
}

.lst-answer-question-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 30px;
}

.item-answer-qt-lesson .number-item {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #00C4C0;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 8px;
}

.item-answer-qt-lesson .txt-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
}

.item-answer-qt-lesson {
  margin-right: 30px;
}

.item-answer-qt-lesson:last-child {
  margin-right: 0;
}

.item-answer-qt-lesson .number-item .number {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
}

.txt-point-number-test {
  font-size: 16px;
  line-height: 20px;
  color: #183153;
  margin-bottom: 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .lst-answer-question-lesson {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .btn-out .btn-bg-ccc {
    min-width: 200px;
  }
  .bottom-start-ls .btn-continue {
    padding-top: 10px;
  }
  .item-answer-qt-lesson {
    margin-right: 20px;
  }
  .item-answer-qt-lesson .number-item {
    width: 55px;
    height: 55px;
  }
  .item-answer-qt-lesson .number-item .number {
    font-size: 14px;
  }
}
/* End Trang thoát ra */
/* Trang từ vựng */
.block-tv-page {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 25px;
}

.block-tv-page .box-ui-user {
  width: 100%;
  margin-bottom: 20px;
}

.block-tv-page .box-ui-user .avatar {
  width: 50px;
  height: 50px;
}

.block-tv-page .box-ui-user .line-progress-target {
  margin-right: 0;
  width: 220px;
}

.block-tv-page .box-ui-user .txt-gn-number {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
}

.block-tv-page .box-ui-user .txt-gn-number .txt-color {
  color: rgba(24, 49, 83, 0.5);
  font-size: 15px;
}

.block-lst-tk-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: -15px;
}

.item-tk-user {
  padding: 0 10px;
  width: 33.33%;
  margin-bottom: 15px;
}

.item-tk-user .content {
  background: #F4F4F4;
  border-radius: 15px;
  padding: 15px;
  position: relative;
}

.item-tk-user .title .txt-big {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #00C4C0;
  margin-bottom: 3px;
}

.item-tk-user .title .txt-small {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
}

.item-tk-user .title {
  margin-bottom: 15px;
}

.box-tv .name-tv {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 13px;
}

.box-tv .line-progress-target {
  width: 100px;
}

.box-tv .line-progress-target .number-tk-tv {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: #183153;
  margin-bottom: 6px;
}

.box-tv-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-tv-new .texture-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.lst-action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-tv-new .txt-tv-new {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
}

.left-tv-new .txt-tl-tv {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(24, 49, 83, 0.8);
}

.left-tv-new .txt-tsl-tv {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #183153;
  margin-top: 5px;
}

.left-tv-new {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
}

.right-tv-new {
  margin-left: 10px;
  position: relative;
  z-index: 1;
}

.lst-action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-action-box {
  background: #00C4C0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-action-box:last-child {
  margin-right: 0;
}

.item-action-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.item-action-box:hover {
  background: #28b9b6;
}

.box-tv .line-progress-target .block-line-progress {
  background: #fff;
}

.block-bd-tv {
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 15px;
  padding: 20px;
}

.title-item-bd-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.title-item-bd-tv .icon {
  background: rgba(0, 196, 192, 0.1);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title-item-bd-tv .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  padding-top: 5px;
}

.title-item-bd-tv .content .name-bd-tv {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
  margin-bottom: 4px;
}

.title-item-bd-tv .content .txt-bd-tv-small {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
}

.lst-item-bd-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.item-bd-tv {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.layout-item-bd-tv {
  background: #F8F8F8;
  padding: 15px;
  border-radius: 10px;
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.lst-number-tv-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lst-number-tv-icon .line-progress-target {
  width: 80px;
}

.lst-number-tv-icon .icon-box {
  background: rgba(244, 220, 208, 0.69);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.layout-item-bd-tv .name-tv {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.item-bd-tv:hover .layout-item-bd-tv {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.item-bd-tv:hover .layout-item-bd-tv .name-tv {
  color: #00c4c0;
}

.box-item-bd-tv {
  padding-bottom: 25px;
}

.box-item-bd-tv:last-child {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .item-tk-user {
    width: 50%;
  }
  .item-bd-tv {
    width: 33.33%;
    padding: 0 6px;
    margin-bottom: 10px;
  }
  .lst-item-bd-tv {
    margin: 0 -6px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-tk-user {
    width: 50%;
  }
  .item-tk-user .content {
    padding: 10px;
    border-radius: 10px;
  }
  .item-bd-tv {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 10px;
  }
  .lst-item-bd-tv {
    margin: 0 -6px;
  }
}
@media (max-width: 575px) {
  .item-tk-user {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .item-tk-user .content {
    padding: 10px;
    border-radius: 10px;
  }
  .item-bd-tv {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .lst-item-bd-tv {
    margin: 0;
  }
  .block-tv-page {
    padding: 15px;
  }
  .block-bd-tv {
    padding: 15px;
  }
  .block-lst-tk-user {
    margin: 0;
    margin-bottom: -17px;
  }
}
/* End Trang từ vựng */
/* Dạng học */
/* @media (min-width: 992px) {
    .header-lesson-page .container {
        max-width: 930px;
    }
    .wp-main-lesson-page .container {
        max-width: 930px;
    }
} */
.layout-lesson-9min-new {
  padding: 15px 0;
}

.wp-main-lesson-page {
  padding: 60px 0;
}

.header-lesson-page {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
}

.layout-header-lesson-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 60px;
}

.main-header-lesson-page {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}

.left-header-lesson-page {
  position: relative;
  z-index: 1;
}

.right-header-lesson-page {
  position: relative;
  z-index: 1;
}

.btn-logout-lesson a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-logout-lesson a .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-logout-lesson a .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #F4F5F7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-logout-lesson a:hover .icon {
  background: #ffd1d1;
}

.btn-logout-lesson a:hover .txt {
  color: #dd1717;
}

.btn-logout-lesson a .icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-logout-lesson a:hover .icon svg path {
  fill: #dd1717;
}

.main-header-lesson-page .time-lesson {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
}

.block-stesp-leeson .txt-steps {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: rgba(24, 49, 83, 0.5);
}

.block-stesp-leeson .txt-steps .strong-number {
  color: #183153;
  font-size: 18px;
  line-height: 22px;
}

.block-layout-ct-lesson {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
  position: relative;
}

.ct-width-lesson-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 200px);
}

.txt-number-lesson-tv {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  padding-bottom: 25px;
}

.item-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  width: 45%;
  margin-right: 10%;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.lst-item-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-tv .box-check-item {
  width: 30px;
}

.item-tv .icon-volume-tv {
  width: 20px;
  text-align: center;
  cursor: pointer;
}

.block-content-lesson-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-footer-lesson-main {
  padding-top: 25px;
}

.content-item-tv {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn-start-lesson-now .btn-bg {
  width: auto;
}

.block-footer-lesson-main .btn-bg {
  width: auto;
  min-width: 150px;
}

.btn-start-lesson-now {
  text-align: center;
}

.item-tv:nth-child(2n+2) {
  margin-right: 0;
}

.content-item-tv .name-main {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
}

.content-item-tv .txt-tsl-main {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #183153;
}

.lst-stesp-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lst-stesp-pagination .item-steps {
  display: block;
  background: #ECECEC;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.width-ct-lesson-tv {
  width: 360px;
  margin: 0 auto;
}

.lst-stesp-pagination .item-steps.steps-selected {
  background: #00C4C0;
}

.lst-stesp-pagination .item-steps:hover {
  background: #00C4C0;
}

.txt-number-tv-lesson {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #183153;
}

.block-choose-tv-lesson {
  margin-bottom: 10px;
}

.txt-number-tv-lesson strong {
  font-weight: 700;
}

.title-lesson-tv-suggest {
  position: relative;
}

.title-tv-page {
  padding-bottom: 25px;
}

.title-lesson-tv-suggest .picture {
  width: 100%;
}

.title-lesson-tv-suggest .picture img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.icon-volume-read {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #00C4C0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.box-text-tv {
  text-align: center;
  padding-top: 15px;
}

.txt-name-tv-big {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
  margin-bottom: 8px;
}

.txt-name-tv-tsl {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #183153;
}

.bottom-tv-page {
  padding-top: 100px;
}

.lst-nav-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-navigation-lesson a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00C4C0;
  border-radius: 5px;
  height: 40px;
  min-width: 150px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-navigation-lesson {
  margin-right: 20px;
}

.item-navigation-lesson:last-child {
  margin-right: 0;
}

.item-back-nav-lesson a .icon {
  margin-right: 15px;
}

.item-next-nav-lesson a .icon {
  margin-left: 15px;
  position: relative;
}

.item-navigation-lesson a .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  position: relative;
}

.item-navigation-lesson a:hover {
  background: #01bab6;
}

.icon-volume-read:hover {
  background: #01bab6;
}

.block-qt-dh .txt {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  text-align: center;
  margin-bottom: 12px;
}

.lst-action-dk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-action-dk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  background: #ECECEC;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

.item-action-dk:last-child {
  margin-right: 0;
}

.btn-dh-lesson .btn-bg {
  min-width: 300px;
  width: auto;
}

.btn-dh-lesson {
  text-align: center;
}

.txt-np {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #A0A0A0;
  margin-top: 10px;
}

.item-answer-choose-tv {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #FFFFFF;
  border: 1px solid #E5E9EC;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}

.item-answer-choose-tv:last-child {
  margin-bottom: 0;
}

.item-answer-choose-tv .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.item-answer-choose-tv:hover {
  background: #20cbc8;
  border-color: #20cbc8;
}

.item-answer-choose-tv:hover .txt {
  color: #fff;
}

.block-ls-radio-tv .icon-volume-read {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  width: 50px;
  height: 50px;
}

.block-ls-radio-tv {
  padding-top: 50px;
}

.lst-item-question-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-chooose-answer-picture .txt-title-question {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #183153;
  text-align: center;
  margin-bottom: 20px;
}

.item-answer-question-picture {
  width: 47%;
  margin-bottom: 20px;
  cursor: pointer;
}

.block-chooose-answer-picture {
  width: 420px;
  margin: 0 auto;
}

.item-answer-question-picture:nth-child(2n+2) {
  margin-left: auto;
}

.item-answer-question-picture .picture {
  width: 100%;
  height: 135px;
}

.item-answer-question-picture .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

.item-answer-question-picture .content {
  padding-top: 10px;
  text-align: center;
}

.item-answer-question-picture .content .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-answer-question-picture:hover .content .txt {
  color: #00c4c0;
}

.form-fill-data-answer {
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 10px;
}

.form-fill-data-answer .txt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.block-answer-gt .txt-title {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 20px;
}

.lst-title-answer-gt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-answer-gt {
  width: 40px;
  height: 38px;
  background: #E5E9EC;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #E5E9EC;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.item-answer-gt .number {
  position: absolute;
  top: -7px;
  right: -7px;
  background: #E5E9EC;
  border: 0.5px solid #BDBDBD;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  color: #183153;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-answer-gt .txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-answer-gt:hover {
  border-color: #00C4C0;
}

.lst-action-lesson-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-action-lesson-opt {
  background: #F0F1F3;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.item-action-lesson-opt:last-child {
  margin-right: 0;
}

.item-voice-action {
  width: 50px;
  height: 50px;
  background: #00C4C0;
}

.item-action-lesson-opt:hover {
  background: #dadcdf;
}

.item-action-lesson-opt.item-voice-action:hover {
  background: #01bab6;
}

@media (min-width: 576px) and (max-width: 1599px) {
  .bottom-tv-page {
    padding-top: 50px;
  }
  .block-ls-radio-tv {
    padding-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .block-layout-ct-lesson {
    padding: 30px;
  }
  .item-tv {
    width: 48%;
    margin-right: 2%;
  }
  .ct-width-lesson-layout {
    min-height: calc(100vh - 155px);
  }
}
@media (max-width: 575px) {
  .block-layout-ct-lesson {
    padding: 20px;
  }
  .ct-width-lesson-layout {
    min-height: calc(100vh - 145px);
  }
  .item-tv {
    width: 100%;
    margin-right: 0;
  }
  .width-ct-lesson-tv {
    width: 100%;
  }
  .bottom-tv-page {
    padding-top: 30px;
  }
  .btn-dh-lesson .btn-bg {
    min-width: 100%;
  }
  .block-ls-radio-tv {
    padding-top: 20px;
  }
  .block-chooose-answer-picture {
    width: 100%;
  }
}
/* End Dạng học */
/* Dạng học đúnmg sai */
.block-kq-lesson {
  text-align: center;
}

.block-kq-lesson .icon {
  margin-bottom: 14px;
}

.block-kq-lesson .txt-complete-ls {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #00C4C0;
}

.answer-kq-lesson {
  padding-top: 15px;
}

.answer-kq-lesson .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.answer-kq-lesson .picture img {
  border-radius: 10px;
  border: 1px solid rgba(217, 217, 217, 0.5);
}

.txt-wrong-ls {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FF2D55;
}

/* End Dạng học đúnmg sai */
/* Dạng học 1 */
.title-lesson-1-suggest .video-lesson {
  height: 390px;
}

.title-lesson-1-suggest .video-lesson iframe {
  width: 100%;
  height: 100%;
}

.block-layout-lesson-1-page {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.title-lesson-1-suggest {
  margin-bottom: 20px;
}

.title-tab-lesson-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.item-title-tab-lesson a {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: rgba(24, 49, 83, 0.5);
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-title-tab-lesson a:hover {
  color: rgb(24, 49, 83);
}

.item-title-tab-lesson.active a {
  color: #183153;
  font-weight: 600;
}

.item-title-tab-lesson {
  margin-right: 40px;
}

.item-title-tab-lesson:last-child {
  margin-right: 0;
}

.form-fill-email-download {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-fill-email-download .ct-input {
  width: 250px;
}

.btn-send-tl {
  padding-left: 20px;
}

.form-fill-email-download .ct-input input {
  height: 40px;
  font-size: 15px;
  border-radius: 10px;
}

.block-download-no-tl {
  text-align: center;
  padding: 30px 0;
}

.block-download-no-tl .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .block-layout-lesson-1-page {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .title-lesson-1-suggest .video-lesson {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .title-lesson-1-suggest .video-lesson {
    height: 280px;
  }
  .item-title-tab-lesson {
    margin-right: 20px;
  }
  .item-title-tab-lesson a {
    font-size: 16px;
  }
  .form-fill-email-download {
    display: block;
    padding-top: 20px;
  }
  .form-fill-email-download .ct-input {
    width: 100%;
    margin-bottom: 11px;
  }
  .btn-send-tl .btn-bg {
    width: auto;
  }
  .btn-send-tl {
    text-align: center;
    padding: 0;
  }
}
/* End Dạng học 1 */
/* Dạng học 2 */
.block-layout-lesson-2-page {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.content-lesson-2-page .title-lesson-tv-suggest .picture img {
  border-radius: 0;
}

.content-lesson-2-page .title-lesson-tv-suggest {
  width: 375px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .block-layout-lesson-2-page {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .content-lesson-2-page .title-lesson-tv-suggest {
    width: 100%;
  }
}
/* End Dạng học 2 */
/* Dạng học 3 */
.block-layout-ls-3 .content-tv-page {
  max-width: 500px;
}

.block-layout-ls-3 {
  width: 500px;
  margin: 0 auto;
}

.box-question-ls-color {
  background: rgba(244, 220, 208, 0.33);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 25px;
}

.box-question-ls-color .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.block-layout-ls-3 .bottom-tv-page {
  width: 355px;
  margin: 0 auto;
}

.block-ls-3 .icon-volume-read {
  position: relative;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 30px;
}

.block-ls-3 .picture {
  text-align: center;
}

@media (max-width: 767px) {
  .block-layout-ls-3 {
    width: 100%;
  }
  .box-question-ls-color {
    padding: 15px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .block-layout-ls-3 .bottom-tv-page {
    width: 100%;
    padding-top: 30px;
  }
}
/* End Dạng học 3 */
/*  Dạng học 4 */
.box-question-ls-color .icon {
  width: 25px;
  height: 25px;
  background: #FC9C65;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
}

.box-question-ls-color .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* End Dạng học 4 */
/* Dạng học 5 */
.block-lst-answer-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-answer-picture {
  width: 49%;
  margin-bottom: 10px;
  border: 2px solid #F0F0F0;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.block-layout-ls-5 {
  width: 500px;
  margin: 0 auto;
}

.item-answer-picture .picture img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.item-answer-picture:nth-child(2n+2) {
  margin-left: auto;
}

.item-answer-picture:hover {
  border-color: #00C4C0;
}

.item-answer-picture .picture {
  height: 100%;
  width: 100%;
}

.block-lst-answer-picture {
  width: 450px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .block-lst-answer-picture {
    width: 100%;
  }
  .block-layout-ls-5 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .item-answer-picture .picture img {
    border-radius: 5px;
  }
  .item-answer-picture {
    border-radius: 5px;
  }
}
/* End Dạng học 5 */
/* Dạng học 6 */
.btn-tl-question {
  text-align: center;
}

.block-question-ls-6 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
  margin-bottom: 10px;
}

.block-layout-ls-6 {
  width: 500px;
  margin: 0 auto;
}

.block-layout-ls-6 .bottom-tv-page {
  width: 355px;
  margin: 0 auto;
}

.btn-read-leson-refund {
  text-align: center;
  padding-bottom: 30px;
}

.btn-read-leson-refund a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #E5E9EC;
  border-radius: 5px;
  height: 35px;
  padding: 0 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-read-leson-refund a .icon {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.btn-read-leson-refund a .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #183153;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-read-leson-refund a:hover {
  background: #dadada;
}

.icon-close-ls {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #F4F5F7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.icon-close-ls svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-close-ls:hover {
  background: #ffd1d1;
}

.icon-close-ls:hover svg path {
  fill: #dd1717;
}

@media (max-width: 767px) {
  .block-layout-ls-6 {
    width: 100%;
  }
  .block-layout-ls-6 .bottom-tv-page {
    width: 100%;
  }
  .btn-read-leson-refund {
    padding-bottom: 20px;
  }
  .icon-close-ls {
    top: -4px;
    right: -12px;
    position: relative;
    margin-left: auto;
    margin-top: -10px;
  }
}
/* End Dạng học 6 */
/* Dạng học 8 + 9*/
.block-layout-ls-8 {
  width: 600px;
  margin: 0 auto;
}

.block-name-question-ls8 {
  text-align: center;
  padding-top: 30px;
}

.block-name-question-ls8 .txt-name-qt {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.box-show-list-arrange {
  border-top: 1px solid #ECECEC;
  padding-top: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -10px;
}

.box-name-arrange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -10px;
}

.item-tv-arrange button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
  background: #E5E9EC;
  border-radius: 10px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
}

.item-tv-arrange {
  margin-right: 10px;
  margin-bottom: 10px;
}

.item-tv-arrange:hover button {
  border-color: #00C4C0;
  background: #fff;
}

.item-name-choose-arrange button {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
  color: #183153;
  background: #E5E9EC;
  border-radius: 10px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
  border: none;
}

.item-name-choose-arrange {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.item-name-choose-arrange:last-child {
  padding-right: 0;
}

.icon-close-button {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e2e2e2;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding-left: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.icon-close-button svg {
  width: 7px;
}

.icon-close-button svg path {
  fill: #464646;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-name-choose-arrange:hover .icon-close-button {
  opacity: 1;
  visibility: visible;
}

.icon-close-button:hover {
  background: #e05252;
}

.icon-close-button:hover svg path {
  fill: #fff;
}

.block-arrange {
  padding-top: 100px;
}

.txt-title-qs {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
}

@media (max-width: 767px) {
  .block-layout-ls-8 {
    width: 100%;
  }
  .block-name-question-ls8 {
    padding: 0;
  }
  .block-arrange {
    padding-top: 20px;
  }
  .icon-close-button {
    opacity: 1;
    visibility: visible;
  }
}
/* End Dạng học 8 + 9 */
/* Dạng học 10 */
.layout-ls-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-ls-10 {
  width: 400px;
  margin-right: 80px;
}

.block-question-ls-10 .txt-qs {
  font-weight: 300;
  font-size: 16px;
  line-height: 17px;
  color: #183153;
  margin-bottom: 19px;
}

.item-question-10 {
  margin-bottom: 10px;
  cursor: pointer;
}

.item-question-10 .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  background: rgba(229, 233, 236, 0.6);
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-question-10:hover .txt {
  background: rgb(229, 233, 236);
}

.box-fill-answer-10 {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  min-height: 600px;
}

.right-ls-10 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item-fill-answer-sx .txt {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 0px 20px 20px 20px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #183153;
}

.item-fill-answer-sx {
  margin-bottom: 10px;
  position: relative;
}

.item-fill-answer-sx:last-child {
  margin-bottom: 0;
}

.item-fill-answer-sx:nth-child(2n+2) .txt {
  background: #25B2F1;
  color: #fff;
  border-radius: 20px 0px 20px 20px;
}

.block-ls-10 {
  padding-bottom: 30px;
}

.content-fill-answer-sx {
  display: inline-block;
  position: relative;
}

.item-answer-lesson-correct {
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.item-answer-lesson-wrong {
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-wrong-ls {
  pointer-events: none;
}

.item-wrong-ls .item-fill-answer-sx .txt {
  border-color: #FD6E6A;
}

.item-wrong-ls .item-answer-lesson-wrong {
  opacity: 1;
  visibility: visible;
}

.item-correct-ls .item-answer-lesson-correct {
  opacity: 1;
  visibility: visible;
}

.item-wrong-ls .txt {
  border-color: #FD6E6A;
}

.item-correct-ls .item-fill-answer-sx .txt {
  border-color: #00C4C0;
}

.item-correct-ls .txt {
  border-color: #00C4C0;
}

@media (min-width: 576px) and (max-width: 1599px) {
  .box-fill-answer-10 {
    min-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .left-ls-10 {
    width: 350px;
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-ls-10 {
    width: 270px;
    margin-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-ls-10 {
    display: block;
  }
  .left-ls-10 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .layout-ls-10 {
    display: block;
  }
  .left-ls-10 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .box-fill-answer-10 {
    padding: 15px;
    min-height: 350px;
  }
}
/* End Dạng học 10 */
/* Dạng học 13 */
.block-form-answer-ls-13 .btn-read-leson-refund a .icon {
  top: 0px;
}

.form-fill-tl textarea {
  width: 100%;
  height: 120px;
  padding: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}

.form-fill-tl textarea::-webkit-input-placeholder {
  opacity: 0.8;
}

.form-fill-tl textarea::-moz-placeholder {
  opacity: 0.8;
}

.form-fill-tl textarea:-ms-input-placeholder {
  opacity: 0.8;
}

.form-fill-tl textarea::-ms-input-placeholder {
  opacity: 0.8;
}

.form-fill-tl textarea::placeholder {
  opacity: 0.8;
}

.form-fill-tl textarea:focus {
  border-color: #00C4C0;
}

.block-name-question-ls13 {
  padding-top: 30px;
  text-align: center;
}

.item-question-sx p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
}

.block-form-answer-ls-13 .btn-read-leson-refund {
  padding: 0;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .form-fill-tl textarea {
    height: 120px;
  }
}
@media (max-width: 575px) {
  .form-fill-tl textarea {
    height: 200px;
  }
}
/* End Dạng học 13 */
/* Dạng học 14 , 15, 17 */
.ct-icon-volume-big {
  position: relative;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.ct-icon-volume-big img {
  width: 27px;
}

.block-question-ls-14 .txt-question {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}

.block-form-fill-kq {
  text-align: center;
}

.block-form-fill-kq input {
  width: 300px;
  height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #183153;
  font-weight: 400;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.block-form-fill-kq input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  opacity: 0.7;
  color: #183153;
}

.block-form-fill-kq input::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  opacity: 0.7;
  color: #183153;
}

.block-form-fill-kq input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  opacity: 0.7;
  color: #183153;
}

.block-form-fill-kq input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  opacity: 0.7;
  color: #183153;
}

.block-form-fill-kq input::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  opacity: 0.7;
  color: #183153;
}

.block-form-fill-kq input:focus {
  border-color: #00c4c0;
}

.btn-test {
  text-align: center;
}

.btn-test .btn-bg {
  min-width: 130px;
}

.lst-answer-choose-tv {
  width: 350px;
  margin: 0 auto;
}

.picture-question {
  text-align: center;
  margin-bottom: 25px;
}

.picture-question img {
  border: 1px solid #F0F0F0;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .lst-answer-choose-tv {
    width: 100%;
  }
  .ct-icon-volume-big {
    width: 50px;
    height: 50px;
  }
  .ct-icon-volume-big img {
    width: 23px;
  }
}
/* End Dạng học 14 _ 15 , 17*/
/* Dạng học 19 */
.block-question-ls-19 .txt-question {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
}

.group-read-tl-question {
  padding-top: 100px;
}

.topbar-lesson-19 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100px;
}

.topbar-lesson-19 .btn-read-leson-refund {
  padding: 0;
  margin-right: 10px;
}

.topbar-lesson-19 .btn-read-leson-refund:last-child {
  margin-right: 0;
}

.topbar-lesson-19 .btn-read-leson-refund a {
  min-width: 120px;
}

.group-read-tl-question .txt-question {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .topbar-lesson-19 {
    padding-bottom: 40px;
  }
}
/* End Dạng học 19 */
/* Dạng học 20 */
.block-name-question-ls6 .txt-name-qt {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.block-name-question-ls6 {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .block-name-question-ls6 {
    padding-top: 30px;
  }
}
/* End Dạng học 20 */
/* Dạng học 23 */
.lesson-choose-sidebar .txt-title-ls {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.layout-ks-choose-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-ks-choose-sidebar .lst-answer-choose .box-show-list-arrange {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.left-ks-choose-sidebar {
  width: 420px;
}

.right-ks-choose-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.txt-dv-lesson-23 {
  font-weight: 400;
  font-size: 16px;
  color: #183153;
  line-height: 30px;
  display: inline-block;
}

.txt-active-ls {
  display: inline-block;
  color: #00C4C0;
  position: relative;
  margin: 0 6px;
}

.icon-qs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22px;
  background: #FFC600;
  border-radius: 10px;
  padding: 0 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.icon-qs:hover {
  background: #00C4C0;
}

.txt-active-ls:before {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #00C4C0;
}

.block-dv-lesson-23 {
  margin-top: -5px;
}

.txt-active-ls:hover .icon-close-button {
  opacity: 1;
  visibility: visible;
}

.txt-active-ls .icon-close-button {
  right: -12px;
}

.txt-qs {
  display: inline-block;
  position: relative;
}

.txt-qs .box-gt {
  position: absolute;
  bottom: 34px;
  right: 18px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 15px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px 3px rgba(0, 0, 0, 0.15);
  border-radius: 15px 15px 0px 15px;
  width: 160px;
  padding: 17px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.txt-qs .box-gt p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  text-align: center;
}

.txt-qs:hover .box-gt {
  opacity: 1;
  visibility: visible;
}

.txt-active-ls.answer-correct-tv {
  pointer-events: none;
  color: #FF2D55;
}

.txt-active-ls.answer-correct-tv:before {
  background: #FF2D55;
}

.block-dv-lesson-23 .picture {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .layout-ks-choose-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .left-ks-choose-sidebar {
    width: 100%;
    padding-top: 30px;
  }
  .box-gt {
    display: none;
  }
}
/* End Dạng học 23 */
/* Dạng học 25 */
.item-nd-question-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #E5E9EC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.item-nd-question-ls .stt {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.35);
}

.item-nd-question-ls .stt .txt-number {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #183153;
}

.item-nd-question-ls .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.block-layout-ls-25 {
  width: 500px;
  margin: 0 auto;
}

.block-name-question-ls25 .txt-name-qt {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #183153;
}

.block-name-question-ls25 .picture-qs {
  text-align: center;
}

.btn-read-leson-refund.btn-review-suggest {
  padding: 0;
  padding-top: 15px;
}

.btn-read-leson-refund.btn-review-suggest a {
  min-width: 140px;
}

@media (max-width: 767px) {
  .block-layout-ls-25 {
    width: 100%;
  }
}
/* End Dạng học 25 */
/* Dạng học 27 */
.block-dv-lesson-27 {
  width: 500px;
  padding-top: 30px;
  margin: 0 auto;
}

.ct-popup-lesson .content-popup-9min {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.ct-popup-lesson .main-popup-9min {
  margin: 0 auto;
  width: 500px;
  position: relative;
  top: -30px;
}

.ct-popup-lesson .block-homepage-popup {
  min-height: auto;
}

.ct-popup-lesson.open-popup-9min .main-popup-9min {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.block-lesson-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-lesson-popup {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}

.content-lesson-popup {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 30px;
}

.content-lesson-popup .block-form-fill-tv {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .block-dv-lesson-27 {
    width: 100%;
    padding-top: 0;
  }
}
/* End Dạng học 27 */
/* Dạng học 35 */
.block-layout-ls-35 {
  width: 500px;
  margin: 0 auto;
}

.title-name-lesson-tn .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #183153;
}

.title-name-lesson-tn {
  margin-bottom: 30px;
}

.block-lesson-tn .content-lesson-tn {
  padding-top: 100px;
}

.box-title-mt-page {
  background: rgba(0, 196, 192, 0.25);
  border-radius: 15px;
  padding: 10px 20px;
}

.box-title-mt-page .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #183153;
}

@media (max-width: 767px) {
  .block-layout-ls-35 {
    width: 100%;
  }
}
/* End Dạng học 35 */
/* Dạng học 39 */
.number-lesson-tv {
  padding: 10px 20px;
  background: rgba(244, 220, 208, 0.69);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 140px;
}

.title-ls-39 {
  text-align: center;
}

.number-lesson-tv .txt {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #183153;
}

.block-content-answer-picture .txt-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
  text-align: center;
  margin-bottom: 20px;
}

.lst-answer-picture-39 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-answer-picture-39 {
  width: 33.33%;
  padding: 0 6px;
  margin-bottom: 15px;
}

.item-answer-picture-39 .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

.item-answer-picture-39 .picture {
  width: 100%;
  height: 120px;
  border: 2px solid #F0F0F0;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.item-answer-picture-39 .picture:hover {
  border-color: #00C4C0;
}

@media (max-width: 575px) {
  .item-answer-picture-39 {
    width: 50%;
  }
}
/* End Dạng học 39 */
/* Dạng học 42 */
.block-layout-ls-42 {
  width: 600px;
  margin: 0 auto;
}

.box-question-lesson-42 {
  text-align: center;
  padding-top: 30px;
}

.layout-box-ls-42 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(217, 217, 217, 0.25);
  border-radius: 10px;
  min-height: 50px;
  min-width: 250px;
  padding: 10px 20px;
  margin: 0 auto;
}

.layout-box-ls-42 .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #183153;
}

.layout-box-ls-42 .txt:last-child {
  margin-right: 0;
}

.layout-box-ls-42 .icon {
  display: block;
  padding: 0 20px;
}

.block-fill-answer-42 input {
  height: 50px;
  width: 300px;
  text-align: center;
}

.block-fill-answer-42 {
  text-align: center;
}

@media (max-width: 767px) {
  .block-layout-ls-42 {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .block-fill-answer-42 input {
    width: 100%;
  }
  .box-question-lesson-42 {
    padding-top: 10px;
  }
}
/* End Dạng học 42 */
/* Dạng hoc 47 */
.lst-tv-big-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: -10px;
}

.item-tv-big-ls {
  width: 20%;
  margin-bottom: 10px;
  padding: 0 5px;
}

.item-tv-big-ls .txt-tv {
  background: #E5E9EC;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  height: 45px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #183153;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.item-tv-big-ls .txt-tv:hover {
  background: #00C4C0;
  color: #fff;
}

.item-tv-big-ls.active .txt-tv {
  background: #00C4C0;
  color: #fff;
}

.box-choose-tv-bt {
  width: 320px;
  margin: 0 auto;
}

.backpage-tv a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.backpage-tv a .icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.backpage-tv a .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 10px;
}

.backpage-tv a:hover .txt {
  color: #dd1717;
}

.backpage-tv a:hover svg path {
  fill: #dd1717;
}

.backpage-tv {
  padding-bottom: 20px;
}

.lst-choose-item-thanh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-thanh {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.item-thanh a {
  background: rgba(217, 217, 217, 0.25);
  border-radius: 10px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-thanh a .icon-line {
  display: block;
  margin-bottom: 5px;
}

.item-thanh a .txt-tsl {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 6px;
  text-align: center;
}

.item-thanh a .name {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #183153;
  display: block;
}

.item-thanh a .name-hv {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #183153;
}

.item-thanh a:hover {
  background: rgba(217, 217, 217, 0.75);
}

.topbar-lesson-47 .picture-qs {
  text-align: center;
  margin-bottom: 30px;
}

.box-vector-tv {
  text-align: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.block-mh-tv {
  width: 300px;
  margin: 0 auto;
}

.block-mh-tv .name-tv {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
  text-align: center;
}

.box-picture-mh {
  position: relative;
}

.box-ls-50-title {
  width: 375px;
  margin: 0 auto;
}

.box-picture-mh .picture {
  width: 100%;
  height: 250px;
}

.box-picture-mh .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

.box-picture-mh .icon-volume-read {
  top: 10px;
  bottom: auto;
}

.box-picture-mh .box-tv-ab {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}

.box-tv-ab .name-tv {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 4px;
}

.box-tv-ab .txt-tsl {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.box-picture-mh .box-tv-ab .layout-tv-ab {
  padding: 5px 20px;
  background: #00C4C0;
  border-radius: 10px;
  display: inline-block;
}

.box-tv-reading {
  text-align: center;
  padding-top: 30px;
}

.box-tv-reading .name-bcc {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #183153;
  margin-bottom: 5px;
}

.box-tv-reading .name-np {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
}

.lips {
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #FD6E6A;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.box-lips-read {
  padding-top: 30px;
}

.lips:hover {
  background: #e0615d;
}

.title-ls-popup-pa {
  text-align: center;
  padding-bottom: 30px;
}

.title-ls-popup-pa .txt-pa {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 8px;
  color: #183153;
}

.title-ls-popup-pa .name-tv {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #183153;
}

.box-ls-popup-pa .box-picture-mh {
  width: 375px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.box-ls-popup-pa .content-gt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #183153;
}

.flex-row-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px 0;
}

.icon-refund {
  width: 60px;
  height: 60px;
  background: #FE7A42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.flex-row-ls .ct-icon-volume-big {
  margin: 0;
}

.flex-row-ls .icon-refund {
  margin-left: 15px;
}

.icon-refund:hover {
  background: #e76731;
}

@media (max-width: 767px) {
  .item-thanh {
    width: 50%;
  }
  .icon-refund {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .box-choose-tv-bt {
    width: 100%;
  }
  .box-ls-50-title {
    width: 100%;
  }
  .box-ls-popup-pa .box-picture-mh {
    width: 100%;
  }
}
/* End Dạng học 47 */
/* Dạng học 51 */
.txt-view-more {
  color: #1683FF;
  font-size: 15px;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.txt-view-more:hover {
  color: #fc9c65;
}

.txt-choose-na {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #183153;
  margin-bottom: 30px;
}

.block-title-ls-51 .box-question-ls-color {
  margin-bottom: 40px;
}

.name-qs-answer .txt {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #183153;
}

.block-group-choose-th {
  border-top: 1px solid #ECECEC;
  padding-top: 20px;
  margin-top: 20px;
}

.block-group-choose-th .box-show-list-arrange {
  border: none;
  padding: 0;
  margin: 0;
}

/* Dạng học kanji */
.lst-item-kanji-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-kanji-tv {
  padding: 0 5px;
  width: 25%;
  margin-bottom: 15px;
}

.layout-imt-kanji-tv {
  background: rgba(217, 217, 217, 0.25);
  border-radius: 15px;
  padding: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.layout-imt-kanji-tv:hover {
  background: rgba(217, 217, 217, 0.75);
}

.ab-item-kanji {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 196, 192, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding-bottom: 3px;
  padding-left: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.content-itm-kanji-tv .name-kanji {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #183153;
  padding-right: 25px;
}

.content-itm-kanji-tv .txt-tv {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #183153;
}

.ab-item-kanji:hover {
  background: rgba(0, 196, 192, 0.75);
}

.topbar-kanji {
  padding-bottom: 80px;
}

.lst-item-progress-kanji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.progress-kanji {
  width: 350px;
  margin: 0 auto;
  position: relative;
}

.line-progress-td {
  position: absolute;
  top: 10px;
  height: 8px;
  border-radius: 100px;
  width: 100%;
  background: #00C4C0;
}

.item-progress-kanji {
  width: 33.33%;
  text-align: center;
  position: relative;
}

.item-progress-kanji .icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #D9D9D9;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  padding-bottom: 2px;
  padding-left: 1px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 7px;
  z-index: 1;
  position: relative;
}

.item-progress-kanji .icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-progress-kanji.active .icon svg path {
  fill: #fff;
}

.item-progress-kanji.active .icon {
  background: #00C4C0;
}

.item-progress-kanji .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #183153;
  position: relative;
  z-index: 1;
}

.item-progress-kanji:before {
  content: "";
  position: absolute;
  background: #F2F2F2;
  top: 10px;
  height: 8px;
  width: 100%;
  z-index: 1;
  left: 0;
}

.item-progress-kanji:first-child:before {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.item-progress-kanji:last-child:before {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.item-progress-kanji .number-td-line {
  position: absolute;
  top: -23px;
  width: 40px;
  height: 20px;
  background: #00C4C0;
  border-radius: 100px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  right: -20px;
  opacity: 0;
  visibility: hidden;
}

.item-progress-kanji .number-td-line:before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #00C4C0;
  border-radius: 1px;
  left: 0;
  right: 0;
  margin: auto;
}

.item-progress-kanji.active:before {
  background: #00C4C0;
}

.item-progress-kanji.active .number-td-line {
  opacity: 1;
  visibility: visible;
}

.block-view-cv-tv {
  text-align: center;
}

.ct-layout-ls-kanji {
  width: 600px;
  margin: 0 auto;
}

.topbar-kanji .block-mh-tv {
  text-align: center;
  width: 400px;
  margin: 0 auto;
}

.name-qs-bold .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #183153;
}

.name-qs-bold .name .color {
  color: #FF2D55;
  border-bottom: 1px solid #FF2D55;
}

.main-block-kanji-page .item-tv-arrange button {
  font-weight: 500;
}

.main-block-kanji-page .item-name-choose-arrange button {
  font-weight: 500;
}

.layout-block-kanji-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-block-kanji-page {
  width: 350px;
}

.right-block-kanji-page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 100px;
  padding-top: 20px;
}

.box-choose-kanji-page > .txt {
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #183153;
  margin-bottom: 15px;
}

.item-choose-txt-kanji.active {
  background: #00C4C0;
}

.item-choose-txt-kanji {
  padding: 10px 15px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  background: #E5E9EC;
  margin-bottom: 10px;
  margin-right: 10px;
}

.item-choose-txt-kanji .txt {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #183153;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.item-choose-txt-kanji:hover {
  background: #00C4C0;
}

.item-choose-txt-kanji.active .txt {
  color: #fff;
}

.item-choose-txt-kanji:hover .txt {
  color: #fff;
}

.lst-choose-kanji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.name-big-kanji {
  font-weight: 400;
  font-size: 100px;
  line-height: 121px;
  color: #183153;
  margin-bottom: 20px;
}

.imt-info-kanji {
  padding-bottom: 15px;
}

.imt-info-kanji .txt-imt {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.name-content-imt {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
}

.name-content-imt .kh {
  color: #FF2D55;
}

.block-kanji-page {
  padding-bottom: 30px;
}

.lst-imt-info-kanji {
  padding-bottom: 30px;
}

.picture-mh-kanji img {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.picture-mh-kanji {
  margin-bottom: 10px;
}

.txt-tsl-picture-kanji {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}

.imt-dv-kanji {
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}

.imt-dv-kanji:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #183153;
}

.imt-dv-kanji .txt-title-name-big {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #183153;
}

.content-imt-dv-kanji .txt-dv {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #183153;
}

.content-imt-dv-kanji .txt-tsl {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #183153;
}

.content-imt-dv-kanji {
  padding-top: 6px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .item-kanji-tv {
    width: 33.33%;
  }
  .left-block-kanji-page {
    width: 255px;
  }
  .right-block-kanji-page {
    margin-left: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-kanji-tv {
    width: 48%;
  }
  .topbar-kanji {
    padding-bottom: 50px;
  }
  .ct-layout-ls-kanji {
    width: 100%;
  }
  .left-block-kanji-page {
    width: 100%;
  }
  .layout-block-kanji-page {
    display: block;
  }
  .right-block-kanji-page {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .left-block-kanji-page {
    width: 100%;
  }
  .layout-block-kanji-page {
    display: block;
  }
  .right-block-kanji-page {
    margin: 0;
  }
  .topbar-kanji .block-mh-tv {
    width: 100%;
  }
  .ct-layout-ls-kanji {
    width: 100%;
  }
  .item-kanji-tv {
    width: 100%;
    margin-bottom: 5px;
  }
  .progress-kanji {
    width: 100%;
  }
  .item-progress-kanji .txt {
    font-size: 13px;
  }
  .topbar-kanji {
    padding-bottom: 30px;
  }
}
/* End Kanji */
/* Test */
.box-tk-test-page {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 20px;
  padding: 50px;
}

.ct-layout-test {
  width: 400px;
  margin: 0 auto;
}

.txt-title-test {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #183153;
  margin-bottom: 50px;
}

.imt-test-qs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.imt-test-qs .icon {
  width: 24px;
}

.imt-test-qs .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
  position: relative;
  top: 4px;
}

.imt-test-qs:last-child {
  margin-bottom: 0;
}

.imt-test-qs .content .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
}

.btn-bg-transparent {
  border-radius: 10px;
  color: #fff;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  background: #00C4C0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  width: auto;
  outline: none;
}

.btn-test-ct {
  text-align: center;
}

.btn-test-ct .btn-bg-transparent {
  min-width: 200px;
  background: #F7F7F7;
  color: #183153;
}

.btn-test-ct .btn-bg {
  min-width: 200px;
}

.btn-test-ct .btn-bg-transparent:hover {
  background: #00C4C0;
  color: #fff;
}

.main-block-test-page {
  padding-bottom: 30px;
}

.box-nd-test-page {
  padding: 15px 20px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 20px;
}

.box-nd-test-page p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #183153;
}

.box-ht-gmail {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 20px;
  padding: 15px 20px;
}

.box-ht-gmail .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #183153;
}

.box-ht-gmail .txt .gmail {
  color: #2788FB;
}

.box-point-qs {
  background: #EB5757;
  border-radius: 5px;
  height: 30px;
  padding: 0 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}

.txt-name-qs-test {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}

.lst-question-detail-test {
  padding-top: 10px;
}

.title-qs-detail-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 15px;
}

.title-qs-detail-test .number {
  background: rgba(217, 217, 217, 0.5);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #183153;
}

.title-qs-detail-test .name-txt-title {
  padding-top: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 13px;
}

.title-qs-detail-test .name-txt-title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #183153;
}

.block-answer-detail-test {
  padding-left: 48px;
}

.imt-answer-detail-test {
  width: 500px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  display: block;
  margin-bottom: 7px;
  padding: 9px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.imt-answer-detail-test .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}

.imt-answer-detail-test:hover {
  border-color: #FE7A42;
}

.imt-answer-detail-test.active {
  border-color: #FE7A42;
}

.imt-question-detail-test {
  padding-bottom: 12px;
}

.imt-question-detail-test:last-child {
  padding: 0;
}

.item-question-test-page {
  padding-bottom: 20px;
}

.imt-answer-detail-test:last-child {
  margin-bottom: 0;
}

.picture-mh-question-test {
  padding-top: 15px;
}

.answer-correct-imt {
  position: absolute;
  top: -12px;
  width: 15px;
  right: -7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.imt-answer-detail-test.answer-correct .answer-correct-imt {
  opacity: 1;
  visibility: visible;
}

.imt-answer-detail-test.answer-correct {
  border: 1px solid #00C4C0;
  pointer-events: none;
}

.btn-send-ls {
  text-align: center;
  padding-top: 30px;
}

.btn-send-ls .btn-bg {
  min-width: 130px;
}

.name-txt-title .vd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3AB993;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  height: 26px;
  padding: 0 7px;
}

.title-qs-test-page .ct-icon-volume-big {
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.title-qs-test-page .ct-icon-volume-big img {
  width: 24px;
}

.box-qs-tloi {
  position: fixed;
  top: 80px;
  right: 15%;
  z-index: 6;
  cursor: pointer;
}

.box-qs-tloi .icon {
  width: 50px;
  height: 50px;
  background: #BFF0EF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2px;
  margin: 0 auto;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.box-qs-tloi .txt {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #183153;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.box-qs-tloi:hover .icon {
  background: #8CE4E2;
}

.title-lesson-popup .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #183153;
}

.number-cl {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #183153;
  margin-bottom: 10px;
}

.txt-title-review-ls {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}

.lst-imt-review-qs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imt-review-qs {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.imt-review-qs:hover {
  border-color: #00C4C0;
}

.imt-review-qs.active {
  border-color: #FE7A42;
}

.block-review-ls {
  margin-bottom: 20px;
}

.block-review-ls:last-child {
  margin-bottom: 0;
}

.label-number-point-answer p {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #183153;
  background: rgba(35, 196, 243, 0.15);
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 12px;
}

.lst-qs-answer-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.imt-qs-answer-status {
  border-radius: 5px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 15px;
  margin-right: 10px;
}

.imt-qs-answer-status.imt-answer-wrong-status {
  background: #FF2D55;
}

.imt-qs-answer-status.imt-answer-correct-status {
  background: #00C4C0;
}

.imt-qs-answer-status.imt-answer-not-status {
  background: #D9D9D9;
}

.imt-qs-answer-status .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #183153;
}

.imt-qs-answer-status.imt-answer-wrong-status .txt {
  color: #fff;
}

.imt-qs-answer-status.imt-answer-correct-status .txt {
  color: #fff;
}

.label-number-point-answer {
  padding-bottom: 10px;
}

.wp-detail-ls-qs .imt-answer-detail-test {
  width: 100%;
}

.wp-detail-ls-qs {
  width: 500px;
  margin: 0 auto;
  padding: 20px 0;
}

.block-gt-detail {
  padding-top: 30px;
}

.block-gt-detail .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #183153;
}

.btn-refund-ct .btn-bg {
  width: auto;
  min-width: 180px;
  background: rgba(217, 217, 217, 0.35);
  color: #183153;
}

.btn-refund-ct .btn-bg:hover {
  background: rgba(217, 217, 217, 0.75);
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .box-qs-tloi {
    right: 11%;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .box-qs-tloi {
    right: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .imt-answer-detail-test {
    width: 100%;
  }
  .box-qs-tloi {
    right: 20px;
  }
  .box-qs-tloi .icon {
    width: 40px;
    height: 40px;
  }
  .box-qs-tloi .txt {
    display: none;
  }
  .wp-detail-ls-qs {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .wp-detail-ls-qs {
    width: 100%;
  }
  .imt-answer-detail-test {
    width: 100%;
  }
  .box-qs-tloi {
    right: 15px;
  }
  .box-qs-tloi .icon {
    width: 40px;
    height: 40px;
  }
  .box-qs-tloi .txt {
    display: none;
  }
  .block-answer-detail-test {
    padding: 0;
  }
  .box-nd-test-page {
    border-radius: 10px;
    padding: 15px;
  }
  .ct-layout-test {
    width: 100%;
  }
  .box-tk-test-page {
    padding: 15px;
    border-radius: 10px;
  }
  .box-ht-gmail {
    border-radius: 10px;
    padding: 15px;
  }
}
/* Lesson 1 bổ sung */
.txt-qs-ls-1 {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #183153;
  margin-bottom: 15px;
}

.txt-qs-lesson-1 {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 10px;
}

.color-1-ls1 {
  color: #03FFB4;
}

.color-2-ls1 {
  color: #FEBF00;
}

.block-vd-ls1 {
  background: rgba(217, 217, 217, 0.3);
  border-radius: 10px;
  padding: 15px 20px;
}

.block-vd-ls1 .txt-vd {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-bottom: 15px;
}

.imt-block-bd-ls1 {
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  padding: 0 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.content-block-vd-ls1 {
  margin: 0 -20px;
}

.txt-qt-bd-ls1 {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.color-1-demo {
  color: #15BAC5;
}

.color-2-demo {
  color: #FF7070;
}

.imt-block-bd-ls1:last-child {
  margin: 0;
  border: none;
  padding-bottom: 0;
}

.txt-tsl-ls1 {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  margin-top: 5px;
}

.block-imt-question-ls1 {
  padding-bottom: 25px;
}

.block-vd-table-ls {
  background: rgba(217, 217, 217, 0.3);
  border-radius: 10px;
}

.block-vd-table-ls .txt-vd {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
  padding: 10px 20px;
}

.main-vd-table-ls {
  border-top: 1px solid rgba(217, 217, 217, 0.6);
}

.title-bd-table-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imt-nobody {
  width: 50%;
  text-align: center;
  border-right: 1px solid rgba(217, 217, 217, 0.6);
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  padding: 6px;
}

.item-launch {
  text-align: center;
  width: 50%;
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-content-table-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imt-title-bd-ls p {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #183153;
}

.block-content-table-ls:last-child .imt-nobody {
  border-bottom: none;
}

.block-content-table-ls:last-child .item-launch {
  border-bottom: none;
}

.imt-content-bd-ls p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #183153;
}

.block-video-lesson-page {
  width: 100%;
}

.block-video-lesson-page .video-lesson iframe {
  width: 100%;
  height: 100%;
}

.block-video-lesson-page .video-lesson {
  height: 550px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .block-video-lesson-page .video-lesson {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-video-lesson-page .video-lesson {
    height: 450px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-video-lesson-page .video-lesson {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .block-video-lesson-page .video-lesson {
    height: 370px;
  }
}
.bottom-ls-page {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 9;
}

.layout-bottom-ls-page {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-section {
  padding: 3rem 0;
}
.hero-section .hero-box {
  position: relative;
  background-image: url("/img-change/bg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 3rem;
  border-radius: 24px;
  background-color: #fff;
  max-width: 1140px;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-section .hero-box .text-box {
  position: relative;
  z-index: 2;
  max-width: 60%;
}
.hero-section .hero-box .text-box h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.5rem;
}
.hero-section .hero-box .text-box p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}
.hero-section .hero-box .text-box .btn {
  margin-top: 3rem;
  border-radius: 30px;
}
.hero-section .hero-box .image-box {
  position: absolute;
  right: -113px;
  bottom: 0;
  z-index: 1;
}
.hero-section .hero-box .image-box img {
  max-height: 500px;
  height: auto;
  width: auto;
}
@media (max-width: 768px) {
  .hero-section .hero-box .image-box {
    display: none;
  }
  .hero-section .hero-box .text-box {
    max-width: 100%;
  }
}

.math-impact {
  padding: 4rem 0;
}
.math-impact h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.math-impact .sub-text {
  max-width: 720px;
  margin: 0 auto 2.5rem auto;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
.math-impact .impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  text-align: center;
}
.math-impact .impact-grid .impact-item img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.math-impact .impact-grid .impact-item h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.math-impact .impact-grid .impact-item p {
  font-size: 0.95rem;
  color: #333;
}

.course-section {
  padding: 4rem 0;
}
.course-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.course-section .sub-text {
  font-size: 1rem;
  color: #444;
  margin-bottom: 2rem;
}
.course-section .course-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  justify-items: center;
}
.course-section .course-item {
  text-align: left;
  max-width: 270px;
  cursor: pointer;
}
.course-section .course-item img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 0.75rem;
}
.course-section .course-item h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.course-section .course-item .teacher {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.5rem;
}
.course-section .course-item .rating {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.course-section .course-item .rating .star {
  color: #f5a623;
  margin: 0 0.25rem;
}
.course-section .course-item .rating .reviews {
  color: #555;
}
.course-section .course-item .price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #111;
}
.course-section .course-item .price .old {
  text-decoration: line-through;
  color: #aaa;
  margin-left: 0.75rem;
  font-weight: normal;
}
.course-section .course-item .discount-label {
  display: inline-block;
  background: #fce8e8;
  color: #a94442;
  font-size: 0.9rem;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0.5rem 0;
}
.course-section .course-item .disabled-button {
  margin-top: 0.75rem;
  background: #f2f2f2;
  color: #999;
  padding: 8px;
  width: 100%;
  border-radius: 6px;
  font-size: 0.95rem;
  cursor: pointer;
}
.course-section .course-item .disabled-button:hover {
  background: #007bff;
  color: #f2f2f2;
}

.testimonial-section {
  padding: 4rem 0;
}
.testimonial-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.testimonial-section .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.testimonial-section .testimonial-item {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: left;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.testimonial-section .testimonial-item .info {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.testimonial-section .testimonial-item .info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.75rem;
}
.testimonial-section .testimonial-item .info .name {
  font-weight: 600;
  font-size: 1rem;
}
.testimonial-section .testimonial-item .info .stars {
  margin-top: 0.25rem;
}
.testimonial-section .testimonial-item .info .stars span {
  color: #ffc107;
  font-size: 1rem;
}
.testimonial-section .testimonial-item .content {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.faq-section {
  padding: 4rem 0;
}
.faq-section .faq-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.faq-section .faq-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-section .faq-list .faq-item {
  cursor: pointer;
  transition: all 0.2s ease;
}
.faq-section .faq-list .faq-item .question {
  font-weight: 500;
  font-size: 1.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .faq-list .faq-item .answer {
  margin-top: 0.75rem;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
  display: none;
}
.faq-section .faq-list .faq-item.active .answer {
  display: block;
}
.faq-section .faq-list .faq-item .toggle-icon {
  font-size: 1.25rem;
  font-weight: bold;
  color: #222;
}

.video-section {
  padding: 4rem 0;
}
.video-section .video-title {
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 760px;
  margin: 0 auto 2rem auto;
  line-height: 1.5;
}
.video-section .video-wrapper {
  max-height: 500px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.video-section .video-wrapper .video-thumbnail {
  position: relative;
}
.video-section .video-wrapper .video-thumbnail .video-img {
  width: 100%;
  height: auto;
  display: block;
}
.video-section .video-wrapper .video-thumbnail .play-button {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #007bff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}
.video-section .video-wrapper .video-thumbnail .play-button:hover {
  background: #e6e6e6;
}
@media (max-width: 768px) {
  .video-section .video-wrapper .video-thumbnail iframe {
    height: 280px;
  }
  .video-section .video-wrapper .video-thumbnail .play-button {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .video-section .video-wrapper .video-thumbnail .play-button {
    top: 50%;
  }
}

.hero-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.info-banner {
  background: rgba(116, 203, 215, 0.4);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 30px;
}
.info-banner .text {
  font-size: 18px;
  color: #111;
  margin: 0;
}
.info-banner .btn-register {
  background-color: #2cc3d5;
  color: #fff;
  padding: 4px 16px;
  border-radius: 8px;
  text-decoration: none;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  transition: background-color 0.2s;
}
.info-banner .btn-register:hover {
  background-color: #1da8b9;
}

.primary-course-section .title-card h2 {
  font-size: 20px;
  font-weight: 500;
}
.primary-course-section .title-card p {
  font-size: 15px;
  color: #121212;
  font-weight: 300;
}

.primary-course-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 32px;
}

.primary-course-card {
  width: 259px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  max-height: 355px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .primary-course-card {
    width: 100%;
  }
}

.primary-course-card:hover .add-to-cart {
  opacity: 1;
  transform: translateY(0);
}

.primary-course-card:hover .course-image {
  display: none;
}

.primary-course-card:hover .badge {
  display: none;
}

.primary-course-card:hover .description {
  display: block;
}

.grid-course-list-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 46px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-course-list-4 {
    gap: 24px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-course-list-4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-course-list-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 575px) {
  .grid-course-list-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}

.grid-course-list-4 .primary-course-card {
  width: 100%;
  max-height: none;
}

.course-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 575px) {
  .course-image {
    height: 130px;
  }
}

.primary-course-card .content {
  padding: 12px 0 0 0;
}

.primary-course-card .title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
}

.primary-course-card .teacher {
  font-size: 14px;
  color: #121212;
  margin-bottom: 2px;
  font-weight: 300;
}

.primary-course-card .schedule {
  font-size: 14px;
  color: #121212;
  margin-bottom: 2px;
  font-weight: 0;
}

.primary-course-card .rating {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 2px;
}

.primary-course-card .rating .star {
  color: #fbc02d;
}

.primary-course-card .prices {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
}
.primary-course-card .prices .old-price {
  text-decoration: line-through;
  color: #121212;
  font-weight: 300;
  margin-left: 8px;
}
@media (max-width: 575px) {
  .primary-course-card .prices {
    font-size: 13px;
  }
  .primary-course-card .prices .old-price {
    margin-left: 4px;
  }
}
@media (max-width: 325px) {
  .primary-course-card .prices .old-price {
    margin-left: 0;
  }
}

.primary-course-card .add-to-cart {
  margin-top: 12px;
  background: #55b8c1;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(10px);
  display: none;
}

.primary-course-card .badge {
  position: relative;
  bottom: 0;
  left: 0;
  background: #fce4ec;
  color: #121212;
  font-size: 13px;
  padding: 0 5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  font-weight: 400;
  white-space: normal;
  transition: all 0.3s;
  margin-top: 8px;
}

.primary-course-card .description {
  font-size: 14px;
  color: #444;
  margin-top: 8px;
  height: 68px;
  overflow: hidden;
  display: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.primary-course-card .course-image,
.primary-course-card .description {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Ảnh ban đầu hiển thị */
.primary-course-card .course-image {
  opacity: 1;
  visibility: visible;
}

/* Mô tả ban đầu ẩn nhưng vẫn chiếm chỗ */
.primary-course-card .description {
  opacity: 0;
  visibility: hidden;
  height: auto; /* vẫn render mô tả sẵn */
}

/* Khi hover: ẩn ảnh - hiện mô tả */
.primary-course-card:hover .course-image {
  opacity: 0;
  visibility: hidden;
}

.primary-course-card:hover .content {
  padding: 16px;
}

.primary-course-card:hover .content .add-to-cart {
  display: inline-flex;
}

.primary-course-card:hover .description {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  line-height: 1.4;
}

.primary-course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
@media (max-width: 991px) {
  .primary-course-card:hover {
    transform: translateY(0px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0);
    background: transparent;
    border-radius: 0;
  }
  .primary-course-card:hover .course-image {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .primary-course-card:hover .content {
    padding: 12px 0 0 0;
  }
  .primary-course-card:hover .content .primary-course-card .add-to-cart {
    display: none;
  }
  .primary-course-card:hover .content .add-to-cart {
    display: none;
  }
  .primary-course-card:hover .content .description {
    display: none;
  }
  .primary-course-card:hover .badge {
    display: inline-flex;
  }
}

.btn-all {
  background-color: #2cc3d5;
  color: #fff;
  padding: 0px 16px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  height: 35px;
}
.btn-all:hover {
  background-color: #05b7cb;
}

.stat-box.blue .stat-value {
  color: rgb(0, 152, 246);
}
.stat-box.orange .stat-value {
  color: rgb(244, 176, 12);
}
.stat-box.red .stat-value {
  color: rgb(180, 7, 7);
}
.stat-box.purple .stat-value {
  color: rgb(190, 0, 187);
}

.stats-container {
  display: flex;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px 20px;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.stats-container .stat-box {
  flex: 1;
  padding: 0 12px;
  position: relative;
}
.stats-container .stat-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background-color: #e0e0e0;
}
.stats-container .stat-box .stat-value {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .stats-container .stat-box .stat-value {
    font-size: 34px;
  }
}
.stats-container .stat-box .stat-label {
  font-size: 16px;
  margin-top: 6px;
  color: rgba(18, 18, 18, 0.6);
}
@media (min-width: 768px) and (max-width: 991px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
    display: grid;
  }
  .stats-container .stat-box::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    padding: 16px;
  }
  .stats-container .stat-box {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
  }
  .stats-container .stat-box:not(:last-child)::after {
    display: none;
  }
  .stats-container .stat-box:last-child {
    border-bottom: none;
  }
}

.feedback-section {
  background-color: #f7f7f7;
}
.feedback-section .section-header {
  margin-bottom: 20px;
}
.feedback-section .section-header h2 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}
.feedback-section .section-header p {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}
.feedback-section .feedback-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feedback-section .feedback-list {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feedback-section .feedback-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .feedback-section .feedback-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .feedback-section .feedback-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.feedback-section .feedback-card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
}
.feedback-section .feedback-card:hove {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feedback-section .feedback-card {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .feedback-section .feedback-card {
    padding: 16px;
  }
}
.feedback-section .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.feedback-section .user-info .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
  object-position: center;
}
.feedback-section .user-info .user-text {
  flex: 1;
}
.feedback-section .user-info .user-text strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.feedback-section .user-info .user-text .job {
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
.feedback-section .quote {
  font-size: 14px;
  color: #444;
  display: flex;
  flex-direction: column;
}
.feedback-section .quote .quote-icon {
  font-size: 32px;
  color: #ccc;
  line-height: 0;
  display: inline-block;
  margin-bottom: -12px;
}
.feedback-section .quote p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  color: rgb(18, 18, 18);
}

.partner-section {
  text-align: center;
}
.partner-section .partner-title {
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: 300;
  color: rgb(18, 18, 18);
}
.partner-section .partner-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}
.partner-section .partner-list img {
  height: 50px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s ease;
}
.partner-section .partner-list img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.ai-video-banner {
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 48px;
  display: flex;
  align-items: center;
  min-height: 410px;
}
.ai-video-banner .ai-banner-content {
  max-width: 50%;
  color: #111;
}
.ai-video-banner .ai-banner-content h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 12px;
}
.ai-video-banner .ai-banner-content p {
  font-size: 18px;
  font-weight: 300;
  color: #121212;
  margin-bottom: 24px;
  line-height: 1.5;
}
.ai-video-banner .ai-banner-content .ai-banner-btn {
  background-color: #4dbac7;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}
.ai-video-banner .ai-banner-content .ai-banner-btn:hover {
  background-color: #41acc4;
}
@media (max-width: 768px) {
  .ai-video-banner {
    flex-direction: column;
    text-align: center;
    padding: 35px 15px;
    min-height: auto;
  }
  .ai-video-banner .ai-banner-content {
    max-width: 100%;
  }
}

.teacher-section .section-header {
  margin-bottom: 24px;
}
.teacher-section .section-header h2 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}
.teacher-section .section-header p {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}
.teacher-section .teacher-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teacher-section .teacher-list {
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teacher-section .teacher-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .teacher-section .teacher-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .teacher-section .teacher-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.teacher-section .teacher-card {
  cursor: pointer;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
@media (max-width: 575px) {
  .teacher-section .teacher-card {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
}
.teacher-section .teacher-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.teacher-section .teacher-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 575px) {
  .teacher-section .teacher-card img {
    height: 120px;
  }
}
.teacher-section .teacher-card .info {
  padding: 16px;
}
.teacher-section .teacher-card .info h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.teacher-section .teacher-card .info .field {
  color: #555;
  font-size: 14px;
  margin-bottom: 8px;
}
.teacher-section .teacher-card .info .rating {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.teacher-section .teacher-card .info .rating .star {
  color: #fbc02d;
}
.teacher-section .teacher-card .info .rating .reviews {
  color: #666;
}
@media (max-width: 575px) {
  .teacher-section .teacher-card .info {
    padding: 10px;
  }
}

.title-primary-course-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.course-actions {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.course-actions .btn {
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 6px;
  color: rgb(18, 18, 18);
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  border: 1px solid rgb(217, 217, 217);
  transition: all 0.3s;
  box-shadow: none;
  outline: none;
}
.course-actions .btn:hover {
  background: rgb(230, 230, 230);
}
.course-actions .dropdown-menu {
  font-size: 14px;
}

.promo-banner {
  position: relative;
  background: #e9eaed;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  min-height: 300px;
  overflow: hidden;
}
.promo-banner .promo-content {
  max-width: 50%;
  margin-left: 40px;
  z-index: 1;
}
.promo-banner .promo-content h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: rgb(18, 18, 18);
}
.promo-banner .promo-content p {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 300;
  color: rgb(18, 18, 18);
}
.promo-banner .promo-content button {
  background-color: #26c6da;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.promo-banner .promo-content button:hover {
  background-color: #1e9faf;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .promo-banner .promo-content {
    margin-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .promo-banner .promo-content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .promo-banner .promo-content {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .promo-banner .promo-content {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .promo-banner .promo-content {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
  }
}
.promo-banner .promo-image {
  position: relative;
  bottom: 0;
  height: 100%;
  display: flex;
  width: 42%;
  margin-left: auto;
  align-items: center;
}
.promo-banner .promo-image img {
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .promo-banner .promo-image {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .promo-banner {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .promo-banner {
    padding: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .promo-banner {
    text-align: center;
    min-height: auto;
    flex-direction: column-reverse;
    padding: 16px;
  }
  .promo-banner .promo-content {
    max-width: 100%;
    margin-left: 0;
  }
  .promo-banner .promo-content h2 {
    font-size: 20px;
  }
  .promo-banner .promo-content p {
    font-size: 14px;
  }
  .promo-banner .promo-content button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .title-card {
    gap: 8px;
  }
  .btn-all {
    font-size: 13px;
    padding: 4px 10px;
  }
  h2 {
    font-size: 1.2rem;
  }
  .teacher-list {
    justify-content: center;
  }
  .section-header {
    text-align: center;
  }
  .hero-wrapper {
    padding: 16px;
  }
  .primary-course-list {
    align-items: center;
    justify-content: center;
  }
  .stats-container {
    flex-direction: column;
    padding: 16px;
  }
  .stats-container .stat-box {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
  }
  .stats-container .stat-box:not(:last-child)::after {
    display: none;
  }
  .stats-container .stat-box:last-child {
    border-bottom: none;
  }
}
.partner-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 10px 0;
}

.partner-track {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 72px;
  width: 100%;
  justify-content: center;
}
.partner-track .item-partner-track {
  width: calc(25% - 54px);
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .partner-track {
    gap: 40px 32px;
  }
  .partner-track .item-partner-track {
    width: calc(25% - 24px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .partner-track {
    gap: 40px 32px;
  }
  .partner-track .item-partner-track {
    width: calc(33.33% - 24px);
  }
}
@media (max-width: 575px) {
  .partner-track {
    gap: 40px 32px;
  }
  .partner-track .item-partner-track {
    width: calc(50% - 24px);
  }
}

.title-homepage-2025 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 6px 12px;
}
@media (max-width: 575px) {
  .title-homepage-2025 {
    align-items: flex-start;
  }
}

.flex-1-title {
  flex: 1;
  margin-right: auto;
}
.flex-1-title h2 {
  color: rgb(18, 18, 18);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
.flex-1-title p {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 767px) {
  .partner-track {
    grid-template-columns: repeat(2, 1fr);
  }
  .flex-1-title {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-container-homepage .container {
    max-width: 1230px;
  }
}
.btn-primary-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(30, 136, 229);
  height: 35px;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  color: #fff;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-primary-page:hover {
  background: rgb(0, 114, 214);
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.grid-column-category {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-column-category {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-column-category {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-column-category {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .grid-column-category {
    grid-template-columns: repeat(2, 1fr);
  }
}

.item-column-category {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 20px;
  transform: translateY(0);
  transition: all 0.3s;
  position: relative;
}
.item-column-category .icon {
  margin: 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.item-column-category .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.item-column-category .name {
  text-align: center;
  color: rgb(18, 18, 18);
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s;
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-column-category .name {
    font-size: 14px;
  }
}
.item-column-category:hover {
  transform: translateY(-6px);
}
.item-column-category:hover .name {
  color: rgb(77, 186, 199);
}

.link-layer-imt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cart-section .card {
  background: white;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.cart-section .cart-item {
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.cart-section .cart-item:last-child {
  border-bottom: none;
}
.cart-section .cart-item img {
  object-fit: cover;
}
.cart-section .cart-item i.bi-trash3 {
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cart-item .fw-semibold {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px !important;
  }
  .price {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
  }
}
.checkout-section .card {
  background: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.checkout-section .form-check-label {
  cursor: pointer;
  user-select: none;
}
.checkout-section .form-check-input {
  margin-top: 8px;
}
.checkout-section .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
}
.checkout-section .btn-primary:hover {
  background-color: #2657d4;
  border-color: #2657d4;
}

.qr-payment-box {
  margin-bottom: 40px;
}

.card-payment-qr {
  background: rgb(255, 255, 255);
  max-width: 600px;
  margin: 0 auto;
  padding: 28px 50px 52px 50px;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767px) {
  .card-payment-qr {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .card-payment-qr {
    padding: 24px 16px;
  }
}

.card-payment-qr .text-note {
  text-align: center;
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 24px;
}

.card-payment-qr .text-muted.small {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: rgb(18, 18, 18) !important;
}

.card-payment-qr .text-primary {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: rgb(0, 115, 251);
  line-height: 1.3;
}

.card-payment-qr .timeline-qr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 5px;
  padding: 6px 10px;
  margin: 0 auto;
  gap: 0 6px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.checkout-section {
  margin-bottom: 40px;
  min-height: 450px;
}

.card-payment-qr .mt-2.text-muted.small {
  font-weight: 500;
}

.card-payment-qr .mt-2.text-muted.small .fw-medium {
  font-weight: 400;
}

.qr-payment-box .card {
  background: #fff;
  max-width: 600px;
  max-height: 736px;
  margin: auto;
  border-radius: 10px;
  border: none;
  padding: 28px 52px 52px 52px;
}
.qr-payment-box .card i.bi-chevron-left {
  font-size: 18px;
  cursor: pointer;
}
.qr-payment-box .card .qr-img {
  image-rendering: pixelated;
}
.qr-payment-box .card #countdown {
  font-weight: 600;
  color: #111;
}

.thankyou-page .card {
  background: #fff;
  border-radius: 10px;
  border: none;
}
.thankyou-page .card #userName {
  color: #111;
}
.thankyou-page .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  height: 40px;
  display: inline-grid;
  padding: 0 20px;
  white-space: normal;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.thankyou-page .btn-primary:hover {
  background-color: #2657d4;
}

.invoice-form {
  background-color: #fff;
  border-radius: 12px;
  max-width: 600px;
}
.invoice-form .form-label {
  font-weight: 500;
}
.invoice-form .btn-close {
  background: transparent;
  border: none;
  font-size: 20px;
}
.invoice-form .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
}
.invoice-form .btn-primary:hover {
  background-color: #2657d4;
}

.grid-course-list-4.ct-gap {
  gap: 32px 16px;
}

.title-course h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(18, 18, 18);
}

.ct-form-check {
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ct-form-check:last-child {
  margin-bottom: 0;
}

.checkout-section .ct-form-check .form-check-label {
  margin-left: 16px;
}
.checkout-section .ct-form-check .form-check-label .ml-2 {
  margin-left: 16px !important;
}
.checkout-section .ct-form-check .form-check-input {
  margin-top: 0px;
  font-size: 22px;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(217, 217, 217);
}

.checkout-section .ct-form-check [type=checkbox] {
  width: 18px;
  height: 18px;
  color: rgb(217, 217, 217);
  border: 1px solid rgb(217, 217, 217);
}

.backpage-pay {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.backpage-pay .flex-1 {
  flex: 1;
  color: rgb(18, 18, 18);
  font-size: 16px;
}

@media (max-width: 575px) {
  .checkout-section .card {
    padding: 16px !important;
  }
}
.login-form .card {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.login-form .card p {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}
.login-form .card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
}
.login-form .card .text-start {
  font-size: 16px;
  font-weight: 400;
}
.login-form .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
}
.login-form .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.login-form .btn-primary:hover {
  background-color: #2657d4;
}
.login-form a {
  text-decoration: none;
}
.login-form a:hover {
  text-decoration: underline;
}

.register-form .card {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.register-form .card p {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}
.register-form .card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
}
.register-form .card .text-start {
  font-size: 16px;
  font-weight: 400;
}
.register-form .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
}
.register-form .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.register-form .btn-primary:hover {
  background-color: #2657d4;
}
.register-form i.bi-chevron-left {
  font-size: 20px;
  cursor: pointer;
}
.register-form a {
  text-decoration: none;
}
.register-form a:hover {
  text-decoration: underline;
}

.forgot-password-form .card {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.forgot-password-form .card p {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}
.forgot-password-form .card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
}
.forgot-password-form .card .text-start {
  font-size: 16px;
  font-weight: 400;
}
.forgot-password-form .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
}
.forgot-password-form .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.forgot-password-form .btn-primary:hover {
  background-color: #2657d4;
}
.forgot-password-form i.bi-chevron-left {
  font-size: 20px;
  cursor: pointer;
}
.forgot-password-form a {
  text-decoration: none;
}
.forgot-password-form a:hover {
  text-decoration: underline;
}

.verify-form .card {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.verify-form .card p {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}
.verify-form .card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
}
.verify-form .card .text-start {
  font-size: 16px;
  font-weight: 400;
}
.verify-form .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
}
.verify-form .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.verify-form .btn-primary:hover {
  background-color: #2657d4;
}
.verify-form i.bi-chevron-left {
  font-size: 20px;
  cursor: pointer;
}
.verify-form a {
  text-decoration: none;
}
.verify-form a:hover {
  text-decoration: underline;
}

.register-complete .card {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.register-complete .card p {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}
.register-complete .card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
}
.register-complete .card .text-start {
  font-size: 16px;
  font-weight: 400;
}
.register-complete .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
}
.register-complete .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.register-complete .btn-primary:hover {
  background-color: #2657d4;
}
.register-complete i.bi-chevron-left {
  font-size: 20px;
  cursor: pointer;
}

.reset-password .card {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.reset-password .card p {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}
.reset-password .card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
}
.reset-password .card .text-start {
  font-size: 16px;
  font-weight: 400;
}
.reset-password .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
}
.reset-password .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.reset-password .btn-primary:hover {
  background-color: #2657d4;
}
.reset-password i.bi-chevron-left {
  font-size: 20px;
  cursor: pointer;
}

.login-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.login-popup-overlay .login-popup {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 450px;
  background: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 40px;
  border: none;
}
.login-popup-overlay .login-popup .header h5 {
  font-weight: 500;
  font-size: 18px;
  color: #121212;
}
.login-popup-overlay .login-popup .header p {
  font-weight: 300;
  font-size: 16px;
  color: #121212;
}
.login-popup-overlay .login-popup .form-login input {
  border: 1px solid #d9d9d9;
  color: rgba(18, 18, 18, 0.6);
  font-size: 15px;
  font-weight: 300;
}
.login-popup-overlay .login-popup .form-login .footer-login .forgot {
  font-size: 15px;
  font-weight: 400;
}
.login-popup-overlay .login-popup .form-login .footer-login span {
  font-size: 15px;
  font-weight: 300;
}
.login-popup-overlay .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
}
.login-popup-overlay .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.login-popup-overlay .btn-primary:hover {
  background-color: #2657d4;
}
.login-popup-overlay .btn-close-popup {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
}

.verify-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.verify-popup-overlay .verify-popup {
  background: white;
  width: 100%;
  max-width: 600px;
  height: 450px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  border: none;
}
.verify-popup-overlay .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
}
.verify-popup-overlay .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.verify-popup-overlay .btn-primary:hover {
  background-color: #2657d4;
}
.verify-popup-overlay .btn-close-popup {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
}

.signup-final-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.signup-final-popup-overlay .signup-final-popup {
  background: white;
  width: 100%;
  height: 450px;
  max-width: 600px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 40px;
  border: none;
}
.signup-final-popup-overlay .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
}
.signup-final-popup-overlay .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.signup-final-popup-overlay .btn-primary:hover {
  background-color: #2657d4;
}
.signup-final-popup-overlay .btn-close-popup {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
}

.signup-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  padding: 16px;
}
.signup-popup-overlay .signup-popup {
  background: white;
  max-width: 600px;
  height: 450px;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 40px;
  border: none;
}
.signup-popup-overlay .signup-popup h5 {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
}
.signup-popup-overlay .signup-popup .titles {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  padding-bottom: 15px;
}
.signup-popup-overlay .signup-popup .form-signup .form-control {
  height: 48px;
  font-size: 15px;
  border-radius: 8px;
  font-weight: 300;
  color: #121212;
}
.signup-popup-overlay .signup-popup .form-signup .btn-primary {
  background-color: #2f66f4;
  border-color: #2f66f4;
  font-weight: 500;
}
.signup-popup-overlay .signup-popup .form-signup .btn-primary:hover {
  background-color: #2657d4;
}
.signup-popup-overlay .signup-popup .btn-close-popup {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
}

.learning-scheduler {
  background: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  max-width: 100%;
  font-family: "Inter", sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.learning-scheduler .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}
.learning-scheduler .description {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.5;
}
.learning-scheduler .actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.learning-scheduler .actions .btn-setup {
  background-color: #26c6da;
  color: white;
  padding: 6px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}
.learning-scheduler .actions .btn-setup:hover {
  background-color: #1fa7b8;
}
.learning-scheduler .actions .link-remove {
  font-size: 14px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
.learning-scheduler .actions .link-remove:hover {
  text-decoration: underline;
}

.block-learning-scheduler {
  margin-bottom: 30px;
}

.course-wrapper {
  margin-bottom: 50px;
}
.course-wrapper .header-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.course-wrapper .header-actions h2 {
  font-size: 20px;
  font-weight: 600;
}
.course-wrapper .header-actions .filters {
  display: flex;
  gap: 12px;
}
.course-wrapper .header-actions .filters .btn-filter,
.course-wrapper .header-actions .filters .btn-sort {
  background: transparent;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.course-wrapper .header-actions .filters .dropdown-sort {
  position: relative;
}
.course-wrapper .header-actions .filters .dropdown-sort .sort-options {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: none;
  min-width: 160px;
  z-index: 10;
}
.course-wrapper .header-actions .filters .dropdown-sort .sort-options .option {
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
}
.course-wrapper .header-actions .filters .dropdown-sort .sort-options .option:hover {
  background-color: #f0f0f0;
}
.course-wrapper .header-actions .filters .dropdown-sort.open .sort-options {
  display: block;
}
.course-wrapper .course-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.course-wrapper .course-list .course-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
  cursor: pointer;
  width: calc(20% - 16px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .course-wrapper .course-list .course-card {
    width: calc(25% - 16px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .course-wrapper .course-list .course-card {
    width: calc(33.33% - 16px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .course-wrapper .course-list .course-card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .course-wrapper .course-list .course-card {
    width: 100%;
  }
}
.course-wrapper .course-list .course-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.course-wrapper .course-list .course-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}
.course-wrapper .course-list .course-card .course-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.course-wrapper .course-list .course-card .teacher {
  font-size: 13px;
  color: #444;
  margin-bottom: 6px;
}
.course-wrapper .course-list .course-card .expire-date {
  font-size: 12px;
  color: #333;
  margin-bottom: 6px;
}
.course-wrapper .course-list .course-card .expire-date .label {
  background: #e0f7fa;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}
.course-wrapper .course-list .course-card .progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.course-wrapper .course-list .course-card .progress-fill {
  height: 100%;
  background-color: #26c6da;
  border-radius: 4px;
  transition: width 0.4s ease;
}
.course-wrapper .course-list .course-card p {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.right-content h1 {
  font-weight: 500;
  font-size: 20px;
}
.right-content span {
  font-weight: 300;
  font-size: 16px;
  color: rgba(18, 18, 18, 0.8);
  max-width: 600px;
}
.right-content .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.right-content .checklist li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #222;
}
.right-content .checklist li::before {
  content: "✔";
  position: absolute;
  font-weight: 300;
  left: 0;
  top: 0;
  color: #222;
  font-size: 16px;
}

.left-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-banner img {
  width: 350px;
  height: 450px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .right-content {
    margin-left: 30px;
  }
  .right-content h1 {
    font-size: 18px;
  }
  .right-content span {
    font-size: 14px;
  }
  .right-content .checklist li {
    font-size: 14px;
  }
  .left-banner img {
    display: none;
  }
}
.modal-fullscreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #f5f5f5;
  z-index: 9999;
  overflow: auto;
}
.modal-fullscreen svg {
  cursor: pointer;
}
.modal-fullscreen .modal-content {
  width: 100%;
  margin: auto;
  border-radius: 8px;
  height: 100vh;
  position: relative;
}
.modal-fullscreen .modal-content .settings-modal {
  padding: 24px;
}
.modal-fullscreen .modal-content .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-fullscreen .modal-content .header h2 {
  margin: 0;
  font-size: 18px;
}
.modal-fullscreen .modal-content .header .close-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.modal-fullscreen .modal-content .tabs {
  display: flex;
  margin: 20px 0;
}
.modal-fullscreen .modal-content .tabs .tab {
  flex: 1;
  padding: 5px 0;
  text-align: center;
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
  color: #121212;
  font-size: 13px;
  font-weight: 400;
  border-radius: 8px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.modal-fullscreen .modal-content .tabs .tab.active {
  background-color: #007bff;
  color: white;
  font-size: 13px;
  font-weight: 400;
}
.modal-fullscreen .modal-content .tabs .tab:not(:last-child) {
  margin-right: 4px;
}
.modal-fullscreen .modal-content .form {
  display: flex;
  flex-direction: column;
}
.modal-fullscreen .modal-content .form label {
  margin: 10px 0 4px;
  font-size: 14px;
}
.modal-fullscreen .modal-content .form input,
.modal-fullscreen .modal-content .form textarea,
.modal-fullscreen .modal-content .form select {
  padding: 8px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.6);
  font-size: 15px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
}
.modal-fullscreen .modal-content .form input:focus,
.modal-fullscreen .modal-content .form textarea:focus,
.modal-fullscreen .modal-content .form select:focus {
  outline: none;
  border-color: #1e88e5;
}
.modal-fullscreen .modal-content .form textarea {
  resize: vertical;
  min-height: 80px;
}
.modal-fullscreen .modal-content .form .btn-group {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.modal-fullscreen .modal-content .form .btn-group .save-btn {
  background-color: #1e88e5;
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.modal-fullscreen .modal-content .form .btn-group .save-btn:hover {
  background-color: #1565c0;
}
.modal-fullscreen .modal-content .header-modal {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.modal-fullscreen .modal-content .header-modal .left-header .icon-header-modal {
  width: 20px;
  height: 20px;
  border-radius: 10%;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.modal-fullscreen .modal-content .header-modal .left-header .title-header-modal {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}
@media (max-width: 767px) {
  .modal-fullscreen .modal-content .header-modal .left-header .title-header-modal {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.modal-fullscreen .modal-content .header-modal .right-header {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
}
.modal-fullscreen .modal-content .header-modal .right-header .settings:hover {
  cursor: pointer;
  background: #f0f0f0;
  border-radius: 8%;
}
.modal-fullscreen .modal-content .header-modal .right-header .view:hover {
  cursor: pointer;
  background: #f0f0f0;
  border-radius: 8%;
}
.modal-fullscreen .modal-content .header-modal .right-header .question:hover {
  cursor: pointer;
  background: #f0f0f0;
  border-radius: 8%;
}
@media (max-width: 767px) {
  .modal-fullscreen .modal-content .header-modal .right-header svg {
    width: 15px;
    height: 15px;
  }
  .modal-fullscreen .modal-content .header-modal .right-header .txt {
    display: none;
  }
}
.modal-fullscreen .modal-content .header-modal .right-header .btn-export {
  background: #1e88e5;
  padding: 5px;
  border-radius: 8px;
}
.modal-fullscreen .modal-content .header-modal .right-header .btn-export span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .modal-fullscreen .modal-content .header-modal .right-header .btn-export span {
    display: none;
  }
}
.modal-fullscreen .modal-content .header-modal .right-header .btn-export:hover {
  cursor: pointer;
  background: #6ba5d8;
  padding: 5px;
  border-radius: 8px;
}
.modal-fullscreen .modal-content .main-content {
  background: #f5f5f5;
  padding: 40px 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.modal-fullscreen .modal-content .main-content .form-select {
  border: 1px solid #d9d9d9;
  padding: 4px;
  border-radius: 7px;
}
.modal-fullscreen .modal-content .main-content .search-bar {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-fullscreen .modal-content .main-content .search-bar .input-group {
  overflow: hidden;
}
.modal-fullscreen .modal-content .main-content .search-bar .input-group input {
  border: none;
  box-shadow: none;
  background: none;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
.modal-fullscreen .modal-content .main-content .search-bar .input-group .btn-search {
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 300;
  background: #1E88E5;
  color: white;
  border-radius: 8px;
  justify-content: center;
  padding: 0 20px;
  gap: 5px;
  margin-right: 20px;
}
.modal-fullscreen .modal-content .main-content .card {
  border: none;
  border-radius: 10px;
}
.modal-fullscreen .modal-content .main-content .card .select-answer {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 5px;
  width: 200px;
  color: #121212;
  font-size: 14px;
  font-weight: 300;
}
.modal-fullscreen .modal-content .main-content .card .question-box {
  border: none !important;
}
.modal-fullscreen .modal-content .main-content .card .question-box .input-question {
  border: none;
  background: transparent;
}
.modal-fullscreen .modal-content .main-content .card .question-box .btn-add-question {
  border: none;
  background: transparent;
  color: #121212;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.modal-fullscreen .modal-content .main-content .card .question-box .btn-add-question span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.modal-fullscreen .modal-content .main-content .card .question-box .input-group-text {
  width: 40px;
  justify-content: center;
}
.modal-fullscreen .modal-content .main-content .card .question-box .answer-group .input-group .form-control {
  border-right: none;
}
.modal-fullscreen .modal-content .main-content .card .question-box .answer-group .input-group .btn {
  border-left: none;
}
.modal-fullscreen .modal-content .main-content .card .question-box .upload-container {
  position: relative;
  width: 100%;
  height: 300px;
  margin: auto;
  background: white;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.modal-fullscreen .modal-content .main-content .card .question-box .upload-container .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: #f1f1f1;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
}
.modal-fullscreen .modal-content .main-content .card .question-box .upload-container .upload-content {
  text-align: center;
}
.modal-fullscreen .modal-content .main-content .card .question-box .upload-container .upload-content .upload-icon {
  background: #eeeeee;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.modal-fullscreen .modal-content .main-content .card .question-box .upload-container .upload-content .upload-icon img {
  width: 24px;
  height: 24px;
}
.modal-fullscreen .modal-content .main-content .card .question-box .upload-container .upload-content p {
  margin-top: 10px;
  font-size: 18px;
}
.modal-fullscreen .modal-content .main-content .card .score-input {
  width: 50px !important;
  height: 36px !important;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  text-align: center;
  color: #007bff;
  margin-left: 10px !important;
  /* Ẩn nút tăng giảm */
  -moz-appearance: textfield;
}
.modal-fullscreen .modal-content .main-content .card .score-input:focus {
  border-color: #007bff;
  box-shadow: none;
  outline: none;
}
.modal-fullscreen .modal-content .main-content .card .score-input::-webkit-inner-spin-button, .modal-fullscreen .modal-content .main-content .card .score-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-fullscreen .modal-content .main-content .card .answer-item {
  gap: 8px;
}
.modal-fullscreen .modal-content .main-content .card .answer-item .label-group {
  display: flex;
  gap: 6px;
}
.modal-fullscreen .modal-content .main-content .card .answer-item .label-group .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.modal-fullscreen .modal-content .main-content .card .answer-item .label-group .tick {
  font-size: 14px;
  color: #666;
}
.modal-fullscreen .modal-content .main-content .card .answer-item .input-with-icon {
  position: relative;
}
.modal-fullscreen .modal-content .main-content .card .answer-item .input-with-icon .answer-input {
  background-color: #f5f5f5;
  border: none;
  border-radius: 10px;
  padding: 8px 36px 8px 12px;
  width: 100%;
  box-shadow: none;
}
.modal-fullscreen .modal-content .main-content .card .answer-item .input-with-icon .answer-input:focus {
  outline: none;
  box-shadow: none;
}
.modal-fullscreen .modal-content .main-content .card .answer-item .input-with-icon .camera-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.modal-fullscreen .modal-content .main-content .card .answer-item .icon-btn {
  background: transparent;
  border: none;
  color: #555;
  font-size: 16px;
}
.modal-fullscreen .modal-content .main-content .card .answer-item .icon-btn:hover {
  color: #000;
}
.modal-fullscreen .modal-content .main-content .card .dropdown-2025-wrapper {
  position: relative;
  display: inline-block;
}
.modal-fullscreen .modal-content .main-content .card .dropdown-2025-wrapper .dropdown-2025-toggle {
  cursor: pointer;
}
.modal-fullscreen .modal-content .main-content .card .dropdown-2025-wrapper .dropdown-2025-menu {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  min-width: 150px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.modal-fullscreen .modal-content .main-content .card .dropdown-2025-wrapper .dropdown-2025-menu .dropdown-2025-item {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #121212;
}
.modal-fullscreen .modal-content .main-content .card .dropdown-2025-wrapper .dropdown-2025-menu .dropdown-2025-item:hover {
  background-color: #f2f2f2;
}
.modal-fullscreen .modal-content .main-content .card .dropdown-2025-wrapper.open .dropdown-2025-menu {
  display: block;
}
.modal-fullscreen .modal-dialog-end {
  position: fixed;
  right: 0;
  margin: 0;
  width: 100%;
  max-width: 430px;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
.modal-fullscreen .modal-dialog-end.show {
  transform: translateX(0);
}
.modal-fullscreen .modal-dialog-end .modal-content {
  height: 100%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
}
.modal-fullscreen .modal-dialog-end .modal-body {
  overflow-y: auto;
  padding: 20px;
}
.modal-fullscreen .modal-dialog-end .modal-body .search-bar {
  display: flex;
  border: 1px solid #ccc;
  align-items: center;
  max-width: 300px;
  border-radius: 8px;
}
.modal-fullscreen .modal-dialog-end .modal-body .search-bar i {
  margin-left: 10px;
}
.modal-fullscreen .modal-dialog-end .modal-body .search-bar input[type=text] {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 8px;
}
.modal-fullscreen .modal-dialog-end .modal-body .search-bar :focus {
  outline: none;
  box-shadow: none;
}
.modal-fullscreen .modal-dialog-end .modal-body .filter-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  align-items: center;
}
.modal-fullscreen .modal-dialog-end .modal-body .filter-group span {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}
.modal-fullscreen .modal-dialog-end .modal-body .filter-group select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ececec;
  width: 200px;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.6);
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library {
  background: rgba(217, 217, 217, 0.4);
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content {
  background: #fff;
  padding: 20px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content .title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content .filter-library {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 10px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content .filter-library .content {
  display: flex;
  flex-direction: column;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content .card-library {
  margin-top: 10px;
  /* Ensure text truncates to two lines */
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content .card-library .card {
  margin: 0 auto;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content .card-library .card span {
  font-size: 13px;
  font-weight: 400;
  color: #808080;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content .card-library .card .card-title {
  width: 260px;
  font-size: 14px;
  font-weight: 400px;
  margin: 0px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content .card-library .card .card-title .truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .left-content .card-library .card .card-title p {
  margin-bottom: 0px !important;
  padding: 0px !important;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  margin-top: 10px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .test-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .test-header .test-info {
  display: flex;
  flex-direction: column;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .test-header .test-info .test-title {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .test-header .test-info .test-subtitle {
  font-size: 13px;
  color: #666;
  margin-top: 2px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .test-header .add-all-btn {
  background: #e0e0e0;
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  color: #222;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .test-header .add-all-btn:hover {
  background: #d0d0d0;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content span {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box {
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  max-width: 900px;
  font-family: Arial, sans-serif;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .question-header .question-types {
  font-weight: 300;
  color: #121212;
  font-size: 14px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .question-header .add-question {
  background: #f5f5f5;
  border: none;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  color: #121212;
  border-radius: 6px;
  cursor: pointer;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .question-header .add-questions {
  background: #1e88e5;
  border: none;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  color: white;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .question-text {
  font-size: 13px;
  color: #121212;
  margin-bottom: 16px;
  font-weight: 300;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .answers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .answers-grid .answer {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .answers-grid .answer .label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #555;
  text-align: center;
  margin-right: 6px;
  border: 1px solid #d9d9d9;
  font-size: 9px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .answers-grid .answer .icon {
  margin-right: 6px;
  font-size: 14px;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .answers-grid .answer.correct .icon {
  color: green;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .answers-grid .answer.wrong .icon {
  color: red;
}
.modal-fullscreen .modal-dialog-end .modal-body .content-library .right-library-content .question-box .answers-grid .answer .text {
  color: #121212;
  font-size: 13px;
  font-weight: 400;
}
.modal-fullscreen .question-type {
  border-radius: 8px;
  padding: 10px 12px;
  background-color: #f2f6fc;
  color: #3a8bfd;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.modal-fullscreen .question-type i {
  font-size: 18px;
}
.modal-fullscreen .question-type:hover {
  background-color: #dbeafe;
}
.modal-fullscreen .question-type.active {
  background-color: #e0edff;
  font-weight: 600;
}

.circle-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.circle-checkbox::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: white;
  display: none;
}
.circle-checkbox:checked {
  background-color: white;
  border: 1px solid #ccc;
}
.circle-checkbox:checked::before {
  display: block;
}

.photo-preview {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.photo-preview img {
  width: 100%;
  height: auto;
  display: block;
}
.photo-preview .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
}
.photo-preview .close-btn:hover {
  background: rgb(255, 255, 255);
}

.question-container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin: 20px auto;
}

.question-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  text: 14px;
  font-weight: 300;
}

.points {
  color: #555;
}

.question-text {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.answers {
  margin-top: 20px;
}

.answer-option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  gap: 10px;
}

.answer-option input {
  display: none;
}

.answer-option .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.answer-option input:checked + .checkmark {
  background-color: white;
  border: 1px solid #ccc;
}

.answer-option input:checked + .checkmark::after {
  content: "✔";
  position: absolute;
  font-size: 12px;
  left: 2px;
  color: white;
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.round-checkbox {
  display: inline-block;
  position: relative;
  top: 7px;
}

.round-checkbox input[type=checkbox] {
  display: none;
}

.round-checkbox label {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* When checked */
.round-checkbox input[type=checkbox]:checked + label {
  background-color: #006cfe; /* Green color when checked */
  border-color: #006cfe;
}

.round-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.round-checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.mine.modal-content {
  background: transparent;
  border: none;
}

.tag-filter-2025 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  width: fit-content;
  background-color: white;
  border-radius: 8px;
  font-size: 14px;
  color: #111;
  border: 1px solid #d9d9d9;
  white-space: nowrap;
  overflow: hidden;
}

.close-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #374151;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  border: none;
  background: transparent;
}

.flex-fill {
  flex: 1 1 auto;
}

.gap-1 {
  gap: 10px;
}

.gap-4 {
  gap: 20px;
}

.content-block .library-2025-search-filter-container {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: Arial, sans-serif;
}
.content-block .library-2025-search-filter-container .library-2025-search-box {
  position: relative;
}
.content-block .library-2025-search-filter-container .library-2025-search-box input {
  padding: 10px 36px 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 300px;
}
.content-block .library-2025-search-filter-container .library-2025-search-box .library-2025-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #121212;
}
.content-block .library-2025-search-filter-container .library-2025-select-box {
  position: relative;
}
.content-block .library-2025-search-filter-container .library-2025-select-box select {
  appearance: none;
  padding: 10px 36px 10px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: white;
  color: #121212;
  cursor: pointer;
}
.content-block .library-2025-search-filter-container .library-2025-select-box .library-2025-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #121212;
}
.content-block .library-2025-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
  padding: 20px 0;
}
.content-block .library-2025-card {
  background: #f0f1f3;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 180px;
  max-height: 180px;
}
.content-block .library-2025-card .library-2025-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 14px;
  color: #121212;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-icon {
  font-size: 16px;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-menu-wrapper {
  position: relative;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-menu-wrapper .library-2025-menu-btn {
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-menu-wrapper .library-2025-menu-btn:hover {
  background: #f0f0f0;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-menu-wrapper .library-2025-dropdown {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-width: 100px;
  z-index: 10;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-menu-wrapper .library-2025-dropdown .library-2025-action {
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-menu-wrapper .library-2025-dropdown .library-2025-action:hover {
  background: #f5f5f5;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-menu-wrapper.active .library-2025-dropdown {
  display: block;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.content-block .library-2025-card .library-2025-card-header .library-2025-menu {
  cursor: pointer;
  font-size: 18px;
}
.content-block .library-2025-card .library-2025-thumbnail {
  position: relative;
}
.content-block .library-2025-card .library-2025-thumbnail img {
  width: 100%;
  display: block;
  padding: 5px;
  border-radius: 10px;
}
.content-block .library-2025-card .library-2025-thumbnail.library-2025-audio {
  background-color: #f0f0f0;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-block .library-2025-card .library-2025-thumbnail.library-2025-audio .library-2025-audio-icon {
  font-size: 32px;
  color: #e91e63;
}
.content-block .library-2025-card .library-2025-thumbnail .library-2025-duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.form-search-assesment {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  max-width: 600px;
  margin: 0 auto;
  height: 45px;
}

.form-search-assesment .search {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.form-search-assesment input {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 52px;
  border-radius: 100px;
  border: none;
  background: transparent;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid transparent;
}

.form-search-assesment input::placeholder {
  opacity: 0.6;
}

.form-search-assesment input:focus {
  border-color: rgb(30, 136, 229);
}

.list-suggest-ls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-bottom: 40px;
}

.item-suggest-ls a {
  background: rgb(255, 255, 255);
  height: 35px;
  padding: 0 15px;
  border-bottom: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.3s;
}

.item-suggest-ls a .text-15-light {
  color: rgba(18, 18, 18, 0.6);
  transition: all 0.3s;
}

.item-suggest-ls a:hover, .item-suggest-ls.active a {
  background: rgb(30, 136, 229);
  color: #fff;
}

.item-suggest-ls a:hover .text-15-light, .item-suggest-ls.active a .text-15-light {
  color: #fff;
}

.btn-more-text {
  padding-top: 4px;
}

.btn-more-text .btn-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.btn-more-text .btn-text-link .text {
  font-size: 14px;
  font-weight: 400;
  color: rgb(30, 136, 229);
}

.btn-more-text .btn-text-link .icon {
  transform: translateX(0);
  transition: all 0.3s;
}

.btn-more-text .btn-text-link:hover .icon {
  transform: translateX(4px);
}

.section-header-2025 .text-18-medium .text-exam {
  color: rgba(18, 18, 18, 0.4);
}

@media (max-width: 767px) {
  .list-suggest-ls {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
    gap: 8px;
  }
  .item-suggest-ls {
    white-space: nowrap;
  }
}
/* */
.filter-container {
  position: relative;
  width: 100%;
  margin: 30px 0;
  display: flex;
  align-items: flex-start;
}

.swiper-slide {
  width: auto !important;
}

.tag-filter {
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #ccc;
  height: 35px;
  background-color: transparent;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.filter-tag {
  position: relative;
  margin-left: auto;
}

.filter-tag .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgb(30, 136, 229);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.flex-next-back {
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin-left: auto;
}

.filter-container .swiper-container {
  width: calc(100% - 130px);
  padding: 0;
  margin: 0;
}

.tag-filter.active, .tag-filter:hover {
  border-color: #007bff;
  color: #007bff;
}

.tag-filter:hover {
  background: #fff;
}

.flex-next-back .ct-swiper-button {
  background-image: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: none;
  z-index: 2;
  background: #fff;
  cursor: pointer;
  opacity: 1;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  margin: 0;
}

.flex-next-back .swiper-button-prev {
  right: 0;
  left: auto;
}

.flex-next-back .swiper-button-prev img {
  transform: rotate(180deg);
}

.flex-next-back .swiper-button-next {
  right: 0;
}

.flex-next-back .ct-swiper-button:hover {
  background: #d5ecff;
}

.flex-next-back .swiper-button-disabled {
  opacity: 0.6;
}

@media (max-width: 575px) {
  .flex-next-back .swiper-button-disabled {
    opacity: 0.6;
  }
  .filter-container .swiper-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 0 15px;
  }
  .filter-container {
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 20px -15px;
  }
  .filter-tag {
    margin-left: 12px;
    padding-right: 15px;
  }
}
.header-2025 {
  background-color: white;
  padding: 10px 0;
}
.header-2025__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-2025__logo {
  background-color: #d9d9d9;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
}
.header-2025__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .header-2025__nav {
    gap: 10px;
  }
}
.header-2025__nav a {
  text-decoration: none;
  color: rgba(18, 18, 18, 0.8);
  font-size: 14px;
  font-weight: 300;
}
.header-2025__nav a:hover {
  color: #007bff;
}
.header-2025__nav i {
  font-size: 18px;
  color: #555;
  cursor: pointer;
}
.header-2025__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #1e88e5;
}
.header-2025__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-layout {
  background: #f4f4f4;
  min-height: 100vh;
  padding: 20px;
  padding-bottom: 80px;
}
.main-layout__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.main-layout__container .sidebar {
  width: 220px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.main-layout__container .sidebar__create-btn {
  width: 100%;
  padding: 10px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: bold;
  cursor: pointer;
}
.main-layout__container .sidebar__nav ul {
  list-style: none;
  padding: 0px;
}
.main-layout__container .sidebar__nav ul li {
  padding: 8px 0;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
}
.main-layout__container .sidebar__nav ul li.active {
  background-color: #e6f0ff;
  font-weight: 600;
  padding-left: 6px;
}
.main-layout__container .sidebar__nav ul li.section-title {
  margin-top: 16px;
  font-size: 13px;
  font-weight: bold;
  color: #999;
  pointer-events: none;
}
.main-layout__container .content {
  flex: 1;
  padding: 20px;
}
.main-layout__container .content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-layout__container .content__header .search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.main-layout__container .content__header .search-bar__input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  border: 1px solid #eee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-layout__container .content__header .search-bar__input-wrapper i {
  font-size: 16px;
  color: #555;
  margin-right: 8px;
}
.main-layout__container .content__header .search-bar__input-wrapper input {
  border: none;
  outline: none;
  font-size: 14px;
  width: 100%;
  color: #333;
  background: transparent;
}
.main-layout__container .content__header .search-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-layout__container .content__header .search-bar__actions i {
  font-size: 18px;
  color: #555;
  cursor: pointer;
  padding: 6px;
}
.main-layout__container .content__header .search-bar__actions i.active {
  color: #007bff;
}
.main-layout__container .content__header h2 {
  font-size: 18px;
  font-weight: 600;
}
.main-layout__container .content__header__search {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 220px;
}
.main-layout__container .content__list {
  margin-top: 20px;
}
.main-layout__container .content__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}
.main-layout__container .content__item .item__info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main-layout__container .content__item .item__info i {
  font-size: 20px;
  color: #777;
}
.main-layout__container .content__item .item__info .item__title {
  font-weight: 500;
  color: #333;
}
.main-layout__container .content__item .item__info .item__author {
  font-size: 13px;
  color: #777;
}
.main-layout__container .content__item .item__stats {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: #555;
}
.main-layout__container .content__item .item__menu-wrapper {
  position: relative;
}
.main-layout__container .content__item .item__menu-wrapper .item__menu {
  font-size: 18px;
  cursor: pointer;
  color: #888;
}
.main-layout__container .content__item .item__menu-wrapper .item__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 8px 0;
  margin: 6px 0 0 0;
  display: none;
  min-width: 120px;
  z-index: 100;
}
.main-layout__container .content__item .item__menu-wrapper .item__dropdown li {
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.main-layout__container .content__item .item__menu-wrapper .item__dropdown li:hover {
  background-color: #f2f2f2;
}
.main-layout__container .content__item .item__menu-wrapper.open .item__dropdown {
  display: block;
}
.main-layout__container .content__item .item__menu {
  font-size: 18px;
  cursor: pointer;
  color: #999;
}
.main-layout__container .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.main-layout__container .card-item {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.2s;
}
.main-layout__container .card-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.main-layout__container .card-item__menu {
  position: absolute;
  right: 0px;
  font-size: 18px;
  color: #555;
  cursor: pointer;
}
.main-layout__container .card-item__title {
  font-weight: 600;
  color: #121212;
  margin-left: 5px;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.4;
  max-height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-layout__container .card-item__author {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}
.main-layout__container .card-item__stats {
  font-size: 13px;
  color: #777;
  display: flex;
  justify-content: space-between;
}
.main-layout__container .card-item__stats .star {
  color: #f8b400;
}
.main-layout__container .card-item__stats strong {
  color: #000;
}
.main-layout__container .card-item .card-item__menu-wrapper {
  position: absolute;
  top: 12px;
  right: 12px;
}
.main-layout__container .card-item .card-item__menu-wrapper .card-item__menu {
  font-size: 18px;
  color: #555;
  cursor: pointer;
}
.main-layout__container .card-item .card-item__menu-wrapper .card-item__dropdown {
  position: absolute;
  top: 28px;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 8px 0;
  margin: 0;
  display: none;
  z-index: 1000;
  min-width: 140px;
}
.main-layout__container .card-item .card-item__menu-wrapper .card-item__dropdown li {
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}
.main-layout__container .card-item .card-item__menu-wrapper .card-item__dropdown li:hover {
  background-color: #f2f2f2;
}
.main-layout__container .card-item .card-item__menu-wrapper.open .card-item__dropdown {
  display: block;
}
@media (max-width: 768px) {
  .main-layout__container .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 240px;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  }
  .main-layout__container .sidebar.open {
    transform: translateX(0);
  }
}
.main-layout__container .sidebar-overlay {
  display: none;
}
@media (max-width: 768px) {
  .main-layout__container .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
  }
}
.main-layout__container .sidebar-overlay.active {
  display: block;
}
.main-layout__container .mobile-toggle {
  display: none;
}
@media (max-width: 768px) {
  .main-layout__container .mobile-toggle {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
  }
  .main-layout__container .mobile-toggle:hover {
    color: #007bff;
  }
}
@media (max-width: 1200px) {
  .main-layout__container .card-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .main-layout__container .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .main-layout__container .card-list {
    grid-template-columns: 1fr;
  }
}
.main-layout__container .section-title {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .main-layout__container .section-title {
    display: none;
  }
}
.main-layout__container .modal__options {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}
.main-layout__container .option-card {
  flex: 1;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s ease;
}
.main-layout__container .option-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}
.main-layout__container .option-card h3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.main-layout__container .option-card p {
  font-size: 14px;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 300;
}
.main-layout__container .option-card.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.main-layout .cms-teacher {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-layout .cms-teacher .title-cms {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
}
.main-layout .cms-teacher .teacher-stats {
  display: flex;
  gap: 24px;
  background: transparent;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  padding-block-end: 30px;
}
.main-layout .cms-teacher .teacher-stats__item {
  background-color: rgba(30, 136, 229, 0.1019607843);
  border-radius: 12px;
  padding: 16px 20px;
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-layout .cms-teacher .teacher-stats__title {
  font-weight: 300;
  font-size: 14px;
  color: #121212;
}
.main-layout .cms-teacher .teacher-stats__main {
  font-weight: 500;
  font-size: 18px;
  color: #0073fb;
  display: flex;
  align-items: baseline;
}
.main-layout .cms-teacher .teacher-stats__main .teacher-stats__currency {
  font-weight: 400;
  font-size: 18px;
  margin-left: 2px;
}
.main-layout .cms-teacher .teacher-stats__value {
  color: #1a73e8;
}
.main-layout .cms-teacher .teacher-stats__sub {
  font-weight: 300;
  font-size: 14px;
  color: #121212;
  margin-top: 4px;
}
@media (max-width: 600px) {
  .main-layout .cms-teacher .teacher-stats {
    flex-direction: column;
    gap: 16px;
  }
  .main-layout .cms-teacher .teacher-stats__item {
    min-width: auto;
    width: 100%;
  }
}
.main-layout .cms-teacher .teacher-cms-chart {
  padding-block-start: 30px;
}
.main-layout .cms-teacher .teacher-cms-chart .teacher-cms-chart-title {
  color: #121212;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 20px;
}
.main-layout .cms-teacher .top-courser {
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  padding-bottom: 30px;
}
.main-layout .cms-teacher .top-courser__title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
}
.main-layout .cms-teacher .top-courser__subtitle {
  font-weight: 300;
  font-size: 14px;
  color: #121212;
  margin-bottom: 16px;
}
.main-layout .cms-teacher .top-courser__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-layout .cms-teacher .top-courser__item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 12px;
}
.main-layout .cms-teacher .top-courser__thumb {
  width: 70px;
  height: 48px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 6px;
}
.main-layout .cms-teacher .top-courser__info {
  flex-grow: 1;
  min-width: 0;
}
.main-layout .cms-teacher .top-courser__name {
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #121212;
}
.main-layout .cms-teacher .top-courser__date {
  font-size: 13px;
  color: #121212;
  margin: 0;
  font-weight: 300;
}
.main-layout .cms-teacher .top-courser__status {
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  user-select: none;
  flex-shrink: 0;
}
.main-layout .cms-teacher .top-courser__status--draft {
  background: rgba(217, 217, 217, 0.6);
  color: #121212;
  font-size: 14;
  font-weight: 300;
}
.main-layout .cms-teacher .top-courser__status--published {
  background: #1e88e5;
  color: white;
  font-size: 14;
  font-weight: 300;
}
.main-layout .cms-teacher .top-courser__btn {
  margin-top: 24px;
  padding: 10px 18px;
  border: none;
  background-color: rgba(217, 217, 217, 0.6);
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
  font-weight: 300;
  color: #121212;
}
.main-layout .cms-teacher .top-courser__btn:hover {
  background-color: #ccc;
}
.main-layout .cms-teacher .container-box {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .main-layout .cms-teacher .container-box {
    flex-direction: column;
  }
}
.main-layout .cms-teacher .container-box .box-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-layout .cms-teacher .container-box .box-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.main-layout .cms-teacher .container-box .box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-layout .cms-teacher .container-box .box {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}
.main-layout .cms-teacher .container-box .box .title {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
  color: #121212;
}
.main-layout .cms-teacher .container-box .box .subtitle {
  font-weight: 300;
  font-size: 14px;
  color: #121212;
  margin-bottom: 15px;
}
.main-layout .cms-teacher .container-box .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 330px;
  overflow-y: auto;
}
.main-layout .cms-teacher .container-box .box ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.main-layout .cms-teacher .container-box .box ul li .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.main-layout .cms-teacher .container-box .box ul li.comment-item .comment-content {
  flex: 1;
}
.main-layout .cms-teacher .container-box .box ul li.comment-item .comment-content .comment-meta {
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.main-layout .cms-teacher .container-box .box ul li.comment-item .comment-content .comment-meta .username,
.main-layout .cms-teacher .container-box .box ul li.comment-item .comment-content .comment-meta .time,
.main-layout .cms-teacher .container-box .box ul li.comment-item .comment-content .comment-meta .course-name {
  color: rgba(18, 18, 18, 0.6);
}
.main-layout .cms-teacher .container-box .box ul li.comment-item .comment-content .comment-meta .dot {
  font-weight: 900;
  color: rgba(18, 18, 18, 0.6);
}
.main-layout .cms-teacher .container-box .box ul li.comment-item .comment-content .comment-text {
  font-size: 14px;
  color: #444;
  margin: 0;
}
.main-layout .cms-teacher .container-box .box ul li.registration-item .registration-content {
  flex: 1;
}
.main-layout .cms-teacher .container-box .box ul li.registration-item .registration-content .username-time {
  font-size: 14px;
  color: #999;
  margin-bottom: 4px;
}
.main-layout .cms-teacher .container-box .box ul li.registration-item .registration-content .course-link {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}
.main-layout .cms-teacher .container-box .box ul li.registration-item .registration-content .course-link:hover {
  text-decoration: underline;
}
.main-layout .cms-teacher .container-box .box .btn-viewmore {
  margin-top: 10px;
  padding: 10px;
  width: fit-content;
  border: none;
  background-color: #eee;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  color: #121212;
  transition: background-color 0.3s;
  font-size: 14px;
  font-weight: 300;
}
.main-layout .cms-teacher .container-box .box .btn-viewmore:hover {
  background-color: #ddd;
}
.main-layout .cms-detail-cmt {
  padding: 0 63px;
}
.main-layout .cms-detail-cmt .back {
  background: rgba(217, 217, 217, 0.4);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #121212;
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
  border-radius: 5px;
}
.main-layout .cms-detail-cmt .main-detail-cmt {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.main-layout .cms-detail-cmt .main-detail-cmt .header-title {
  display: flex;
  justify-content: space-between;
}
.main-layout .cms-detail-cmt .main-detail-cmt .header-title p {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
}
.main-layout .cms-detail-cmt .main-detail-cmt .header-title .sort-select {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
}
.main-layout .cms-detail-cmt .main-detail-cmt .header-title .sort-select .icon {
  font-size: 16px;
  margin-right: 6px;
}
.main-layout .cms-detail-cmt .main-detail-cmt .header-title .sort-select select {
  border: none;
  background: transparent;
  font-size: 15px;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.main-layout .cms-detail-cmt .main-detail-cmt .header-title .sort-select:hover {
  background-color: #f7f7f7;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment {
  padding: 15px 0;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .meta {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .meta .name {
  color: rgba(18, 18, 18, 0.6);
  font-size: 14px;
  font-weight: 300;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .meta .icon {
  color: rgba(18, 18, 18, 0.6);
  font-size: 14px;
  font-weight: 300;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .meta .time {
  color: rgba(18, 18, 18, 0.6);
  font-size: 14px;
  font-weight: 300;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .meta .course-name {
  color: rgba(18, 18, 18, 0.6);
  font-size: 14px;
  font-weight: 300;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .comment-wrapper {
  position: relative;
  display: inline-block;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .comment-wrapper .more-btn {
  cursor: pointer;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .comment-wrapper .options-menu {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 120px;
  z-index: 100;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .comment-wrapper .options-menu li {
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .comment-wrapper .options-menu li:hover {
  background-color: #f2f2f2;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .user-info .comment-wrapper .options-menu.hidden {
  display: none;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt {
  display: flex;
  flex-direction: column;
  margin: 0px 25px;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .text {
  margin: 10px 0;
  line-height: 1.5;
  color: #121212;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .reply {
  font-size: 14px;
  color: #1e88e5;
  cursor: pointer;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .reply:hover {
  text-decoration: underline;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .feedback-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
  font-size: 13px;
  font-weight: 300;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .feedback-form .feedback-input {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .feedback-form .feedback-input:focus {
  border-color: #007bff;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .feedback-form .feedback-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .feedback-form .feedback-actions .cancel-btn {
  background: none;
  border: none;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .feedback-form .feedback-actions .submit-btn {
  background-color: #1e88e5;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.main-layout .cms-detail-cmt .main-detail-cmt .comment .cmt .feedback-form .feedback-actions .submit-btn:hover {
  background-color: #0069d9;
}
.main-layout .cms-detail-cmt .table-container {
  max-width: 100%;
  overflow-x: auto;
  padding: 16px 0px;
}
.main-layout .cms-detail-cmt .table-container table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
.main-layout .cms-detail-cmt .table-container table th {
  text-align: left;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #121212;
  background-color: rgba(217, 217, 217, 0.4);
}
.main-layout .cms-detail-cmt .table-container table td {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 400;
  color: #121212;
  border-top: 1px solid #eee;
  vertical-align: middle;
}
.main-layout .cms-detail-cmt .table-container table .name-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-layout .cms-detail-cmt .table-container table .name-cell img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.main-layout .cms-detail-cmt .table-container table .name-cell .buyer-name {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
}
.main-layout .cms-detail-cmt .table-container table .name-cell .course-name {
  font-size: 12px;
  font-weight: 400;
  color: #555;
  margin-top: 2px;
}
.main-layout .detail-course .course-wrapper {
  background: white;
  padding: 20px;
  border-radius: 8px;
  color: #121212;
}
.main-layout .detail-course .course-wrapper .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.main-layout .detail-course .course-wrapper .header h2 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .main-layout .detail-course .course-wrapper .main-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-layout .detail-course .course-wrapper .main-header .search-bar {
  position: relative;
  margin-bottom: 16px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .main-layout .detail-course .course-wrapper .main-header .search-bar {
    width: 100%;
  }
}
.main-layout .detail-course .course-wrapper .main-header .search-bar input {
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 14px;
}
.main-layout .detail-course .course-wrapper .main-header .search-bar .search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #777;
}
.main-layout .detail-course .course-wrapper .main-header .new-course-btn {
  background: #1a73e8;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}
.main-layout .detail-course .course-wrapper .main-header .new-course-btn:hover {
  background: #1669d1;
}
.main-layout .detail-course .course-wrapper .course-table-container {
  max-width: 100%;
  overflow-x: auto;
  font-family: Arial, sans-serif;
  color: #121212;
  font-size: 13px;
}
.main-layout .detail-course .course-wrapper .course-table-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.main-layout .detail-course .course-wrapper .course-table-container table thead th {
  text-align: left;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.main-layout .detail-course .course-wrapper .course-table-container table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.main-layout .detail-course .course-wrapper .course-table-container table td {
  padding: 12px 16px;
  font-size: 13px;
  white-space: nowrap;
}
.main-layout .detail-course .course-wrapper .course-table-container table .course-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-layout .detail-course .course-wrapper .course-table-container table .course-cell img {
  width: 80px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
}
.main-layout .detail-course .course-wrapper .course-table-container table .course-cell .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.main-layout .detail-course .course-wrapper .course-table-container table .course-cell .desc {
  font-size: 12px;
  color: #555;
}
.main-layout .detail-course .course-wrapper .course-table-container table .sub {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.main-content-task {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-content-task .back-page {
  background: rgba(217, 217, 217, 0.4);
  padding: 10px;
  margin-bottom: 10px;
  gap: 10px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.main-content-task .back-page button {
  background: #1E88E5;
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: 300;
  border: none;
  padding: 10px;
}
.main-content-task .left-content-task {
  padding: 20px;
  border-right: 1px solid rgba(217, 217, 217, 0.6);
}
.main-content-task .left-content-task p {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}
.main-content-task .left-content-task h6 {
  font-size: 18px;
  font-weight: 400;
}
.main-content-task .left-content-task button {
  border: 1px solid #d9d9d9;
  font-family: 14px;
  font-weight: 300;
  color: #121212;
}
.main-content-task .right-content-task {
  padding: 20px;
}
.main-content-task .right-content-task .box-card {
  max-width: 220px;
  width: 100%;
}
@media (max-width: 767px) {
  .main-content-task .right-content-task .box-card h5 {
    font-size: 15px;
  }
  .main-content-task .right-content-task .box-card small {
    font-size: 13px;
  }
}
.main-content-task .right-content-task title {
  font-size: 15px;
  font-weight: 400;
  margin: 10px;
  color: #121212;
}
.main-content-task .right-content-task .list-group a {
  text-decoration: none;
}
.main-content-task .right-content-task .list-group .list-group-item {
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
.main-content-task .right-content-task .list-group .list-group-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.main-content-task .score-board {
  font-family: system-ui, sans-serif;
  font-size: 14px;
}
.main-content-task .score-board .main-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.main-content-task .score-board .main-title .btn-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
  border: none;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.main-content-task .score-board .main-title .board-title {
  font-weight: 600;
  font-size: 15px;
}
.main-content-task .score-board .section-title {
  font-weight: 600;
  font-size: 14px;
  margin-top: 24px;
}
.main-content-task .score-board .score-table th {
  color: #888;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 767px) {
  .main-content-task .score-board .score-table th {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-content-task .score-board .score-table .table-td-avatar {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: none;
  }
}
.main-content-task .score-board .score-table td {
  vertical-align: middle;
  font-size: 14px;
}
.main-content-task .score-board .score-table td a {
  color: #1976d2;
  text-decoration: none;
}
.main-content-task .score-board .score-table td a:hover {
  text-decoration: underline;
}
.main-content-task .score-board .score-table td .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
  vertical-align: middle;
  display: non;
}
.main-content-task .statistical {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.main-content-task .statistical p {
  font-size: 15px;
  font-weight: 400;
  color: #121212;
}
.main-content-task .statistical .main-statistical-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .main-content-task .statistical .main-statistical-desktop {
    display: none;
  }
}
.main-content-task .statistical .main-statistical-desktop .time {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.main-content-task .statistical .main-statistical-desktop .time p {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}
.main-content-task .statistical .main-statistical-desktop .time span {
  font-size: 15px;
  font-weight: 500;
  color: #1E88E5;
}
.main-content-task .statistical .main-statistical-desktop .total-point {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.main-content-task .statistical .main-statistical-desktop .total-point s p {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}
.main-content-task .statistical .main-statistical-desktop .total-point span {
  font-size: 15px;
  font-weight: 500;
  color: #1E88E5;
}
.main-content-task .statistical .main-statistical-desktop .title-name {
  margin: 0;
}
.main-content-task .statistical .main-statistical-desktop .userName {
  background: rgba(217, 217, 217, 0.4);
  padding: 10px;
  text-align: center;
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}
.main-content-task .statistical .main-statistical-mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-content-task .statistical .main-statistical-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .main-content-task .statistical .main-statistical-mobile .task-mobile {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
  }
  .main-content-task .statistical .main-statistical-mobile .main-title-statistical {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
}
.main-content-task .statistical .main-statistical-mobile .time {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.main-content-task .statistical .main-statistical-mobile .time p {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}
.main-content-task .statistical .main-statistical-mobile .time span {
  font-size: 15px;
  font-weight: 500;
  color: #1E88E5;
}
.main-content-task .statistical .main-statistical-mobile .total-point {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.main-content-task .statistical .main-statistical-mobile .total-point s p {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}
.main-content-task .statistical .main-statistical-mobile .total-point span {
  font-size: 15px;
  font-weight: 500;
  color: #1E88E5;
}
.main-content-task .statistical .main-statistical-mobile .title-name {
  margin: 0;
}
.main-content-task .statistical .main-statistical-mobile .userName {
  background: rgba(217, 217, 217, 0.4);
  padding: 10px;
  text-align: center;
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}
.main-content-task .statistical .function-statistical {
  justify-content: end;
  gap: 10px;
}
.main-content-task .statistical .function-statistical button {
  border: none;
  background-color: rgba(217, 217, 217, 0.4);
  color: #121212;
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-content-task .main-detail-point {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
}
.main-content-task .main-detail-point .point {
  padding: 9px;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 8px;
}
.main-content-task .main-detail-point .point span {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}
@media (max-width: 767px) {
  .main-content-task .main-detail-point .point span {
    font-size: 13px;
  }
}
.main-content-task .main-detail-point .question-card {
  border: 1px solid #d9d9d9;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-content-task .main-detail-point .question-card .main-question-2025 {
    flex-direction: column;
  }
}
.main-content-task .main-detail-point .question-card .question-header-2025 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-content-task .main-detail-point .question-card .question-header-2025 p {
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.main-content-task .main-detail-point .question-card .auto-point input {
  background: rgba(217, 217, 217, 0.4);
  width: 59px;
  height: 30px;
  border: none;
  border-radius: 8px;
}
.main-content-task .main-detail-point .question-card .auto-point button {
  border: none;
  background-color: rgba(217, 217, 217, 0.4);
  color: #121212;
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-content-task .main-detail-point .question-card .question-status {
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  width: fit-content;
}
.main-content-task .main-detail-point .question-card .question-status {
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  width: fit-content;
}
.main-content-task .main-detail-point .question-card .answer-type {
  background-color: rgba(217, 217, 217, 0.2);
  padding: 5px;
  gap: 10px;
}
.main-content-task .main-detail-point .question-card .question-title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-content-task .main-detail-point .question-card .review {
  width: 100%;
  height: 100%;
  border: 1px solid #72b4ee;
  border-radius: 8px;
  padding: 10px;
}
.main-content-task .main-detail-point .question-card .answers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-content-task .main-detail-point .question-card .answers li {
  padding: 10px 0;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}
.main-content-task .main-detail-point .question-card .answers li.correct {
  font-weight: 500;
}
.main-content-task .main-detail-point .question-card .answers li.correct .option {
  border: 1px solid #38ab49;
  color: #38ab49;
}
.main-content-task .main-detail-point .question-card .answers li.wrong {
  font-weight: 500;
}
.main-content-task .main-detail-point .question-card .answers li.wrong .option {
  border: 1px solid #ff2d55;
  color: #ff2d55;
}
.main-content-task .main-detail-point .question-card .answers li .option {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 20px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
}
.main-content-task .main-detail-point .question-card .answer-question {
  border-top: 1px solid rgba(217, 217, 217, 0.6);
  padding-bottom: 10px;
}
.main-content-task .main-detail-point .question-card .answer-question p {
  color: #1e88e5;
  font-size: 15px;
  font-weight: 400;
  padding-top: 10px;
  margin: 0;
}
.main-content-task .main-detail-point .question-card .answer-question span {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
}
.main-content-task .main-detail-point .question-card .answer-question button {
  padding: 5px;
  background: rgba(255, 213, 79, 0.4);
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  border: none;
  margin-top: 10px;
}

.status {
  font-weight: 500;
}
.status.unscored {
  color: #f44336;
}
.status.scored {
  color: #2196f3;
}

.block-banner-lt {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .block-banner-lt {
    margin-bottom: 30px;
  }
}

.main-page-minskill .course-section-2025 {
  margin-bottom: 50px;
  font-family: sans-serif;
}
.main-page-minskill .course-section-2025 .section-header-ielts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.main-page-minskill .course-section-2025 .section-header-ielts h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.main-page-minskill .course-section-2025 .section-header-ielts .header-actions {
  display: flex;
  gap: 8px;
}
.main-page-minskill .course-section-2025 .section-header-ielts .header-actions button {
  background-color: #f5f5f5;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: white;
}
.main-page-minskill .course-section-2025 .section-header-2025 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.main-page-minskill .course-section-2025 .section-header-2025 .flex-1 {
  flex: 1;
  margin-right: 10px;
}
.main-page-minskill .course-section-2025 .section-header-2025 h2 {
  margin: 0;
  font-size: 20px;
}
.main-page-minskill .course-section-2025 .section-header-2025 p {
  margin: 4px 0 0;
  color: #666;
  font-size: 14px;
}
.main-page-minskill .course-section-2025 .section-header-2025 .view-all-2025 {
  background-color: #007bff;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
.main-page-minskill .course-section-2025 .course-grid-2025 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
@media (max-width: 575px) {
  .main-page-minskill .course-section-2025 {
    margin-bottom: 30px;
  }
}
.main-page-minskill .assessment-section-2025 {
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 50px;
}
.main-page-minskill .assessment-section-2025 .assessment-header-2025 {
  margin-bottom: 32px;
}
.main-page-minskill .assessment-section-2025 .assessment-header-2025 h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
.main-page-minskill .assessment-section-2025 .assessment-header-2025 p {
  color: #666;
  font-size: 14px;
}
.main-page-minskill .assessment-section-2025 .assessment-grid-2025 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  justify-items: center;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-minskill .assessment-section-2025 .assessment-grid-2025 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-page-minskill .assessment-section-2025 .assessment-grid-2025 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-page-minskill .assessment-section-2025 .assessment-grid-2025 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .main-page-minskill .assessment-section-2025 .assessment-grid-2025 {
    gap: 16px 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-page-minskill .assessment-section-2025 .assessment-item-2025 {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 200px;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-page-minskill .assessment-section-2025 .assessment-item-2025 .icon-circle-2025 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e5f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.main-page-minskill .assessment-section-2025 .assessment-item-2025 p {
  font-size: 14px;
  color: #333;
  margin: 0;
}
@media (max-width: 575px) {
  .main-page-minskill .assessment-section-2025 {
    margin-bottom: 30px;
  }
}
.main-page-minskill .breadcrumb-exam {
  margin-bottom: 20px;
  background: rgba(217, 217, 217, 0.4);
  padding: 10px;
  gap: 8px;
  border-radius: 10px;
}
.main-page-minskill .breadcrumb-exam p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.6);
}
.main-page-minskill .breadcrumb-exam span {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
}
.main-page-minskill .main-layout-2025 {
  max-width: 1130px;
  margin: 0 auto 30px auto;
  padding: 0 15px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content {
  flex: 1;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 0 0 1px #eee;
  margin-bottom: 16px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-level {
  background: #fff3cd;
  color: #7a6600;
  font-size: 12px;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 10px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #121212;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-meta i {
  margin-right: 4px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-meta .text-muted {
  color: #888;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-meta .fa-star {
  color: #fbc02d;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-btn {
  width: 100%;
  background: #007bff;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border: none;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-btn:hover {
  background: #0069d9;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-status-wrapper {
  padding: 16px 0;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-status-wrapper .last-time {
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 16px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-status-wrapper .action-buttons {
  display: flex;
  gap: 16px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-status-wrapper .action-buttons button {
  flex: 1;
  padding: 12px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-status-wrapper .action-buttons .btn-outline {
  background-color: #deecfb;
  color: #121212;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-status-wrapper .action-buttons .btn-primary {
  background-color: #1e88e5;
  color: white;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .exam-card .exam-status-wrapper .action-buttons .btn-primary:hover {
  background-color: #1976d2;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 0 0 1px #eee;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-header h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #121212;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-header a {
  font-size: 14px;
  color: #888;
  text-decoration: none;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-header a:hover {
  text-decoration: underline;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-item .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-item .review-content {
  flex: 1;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-item .review-content .review-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #121212;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-item .review-content .review-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-item .review-content .review-stars {
  font-size: 14px;
  color: #fbc02d;
  letter-spacing: 1px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .left-content .review-section .review-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar {
  max-width: 280px;
  width: 100%;
}
@media (max-width: 768px) {
  .main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar {
    max-width: 100%;
  }
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 0 0 1px #eee;
  margin-bottom: 16px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #1976d2;
  margin-bottom: 12px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header .dropdown-wrapper {
  position: relative;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header .dropdown-wrapper .action-more-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  font-size: 16px;
  color: #666;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header .dropdown-wrapper .action-more-btn:hover {
  color: #333;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header .dropdown-wrapper .dropdown-menu {
  position: absolute;
  top: 26px;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-width: 140px;
  z-index: 100;
  overflow: hidden;
  padding: 4px 0;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header .dropdown-wrapper .dropdown-menu .dropdown-item {
  padding: 10px 16px;
  font-size: 14px;
  color: #121212;
  cursor: pointer;
  transition: background 0.2s;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header .dropdown-wrapper .dropdown-menu .dropdown-item:hover {
  background-color: #f5f5f5;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header .dropdown-wrapper .dropdown-menu .dropdown-item.danger {
  color: #e53935;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header .dropdown-wrapper .dropdown-menu .dropdown-item.danger:hover {
  background-color: #ffebee;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-header .dropdown-wrapper .hidden {
  display: none;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-item .rank {
  width: 22px;
  height: 22px;
  background: #e3f2fd;
  color: #1976d2;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-item .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-item .info .name {
  font-weight: 500;
  font-size: 14px;
  color: #121212;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-item .info .score {
  font-size: 13px;
  color: #888;
}
.main-page-minskill .main-layout-2025 .layout-wrapper .right-sidebar .ranking-card .ranking-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .main-page-minskill .main-layout-2025 .layout-wrapper {
    flex-direction: column;
  }
  .main-page-minskill .main-layout-2025 .right-sidebar {
    width: 100%;
  }
}

#PopupRanking .main-popup-page-minskill {
  max-height: 90vh;
  width: 100%;
  max-width: 460px;
  margin: auto;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#PopupRanking .ranking-popup-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 90vh;
}
#PopupRanking .ranking-popup-header {
  padding: 20px;
}
#PopupRanking .ranking-popup-header .title {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
}
#PopupRanking .ranking-popup-content {
  padding: 20px;
  overflow-y: auto;
}
#PopupRanking .ranking-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#PopupRanking .ranking-item .rank {
  width: 22px;
  height: 22px;
  background: #e3f2fd;
  color: #1976d2;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
  margin-right: 10px;
}
#PopupRanking .ranking-item .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
#PopupRanking .ranking-item .info .name {
  font-size: 14px;
  font-weight: 500;
  color: #121212;
}
#PopupRanking .ranking-item .info .score {
  font-size: 13px;
  color: #888;
}

#PopupExamCode .main-popup-page-minskill {
  margin: auto;
  border-radius: 12px;
  background: #fff;
  padding: 32px 24px;
  text-align: center;
}
#PopupExamCode .exam-code-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 268px;
}
#PopupExamCode .exam-code-modal .exam-code-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #121212;
}
#PopupExamCode .exam-code-modal .exam-code-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 24px;
  line-height: 1.5;
}
#PopupExamCode .exam-code-modal .exam-code-input {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 24px;
  text-align: center;
}
#PopupExamCode .exam-code-modal .btn-primary-full {
  background: #1e88e5;
  color: white;
  font-size: 15px;
  font-weight: 500;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
#PopupExamCode .exam-code-modal .btn-primary-full:hover {
  background: #1976d2;
}

.grid-coumn-lesson-pb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-coumn-lesson-pb {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-coumn-lesson-pb {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .grid-coumn-lesson-pb {
    grid-template-columns: repeat(1, 1fr);
  }
}

.course-card-2025 {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  position: relative;
}
.course-card-2025 .label-2025 {
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  font-size: 13px;
}
.course-card-2025 .label-2025.hard-2025 {
  background-color: #ffe2e2;
  color: #121212;
  font-weight: 400;
}
.course-card-2025 .label-2025.medium-2025 {
  background-color: #fff8cc;
  color: #121212;
  font-weight: 400;
}
.course-card-2025 h3 {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s;
}
.course-card-2025 .course-info-2025 {
  font-size: 14px;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.course-card-2025 .course-info-2025 span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.course-card-2025 .course-info-2025 .gray-2025 {
  color: #999;
}
.course-card-2025:hover {
  border: 1px solid #eee;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.course-card-2025:hover h3 {
  color: #2cc3d5;
}

@media screen and (max-width: 991px) {
  .sidebar-business {
    margin-top: 40px;
  }
}
.sidebar-business .menu2025 {
  width: 250px;
  padding: 20px;
}
.sidebar-business .menu2025 .menu2025-group {
  margin-bottom: 24px;
}
.sidebar-business .menu2025 .menu2025-group .menu2025-title {
  font-size: 14px;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 300;
  margin-bottom: 8px;
}
.sidebar-business .menu2025 .menu2025-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-business .menu2025 .menu2025-group ul li {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  color: #1a1a1a;
  font-weight: 400;
  cursor: pointer;
}
.sidebar-business .menu2025 .menu2025-group ul li:hover {
  background-color: #f2f2f2;
}
.sidebar-business .menu2025 .menu2025-group ul li.active {
  background-color: rgba(30, 136, 229, 0.1019607843);
  color: #1a1a1a;
  font-weight: 500;
}

.main-business .content-block-business .course-page2025 h2 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 24px;
}
.main-business .content-block-business .course-page2025 .course-upload2025 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 20px auto;
  color: #121212;
}
.main-business .content-block-business .course-page2025 .course-upload2025 .upload-left {
  flex: 1;
}
.main-business .content-block-business .course-page2025 .course-upload2025 .upload-left .upload-title {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.main-business .content-block-business .course-page2025 .course-upload2025 .upload-left .upload-desc {
  font-size: 14px;
  font-weight: 300;
  color: rgba(18, 18, 18, 0.6);
  max-width: 450px;
  line-height: 1.5;
}
.main-business .content-block-business .course-page2025 .course-upload2025 .upload-right {
  flex-shrink: 0;
}
.main-business .content-block-business .course-page2025 .course-upload2025 .upload-right .upload-box {
  width: 200px;
  height: 114px;
  background-color: rgba(217, 217, 217, 0.4);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #818181;
}
.main-business .content-block-business .course-page2025 .course-upload2025 .upload-right .upload-box .icon {
  font-size: 20px;
  margin-bottom: 6px;
}
.main-business .content-block-business .course-page2025 .course-upload2025 .upload-right .upload-box .text {
  font-size: 14px;
  font-weight: 300;
}
.main-business .content-block-business .course-page2025 .preorder-section2025 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #121212;
  max-width: 800px;
  margin: 20px auto;
}
.main-business .content-block-business .course-page2025 .preorder-section2025 .preorder-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.main-business .content-block-business .course-page2025 .preorder-section2025 .preorder-desc {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.5;
}
.main-business .content-block-business .course-page2025 .preorder-section2025 .preorder-radio {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  cursor: pointer;
}
.main-business .content-block-business .course-page2025 .preorder-section2025 .preorder-radio input[type=radio] {
  margin-right: 8px;
}
.main-business .content-block-business .course-page2025 .save-btn-container2025 {
  text-align: right;
  margin-top: 20px;
}
.main-business .content-block-business .course-page2025 .save-btn2025 {
  background-color: #2196f3;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.main-business .content-block-business .course-page2025 .save-btn2025:hover {
  background-color: #1976d2;
}
.main-business .content-block-business .price-section2025 {
  max-width: 900px;
  margin: 20px auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #121212;
}
.main-business .content-block-business .price-section2025 .section-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 16px;
}
.main-business .content-block-business .price-section2025 .form-grid2025 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.main-business .content-block-business .price-section2025 .form-group2025 {
  display: flex;
  flex-direction: column;
}
.main-business .content-block-business .price-section2025 .form-group2025 label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.main-business .content-block-business .price-section2025 .form-group2025 select,
.main-business .content-block-business .price-section2025 .form-group2025 input {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-weight: 400;
  width: 100%;
  color: rgba(18, 18, 18, 0.6);
}
.main-business .content-block-business .price-section2025 .form-group2025 .input-wrapper2025 {
  position: relative;
}
.main-business .content-block-business .price-section2025 .form-group2025 .input-wrapper2025 input {
  padding-right: 50px;
}
.main-business .content-block-business .price-section2025 .form-group2025 .input-wrapper2025 .suffix {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #888;
}
.main-business .content-block-business .price-section2025 .btn-container2025 {
  text-align: right;
  margin-top: 24px;
}
.main-business .content-block-business .price-section2025 .btn-container2025 .save-btn2025 {
  background-color: #2196f3;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 12px;
  cursor: pointer;
}
.main-business .content-block-business .price-section2025 .btn-container2025 .save-btn2025:hover {
  background-color: #1976d2;
}

.main-page-minskill {
  /* Menu bên trái */
  /* Nội dung bên phải */
}
.main-page-minskill .profile-wrapper2025 {
  display: flex;
  max-width: 1100px;
  margin: 40px auto;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-page-minskill .profile-wrapper2025 {
    flex-direction: column;
    margin: 20px;
  }
}
.main-page-minskill .profile-menu2025 {
  width: 240px;
  background: #f3f3f3;
  padding: 20px;
}
.main-page-minskill .profile-menu2025 ul {
  list-style: none;
  padding: 0;
}
.main-page-minskill .profile-menu2025 ul li {
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  color: #121212;
}
.main-page-minskill .profile-menu2025 ul li:hover {
  background: #eee;
}
.main-page-minskill .profile-menu2025 ul li.active {
  background: #e3f2fd;
  font-weight: 500;
}
.main-page-minskill .profile-content2025 {
  flex: 1;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
.main-page-minskill .profile-content2025 .profile-header {
  text-align: center;
  margin-bottom: 24px;
}
.main-page-minskill .profile-content2025 .profile-header .profile-avatar-wrapper {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 12px;
}
.main-page-minskill .profile-content2025 .profile-header .profile-avatar-wrapper .avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.main-page-minskill .profile-content2025 .profile-header .profile-avatar-wrapper .avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
.main-page-minskill .profile-content2025 .profile-header .profile-avatar-wrapper:hover .avatar-overlay {
  opacity: 1;
}
@media (max-width: 768px) {
  .main-page-minskill .profile-content2025 .profile-header .profile-avatar-wrapper .avatar-overlay {
    opacity: 1;
  }
}
.main-page-minskill .profile-content2025 .profile-header .profile-name {
  font-weight: 600;
  font-size: 16px;
  color: #121212;
}
.main-page-minskill .profile-content2025 .profile-header .profile-email {
  font-size: 14px;
  color: #888;
}
.main-page-minskill .profile-content2025 hr {
  margin: 24px 0;
  border: none;
  border-top: 1px solid #ddd;
}
.main-page-minskill .profile-content2025 .profile-form h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 24px 0 10px;
  color: #121212;
}
.main-page-minskill .profile-content2025 .profile-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 4px;
  color: #121212;
}
.main-page-minskill .profile-content2025 .profile-form small {
  font-size: 13px;
  font-weight: 300;
  color: #999;
  margin-bottom: 4px;
  display: block;
}
.main-page-minskill .profile-content2025 .profile-form input[type=text],
.main-page-minskill .profile-content2025 .profile-form input[type=email],
.main-page-minskill .profile-content2025 .profile-form input[type=date],
.main-page-minskill .profile-content2025 .profile-form select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 12px;
  font-weight: 400;
}
.main-page-minskill .profile-content2025 .profile-form input[disabled] {
  background: #f5f5f5;
  color: #999;
}
.main-page-minskill .profile-content2025 .profile-form .radio-group {
  display: flex;
  gap: 20px;
}
.main-page-minskill .profile-content2025 .profile-form .radio-group label {
  font-size: 14px;
  font-weight: 400;
}
.main-page-minskill .profile-content2025 .profile-form .radio-group label input {
  margin-right: 6px;
}
.main-page-minskill .profile-content2025 .profile-form .change-link {
  font-size: 13px;
  color: #007bff;
  margin-top: -8px;
  margin-bottom: 16px;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.main-page-minskill .profile-content2025 .profile-form .form-actions {
  text-align: right;
}
.main-page-minskill .profile-content2025 .profile-form .form-actions .save-btn {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: #007bff;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.main-page-minskill .profile-content2025 .profile-form .form-actions .save-btn:hover {
  background: #005dc1;
}
.main-page-minskill .profile-content2025 .change-password-section h3 {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 20px;
}
.main-page-minskill .profile-content2025 .change-password-section .change-password-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #121212;
}
.main-page-minskill .profile-content2025 .change-password-section .change-password-form input[type=password] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 16px;
}
.main-page-minskill .profile-content2025 .change-password-section .change-password-form .note {
  font-size: 13px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}
.main-page-minskill .profile-content2025 .change-password-section .change-password-form .form-actions {
  text-align: right;
}
.main-page-minskill .profile-content2025 .change-password-section .change-password-form .form-actions .save-btn {
  background-color: #2196f3;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.main-page-minskill .profile-content2025 .change-password-section .change-password-form .form-actions .save-btn:hover {
  background-color: #1976d2;
}
.main-page-minskill .profile-content2025 .notification-setting h3 {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 20px;
}
.main-page-minskill .profile-content2025 .notification-setting .notification-form .radio-option {
  margin-bottom: 12px;
}
.main-page-minskill .profile-content2025 .notification-setting .notification-form .radio-option label {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  display: flex;
  align-items: center;
}
.main-page-minskill .profile-content2025 .notification-setting .notification-form .radio-option label input[type=radio] {
  margin-right: 8px;
}
.main-page-minskill .profile-content2025 .notification-setting .notification-form .notification-note {
  font-size: 13px;
  font-weight: 300;
  color: #333;
  margin-top: 12px;
}
.main-page-minskill .profile-content2025 .notification-setting .notification-form .notification-note a {
  color: #007bff;
  text-decoration: underline;
}
.main-page-minskill .profile-content2025 .notification-setting .notification-form .notification-note a:hover {
  text-decoration: none;
}
.main-page-minskill .profile-content2025 .notification-setting .notification-form .form-actions {
  text-align: right;
  margin-top: 24px;
}
.main-page-minskill .profile-content2025 .notification-setting .notification-form .form-actions .save-btn {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: #007bff;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.main-page-minskill .profile-content2025 .notification-setting .notification-form .form-actions .save-btn:hover {
  background: #005dc1;
}
.main-page-minskill .profile-content2025 .payment-section h3 {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 20px;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 20px;
  background: #fff;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box .section-title {
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 6px;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box .text-regular {
  font-size: 13px;
  font-weight: 300;
  color: rgba(18, 18, 18, 0.6);
  margin-bottom: 12px;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box .text-bold {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 6px;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box .text-lights {
  font-size: 13px;
  font-weight: 300;
  color: rgba(18, 18, 18, 0.6);
  margin-bottom: 6px;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box .text-lights a {
  color: #007bff;
  text-decoration: underline;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box .text-lights a:hover {
  text-decoration: none;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box .history-item {
  margin-top: 14px;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box .history-item .product-name {
  font-size: 13px;
  font-weight: 500;
  color: #121212;
}
.main-page-minskill .profile-content2025 .payment-section .payment-box .history-item .product-meta {
  font-size: 13px;
  font-weight: 300;
  color: #777;
}
.main-page-minskill .profile-content2025 .referral-section h3 {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 16px;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px 20px;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box p {
  font-size: 13px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 8px;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box p .reward-amount {
  font-weight: 500;
  font-size: 16px;
  color: #007bff;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box .description {
  font-size: 13px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box .description a {
  color: #1e88e5;
  text-decoration: none;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box .description a:hover {
  text-decoration: none;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box .referral-code-row {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box .referral-code-row .referral-label {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box .referral-code-row .referral-code {
  font-size: 14px;
  font-weight: 400;
  color: #1e88e5;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box .referral-code-row .copy-btn {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 300;
  padding: 6px 10px;
  border: none;
  background: transparent;
  color: #1e88e5;
  cursor: pointer;
  text-decoration: none;
}
.main-page-minskill .profile-content2025 .referral-section .referral-box .referral-code-row .copy-btn:hover {
  color: #0056b3;
}
.main-page-minskill .profile-content2025 .advanced-profile-section h3 {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 12px;
}
.main-page-minskill .profile-content2025 .advanced-profile-section .description {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
  line-height: 1.6;
  margin-bottom: 20px;
}
.main-page-minskill .profile-content2025 .advanced-profile-section .advanced-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px 20px;
  background-color: #fff;
  gap: 20px;
  flex-wrap: wrap;
}
.main-page-minskill .profile-content2025 .advanced-profile-section .advanced-box .info-content {
  flex: 1;
}
.main-page-minskill .profile-content2025 .advanced-profile-section .advanced-box .info-content .service-title {
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 4px;
}
.main-page-minskill .profile-content2025 .advanced-profile-section .advanced-box .info-content .organization {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #1e88e5;
}
.main-page-minskill .profile-content2025 .advanced-profile-section .advanced-box .info-content .status {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}
.main-page-minskill .profile-content2025 .advanced-profile-section .advanced-box .action .detail-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.main-page-minskill .profile-content2025 .advanced-profile-section .advanced-box .action .detail-btn:hover {
  background: #005dc1;
}
.main-page-minskill .profile-content2025 .delete-account-section h3 {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 12px;
}
.main-page-minskill .profile-content2025 .delete-account-section .description {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
  line-height: 1.6;
  margin-bottom: 20px;
}
.main-page-minskill .profile-content2025 .delete-account-section .confirm-checkbox label {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  display: flex;
  align-items: center;
}
.main-page-minskill .profile-content2025 .delete-account-section .confirm-checkbox label input {
  margin-right: 8px;
}
.main-page-minskill .profile-content2025 .delete-account-section .form-actions {
  margin-top: 24px;
  text-align: right;
}
.main-page-minskill .profile-content2025 .delete-account-section .form-actions .delete-btn {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  background-color: #ff6b6b;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.main-page-minskill .profile-content2025 .delete-account-section .form-actions .delete-btn.active {
  opacity: 1;
  cursor: pointer;
}
.main-page-minskill .profile-content2025 .delete-account-section .form-actions .delete-btn:hover:enabled {
  background-color: #e74c3c;
}

#PopupChangeEmail .content-popup-page-minskill {
  display: flex;
  justify-content: center;
  align-items: center;
}
#PopupChangeEmail .main-popup-page-minskill {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
}
#PopupChangeEmail .block-modal-setup-lt {
  padding: 25px;
  min-height: 252px;
}
#PopupChangeEmail .block-modal-setup-lt .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#PopupChangeEmail .block-modal-setup-lt .modal-header .title {
  font-size: 14px;
  font-weight: 500;
  color: #121212;
}
#PopupChangeEmail .block-modal-setup-lt .modal-header .close-popup-minskill {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#PopupChangeEmail .block-modal-setup-lt .modal-header .close-popup-minskill svg {
  display: block;
}
#PopupChangeEmail .block-modal-setup-lt label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 8px;
}
#PopupChangeEmail .block-modal-setup-lt .input-email {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
#PopupChangeEmail .block-modal-setup-lt .input-email:focus {
  border-color: #2196f3;
  outline: none;
}
#PopupChangeEmail .block-modal-setup-lt .btn-primary-full {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  background-color: #2196f3;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}
#PopupChangeEmail .block-modal-setup-lt .btn-primary-full:hover {
  background-color: #1976d2;
}
#PopupChangeEmail .bg-popup-page-minskill {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#PopupVerifyEmail .content-popup-page-minskill {
  display: flex;
  justify-content: center;
  align-items: center;
}
#PopupVerifyEmail .main-popup-page-minskill {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 420px;
  width: 100%;
}
#PopupVerifyEmail .block-modal-setup-lt {
  padding: 25px;
  min-height: 319px;
}
#PopupVerifyEmail .block-modal-setup-lt .verify-desc {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 16px;
  line-height: 1.5;
}
#PopupVerifyEmail .block-modal-setup-lt .verify-input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
}
#PopupVerifyEmail .block-modal-setup-lt .verify-input:focus {
  border-color: #2196f3;
  outline: none;
}
#PopupVerifyEmail .block-modal-setup-lt .btn-primary-full {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  background-color: #2196f3;
  color: #fff;
  cursor: pointer;
}
#PopupVerifyEmail .block-modal-setup-lt .btn-primary-full:hover {
  background-color: #1976d2;
}
#PopupVerifyEmail .block-modal-setup-lt .resend-text {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin-top: 16px;
}
#PopupVerifyEmail .block-modal-setup-lt .resend-text a {
  color: #007bff;
  text-decoration: underline;
}
#PopupVerifyEmail .block-modal-setup-lt .resend-text a:hover {
  text-decoration: none;
}
#PopupVerifyEmail .bg-popup-page-minskill {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#PopupProfileUpdate .content-popup-page-minskill {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: 24px;
}
#PopupProfileUpdate .profile-modal-wrapper {
  width: 100%;
  max-width: 720px;
  max-height: 80vh;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
#PopupProfileUpdate .profile-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
}
#PopupProfileUpdate .profile-modal-header .title {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
}
#PopupProfileUpdate .profile-modal-header .close-popup-minskill {
  cursor: pointer;
}
#PopupProfileUpdate .profile-modal-content {
  overflow-y: auto;
  padding: 0px 24px 24px 24px;
}
#PopupProfileUpdate .profile-form-section .section-group .section-title {
  font-size: 14px;
  font-weight: 400;
  background: #f5f5f5;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
}
#PopupProfileUpdate .profile-form-section .section-group .form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 5px;
}
#PopupProfileUpdate .profile-form-section .section-group .form-row .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#PopupProfileUpdate .profile-form-section .section-group .form-row .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 6px;
}
#PopupProfileUpdate .profile-form-section .section-group .form-row .form-group input,
#PopupProfileUpdate .profile-form-section .section-group .form-row .form-group select {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: rgba(18, 18, 18, 0.6);
  background-color: #fff;
}
#PopupProfileUpdate .profile-form-section .section-group .form-row .form-group input:placeholder-shown,
#PopupProfileUpdate .profile-form-section .section-group .form-row .form-group select:placeholder-shown {
  color: #999;
}
#PopupProfileUpdate .profile-form-section .section-group .form-row .form-group input:focus,
#PopupProfileUpdate .profile-form-section .section-group .form-row .form-group select:focus {
  border-color: #2196f3;
  outline: none;
}
#PopupProfileUpdate .profile-form-section .section-group .upload-box {
  font-size: 13px;
  padding: 12px;
  border: 1px dashed #aaa;
  border-radius: 6px;
  text-align: center;
  color: #444;
  margin-top: 8px;
}
#PopupProfileUpdate .profile-form-section .section-group .upload-box a {
  color: #007bff;
  text-decoration: none;
}
#PopupProfileUpdate .profile-form-section .section-group .upload-box a:hover {
  text-decoration: underline;
}
#PopupProfileUpdate .profile-form-section .section-group label {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  display: block;
}
#PopupProfileUpdate .profile-form-section .form-actions {
  text-align: right;
  margin-top: 24px;
}
#PopupProfileUpdate .profile-form-section .form-actions .save-btn {
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 400;
  background: #1e88e5;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}
#PopupProfileUpdate .profile-form-section .form-actions .save-btn:hover {
  background: #1976d2;
}
#PopupProfileUpdate .bg-popup-page-minskill {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

body.disable-scroll {
  overflow: hidden;
}

.quiz-result-2025 {
  border-radius: 12px;
  padding-top: 20px;
  /* Thanh tổng điểm */
}
.quiz-result-2025 .quiz-summary-2025 {
  background-color: white;
  border-radius: 12px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .quiz-result-2025 .quiz-summary-2025 {
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }
}
.quiz-result-2025 .quiz-summary-2025 .quiz-score-text-2025 {
  font-weight: 400;
  font-size: 15px;
  color: #2d8cf0;
}
.quiz-result-2025 .quiz-summary-2025 .quiz-score-text-2025 .quiz-score-number-2025 {
  font-weight: 400;
}
.quiz-result-2025 .quiz-summary-2025 .quiz-buttons-2025 {
  display: flex;
  gap: 12px;
}
.quiz-result-2025 .quiz-summary-2025 .quiz-buttons-2025 .btn-2025 {
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}
.quiz-result-2025 .quiz-summary-2025 .quiz-buttons-2025 .btn-2025.btn-retry-2025 {
  background-color: rgba(30, 136, 229, 0.1019607843);
  color: #121212;
}
.quiz-result-2025 .quiz-summary-2025 .quiz-buttons-2025 .btn-2025.btn-retry-2025:hover {
  background-color: #dbe6f9;
}
.quiz-result-2025 .quiz-summary-2025 .quiz-buttons-2025 .btn-2025.btn-complete-2025 {
  background-color: #1e88e5;
  color: #fff;
}
.quiz-result-2025 .quiz-summary-2025 .quiz-buttons-2025 .btn-2025.btn-complete-2025:hover {
  background-color: #1a6ad8;
}
.quiz-result-2025 .answer-block-2025 {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 28px;
  margin-bottom: 24px;
}
.quiz-result-2025 .answer-block-2025 .answer-status-2025 {
  font-weight: 400;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 8px;
  width: fit-content;
  margin-bottom: 18px;
  user-select: none;
}
.quiz-result-2025 .answer-block-2025 .answer-status-2025.correct {
  color: #38ab49;
  background-color: #dff1d9;
}
.quiz-result-2025 .answer-block-2025 .answer-status-2025.incorrect {
  color: #ff6b6b;
  background-color: rgba(255, 107, 107, 0.1019607843);
}
.quiz-result-2025 .answer-block-2025 .question-text-2025 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 18px;
}
.quiz-result-2025 .answer-block-2025 .question-text-2025 .question-points-2025 {
  font-weight: 500;
  color: #2d8cf0;
  margin-left: 6px;
  cursor: pointer;
  text-decoration: none;
}
.quiz-result-2025 .answer-block-2025 .options-list-2025,
.quiz-result-2025 .answer-block-2025 .options-list-grid-2025 {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.quiz-result-2025 .answer-block-2025 .options-list-2025 .option-item-2025,
.quiz-result-2025 .answer-block-2025 .options-list-grid-2025 .option-item-2025 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 10px;
  cursor: default;
  font-weight: 400;
  color: #121212;
}
.quiz-result-2025 .answer-block-2025 .options-list-2025 .option-item-2025 .option-label-2025,
.quiz-result-2025 .answer-block-2025 .options-list-grid-2025 .option-item-2025 .option-label-2025 {
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 1.8px solid #ccc;
  color: #555;
  user-select: none;
  flex-shrink: 0;
}
.quiz-result-2025 .answer-block-2025 .options-list-2025 .option-item-2025.option-correct-2025,
.quiz-result-2025 .answer-block-2025 .options-list-grid-2025 .option-item-2025.option-correct-2025 {
  color: #38ab49;
  font-weight: 300;
}
.quiz-result-2025 .answer-block-2025 .options-list-2025 .option-item-2025.option-correct-2025 .option-label-2025,
.quiz-result-2025 .answer-block-2025 .options-list-grid-2025 .option-item-2025.option-correct-2025 .option-label-2025 {
  border-color: #38ab49;
  color: #38ab49;
}
.quiz-result-2025 .answer-block-2025 .options-list-2025 .option-item-2025.option-incorrect-2025,
.quiz-result-2025 .answer-block-2025 .options-list-grid-2025 .option-item-2025.option-incorrect-2025 {
  color: #d94848;
  font-weight: 300;
}
.quiz-result-2025 .answer-block-2025 .options-list-2025 .option-item-2025.option-incorrect-2025 .option-label-2025,
.quiz-result-2025 .answer-block-2025 .options-list-grid-2025 .option-item-2025.option-incorrect-2025 .option-label-2025 {
  border-color: #d94848;
  color: #d94848;
}
.quiz-result-2025 .answer-block-2025 .options-list-grid-2025 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .quiz-result-2025 .answer-block-2025 .options-list-grid-2025 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.quiz-result-2025 .answer-block-2025 .divider-2025 {
  border-top: 1px solid #e8e8e8;
  margin: 12px 0 6px 0;
}
.quiz-result-2025 .answer-block-2025 .correct-answer-2025 {
  margin-top: 8px;
  font-size: 14px;
  color: #2d8cf0;
  user-select: text;
}
.quiz-result-2025 .answer-block-2025 .correct-answer-2025 .correct-letter-2025 {
  font-weight: 700;
}
.quiz-result-2025 .answer-block-2025 .explanation-2025 {
  margin-top: 6px;
  font-size: 14px;
  color: #555;
  user-select: text;
}

.main-layout {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .main-layout {
    padding: 0;
  }
}
.main-layout .grid-container-2025 {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  box-sizing: border-box;
  align-items: start; /* bổ sung */
}
@media (max-width: 570px) {
  .main-layout .grid-container-2025 {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.main-layout .sidebar-test {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 10;
  align-items: start; /* bổ sung */
}
@media screen and (max-width: 570px) {
  .main-layout .sidebar-test {
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 16px;
    border-radius: 8px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    top: 0;
  }
}
.main-layout .sidebar-test .timer-2025 {
  font-weight: 500;
  font-size: 15px;
  color: #2d8cf0;
  user-select: none;
}
.main-layout .sidebar-test .submit-btn-2025 {
  padding: 10px 20px;
  background-color: #2d8cf0;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
  width: fit-content;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.main-layout .sidebar-test .submit-btn-2025:hover {
  background-color: #1a6ad8;
}
.main-layout .title-question {
  font-weight: 300;
  font-size: 15px;
  color: #121212;
}
.main-layout .main-content-2025 .title-question {
  font-weight: 300;
  font-size: 15px;
  color: #121212;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 {
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 input {
  font-weight: 300;
  font-size: 14px;
  color: #121212;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  margin-bottom: 20px;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .icon-video {
  cursor: pointer;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .icon-mic {
  cursor: pointer;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .icon-file {
  cursor: pointer;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .title-exam {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .title-exam span {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .title-exam a {
  color: #1e88e5;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .title-exam p {
  color: rgba(18, 18, 18, 0.6);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .question-text-2025 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 12px;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .question-text-2025 .question-points-2025 {
  color: #2d8cf0;
  font-weight: 500;
  margin-left: 6px;
  cursor: pointer;
  text-decoration: none;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .question-type-note-2025 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 300;
  font-size: 14px;
  color: #999;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 18px;
  user-select: none;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .question-type-note-2025 .check-icon-2025 {
  flex-shrink: 0;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-2025 {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-2025 .option-item-2025 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: default;
  user-select: none;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-2025 .option-item-2025 .option-label-2025 {
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  flex-shrink: 0;
  user-select: none;
  cursor: pointer;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-2025 .option-item-2025.option-selected-2025 {
  color: #1e88e5;
  border-color: #1e88e5;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-2025 .option-item-2025.option-selected-2025 .option-label-2025 {
  color: #1e88e5;
  border-color: #1e88e5;
  cursor: default;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-2025 .option-checkbox-2025 {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px; /* vuông bo góc */
  flex-shrink: 0;
  background-color: transparent;
  transition: border-color 0.3s, background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-2025 .option-item-2025.option-selected-2025 {
  color: #1e88e5;
  border-color: #1e88e5;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-2025 .option-item-2025.option-selected-2025 .option-checkbox-2025 {
  color: #1e88e5;
  border-color: #1e88e5;
  cursor: default;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-grid-2025 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  padding-left: 0;
  margin: 20px 0;
}
@media (max-width: 988px) {
  .main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-grid-2025 {
    grid-template-columns: 1fr; /* 1 cột */
    gap: 12px 12px; /* giảm gap ngang */
    margin: 15px 0;
  }
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-grid-2025 .option-item-2025 {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: default;
  user-select: none;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-grid-2025 .option-item-2025 .option-label-2025 {
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #ccc;
  font-weight: 600;
  flex-shrink: 0;
  user-select: none;
  cursor: pointer;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-grid-2025 .option-item-2025 .option-selected-2025 {
  color: #1e88e5;
  border-color: #1e88e5;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-grid-2025 .option-item-2025 .option-selected-2025 .option-label-2025 {
  color: #1e88e5;
  border-color: #1e88e5;
  cursor: default;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-grid-2025 .option-checkbox-2025 {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px; /* vuông bo góc */
  flex-shrink: 0;
  background-color: transparent;
  transition: border-color 0.3s, background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-grid-2025 .option-item-2025.option-selected-2025 {
  color: #1e88e5;
  border-color: #1e88e5;
}
.main-layout .main-content-2025 .answer-block-2025.unanswered-answer-2025 .options-list-grid-2025 .option-item-2025.option-selected-2025 .option-label-2025 {
  color: #1e88e5;
  border-color: #1e88e5;
  cursor: default;
}
.main-layout .btn-close-2025 {
  position: fixed;
  bottom: 20px; /* cách đáy màn hình 20px */
  right: 20px; /* cách mép phải màn hình 20px */
  background-color: #1e88e5;
  color: white;
  border: none;
  border-radius: 8px;
  width: 44px;
  width: fit-content;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  user-select: none;
  z-index: 9999;
  padding: 8px;
}
@media (max-width: 570px) {
  .main-layout .btn-close-2025 span {
    display: none;
  }
}
.main-layout .btn-close-2025:hover {
  background-color: #155ab7;
}
.main-layout .popup-conf-2025 {
  position: fixed;
  bottom: 70px; /* cách đáy màn hình 20px */
  right: 20px; /* cách mép phải màn hình 20px */
  background-color: white;
  color: white;
  border: none;
  border-radius: 8px;
  width: 44px;
  width: fit-content;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  user-select: none;
  z-index: 9999;
  padding: 8px;
  height: 700px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.main-layout .popup-conf-2025 .top-conf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 100px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.main-layout .popup-conf-2025 .top-conf .time {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #1e88e5;
}
.main-layout .popup-conf-2025 .top-conf button {
  border-radius: 5px;
  background: var(--OceanBlue, #1e88e5);
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.main-layout .popup-conf-2025 .your-work-2025 span {
  color: #121212;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.main-layout .popup-conf-2025 .your-work-2025 .legend {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 300;
  color: #121212;
  margin-top: 12px;
}
.main-layout .popup-conf-2025 .your-work-2025 .legend .legend-item {
  display: flex;
  align-items: center;
}
.main-layout .popup-conf-2025 .your-work-2025 .legend .legend-item .box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-right: 8px;
  display: inline-block;
}
.main-layout .popup-conf-2025 .your-work-2025 .legend .legend-item.done .box {
  background-color: #3a7bd5;
}
.main-layout .popup-conf-2025 .your-work-2025 .legend .legend-item.not-done .box {
  background-color: #d9d9d9;
}
.main-layout .popup-conf-2025 .your-work-2025 .answers {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
.main-layout .popup-conf-2025 .your-work-2025 .answers .answer {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  font-size: 13px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background-color: white;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  user-select: none;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.main-layout .popup-conf-2025 .your-work-2025 .answers .answer.done {
  border-color: #1e88e5;
  color: #1e88e5;
}
.main-layout .popup-conf-2025 .your-work-2025 .answers .answer.not-done {
  border-color: #d9d9d9;
  color: #aaa;
}

.layout-ntf-page {
  background: rgba(255, 107, 107, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  gap: 4px;
}
@media (max-width: 575px) {
  .layout-ntf-page {
    flex-direction: column;
  }
}

.layout-ntf-page .text-ntf {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(244, 0, 0);
  position: relative;
  top: 2px;
}

.layout-ntf-page .flex-1 {
  flex: 1;
}

.layout-banner-h-500 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 500px;
  padding: 140px 0 40px 92px;
  border-radius: 10px;
}

.layout-banner-h-500 .content-banner {
  max-width: 500px;
}

.pt-20 {
  padding-top: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .layout-banner-h-500 {
    min-height: 400px;
    padding: 100px 0 40px 35px;
  }
  .layout-banner-h-500 .content-banner {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-banner-h-500 {
    min-height: 333px;
    padding: 60px 0 40px 35px;
  }
  .layout-banner-h-500 .content-banner {
    margin: 0;
    max-width: 375px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-banner-h-500 {
    min-height: 300px;
    padding: 40px 0 40px 25px;
  }
  .layout-banner-h-500 .content-banner {
    max-width: 305px;
  }
}
@media (max-width: 575px) {
  .layout-banner-h-500 {
    min-height: 270px;
    padding: 50px 15px 50px 15px;
    background-position: center;
  }
  .layout-banner-h-500 .content-banner {
    margin: 0;
    max-width: 100%;
  }
}
.gird-box-education {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.box-qc-education {
  position: relative;
}

.layout-banner-h-300 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 300px;
  padding: 70px 0 70px 45px;
  border-radius: 10px;
  overflow: hidden;
}

.ct-products-education .content {
  text-align: center;
}

.ct-products-education .content h3 a {
  display: block;
}

.layout-banner-h-300 .content-banner {
  max-width: 300px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gird-box-education {
    gap: 30px;
  }
  .layout-banner-h-300 {
    padding: 70px 0 70px 26px;
  }
  .layout-banner-h-300 .content-banner {
    max-width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gird-box-education {
    gap: 20px;
  }
  .layout-banner-h-300 {
    padding: 40px 0 40px 15px;
    min-height: 250px;
  }
  .layout-banner-h-300 .content-banner {
    max-width: 220px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .gird-box-education {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .layout-banner-h-300 {
    padding: 40px 0 40px 40px;
    min-height: 250px;
  }
  .layout-banner-h-300 .content-banner {
    max-width: 270px;
  }
}
@media (max-width: 575px) {
  .gird-box-education {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .layout-banner-h-300 {
    padding: 40px 0 40px 15px;
    min-height: 250px;
  }
  .layout-banner-h-300 .content-banner {
    max-width: 240px;
  }
  .ct-products-education .content {
    text-align: left;
  }
}
/* PRodcuts */
.grid-column-3-products {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.products-homepage {
  padding-bottom: 50px;
}

.products-homepage .title-homepage {
  max-width: 800px;
}

.imt-product .text-20-medium {
  font-size: 18px;
  font-weight: 700;
}

.imt-product .text-18-light {
  font-size: 16px;
}

.imt-product .picture {
  height: 250px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.imt-product .picture a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imt-product .picture a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: all 0.5s;
}

.imt-product .picture a:hover img {
  transform: scale(1.14);
}

.btn-view-more {
  padding-top: 10px;
}

.text-button {
  font-size: 16px;
  color: #002bff;
  display: inline-flex;
  transition: all 0.3s;
}

.text-button:hover {
  text-decoration: underline;
  color: #002bff;
}

.imt-product .content .text-20-medium {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.imt-product .content .text-18-light {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.imt-product .content {
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .imt-product .picture {
    height: 192px;
  }
  .products-homepage {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .imt-product .picture {
    height: 140px;
  }
  .products-homepage {
    padding-bottom: 30px;
  }
  .grid-column-3-products {
    gap: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-column-3-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .products-homepage {
    padding-bottom: 30px;
  }
  .imt-product .picture {
    margin-bottom: 7px;
    height: 163px;
  }
}
@media (max-width: 575px) {
  .grid-column-3-products {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .products-homepage {
    padding-bottom: 30px;
  }
  .imt-product .picture {
    margin-bottom: 7px;
    height: 220px;
  }
}
/* Block support */
.support-contact {
  padding-bottom: 50px;
}

.layout-support-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

.column-support-contact {
  background: #fff;
  border-radius: 10px;
  padding: 40px 35px;
}

.support-contact .title-homepage {
  max-width: 800px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .support-contact {
    padding-bottom: 30px;
  }
  .column-support-contact {
    padding: 25px;
  }
  .layout-support-contact {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .support-contact {
    padding-bottom: 30px;
  }
  .column-support-contact {
    padding: 20px;
  }
  .layout-support-contact {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
/* */
.box-video-page {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 600px;
  cursor: pointer;
}

.box-video-page .image {
  width: 100%;
  height: 100%;
  position: relative;
}

.box-video-page .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: all 0.5s;
}

.icon-play-video {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  transform: scale(1);
  z-index: 1;
}

.box-video-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.box-video-page:hover:before {
  opacity: 0.2;
  visibility: visible;
}

.box-video-page:hover .image img {
  transform: scale(1.14);
}

.box-video-page:hover .icon-play-video {
  transform: scale(1.14);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .box-video-page {
    height: 468px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-video-page {
    height: 348px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-video-page {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .box-video-page {
    height: 260px;
  }
  .icon-play-video {
    left: 10px;
    bottom: 10px;
  }
}
/* End Block support */
/* Chứng chỉ */
.tab-title-ds {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  gap: 10px 20px;
  margin-bottom: 20px;
}

.tab-title-ds .item-tab {
  color: rgba(18, 18, 18, 0.4);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  transition: all 0.3s;
  white-space: nowrap;
  padding: 2px 0;
}

.form-search-kq .box-form .form-input input {
  border-radius: 5px;
}

.ct-box-ds {
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-form {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
}

.box-form .form-input {
  flex: 1;
}

.box-form .search-form {
  width: 140px;
  outline: none;
  border: none;
  height: 40px;
  background: rgb(30, 136, 229);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
}

.box-form .search-form:hover {
  background: rgb(13, 124, 221);
}

.form-search-kq {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.box-nodata-ds p {
  color: rgba(18, 18, 18, 0.6);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

.tab-title-ds .item-tab.active {
  color: rgb(18, 18, 18);
  font-weight: 500;
}

.tab-title-ds .item-tab:hover {
  color: rgb(18, 18, 18);
}

.flex-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
}

.flex-note .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
}

.flex-note .flex-1 {
  flex: 1;
}

.flex-note .flex-1 .text-size-16-light {
  color: rgb(30, 136, 229);
}

.block-tab-ds .imt-certificate + .imt-certificate {
  margin-top: 30px;
}

.block-tab-ds .imt-certificate .content-imt {
  padding: 20px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  position: relative;
}

.block-tab-ds .imt-certificate .content-imt .box-name {
  width: 100%;
  position: relative;
}

.block-tab-ds .imt-certificate .content-imt .box-detail {
  margin: 0;
  padding: 0;
}

.block-tab-ds .imt-certificate .content-imt .box-detail:before {
  display: none;
}

.block-tab-ds .imt-certificate .content-imt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 1px;
  height: calc(100% - 40px);
  background: rgba(217, 217, 217, 0.6);
  bottom: 0;
  margin: auto;
}

.block-tab-ds .imt-certificate .info-imt {
  width: 250px;
}

.tr-info-detail {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
}

.tr-info-detail .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  top: 2px;
}

.tr-info-detail .flex-1 {
  flex: 1;
}

.label-ss {
  display: inline-flex;
  align-items: center;
  background: rgb(112, 177, 112);
  border-radius: 5px;
  height: 22px;
  padding: 0 8px;
  margin-top: 8px;
}

.label-ss.bg-yellow {
  background: rgb(254, 191, 0);
}

.label-ss p {
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

.select-choose-lp {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.total-box-find {
  text-align: right;
}

.list-link-find {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.list-link-find .link-find {
  color: rgb(30, 136, 229);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  transition: all 0.3s;
  text-decoration: underline;
}

.list-link-find .link-find:hover {
  text-decoration: none;
}

.select-choose-lp select {
  width: auto;
  color: #fff;
  background: transparent;
  border: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 300;
  padding: 0 5px;
  text-align: center;
}

.block-tab-ds {
  margin-bottom: 20px;
}

.select-choose-lp select option {
  background: #0073fb;
}

.select-choose-lp .icon {
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-tab-ds .imt-certificate .info-imt {
    width: 220px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-tab-ds .imt-certificate .content-imt {
    grid-template-columns: 1fr;
  }
  .block-tab-ds .imt-certificate .info-imt {
    width: 180px;
  }
  .block-tab-ds .imt-certificate .content-imt:before {
    display: none;
  }
  .block-tab-ds .imt-certificate .content-imt .box-name {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
  }
  .box-form {
    flex-direction: column;
  }
  .box-form .form-input {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .box-form {
    flex-direction: column;
  }
  .box-form .form-input {
    flex: none;
    width: 100%;
  }
  .block-tab-ds .imt-certificate .content-imt {
    grid-template-columns: 1fr;
  }
  .block-tab-ds .imt-certificate .info-imt {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
  .block-tab-ds .imt-certificate .content-imt:before {
    display: none;
  }
  .block-tab-ds .imt-certificate .content-imt .box-name {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
  }
  .block-tab-ds .imt-certificate {
    padding: 0;
  }
}
.item-ls-ct {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.item-ls-ct .text-18-medium {
  margin-bottom: 12px;
}

.list-item-ls-ct {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-item-ls-ct {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .list-item-ls-ct {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .list-item-ls-ct {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.btn-resign-ls {
  padding-top: 16px;
}
.btn-resign-ls .btn-bg-blue {
  border-radius: 5px;
  height: 40px;
}

.content-kq-user {
  padding-top: 10px;
}
.content-kq-user > p {
  margin-bottom: 10px;
}
.content-kq-user .text-16-medium.color-red {
  color: rgb(244, 0, 0);
}
.content-kq-user .text-16-medium.color-blue {
  color: rgb(0, 108, 254);
}

.box-nodata-ds p .color-blue {
  color: rgb(30, 136, 229);
  font-weight: 500;
}

.box-note-tv-ds {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px 0;
  padding: 16px;
}

.top-list-skill-tv {
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-list-skill-tv {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-list-skill-tv {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .top-list-skill-tv {
    grid-template-columns: repeat(1, 1fr);
  }
}

.item-skill-tv {
  border: 1px solid rgba(217, 217, 217, 0.6);
  border-radius: 5px;
  padding: 10px 15px;
}

.title-item-skill {
  display: flex;
  align-items: flex-start;
}
.title-item-skill .flex-1 {
  margin-left: 8px;
  margin-top: 1px;
}
.title-item-skill .box-check-item {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}

.label-ss.bg-red {
  background: rgb(255, 107, 107);
}

.bottom-note-xn {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.button-xn-continue .btn-bg-blue {
  border-radius: 5px;
  display: inline-flex;
  padding: 0 20px;
  height: 40px;
}

.button-close-xn .btn-link {
  text-decoration: underline;
  transition: all 0.3s;
  color: rgb(30, 136, 229);
}
.button-close-xn .btn-link:hover {
  color: rgb(5, 122, 225);
}

.box-ntf {
  margin-bottom: 12px;
  background: rgba(255, 107, 107, 0.2);
  border-radius: 5px;
  padding: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.box-ntf .text-title.color-red {
  color: rgb(244, 0, 0);
  font-size: 14px;
  font-weight: 400;
}

.box-ntf .flex-1 {
  flex: 1;
  position: relative;
}

.box-find-info {
  background: rgb(255, 255, 255);
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.box-find-info .title-box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
}

.grid-item-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 15px;
}

.grid-item-form .item-form {
  margin: 0;
}

.form-input {
  position: relative;
}

.form-input select {
  height: 40px;
  padding: 0 14px 0 10px;
  color: #121212;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  cursor: pointer;
}

.form-input .icon-date {
  position: absolute;
  top: 5px;
  right: 18px;
  pointer-events: none;
}

.form-input input[type=date]::-webkit-inner-spin-button,
.form-input input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.box-update-picture .upload-box {
  border: 1px dashed rgba(30, 136, 229, 0.6);
  min-height: 60px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.box-update-picture .text-15-rgl {
  margin-bottom: 4px;
}

.box-xn-check {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.box-xn-check .box-check-item {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-xn-check .content {
  flex: 1;
}

.btn-xn {
  text-align: right;
  padding-top: 10px;
}

.btn-xn .btn-bg-blue {
  display: inline-flex;
  border-radius: 5px;
}

.flex-form-ht {
  gap: 0 20px;
  display: flex;
  border: 1px solid rgba(217, 217, 217, 0.8);
  border-radius: 5px;
  position: relative;
}

.flex-form-ht .form-input {
  flex: 1;
  position: relative;
}

.flex-form-ht .form-input select,
.flex-form-ht .form-input input {
  border: none;
  width: 100%;
}

.flex-form-ht .form-input:before {
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  background: rgba(217, 217, 217, 0.6);
  bottom: 0;
  margin: auto;
}

.flex-form-ht .form-input:last-child:before {
  display: none;
}

.flex-form-ht .form-input input {
  padding: 0;
  padding-right: 10px;
}

.box-find-info .text-15-light.color-red {
  color: rgb(244, 0, 0);
  margin-bottom: 8px;
}

.btn-add .btn-text {
  color: rgb(30, 136, 229);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

.btn-add {
  margin-bottom: 6px;
}

.box-xn-check.mb-3 .content {
  position: relative;
  top: 2px;
}

.grid-item-form.grid-column-3 {
  display: flex;
  flex-wrap: wrap;
}

.grid-item-form.grid-column-3 .item-form {
  width: calc(50% - 10px);
}

.grid-item-form.grid-column-3 .item-form.w-33 {
  width: calc(33.33% - 14px);
}

.item-form.w-100 {
  grid-column: 1/3;
}

.box-user-regisn-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.box-user-regisn-info .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
}

.box-user-regisn-info .content {
  flex: 1;
}

.flex-kq-checked {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.flex-kq-checked .box-check-item {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-kq-checked .content-flex {
  flex: 1;
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.number-cp-blue {
  color: rgb(30, 136, 229);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.item-check-dv-bs {
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.item-check-dv-bs:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 576px) and (max-width: 767px) {
  .grid-item-form.grid-column-3 .item-form {
    width: 100% !important;
  }
  .grid-item-form.ct-form-w-100 {
    grid-template-columns: 1fr;
  }
  .box-xn-check {
    align-items: flex-start;
  }
  .box-ntf {
    flex-wrap: wrap;
  }
  .box-ntf .flex-1 {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .item-form.w-100 {
    grid-column: auto;
  }
  .grid-item-form.grid-column-3 .item-form.w-33 {
    width: 100%;
  }
  .grid-item-form.grid-column-3 .item-form {
    width: 100%;
  }
  .box-ntf {
    flex-wrap: wrap;
  }
  .box-ntf .flex-1 {
    flex: none;
    width: 100%;
  }
  .grid-item-form.ct-form-w-100 {
    grid-template-columns: 1fr;
  }
  .box-find-info {
    padding: 15px;
  }
  .grid-item-form {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .box-xn-check {
    align-items: flex-start;
  }
}
/*
500 - high - hig
400 - medium - med
300 - low 


*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.text-20-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
}

.text-20-hig {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-18-hig {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-17-hig {
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-16-hig {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-15-hig {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-18-med {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-16-med {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-15-med {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-14-med {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-17-low {
  font-weight: 300;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-16-low {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-15-low {
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}

.text-14-low {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.badge-text {
  display: inline-block;
  margin-top: 10px !important;
  padding: 4px 7px !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 100%;
  color: white;
  border-radius: 5px;
}

.badge-text--success {
  background-color: #70b170 !important;
}

.badge-text--not-ready {
  background-color: #febf00 !important;
}

.badge-text--on-hold {
  background-color: #1e88e5 !important;
}

.badge-text--failed {
  background-color: #ff6b6b !important;
}

.text-blue-light,
.text-blue-light:hover,
.text-blue-light:active,
.text-blue-light:focus {
  color: #1e88e5 !important;
}

.important-star {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: #f40000;
}

.btn-blue-light {
  background-color: #1e88e5 !important;
}

.btn-black {
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #121212;
  color: #fff;
  border-radius: 100px;
}
.btn-black span {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
}
.btn-black:hover {
  background-color: #ccc;
  color: black;
  outline: none;
}

.btn-secondary--new {
  color: black;
  background-color: rgba(217, 217, 217, 0.4);
}

.bannerImg {
  background-image: url("/img-fix/bg-education.png");
}

.boxQC1 {
  background-image: url("/img-fix/image-qc-education-1.png");
}

.boxQC2 {
  background-image: url("/img-fix/image-qc-education-2.png");
}

.main-page {
  margin-top: 50px;
}
.main-page .breadCrumb {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(217, 217, 217, 0.4);
  margin-left: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.main-page .breadCrumb .breadcrumb-item {
  color: rgba(18, 18, 18, 0.6);
}
.main-page .breadCrumb .breadcrumb-item a {
  text-decoration: none;
}
.main-page .breadCrumb .active {
  color: #000;
}
.main-page .exam-tabs {
  margin-bottom: 20px;
}
.main-page .exam-tabs .nav .nav-item {
  font-size: 18px;
}
.main-page .exam-tabs .nav .nav-item .nav-link {
  color: rgba(18, 18, 18, 0.4);
}
.main-page .exam-tabs .nav .nav-item .nav-link:hover {
  color: #363636;
}
.main-page .exam-tabs .nav .nav-item .nav-link.active {
  color: #000;
}
.main-page .exam-note {
  color: #1e88e5;
  margin-bottom: 20px;
}
.main-page .exams-card {
  margin-left: 15px;
}
.main-page .exams-card .exam-card--empty {
  margin-bottom: 30px;
}
.main-page .exams-card .exam-card--empty .exam-card_title--empty {
  color: rgba(18, 18, 18, 0.6);
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 79.5px 0px;
  text-align: center;
}
.main-page .exams-card .exam-card {
  margin-bottom: 30px;
}
.main-page .exams-card .exam-card .exam-card_item {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.main-page .exams-card .exam-card .exam-card_item .exam-card_fee {
  color: #fff;
  background-color: #1e88e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-page .exams-card .exam-card .exam-card_item .exam-card_fee .exam-card_fee--label,
.main-page .exams-card .exam-card .exam-card_item .exam-card_fee .exam-card_fee--amount {
  margin-bottom: 10px;
}
.main-page .exams-card .exam-card .exam-card_item .exam-card_fee .exam-card_fee--btn-dropdown button {
  color: white;
  border: none;
}
.main-page .exams-card .exam-card .exam-card_item .exam-card_fee .exam-card_fee--btn-dropdown button:active, .main-page .exams-card .exam-card .exam-card_item .exam-card_fee .exam-card_fee--btn-dropdown button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.main-page .exams-card .exam-card .exam-card_skills {
  border-radius: 10px;
}
.main-page .exams-card .exam-card .exam-card_skills .exam-card_skill {
  min-width: 250px;
  flex: 1 1 auto;
  border: 1px solid rgba(217, 217, 217, 0.6);
  border-radius: 10px;
  padding: 10px 25px;
  margin-left: 15px;
}
.main-page .exams-card .exam-card .exam-card_skills .nd-tb {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.result-check {
  background-color: white;
  border-radius: 10px;
  margin-left: 1rem;
  margin-bottom: 20px;
  padding: 50px 15px;
}
.result-check .result-check_note {
  margin-bottom: 15px;
}
.result-check .result-check_form {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}

.result-check--result {
  background-color: white;
  border-radius: 10px;
  margin-left: 1rem;
  margin-bottom: 20px;
  padding: 30px 20px;
}
.result-check--result .result-check_title {
  margin-bottom: 15px;
}
.result-check--result .result-check_details {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.result-check--failed {
  background-color: white;
  border-radius: 10px;
  margin-left: 1rem;
  margin-bottom: 20px;
  padding: 80px 0px;
}
.result-check--failed .result-check_note {
  color: rgba(18, 18, 18, 0.6);
  margin-bottom: 15px;
  text-align: center;
}

.row-suggest-courses {
  justify-content: space-between;
}
.row-suggest-courses .column-suggest-course {
  min-width: 370px;
  flex: 1 1 auto;
  margin-bottom: 30px;
}
.row-suggest-courses .column-suggest-course .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.registion-title {
  margin: 0px 0px 20px 15px;
}

.registion-form_details {
  background-color: white;
  border-radius: 10px;
  margin-left: 1rem;
  margin-bottom: 30px;
  padding: 15px 20px;
}
.registion-form_details .registion-form_date,
.registion-form_details .registion-form_location,
.registion-form_details .registion-form_skills,
.registion-form_details .registion-form_guide {
  margin-bottom: 15px;
}
.registion-form_details .registion-form_location .registion-form_view-map {
  margin-left: 24px;
}
.registion-form_details .registion-form_skills .registion-skills_skill {
  margin: 10px 0px 17px 0px;
  display: flex;
  flex-direction: row;
  column-gap: 144px;
}
.registion-form_details .registion-form_skills .registion-skills_skill .registion-skill {
  display: flex;
  flex-direction: row;
}

.registion-form_summary {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.registion-form_summary .registion-form_button,
.registion-form_summary .registion-form_policies,
.registion-form_summary .registion-form_fee-sum {
  margin-bottom: 10px;
}
.registion-form_summary .registion-form_policies a {
  margin-left: 20px;
}
.registion-form_summary .registion-form_button .btn {
  margin-left: 10px;
  padding: 11.5px 15px;
}

.personal-summary,
.personal-title,
.personal-note {
  margin: 0px 0px 20px 15px;
}

.personal-note {
  background-color: rgba(255, 107, 107, 0.2);
  padding: 9px 0px;
  border-radius: 5px;
}

.personal-details .upload-label {
  display: block;
  border: 1px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.personal-details .upload-browse {
  color: #007bff;
  text-decoration: underline;
}
.personal-details .personal-info,
.personal-details .person-info--contact,
.personal-details .personal-info--advanced {
  background-color: white;
  border-radius: 10px;
  margin-left: 1rem;
  margin-bottom: 30px;
  padding: 15px 20px 0px;
}
.personal-details .row-personal-info .personal-item {
  margin-bottom: 20px;
}
.personal-details .person-info--contact .personal-relationship {
  display: flex;
}

.personal-summary .personal-button {
  display: flex;
  justify-content: end;
}

.complete-title {
  margin: 0px 0px 20px 15px;
}

.complete-info,
.additional-services,
.exam {
  background-color: white;
  border-radius: 10px;
  margin-left: 1rem;
  padding: 15px 20px;
}

.complete-info {
  margin-bottom: 30px;
}
.complete-info .complete-info--upper .upper-title {
  margin-bottom: 5px;
}
.complete-info .complete-info--lower {
  display: flex;
}
.complete-info .complete-info--lower svg {
  margin-right: 10px;
}
.complete-info .complete-info--lower li {
  margin: 0px 0px 5px 0px;
}

.additional-services {
  margin-bottom: 10px;
}
.additional-services .services-fee {
  margin: 15px 0px;
}
.fee-sum {
  margin-bottom: 30px;
}

.exam {
  margin-bottom: 15px;
}
.exam .exam-date,
.exam .exam-location {
  display: flex;
  flex-direction: row;
}
.exam .exam-date svg,
.exam .exam-location svg {
  margin-right: 10px;
}
.exam .exam-date {
  margin-bottom: 15px;
}

.container .banner-box {
  display: flex;
  align-items: center;
  border-radius: 5px;
  position: relative;
}
.container .banner-box .image-box {
  position: relative;
  max-width: 1200px;
  max-height: 500px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.container .banner-box .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.container .banner-box .image-box_below {
  position: relative;
  max-width: 580px;
  max-height: 300px;
  width: 100%;
  height: 300px;
}
.container .banner-box .image-box_below img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.container .banner-box .content-banner,
.container .banner-box .content-banner_below {
  margin-left: 40px;
  position: absolute;
}

@media (min-width: 992px) {
  .exams-card {
    max-width: 1200px;
    width: 100%;
  }
  .exams-card .exam-card .exam-card_info {
    border-right: 1px solid rgba(217, 217, 217, 0.6);
  }
  .exams-card .exam-card_fee {
    padding: 45px;
    border-radius: 0 15px 15px 0;
  }
  .exams-card .exam-card_skills .exam-card_skill {
    max-width: 250px;
  }
  .fee-sum {
    text-align: end;
  }
  .banner-box .content-banner {
    width: 500px;
  }
  .banner-box .content-banner_below {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .result-check .result-check_form {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .exams-card .exam-card_info,
  .exams-card .exam-card_details {
    text-align: center;
  }
  .exams-card .exam-card_fee {
    padding: 10px 10px;
    border-radius: 0 0px 15px 15px;
  }
  .exams-card .exam-card_info {
    border: none;
  }
  .banner-box .content-banner {
    margin-left: 30px;
  }
  .banner-box .content-banner_below {
    width: 250px;
    margin-left: 25px;
  }
}
@media (max-width: 768px) {
  .exam-tabs {
    white-space: nowrap;
    overflow-x: auto;
  }
  .exam-tabs .nav {
    flex-wrap: nowrap;
  }
  .exams-card {
    min-width: 30rem;
    width: 100%;
  }
  .exams-card .exam-card_fee {
    padding: 30px;
    border-radius: 0 0px 15px 15px;
  }
  .exams-card .exam-card_skills .exam-card_row {
    display: flex;
    justify-content: center;
  }
  .registion-form_details .registion-form_skills .registion-skills_skill {
    column-gap: 50px;
  }
  .personal-note {
    text-align: center;
  }
  .row-suggest-courses {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .banner-box img {
    min-height: 300px;
    object-fit: cover;
  }
  .banner-box .content-banner {
    width: 300px;
    margin-left: 30px;
  }
  .banner-box .content-banner_below {
    width: 200px;
    margin-left: 30px;
  }
}
@media (max-width: 576px) {
  .exams-card {
    min-width: 10rem;
    width: 100%;
  }
  .suggest-courses .title-homepage {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .row-suggest-courses .column-suggest-course {
    max-width: 20rem;
    width: 100%;
  }
  .registion-form_summary {
    align-items: center;
  }
  .personal-details .personal-info_form .row-personal-info {
    flex-direction: column;
    flex: 1;
  }
  .personal-summary .personal-button button {
    width: 100%;
  }
  .fee-sum {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .registion-title {
    text-align: center;
  }
  .registion-form_details .registion-form_skills .registion-skills_skill {
    flex-direction: column;
    row-gap: 10px;
  }
  .registion-form_details .registion-form_guide .registion-guide_content {
    max-height: 200px;
    white-space: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
  }
  .registion-form_details .registion-form_guide .registion-guide_content p,
  .registion-form_details .registion-form_guide .registion-guide_content li {
    white-space: normal;
    word-break: break-word;
  }
  .registion-form_summary .registion-form_button {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
  }
  .registion-form_summary .registion-form_policies {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 15px 0px;
  }
  .banner-box .content-banner {
    width: 200px;
  }
}
.form-select {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}

.form-select:focus {
  outline: none;
  border: 1px solid #1e88e5;
}

.radio-container {
  position: relative;
  padding-left: 10px;
  display: block;
  cursor: pointer;
  padding-right: 10px;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(18, 18, 18, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-container:hover input ~ .checkmark {
  background-color: #f1ebeb;
}
.radio-container input:checked ~ .checkmark {
  background-color: #1e88e5;
  outline: none;
  border: none;
}
.radio-container input:checked ~ .checkmark:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.checkbox-container {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.checkbox-container input {
  opacity: 0;
  position: absolute;
}
.checkbox-container .tickmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid rgba(18, 18, 18, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7px;
  font-weight: bold;
}
.checkbox-container:hover input ~ .tickmark {
  background-color: #f1ebeb;
}
.checkbox-container input:checked ~ .tickmark {
  background-color: #1e88e5;
  outline: none;
  border: none;
}
.checkbox-container input:checked ~ .tickmark:after {
  content: "✓";
  color: white;
  font-size: 10px;
}

@media (max-width: 576px) {
  .form-select {
    min-height: 38px;
  }
}/*# sourceMappingURL=main-client.css.map */