@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&display=swap");
/* Base */
:root {
  scroll-behavior: auto;
  --color-primary: #f18521;
  --color-secondary: #757575;
  --color-title: #446084;
  --color-white: #fff;
  --color-black: #0c0c0c;
  --color-border: #ececec;
  --color-red: #b20000;
  --bg-gray: #f2f2f2;
  --Green: #30B257;
  --Orange: #FF6B00;
  --White: #fff;
  --color-detail: #09132B;
  --Text-Default: #1E1E1E;
  --Text-Secondary: #757575; }

body {
  font-family: "Montserrat", sans-serif;
  color: var(--color-black);
  font-style: normal;
  line-height: 1.5; }
  body.active-menu-mobi {
    overflow: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

table {
  width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  color: inherit; }

img,
iframe,
video {
  max-width: 100%; }

.container {
  width: 100%; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1194px; } }

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.btn {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  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;
  padding: 11.5px 16px;
  min-width: 120px; }
  .btn:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-white {
    border-radius: 8px;
    border: 1px solid var(--Orange, #FF6B00);
    background: var(--White, #FFF);
    color: var(--Orange, #FF6B00);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 11.5px 16px;
    min-width: 120px;
    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;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .btn-white:hover {
      -webkit-transform: scale(1.04);
              transform: scale(1.04); }
  .btn-orange {
    border-radius: 8px;
    background: var(--Orange, #FF6B00);
    color: var(--White, #fff);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 11.5px 16px;
    min-width: 120px;
    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;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .btn-orange:hover {
      -webkit-transform: scale(1.04);
              transform: scale(1.04); }
  .btn-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 12.5px 0 11.5px 0;
    width: 250px;
    -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 0 0px;
            flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    color: #297BFF;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .btn-custom:hover {
      border: 1px solid var(--Orange);
      color: var(--Orange); }

button,
textarea {
  font-family: inherit; }

h1 {
  font-size: 1.875rem; }

h2 {
  font-size: 1.625rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 0.8125rem; }

h6 {
  font-size: 1rem; }

@-webkit-keyframes nhapnho {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

@keyframes nhapnho {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }
@-webkit-keyframes nhapnhay {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #fff; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    color: #FFC600; } }
@keyframes nhapnhay {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #fff; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    color: #FFC600; } }
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@keyframes lac {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@-webkit-keyframes hotline_before {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@keyframes hotline_before {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes hotline_after {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes hotline_after {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.hotline-ani {
  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;
  width: 80px;
  height: 80px;
  background: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .hotline-ani {
      bottom: 80px; } }
  .hotline-ani:before, .hotline-ani:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    overflow: hidden; }
  .hotline-ani:before {
    z-index: 1;
    border: 2px solid #0A3970;
    width: 100%;
    height: 100%;
    -webkit-animation: 1s hotline_before ease-in-out 0s infinite;
            animation: 1s hotline_before ease-in-out 0s infinite; }
  .hotline-ani:after {
    z-index: 2;
    background: rgba(10, 57, 112, 0.3);
    width: 80%;
    height: 80%;
    -webkit-animation: 1s hotline_after 0s ease-out infinite alternate;
            animation: 1s hotline_after 0s ease-out infinite alternate; }
  .hotline-ani .icon-hotline-ani {
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -webkit-animation: 1s lac 0s ease-in infinite;
            animation: 1s lac 0s ease-in infinite;
    z-index: 3; }
  .hotline-ani .hotline-number {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    background: #0A3970;
    color: #fff;
    padding: 0px 20px 0px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50%;
    border-radius: 0px 40px 40px 0px; }
  .hotline-ani.zalo-ani {
    bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .hotline-ani.zalo-ani {
        bottom: 170px; } }
    .hotline-ani.zalo-ani:before {
      border-color: #0A94E3; }
    .hotline-ani.zalo-ani:after {
      background: rgba(10, 148, 227, 0.3); }

.bg-soft-pink {
  background-color: #FFEEE8; }

.color-orange {
  color: var(--Orange); }

.color-secondary {
  color: var(--color-secondary); }

.color-green {
  color: var(--Green); }

.w-80 {
  max-width: 80%; }

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

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

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

.mt-40 {
  margin-top: 40px; }

.mt-32 {
  margin-top: 32px; }

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

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

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.py-12 {
  padding: 12px 0; }

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

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

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

.w-60 {
  width: 60% !important; }

.header {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
  .header__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .header__logo img {
      display: block;
      width: auto;
      height: 26px;
      max-height: 32px; }
    @media (max-width: 991px) {
      .header__logo {
        width: 70%; }
        .header__logo img {
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; } }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin: 0;
    padding: 0; }
    .header__menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .header__menu li a {
        color: #1E1E1E;
        font-size: 0.875rem;
        font-weight: 600;
        text-decoration: none; }
      .header__menu li .btnSub {
        border: none;
        background: transparent;
        margin-left: 4px; }
      .header__menu li.hasChild .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
        min-width: 270px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 10px 0;
        z-index: 999; }
        .header__menu li.hasChild .sub-menu li {
          padding: 10px 20px;
          font-size: 1.125rem;
          font-weight: 600;
          border-bottom: 1px solid var(--Orange); }
      .header__menu li.hasChild:hover .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .header__menu li.hasChild.active .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .header .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px; }
    .header .header__btn a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .header .openMenu {
    background: none;
    border: none;
    font-size: 24px;
    display: none; }
    @media (max-width: 991.98px) {
      .header .openMenu {
        display: block; } }

.menuMobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  height: 100vh;
  background-color: #fff;
  padding: 1rem;
  z-index: 10000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
  .menuMobile .closeMenu {
    background: none;
    border: none;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .menuMobile .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
    .menuMobile .header__menu li .space-row {
      width: 100%;
      height: 1px;
      background: #F2F2F2; }
    .menuMobile .header__menu li .link-logout {
      color: #EA3E3E;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .menuMobile .header__menu .menu-item.hasChild .sub-menu {
      -webkit-box-shadow: none;
              box-shadow: none;
      background: none;
      display: none;
      width: 100%; }
      .menuMobile .header__menu .menu-item.hasChild .sub-menu li {
        border-bottom: 1px solid #ddd; }
    .menuMobile .header__menu .menu-item.hasChild.active .sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .menuMobile .header__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px; }
  @media (min-width: 992px) {
    .menuMobile {
      display: none; } }
  @media (max-width: 991px) {
    .menuMobile .header__btn {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; } }

@media (max-width: 991px) {
  .menuMobile .btn-white, .menuMobile .btn-register, .menuMobile .btn-orange {
    width: 100%; } }
body.active-menu-mobi {
  overflow: hidden; }
  body.active-menu-mobi .menuMobile {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.fa,
.fas {
  color: #000 !important; }

.overlay-mobile {
  display: none;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body.active-menu-mobi .overlay-mobile {
  display: block; }

footer {
  background: #09132B; }
  footer * {
    color: #fff; }
  footer .footer-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    footer .footer-nav ul li {
      color: #FFF;
      font-size: 1rem;
      font-style: normal;
      font-weight: 450;
      line-height: normal;
      text-transform: capitalize;
      margin-bottom: 26px; }
      footer .footer-nav ul li:last-child {
        margin-bottom: 0; }
  footer .footer__logo {
    margin-bottom: 46px; }
  footer h4.menu-name {
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 2rem; }
  footer .footer__desc {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: capitalize;
    max-width: 466px;
    margin-bottom: 66px; }
  footer .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem; }
    footer .footer__social h3.title {
      color: #fff !important; }
    footer .footer__social ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 20px; }
      footer .footer__social ul li {
        color: #FFF;
        font-size: 1rem;
        font-style: normal;
        font-weight: 450;
        line-height: normal;
        text-transform: capitalize; }

#coppyright {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff; }
  #coppyright .coppyright__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #coppyright .coppyright__container span {
      color: #FFF;
      font-size: 1rem;
      font-style: normal;
      font-weight: 450;
      line-height: 150%; }
    #coppyright .coppyright__container ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 1rem; }
      #coppyright .coppyright__container ul li {
        color: #FFF;
        font-size: 1rem;
        font-style: normal;
        font-weight: 450;
        line-height: normal;
        text-transform: capitalize; }
  #coppyright::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #FFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%); }

.block {
  padding: 88px 0px; }
  @media (max-width: 991px) {
    .block {
      padding: 30px 0; } }

h1.title, h2.title {
  color: var(--Text-Default, #1E1E1E);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; }
  @media (max-width: 991px) {
    h1.title, h2.title {
      font-size: 1.25rem; } }

h3.title {
  color: var(--Text-Default, #1E1E1E);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 122.222% */ }

h2.title-page {
  color: var(--Text-Default, #1E1E1E);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    h2.title-page {
      font-size: 1.25rem; } }

h3.title-page {
  color: var(--Text-Default, #1E1E1E);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 110% */ }

nav.page-breadcrumb {
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }
  nav.page-breadcrumb a {
    text-align: right;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
  @media (max-width: 991px) {
    nav.page-breadcrumb {
      text-align: start; } }

.homeBanner .homeBanner__slick .homeBanner__slick-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.custom-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }

.bg-vid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  height: 100%; }
  .bg-vid iframe {
    height: 100%;
    width: 100%; }
  .bg-vid .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    text-align: center; }
    .bg-vid .image-overlay .embed-play {
      position: absolute;
      top: 60%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      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;
      gap: 39px; }
      .bg-vid .image-overlay .embed-play span {
        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-size: 1rem;
        margin-top: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 57.6px */
        letter-spacing: 7.2px;
        text-transform: uppercase; }
    .bg-vid .image-overlay svg {
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      font-size: 100px;
      color: #fff;
      text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3); }

.homeCourse__list {
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background-color: transparent;
  gap: 20px; }
.homeCourse__item {
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff; }
.homeCourse__image {
  width: 100%;
  height: 166px;
  overflow: hidden; }
  .homeCourse__image img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .homeCourse__image:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
.homeCourse__content {
  padding: 16px; }
.homeCourse__title {
  color: var(--Text-Default, #1E1E1E);
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .homeCourse__title {
      font-size: 0.875rem; } }
.homeCourse__info {
  list-style: none;
  padding-left: 0; }
  .homeCourse__info-item {
    margin-bottom: 12px; }
    .homeCourse__info-item:last-child {
      margin-bottom: 0; }
    .homeCourse__info-item span {
      color: var(--Text-Default, #1E1E1E);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 500;
      line-height: 157.143%; }
      .homeCourse__info-item span:last-child {
        float: right; }
    .homeCourse__info-item svg {
      width: 20px;
      height: 20px;
      margin-right: 8px; }
@media (max-width: 991px) {
  .homeCourse__list {
    top: 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homeCourse__image {
    height: 100px; }
  .homeCourse__content {
    padding: 8px; } }

.homeRoadmap__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.homeRoadmap__banner {
  -ms-flex: 0 0 43.37%;
  -webkit-box-flex: 0;
          flex: 0 0 43.37%;
  max-width: 43.37%;
  padding-left: 20px; }
.homeRoadmap__content {
  -ms-flex: 0 0 50.44%;
  -webkit-box-flex: 0;
          flex: 0 0 50.44%;
  max-width: 50.44%; }
  .homeRoadmap__content .title {
    color: var(--Text-Default, #1E1E1E); }
.homeRoadmap__desc {
  color: var(--Text-Default, #1E1E1E);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%; }
.homeRoadmap__steps .step {
  position: relative; }
  .homeRoadmap__steps .step::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.1' cx='12.5' cy='13' r='12.5' fill='%23FF6B00'/%3E%3Ccircle cx='12.5' cy='13' r='7.5' fill='%23FF6B00'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat; }
  .homeRoadmap__steps .step::after {
    content: '';
    position: absolute;
    left: 12px;
    top: calc(25px + 8px);
    width: 1px;
    height: calc(100% - 25px);
    border-left: 2px dashed #757575; }
  .homeRoadmap__steps .step:last-child::after {
    display: none; }
  .homeRoadmap__steps .step-title {
    margin-left: 41px;
    color: var(--Text-Default, #1E1E1E);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 122.222%;
    margin-bottom: 1rem; }
  .homeRoadmap__steps .step-content {
    margin-left: 41px;
    list-style: none;
    padding-left: 0; }
    .homeRoadmap__steps .step-content li {
      color: #09132B;
      font-size: 0.9375rem;
      font-style: normal;
      font-weight: 400;
      line-height: 146.667%;
      text-transform: capitalize;
      margin-bottom: 1rem; }
      .homeRoadmap__steps .step-content li:last-child {
        margin-bottom: 0; }
@media (max-width: 991px) {
  .homeRoadmap {
    padding: 30px 0;
    margin-bottom: 0; }
  .homeRoadmap__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .homeRoadmap__banner {
    display: none; }
  .homeRoadmap__content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

.homeLearn {
  background-image: url("../images/bannerLearn.png");
  padding-top: 73px;
  padding-bottom: 94px; }
  .homeLearn * {
    color: #fff !important; }
  .homeLearn h2.title {
    margin-bottom: 32px; }
  .homeLearn__content {
    -ms-flex: 0 0 48.8%;
    -webkit-box-flex: 0;
            flex: 0 0 48.8%;
    max-width: 48.8%; }
    .homeLearn__content ul {
      list-style: none;
      padding-left: 0; }
      .homeLearn__content ul li {
        position: relative;
        padding-left: 32px;
        color: #FFF;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 24px; }
        .homeLearn__content ul li:last-child {
          margin-bottom: 0; }
        .homeLearn__content ul li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 2px;
          width: 24px;
          height: 24px;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM16.78 9.7L11.11 15.37C10.97 15.51 10.78 15.59 10.58 15.59C10.38 15.59 10.19 15.51 10.05 15.37L7.22 12.54C6.93 12.25 6.93 11.77 7.22 11.48C7.51 11.19 7.99 11.19 8.28 11.48L10.58 13.78L15.72 8.64C16.01 8.35 16.49 8.35 16.78 8.64C17.07 8.93 17.07 9.4 16.78 9.7Z" fill="%23FF6B00"/></svg>');
          background-repeat: no-repeat;
          background-size: 24px; }
  .homeLearn__video {
    position: relative;
    -ms-flex: 0 0 48.8%;
    -webkit-box-flex: 0;
            flex: 0 0 48.8%;
    max-width: 48.8%;
    aspect-ratio: 487/284;
    border-radius: 24px;
    overflow: hidden; }
  @media (max-width: 991px) {
    .homeLearn {
      padding: 30px 0;
      margin-bottom: 0; }
    .homeLearn__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px; }
    .homeLearn__video, .homeLearn__content {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%; }
    .homeLearn__video {
      width: 100%; }
      .homeLearn__video .bg-vid .image-overlay .embed-play {
        width: 100%;
        gap: 10px; } }

.homeBenefits h2.title {
  margin-bottom: 64px; }
.homeBenefits__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px; }
.homeBenefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  border-radius: 4px; }
  .homeBenefits__item img.icon {
    width: 80px;
    aspect-ratio: 1 / 1; }
  .homeBenefits__item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .homeBenefits__item .info h3.name {
      color: var(--Text-Default, #1E1E1E);
      font-size: 1rem;
      font-style: normal;
      font-weight: 600;
      line-height: 137.5%;
      /* 137.5% */ }
    .homeBenefits__item .info p.desc {
      color: var(--Text-Secondary, #757575);
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 137.5%;
      margin-bottom: 0; }
@media (max-width: 991px) {
  .homeBenefits__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px; }
  .homeBenefits__item {
    gap: 20px; }
  .homeBenefits h2.title {
    margin-bottom: 24px; } }

.homeRegister {
  padding-bottom: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 242, 0)), color-stop(34.02%, #FFF8F2), to(#FFF8F2));
  background: linear-gradient(180deg, rgba(255, 248, 242, 0) 0%, #FFF8F2 34.02%, #FFF8F2 100%); }
  .homeRegister h2.title {
    margin-bottom: 80px; }
  .homeRegister__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 50px; }
  .homeRegister__item .circle {
    position: relative;
    width: 100%;
    margin-bottom: 24px; }
    .homeRegister__item .circle img {
      aspect-ratio: 1 / 1; }
    .homeRegister__item .circle .number {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #09132B;
      text-align: center;
      leading-trim: both;
      text-edge: cap;
      font-size: 2.0625rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
  .homeRegister__item .desc {
    color: #09132B;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .homeRegister {
      margin-bottom: 24px; }
      .homeRegister h2.title {
        margin-bottom: 24px; }
      .homeRegister__list {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px; }
      .homeRegister__item {
        grid-column: span 2; }
        .homeRegister__item .desc {
          font-size: 0.75rem; }
        .homeRegister__item .circle {
          margin-bottom: 12px; }
      .homeRegister__item:nth-child(4) {
        grid-column: 2 / span 2; }
      .homeRegister__item:nth-child(5) {
        grid-column: 4 / span 2; } }

.homeWelcome__desc {
  color: #09132B;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize; }
.homeWelcome__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  .homeWelcome__item-img {
    width: 72px;
    height: 72px;
    aspect-ratio: 1 / 1; }
  .homeWelcome__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .homeWelcome__item-info .name {
      color: var(--Text-Default, #1E1E1E);
      font-size: 1rem;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0; }
    .homeWelcome__item-info .position {
      color: var(--Text-Secondary, #757575);
      font-size: 0.9375rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: capitalize;
      margin-bottom: 0; }
.homeWelcome .bg-title {
  display: inline-block;
  position: relative;
  text-align: center; }
  .homeWelcome .bg-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 232px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="234" height="10" viewBox="0 0 234 10" fill="none"><path d="M232.997 7.85114C142.965 -1.1688 40.8479 0.999724 1.04335 3.21148L0.923061 9.22505C74.2646 0.765853 168.872 6.56847 232.997 7.85114Z" fill="%23FF6B00" stroke="%23FF6B00"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0; }
  .homeWelcome .bg-title .title {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-align: start; }
    @media (max-width: 991px) {
      .homeWelcome .bg-title .title {
        font-size: 1.25rem; } }
@media (max-width: 991px) {
  .homeWelcome h3.title {
    font-size: 1rem; }
  .homeWelcome__desc {
    font-size: 14px; } }

.homeTeacher__list {
  margin-top: 24px; }
  .homeTeacher__list-card {
    background: #fff;
    padding: 24px;
    margin: 0 15px;
    border-radius: 20px;
    text-align: start;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative; }
    .homeTeacher__list-card .avatar {
      width: 181px;
      height: 180px;
      aspect-ratio: 181/180;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 20px; }
      .homeTeacher__list-card .avatar img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .homeTeacher__list-card h4 {
      color: var(--Text-Default, #1E1E1E);
      text-align: center;
      font-size: 1rem;
      font-style: normal;
      font-weight: 600;
      line-height: 137.5%; }
    .homeTeacher__list-card p {
      color: var(--Text-Secondary, #757575);
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 137.5%;
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .homeTeacher__list-card {
        padding: 12px;
        margin: 0 6px; }
      .homeTeacher__list-card .avatar {
        width: 100px;
        height: 100px;
        aspect-ratio: 81/80; }
      .homeTeacher__list-card h4 {
        font-size: 14px; } }

.homeFeedback__bg-icon {
  background-image: url("../images/banner icon.png");
  width: 100%;
  aspect-ratio: 1158 / 151;
  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;
  margin-bottom: 64px; }
.homeFeedback__list .item {
  border-radius: 16px;
  overflow: hidden;
  margin: 0 12px;
  aspect-ratio: 244.00/529.90; }
.homeFeedback__list img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover; }
@media (max-width: 991px) {
  .homeFeedback__bg-icon {
    margin-bottom: 24px;
    background-image: unset; }
  .homeFeedback__list .item {
    border-radius: 16px;
    overflow: hidden;
    margin: 0 12px;
    height: 360px;
    aspect-ratio: 166/360; } }

.homeConnect__container {
  width: 100%;
  max-width: 1026px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.homeConnect__content {
  -ms-flex: 0 0 57.73%;
  -webkit-box-flex: 0;
          flex: 0 0 57.73%;
  max-width: 57.73%; }
.homeConnect__social {
  -ms-flex: 0 0 37.04%;
  -webkit-box-flex: 0;
          flex: 0 0 37.04%;
  max-width: 37.04%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .homeConnect__social svg {
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .homeConnect__social svg:hover {
      -webkit-animation: lac 1.5s ease-in-out infinite;
              animation: lac 1.5s ease-in-out infinite; }
  .homeConnect__social img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .homeConnect__social img:hover {
      -webkit-animation: lac 1.5s ease-in-out infinite;
              animation: lac 1.5s ease-in-out infinite; }
@media (max-width: 991px) {
  .homeConnect__content, .homeConnect__social {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

.homeContact__container {
  background-image: url("../images/banner contact.png");
  border-radius: 24px;
  overflow: hidden;
  padding: 70px 100px; }
.homeContact_desc {
  color: var(--Text-Default, #1E1E1E);
  font-size: 0.935rem;
  font-style: normal;
  font-weight: 500;
  line-height: 146.667%; }
.homeContact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 418px; }
  .homeContact__form span {
    color: var(--Gray-700, #414651);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 142.857%;
    margin-bottom: 6px; }
  .homeContact__form .bg-form-item {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 14px 12px;
    padding-left: 42px; }
  .homeContact__form .custom-form {
    color: var(--Gray-500, #717680);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 150% */
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 14px;
    width: 100%;
    border-radius: 8px;
    border: none;
    background-color: #fff; }
    .homeContact__form .custom-form:last-child {
      margin-bottom: 0; }
  .homeContact__form .icon-user {
    background-image: url(../images/user.svg); }
  .homeContact__form .icon-mail {
    background-image: url(../images/mail.svg); }
  .homeContact__form .icon-course {
    background-image: url(../images/book-open.svg), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23717680' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: 12px 14px, right 14px center;
    background-size: 20px, 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
@media (max-width: 991px) {
  .homeContact__container {
    padding: 24px 12px;
    border-radius: 0;
    background-position-x: left; }
  .homeContact__form {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .homeContact__form .custom-form {
      width: 100%; } }

.homeQaq {
  margin: 0 auto; }
  .homeQaq h2.title {
    margin-bottom: 64px; }
  .homeQaq .accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #DFDFDF; }
  .homeQaq .accordion .accordion-button::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    background: none;
    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;
    font-size: 20px;
    line-height: 1; }
  .homeQaq .accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: none; }
  .homeQaq .accordion-button {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .homeQaq .accordion-body {
    color: #1E1E1E;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 146.667%; }

.menu-tabs {
  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;
  gap: 24px; }
  .menu-tabs button {
    border: none;
    color: #09132B;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%;
    width: 168px;
    max-width: 30%;
    background-color: transparent;
    padding: 20px 0; }
  .menu-tabs .tabs-active {
    -webkit-box-shadow: 0px -3px 0px 0px var(--Orange, #FF6B00) inset;
            box-shadow: 0px -3px 0px 0px var(--Orange, #FF6B00) inset; }

.modal__title {
  color: #09132B;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px; }
.modal__desc {
  color: var(--Text-Default, #1E1E1E);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0; }
.modal-header {
  border-bottom: none; }
.modal-footer {
  border-top: none; }
.modal svg {
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1; }

.slick-prev, .slick-next {
  width: 29px;
  height: 29px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  cursor: pointer;
  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;
  opacity: 0.8; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: rgba(0, 0, 0, 0.5); }

.slick-prev::before,
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  color: #ffffff; }

.slick-prev::before {
  content: "\f060";
  /* icon mũi tên trái */ }

.slick-next::before {
  content: "\f061";
  /* icon mũi tên phải */ }

@media (max-width: 991px) {
  .slick-prev {
    left: 0; }

  .slick-next {
    right: 0; } }
.toast {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important; }

.swal2-popup.swal2-toast.swal2-icon-success.swal2-show {
  z-index: 99999; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  z-index: 9;
  height: 85vh;
  overflow: auto; }

.product .desc {
  color: var(--Text-Secondary, #757575);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 137.5%; }
.product__header-filter {
  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;
  gap: 12px; }
  .product__header-filter .dropdown {
    position: relative; }
    .product__header-filter .dropdown-toggle {
      padding: 8px 16px;
      border: 1px solid #ddd;
      border-radius: 8px;
      background-color: #fff;
      font-size: 14px;
      color: #333;
      min-width: 150px;
      text-align: left;
      cursor: pointer;
      position: relative;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .product__header-filter .dropdown-toggle::after {
        content: "";
        border: 6px solid transparent;
        border-top-color: #757575;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .product__header-filter .dropdown-toggle:hover {
        border-color: #c4c4c4; }
    .product__header-filter .dropdown-menu {
      display: none;
      position: absolute;
      right: 0;
      margin-top: 6px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      padding: 6px 0;
      z-index: 10; }
      .product__header-filter .dropdown-menu li a {
        display: block;
        padding: 8px 16px;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .product__header-filter .dropdown-menu li a:hover {
          background: white; }
    .product__header-filter .dropdown.active .dropdown-menu {
      display: block; }
.product__list {
  margin: 24px 0 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px; }
.product__item {
  border-radius: 8px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.product__thumb {
  width: 100%;
  aspect-ratio: 270 / 160;
  overflow: hidden;
  background: #f3f3f3;
  margin-top: -1px; }
  .product__thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-object-fit: contain;
       object-fit: contain; }
  .product__thumb:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
.product__info {
  padding: 16px;
  row-gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff; }
  .product__info-title {
    color: var(--Text-Default, #1E1E1E);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 137.5%;
    margin-bottom: 0; }
  .product__info-desc {
    color: var(--Text-Secondary, #757575);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    margin-bottom: 0; }
  .product__info-price {
    color: #25B14F;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 4px; }
    .product__info-price--big {
      font-size: 1.25rem; }
  .product__info-features {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DFDFDF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px; }
    .product__info-features .item svg {
      width: 20px;
      height: 20px;
      aspect-ratio: 1/1; }
    .product__info-features .item span {
      color: var(--Text-Default, #1E1E1E);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 500;
      line-height: 157.143%; }
  .product__info .btn-white {
    margin-bottom: 12px; }
  .product__info .btn-white,
  .product__info .btn-orange {
    width: 100%; }

@media (max-width: 991px) {
  .course.product .product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #f9f9fb; }
  .course.product .product__info {
    padding-top: 1.5px;
    padding-bottom: 1.5px;
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
    row-gap: 4px;
    margin-left: 12px;
    background: #f9f9fb; }
    .course.product .product__info-title, .course.product .product__info-price {
      font-size: 14px;
      margin-bottom: 0; }
    .course.product .product__info-desc {
      line-height: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* Giới hạn 2 dòng */
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .course.product .product__info-price {
      line-height: 1.5; }
    .course.product .product__info-title {
      line-height: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* Giới hạn 2 dòng */
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .course.product .product__thumb {
    height: auto;
    width: 40%;
    border-radius: 4px;
    overflow: hidden; }
    .course.product .product__thumb img {
      -o-object-fit: contain;
         object-fit: contain; }
  .course.product .product__item {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .course.product .product__list {
    gap: 16px;
    margin-bottom: 32px;
    margin-top: 1rem !important; }
    .course.product .product__list:last-child {
      margin-bottom: 0 !important; } }

.product-detail {
  background: #F9F9FB; }
  .product-detail__bg {
    background-color: var(--color-detail);
    padding: 32px 0px 130px; }
  .product-detail__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px; }
    .product-detail__author .avatar {
      width: 32px;
      height: 32px;
      aspect-ratio: 1/1; }
      .product-detail__author .avatar img {
        border-radius: 50%; }
    .product-detail__author .info {
      -ms-flex-line-pack: center;
          align-content: center; }
      .product-detail__author .info span {
        color: var(--White, #FFF);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 157.143%; }
  .product-detail__content {
    position: relative;
    background-color: transparent;
    margin-top: -106px; }
    .product-detail__content .content {
      line-height: 1.5;
      color: #1E1E1E;
      text-align: start; }
      .product-detail__content .content h2 {
        color: var(--Text-Default, #1E1E1E);
        font-size: 1.5rem;
        font-style: normal;
        line-height: 91.667%;
        margin-bottom: 1.1875em;
        font-weight: 700; }
      .product-detail__content .content p {
        margin-bottom: 0;
        color: var(--Text-Default, #1E1E1E);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
      .product-detail__content .content ul {
        list-style-type: disc;
        margin-bottom: 0.8em;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; }
        .product-detail__content .content ul li {
          padding-bottom: 8px;
          color: var(--Text-Default, #1E1E1E);
          font-size: 1rem;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; }
          .product-detail__content .content ul li:last-child {
            padding-bottom: 0; }
      .product-detail__content .content__video {
        position: relative;
        aspect-ratio: 770/433;
        border-radius: 8px;
        overflow: hidden; }
        .product-detail__content .content__video .video-wrapper {
          width: 100%; }
          .product-detail__content .content__video .video-wrapper #video_preview {
            -o-object-fit: contain;
               object-fit: contain; }
        .product-detail__content .content__video .bg-vid .image-overlay svg {
          opacity: 1; }
  @media (max-width: 991px) {
    .product-detail .item-fix {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      border-radius: 8px !important; }
      .product-detail .item-fix .product__thumb {
        width: 100%;
        height: 100%;
        min-height: 200px;
        max-height: 250px;
        border-radius: unset !important; }
      .product-detail .item-fix .product__info {
        padding: 16px !important;
        max-width: unset !important; }
      .product-detail .item-fix .product__info-price {
        font-size: 1.25rem !important; }
    .product-detail .product-detail__content {
      margin-top: -110px; }
    .product-detail .mb-56 {
      margin-bottom: 16px; } }

.product-payment .payment__info {
  border-radius: 8px;
  border: 1px dashed #D9D9D9; }

.payment-success__wrapper {
  padding: 32px 24px 24px 24px;
  max-width: 65.812%; }
.payment-success__icon img {
  width: 64px;
  height: 64px; }
.payment-success__title {
  color: var(--Text-Default, #1E1E1E);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }
.payment-success__description {
  color: var(--Text-Secondary, #757575);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }
.payment-success__label, .payment-success__value {
  color: var(--Text-Default, #1E1E1E);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */ }
@media (max-width: 991px) {
  .payment-success__wrapper {
    padding: 20px;
    max-width: 100%; } }

@media (max-width: 991px) {
  .account .account__profiles.d-flex .avatar {
    width: 64px !important;
    height: 64px !important;
    aspect-ratio: 1 / 1; }
  .account .account__profiles.d-flex .info {
    width: auto; } }
.account__profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .account__profiles .avatar {
    width: 110px;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .account__profiles .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px; }
    .account__profiles .info span.name {
      font-weight: 600; }
  .account__profiles .upload {
    gap: 8px; }
  @media (max-width: 991px) {
    .account__profiles .avatar {
      width: 64px;
      height: 64px;
      aspect-ratio: 1 / 1; }
    .account__profiles .info {
      width: auto; } }

@media (max-width: 991px) {
  .account .account__profiles.justify-content-center.py-40 .avatar {
    width: 110px;
    height: 110px; } }
.tabs-exercise {
  margin-bottom: 154px; }
  @media (max-width: 991px) {
    .tabs-exercise {
      margin-bottom: 32px; } }
  .tabs-exercise__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px; }
    @media (max-width: 991px) {
      .tabs-exercise__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px; } }
  .tabs-exercise .stats__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    padding: 24px;
    border-radius: 8px; }
    .tabs-exercise .stats__item--registered {
      background: #FFEEE8; }
    .tabs-exercise .stats__item--studying {
      background: #EBEBFF; }
    .tabs-exercise .stats__item--completed {
      background: #E1F7E3; }
  .tabs-exercise .stats__icon {
    height: 100%;
    padding: 14px;
    background-color: #fff;
    border-radius: 4px; }
    .tabs-exercise .stats__icon svg {
      aspect-ratio: 1 / 1; }
  .tabs-exercise .stats__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px; }
    .tabs-exercise .stats__info .number {
      color: #09132B;
      font-family: "Inter", sans-serif;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 133.333%; }
    .tabs-exercise .stats__info .label {
      color: #757575;
      font-family: "Inter", sans-serif;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 157.143%;
      letter-spacing: -0.14px; }

.tabs-history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
.tabs-history__item {
  border-radius: 8px;
  border: 1px solid #E9EAF0;
  background: #FFF; }
.tabs-history .item__info-datetime {
  color: var(--T1, #09132B);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -0.27px; }
.tabs-history .item__info-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px; }
  .tabs-history .item__info-groups .group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6px;
    color: #757575;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    letter-spacing: -0.14px; }
    .tabs-history .item__info-groups .group-item svg {
      width: 20px;
      height: 20px; }
.tabs-history .item__toggle {
  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: 12px;
  background: #F5F7FA;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .tabs-history .item__toggle svg {
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.tabs-history .item__detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 891px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px; }
  .tabs-history .item__detail-container:last-child {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .tabs-history .item__detail-container {
      gap: 8px; } }
.tabs-history .item__detail-thumb {
  border-radius: 8px;
  max-width: 160px;
  overflow: hidden;
  margin-right: 1.25rem; }
  .tabs-history .item__detail-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto; }
  @media (max-width: 991px) {
    .tabs-history .item__detail-thumb {
      max-width: 100%; } }
.tabs-history .item__detail-info {
  margin-right: 2.75rem;
  overflow: hidden; }
  .tabs-history .item__detail-info h4.title {
    color: #1D2026;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .tabs-history .item__detail-info .features {
    margin-bottom: 12px; }
    .tabs-history .item__detail-info .features svg {
      width: 20px;
      height: 20px;
      aspect-ratio: 1/1; }
    .tabs-history .item__detail-info .features span {
      color: #1E1E1E;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 500;
      line-height: 157.143%; }
    .tabs-history .item__detail-info .features:last-child {
      margin-bottom: 0; }
.tabs-history .item__detail-price {
  color: var(--Orange);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -ms-flex-line-pack: center;
      align-content: center; }
.tabs-history .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #DFDFDF; }
.tabs-history .accordion .accordion-button {
  padding: 24px; }
  .tabs-history .accordion .accordion-button::after {
    content: "\f175";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    background: #F5F7FA;
    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: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 1; }
  .tabs-history .accordion .accordion-button:not(.collapsed)::after {
    background: #FF6636;
    color: #fff; }
.tabs-history .accordion-button {
  background: none;
  padding: 24px; }

.courseReport {
  display: block; }
  .courseReport__title {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    line-height: normal; }
  .courseReport__exp {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
  .courseReport .exam__title {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7; }
  .courseReport .exam__result {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7; }
    .courseReport .exam__result > span {
      margin-left: 10px; }
    .courseReport .exam__result .true {
      color: #30B257; }
    .courseReport .exam__result .false {
      color: #EA3E3E; }
    @media (max-width: 991px) {
      .courseReport .exam__result {
        font-size: 12.5px !important; } }
  .courseReport .exam__btn {
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    background: #FF6B00;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    white-space: nowrap; }
    .courseReport .exam__btn:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      outline: 0; }
    .courseReport .exam__btn:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3); }
  .courseReport .exam__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px; }
    .courseReport .exam__control svg {
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .courseReport .exam__control button {
      color: #8C94A3; }
      .courseReport .exam__control button:hover {
        color: var(--Orange) !important; }
  .courseReport .exam__boxtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px; }
    .courseReport .exam__boxtitle button {
      width: 20px;
      height: 20px; }
  .courseReport__detail .chartMain {
    width: 100%;
    max-width: 180px;
    aspect-ratio: 1/1; }
    .courseReport__detail .chartMain__total {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .courseReport__detail .chartMain__total .number {
        color: #1E1E1E;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        line-height: normal; }
      .courseReport__detail .chartMain__total .text {
        color: #757575;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: normal; }
  .courseReport__detail .chartInfo__item {
    position: relative;
    padding-left: 20px; }
    .courseReport__detail .chartInfo__item::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%; }
    .courseReport__detail .chartInfo__item--true::before {
      background: #30B257; }
    .courseReport__detail .chartInfo__item--false::before {
      background: #D9D9D9; }
    .courseReport__detail .chartInfo__item .number {
      color: #1E1E1E;
      font-size: 16px;
      font-weight: 600;
      line-height: normal; }
    .courseReport__detail .chartInfo__item .text {
      color: #757575;
      font-size: 14px;
      font-weight: 400;
      line-height: normal; }
  .courseReport__detail .chart__btn {
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    background: #FF6B00;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out; }
    .courseReport__detail .chart__btn:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      outline: 0; }
    .courseReport__detail .chart__btn:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3); }
  @media (max-width: 991px) {
    .courseReport__detail .chart {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 991px) {
    .courseReport__exam {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.makeTopic {
  background: #F9F9FB; }
  .makeTopic__title {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    /* 120% */ }
  .makeTopic__exp {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
  .makeTopic__left {
    padding-top: 32px;
    margin-bottom: 32px; }
  .makeTopic__right {
    background: #fff;
    padding: 32px 56px; }
  @media (max-width: 991px) {
    .makeTopic__right {
      padding: 16px 12px; }
    .makeTopic__title {
      margin-bottom: 0.5rem !important; }
    .makeTopic__left {
      position: -webkit-sticky;
      position: sticky;
      top: 52px;
      background: #f9f9fb;
      z-index: 21;
      padding-top: 1rem !important;
      margin-bottom: 0; } }
  .makeTopic .btn-icon {
    padding: 0 !important;
    background: none;
    border: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .makeTopic .btn-icon svg {
      width: 16px;
      height: 16px; }
    .makeTopic .btn-icon.active {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .makeTopic .numberQuestion {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
    gap: 7px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .makeTopic .numberQuestion > * {
      padding: 0;
      grid-column: span 1;
      grid-row: span 1;
      aspect-ratio: 1/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;
      border: 0;
      background: #F2F2F2;
      color: #1E1E1E;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5;
      border-radius: 4px; }
      .makeTopic .numberQuestion > *.true {
        background: #D2FFE0;
        color: #30B257; }
      .makeTopic .numberQuestion > *.false {
        background: #FFCFCF;
        color: #EA3E3E; }
      .makeTopic .numberQuestion > *.selected {
        background: #FFF1E8;
        color: #FF6B00; }
    @media (max-width: 991px) {
      .makeTopic .numberQuestion {
        height: 0;
        overflow: hidden;
        margin-bottom: 0 !important;
        -webkit-transition: height 0.5s ease, margin 0.3s ease;
        transition: height 0.5s ease, margin 0.3s ease; }
      .makeTopic .numberQuestion.show {
        overflow: auto;
        margin-bottom: 0.5rem !important; } }
  .makeTopic__question {
    row-gap: 32px; }
    @media (max-width: 991px) {
      .makeTopic__question {
        row-gap: 24px; } }
    .makeTopic__question--result .item {
      pointer-events: none; }
    .makeTopic__question .item__question {
      color: #1E1E1E;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      display: inline;
      white-space: normal; }
      .makeTopic__question .item__question p {
        display: inline; }
        .makeTopic__question .item__question p b,
        .makeTopic__question .item__question p strong {
          color: #1E1E1E;
          font-size: 16px;
          font-weight: 600;
          line-height: 1.5; }
      .makeTopic__question .item__question br {
        display: none; }
      .makeTopic__question .item__question ruby {
        line-height: 2.5; }
    .makeTopic__question .item__img {
      max-width: 345px;
      max-height: 234px;
      width: 100%;
      height: 100%;
      aspect-ratio: 115/78; }
    .makeTopic__question .item .answer label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px;
      width: 100%;
      min-height: 40px;
      border-radius: 4px;
      border: 1px solid #c8c8c8bf;
      overflow: hidden;
      color: #1E1E1E;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.7;
      cursor: pointer;
      position: relative; }
      .makeTopic__question .item .answer label span {
        -ms-flex-negative: 0;
            flex-shrink: 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: 40px;
        height: auto;
        text-align: center;
        background: #F2F2F2;
        color: #1E1E1E;
        font-size: 16px;
        font-weight: 700; }
    .makeTopic__question .item .answer input {
      display: none; }
      .makeTopic__question .item .answer input:checked ~ label {
        border-color: #FF6B00; }
        .makeTopic__question .item .answer input:checked ~ label span {
          background: #FFF1E8;
          color: #FF6B00; }
      .makeTopic__question .item .answer input.true ~ label {
        border-color: #30B257; }
        .makeTopic__question .item .answer input.true ~ label span {
          background: #D2FFE0;
          color: #30B257; }
        .makeTopic__question .item .answer input.true ~ label::after {
          position: absolute;
          width: 24px;
          height: 24px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 16px;
          content: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2330B357" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12L9.3 17L20 7"/></svg>');
          margin-left: auto;
          display: inline-block; }
      .makeTopic__question .item .answer input.false ~ label {
        border-color: #EA3E3E; }
        .makeTopic__question .item .answer input.false ~ label span {
          background: #FFCFCF;
          color: #EA3E3E; }
        .makeTopic__question .item .answer input.false ~ label::after {
          position: absolute;
          width: 24px;
          height: 24px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 16px;
          content: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23EA3E3E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 19L19 5"/><path d="M19 19L5 5"/></svg>');
          margin-left: auto;
          display: inline-block; }
  .makeTopic .btnFinish {
    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-align: center;
    min-height: 40px;
    width: 100%;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    background: #FF6B00;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out; }
    .makeTopic .btnFinish:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      outline: 0; }
    .makeTopic .btnFinish:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3); }
  .makeTopic .countDown {
    color: #EA3E3E;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }

.overlayTopic {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 55px);
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 21; }
  .overlayTopic__body {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .overlayTopic__body .title {
      font-size: 26px;
      font-weight: bold;
      color: #1D2026;
      line-height: 1.7;
      text-align: center; }
      @media (max-width: 991px) {
        .overlayTopic__body .title {
          font-size: 20px;
          line-height: 1.3; } }
  .overlayTopic .startTopic {
    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-align: center;
    min-height: 40px;
    width: 100%;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    background: #FF6B00;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out; }
    .overlayTopic .startTopic:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      outline: 0; }
    .overlayTopic .startTopic:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3); }

.login {
  background-image: url("../images/banner login.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .login-container {
    max-width: 928px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .login-form {
    width: 55.71%; }
    @media (max-width: 991px) {
      .login-form {
        width: 100%; } }
  .login .img-right {
    width: 38.9%;
    aspect-ratio: 361 / 500; }
    @media (max-width: 991px) {
      .login .img-right {
        display: none; } }
  .login .google img,
  .login .facebook img {
    aspect-ratio: 1 / 1;
    margin-right: 12px; }
  .login a {
    color: #297BFF;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 450;
    line-height: normal; }
    .login a:hover {
      color: var(--Orange); }
  .login .input-wrapper {
    position: relative;
    width: 100%; }
  .login .input-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 56px;
    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;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .login .input-icon img {
    width: 20px;
    height: 20px; }
  .login .form-control {
    padding: 16px 18px 16px 18px;
    color: #757575;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 450;
    line-height: normal; }
  .login .custom-input {
    width: 100%;
    padding-left: 76px;
    /* để chừa chỗ cho icon */
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    height: 56px;
    /* hoặc padding + line-height để căn giữa */
    font-family: "Montserrat", sans-serif;
    color: #757575; }

.checkout-success__wrapper {
  max-width: 64.49%; }
.checkout-success__title {
  color: var(--Text-Default, #1E1E1E);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }
.checkout-success__desc {
  color: var(--Text-Secondary, #757575);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.exercise__item {
  background: #fff;
  padding: 8px;
  border-radius: 8px; }
.exercise__title {
  color: var(--Text-Default, #1E1E1E);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 91.667% */
  margin-bottom: 0; }
.exercise__label {
  color: var(--White, #FFF);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px; }
.exercise__thumb {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  border-radius: 2px;
  -o-object-fit: contain;
     object-fit: contain; }
.exercise__name {
  color: var(--Text-Default, #1E1E1E);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden; }
.exercise__meta {
  color: var(--Text-Secondary, #757575);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 183.333% */
  margin-bottom: 0; }
.exercise__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-left: 15px; }

.examList__header {
  background: #09132B;
  padding-top: 32px;
  padding-bottom: 32px; }
  .examList__header .course-title {
    color: var(--White, #FFF);
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 125% */ }
  .examList__header .breadcrumb {
    color: var(--White, #FFF);
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */ }
.examList__lessons {
  margin-bottom: 16px; }
  .examList__lessons:last-child {
    margin-bottom: 0; }
  .examList__lessons .chapter {
    margin-bottom: 32px; }
    .examList__lessons .chapter:last-child {
      margin-bottom: 0; }
    .examList__lessons .chapter h3 {
      color: var(--Text-Default, #1E1E1E);
      font-family: Montserrat;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 1rem; }
    .examList__lessons .chapter .lesson {
      margin-bottom: 16px; }
      .examList__lessons .chapter .lesson:last-child {
        margin-bottom: 0; }
      .examList__lessons .chapter .lesson-title {
        color: #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        /* 171.429% */
        margin-bottom: 0; }
      .examList__lessons .chapter .lesson .status {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 171.429% */
        margin-bottom: 0; }
      .examList__lessons .chapter .lesson .status.done {
        color: #30B257; }
      .examList__lessons .chapter .lesson .status.not-started {
        color: #757575; }
      .examList__lessons .chapter .lesson__result {
        color: #757575;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.7; }
        .examList__lessons .chapter .lesson__result > span {
          margin-left: 10px; }
        .examList__lessons .chapter .lesson__result .true {
          color: #30B257; }
        .examList__lessons .chapter .lesson__result .false {
          color: #EA3E3E; }

.learning {
  padding-bottom: 116px; }
  .learning .tabs-control {
    display: none; }
    @media (max-width: 991px) {
      .learning .tabs-control {
        display: block; } }
    .learning .tabs-control #learnTab {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 1rem;
      border-bottom: none !important; }
      .learning .tabs-control #learnTab .nav-link {
        padding: 10px 0;
        width: 171px;
        max-width: 100%;
        background: #fff;
        border: none !important;
        color: #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 8px; }
      .learning .tabs-control #learnTab .nav-link.active {
        background: #1E1E1E;
        color: #fff; }
  .learning__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .learning__box-video {
      width: 100%;
      max-width: 770px; }
    .learning__box-example {
      width: 100%;
      max-width: 370px; }
      @media (max-width: 991px) {
        .learning__box-example {
          max-width: 100%; } }
  .learning .video-player__video {
    width: 100%;
    aspect-ratio: 770 / 432;
    position: relative;
    overflow: hidden; }
    .learning .video-player__video video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      background: white; }
    .learning .video-player__video:hover .video-controls {
      bottom: 0px; }
  .learning .video-controls {
    position: absolute;
    width: 100%;
    bottom: -140px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .learning .video-controls__container {
      max-width: 790px;
      margin-left: auto;
      margin-right: auto; }
    .learning .video-controls .video-btn-prev,
    .learning .video-controls .video-btn-next {
      width: 48px;
      height: 48px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      aspect-ratio: 1/1;
      border: none;
      padding: 0 !important; }
      .learning .video-controls .video-btn-prev svg,
      .learning .video-controls .video-btn-next svg {
        width: 24px;
        height: 24px; }
    .learning .video-controls .video-btn-play {
      width: 64px;
      height: 64px;
      aspect-ratio: 1/1;
      padding: 0 !important;
      border: none; }
      .learning .video-controls .video-btn-play svg {
        width: 24px;
        height: 24px; }
    .learning .video-controls #progressBar {
      accent-color: #fd7e14; }
  .learning .video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    padding-right: 6px;
    cursor: pointer;
    max-height: 600px; }
    .learning .video-list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      padding: 12px;
      border-radius: 6px;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .learning .video-list__item:hover {
        background-color: #f8f9fa; }
      .learning .video-list__item.active {
        background-color: #fff3e0;
        border-color: #ffa726; }
    .learning .video-list__thumb {
      width: 80px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 4px;
      overflow: hidden; }
    .learning .video-list__info {
      -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;
      gap: 4px; }
    .learning .video-list__title {
      color: #1E1E1E;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1.3; }
    .learning .video-list__meta {
      color: #757575;
      font-size: 0.875rem;
      line-height: 1.3; }
    .learning .video-list__status {
      color: #30B257;
      font-size: 0.875rem;
      line-height: 1.3; }
  .learning .test__title {
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .learning .test__desc {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .learning .test .exam__title {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 171.429% */ }
  .learning .test .exam span {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7; }
  .learning .test .exam svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  @media (max-width: 768px) {
    .learning .learning__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .learning {
      margin-bottom: 50px; } }

.whoops {
  min-height: 519px; }

.modal-content {
  width: 100%; }

@media (max-width: 991px) {
  .makeTopic__question.d-flex.flex-column.w-60.mx-auto {
    width: 100% !important; }

  .course.product.py-32 {
    padding-top: 0px;
    padding-bottom: 27px; }

  .lesson .btn-orange {
    font-size: 12.5px !important;
    min-width: unset !important;
    padding: 8px !important; }

  .bg-transparent.shadow-none.product__item.item-fix .product__info {
    margin-left: 0 !important; }

  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
    z-index: 9;
    height: 100% !important;
    overflow: unset !important; } }
.list-group-item + .list-group-item.active {
  margin-top: unset !important;
  border-top-width: unset !important; }

main.main {
  min-height: calc(100vh - 56px - 431px - 52px); }

.search-form {
  position: relative; }
  .search-form input[type="text"] {
    padding: 8px 12px 8px 54px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    min-width: 300px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .search-form input[type="text"]:focus {
      border-color: #c4c4c4;
      outline: none; }
  .search-form .search-button {
    background: transparent;
    border: none;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }
    .search-form .search-button svg {
      width: 18px;
      height: 18px; }
      .search-form .search-button svg path {
        stroke: #757575; }
  @media (max-width: 991px) {
    .search-form .search-button {
      left: 10px; }
    .search-form input[type="text"] {
      width: 100%;
      min-width: unset;
      padding: 8px 12px 8px 30px; } }

.popup-search {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  display: none;
  z-index: 20;
  width: 100%; }
  .popup-search .close-popup-search {
    font-size: 1rem;
    font-family: inherit;
    text-transform: uppercase;
    margin-top: 24px;
    cursor: pointer;
    color: #ffffff;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px; }
  .popup-search.active {
    display: block; }

.overlay-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 10; }
  .overlay-search.active {
    display: block; }

.btn-search {
  border: none;
  background: transparent; }

.btn-search svg {
  width: 24px;
  height: 24px; }

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