@font-face {
  font-family: "roboto-900";
  src: url("../font/Roboto/Roboto-Black.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-i-900";
  src: url("../font/Roboto/Roboto-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-700";
  src: url("../font/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-i-700";
  src: url("../font/Roboto/Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-500";
  src: url("../font/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-i-500";
  src: url("../font/Roboto/Roboto-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-400";
  src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-300";
  src: url("../font/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-i-300";
  src: url("../font/Roboto/Roboto-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-100";
  src: url("../font/Roboto/Roboto-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-i-100";
  src: url("../font/Roboto/Roboto-ThinItalic.ttf") format("truetype");
}

@font-face {
  font-family: "play-900";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-Black.ttf") format("truetype");
}

@font-face {
  font-family: "play-i-900";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "play-800";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "play-i-800";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "play-700";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "play-i-700";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "play-600";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "play-i-600";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "play-500";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "play-i-500";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "play-400";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "play-i-400";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-RegularItalic.ttf") format("truetype");
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: "roboto-400";
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
  color: #000000;
}

body {
  padding: 0;
  margin: 0;
}

.prevent-scroll {
  overflow: hidden;
}

.backgroundColor {
  background-color: #fdf4ef;
}

/* Mobile */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.row-space .col {
  margin-bottom: 12px;
}

.col {
  padding-left: 6px;
  padding-right: 6px;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-0 {
  margin-left: 0;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-space .col {
    margin-bottom: 20px;
  }

  .m-0 {
    display: none;
  }

  .m-1,
  .m-2,
  .m-3,
  .m-4,
  .m-5,
  .m-6,
  .m-7,
  .m-8,
  .m-9,
  .m-10,
  .m-11,
  .m-12 {
    display: block;
  }

  .m-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .m-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .m-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .m-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .m-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .m-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .m-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-o-0 {
    margin-left: 0;
  }

  .m-o-1 {
    margin-left: 8.33333%;
  }

  .m-o-2 {
    margin-left: 16.66667%;
  }

  .m-o-3 {
    margin-left: 25%;
  }

  .m-o-4 {
    margin-left: 33.33333%;
  }

  .m-o-5 {
    margin-left: 41.66667%;
  }

  .m-o-6 {
    margin-left: 50%;
  }

  .m-o-7 {
    margin-left: 58.33333%;
  }

  .m-o-8 {
    margin-left: 66.66667%;
  }

  .m-o-9 {
    margin-left: 75%;
  }

  .m-o-10 {
    margin-left: 83.33333%;
  }

  .m-o-11 {
    margin-left: 91.66667%;
  }
}

/* PC medium resolution > */
@media (min-width: 1200px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row-space .col {
    margin-bottom: 24px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .l-0 {
    display: none;
  }

  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }

  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-o-0 {
    margin-left: 0;
  }

  .l-o-1 {
    margin-left: 8.33333%;
  }

  .l-o-2 {
    margin-left: 16.66667%;
  }

  .l-o-3 {
    margin-left: 25%;
  }

  .l-o-4 {
    margin-left: 33.33333%;
  }

  .l-o-5 {
    margin-left: 41.66667%;
  }

  .l-o-6 {
    margin-left: 50%;
  }

  .l-o-7 {
    margin-left: 58.33333%;
  }

  .l-o-8 {
    margin-left: 66.66667%;
  }

  .l-o-9 {
    margin-left: 75%;
  }

  .l-o-10 {
    margin-left: 83.33333%;
  }

  .l-o-11 {
    margin-left: 91.66667%;
  }
}

.flex-center,
.search__form,
.header__right,
.header__menu,
.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-bot,
.cart__flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.absolute-center,
.product__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolute-left,
.header__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
}

.absolute-right {
  position: absolute;
  right: 0;
  top: 100%;
}

.fixed-over {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fixed-center {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal,
.cart__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.3s;
}

.modal.active,
.active.cart__modal {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.3s;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.reset-ul,
.feedback__list .slick-dots,
.header__dropdown>ul,
.header__menu,
.footer__social ul,
.footer__list ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.reset-a,
.product__name,
.courseDetail__anchor__item,
.news__document__item,
.recommend__outstanding__name,
.recommend__item__name a,
.course__display__name a,
.discover__slider__name a,
.cart__pay,
.header__dropdown>ul>li>a,
.header__dropdown>ul>li>span,
.header__menu>li>a,
.footer__list ul li a {
  text-decoration: none;
  display: inline-block;
  color: #000000;
  transition: all ease 0.3s;
}

.reset-a:hover,
.product__name:hover,
.courseDetail__anchor__item:hover,
.news__document__item:hover,
.recommend__outstanding__name:hover,
.recommend__item__name a:hover,
.course__display__name a:hover,
.discover__slider__name a:hover,
.cart__pay:hover,
.header__dropdown>ul>li>a:hover,
.header__dropdown>ul>li>span:hover,
.header__menu>li>a:hover,
.footer__list ul li a:hover {
  opacity: 0.8;
}

.reset-btn,
.recommend__list .slick-arrow,
.search__form input,
.search__form button,
.header__language>select {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.hover-effect {
  position: relative;
  transition: all ease-out 0.3s;
}

.hover-effect:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.limit-desc-2,
.course__display__desc,
.course__display__name a,
.discover__slider__desc,
.discover__slider__name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.limit-desc-3,
.recommend__item__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.limit-desc-4,
.recommend__outstanding__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.sliderDots .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.sliderDots.out .slick-dots {
  bottom: unset;
  top: calc(100% + 12px);
}

.sliderDots .slick-dots li {
  margin: 0 3px;
}

.sliderDots .slick-dots li button {
  border: 0;
  outline: 0;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #4ba35b;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 767px) {
  .sliderDots .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.sliderDots .slick-dots li.slick-active button,
.sliderDots .slick-dots li:hover button {
  background-color: #4ba35b;
}

@media (max-width: 1199px) {
  .sliderArrows {
    margin: 0 40px;
  }
}

.sliderArrows .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #31735e;
  color: #ffffff;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all ease-out 0.3s;
}

.sliderArrows .slick-arrow:hover {
  opacity: 0.8;
}

@media (max-width: 1199px) {
  .sliderArrows .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

.sliderArrows .slick-next {
  left: calc(100% + 20px);
}

@media (max-width: 1199px) {
  .sliderArrows .slick-next {
    left: calc(100% + 10px);
  }
}

.sliderArrows .slick-prev {
  right: calc(100% + 20px);
}

@media (max-width: 1199px) {
  .sliderArrows .slick-prev {
    right: calc(100% + 10px);
  }
}

.sliderArrows--small .slick-arrow {
  width: 32px;
  height: 32px;
}

.sliderArrows--white .slick-arrow {
  background-color: #ffffff;
  color: #31735e;
}

.reset-overflow,
.news__document {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.reset-overflow::-webkit-scrollbar,
.news__document::-webkit-scrollbar {
  width: 5px;
}

.reset-overflow::-webkit-scrollbar-track,
.news__document::-webkit-scrollbar-track {
  background: #fdf4ef;
}

.reset-overflow::-webkit-scrollbar-thumb,
.news__document::-webkit-scrollbar-thumb {
  background: #4ba35b;
}

.reset-overflow::-webkit-scrollbar-thumb:hover,
.news__document::-webkit-scrollbar-thumb:hover {
  background: #31735e;
}

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

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 870px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1240px;
  }
}

@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hide-on-mobile-tablet {
    display: none !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .hide-on-tablet {
    display: none !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  .productdetail-container h1,
  .productdetail-container .product-detail__function {
    display: none;
  }

  .product-container__info .product-detail__function {
    display: flex !important;
  }

  .product-container__info h1 {
    display: block !important;
  }
}

.heading h3,
.heading {
  font-size: 48px;
  font-family: play-700;
  margin: 0;
}

.heading h3 {
  font-size: 28px;
}

.heading {
  font-size: 48px;
}

.heading--center {
  text-align: center;
}

.heading--primary {
  color: #31735e;
}

.heading--white {
  color: #ffffff;
}

@media (max-width: 1499px) {
  .heading {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 28px;
  }
}

.desc {
  font-size: 20px;
}

@media (max-width: 1499px) {
  .desc {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .desc {
    font-size: 14px;
  }
}

.desc--wid70 {
  width: 70%;
  margin: auto;
  text-align: center;
}

.breadcrumb {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 12px;
  }
}

.breadcrumb li {
  font-family: roboto-500;
  color: #31735e;
}

@media (max-width: 767px) {
  .breadcrumb li {
    font-size: 12px;
  }
}

.breadcrumb li:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 12px;
  color: #31735e;
}

.breadcrumb li a {
  color: #31735e;
  text-decoration: none;
  margin-right: 10px;
  white-space: nowrap;
  transition: all ease 0.3s;
}

.breadcrumb li a:hover {
  color: #31735e;
}

.btn,
.recommend__tabs__item,
.course__tabs__link,
.course__tabs__item {
  display: block;
  width: fit-content;
  border: 0;
  outline: 0;
  background-color: #31735e;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  font-family: roboto-700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all ease-in-out 0.3s;
}

.btn {
  padding: 10px !important;
  overflow-x: unset;
}

@media (max-width: 1499px) {

  .btn,
  .recommend__tabs__item,
  .course__tabs__link,
  .course__tabs__item {
    padding: 10px 20px;
  }
}

.btn:hover,
.recommend__tabs__item:hover,
.course__tabs__link:hover,
.course__tabs__item:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.btn--second {
  background-color: #4ba35b;
}

.btn--white,
.recommend__tabs__item,
.course__tabs__link,
.course__tabs__item {
  background-color: #ffffff;
  color: #000000;
}

.btn--border,
.recommend__tabs__item,
.course__tabs__link,
.course__tabs__item {
  border: 1px solid #31735e;
  color: #31735e;
}

.btn--small,
.recommend__tabs__item {
  padding: 8px 15px;
  font-size: 14px;
}

.btn--mt {
  margin-top: 24px;
}

.btn--center {
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 10px;
  }
}

.pagination a {
  width: 40px;
  height: 40px;
  border: 1px solid #31735e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31735e;
  text-decoration: none;
  font-family: roboto-500;
  margin: 8px;
  border-radius: 5px;
  transition: all ease 0.3s;
}

.pagination a.active,
.pagination a:hover {
  background-color: #31735e;
  color: #ffffff;
  transform: translateY(-2px);
}

.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 0.3s;
}

.modal-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.login-popup {
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  width: 380px;
  max-width: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 0.3s;
}

.login-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.login-popup.zoom {
  transform: translate(-50%, -50%) scale(1.1);
}

.login-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: #31735e;
  cursor: pointer;
  transition: all ease 0.3s;
}

.login-popup__close:hover {
  opacity: 0.8;
  color: #fd0000;
}

.login-popup__banner {
  padding-top: 40%;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
}

.login-popup__heading {
  font-size: 18px;
  font-family: roboto-700;
  color: #31735e;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1;
}

.login-popup__title {
  font-size: 18px;
  font-family: roboto-700;
  color: #31735e;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  text-align: center;
}

.login-popup__description {
  font-size: 12px;
  margin-bottom: 12px;
}

.login-popup__group {
  margin: 12px 0;
}

.login-popup__group label {
  display: block;
  font-family: roboto-500;
  color: #31735e;
}

.login-popup__group input {
  height: 36px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #000000;
  outline-color: #31735e;
  background-color: #ffffff;
  color: #000000;
  padding: 0 12px;
  margin: 3px 0;
}

.login-popup__pw {
  position: relative;
}

.login-popup__toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
}

.login-popup__toggle i:last-child {
  display: none;
}

.login-popup__toggle.toggle i:last-child {
  display: block;
}

.login-popup__toggle.toggle i:first-child {
  display: none;
}

.login-popup__error {
  color: #fd0000;
  font-size: 12px;
}

.login-popup__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.login-popup__code {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-popup__code input {
  width: 36px;
  display: block;
  margin: 3px;
  text-align: center;
}

.login-popup__password {
  height: 36px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  outline-color: #31735e;
  margin: 3px 0;
  padding-right: 12px;
  display: flex;
  align-items: center;
}

.login-popup__password input {
  border: 0;
  height: 100%;
  background-color: transparent;
  outline: 0;
  color: #ffffff;
}

.login-popup__image {
  display: block;
  width: 80%;
  margin: 24px auto;
}

.login-popup__countdown {
  font-size: 14px;
  margin: 15px;
  text-align: center;
  color: #4ba35b;
}

.login-popup__reset {
  font-size: 14px;
  margin: 15px;
  text-align: center;
  cursor: pointer;
  color: #fd0000;
  transition: all ease 0.3s;
}

.login-popup__reset:hover {
  transform: translateY(-3px);
  text-decoration: underline;
}

.login-popup__btn {
  display: block;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #4ba35b;
  cursor: pointer;
  transition: all ease 0.3s;
}

.login-popup__btn:hover {
  opacity: 0.8;
}

.login-popup__submit {
  width: 100%;
  text-transform: uppercase;
}

.login-popup__line {
  margin: 15px 0;
  height: 1px;
  width: 100%;
  background-color: #3d3d3d;
}

.login-popup__right {
  display: flex;
  justify-content: right;
}

.login-popup__center {
  display: flex;
  justify-content: center;
}

.login-popup__space {
  margin: 15px 0;
}

.comment__form {
  margin: 30px 0;
  padding: 20px;
  border-radius: 15px;
  background-color: #fdf4ef;
}

.comment__form__heading {
  font-size: 24px;
  font-family: play-700;
  color: #31735e;
  margin: 0 0 20px 0;
  line-height: 1;
}

.comment__form__flex {
  display: flex;
  align-items: center;
  flex: 1;
}

.comment__form__avatar {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  object-position: center;
  margin-right: 15px;
}

.comment__form__field {
  height: 36px;
  border-color: #000000;
  border-width: 0 0 1px 0;
  flex: 1;
  outline: 0;
  font-size: 14px;
  background-color: #fdf4ef;
}

.comment__form__submit {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 24px;
  font-family: roboto-700;
  cursor: pointer;
  color: #31735e;
  margin-left: 3px;
  transition: all ease-out 0.3s;
}

.comment__form__submit:hover {
  opacity: 0.8;
}

.comment__item {
  margin: 15px 0;
  padding: 15px 0;
}

.comment__item:not(:last-child) {
  border-bottom: 1px solid #000000;
}

.comment__item__top {
  display: flex;
  align-items: center;
}

.comment__item__avatar {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  object-position: center;
  margin-right: 15px;
}

.comment__item__name {
  font-family: roboto-700;
  margin-bottom: 4px;
}

.comment__item__date {
  font-size: 12px;
  color: rgba(37, 37, 37, 0.5019607843);
}

.comment__item__body {
  font-family: play-500;
  margin-top: 12px;
}

.footer {
  background-color: #fdf4ef;
  padding: 40px 0;
}

.footer__logo {
  display: flex;
  width: 80%;
}

.footer__logo img {
  width: 100%;
}

/* css form infor user */
.info-form {
  flex-wrap: wrap;
  gap: 12px;
  background: var(--white-color);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}

.info-form .form-group {
  flex: 1 1 calc(50% - 12px);
}

.info-form .form-group.full {
  flex: 1 1 100%;
}

.info-form input,
.info-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
}

.info-form input:focus,
.info-form textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(59, 124, 92, 0.3);
}

.info-form button {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  flex: 1 1 100%;
}

.info-form button:hover {
  background: #2e6148;
}

@media (max-width: 1199px) {
  .footer__logo {
    width: 50%;
    margin: auto;
  }
}

.footer__desc {
  width: 80%;
  margin-top: 20px;
  font-family: play-700;
  color: #000000;
}

@media (max-width: 1199px) {
  .footer__desc {
    margin: auto;
    text-align: center;
    margin-top: 10px;
    width: 86%;
  }
}

.footer__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}

@media (max-width: 1199px) {
  .footer__flex {
    margin: 30px auto;
  }
}

.footer__list ul li {
  margin-bottom: 10px;
}

.footer__list ul li a {
  color: #000000;
  font-family: roboto-700;
}

.footer__social {
  margin-top: 20px;
}

.footer__social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__social ul li {
  margin: 3px;
}

.footer__social ul li a {
  display: flex;
  transition: all ease-out 0.3s;
}

.footer__social ul li a img {
  width: 46px;
}

.footer__social ul li a:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.footer__pay {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .footer__pay {
    margin: 30px auto 0;
  }
}

.footer__title {
  margin: 0 0 10px 0;
  color: #31735e;
  font-size: 16px;
  font-family: roboto-700;
}

.footer__image {
  max-width: 100%;
}

.header {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 99;
  position: relative;
}

.header__top {
  background-color: #31735e;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
}

.header__top__content {
  font-size: 18px;
  text-align: right;
}

.header__top__limit {
  text-align: right;
}

.click-and-buy__container {
  gap: 20px;
}

.map-branch {}

.branch-list {
  gap: 10px;
  max-height: 300px;
  overflow-y: scroll;
}

.branch-list::-webkit-scrollbar {
  width: 10px;
}

.branch-list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}

.branch-list::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 8px;
}

.branch-list::-webkit-scrollbar-thumb:hover {
  background: #2e6148;
}

.map-content {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.map-new__container {
  gap: 20px;
  margin: 40px auto;
}

.branch {
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  gap: 5px;
}

.branch:hover {
  background: #e8f3ff;
}

.branch.active {
  background: #cce5ff;
  border-left: 4px solid var(--primary-color);
}

@media (max-width: 767px) {
  .header__top__content {
    font-size: 13px;
  }
}

.header__top__limit {
  font-size: 24px;
  font-family: roboto-700;
}

@media (max-width: 767px) {
  .header__top__limit {
    font-size: 18px;
  }
}

.header__sticky {
  transition: all ease-out 1s;
  background-color: #ffffff;
}

.header__sticky.sticky {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.header__sticky.slide {
  top: 0;
}

@media (max-width: 1199px) {
  .header__sticky {
    padding: 15px 0;
  }
}

.header__bars i {
  color: #31735e;
  font-size: 18px;
}

.header__modal {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.3s;
}

.header__modal.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .header__nav {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 30px;
    border-top: 1px solid #31735e;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    left: -100%;
    transition: all ease-out 0.3s;
  }

  .header__nav.active {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .header__container {
    width: 870px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .header__container {
    width: 720px;
  }

  .product-new {
    width: calc(100% / 3 - 20px) !important
  }
}

@media (max-width: 767px) {
  .header__container {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .header__menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 1199px) {
  .header__menu .header__dropdown {
    position: unset;
    box-shadow: unset;
    transform: unset;
    transform-origin: unset;
    opacity: unset;
    visibility: unset;
  }
}

.header__menu>li {
  position: relative;
}

.header__menu>li>a {
  color: #31735e;
  font-family: roboto-500;
  text-transform: uppercase;
  padding: 20px 15px;
  position: relative;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .header__menu>li>a {
    padding: 0;
    margin-top: 15px;
  }
}

.header__menu>li>a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 2px);
  height: 2px;
  width: 0;
  background-color: #31735e;
  transition: all ease-in-out 0.3s;
}

.header__menu>li.active>a::before,
.header__menu>li:hover>a::before {
  width: 100%;
}

.header__menu>li:hover .header__dropdown {
  transform: perspective(600px) rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.header__dropdown {
  padding: 5px 0;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0% 0%;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}

@media (max-width: 1199px) {
  .header__dropdown {
    left: unset;
    right: 0;
  }
}

.header__dropdown>ul>li>a,
.header__dropdown>ul>li>span {
  color: #31735e;
  font-family: roboto-500;
  text-transform: uppercase;
  padding: 10px 15px;
  white-space: nowrap;
  cursor: pointer;
}

.header__dropdown>ul>li a {
  display: flex;
  align-items: baseline;
}

.header__dropdown>ul>li a::before {
  content: "\f1d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all ease-out 0.3s;
}

.header__dropdown>ul>li:hover a::before,
.header__dropdown>ul>li.active a::before {
  width: 25px;
  opacity: 1;
}

.header__user {
  margin-right: 12px;
  position: relative;
}

.header__user:hover .header__dropdown {
  transform: perspective(600px) rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.header__user>i {
  color: #31735e;
  font-size: 16px;
}

.header__language>select {
  color: #31735e;
  font-family: roboto-700;
  font-size: 16px;
  cursor: pointer;
}

.cart {
  margin-right: 18px;
  cursor: pointer;
  position: relative;
}

.cart__num {
  position: absolute;
  background-color: #4ba35b;
  color: #ffffff;
  border-radius: 50%;
  line-height: 1;
  padding: 2px 4px;
  font-size: 12px;
  right: 9%;
  top: 7%;
}

.cart>i {
  color: #31735e;
  font-size: 16px;
}

.cart__popup {
  position: fixed;
  top: 0;
  right: -400px;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0px 5px 1px rgba(255, 255, 255, 0.4);
  transition: all ease 0.3s;
}

.cart__popup.active {
  right: 0;
}

.cart__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #fd0000;
}

.cart__close:hover {
  opacity: 0.8;
}

.cart__top {
  font-size: 20px;
  font-family: roboto-700;
  color: #31735e;
  padding: 20px;
}

.cart__body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.cart__body::-webkit-scrollbar {
  width: 5px;
}

.cart__body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart__body::-webkit-scrollbar-thumb {
  background: #4ba35b;
}

.cart__bottom {
  padding: 20px;
}

.cart__product {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #4ba35b;
  padding-bottom: 15px;
}

.cart__product__image {
  display: flex;
  width: 80px;
}

.cart__product__image img {
  width: 100%;
}

.cart__product__body {
  padding-left: 10px;
  flex: 1;
}

.cart__product__name {
  text-decoration: none;
  color: #4ba35b;
  font-size: 16px;
}

.cart__product__price {
  color: #31735e;
  margin: 6px 0;
}

.cart__product__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart__product__quantity {
  border: 1px solid rgba(61, 61, 61, 0.3137254902);
  border-radius: 100px;
  display: flex;
  align-items: center;
  height: 24px;
}

.cart__product__quantity span {
  display: block;
  width: 20px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4ba35b;
}

.cart__product__quantity span:hover {
  opacity: 0.8;
}

.cart__product__quantity input {
  border: 0;
  outline: 0;
  width: 24px;
  text-align: center;
}

.cart__product__remove {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

.cart__product__remove i {
  color: #fd0000;
}

.cart__product__remove i:hover {
  opacity: 0.8;
}

.cart__flex {
  margin-bottom: 10px;
}

.cart__label {
  font-size: 18px;
  font-family: roboto-500;
  color: #4ba35b;
}

.cart__price {
  font-size: 32px;
  font-family: roboto-700;
  color: #31735e;
}

@media (max-width: 1499px) {
  .cart__price {
    font-size: 28px;
  }
}

.cart__pay {
  width: 100%;
  background-color: #31735e;
  color: #ffffff;
  font-family: roboto-700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.searchIcon {
  margin-right: 12px;
}

.searchIcon i {
  color: #31735e;
  font-size: 16px;
}

.search__modal {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all ease-out 0.3s;
}

.search__modal.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .search {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: all ease-out 0.3s;
  }

  .search.active {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}

.search__close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 18px;
  color: #fd0000;
}

.search__form {
  border: 1px solid rgba(61, 61, 61, 0.3137254902);
  height: 36px;
  padding: 0 10px;
  border-radius: 5px;
  width: 354px;
}

.search__form button {
  margin-right: 6px;
}

.search__form button i {
  font-size: 16px;
  color: #31735e;
}

.search__form input {
  flex: 1;
}

.discover {
  margin: 80px 0;
}

@media (max-width: 1499px) {
  .discover {
    margin: 40px 0;
  }
}

@media (max-width: 1199px) {
  .discover {
    margin: 40px 0 60px;
  }
}

@media (max-width: 767px) {
  .discover {
    margin: 20px 0 40px;
  }
}

.discover__flex {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .discover__flex {
    flex-direction: column;
  }
}

.discover__slider {
  position: relative;
  width: 750px;
  margin: 0 -10px;
  overflow: hidden;
}

@media (max-width: 1499px) {
  .discover__slider {
    width: 580px;
  }
}

@media (max-width: 767px) {
  .discover__slider {
    width: 325px;
  }
}

.discover__slider__track {
  display: flex;
  align-items: center;
  transition: all ease-out 0.8s;
}

.discover__slider__item {
  height: 420px;
  min-width: 120px;
  border-radius: 20px;
  margin: 5px;
  transition: all ease-out 0.5s;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transform: scale(0.9);
  position: relative;
}

@media (max-width: 1499px) {
  .discover__slider__item {
    min-width: 90px;
    height: 360px;
  }
}

@media (max-width: 767px) {
  .discover__slider__item {
    min-width: 46px;
    height: 300px;
  }
}

.discover__slider__item.current {
  min-width: 360px;
  transform: scale(1);
  cursor: default;
}

@media (max-width: 1499px) {
  .discover__slider__item.current {
    min-width: 280px;
  }
}

@media (max-width: 767px) {
  .discover__slider__item.current {
    min-width: 200px;
  }
}

.discover__slider__item.current .discover__slider__label,
.discover__slider__item.current .discover__slider__link,
.discover__slider__item.current .discover__slider__body {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out 0.3s;
}

.discover__slider__label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #31735e;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 25px;
  font-family: roboto-700;
  font-size: 12px;
}

.discover__slider__link {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #31735e;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 25px;
  font-family: roboto-700;
  font-size: 12px;
}

.discover__slider__body {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px;
  border-radius: 15px;
}

.discover__slider__label,
.discover__slider__link,
.discover__slider__body {
  opacity: 0;
  visibility: hidden;
}

.discover__slider__name {
  margin: 0;
}

.discover__slider__name a {
  font-family: play-700;
}

.discover__slider__date {
  margin: 8px 0;
  font-size: 12px;
}

.discover__slider__date i {
  font-size: 14px;
  margin-right: 3px;
}

.discover__body {
  flex: 1;
  margin-left: 80px;
}

@media (max-width: 1499px) {
  .discover__body {
    margin-left: 60px;
  }
}

@media (max-width: 1199px) {
  .discover__body {
    margin-left: 0;
    margin-top: 30px;
  }
}

.discover__body--left {
  margin-left: unset;
  margin-right: 80px;
}

@media (max-width: 1499px) {
  .discover__body--left {
    margin-right: 60px;
  }
}

@media (max-width: 1199px) {
  .discover__body--left {
    margin-right: 0;
  }
}

.discover__logo {
  width: 340px;
}

@media (max-width: 1499px) {
  .discover__logo {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .discover__logo {
    width: 180px;
  }
}

.discover__title {
  font-size: 28px;
  color: #31735e;
  font-family: play-700;
  margin: 24px 0;
}

@media (max-width: 1499px) {
  .discover__title {
    font-size: 24px;
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .discover__title {
    font-size: 16px;
  }
}

.discover__actions {
  display: flex;
  margin-top: 40px;
}

@media (max-width: 1499px) {
  .discover__actions {
    margin-top: 30px;
  }
}

.discover__btn:last-child {
  margin-left: 15px;
}

.course {
  padding: 60px 0;
}

@media (max-width: 1499px) {
  .course {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .course {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .course {
    padding: 30px 0 15px;
  }
}

.course__heading {
  text-align: center;
  margin-bottom: 10px;
}

.course__desc {
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.course__tabs {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .course__tabs {
    margin: 25px 0;
  }
}

.course__tabs__item {
  margin: 10px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .course__tabs__item {
    font-size: 13px;
  }
}

.course__tabs__item.active {
  background-color: #31735e;
  color: #ffffff;
  cursor: default;
}

.course__tabs__item.active:hover {
  opacity: unset;
  transform: unset;
}

.course__tabs__link {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .course__tabs__link {
    font-size: 13px;
  }
}

.course__tabs__link.active {
  background-color: #31735e;
  color: #ffffff;
  cursor: default;
}

.course__tabs__link.active:hover {
  opacity: unset;
  transform: unset;
}

.course__display {
  position: relative;
  width: 100%;
}

.course__display--top {
  margin-top: 30px;
}

.course__display__list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100px;
}

.course__display__list.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  transition: all ease 0.3s;
}

.course__display__news .course__display__item {
  height: 450px;
}

@media (max-width: 1499px) {
  .course__display__news .course__display__item {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .course__display__news .course__display__item {
    height: 280px;
  }
}

.course__display__item {
  height: 317px;
  border-radius: 20px;
  background-size: 100% auto;
  background-position: center;
  position: relative;
  margin-bottom: 24px;
  pointer-events: none;
  transition: all ease-out 0.6s;
}

@media (max-width: 1499px) {
  .course__display__item {
    height: 259.5px;
  }
}

@media (max-width: 1199px) {
  .course__display__item {
    margin-bottom: 20px;
  }
}

.course__display__item:hover {
  background-size: 105% auto;
}

.course__display__label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #31735e;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 25px;
  font-family: roboto-700;
  font-size: 12px;
}

.course__display__link {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #31735e;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 25px;
  font-family: roboto-700;
  font-size: 12px;
  transition: all linear 0.3s;
  pointer-events: all;
}

.course__display__link:hover {
  background-color: #ffffff;
  color: #31735e;
}

.course__display__body {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px;
  border-radius: 15px;
}

.course__display__name {
  margin: 0 0 8px 0;
  pointer-events: all;
}

.course__display__name a {
  font-family: play-700;
  height: 40px;
  line-height: 20px;
}

.course__display__name a:hover {
  color: #31735e;
}

.course__display__name span {
  font-family: play-700;
  font-size: 24px;
}

@media (max-width: 1499px) {
  .course__display__name span {
    font-size: 20px;
  }
}

.course__display__date {
  margin: 8px 0;
  font-size: 12px;
}

.course__display__date i {
  font-size: 14px;
  margin-right: 3px;
}

.course__display__desc {
  height: 40px;
  line-height: 20px;
}

.course__display__desc--nolimit {
  display: block;
  height: auto;
}

.course__block {
  margin: 40px 0;
}

.recommend {
  border-top: 1px solid #31735e;
  padding: 60px 0;
}

@media (max-width: 1499px) {
  .recommend {
    padding: 40px 0;
  }
}

@media (max-width: 1199px) {
  .recommend {
    padding: 40px 0 80px;
  }
}

@media (max-width: 767px) {
  .recommend {
    padding: 30px 0 60px;
  }
}

.recommend__left {
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 20px;
}

.recommend__flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .recommend__flex {
    padding-bottom: 60px;
  }
}

.recommend__tabs {
  display: flex;
}

.recommend__tabs__item.active {
  display: block;
  background-color: #31735e;
  color: #ffffff;
}

.recommend__tabs__item:last-child {
  margin-left: 12px;
}

@media (max-width: 767px) {
  .recommend__display {
    margin-top: 30px;
  }
}

.recommend__display__item {
  display: none;
}

.recommend__display__item.active {
  display: block;
}

.recommend__list .slick-list {
  margin: 0 -12px;
}

.recommend__list .slick-slide {
  margin: 0 12px;
}

.recommend__list .slick-arrow {
  position: absolute;
  top: calc(100% + 12px);
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000000;
}

.recommend__list .slick-arrow:hover {
  opacity: 0.8;
  color: #31735e;
}

.recommend__list .slick-next {
  left: 30px;
}

.recommend__list .slick-prev {
  left: 0;
}

.recommend__item__name {
  margin: 0;
}

.recommend__item__name a {
  font-family: play-700;
  font-size: 24px;
}

.recommend__item__name a:hover {
  color: #31735e;
}

.recommend__item__date {
  margin: 8px 0;
}

.recommend__item__date i {
  margin-right: 6px;
}

.recommend__images {
  height: 100%;
  overflow: hidden;
}

.recommend__images__item {
  height: 100%;
  display: none;
  position: relative;
}

.recommend__images__item.active {
  display: block;
}

.recommend__nav {
  height: 100%;
}

.recommend__nav .slick-list {
  margin: -12px;
}

.recommend__nav .slick-slide {
  margin: 12px;
}

.recommend__nav__item {
  transition: all ease-out 0.5s;
}

.recommend__nav__item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
}

.recommend__nav__item:hover {
  opacity: 0.8;
}

.recommend__nav__action {
  position: absolute;
  z-index: 1;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 12px;
  border-radius: 24px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all linear 0.3s;
  font-family: roboto-700;
}

.recommend__nav__action:hover {
  opacity: 0.8;
}

.recommend__nav__action i {
  display: block;
}

.recommend__outstanding {
  height: 100%;
  background-color: #31735e;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .recommend__outstanding {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .recommend__outstanding {
    flex-direction: column;
  }
}

.recommend__outstanding__body {
  color: #ffffff;
  width: 50%;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .recommend__outstanding__body {
    width: 100%;
    margin-right: 0;
  }
}

.recommend__outstanding__name {
  font-size: 32px;
  font-family: play-700;
  color: #ffffff;
}

@media (max-width: 1499px) {
  .recommend__outstanding__name {
    font-size: 26px;
  }
}

.recommend__outstanding__date {
  margin: 8px 0;
}

.recommend__outstanding__date i {
  margin-right: 6px;
}

.recommend__outstanding__image {
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  transition: all ease-out 0.5s;
}

@media (max-width: 767px) {
  .recommend__outstanding__image {
    width: 100%;
    height: 320px;
  }
}

.recommend__outstanding__image:hover {
  opacity: 0.9;
}

.feedback {
  background-color: #31735e;
  padding: 40px 0 60px;
}

.feedback__heading {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .feedback__heading {
    text-align: center;
  }
}

.feedback__list .slick-list {
  margin: 0 -12px;
}

.feedback__list .slick-slide {
  margin: 12px;
}

.feedback__list .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

.feedback__list .slick-dots li {
  margin: 3px;
}

.feedback__list .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  outline: 0;
  border-radius: 50%;
  padding: 0;
  background-color: #ffffff;
  font-size: 0;
  cursor: pointer;
  transition: all ease-out 0.3s;
}

.feedback__list .slick-dots li button:hover {
  opacity: 0.8;
}

.feedback__list .slick-dots li.slick-active button {
  background-color: #4ba35b;
}

.feedback__item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 15px;
}

.feedback__flex {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.feedback__image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}

.feedback__name {
  font-family: roboto-500;
}

.feedback__date {
  font-size: 12px;
}

.feedback__star span {
  color: rgba(61, 61, 61, 0.3137254902);
}

@media (max-width: 767px) {
  .feedback__star span {
    font-size: 12px;
  }
}

.feedback__star span.checked {
  color: #fc831f;
}

.news {
  padding: 70px 0;
}

@media (max-width: 1499px) {
  .news {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 30px 0;
  }
}

.news__block {
  margin-bottom: 60px;
  height: 450px;
}

@media (max-width: 1499px) {
  .news__block {
    height: 380px;
  }
}

@media (max-width: 1199px) {
  .news__block {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .news__block {
    height: auto;
  }
}

.news__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 767px) {
  .news__flex {
    flex-direction: column;
  }
}

.news__body {
  width: 60%;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .news__body {
    width: 100%;
    padding: 0;
  }
}

.news__body--flex {
  display: flex;
  flex-direction: column;
}

.news__heading {
  margin: 10px 0px;
}

@media (max-width: 767px) {
  .news__heading {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .news__desc {
    text-align: center;
  }
}

.news__link {
  margin-top: 30px;
}

.news__link i {
  margin-left: 4px;
}

.news__link:hover {
  letter-spacing: 2px;
}

.news__link:hover i {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .news__link {
    margin: 30px auto 0;
  }
}

.news__document {
  flex: 1;
  overflow: auto;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .news__document {
    flex: unset;
  }
}

.news__document__item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border: 1px dotted #000000;
  padding: 8px;
  border-radius: 14px;
}

.news__document__image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.news__document__image--square {
  width: 120px;
  height: 90px;
  border-radius: 4px;
}

.news__document__body {
  margin-left: 8px;
  flex: 1;
}

.news__document__label {
  background-color: #31735e;
  width: fit-content;
  color: #ffffff;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 4px;
}

.news__document__name {
  font-family: play-700;
}

.news__image {
  width: 40%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .news__image {
    width: 100%;
    height: 320px;
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .news__slider {
    margin-top: 30px;
  }
}

.news__slider .slick-list {
  margin: 0 -12px;
}

.news__slider .slick-slide {
  margin: 12px;
}

.news__slider .course__display__item {
  height: 450px;
}

@media (max-width: 1499px) {
  .news__slider .course__display__item {
    height: 380px;
  }
}

.news__list {
  margin-top: 20px;
}

.news__list .slick-list {
  margin: 0 -12px;
}

.news__list .slick-slide {
  margin: 12px;
}

.news__list .course__display__item {
  height: 431px;
}

@media (max-width: 1499px) {
  .news__list .course__display__item {
    height: 354px;
  }
}

.partner {
  padding: 60px 0;
}

@media (max-width: 1199px) {
  .partner {
    padding: 50px 0 20px;
  }
}

@media (max-width: 767px) {
  .partner {
    padding-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .partner__heading {
    text-align: center;
  }
}

.partner__slider .slick-list {
  margin: 0 -12px;
}

.partner__slider .slick-slide {
  margin: 12px;
}

.partner__slider__item img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #31735e;
}

.libraryImage {
  padding-bottom: 60px;
}

.libraryImage__item {
  height: 326px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-top: 24px;
}

@media (max-width: 1499px) {
  .libraryImage__item {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .libraryImage__item {
    height: 160px;
  }
}

.team {
  padding: 30px 0;
  background-color: #31735e;
}

.team__heading {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

.team__desc {
  color: #ffffff;
  width: 60%;
  margin: auto;
  text-align: center;
}

@media (max-width: 1199px) {
  .team__desc {
    width: 80%;
  }
}

.courseDetail__teacher {
  font-family: play-700;
  font-size: 16px;
  color: #31735e;
}

.courseDetail__top {
  padding: 20px;
  background-color: #efefef;
  border-radius: 20px;
  margin-top: 20px;
}

.courseDetail__label {
  background-color: #31735e;
  color: #ffffff;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: play-700;
}

.courseDetail__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.courseDetail__info__item {
  font-size: 18px;
}

.courseDetail__info__item i {
  margin-right: 6px;
  color: #31735e;
}

.courseDetail__info__item strong {
  font-family: play-700;
}

.courseDetail__anchor {
  display: flex;
  align-items: center;
  margin: 30px 0;
  border-bottom: 1px solid #000000;
  position: sticky;
  z-index: 1;
  background-color: #ffffff;
}

.courseDetail__anchor__item {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.courseDetail__anchor__item i {
  margin-right: 4px;
}

.courseDetail__anchor__item.active {
  border-bottom: 2px solid #000000;
}

.courseDetail__body {
  margin-bottom: 40px;
}

.courseDetail__video {
  padding-top: 56%;
  display: block;
  position: relative;
}

.courseDetail__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.courseDetail__video:hover .courseDetail__play {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #31735e;
  color: #ffffff;
}

.courseDetail__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31735e;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all ease-in-out 0.5s;
}

@media (max-width: 767px) {
  .courseDetail__play {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.courseDetail__share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: play-700;
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  transition: all ease-out 0.3s;
}

.courseDetail__share:hover {
  opacity: 0.8;
  color: #31735e;
}

.courseDetail__share i {
  margin-left: 6px;
}

.courseDetail__content {
  margin: 30px 0;
}

.courseDetail__content img {
  max-width: 100% !important;
  height: auto !important;
}

.courseDetail__title {
  font-size: 24px;
  font-family: play-700;
}

.courseDetail__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.courseDetail__item {
  width: calc(50% - 12px);
  margin-bottom: 24px;
}

.courseDetail__name {
  font-family: roboto-700;
  margin: 8px 0 3px;
}

.courseDetail__time i {
  margin-right: 3px;
}

.courseDetail__sticky {
  position: sticky;
  padding-top: 20px;
  max-height: 100vh;
  overflow-y: auto;
  padding: 20px 20px 60px 0;
}

.courseDetail__sticky::-webkit-scrollbar {
  width: 4px;
}

.courseDetail__sticky::-webkit-scrollbar-track {
  background: #fdf4ef;
}

.courseDetail__sticky::-webkit-scrollbar-thumb {
  background: #31735e;
  cursor: pointer;
}

.courseDetail__price {
  font-size: 48px;
  font-family: roboto-700;
  color: #31735e;
  line-height: 1;
}

@media (max-width: 1499px) {
  .courseDetail__price {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .courseDetail__price {
    font-size: 48px;
  }
}

.courseDetail__action__item {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 1499px) {
  .courseDetail__action__item {
    margin-top: 8px;
    font-size: 13px;
    padding: 6px;
  }
}

@media (max-width: 1199px) {
  .courseDetail__action__item {
    margin-top: 15px;
    font-size: 14px;
    padding: 8px;
  }
}

.courseDetail__group {
  padding: 20px;
  margin-top: 24px;
  background-color: #efefef;
  border-radius: 20px;
}

@media (max-width: 1499px) {
  .courseDetail__group {
    padding: 15px;
    margin-top: 8px;
  }
}

@media (max-width: 1199px) {
  .courseDetail__group {
    padding: 20px;
    margin-top: 24px;
  }
}

.courseDetail__line {
  display: flex;
  align-items: center;
}

.courseDetail__line:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1499px) {
  .courseDetail__line:not(:last-child) {
    margin-bottom: 10px;
  }
}

.courseDetail__line i {
  min-width: 40px;
  font-size: 20px;
  color: #4ba35b;
}

@media (max-width: 1499px) {
  .courseDetail__line i {
    font-size: 16px;
    min-width: 30px;
  }
}

@media (max-width: 1199px) {
  .courseDetail__line i {
    font-size: 20px;
  }
}

.courseDetail__line span {
  font-family: roboto-500;
}

@media (max-width: 1499px) {
  .courseDetail__line span {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .courseDetail__line span {
    font-size: 14px;
  }
}

.courseDetail__result {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #000000;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .courseDetail__result__item {
    margin-bottom: 20px;
  }
}

.courseDetail__result__top {
  font-size: 32px;
}

.courseDetail__result__top i {
  color: #31735e;
}

.courseDetail__result__top span {
  margin-left: 10px;
}

.courseDetail__result__bot {
  font-family: play-700;
}

.courseDetail__slider {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.courseDetail__for {
  width: calc(70% - 12px);
}

.courseDetail__nav {
  width: calc(20% - 12px);
}

.courseDetail__nav .slick-slide {
  margin: 12px;
  border: 2px solid transparent;
  transition: all ease-out 0.3s;
  cursor: pointer;
}

.courseDetail__nav .slick-current {
  border: 2px solid #31735e;
}

.courseDetail__nav .slick-arrow {
  width: 100%;
  border: 0;
  outline: 0;
  height: 30px;
  background-color: #31735e;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
}

.courseDetail__title {
  margin: 0 0 15px 0;
}

.courseDetail__document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.courseDetail__document__item {
  width: calc(50% - 12px);
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .courseDetail__document__item {
    width: 100%;
  }
}

.courseDetail__document__image {
  width: 90px;
  height: 120px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.courseDetail__document__body {
  margin-left: 24px;
}

.courseDetail__document__title {
  margin: 0;
  font-size: 18px;
  font-family: roboto-700;
  margin-bottom: 6px;
}

.courseDetail__document__file i {
  margin-left: 6px;
}

.courseDetail__summary__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .courseDetail__summary__top {
    padding: 12px;
  }
}

.courseDetail__summary__detail {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 6px;
}

.courseDetail__summary__detail i {
  margin-right: 10px;
  font-size: 20px;
}

.courseDetail__summary__item {
  margin-bottom: 24px;
}

.courseDetail__summary__label {
  font-size: 16px;
  font-family: play-700;
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.courseDetail__summary__content {
  display: flex;
  align-items: center;
}

.courseDetail__summary__content i {
  margin-right: 10px;
  font-size: 18px;
}

.interested {
  padding: 30px 0;
  margin-top: 30px;
}

.interested__heading {
  margin-bottom: 24px;
}

.product-new,
.product {
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 32px;
  border: 1px solid #ffffff;
  margin-bottom: 24px;
  transition: all linear 0.3s;
}

.all-product__container a {
  text-decoration: none;
  color: #000;
}

.all-product__container {}

.product-new {
  width: calc(100% / 4 - 20px);
}

.product-new .product__actions,
.product-new .product__actions .btn {
  margin: 0px;
  overflow-x: unset;
}

@media (max-width: 767px) {
  .product {
    padding: 25px 10px 25px 10px;
  }
}

.product-new:hover,
.product:hover {
  transform: translateY(-4px);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.product-new__name,
.product__name {
  font-size: 24px;
  font-family: play-500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all ease 0.3s;
}

.product__name:hover {
  color: #31735e;
}

@media (max-width: 767px) {
  .product__name {
    font-size: 16px;
  }
}

.product-new__desc,
.product__desc {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 8px 0 20px;
}

.product-new__price,
.product__price {
  font-size: 18px;
  color: #000000;
  font-family: roboto-700;
  margin: 15px 0;
  text-align: center;
}

.product__image {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product__actions {
  justify-content: space-between;
  margin-top: 20px;
  gap: unset !important;
}

.account {
  margin: 30px 0 60px;
}

.account__left {
  padding: 24px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199px) {
  .account__left--topMb {
    margin-bottom: 30px;
  }
}

.account__user {
  margin-bottom: 24px;
}

.account__avatar {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
  margin: auto;
}

.account__name {
  text-align: center;
  margin-top: 12px;
  font-family: play-700;
  font-size: 16px;
}

.account__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  margin-bottom: 24px;
  border: 1px solid #000000;
  padding: 15px;
  border-radius: 10px;
  transition: all linear 0.3s;
}

.account__item i {
  width: 40px;
  font-size: 20px;
  color: #31735e;
}

.account__item span {
  font-family: play-500;
}

.account__item.active,
.account__item:hover {
  background-color: #31735e;
  color: #ffffff;
  border-color: #31735e;
}

.account__item.active i,
.account__item:hover i {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .account__right {
    margin-top: 50px;
  }
}

.account__heading {
  font-size: 24px;
  font-family: play-700;
  color: #31735e;
}

.account__form__group {
  margin-bottom: 24px;
}

.account__form__label {
  margin-bottom: 4px;
  font-family: play-500;
  display: block;
}

.account__form__field {
  display: block;
  width: 540px;
  max-width: 100%;
  height: 36px;
  border: 1px solid #000000;
  outline-color: #31735e;
  border-radius: 12px;
  padding: 0 15px;
}

.account__actions {
  display: flex;
}

.account__btn:last-child {
  margin-left: 15px;
}

.account__tabs {
  margin-top: 0;
  justify-content: flex-start;
}

/*# sourceMappingURL=main.css.map */
.popup-notification {
  position: fixed;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  right: 30px;
  background-color: white;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  align-items: center;
  z-index: 999999;
  transition: all linear 0.3s;
}

.popup-notification__icon {
  font-size: 20px;
}

.popup-notification__content {
  font-size: 16px;
  color: #000000;
  margin-left: 10px;
}

.popup-notification.success,
.popup-notification.error {
  top: 30px;
  opacity: 1;
  visibility: visible;
}

.popup-notification.success .popup-notification__icon {
  color: green;
}

.popup-notification.error .popup-notification__icon {
  color: #fd0000;
}

.popup-order-success__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}

.popup-order-success__modal.active {
  opacity: 1;
  visibility: visible;
}

.popup-order-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 12px;
  z-index: 99999;
  padding: 24px;
  width: 560px;
  max-width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}

.popup-order-success.active {
  opacity: 1;
  visibility: visible;
}

.popup-order-success__close {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 20px;
  color: #fd0000;
  cursor: pointer;
}

.popup-order-success__heading {
  font-size: 24px;
  font-family: roboto-700;
  text-align: center;
}

.popup-order-success__code {
  font-size: 18px;
  text-align: center;
  margin: 6px 0;
}

@media (max-width: 767px) {
  .popup-order-success__heading {
    font-size: 18px;
  }

  .popup-order-success__code {
    font-size: 16px;
  }
}

.popup-order-success__code strong {
  font-family: roboto-700;
  color: #439ea0;
  margin: 15px 0;
}

.popup-order-success__body {
  margin-left: 10px;
}

.popup-order-success__list {
  max-height: 20vh;
  overflow: auto;
  margin: 0 0 30px 0;
}

.popup-order-success__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.popup-order-success__image {
  display: flex;
}

.popup-order-success__image img {
  width: 60px;
}

.popup-order-success__name {
  font-size: 14px;
  text-decoration: none;
  color: #3d3d3d;
}

.popup-order-success__bottom {
  display: flex;
  align-items: baseline;
}

.popup-order-success__count {
  margin: 0 20px;
  font-size: 14px;
}

.popup-order-success__total {
  color: #439ea0;
}

.popup-order-success__detail {
  margin-top: 4px;
}

.popup-order-success__detail strong {
  font-family: roboto-500;
  margin-left: 8px;
}

.pay {
  margin: 30px 0;
}

.pay__heading {
  font-size: 18px;
  font-family: roboto-700;
  margin-top: 0;
  margin-bottom: 8px;
}

.pay__body {
  margin-bottom: 20px;
}

.pay__group {
  margin-bottom: 10px;
}

.pay__group select {
  width: 100%;
  height: 36px;
  border: 1px solid rgba(37, 37, 37, 0.4);
  outline: 0;
  border-radius: 4px;
}

.pay__label {
  display: block;
  font-size: 14px;
  font-family: roboto-500;
}

.pay__field {
  width: 100%;
  height: 36px;
  border: 1px solid rgba(37, 37, 37, 0.4);
  outline: 0;
  border-radius: 4px;
}

.pay__error {
  color: #fd0000;
}

.pay__radio {
  display: flex;
  align-items: center;
}

.pay__radio input {
  height: 24px;
  margin: 0;
  cursor: pointer;
}

.pay__radio label {
  margin-left: 6px;
  cursor: pointer;
}

.pay__bank {
  border: 1px solid #3d3d3d;
  padding: 15px 20px;
  margin-top: 20px;
  width: fit-content;
  margin-left: 30px;
}

.pay__bank p {
  font-family: roboto-500;
  line-height: 1;
  margin: 0;
}

.pay__bank p:not(:first-child) {
  margin: 10px 0 0 0;
}

.pay__flex {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.pay__flex span {
  width: 150px;
  display: block;
}

.pay__flex strong {
  font-family: roboto-500;
}

.pay__submit {
  width: 100%;
}

.pay__product {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #3d3d3d;
  padding-bottom: 15px;
}

.pay__product__image {
  display: flex;
  width: 80px;
}

.pay__product__image img {
  width: 100%;
}

.pay__product__body {
  padding-left: 10px;
  flex: 1;
}

.pay__product__name {
  text-decoration: none;
  color: #3d3d3d;
  font-family: roboto-500;
  font-size: 16px;
}

.pay__product__price {
  margin: 6px 0;
}

.pay__product__total {
  color: #439ea0;
  width: 140px;
}

.pay__product__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pay__product__select {
  margin-right: 20px;
}

.pay__product__select select {
  border: 1px solid #3d3d3d;
  border-radius: 100px;
  display: flex;
  width: fit-content;
  height: 24px;
}

.pay__product__quantity {
  border: 1px solid #3d3d3d;
  border-radius: 100px;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 24px;
  margin: 0 20px;
}

.pay__product__quantity span {
  display: block;
  width: 20px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d3d3d;
}

.pay__product__quantity span:hover {
  color: #ea445a;
}

.pay__product__quantity input {
  border: 0;
  outline: 0;
  width: 24px;
  background-color: #ffffff;
  color: #3d3d3d;
  text-align: center;
}

.pay__product__remove {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  margin-left: 20px;
}

.pay__product__remove i {
  color: #fd0000;
}

.pay__product__remove:hover {
  opacity: 0.8;
}

.pay__left {
  display: flex;
  align-items: center;
}

.pay__right {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .pay__right {
    justify-content: center;
    margin-top: 15px;
    width: 100%;
  }
}

.popup-order-success__price {
  width: 120px;
}

.search__dropdown {
  position: absolute;
  top: 100%;
  left: 10px;
  min-width: 60%;
  max-width: 80%;
  width: fit-content;
  min-height: 80px;
  max-height: 400px;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
  z-index: 9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 0.3s;
}

.search__dropdown.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.search__loading {
  position: relative;
  height: 40px;
  display: none;
}

.search__loading.active {
  display: block;
}

.search__loading::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: #2196f3 transparent;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.search__title {
  font-family: fw-700;
  color: #000000;
  padding: 6px;
}

.search__list {}

.search__item {
  padding: 6px 12px;
  display: flex;
  text-decoration: none;
  color: #000000;
  align-items: flex-start;
}

.search__item:hover {
  background-color: #ebf4ff;
}

.search__item__name {
  font-family: fw-500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.search__item__name--limit-2 {
  -webkit-line-clamp: 2;
}

.search__item__image {
  width: 60px;
}

.search__item__body {
  margin-left: 4px;
}

.search__item__price {
  font-family: fw-500;
  color: #9ae975;
}

.searchPage {}

.searchPage__list {}

.searchPage__item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: none;
  border-bottom: 1px solid #ffffff;
}

.searchPage__item.appear {
  display: block;
}

.searchPage__item:last-child {
  border-bottom: 1px solid transparent;
}

.searchPage__item:nth-child(10) {
  border-bottom: 1px solid transparent;
}

.searchPage__name {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  font-family: fw-600;
  transition: all ease-out 0.3s;
}

.searchPage__name:hover {
  color: #9ae975;
}

.searchPage__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.searchPage__block {
  width: fit-content;
  margin-bottom: 24px;
}

.searchPage__detail {
  margin-bottom: 24px;
}

.searchPage__list.appear {
  display: block;
}


.images {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}

.images__body {
  position: relative;
}

.images__count {
  position: absolute;
  bottom: calc(14px / 3);
  right: 0;
  width: calc(calc(100% / 3) - calc(14px / 3));
  padding-top: calc(calc(100% / 3) - calc(14px / 3));
  background-color: rgba(61, 61, 61, 0.7);
  z-index: 99;
  pointer-events: none;
}

.images__count span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  font-family: roboto-700;
}

.images__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.images__list a {
  width: calc(calc(100% / 3) - calc(14px / 3));
  padding-top: calc(calc(100% / 3) - calc(14px / 3));
  margin-bottom: calc(14px / 3);
  position: relative;
  display: none;
}

.images__list a:nth-child(1) {
  display: flex;
}

.images__list a:nth-child(2) {
  display: flex;
}

.images__list a:nth-child(3) {
  display: flex;
}

.images__list a:nth-child(4) {
  display: flex;
}

.images__list a:nth-child(5) {
  display: flex;
}

.images__list a:nth-child(6) {
  display: flex;
}

.images__list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.images__content {
  padding: 8px;
  border-radius: 10px;
  background-color: rgba(61, 61, 61, 0.9);
  color: #ffffff;
}

.images__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.images__flex {
  display: flex;
  justify-content: space-between;
}

.images__flex span {
  font-size: 11px;
}

.video {
  text-decoration: none;
  color: #000000;
}

.video__body {
  position: relative;
  padding-top: 56%;
}

.video__body img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all ease 0.3s;
}

.video:hover .video__body img {
  width: 105%;
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  background-color: #31735e;
  color: #ffffff;
}

.video__play i {
  margin: auto;
  font-size: 20px;
}

.video__name {
  margin-top: 8px;
}

.document {
  display: flex;
  justify-content: space-between;
}

.document__image {
  width: calc(30% - 10px);
  object-fit: cover;
  border-radius: 8px;
}

.document__body {
  width: calc(70% - 10px);
}

.document__title {
  margin: 0 0 8px 0;
}

.gift {
  padding-top: 56%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  border-radius: 10px;
  color: #ffffff;
  transition: all ease 0.3s;
}

.gift:hover {
  opacity: 0.9;
}

.gift__content {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  background-color: rgba(61, 61, 61, 0.4);
  padding: 8px;
  border-radius: 8px;
}

.gift__name {
  font-size: 16px;
  font-family: roboto-500;
  margin-bottom: 8px;
}

.gift__flex {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.gift__flex span {}

.gift__flex i {
  font-size: 16px;
}

.code {
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
}

.code__image {
  width: 50%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.code__body {
  margin-left: 10px;
}

.code__label {
  font-family: play-500;
}

.code__name {
  font-size: 18px;
  font-family: play-700;
  margin: 4px 0;
}

.code__detail {
  font-family: play-500;
  color: #31735e;
}

.code__link {
  margin-left: auto;
  margin-top: 30px;
}

/* new css 26 - 9 - 2025 */
:root {
  --primary-color: #31735e;
  --white-color: #ffffff;
  --black-color: #3c3c3c;
  --gray-color: #F6F6F6;
  --font-size-base: 16px;
}

.bg-primary {
  background-color: var(--primary-color);
}

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

.bg-white {
  background-color: var(--white-color);
}

.bg-gray {
  background-color: var(--gray-color);
}


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

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.center-hor {
  justify-content: center;
}

.center-ver {
  align-items: center;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.container-xs,
.container-m,
.container-l,
.container-s {
  margin: 0 auto;
  width: calc(100% - 20px);
}

.container-f {
  max-width: 100%;
  width: 100%;
}

.container-l {
  max-width: 1414px;
}

.container-m {
  max-width: 1240px;
}

.container-s {
  max-width: 1050px;
}

.container-xs {
  max-width: 920px;
}

.banner-homepage img {
  width: 100%;
  height: auto;
}

.news-container {
  padding: 80px 0px;
  gap: 20px;
}

.news-page__container {
  gap: 20px;
  padding: 60px 0px;
}

.news-top__container {
  gap: 20px;
  margin: 20px 0px;
}

.news-top__right {
  flex: 1 1 50%;
  height: 100%;
}

.news-top__right .news__item-new {
  height: 100%;
}

.news-top__right .news__body-new,
.news-top__right .news__content {
  flex-grow: 1;
  justify-content: space-between;
}

.news__small p,
.news-top__right p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-top__right p {
  -webkit-line-clamp: 2;
}

.news__small p {
  -webkit-line-clamp: 1;
}

.news-top__right .news__item {
  gap: 10px;
}

.learning-item,
.product-item,
.explore-course,
.features-item,
.news-top__left .news__small,
.news-top__right .news__item {
  padding: 10px;
  border-radius: 10px;
  background-color: var(--white-color);
  box-shadow: 1px 1px 11px 0px rgba(25, 25, 25, 0.4);
  transition: all 0.3s ease;
}


.product-btn:hover,
.learning-item:hover,
.product-item:hover,
.explore-course:hover,
.features-item:hover,
.news-leftside__larger .news__item:hover,
.news-small__item:hover,
.news-list__item:hover,
.news-right__item:hover,
.product-page__item:hover,
.product-item:hover,
.knowledge-item:hover,
.news-top__left .news__small:hover,
.news-top__right .news__item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  /* border: 1px solid var(--secondary-color); */
}

.news-top__left {
  flex: 0 0 50%;
  gap: 10px;
}

.news__item {
  text-decoration: none;
}

.news__item {
  color: #000000;
}

.news__small .news__image-new {
  flex: 0 0 31%;
}

.news__small .news__image-new img {
  aspect-ratio: 4 / 3;
}

.news__small .news__content {
  flex-grow: 1;
  justify-content: space-between;
}

.news__image-new {
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 30%;
}

.news__image-new img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.news__content,
.news__body-new {
  gap: 10px;
}

.news__content {
  align-items: end;
}

.news-readmore {
  padding: 5px 30px;
  width: fit-content;
  background-color: var(--white-color);
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  gap: 10px;
}

.news__small {
  gap: 10px;
  padding: 10px;
}

.branch h3,
.branch h4,
.branch p,
.news__top p,
.news__top h3 {
  margin: 0px !important;
}

/* advise */
.explore-container,
.advise-container {
  padding: 40px 0px;
  gap: 40px;
}

.advise-contact {
  padding: 40px;
  gap: 24px;
  border-radius: 20px;
  box-shadow: 0px 0px 28px 0px #9ABB0C80;
}

.advise-image p {
  font-size: calc(var(--font-size-base) + 18px);
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  max-width: 184px;
  border-right: 1px solid rgba(25, 25, 25, 0.4);
  background-image: url(/templates/wellbe-new/img/heart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 10px;
  margin: 0px;
}

.advise-intro,
.advise-intro__top,
.advise-intro__bottom {
  flex-grow: 1;
  gap: 20px;
}

.advise-intro__top,
.advise-intro__bottom {
  gap: 10px;
  height: fit-content;
}

.advise-intro__select {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  appearance: none;
  background: url(/templates/wellbe-new/img/chevron-down.webp) no-repeat right 20px center;
  background-size: 10px;
  cursor: pointer;
  min-height: 48px;
  border: none;
}

.advise-intro__select option {
  border-radius: 10px;
  padding: 10px;
}

body .advise-intro__select:focus-visible {
  outline: none;
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(25, 25, 25, 0.4) !important;
}

.advise-intro__select,
.input-box {
  flex-grow: 1;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 5px 0px rgba(25, 25, 25, 0.4);
  gap: 10px;
  font-size: 12px;
  width: 100%;
}

.input-box {
  padding: 15px 15px;
  min-height: 48px;
  height: fit-content;
}

.input-box input {
  flex-grow: 1;
  border: none;
  opacity: 40%;
}

.input-icon {}

.btn-register img {
  aspect-ratio: 1 / 1;
  width: 14px;
  height: auto;
}

.btn-register {
  background-color: var(--primary-color);
  border-radius: 50px;
  border: none;
  color: var(--white-color);
  font-size: var(--font-size-base);
  font-weight: 500;
  gap: 20px;
  aspect-ratio: 164 / 40;
  max-width: 164px;
  height: fit-content;
  padding: 12px 32px;
  min-height: 48px;
}

.why-choose {
  padding: 40px 0px;
  gap: 20px;
}

.why-choose__image {
  flex: 0 0 40%;
}

.why-choose__image img {
  border-radius: 10px;
}

.why-choose__content {
  flex: 1 1 60%;
}

.why-choose__content {
  gap: 20px;
  padding: 20px 20px;
}

.why-choose__content h2 {
  color: var(--orange-color);
  font-size: calc(var(--font-size-base) + 8px);
}

.why-choose__content ul li {
  margin-bottom: 10px;
  font-size: var(--font-size-base);
  background: url("../../img/icon/check-circle.webp") no-repeat left center;
  background-size: 16px 16px;
  padding-left: 44px;
  margin-bottom: 8px;
}

.why-choose__content ul {
  list-style-type: none;
  padding-left: 0;
}

.features-section {}

.features-title {
  font-size: 24px;
  font-family: play-700;
  margin: 0;
}

.features-container {
  gap: 20px;
}

.features-item {
  flex: 1 1 50%;
}

.learning-item {
  gap: 5px;
}

.learning-item,
.product-item,
.explore-course,
.features-item {
  text-decoration: none;
  color: #000;
}

.learning-item p {
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0px;
}

.product-item p,
.explore-course p,
.features-item p {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.learning-item img,
.product-item img,
.explore-course img,
.features-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* course */
.explore-section div {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.product-item,
.explore-course {
  flex: 0 1 calc(100% / 3 - 15px);
}

/* css content SEO */
.product-page__container {
  gap: 20px;
  flex-wrap: wrap;
}

.product-page__padding {
  padding: 50px 0px;
  gap: 30px;
}

.product-page__intro {
  gap: 30px;
  padding: 20px;
  border-radius: 10px;
}

.product-page__intro ol,
ul {
  margin-left: 20px;
}

.product-page__intro img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
}

.product-page__share {
  justify-content: space-between;
}

.product-page__share i {
  font-size: var(--font-size-base);
}

.product-page__btn {
  gap: 10px;
  color: var(--white-color);
  padding: 10px 20px;
  border: 1px solid transparent;
  font-size: var(--font-size-base);
}

.product-container__info,
.product-container__image {
  gap: 20px;
  flex: 0 0 60%;
  padding: 20px;
  border-radius: 10px;
}

.product-container {
  gap: 30px;
}

.product-image {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.product-image button {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 20px 10px;
  height: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-container__price {
  width: fit-content;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
}

.product-image__item {
  width: 61px;
  height: 61px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-image__item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.product-container__info {
  flex: 1 1 40%;
}

.product-page__btn img {
  max-width: 16px;
  aspect-ratio: 1 / 1;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.price-table th {
  padding: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.price-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.price-table tr:hover {
  background-color: #f1fdfb;
  transition: 0.3s;
}

.price-table td.price {
  font-size: 18px;
  font-weight: bold;
  color: #00796b;
}

.product-page__intro h3 {
  margin-bottom: 30px;
}

.product-page__intro li:not(:first-child) h3 {
  margin-top: 30px;
}

.table-heading {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  min-width: 300px;
  /* position: relative; */
}

.table-heading__top img {
  width: 10px;
}

.table-heading__top {
  background: var(--white-color);
  padding: 12px 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.table-heading__top:hover {
  background: #eee;
}

.table-heading__top i {
  transition: transform 0.3s;
}

.table-heading__top.active i {
  transform: rotate(180deg);
}

.table-heading__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
}

.table-heading__body.open {
  max-height: 500px;
}

.table-heading__body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-heading__body li {
  border-top: 1px solid #eee;
}

.table-heading__body a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.table-heading__body a:hover {
  background: #f2f2f2;
}

.product-page__intro ul {
  list-style-type: disc;
}

.product-page__intro ul li {
  margin-bottom: 10px;
}

.product-page__intro h3,
.product-page__intro p,
.product-page__intro li {
  font-size: var(--font-size-base);
  text-transform: unset;
}

/* css product */
.product-section div {
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0px;
}

.product-item {}

.btn-share::before,
.btn-like::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 10px;
  height: auto;
  background-image: url(/templates/wellbe-new/img/share-product.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-share::before {
  background-image: url(/templates/wellbe-new/img/share-product.svg);
}

.btn-like::before {
  background-image: url(/templates/wellbe-new/img/thumbs-up-active.svg);
}

.btn-like.active,
.btn-share.active {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-share.active::before {
  background-image: url(/templates/wellbe-new/img/share-product-active.svg);
}


.btn-like.active::before {
  background-image: url(/templates/wellbe-new/img/thumbs-up.svg);
}

/* css khóa học */
.learning-container {
  padding: 40px 0px;
}

.learning-section div {
  flex-wrap: wrap;
  gap: 20px;
}

.learning-item {
  flex: 0 0 calc(100% / 4 - 15px);
}

/* css pagination */
.product-pagination {
  gap: 10px;
  padding-bottom: 20px
}

.product-pagination a {
  text-decoration: none;
  color: var(--black-color);
}

.product-page__title h1 {
  font-size: calc(var(--font-size-base) + 14px);
}

.product-page__filter {
  justify-content: space-between;
}

.sort-select {
  padding: 8px 40px 8px 12px;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 16px;
  appearance: none;
  background: url("../../img/icon/chevron-down.webp") no-repeat right 10px center;
  background-size: 10px;
  cursor: pointer;
}

.product-container__info .product-price span,
.price-discount__container span:last-child {
  text-decoration: line-through;
}

.product-price {
  gap: 5px;
}

.combo-item.active {
  border: 1px solid var(--primary-color);
}

.combo-item {
  background-color: var(--white-color);
  border: 1px solid var(--black-color);
  border-radius: 10px;
  padding: 5px 15px;
}

.product-pagination__btn:last-child,
.product-pagination__btn:first-child {
  border: unset;
}

.product-price b {
  font-size: calc(var(--font-size-base) * 2);
  color: var(--secondary-color);
}

.product-container__info b,
.product-container__info p,
.combo-item p {
  font-size: calc(var(--font-size-base) + 2px);
}

.all-combo {
  flex-wrap: wrap;
}

.product-btn {
  border-radius: 10px;
  min-height: 56px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  width: fit-content;
  text-decoration: none;
  flex: 1 1 auto;
  text-align: center;
  box-shadow: 1px 1px 11px 0px rgba(25, 25, 25, 0);
  transition: all 0.3s ease;
}

.product-btn img {
  max-width: 18px;
  width: 100%;
  height: auto;
}

.product-btn.active {
  color: var(--white-color);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.all-combo,
.product-container__combo {
  gap: 10px;
}

.product-pagination__btn {
  width: 30px;
  height: 30px;
  border: 1px solid var(--black-color);
}

.product-pagination__btn.active {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}

.product-image>img {
  aspect-ratio: 4 / 4;
  max-width: 80%;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.product-image__item.active {
  border: 2px solid #00796b;
  opacity: 0.8;
}

/* css blog */

.news-right__container,
.blog-container,
.news-right__type,
.news-leftside__list,
.news-list__item,
.news-leftside__small,
.news-leftside__top,
.news-page__container>div,
.news-rightside,
.news-leftside {
  gap: 20px;
}

.news-leftside {
  flex: 1 1 80%;
}

.news-leftside h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.news-rightside {
  flex: 0 0 20%;
}

.news-leftside img,
.news-rightside img {
  width: 100%;
  height: auto;
}

.news-leftside a,
.news-rightside a {
  text-decoration: none;
  color: var(--black-color);
}

.product-detail__function {
  margin: 10px 0px;
  gap: 10px;
  flex-wrap: wrap;
  width: fit-content;
  position: relative;
}

.product-container__info .product-detail__function,
.product-container__info h1 {
  display: none;
}

.news__share__drop {
  max-width: calc(100vw - 30px);
  overflow: auto;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  transition: 0.3s linear;
  gap: 10px;
  display: none;
}

.news__share__drop.active {
  display: flex;
}

.news__share__close {
  height: 100%;
  width: auto;
  aspect-ratio: 1 / 1;
  font-size: calc(16px + 2px);
}

.news__share-buttons a {
  padding: 5px;
  font-size: calc(16px - 4px);
  gap: 10px;
  text-decoration: none;
  color: black;
}

.news__share-buttons a img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  max-width: 32px;
  object-fit: cover;
  object-position: center;
}

.news-share__header {
  width: 100%;
  justify-content: space-between;
  align-items: start;
}

.news__share-buttons {
  gap: 10px;
}

.news__share__copy {
  display: block;
  width: 100%;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
}

.productdetail-container h1,
.product-detail__function p {
  margin: 0px;
}

.btn-like.active,
.btn-share.active {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.product-detail__btn {
  padding: 5px 20px;
  gap: 10px;
  color: var(--primary-color);
  border-radius: 5px;
  border: 1px solid var(--primary-color);
}

.product-container__combo p,
.combo-item p,
.product-container__price p,
.news-leftside h2,
.news-leftside h3,
.news-leftside p,
.news-rightside h3,
.news-rightside p {
  margin: 0px;
}

.news-leftside__top {}

.news-leftside__larger {
  flex: 1 1 60%;
}

.news-leftside {
  flex: 1 1 75%;
}

.news-leftside__small {
  flex: 0 0 40%;
}

.news-rightside {
  flex: 0 0 25%;
}

.news-small__item .news__image-new {
  flex: 0 0 40%;
}

.news-leftside__larger .news__content p,
.news-small__item .news__content p,
.news-list__item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-leftside__larger .news__content p,
.news-list__item p {
  -webkit-line-clamp: 2;
}

.news-leftside img,
.news-leftside__larger .news__item {
  height: 100%;
}

.news-small__item .news__content p {
  -webkit-line-clamp: 1;
}

.news-list__item .news__content {
  flex: 1;
  justify-content: space-between;
}

.news-leftside__larger .news__item:hover,
.news-small__item:hover,
.news-list__item:hover,
.news-right__item:hover,
.product-page__item:hover,
.product-item:hover,
.knowledge-item:hover,
.news-top__left .news__small:hover,
.news-top__right .news__item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

.news-leftside__larger .news__image-new {
  flex: 0 1 100%;
}

.news-leftside__larger .news__image-new img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.news-leftside__larger .news__item,
.news-small__item,
.news-list__item,
.news-right__item {
  padding: 10px;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: all 0.6s ease;
}

.news-leftside__small .news__image-new img {
  width: 100%;
  height: 100%;
}

.news-right__type a {
  background-color: var(--white-color);
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  padding: 20px 10px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.news-right__type a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.news-right__item img {
  aspect-ratio: 111 / 84;
  max-width: 111px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.news-right__container {
  flex-wrap: wrap;
}

.news-right__item {
  flex: 1 1 calc(100% - 10px);
}

.map-container {
  width: 100%;
  aspect-ratio: 16 / 6;
  margin: 20px 0px;
  height: auto;
}

.des-contact {
  text-align: center;
  padding: 0px 10vw;
}

.contact-bottom__container,
.contact-top__container {
  padding: 30px 0px
}

.contact-info__container {
  gap: 30px;
  flex-wrap: wrap;
  margin: 20px 0px;
}

.contact-info__content {
  gap: 10px;
}

.call-info {
  gap: 10px;
  margin: 20px 0px;
}

.call-info b {
  color: var(--primary-color);
  font-size: calc(var(--font-size-base) + 12px);
}

.call-info img {
  aspect-ratio: 1 / 1;
  max-width: 28px;
}

.evaluate-container {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.review-submit {
  margin-bottom: 20px;
}

.btn-submit-review {
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-submit-review:hover {
  background-color: #2e6148;
}

.review-list {
  flex-direction: column;
  gap: 20px;
}

.review-item {
  border: 1px solid var(--primary-color);
  padding: 15px;
  background-color: var(--color-white);
  flex-direction: column;
  gap: 10px;
}

.review-item__header {
  justify-content: space-between;
  align-items: center;
}

.review-item__header strong {
  font-weight: bold;
  font-size: calc(var(--font-size-base) + 4px);
}

.review-item__content {
  margin-bottom: 10px;
  color: var(--black-color);
}

.review-item__footer {
  gap: 10px;
  font-size: 13px;
  color: var(--black-color);
  align-items: center;
}

.review-item__footer span,
.review-item__content {
  font-size: var(--font-size-base);
}

.btn-show-more {
  display: none;
  width: fit-content;
  padding: 8px 16px;
  border: none;
  background-color: var(--primary-color);
  color: var(--color-white);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

.btn-show-more:hover {
  background-color: var(--secondary-color);
}

.review-section {
  padding: 40px 20px;
  background-color: var(--color-white);
  border: 1px solid var(--black-color);
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
}

.review-section__title {
  font-size: calc(var(--font-size-base) + 8px);
  font-weight: bold;
  border-bottom: 2px solid var(--black-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.review-summary {
  gap: 20px;
  margin-bottom: 20px;
}

.review-summary__score {
  font-size: calc(var(--font-size-base) * 2);
  font-weight: bold;
  color: var(--secondary-color);
  flex-direction: column;
  gap: 10px;
}

.review-summary__score strong {
  font-size: calc(var(--font-size-base) * 2);
  color: var(--primary-color);
  text-align: center;
}

.review-summary__stars {
  color: var(--secondary-color);
  font-size: var(--font-size-base);
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.review-filter {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.review-filter button {
  height: fit-content;
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  background-color: var(--color-white);
  color: var(--primary-color);
  cursor: pointer;
  font-size: calc(var(--font-size-base) - 2px);
  transition: all 0.2s ease;
}

.review-filter button:hover,
.review-filter .active {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9;
}

.popup-overlay.active {
  display: flex;
}

.popup-box {
  background: var(--white-color);
  padding: 24px;
  width: 90%;
  max-width: 400px;
  position: relative;
  left: 50%;
  top: 50%;
  height: fit-content;
  transform: translate(-50%, -50%);
}

.popup-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.popup-textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  resize: vertical;
  margin-bottom: 16px;
}

.popup-stars {
  justify-content: center;
  font-size: calc(var(--font-size-base) + 8px);
  margin-bottom: 16px;
}

.popup-stars .star {
  cursor: pointer;
  color: var(--color-black);
  margin: 0 4px;
  transition: color 0.3s;
}

.popup-stars .star.active {
  color: gold;
}

.popup-captcha {
  margin-bottom: 16px;
  font-size: calc(var(--font-size-base) - 2px);
}

.popup-actions {
  justify-content: flex-end;
  gap: 10px;
}

.btn-cancel,
.btn-submit {
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.btn-cancel {
  border: 1px solid var(--primary-color);
  background-color: var(--white-color);
}

.btn-submit {
  background: var(--primary-color);
  color: var(--white-color);
}

.popup-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.logo-header {
  max-width: 80px;
}

.logo-header img {
  aspect-ratio: 415 / 234;
  width: 100%;
  height: auto;
}

.btn-login,
.btn-bag {
  border-radius: 20px;
  margin: 0px;
  padding: 5px 15px;
  border: 1px solid var(--primary-color);
}

.searchIcon {
  position: relative;
}

.search-bar {
  position: absolute;
  top: 133%;
  right: -28px;
  padding: 5px 5px 5px 20px;
  border-radius: 50px;
  gap: 10px;
  border: 1px solid var(--primary-color);
  z-index: 10;
  display: none;
  width: fit-content;
}

.search-bar input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #333;
  padding: 6px 10px;
  font-size: 14px;
}

*:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.search-bar.active {
  display: flex;
}

.search-bar button,
.search-bar input {
  border: none;
}

.search-bar button {
  white-space: nowrap;
  color: var(--white-color);
  padding: 5px 10px;
  border-radius: 50px;
}

/* css footer */
.footer-container {
  padding: 60px 0px;
  width: calc(100% - 20px);
}

footer {
  border-top: 1px solid var(--black-color);
}

.footer-top {
  margin: 10px 0px;
}

.footer-top img {
  max-width: 220px;
}

.footer-bottom {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-bottom__content {
  max-width: 450px;
  gap: 10px;
}

.footer-bottom__content a,
.footer-bottom__content p,
.footer-bottom__content h3 {
  margin: 0px;
  text-decoration: none;
  color: var(--black-color);
}

.footer-bottom__content h3 {
  font-size: calc(var(--font-size-base) + 2px);
  text-transform: uppercase;
}

.footer-bottom__social {
  flex-grow: 1;
  justify-content: space-between;
  max-height: 25px;
}

.footer-bottom__social a img {
  max-width: 25px;
  height: auto;
  width: 100%;
  text-align: center;
}

.pagination {
  gap: 8px;
}

.pagination__item,
.pagination__prev,
.pagination__next {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  margin: 0px;
  transition: background 0.2s;
}

.pagination__item:hover,
.pagination__prev:hover,
.pagination__next:hover {
  background: #f3f3f3;
}

.pagination__item.active {
  background: #00796b;
  color: #fff;
  border-color: #00796b;
}

.pagination__prev,
.pagination__next {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .news-top__left {
    flex: 0 0 65%;
  }

  .news-top__right {
    flex: 1 1 60%;
    height: 100%;
  }

  .news-top__left {
    flex: 0 0 40%;
  }

  .news-top__right p {
    -webkit-line-clamp: unset;
  }

  .news-top__left .news__body-new h3 {
    font-size: 17px;
  }

  .news-readmore {
    padding: 5px 15px;
    font-size: 14px;
  }

  .news-leftside__small {
    flex-direction: row !important;
  }

  .news-small__item,
  .news-leftside__top {
    flex-direction: column;
  }

  .click-and-buy__container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 835px) {
  .advise-contact {
    flex-direction: column;
    align-items: center;
  }

  .advise-intro {
    width: 100%;
  }

  .advise-image p {
    border-right: 1px solid transparent;
    margin: 0px;
  }

  .news-leftside__top {
    flex-direction: column;
  }

  .news-right__item {
    flex-direction: column;
  }

  .news-right__item img {
    max-width: unset;
  }

  .news-right__container {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 768px) {
  .explore-course {
    flex: 1 1 calc(100% / 2 - 15px);
  }

  .learning-item {
    flex: 0 0 calc(100% / 3 - 15px);
  }

  .product-container,
  .news-leftside__small {
    flex-direction: column !important;
  }

  .news-small__item {
    flex-direction: row;
  }

  .product-item p,
  .explore-course p,
  .features-item p {
    font-size: 16px;
  }

  .product-new {
    width: calc(100% / 2 - 20px) !important
  }
}

@media screen and (max-width: 600px) {
  .product-new {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (max-width: 551px) {
  .news-top__container {
    flex-direction: column;
  }

  .news-right__item {
    flex: 0 0 calc(100% / 2 - 15px);
  }

  .news-top__right p {
    -webkit-line-clamp: 2;
  }

  .advise-intro__bottom,
  .advise-intro__top {
    flex-direction: column;
  }

  .explore-course {
    flex: 1 1 100%;
  }

  .all-product__container {
    flex-wrap: wrap !important;
  }

  .product-section div {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 15px 0px;
  }

  .product-item {
    flex: 0 0 180px;
    height: fit-content;
  }

  .blog-container {
    flex-direction: column;
  }

  .learning-item {
    flex: 0 0 calc(100% / 2 - 15px);
  }

  .search-bar {
    left: 0px;
  }

  .map-new__container {
    flex-direction: column;
    width: 100%;
  }

  .product-item p,
  .explore-course p,
  .features-item p {
    font-size: 12px;
  }

  .product__actions {
    flex-direction: column;
    gap: 10px !important;
  }

  .product-new .product__actions,
  .product-new .product__actions .btn {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}