* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  background: #f7f9fa;
}

/* Menu */
.superNav {
  font-size: 13px;
}

.nav-item-li {
  padding: 5px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.ul-profile {
  position: absolute;
  right: -20px;
  left: auto;
  width: 300px;
}

.ul-profile::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -7px;
  right: 28px;
  transform: rotate(45deg);
  border-top: 1px solid #f2f4f9;
  border-left: 1px solid #f2f4f9;
}

.break-word {
  word-break: break-word;
}

@media screen and (max-width: 540px) {
  .centerOnMobile {
    text-align: center;
  }
}

@media screen and (max-width: 990px) {
  .ul-profile {
    display: block;
  }

  .div-profile {
    display: none;
  }

  .nav-item-li:first-child {
    margin-top: 15px;
  }
}

/* End Menu */

.gallery {
  background: #eee;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8c8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.nav {
  --bs-nav-link-hover-color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #f7f9fa;
}

.nav-link {
  color: #6a6f73;
}

.title-card {
  color: #2d2f31;
  font-weight: inherit;
  text-decoration: none;
  font-size: 16px;
}

.subject-card {
  font-size: 12px;
  color: #6a6f73;
}

.checked {
  color: orange;
}

.price-card {
  font-size: 16px;
  font-weight: bold;
}

.base-price-card {
  font-size: 13px;
  text-decoration: line-through;
}

.card {
  width: 100%;
}

/* New 14/01/2024 */
.ud-footer .footer-section {
  background: #1c1d1f;
  border-top: 1px solid #3e4143;
  color: #fff;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

@media screen and (min-width: 61.31em) {
  .ud-footer .footer-section {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 43.81em) {
  .ud-footer .footer-section-main {
    padding-top: 2.4rem;
  }
}

.ud-footer .nav-item .nav-link {
  color: #fff !important;
}

.avatar-item {
  background: #2d2f31;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  object-fit: cover;
  color: var(--color-white);
  margin-left: 10px;
  margin-top: 10px;
  width: 4.4rem;
  height: 3.4rem;
  color: #fff;
}

.info-account-li {
  padding: 0.2rem 0.6rem;
}

.info-account-link {
  color: #2d2f31;
  text-decoration: none;
}

.icon-carousel {
  background-color: #2d2f31;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 3px;
}

.partner-banner {
  padding: 4.4rem;
  width: 100%;
  text-align: center;
}

.partner-ul-list {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
}

.partner-heading {
  color: #6a6f73;
  font-weight: 400;
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  max-width: 100%;
}

.partner-logo-item {
  padding-left: 0;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

/* .split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
} */

@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap);

.btn#btn-search,
.btn[data-bs-target="#registerModal"],
.btn {
  color: #fff;
}

.btn-dark,
.btn-secondary {
  color: #000;
}

.btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.btn {
  border-width: 0;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  transition: all 0.3s;
}

.btn-primary,
.btn {
  background-color: #2B54A4;
}

.btn-primary:hover,
.btn:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #6690ff;
}

.btn-primary:active,
.btn:active,
.btn-primary:focus,
.btn:focus {
  background-color: #2B54A4;
}

.btn-primary:focus,
.btn:focus {
  border: 2px solid #2B54A4;
}

.btn-secondary {
  background-color: #fc3;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #000;
}

.btn-secondary:hover {
  background-color: #ffd966;
}

.btn-secondary:active,
.btn-secondary:focus {
  background-color: #d4a720;
}

.btn-secondary:focus {
  border: 2px solid #ffd966;
}

.btn-success {
  background-color: #23c653;
}

.btn-success:hover {
  background-color: #54dc6e;
}

.btn-success:active,
.btn-success:focus {
  background-color: #1aaa52;
}

.btn-success:focus {
  border: 2px solid #54dc6e;
}

.btn-danger {
  background-color: #ff4539;
}

.btn-danger:hover {
  background-color: #ff7f6a;
}

.btn-danger:active,
.btn-danger:focus {
  background-color: #db2a30;
}

.btn-danger:focus {
  border: 2px solid #ff7f6a;
}

.btn-info {
  background-color: #41a0fc;
  color: #000;
}

.btn-info:hover {
  background-color: #70befe;
}

.btn-info:active,
.btn-info:focus {
  background-color: #2f7cd8;
}

.btn-info:focus {
  border: 2px solid #70befe;
}

.btn-warning {
  background-color: #ffec3a;
  color: #000;
}

.btn-warning:hover {
  background-color: #fff16c;
}

.btn-warning:active,
.btn-warning:focus {
  background-color: #dbc72a;
}

.btn-warning:focus {
  border: 2px solid #fff16c;
}

.btn[data-bs-target="#loginModal"],
.btn-outline-primary {
  border-color: #36f;
  background-color: rgba(0, 0, 0, 0);
  color: #36f;
}

.btn[data-bs-target="#loginModal"]:hover,
.btn-outline-primary:hover {
  border-color: #6690ff;
  background-color: rgba(0, 0, 0, 0);
  color: #6690ff;
}

.btn[data-bs-target="#loginModal"]:active,
.btn-outline-primary:active,
.btn[data-bs-target="#loginModal"]:focus,
.btn-outline-primary:focus {
  border-color: #254eda;
  color: #254eda;
}

.btn-outline-secondary {
  border-color: #fc3;
  background-color: rgba(0, 0, 0, 0);
  color: #fc3;
}

.btn-outline-secondary:hover {
  border-color: #ffd966;
  background-color: rgba(0, 0, 0, 0);
  color: #ffd966;
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  border-color: #d4a720;
  color: #d4a720;
}

.btn-outline-success,
.btn-outline-success:hover {
  border: 1px solid #23c653;
  background-color: rgba(0, 0, 0, 0);
  color: #23c653;
}

.btn-outline-success:hover {
  border-color: #54dc6e;
  background-color: rgba(0, 0, 0, 0);
  color: #54dc6e;
}

.btn-outline-success:active,
.btn-outline-success:focus {
  border-color: #1aaa52;
  color: #1aaa52;
}

.btn-outline-danger {
  border-color: #ff4539;
  background-color: rgba(0, 0, 0, 0);
  color: #ff4539;
}

.btn-outline-danger:hover {
  border-color: #ff7f6a;
  background-color: rgba(0, 0, 0, 0);
  color: #ff7f6a;
}

.btn-outline-danger:active,
.btn-outline-danger:focus {
  border-color: #db2a30;
  color: #db2a30;
}

.btn-outline-info {
  border-color: #ffec3a;
  background-color: rgba(0, 0, 0, 0);
  color: #ffec3a;
}

.btn-outline-info:hover {
  border-color: #fff16c;
  background-color: rgba(0, 0, 0, 0);
  color: #fff16c;
}

.btn-outline-info:active,
.btn-outline-info:focus {
  border-color: #dbc72a;
  color: #dbc72a;
}

.btn-outline-warning {
  border-color: #41a0fc;
  background-color: rgba(0, 0, 0, 0);
  color: #41a0fc;
}

.btn-outline-warning:hover {
  border-color: #70befe;
  background-color: rgba(0, 0, 0, 0);
  color: #70befe;
}

.btn-outline-warning:active,
.btn-outline-warning:focus {
  border-color: #2f7cd8;
  color: #2f7cd8;
}

.main-description .product-category a,
.btn-link,
.btn-link-forgot,
.btn#readMoreBtn {
  padding: 0.25rem;
  color: #36f;
  -webkit-text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.main-description .product-category a:hover,
.btn-link:hover,
.btn-link-forgot:hover,
.btn#readMoreBtn:hover,
.main-description .product-category a:active,
.btn-link:active,
.btn-link-forgot:active,
.btn#readMoreBtn:active,
.main-description .product-category a:focus,
.btn-link:focus,
.btn-link-forgot:focus,
.btn#readMoreBtn:focus {
  background-color: #e3e4eb;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
}

body {
  color: #000;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.84375rem;
  font-weight: 700;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
}

h1,
.h1,
.h1-a {
  margin-bottom: 3.375rem;
  font-size: 3.05176rem;
}

h2,
.h2,
.h2-a {
  font-size: 2.44141rem;
}

h3,
.h3,
.h3-a {
  font-size: 1.95313rem;
}

h4,
.h4,
.h4-a {
  font-size: 1.5625rem;
}

h5,
.h5,
.h5-a {
  margin-bottom: 0;
  font-size: 1.25rem;
}

h6,
.h6,
.h6-a {
  margin-bottom: 0;
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.6875rem;
  font-size: 1rem;
  line-height: 1.6875rem;
}

small {
  font-size: 80%;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  border-color: rgba(0, 0, 0, 0);
  background-color: #e3e4eb;
  color: #c7c8d9;
}

.btn#readMoreBtn[class*="btn-outline"] {
  border-width: 0;
}

.btn-link,
.btn-link-forgot {
  margin-top: 0.5rem;
}

.text-color {
  color: #555770;
}

.form-label {
  color: #555770;
  font-weight: 500;
  font-size: 0.8rem;
}

.form-control,
.form-select {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(142, 144, 166, 0.16);
  color: #8e90a6;
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: #8e90a6;
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: #8e90a6;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #8e90a6;
}

.form-control:focus,
.form-select:focus {
  background-color: #fff;
  color: #000;
}

.nav-pills {
  position: relative;
}

.nav-pills:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f2f2f5;
  content: "";
}

.nav-pills .nav-item:not(:first-child) {
  margin-left: 2rem;
}

.nav-pills .nav-link {
  position: relative;
  padding: 0.5rem 0.25rem;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s;
}

.nav-pills .nav-link:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  content: "";
}

.nav-pills .nav-link:hover {
  color: #36f;
}

.nav-pills .nav-link:hover:before {
  background-color: #36f;
}

.nav-pills .nav-link:active,
.nav-pills .nav-link:focus {
  background-color: #6690ff;
  color: #fff;
}

.nav-pills .nav-link:active:before,
.nav-pills .nav-link:focus:before {
  background-color: #36f;
}

.nav-pills .nav-link.active {
  background-color: rgba(0, 0, 0, 0);
  color: #36f;
}

.nav-pills .nav-link.active:before {
  background-color: #36f;
}

.card {
  padding: 1rem;
  border: 2px solid #e3e4eb;
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.3s;
}

.card:hover {
  transform: translateY(-4px);
  border-color: #36f;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
}

.card-img,
.card-img-top {
  border-radius: 8px;
}

.card-body {
  padding: 0;
}

.card-body .card-title,
.card-body .title-card {
  display: block;
  margin-top: 1rem;
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
}

.card-body .card-text,
.card-body .subject-card,
.card-body .star {
  color: #555770;
  font-size: 1rem;
}

.card-body .card-text,
.card-body .subject-card {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 400;
}

.course-item {
  align-items: stretch;
  transition: all 0.3s;
}

.course-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.course-item:hover > div {
  transform: translateY(-4px);
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
}

.course-item:hover > div:last-child {
  border-color: #36f;
}

.course-item.mb-3:not-last-child {
  margin-bottom: 0 !important;
}

.course-item.mb-3:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

.course-item > div {
  transition: all 0.3s;
}

.course-item > div:last-child {
  border: 2px solid #e3e4eb;
  border-left-width: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #fff;
}

.course-item > div:last-child.p-2 {
  padding: 1.5rem 1.5rem 0 1.5rem !important;
}

.course-item > div:last-child .title-card {
  font-weight: 700;
  font-size: 1.5625rem;
}

.course-item > div:last-child .subject-card {
  color: #555770;
  font-weight: 400;
  font-size: 1rem;
}

.course-item .p-2 {
  padding: 0 !important;
}

.course-item img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 260px;
  height: 173px;
}

.star {
  margin-top: 1.5rem;
  font-weight: 700;
}

.star > span:last-child {
  color: #8e90a6;
  font-weight: 400;
  font-size: 0.8rem;
}

.bd-example {
  padding: 0;
  border-width: 0;
}

.bd-example .owl-stage-outer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
  overflow-y: visible;
}

.main-img > img {
  position: relative;
  border-radius: 8px;
}

.main-img .previews {
  margin-right: 0;
  margin-left: 0;
  gap: 8px;
}

.main-img .previews > div {
  padding: 0.375rem;
  border: 2px solid #e3e4eb;
  border-radius: 10px;
  transition: all 0.3s;
}

.main-img .previews > div img {
  aspect-ratio: 1;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.main-img .previews > div:hover,
.main-img .previews > div:active,
.main-img .previews > div:focus {
  border-color: #36f;
}

.main-description .product-category {
  font-weight: 700;
}

.main-description .product-category a {
  border-radius: 4px;
  font-weight: 400;
}

.main-description .product-title {
  font-weight: 700;
  font-size: 1.95313rem;
}

.main-description .product-title.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 5px !important;
}

.main-description .price-area.my-4 {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.main-description .price-area p:nth-of-type(1) {
  color: #555770;
  font-size: 1rem;
}

.main-description .price-area p:nth-of-type(2) {
  color: #8e90a6;
  font-size: 0.8rem;
}

.main-description .price-area .old-price {
  font-size: 0.8rem;
}

.main-description .price-area .star {
  margin-top: 0;
}

/* .main-description p[class*="mt"] {
  margin-top: 0 !important;
}

.main-description p[class*="mb"] {
  margin-bottom: 0 !important;
} */

.product-details.my-4 {
  margin-top: 3rem !important;
  margin-bottom: 0 !important;
}

.user_review .author_review {
  font-weight: 700;
}

.user_review > div > span {
  display: block;
}

.user_review:not(:first-child) {
  margin-top: 2rem;
}

.user_review.mb-3 {
  margin-bottom: 0 !important;
}

.img-course {
  width: 260px;
  height: 152px;
}

@media only screen and (max-width: 1400px) {
  .img-course {
    width: 260px !important;
    height: 213px !important;
  }
}

/* Start main page 06/03/2024 */

.listclass {
  display: flex;
  padding: 0 0 0 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.listclass ol,
ul {
  list-style: none;
}

.listclass > li {
  padding-bottom: 16px;
  text-align: center;
  width: calc(33.33333% - 10px);
  flex: 0 0 auto;
}

.jumb-class {
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0;
  position: relative;
  text-align: left;
}

.listclass .cs-header {
  cursor: pointer;
  display: block;
  padding-top: 4px;
  position: relative;
}

.listclass a {
  color: #039;
  text-decoration: none;
}

.listclass .cs-header span {
  display: inline-block;
}

.cs-number {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 43px;
  left: -4px;
  position: relative;
  color: #fff;
  border-radius: 0 19px 19px 0;
  line-height: 38px;
  height: 38px;
}

.cs-name {
  font-size: 28px;
  height: 38px;
  line-height: 38px;
  margin-left: 32px;
  right: 60px;
  vertical-align: bottom;
  left: 60px;
  margin: 0 auto;
  text-align: center;
}

.listclass .cs-box {
  padding: 6px 16px 16px 16px;
}

.listclass .index-2 .cs-info {
  border-bottom: 1px solid #0000001f;
}

.listclass .cs-info {
  border-bottom: 1px solid #0000001f;
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  padding-bottom: 8px;
  max-height: 55px;
  font-size: 15px;
}

.listclass .sub-class {
  right: auto;
  column-width: 200px;
  column-gap: 8px;
  column-fill: auto;
  column-fill: balance;
  top: 0;
  margin-bottom: 8px;
  position: relative;
  height: 135px;
}

.sub-class li {
  margin-bottom: 5px;
}

.listclass .sub-class .more-class {
  position: absolute;
  bottom: -16px;
  right: 0;
  margin-bottom: 0;
}

.sub-class li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  line-height: 22px;
  color: initial;
}

.sub-class li a:hover {
  color: #ffa500;
}

.listclass h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

/* End main page 06/03/2024 */

/* Start detail page 06/03/2024 */
.mobile-friendly--work-cover--container.redesign-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 8px 0 -3px white,
    0 8px 2px -2px rgba(0, 0, 0, 0.1), 0 16px 0 -6px white,
    0 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.mobile-friendly--work-cover--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 256px;
  height: 330px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 8px 0 -3px white,
    0 8px 2px -2px rgba(0, 0, 0, 0.1), 0 16px 0 -6px white,
    0 16px 35px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

@media screen and (max-width: 990px) {
  .mobile-friendly--work-cover--container {
    width: 200px;
    height: 260px;
  }

  .home-page .mobile-friendly--work-cover--container {
    height: 200px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1300px) {
  .home-page .mobile-friendly--work-cover--container {
    height: 280px;
  }
}

.home-page .mobile-friendly--work-cover--container {
  width: auto;
}

.work-cover--thumbnail-cover {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

img.work-cover--thumbnail-image {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
/* End detail page 06/03/2024 */

.image-preview {
  width: 100%;
  max-height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* @media screen and (max-width: 1400px) {
  .image-preview {
    width: 750px;
  }
}

@media screen and (max-width: 1200px) {
  .image-preview {
    width: 600px;
  }
}

@media screen and (max-width: 990px) {
  .image-preview {
    width: 700px;
  }
}

@media screen and (max-width: 780px) {
  .image-preview {
    width: 550px;
  }
} */

.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}

.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  left: -33px;
  scale: 2;
  color: #000;
  padding-top: 35px;
}

.owl-carousel .next-slide {
  right: -33px;
  scale: 2;
  color: #000;
  padding-top: 35px;
}

span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}

span.img-text:hover {
  color: #2caae1;
}

.font-14 {
  font-size: 14px;
}

/* Reponsive avatar profile */

.button-icon-avatar {
  float: right;
  height: 40px;
  width: 40px;
  margin-top: -45px;
  margin-right: 80px;
  border-radius: 50%;
  background: #c0c0c0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-avatar {
  height: 30px;
  width: 30px;
}

@media screen and (max-width: 1399px) {
  .img-account-profile {
    width: 320px;
    height: 320px;
  }
}

@media screen and (max-width: 1400px) {
  .button-icon-avatar {
    margin-right: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .button-icon-avatar {
    margin-right: 350px;
  }
}

@media screen and (max-width: 991px) {
  .button-icon-avatar {
    margin-right: 230px;
  }
}

@media screen and (max-width: 767px) {
  .button-icon-avatar {
    margin-right: 140px;
  }
}

/* --- Banner main page --- */

.img-carousel {
  height: 100%;
  object-fit: cover;
}

/* --- End banner main page --- */

.bd {
  border-bottom: 1px solid #e5e5e5;
}

.mb-18 {
  margin-bottom: 18px;
}

.single-most-product {
  overflow: hidden;
  padding-bottom: 18px;
}

.most-product-img {
  position: relative;
  overflow: hidden;
  float: left;
  width: 25%;
}

.most-product-img img,
.product-img img {
  max-width: 100%;
  height: auto;
}

.most-product-content {
  float: left;
  width: 75%;
  padding-left: 15px;
}

.most-product-content h4 {
  margin-bottom: 0;
  margin: 0 0 10px;
  /* font-family: open sans, sans-serif; */
  color: #333;
  font-weight: 700;
}

.most-product-content h4 a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  /* font-family: dosis, serif; */
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

.product-price {
  transition: all 0.5s ease 0s;
}

.product-price ul {
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0;
}

.product-price ul li {
  display: inline-block;
  color: #8E8E93;
  font-size: 15px;
  font-weight: 600;
  /* font-family: dosis, serif; */
  font-style: italic;
  text-align: left;
}

.select2-selection__placeholder,
.hint {
  color: #a9a9a9 !important;
}

/* --- Tài liệu nổi bật --- */
.product-wrapper {
  position: relative;
  overflow: hidden;
  /* width: 235px;  */
  /* margin-right: 20px; */
}

.mb-40 {
  margin-bottom: 40px;
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img a img {
  width: 100%;
  height: 337px;
}

.product-flag {
  left: 0;
  position: absolute;
  top: -2px;
}

.product-flag ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.product-flag li {
  line-height: 16px;
}

.product-flag ul li>span {
  background: #f07c29 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 0 6px;
  text-align: center;
  text-transform: uppercase;
  z-index: 100;
  font-weight: 400;
  position: relative;
  /* font-family: open sans, sans-serif; */
}

.product-details {
  margin: 0 10px;
}
.product-details h4 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.product-details h4 a {
  color: #333;
  display: block;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  padding: 0;
  text-transform: capitalize;
  transition: .3s;
  text-decoration: none;
  text-align: left;
  /* font-family: dosis, serif; */
  font-size: 20px;

  display: -webkit-box;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
/* --- End --- */

.text_review {
  word-break: break-all;
}

.height-40 {
  height: 40px;
}