@media (min-width: 1200px) {
    .container {
        max-width: 1700px !important;
        /*max-width: 1800px !important*/
    }
}

a {
    text-decoration: none;
}

.position-relative {
  position: relative !important;
}

.is-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-mobile {
    display: unset;
  }
}
.is-desktop {
  display: unset;
}
@media screen and (max-width: 768px) {
  .is-desktop {
    display: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blurIn {
  0% {
    filter: blur(0) brightness(100%);
  }
  to {
    filter: blur(7px) brightness(60%);
  }
}
@keyframes blurIn {
  0% {
    filter: blur(0) brightness(100%);
  }
  to {
    filter: blur(7px) brightness(60%);
  }
}
@-webkit-keyframes blurOut {
  0% {
    filter: blur(7px) brightness(60%);
  }
  to {
    filter: blur(0) brightness(100%);
  }
}
@keyframes blurOut {
  0% {
    filter: blur(7px) brightness(60%);
  }
  to {
    filter: blur(0) brightness(100%);
  }
}
@-webkit-keyframes moveInBottom {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveInRight {
  0% {
    transform: translateX(10px);
    opacity: 0;
    width: 0;
    height: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
@keyframes moveInRight {
  0% {
    transform: translateX(10px);
    opacity: 0;
    width: 0;
    height: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes moveOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes moveOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(10px);
    opacity: 0;
  }
}
@-webkit-keyframes moveOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
    width: 0;
    height: 0;
  }
}
@keyframes moveOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
    width: 0;
    height: 0;
  }
}
.moveInBottom {
  -webkit-animation: moveInBottom 0.5s ease both;
  animation: moveInBottom 0.5s ease both;
}
.moveInRight {
  -webkit-animation: moveInRight 0.1s ease 0.5s both;
  animation: moveInRight 0.1s ease 0.5s both;
}
.moveOutBottom {
  -webkit-animation: moveOutBottom 0.1s ease both;
  animation: moveOutBottom 0.1s ease both;
}
.moveOutRight-d-1 {
  -webkit-animation: moveOutRight 0.1s ease 0.5s both;
  animation: moveOutRight 0.1s ease 0.5s both;
}
.blurIn {
  -webkit-animation: blurIn 0.5s ease both;
  animation: blurIn 0.5s ease both;
}
.blurOut {
  -webkit-animation: blurOut 0.5s ease both;
  animation: blurOut 0.5s ease both;
}
.fadeIn {
  -webkit-animation: fadeIn 0.5s ease both;
  animation: fadeIn 0.5s ease both;
}
.fadeOut {
  -webkit-animation: fadeOut 0.5s ease both;
  animation: fadeOut 0.5s ease both;
}
.fadeInUp {
  -webkit-animation: moveInBottom 1s ease both;
  animation: moveInBottom 1s ease both;
  visibility: visible;
}
.animate-fade-in {
  opacity: 1;
}
#home-page {
    height: 100%;
    flex: 1;
}
.header-banner, .d-flex.flex-wrap {
    height: 100%
}
@media (max-width: 1199px) {
  /*.header-banner {
    padding-bottom: 36px;
  }*/
}
@media (max-width: 1199px) {
  .header-banner .container {
    max-width: 100% !important;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.header-banner-left {
  position: relative;
/*  max-height: 533px;*/
  z-index: 100;
  height:100%;
}
body.mobile .header-banner-left {
  display: none;
}
body.desktop .header-banner-left {
  flex: 0 0 290px;
  max-width: 290px;
}
@media (max-width: 991px) {
  body.desktop .header-banner-left {
    display: none;
  }
}
.header-banner-left .inner {
    height: 100%;
    position: relative;
    z-index: 100;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 4%);
    padding: 14px 0;
    margin: 0;
}
.header-banner-child-category .inner {
    height: 100%;
    position: relative;
    z-index: 100;
    background-color: #f1f1f1;
    border-radius: 7px;
    box-shadow: none;
    padding: 14px 0;
    margin: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.header-banner-left.child-hovering > .inner .item.active {
    background-color: rgba(80, 173, 78, 0.2);
    border-color: #50ad4e;
}
.header-banner-left > .inner > .item {
  display: block;
  border-left: 2px solid transparent;
  transition: all 0.15s linear;
  z-index: 100
}
.header-banner-left > .inner .item:hover {
    background-color: #dddddd6b;
    border-color: #ba2028;
}
.header-banner-left > .inner > .item a:hover
{
    text-decoration:none
}
.header-banner-left .parent-category {
    display: flex;
    align-items: center;
    cursor: pointer;
    /* height: 32px; */
    padding: 10px 20px;
    color: #272727;
}
.header-banner-left .parent-category .img {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
    .header-banner-left .parent-category .title {
        padding-left: 10px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.36;
        color: #353535;
    }
.header-banner-left .parent-category .child-icon {
  margin-left: auto;
  padding-left: 10px;
}
.header-banner-left .parent-category .child-icon i {
  font-size: 14px;
  color: #d5d5d5;
}





.header-banner-category {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 16px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s linear;
}
.header-banner-category .icon {
  position: absolute;
  top: -10px;
  left: 16px;
  color: #fff;
  font-size: 22px;
  text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.16);
}
.header-banner-category .header-banner-left {
  width: 100%;
  padding-right: 0;
}
.header-banner-child-category {
    position: absolute;
    z-index: 0;
    width: 270px;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 0.25s linear;
    background-color: #fff;
    opacity: 0;
    display: none;
    border-radius: 10px;
}
/* .header-banner-child-category:hover,
.header-banner-left.child-hovering .header-banner-child-category,
.header-banner-left.hovering .header-banner-child-category {
  left: 266px;
  opacity: 1;
} */

.header-banner-left > .inner > .item:hover .header-banner-child-category{
  display:block;
  left: 262px;
  opacity: 1;
}

.header-banner-child-category .item {
  display: block;
  color: #272727;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  transition: background-color 0.15s linear;
  cursor: pointer;
}
.header-banner-child-category .item.hover,
.header-banner-child-category .item:hover,
.header-banner-left.child-hovering .header-banner-child-category .item.active {
  background-color: rgba(80, 173, 78, 0.2);
}
.header-banner-course {
  position: absolute;
  z-index: 1;
  width: 270px;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s linear;
  background-color: #fff;
  opacity: 0;
}
.header-banner-left.child-is-course .header-banner-course {
  left: 536px;
  opacity: 1;
  width: 370px;
}
.header-banner-course .inner {
  padding: 20px;
}
.header-banner-course .inner .item:not(:last-child) .item-inner {
  margin-bottom: 20px;
}
.header-banner-course .item {
  display: block;
  position: relative;
}
.header-banner-course .item > .item-inner {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  color: #353535;
  text-decoration: none;
  font-size: px2rem(14);
  background-color: #f6f6f6;
  transition: background-color 0.25s linear;
}
.header-banner-course .item > .item-inner:hover {
  background-color: rgba(80, 173, 78, 0.1);
}
.header-banner-course .item > .item-inner:hover .img {
  transform: scale(1.05);
  filter: brightness(0.7);
}
.header-banner-course .item .img-wrap {
  flex: 0 0 107px;
  max-width: 107px;
  height: 107px;
  overflow: hidden;
  border-radius: 5px;
}
.header-banner-course .item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.25s linear;
}
.header-banner-course .item .content {
  flex: 0 0 calc(100% - 107px);
  max-width: calc(100% - 107px);
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-banner-course .item .title {
  height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.43;
  font-weight: 500;
}
.header-banner-course .item .ribbon {
  position: absolute;
  width: 36px;
  top: -5px;
  left: 5px;
  z-index: 1;
}
.header-banner-course .item .rating {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.header-banner-course .item .rate-icon {
  padding-left: 6px;
}
.header-banner-course .item .rate-icon i {
  font-size: 13px;
  color: #ffd500;
}
.header-banner-course .item .price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.header-banner-course .item .old-price {
  color: #a8a8a8;
  font-size: px2rem(12);
  padding-right: 10px;
  text-decoration: line-through;
}
.header-banner-course .item .new-price {
  color: #fb6a00;
}
header#header {
  z-index: 13;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.5, 1) !important;
}
@media (min-width: 992px) {
  header#header {
    top: 0;
    width: 100%;
  }
}
header#header #fixed-topbar {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  z-index: 30;
  width: 100%;
  margin: 0 !important;
}
@media (min-width: 544px) {
  header#header .navbar {
    border-radius: 0;
    margin-bottom: 0;
  }
}
header#header .navbar > .container .navbar-brand {
  height: auto;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  header#header .navbar > .container .navbar-brand {
    margin-left: 0;
  }
}
header#header .navbar > .container .navbar-brand img {
  display: block;
  max-width: 100%;
  height: auto;
}
header#header .navbar .form-inline #search-form :focus {
  border: 1px solid #52ab4d !important;
  box-shadow: none;
}
header#header
  .navbar
  .form-inline
  #search-form
  .input-group
  input#live-search-bar:focus
  ~ .input-group-btn
  .search-button {
  background-color: #52ab4d !important;
}
header#header
  .navbar
  .form-inline
  #search-form
  .input-group
  input#live-search-bar:focus
  ~ .input-group-btn
  .search-button
  i {
  color: #fffff8;
}
header#header .navbar .form-inline #search-form .input-group .input-group-btn {
  text-align: right !important;
  width: 1px !important;
}
header#header .navbar .form-inline #search-form #k-close-search-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
@media (min-width: 544px) {
  header#header .navbar .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
}
header#header .navbar .form-inline #live-search-result {
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  z-index: 4;
  margin-top: 40px;
}
header#header .navbar .form-inline #live-search-result .ui-autocomplete {
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #aab2bd;
  top: 2px !important;
  margin-bottom: 0;
}
header#header
  .navbar
  .form-inline
  #live-search-result
  .ui-autocomplete
  .ui-menu-item {
  font-size: small;
  padding: 0 !important;
}
header#header
  .navbar
  .form-inline
  #live-search-result
  .ui-autocomplete
  .ui-menu-item
  div.bottom-border {
  padding-top: 10px;
  border-bottom: 1px solid #e8e8e8;
}
header#header
  .navbar
  .form-inline
  #live-search-result
  .ui-autocomplete
  .ui-menu-item
  a {
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 10px 10px 0;
}
header#header
  .navbar
  .form-inline
  #live-search-result
  .ui-autocomplete
  .ui-menu-item
  a:hover {
  background-color: #e8e8e8;
}
header#header
  .navbar
  .form-inline
  #live-search-result
  .ui-autocomplete
  .ui-menu-item
  a
  div {
  color: grey;
}
header#header
  .navbar
  .form-inline
  #live-search-result
  .ui-autocomplete
  div.bottom-border.last-item {
  border-bottom: none;
}
header#header
  .navbar
  .form-inline
  #live-search-result
  .live-search-result-full-search {
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
}
header#header
  .navbar
  .form-inline
  #live-search-result
  .live-search-result-full-search
  a {
  color: #000;
  display: inline-block;
  width: 100%;
  background-color: #e8e8e8;
  padding: 10px 5px;
}
header#header .navbar .form-inline #live-search-result li mark {
  background-color: #c6e8c5;
}
@media (max-width: 767px) {
  header#header .navbar .form-inline #live-search-result {
    position: relative;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  header#header .navbar .form-inline #live-search-result {
    margin-top: 0;
  }
}
@media (max-width: 543px) {
  header#header .navbar .form-inline #live-search-result {
    top: 105px;
    padding-left: 15px;
  }
  header#header .navbar .form-inline #live-search-result .ui-autocomplete {
    left: 0 !important;
  }
}
header#header .navbar .k-add-to-cart-register {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin: 15px auto;
  background: #fff;
}
header#header .navbar .k-add-to-cart-register:before {
  font-family: fontastic-icon !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 -3px 5px #dcdcdc;
  content: "\3a";
  font-size: 16px;
  position: absolute;
  right: 80px;
  top: -13px;
  color: #fff;
  display: table;
}
header#header .navbar .dropdown-menu {
  border: none;
  box-shadow: none;
}
header#header {
    position: absolute;
    margin-bottom: 0 !important;
    top: 0;
}
@media (max-width: 1199px) {
  #navDesktop {
    display: none;
  }
}
body.k-detail #navDesktop .navbar-bottom {
  display: none;
}
body.k-detail #navDesktop .navbar-top {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #navMobile {
    display: none;
  }
}
.header-wrap {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  transition: top 0.2s ease-in-out;
  z-index: 10;
  width: 100%;
  padding: 15px 0 12px;
}
.header-wrap .navbar-brand {
  padding: 0;
  margin: 0;
}
.header-search {
  padding-left: 46px;
  padding-right: 15px;
  flex-grow: 2;
}
.header-search,
.header-search .search-group {
  position: relative;
}
.header-search .input-group {
  width: 100%;
}
.header-search .live-search-bar {
  width: 450px !important;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  padding: 0.375rem 16px 0.375rem 40px;
  font-size: 1rem;
  line-height: 1.36;
  color: #353535;
  border-radius: 30px !important;
  height: 36px;
}
.header-search .live-search-bar::-moz-placeholder {
  color: #a8a8a8;
}
.header-search .live-search-bar:-ms-input-placeholder {
  color: #a8a8a8;
}
.header-search .live-search-bar::placeholder {
  color: #a8a8a8;
}
.header-search .search-button {
  display: flex;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  border: 0;
  background-color: transparent;
  z-index: 4;
  padding: 0;
}
.header-search .search-button:focus {
  border: 0;
}
.head-direction {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -16px;
  flex-grow: 1;
}
.head-direction .hot-badge {
  position: relative;
}
.head-direction .hot-badge:before {
  content: "HOT";
  position: absolute;
  right: -21px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 11px;
  background-color: #fb6a00;
  color: #fff;
  font-size: 7px;
  border-radius: 2px;
}
.header-cart {
  position: relative;
}
.header-cart i {
  font-size: 19px;
  color: #272727;
}
.header-cart .count-number {
  position: absolute;
  top: -5px;
  left: 15px;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #fb6a00;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
}
.header-cart .count-number,
.header-login {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.header-login {
  height: 100%;
  border-radius: 3px;
  border: 1px solid #50ad4e;
  background-color: #fff;
  color: #50ad4e;
  font-size: 15px;
  padding: 5px 10px;
}
.header-login .logo-login {
  display: flex;
  align-items: center;
  padding-left: 10px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header-login .logo-login {
    display: none;
  }
}
.header-login .logo-login img:not(:last-child) {
  margin-right: 10px;
}
.nav-item {
  padding-left: 16px;
  padding-right: 16px;
}
.nav-link {
  color: #606060;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.36;
}
.nav-link i {
  margin-right: 10px;
  color: #50ad4e;
}
.nav-item-blog i {
  transform: rotate(47deg) translateX(4px);
}
.navbar-top {
  margin-bottom: 28px;
}
.navbar-top,
.navbar-top .navbar-top-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-bottom,
.navbar-bottom .nav-item-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.navbar-bottom .nav-item-box {
  justify-content: flex-end;
  margin: 0 -22px;
}
.navbar-bottom .nav-item {
  padding: 0 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-bottom .nav-item {
    margin-right: 20px;
  }
  .navbar-bottom .nav-item:last-child {
    margin-right: 0;
  }
}
.navbar-bottom .nav-item.nav-item-category {
  position: relative;
  width: 100%;
  max-width: 270px;
  padding-left: 0 !important;
}
.navbar-bottom .nav-item.nav-item-category:hover {
  background-color: transparent;
}
.navbar-bottom .nav-item.nav-item-category .nav-link i {
  color: #606060;
}
.navbar-bottom .nav-item.nav-item-category .header-banner-category {
  width: 270px;
}
.navbar-bottom .nav-item.nav-item-category.hover .header-banner-category {
  visibility: visible;
  opacity: 1;
}
.navbar-bottom .nav-item-course {
  position: relative;
  cursor: pointer;
}
.navbar-bottom .nav-item-course:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 6px);
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: all 0.3s ease;
}
.navbar-bottom .nav-item-course:hover:before {
  border-top-color: #f6f6f6;
}

.nav-item-active-js .nav-link {
  cursor: pointer;
}
.live-search-result {
  left: 35px;
  top: 100%;
  margin-top: 0 !important;
}
.live-search-result .ui-autocomplete {
  top: 0 !important;
  left: 0 !important;
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.body-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
}

.nav-mobile {
    padding: 30px 10px;
    position: absolute;
    color: #fff;
}
body .nav-mobile {
  padding-left: 16px;
  padding-right: 16px;
}
.nav-mobile .navbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-mobile .navbar-burger {
    width:100%;
}
.nav-mobile .navbar-burger i {
  font-size: 22px;
}
.nav-mobile .navbar-cart {
  flex: 0 0 70px;
  max-width: 70px;
  display: flex;
  align-items: center;
}
.nav-mobile .navbar-cart_search {
  padding-right: 15px;
}
.nav-mobile .navbar-cart_search i {
  font-size: 19px;
}
.nav-mobile .input-group {
  width: 100%;
  max-width: unset;
}
.nav-mobile .input-group input {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px !important;
}
.nav-mobile .list-suggest-category {
  padding-bottom: 5px;
}
.nav-mobile .list-suggest-category a {
  display: inline-block;
  padding: 0 10px;
  border-radius: 30px;
  background-color: #dfdfdf;
  margin-right: 6px;
  font-size: 12px;
  margin-bottom: 6px;
  color: #000;
}

.nav-mobile .nav-mobile-search {
  height: 0;
  transition: height 0.25s ease-in-out;
  overflow: hidden;
}
.nav-mobile .header-left-menu {
  position: absolute;
  left: -260px;
  top: 0;
  transition: all 0.25s ease-in-out;
  z-index: 10;
  height: 100vh;
  background-color: #fff;
}
.nav-mobile .header-left-menu > .inner {
  overflow-x: hidden;
  width: 260px;
  height: calc(100vh - 30px);
  background-color: #fff;
  padding-bottom: 150px;
  position: relative;
}
body.menu-child-category-show .nav-mobile .header-left-menu > .inner,
body.menu-child-show .nav-mobile .header-left-menu > .inner {
  overflow: hidden;
}
body.menu-show .nav-mobile .header-left-menu {
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.nav-mobile .header-title {
    height: auto;
    border: 0;
    padding: 16px 16px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #333;
    display: flex;
    align-items: center;
}
.nav-mobile .mobile-button-header {
  width: 100%;
  display: block;
  background-color: #50ad4e;
  color: #fff;
  border-radius: 3px;
  border: 2px solid #50ad4e;
  padding: 4px 12px;
  min-width: 102px;
  text-align: center;
}
.nav-mobile .mobile-button-header__outline {
  background-color: #ff7818;
  color: #fff;
  border-color: #ff7818;
}
.nav-mobile .mobile-button-header__outline-green {
  background-color: #fff;
  color: #50ad4e;
  border-color: #50ad4e;
}
.nav-mobile .navbar-bottom {
  justify-content: center;
  padding-top: 10px;
}
.nav-mobile .mobile-button-wrap {
  flex: 0 0 50%;
  max-width: 50%;
}
.nav-mobile .mobile-button-wrap:first-child {
  padding-right: 10px;
}
.nav-mobile .mobile-button-wrap:last-child {
  padding-left: 10px;
}
.nav-mobile .list-category {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.nav-mobile .list-category > .item > a {
  display: flex;
  padding: 10px 16px;
  color: #434343;
  align-items: center;
  width: 100%;
}
.nav-mobile .list-category  .child-item{
  display:none;
}

.nav-mobile .list-category > a.item {
  display: flex;
  padding: 10px 16px;
  color: #434343;
  align-items: center;
  width: 100%;
}

.nav-mobile .list-category .item img {
  width: 16px;
  height: auto;
}
.nav-mobile .list-category .item .name {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  padding-right: 10px;
}
.nav-mobile .list-category .item .child-icon {
  font-size: 14px;
  color: #d5d5d5;
}
.nav-mobile .head-direction {
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-mobile .nav-item {
  padding: 0;
  width: 100%;
}
.nav-mobile .nav-link {
  color: #000;
  padding: 10px 16px;
  font-weight: 400;
}
.nav-mobile .user-login img {
  border-radius: 50px;
  width: 32px;
  height: 32px;
}
.nav-mobile .user-login .text {
  font-size: 14px;
  padding-left: 10px;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nav-mobile .user-login .text i {
  margin-left: 10px;
}
.nav-mobile .header-child-category{
  overflow: auto;
  position: absolute;
  width: 260px;
  height: 100%;
  left: 260px;
  background-color: #fff;
  top: 0;
  transition: left 0.25s ease-in-out;
}
body.menu-child-show .nav-mobile .header-user {
  left: 0;
}
.nav-mobile .header-child-category .list-category {
  border: 0;
}
body.menu-child-category-show .nav-mobile .header-child-category {
  left: 0;
}
.nav-mobile .go-back i {
  margin-right: 10px;
}
.nav-mobile .btn-close {
  position: absolute;
  right: -50px;
  top: 7px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.25s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.nav-mobile .btn-close i {
    font-size: 22px;
    color: #333;
}
body.menu-show .nav-mobile .btn-close {
  transform: scale(1);
}
.nav-mobile .nav-header {
    display: flex;
    align-items: center;
    padding: 6px 16px;
    min-height: 54px;
    background-color: #dfdfdf;
    font-size: 15px;
    font-weight: 700;
}
body.menu-show {
  overflow: hidden;
}

.arrow,
.popover-title {
  display: none;
}
.popover {
  position: absolute !important;
  border: none !important;
  background: transparent !important;
}
.card-hover {
  top: -25%;
  left: calc(100% + 20px);
}
.card-hover:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .card-hover {
    display: none;
  }
}

.header-banner-course {
    position: absolute;
    z-index: 1;
    width: 270px;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all .25s linear;
    background-color: #fff;
    opacity: 0
}

.header-banner-left.child-is-course .header-banner-course {
    left: 536px;
    opacity: 1;
    width: 370px
}

.header-banner-course .inner {
    padding: 20px
}

.header-banner-course .inner .item:not(:last-child) .item-inner {
    margin-bottom: 20px
}

.header-banner-course .item {
    display: block;
    position: relative
}

.header-banner-course .item>.item-inner {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    color: #353535;
    text-decoration: none;
    font-size: px2rem(14);
    background-color: #f6f6f6;
    transition: background-color .25s linear
}

.header-banner-course .item>.item-inner:hover {
    background-color: rgba(80,173,78,.1)
}

.header-banner-course .item>.item-inner:hover .img {
    transform: scale(1.05);
    filter: brightness(.7)
}

.header-banner-course .item .img-wrap {
    flex: 0 0 107px;
    max-width: 107px;
    height: 107px;
    overflow: hidden;
    border-radius: 5px
}

.header-banner-course .item .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .25s linear
}

.header-banner-course .item .content {
    flex: 0 0 calc(100% - 107px);
    max-width: calc(100% - 107px);
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.header-banner-course .item .title {
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.43;
    font-weight: 500
}

.header-banner-course .item .ribbon {
    position: absolute;
    width: 36px;
    top: -5px;
    left: 5px;
    z-index: 1
}

.header-banner-course .item .rating {
    font-weight: 500;
    display: flex;
    align-items: center
}

.header-banner-course .item .rate-icon {
    padding-left: 6px
}

.header-banner-course .item .rate-icon i {
    font-size: 13px;
    color: #ffd500
}

.header-banner-course .item .price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.header-banner-course .item .old-price {
    color: #a8a8a8;
    font-size: px2rem(12);
    padding-right: 10px;
    text-decoration: line-through
}

.header-banner-course .item .new-price {
    color: #fb6a00
}

li.item {
  margin : 0;
}

@media(max-width:960px)
{
    .logo-desktop
    {
        text-align:center;
        margin-bottom:0;
    }
    .des-info-feedback p
    {
        font-size:15px;
    }
    .shortcut {
        width: 50%;
        margin-top: 05px;
    }
    .shortcut img {
        float: left;
        width: 30px !important;
        margin: 6px 0;
    }
    .account-label
    {
        font-size:13px;
    }
    .cVRwHa
    {
        left: calc(20% + 10px);
        transform:unset
    }
    .cVRwHa::before
    {
        left:24%;
    }
    .col-md-3.fix-menu
    {
        padding:0 !important
    }
    .box-3col .owl-nav, .box-3col .owl-dots
    {
        display:none
    }
    .card-info
    {
        padding:15px;
    }
    .heading-card {
        font-size: 14px;
        margin-top: 0;
    }
    .cate-list-top, .cate-list-relate
    {
        margin-bottom:15px;
    }
    .course-pricing {
        padding: 3px 12px;
        font-size: 14px;
    }
    .box-list-cate ul li
    {
        width:50%;
        float:left
    }
    .container-feedback
    {
        padding: 30px 0;
    }
    .des-info-feedback
    {
        padding:15px 0 !important
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .cate-Mni h3
    {
        font-size:18px !important;
    }
    .info-footer .title
    {
        margin:15px 0
    }
    .form-log
    {
        width:100% !important;
    }
    .course-cart .img-cart
    {
        width: 25%;
    }
    .course-cart .des-cart
    {
        width:85%;
    }
    .course-cart .des-cart a,.box-price ul li{
        font-size: 15px;
    }
    .cart h3 {
        font-size: 16px;
    }
    .Mni-cate-list .img img
    {
        height:auto
    }
    .file-upload__label {
        width: 100%;
        left: 0;
        right: 0;
    }
}