@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}

html {
  height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}

.main-container {
  flex-grow: 1;
  padding-bottom: 3rem; /* Thêm padding cuối để nội dung không chạm footer */
}

.header-layout .container-landing {
  position: relative;
  margin-top: 0px;
}
.header-layout .container-landing .ladi-section-background {
  background-image: url(/assets/lit-education/image/banner.png);
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 0%;
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  border-radius: 0 0 100px 50px;
}
@media (max-width: 1224px) {
  .header-layout .container-landing .ladi-section-background {
    border-radius: 0 0 30px 30px !important;
  }
}
.header-layout .container-landing .wrap-content-header {
  position: relative;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}
.header-layout .container-landing .wrap-content-header .box-content {
  padding: 48px 2rem 80px;
}
@media (max-width: 1224px) {
  .header-layout .container-landing .wrap-content-header .box-content {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content {
    padding: 1rem 1rem 3rem !important;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .scrollNone {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  background: rgba(0, 6, 62, 0.8509803922);
}
@media (max-width: 1224px) {
  .header-layout .container-landing .wrap-content-header .box-content .scrollNone {
    display: none;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .scrollNone .content-nav {
  max-width: 1300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: none;
  padding: 0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav {
  color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  height: 86px;
  border-radius: 44px;
  background: rgba(0, 6, 62, 0.7019607843);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  position: relative;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu {
  font-size: 16px;
  display: flex;
  padding: 0 5px;
  align-items: center;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .logo {
  margin-right: 1.5rem;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .logo img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .item-nav {
  padding: 25px 5px;
  cursor: pointer;
  text-decoration: none;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .item-nav:hover {
  background: rgba(189, 189, 189, 0.3490196078);
  border-radius: 0.25rem;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .item-nav .dropdown-1 {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .item-nav .dropdown-1 img {
  width: 18px;
  position: relative;
  top: 3px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown {
  position: relative;
  display: inline-block;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown:hover .content {
  display: block !important;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content {
  display: none;
  position: absolute;
  z-index: 20;
  border: 1px solid #FFF;
  background: #fff;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.2509803922);
  padding: 1rem;
  max-width: 300px;
  width: max-content;
  margin-top: 25px;
  border-radius: 0 0 10px 10px;
  left: 0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .dropdown-title {
  font-size: 18px;
  color: #000533;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .dropdown-title .list-content .dropdown-content {
  padding-left: 0.75rem;
  padding-bottom: 1rem;
  margin-bottom: 0.75rem;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .dropdown-title .list-content .dropdown-content .content-flex {
  display: flex;
  flex-direction: column;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content {
  padding: 0 0.5rem;
  position: relative;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content {
  margin-bottom: 0.75rem;
  text-decoration: none;
  position: relative;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .dropdown-content-menu {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-width: 240px;
  z-index: 10;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .dropdown-content-menu li {
  min-height: 45px;
  list-style: none;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .dropdown-content-menu li a {
  display: block;
  padding: 8px 16px;
  color: #56588a;
  text-decoration: none;
  font-size: 15px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .dropdown-content-menu li a:hover {
  background: #f7f7f7;
  color: #ffb800;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content:hover .title, .header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content:hover .sub-title {
  color: #ffb800;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content:hover .title .icon img, .header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content:hover .sub-title .icon img {
  filter: invert(69%) sepia(72%) saturate(1010%) hue-rotate(356deg) brightness(121%) contrast(109%) !important;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content:hover .dropdown-content-menu {
  opacity: 1;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .title {
  color: #56588a;
  font-size: 16px;
  font-weight: 700;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .title .icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .title .icon img {
  width: 22px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .sub-title {
  color: #56588a;
  font-size: 16px;
  margin-left: 30px;
  margin-bottom: 0.75rem;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .sub-title a {
  color: #56588a;
  text-decoration: none;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .sub-link {
  margin: 5px;
  padding: 5px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .sub-link:hover {
  background-color: #e6e6e6;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .menu .dropdown .content .box-dropdown .list-content .dropdown-content .sub-link a {
  color: #56588a;
  font-size: 16px;
  text-decoration: none;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .login, .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .register {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  min-width: 130px;
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .login:hover, .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .register:hover {
  transform: scale(1.02);
  text-decoration: underline;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .login {
  background-color: #fff;
  color: #05075c;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .login:hover {
  background: #dfdfdf;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .register:hover {
  background: rgba(239, 239, 239, 0.3019607843);
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .dropdown-item {
  font-weight: 700;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .dropdown-item:hover {
  color: #ffb800;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div {
  position: relative;
  margin-left: 10px;
  padding: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_wisth_tgl, .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_cart_tgl {
  position: relative;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_wisth_tgl:hover, .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_cart_tgl:hover {
  color: #ffb800;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_wisth_tgl .menu_number, .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_cart_tgl .menu_number {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #ff2600;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
  color: #010051;
  min-width: 310px; /* Đã cập nhật để phù hợp với HTML */
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(1, 0, 81, 0.15);
  z-index: 99;
  padding: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .text-13px {
  font-size: 13px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .overflow-control {
  max-height: 250px;
  overflow-y: auto;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .overflow-control::-webkit-scrollbar {
  width: 6px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .overflow-control::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b {
  margin-bottom: 8px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b a.checkPropagation {
  display: block;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b a.checkPropagation:hover {
  background-color: #f5f5f5;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .img {
  flex-shrink: 0;
  width: 60px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .text h4 {
  font-size: 15px;
  font-weight: 600;
  color: #010051;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .text p {
  font-size: 13px;
  color: #56588a;
  margin: 0 0 4px 0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .text .spandiv span {
  font-size: 13px;
  font-weight: 700;
  color: #3B8BEB;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .text .spandiv del {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .notify-item {
  display: flex;
  align-items: flex-start;
  border-radius: 6px;
  padding: 8px 10px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .notify-item:hover {
  background-color: #f5f5f5;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .notify-item.unread {
  background-color: rgba(255, 184, 0, 0.08);
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .notify-item .notify-icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #010051;
  font-size: 16px;
  margin-right: 8px;
  margin-top: 2px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .notify-item .ps-2 {
  padding-left: 8px !important;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .notify-item .notify-details {
  margin-bottom: 2px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .notify-item .user-msg {
  color: #666;
  line-height: 1.3;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .notify-item small {
  font-size: 0.7rem !important;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_btn {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_btn .btn {
  background: #010051;
  border: none;
  color: #fff; /* Đảm bảo nút có chữ trắng */
  border-radius: 25px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_btn .btn:hover {
  background: rgb(0.4962962963, 0, 40.2);
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div:hover .menu_pro_wish {
  display: block;
  animation: fadeInDown 0.3s ease both;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div {
  position: relative;
  margin-left: 15px;
  padding: 10px;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl-2div a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  transition: all 0.3s ease;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl-2div a img:hover {
  transform: scale(1.05);
  border-color: #ffb800;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div:hover .menu_pro_tgl_bg {
  display: block;
  animation: fadeInDown 0.3s ease both;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background: #fff;
  color: #010051;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(1, 0, 81, 0.15);
  width: 280px;
  z-index: 10;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos {
  padding: 15px;
  text-align: center;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin-bottom: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos h4 {
  font-size: 16px;
  font-weight: 700;
  color: #010051;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos p {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  padding: 8px 10px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos ul li a i {
  width: 18px;
  text-align: center;
  color: #010051;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos ul li a:hover {
  background: rgba(1, 0, 81, 0.08);
  color: #010051;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .login,
  .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .register {
    min-width: 110px;
    font-size: 14px;
    padding: 6px 18px;
  }
  .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div .menu_pro_tgl_bg {
    right: -60px;
  }
}
@media (max-width: 576px) {
  .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register {
    justify-content: center;
    padding: 10px 0;
  }
  .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .login,
  .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .register {
    width: 100px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .wisth_tgl_div,
  .header-layout .container-landing .wrap-content-header .box-content .content-nav .login-register .menu_pro_tgl_div {
    display: none;
  }
}
@media (max-width: 1224px) {
  .header-layout .container-landing .wrap-content-header .box-content .content-nav {
    display: none;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile {
  display: none;
  position: relative;
  z-index: 999;
}
@media (max-width: 1224px) {
  .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile {
    display: flex !important;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu {
    padding: 0 !important;
    align-items: center;
    box-sizing: border-box;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .logo {
  padding: 0 1rem;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .logo img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav {
  padding: 0 1rem;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger {
  display: flex;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  padding: 20px 0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .login, .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .register {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  min-width: 130px;
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .login:hover, .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .register:hover {
  transform: scale(1.02);
  text-decoration: underline;
}
@media (max-width: 465px) {
  .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .register, .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .login {
    display: none;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .login {
  background-color: #fff;
  color: #05075c;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .login:hover {
  background: #dfdfdf;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .register:hover {
  background: rgba(239, 239, 239, 0.3019607843);
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .dropdown-item {
  font-weight: 700;
  display: none;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .dropdown-item:hover {
  color: #ffb800;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div {
  margin-left: 10px;
  padding: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_wisth_tgl, .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_cart_tgl {
  position: relative;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_wisth_tgl:hover, .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_cart_tgl:hover {
  color: #ffb800;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_wisth_tgl .menu_number, .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_cart_tgl .menu_number {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #ff2600;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  background: #fff;
  color: #010051;
  min-width: 310px; /* Đã cập nhật để phù hợp với HTML */
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(1, 0, 81, 0.15);
  z-index: 99;
  padding: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .text-13px {
  font-size: 13px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .overflow-control {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 5px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .overflow-control::-webkit-scrollbar {
  width: 6px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .overflow-control::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b {
  margin-bottom: 8px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b a.checkPropagation {
  display: block;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b a.checkPropagation:hover {
  background-color: #f5f5f5;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .img {
  flex-shrink: 0;
  width: 60px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .text h4 {
  font-size: 15px;
  font-weight: 600;
  color: #010051;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .text p {
  font-size: 13px;
  color: #56588a;
  margin: 0 0 4px 0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .text .spandiv span {
  font-size: 13px;
  font-weight: 700;
  color: #3B8BEB;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_wish-f-b .menu_pro_wish-flex .text .spandiv del {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .notify-item {
  display: flex;
  align-items: flex-start;
  border-radius: 6px;
  padding: 8px 10px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .notify-item:hover {
  background-color: #f5f5f5;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .notify-item.unread {
  background-color: rgba(255, 184, 0, 0.08);
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .notify-item .notify-icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #010051;
  font-size: 16px;
  margin-right: 8px;
  margin-top: 2px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .notify-item .ps-2 {
  padding-left: 8px !important;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .notify-item .notify-details {
  margin-bottom: 2px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .notify-item .user-msg {
  color: #666;
  line-height: 1.3;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .notify-item small {
  font-size: 0.7rem !important;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_btn {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_btn .btn {
  background: #010051;
  border: none;
  color: #fff; /* Đảm bảo nút có chữ trắng */
  border-radius: 25px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div .menu_pro_wish .menu_pro_btn .btn:hover {
  background: rgb(0.4962962963, 0, 40.2);
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div:hover .menu_pro_wish {
  display: block;
  animation: fadeInDown 0.3s ease both;
}
@media (max-width: 465px) {
  .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div:nth-of-type(1),
  .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .wisth_tgl_div:nth-of-type(2) {
    display: none !important;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl-2div a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  transition: all 0.3s ease;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl-2div a img:hover {
  transform: scale(1.05);
  border-color: #ffb800;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div:hover .menu_pro_tgl_bg {
  display: block;
  animation: fadeInDown 0.3s ease both;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background: #fff;
  color: #010051;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(1, 0, 81, 0.15);
  width: 280px;
  z-index: 10;
}
@media (max-width: 465px) {
  .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg {
    width: auto;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos {
  padding: 15px;
  text-align: center;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin-bottom: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos h4 {
  font-size: 16px;
  font-weight: 700;
  color: #010051;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos p {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  padding: 8px 10px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos ul li a i {
  width: 18px;
  text-align: center;
  color: #010051;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .nav-menu .nav-mobile-trigger .login-register .menu_pro_tgl_div .menu_pro_tgl_bg .path-pos ul li a:hover {
  background: rgba(1, 0, 81, 0.08);
  color: #010051;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile.isStickyMB .nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  background: #040c54;
  padding: 0 !important;
  align-items: center;
  z-index: 999;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .background-nav {
  position: fixed;
  inset: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 9;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 360px;
  height: 100%;
  background-color: #010051;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
  transition: right 0.35s ease;
  z-index: 1000;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container.active {
  right: 0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-close {
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  padding: 5px 20px;
  cursor: pointer;
  color: #ffffff;
  transition: 0.2s;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-close:hover {
  color: #56588a;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content {
  padding: 10px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 80%;
  overflow-y: auto;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .menu {
  flex-direction: column;
  align-items: normal;
  padding: 0 !important;
  height: 100%;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .dropdown-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #fff;
  padding: 12px 0;
  font-size: 16px;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .dropdown-1 img.image-title {
  width: 12px;
  height: auto;
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .dropdown-1:hover {
  color: #56588a;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .dropdown-1.active img.image-title {
  transform: rotate(180deg);
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content {
  display: none;
  padding: 5px 0 5px 12px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content.open {
  display: block;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  border-bottom: 1px dashed #f0f0f0;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content .dropdown-content {
  border-bottom: none;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content .title {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content .title .icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content .title .icon img {
  width: 18px;
  height: 18px;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(296deg) brightness(205%) contrast(100%);
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content .sub-title {
  font-size: 13px;
  color: #666;
  margin-left: 26px;
  line-height: 1.4;
  margin-top: 4px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content:hover .title {
  color: #56588a;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content-menu {
  padding-left: 24px;
  margin-top: 5px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content-menu li {
  margin-bottom: 4px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content-menu li a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  padding: 6px 20px;
  text-decoration: none;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .mobile-menu-content .item-nav .content .dropdown-content-menu li a:hover {
  color: #56588a;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .login-register {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  padding: 20px;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .login-register .login, .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .login-register .register {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .login-register .login:hover, .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .login-register .register:hover {
  transform: scale(1.02);
  text-decoration: underline;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .login-register .login {
  background-color: #fff;
  color: #05075c;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .login-register .login:hover {
  background: #dfdfdf;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .login-register .register:hover {
  background: rgba(239, 239, 239, 0.3019607843);
}
@media (max-width: 465px) {
  .header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile .mobile-menu-container .login-register {
    display: flex;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 998;
}
.header-layout .container-landing .wrap-content-header .box-content .content-nav-mobile.active::before {
  opacity: 1;
  visibility: visible;
}
.header-layout .container-landing .wrap-content-header .box-content .text-content {
  display: flex;
  padding-top: 32px;
  gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1224px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content {
    padding: 2.5rem 0;
    margin-bottom: 1.25rem;
    gap: 36px;
  }
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .left-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content {
    width: 100% !important;
    align-items: center;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .left-content .title-content {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.5rem, 13vw - 0.25rem, 10rem);
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content .title-content-mb {
    text-transform: uppercase !important;
    font-size: 64px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .left-content .sub-title {
  color: #fff;
  font-size: clamp(1.5rem, 3vw - 0.25rem, 30px) !important;
  font-weight: 700;
  margin-bottom: 46px;
}
@media (max-width: 1224px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content .sub-title {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content .sub-title {
    margin-bottom: 1rem !important;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .left-content .content {
  font-size: 20px;
  color: #fff;
  margin-bottom: 2rem;
  max-width: 580px;
}
@media (max-width: 1224px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content .content {
    font-size: 1.25rem;
  }
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content .content {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .left-content button {
  max-width: 450px;
  padding: 1rem;
  width: 100%;
  border-radius: 50px;
  outline: none;
  background-color: #eb1f5b;
  border: none;
  cursor: pointer;
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content button {
    position: absolute;
    bottom: -12px;
    font-size: 16px;
    height: 50px;
    max-width: 300px;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .left-content button .left-button {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1224px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content button .left-button {
    max-width: 380px;
    font-size: 22px;
    height: 60px;
  }
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content button .left-button .button {
    position: absolute;
    bottom: -20px;
  }
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .left-content button .left-button {
    font-size: 1rem;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .left-content button:hover {
  background-color: #ffffff;
  border: 1px solid #fff;
  transform: translateY(-5px);
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .left-content button:hover a {
  color: #eb1f5b;
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .right-content {
  text-align: center;
  flex: 1;
  max-width: 450px;
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .right-content {
    max-width: 100% !important;
    margin-bottom: 2rem;
    width: 100% !important;
  }
}
@media (max-width: 487px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .right-content {
    max-width: 100% !important;
    margin-bottom: 2rem;
    width: 100% !important;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .right-content img {
  width: 100%;
  max-width: 450px;
  border-radius: 1.5rem;
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 500px;
}
@media (max-width: 1200px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards {
    min-height: 400px;
  }
}
@media (max-width: 900px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards {
    min-height: 350px;
  }
}
@media (max-width: 786px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards {
    min-height: 500px;
  }
}
@media (max-width: 487px) {
  .header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards {
    min-height: 420px;
  }
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards .card {
  position: absolute;
  display: grid;
  gap: 10px;
  padding: 1.5rem;
  opacity: 0;
  max-width: 30rem;
  border-radius: 0.5rem;
  pointer-events: none;
  width: 100%;
  animation: _ngcontent-ng-c2665143237_slideUp 15s infinite;
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards .card:nth-child(1) {
  animation-delay: -6s;
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards .card:nth-child(2) {
  animation-delay: -3s;
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards .card:nth-child(3) {
  animation-delay: 0s;
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards .card:nth-child(4) {
  animation-delay: 3s;
}
.header-layout .container-landing .wrap-content-header .box-content .text-content .right-content .cards .card:nth-child(5) {
  animation-delay: 6s;
}
.header-layout .container-landing > button {
  cursor: pointer;
}

.select2-dropdown {
  z-index: 10 !important;
}

@keyframes _ngcontent-ng-c2665143237_slideUp {
  0% {
    transform: translateY(120px) scale(0.5);
    opacity: 0;
  }
  5%, 15%, 20% {
    transform: translateY(50px) scale(0.9);
    opacity: 0.9;
    z-index: 1;
  }
  25%, 35%, 40% {
    transform: translateY(0) scale(1);
    opacity: 1;
    z-index: 3;
  }
  43% {
    transform: translateY(-15%) scale(1.01);
    opacity: 0;
    z-index: 3;
  }
  43.1% {
    transform: translateY(130px) scale(0.6);
    opacity: 0;
    z-index: 1;
  }
  45%, 60% {
    transform: translateY(92px) scale(0.8);
    opacity: 0.7;
    z-index: 2;
  }
  65%, to {
    transform: translateY(50px) scale(0.9);
    opacity: 0;
    z-index: 1;
  }
}
.background-none {
  background: none !important;
  max-width: 1300px;
}

.styleMaxWidth {
  max-width: 100% !important;
  background: none !important;
}

.scroll-top {
  display: block;
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 2%;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 500px) {
  .scroll-top {
    right: 1rem;
    bottom: 7%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
  }
}

.go-to-top {
  margin-top: 12px;
  background-color: rgba(0, 0, 0, 0.3490196078);
  border-radius: 50%;
  cursor: pointer;
}
.go-to-top:hover {
  transform: scale(1.1);
}

.contacts {
  display: block;
  position: fixed;
  z-index: 99;
  right: 8px;
  bottom: 5%;
}
@media (max-width: 500px) {
  .contacts {
    right: 5px;
    bottom: 3%;
  }
}
.contacts .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
@media (max-width: 500px) {
  .contacts .phone-vr {
    width: 65px !important;
    height: 65px !important;
  }
}
.contacts .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 rgba(24, 119, 242, 0.6509803922);
  background-color: rgba(24, 119, 242, 0.7019607843);
  width: 65px;
  height: 65px;
  top: 8px;
  left: 10px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: _ngcontent-ng-c877090993_springy 1.3s infinite;
}
@media (max-width: 500px) {
  .contacts .phone-vr .phone-vr-circle-fill {
    width: 50px;
    height: 50px;
  }
}
.contacts .phone-vr .phone-bground {
  opacity: 0.7 !important;
  box-shadow: 0 0 #81d742 !important;
  background-color: #81d742 !important;
}
.contacts .phone-vr .phone-icon {
  background-color: #81d742 !important;
  top: 23px !important;
  left: 25px !important;
}
@media (max-width: 500px) {
  .contacts .phone-vr .phone-icon {
    top: 18px !important;
    left: 21px !important;
  }
}
.contacts .phone-vr .phone-vr-img-circle {
  width: 40px;
  height: 40px;
  line-height: 38px;
  top: 20px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  animation: _ngcontent-ng-c877090993_phone-vr-circle-fill 1s infinite ease-in-out;
}
@media (max-width: 500px) {
  .contacts .phone-vr .phone-vr-img-circle {
    top: 20px;
    left: 22px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .contacts .phone-vr .fb-icon {
    top: 12px;
    left: 18px;
    height: 40px;
    width: 40px;
  }
}
.contacts .phone-vr img {
  max-width: 35px;
  max-height: 35px;
}
.contacts .phone-vr .phone {
  max-width: 31px !important;
  max-height: 27px !important;
  position: relative;
  top: 0;
  left: 7px;
}
@media (max-width: 500px) {
  .contacts .phone-vr .phone {
    top: -5px !important;
    left: 1px !important;
  }
}
@media (max-width: 500px) {
  .contacts .phone-vr .fb {
    width: 50px;
    height: 50px;
  }
}

.zalo {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999999;
}
.zalo .zalo-chat-widget {
  border: none;
  visibility: visible;
  bottom: 25px;
  right: 15px;
  position: fixed;
}
.zalo iframe {
  width: 440px !important;
  height: 813px !important;
}

@keyframes _ngcontent-ng-c877090993_springy {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  to {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes _ngcontent-ng-c877090993_phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  to {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.container-footer {
  background-image: url(/assets/lit-education/image/footer.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  padding: 40px 2rem;
  position: relative;
}
@media (max-width: 500px) {
  .container-footer {
    padding: 30px 1rem !important;
    font-size: 16px !important;
  }
}
.container-footer .text-bold {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.container-footer .text-content {
  margin-bottom: 0.5rem;
}
.container-footer .content-footer {
  max-width: 1280px;
  flex-wrap: wrap;
  margin: 1rem auto;
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .container-footer .content-footer .container-footer {
    font-size: 16px;
  }
}
@media (max-width: 465px) {
  .container-footer .content-footer .container-footer {
    font-size: 14px;
  }
  .container-footer .content-footer .register, .container-footer .content-footer .login {
    display: none;
  }
}
.container-footer .content-footer .content-1 {
  max-width: 550px;
  position: relative;
}
.container-footer .content-footer .content-1 .background-1 {
  position: absolute;
  left: -500px;
  top: -225px;
}
.container-footer .content-footer .content-1 .logo {
  display: flex;
  gap: 2rem;
  margin-bottom: 20px;
}
.container-footer .content-footer .content-1 .logo img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.container-footer .content-footer .content-1 .profile .name {
  font-size: 1.2rem;
}
.container-footer .content-footer .content-1 .profile .adress {
  line-height: 1.3rem;
}
.container-footer .content-footer .content-2, .container-footer .content-footer .content-3, .container-footer .content-footer .content-4 {
  display: flex;
  flex-direction: column;
}
.container-footer .content-footer .content-2 a, .container-footer .content-footer .content-3 a, .container-footer .content-footer .content-4 a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.container-footer .content-footer .content-2 a:hover, .container-footer .content-footer .content-3 a:hover, .container-footer .content-footer .content-4 a:hover {
  text-decoration: underline;
}
.container-footer .content-footer .content-5 .text-bold {
  margin-bottom: 22px;
}
.container-footer .content-footer .content-5 .download-in {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}
.container-footer .content-footer .content-5 .download-in .store img, .container-footer .content-footer .content-5 .download-in .play img {
  max-width: 120px;
  height: 40px;
  cursor: pointer;
}
.container-footer .content-footer .content-5 .download-in .store img:hover, .container-footer .content-footer .content-5 .download-in .play img:hover {
  box-shadow: 0 0 5px 2px #fff;
}
.container-footer .content-footer .content-5 .background-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.container-footer .license-contact {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.container-footer .license-contact .contact, .container-footer .license-contact .icon {
  align-items: center;
  display: flex;
  gap: 7px;
}
.container-footer .license-contact .contact img, .container-footer .license-contact .icon img {
  cursor: pointer;
}
.container-footer .license-contact .contact img:hover, .container-footer .license-contact .icon img:hover {
  box-shadow: 0 0 5px 2px #fff;
}

.sign-up {
  color: #fff;
  padding: 4rem 0;
}
.sign-up .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign-up img {
  max-width: 100%;
  border-radius: 20px;
  transition: transform 0.5s ease;
}
.sign-up img:hover {
  transform: scale(1.05);
}
.sign-up .sing-up-right {
  background: #fff;
  color: #010051;
  border-radius: 16px;
  padding: 2rem 2.5rem;
  box-shadow: 0 10px 30px rgba(1, 0, 81, 0.15);
  animation: fadeInUp 0.6s ease both;
}
.sign-up .sing-up-right h3 {
  font-weight: 800;
  font-size: 28px;
  color: #010051;
  margin-bottom: 1rem;
}
.sign-up .sing-up-right h3 span {
  color: #ffb800;
}
.sign-up .sing-up-right p {
  color: #555;
  font-size: 15px;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.sign-up .sing-up-right h5 {
  font-size: 16px;
  font-weight: 700;
  color: #010051;
  margin-bottom: 8px;
}
.sign-up .sing-up-right .position-relative {
  position: relative;
}
.sign-up .sing-up-right .position-relative i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-size: 15px;
  transition: color 0.3s ease;
}
.sign-up .sing-up-right .position-relative i.fa-eye, .sign-up .sing-up-right .position-relative i.fa-eye-slash {
  right: 15px;
  left: auto;
  cursor: pointer;
  color: #010051;
}
.sign-up .sing-up-right .position-relative input.form-control {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  padding: 10px 40px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.sign-up .sing-up-right .position-relative input.form-control:focus {
  border-color: #010051;
  box-shadow: 0 0 0 2px rgba(1, 0, 81, 0.15);
}
.sign-up .sing-up-right small a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  text-decoration: none;
}
.sign-up .sing-up-right small a:hover {
  color: #010051;
  text-decoration: underline;
}
.sign-up .sing-up-right .log-in {
  margin-top: 1.5rem;
}
.sign-up .sing-up-right .log-in button.btn-primary {
  background: #010051;
  border: none;
  width: 100%;
  border-radius: 30px;
  padding: 10px 0;
  font-weight: 700;
  transition: all 0.3s ease;
}
.sign-up .sing-up-right .log-in button.btn-primary:hover {
  background: rgb(0.4962962963, 0, 40.2);
  transform: translateY(-2px);
}
.sign-up .sing-up-right .another {
  margin-top: 1.5rem;
  text-align: center;
}
.sign-up .sing-up-right .another p {
  color: #555;
  margin-bottom: 0.75rem;
}
.sign-up .sing-up-right .another a {
  color: #010051;
  font-weight: 700;
  text-decoration: none;
}
.sign-up .sing-up-right .another a:hover {
  text-decoration: underline;
}
.sign-up .sing-up-right .another h5 {
  color: #010051;
  font-weight: 800;
  margin-top: 0.5rem;
}
.sign-up .sing-up-right .social-media {
  margin-top: 1rem;
}
.sign-up .sing-up-right .social-media button {
  background: #4267b2;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.sign-up .sing-up-right .social-media button:hover {
  background: rgb(54.9639344262, 85.7770491803, 148.2360655738);
  transform: scale(1.03);
}
.sign-up .sing-up-right .social-media button img {
  width: 22px;
  height: 22px;
}
.sign-up .sing-up-right .social-media button a {
  color: #fff;
  text-decoration: none;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .sign-up .sing-up-right {
    padding: 2rem;
  }
  .sign-up .sing-up-right h3 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .sign-up .container {
    flex-direction: column;
    text-align: center;
  }
  .sign-up .sing-up-right {
    margin-top: 2rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sign-up {
    padding: 3rem 1rem;
  }
  .sign-up .sing-up-right {
    padding: 1.5rem;
  }
  .sign-up .sing-up-right h3 {
    font-size: 24px;
  }
  .sign-up .sing-up-right input.form-control {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .sign-up {
    padding: 2rem 1rem;
  }
  .sign-up .sing-up-right {
    border-radius: 12px;
    padding: 1.25rem;
  }
  .sign-up .sing-up-right h3 {
    font-size: 22px;
  }
  .sign-up .sing-up-right p {
    font-size: 14px;
  }
  .sign-up .sing-up-right button.btn-primary {
    font-size: 14px;
  }
}

.d-hidden {
  display: none !important;
}

.wish-list-body {
  padding: 40px 0;
  background-color: #f8f8f8;
}
.wish-list-body .wish-list-search {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.wish-list-body .wish-list-search .student-profile-info {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.wish-list-body .wish-list-search .student-profile-info .profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  border: 3px solid #010051; /* Viền vàng nổi bật */
}
.wish-list-body .wish-list-search .student-profile-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: #010051;
  margin: 5px 0 0;
}
.wish-list-body .wish-list-search .student-profile-info span {
  font-size: 13px;
  color: #56588a;
  display: block;
}
.wish-list-body .wish-list-search .wish-list-course {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #010051;
  text-decoration: none;
  transition: all 0.2s ease;
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu i, .wish-list-body .wish-list-search .wish-list-course .btn-profile-menu svg {
  font-size: 16px;
  width: 20px;
  color: #010051;
  flex-shrink: 0;
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu span svg path {
  fill: #ffb800;
  transition: fill 0.2s ease;
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu:hover {
  background-color: rgb(141.6428571429, 143.2857142857, 184.3571428571);
  color: #010051;
  font-weight: 600;
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu:hover i {
  color: rgb(204, 147.2, 0);
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu:hover span svg path {
  fill: rgb(204, 147.2, 0);
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu.active {
  background-color: #010051;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(1, 0, 81, 0.3);
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu.active i {
  color: #fff;
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu.active span svg path {
  fill: #fff;
}
.wish-list-body .wish-list-search .wish-list-course .btn-profile-menu .badge {
  margin-left: auto;
  background-color: #dc3545 !important;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
}

.bread-crumb {
  background-image: url(/assets/lit-education/image/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 30px 0;
  margin-bottom: 30px;
}
.bread-crumb .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.bread-crumb .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #56588a;
  white-space: nowrap;
}
.bread-crumb .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #56588a;
  transition: color 0.2s ease;
}
.bread-crumb .breadcrumb .breadcrumb-item a:hover {
  color: #010051;
}
.bread-crumb .breadcrumb .breadcrumb-item .brd-home {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.bread-crumb .breadcrumb .breadcrumb-item span {
  color: #dadada;
  font-weight: 400;
}
.bread-crumb .breadcrumb .breadcrumb-item.active span {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}
.bread-crumb .breadcrumb .fa-chevron-right {
  color: #fff;
}
.bread-crumb h1 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.bread-crumb .book-img {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.bread-crumb .book-img img {
  max-height: 120px;
  width: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .bread-crumb {
    padding: 20px 0;
    margin-top: 20px;
  }
  .bread-crumb .book-img {
    display: none !important;
  }
  .bread-crumb h1 {
    font-size: 28px;
  }
  .wish-list-body .my-course-1-full-body .my-course-1-full-body-card {
    flex-direction: column;
  }
  .wish-list-body .my-course-1-full-body .my-course-1-full-body-card .my-course-1-img {
    width: 100%;
    height: auto;
    max-height: 200px;
  }
  .wish-list-body .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text {
    padding: 15px;
  }
  .wish-list-body .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-last {
    flex-direction: column;
    align-items: flex-start;
  }
  .wish-list-body .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-last .icon-img {
    margin-bottom: 15px;
  }
  .wish-list-body .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-last .my-course-1-btn {
    width: 100%;
    justify-content: flex-start;
  }
  .wish-list-body .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-last .my-course-1-btn .btn {
    flex-grow: 1;
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .profile .profile-ful-body {
    padding: 20px;
    margin-top: -40px;
  }
  .profile .profile-ful-body .profile-parrent {
    flex-direction: column;
    align-items: center;
  }
  .profile .profile-ful-body .profile-parrent .profile-child {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .profile .profile-ful-body .profile-parrent .profile-child img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .profile .profile-ful-body .profile-parrent .profile-child-btn {
    width: 100%;
    text-align: center;
  }
  .profile .profile-ful-body .profile-parrent .profile-child-btn .d-flex {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .wish-list-body {
    padding: 20px 0;
  }
  .wish-list-body .my-course-1-full-body h1 {
    font-size: 24px;
  }
}

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