.all_gioithieu_index h1,
.all_gioithieu_index h2,
.all_gioithieu_index h3,
.all_gioithieu_index h4 {
  display: block;
  margin-bottom: 20px;
  color: #242424;
  font-weight: 600;
  line-height: 1.4;
}

.all_gioithieu_index h5,
.all_gioithieu_index h6 {
  margin-bottom: 20px;
  color: #242424;
  font-weight: 600;
  line-height: 1.4;
}

.all_gioithieu_index p {
  margin-bottom: 20px;
}

.all_gioithieu_index strong {
  font-weight: 600;
}

.all_gioithieu_index a {
  /*color: #242424;*/
}

.all_gioithieu_index {
  line-height: 1.8;
  color: #111111;
  text-align: justify;
}

.all_gioithieu_index h1 {
  font-size: 28px;
}

.all_gioithieu_index h2 {
  font-size: 24px;
}

.all_gioithieu_index h3 {
  font-size: 22px;
}

.all_gioithieu_index h4 {
  font-size: 18px;
}
.all_gioithieu_index h5 {
  font-size: 16px;
}
.all_gioithieu_index h6 {
  font-size: 12px;
}
.all_gioithieu_index ol,
.all_gioithieu_index ul,
.all_gioithieu_index dl {
  margin-left: 2rem;
  margin-bottom: 20px;
  list-style: disc;
}
.all_gioithieu_index .gallery {
  margin-bottom: 20px;
}
.all_gioithieu_index td {
  padding: 5px;
}
.all_gioithieu_index td strong {
  font-weight: 600;
}
.all_gioithieu_index > table {
  margin-bottom: 20px;
}
.all_gioithieu_index > table.bangia_row > tbody > tr > td {
  border: 1px solid #e4e4e4;
}
.all_gioithieu_index > table.bangia_row > tbody > tr {
  background: #f9f9f9;
}
.all_gioithieu_index > table.bangia_row > tbody > tr:nth-child(2n + 2) {
  background: #e4e4e4;
}
.all_gioithieu_index > table.bangia_row > tbody > tr:first-child {
  background: #275d2e;
}
.all_gioithieu_index > table.bangia_row > tbody > tr:nth-child(2) {
  background: #30a52b;
}
.all_gioithieu_index > table.bangia_row > tbody > tr:first-child td,
.all_gioithieu_index > table > tbody > tr:nth-child(2) td {
  color: #fff;
}
.all_gioithieu_index table.bangia_row tbody tr td {
  text-align: center;
}
.all_gioithieu_index figure {
  margin: 0 auto 25px auto;
  display: block;
  text-align: center;
}
.all_gioithieu_index pre {
  font-family: "Gilroy";
  background: #f2f2f2;
  padding: 10px;
}
.all_gioithieu_index blockquote {
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
.all_gioithieu_index figcaption {
  font-family: "Gilroy";
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
  font-weight: 300;
}
/* -------------------------------------------------------- */
.all_right_menu {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.all_dangki_dnhap {
  display: flex;
  gap: 15px;
  align-items: center;
}
.link_dangnhap {
  background: #f87f10;
  color: #fff;
  padding: 5px 15px;
  min-width: 110px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -5px #000000;
}
.link_dangki {
  background: #757f5d;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -5px #000000;
  min-width: 110px;
  text-align: center;
}
.cart-header {
  position: relative;
}
.cart-header i {
  color: #757f5d;
  font-weight: 600;
  font-size: 20px;
}
.icon-cart-mobile {
  position: absolute;
  top: 0;
  display: block;
}
.icon-cart-mobile {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  background: #f87f10;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.mota_banner_trangchu img {
  width: 75%;
}
.name_banner_trangchu {
  margin-top: -18px;
  color: #36454c;
  font-weight: 700;
  font-size: 3.5vw;
  margin-left: 13%;
  line-height: 1;
}
.noidung_banner_trangchu {
  line-height: 1.8;
  color: #36454c;
  text-align: justify;
  margin-left: 13%;
}
.img_banner_trangchu {
  text-align: center;
  position: relative;
}
.img_banner_trangchu img:nth-child(1) {
  width: 85%;
  margin: auto;
  animation: ani5 7s infinite linear;
}
.img_hoasen {
  position: absolute;
  right: 20%;
  top: 25%;
  width: 82px;
  animation: ani4 7s infinite linear;
}
@keyframes ani4 {
  0%,
  100% {
    transform: translateX(0);
    transition: all 0.3s ease;
  }
  50% {
    transform: translateX(-20px);
    transition: all 0.3s ease;
  }
}
@keyframes ani5 {
  0%, 100% {
    transform: translateX(0);
    transition: all .3s ease;
  }
  50% {
      transform: translateX(20px);
      transition: all .3s ease;
  }
}
.all_nhungconso {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  width: 75%;
  margin: auto;
  margin-top: 60px;
}
.nhungconso {
  padding: 15px 30px;
  /* background: #757f5d; */
  /* box-shadow: inset rgb(255 255 255 / 52%) 0px 1px 8px 8px; */
  border-radius: 15px;
  text-align: center;
  color: #000;
}
.noidung_ncs {
  font-weight: 700;
  font-size: 2.5vw;
  color: #f87f10;
  display: flex;
  justify-content: center;
}
.noidung_ncs p{
  margin-bottom: 0;
}
.name_ncs {
  font-size: 16px;
  font-weight: 500;
}
.khoahoc_index {
  border: 1px solid #c6c6c6;
  padding: 15px;
  border-radius: 15px;
  transition: all 0.3s;
  background: #fff;
}
.khoahoc_index:hover {
  transform: translateY(-20px) !important;
  background: #757F5D;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.all_title_yeuthich {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.all_title_yeuthich span {
  color: #f87f0a;
  font-weight: 600;
}
.icon_yeuthich {
  width: 30px;
  height: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.icon_yeuthich i {
  font-size: 12px;
  color: #d6d6d6;
}
.icon_yeuthich.active {
  background: #ff0000;
}
.icon_yeuthich.active i {
  color: #fff;
}
.img_khoahoc {
  border-radius: 15px;
}
.img_khoahoc img {
  border-radius: 15px;
  border: 4px solid transparent;
  transition: all 0.3s;
}
.khoahoc_index:hover .img_khoahoc img {
  border: 4px solid #FFF;
}
.all_content_khoahoc {
  margin-top: 10px;
}
.name_khoahoc {
  color: #4f4f4f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  transition: all 0.3s;
}
.khoahoc_index:hover .name_khoahoc {
  color: #fff;
}
.gia_khoahoc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  font-size: 16px;
  transition: all 0.3s;
}
.khoahoc_index:hover .gia_khoahoc {
  color: #fff;
}
.gia_khoahoc del {
  color: #cdcdcd;
  font-weight: 500;
  font-size: 14px;
}
.khoahoc_index:hover .gia_khoahoc del{
  color: #fff;
}
.gia_khoahoc span {
  font-weight: 600;
}
.all_xemthem_giohang {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}
.xemthem_khoahoc {
  border: 1px solid #88946d;
  color: #000;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s;
}
.khoahoc_index:hover .xemthem_khoahoc {
  border: 1px solid #fff;
  color: #fff;
}
.giohang_khoahoc {
  background: #88946d;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.khoahoc_index:hover .giohang_khoahoc {
  background: #fff;
}
.btn-khoahoc-login {
  background: #88946d;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 12px;
  padding: 0;
}
.btn-khoahoc-login img {
  width: 25px;
}
.khoahoc_index:hover .btn-khoahoc-login img {
  filter: invert(28%) sepia(1%) saturate(666%) hue-rotate(37deg) brightness(79%) contrast(83%);
}
.khoahoc_index:hover .btn-khoahoc-login {
  background: #fff;
}
.title_khoahoc {
  font-weight: 700;
  color: #f87f10;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}
.all_khoahoc_carousel .owl-theme .owl-dots .owl-dot span {
  position: relative;
}
.all_khoahoc_carousel .owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.all_khoahoc_carousel .owl-theme .owl-dots .owl-dot.active span {
  background: #f87f10;
}
.all_khoahoc_carousel .owl-theme .owl-dots .owl-dot span {
  background: #757F5D;
}
.all_khoahoc_carousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 10px;
}
.name_hethongphancap {
  font-weight: 700;
  color: #36454c;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 0;
}
.all_hethongphancap {
  text-align: center;
}
.noidung_hethongphancap {
  line-height: 1.8;
  width: 80%;
  margin: auto;
}
.all_list_hot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
.list_hot {
  border-radius: 30px;
  position: relative;
}
.list_hot img {
  border-radius: 30px;
}
.name_list_hot {
  position: absolute;
  bottom: 0;
  background: #FFFFFFDB;
  width: 100%;
  border-radius: 0 0 30px 30px;
  padding: 15px 15px;
  text-align: center;
  color: #f87f0a;
  font-weight: 700;
  /* text-shadow: 0px 0px 6px #626262; */
  font-size: 15px;
  transition: all .5s ease;
}
.list_hot:hover .name_list_hot {
  padding: 30px 5px;
  background: #fff;
}
.all_cachtuchoc_index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 30px;
  margin-top: 60px;
}
.cachtuchoc_index {
  display: flex;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px;
  transition: all .5s ease;
}
.img_cachtuchoc_index {
  width: 60px;
  display: flex;
  align-items: flex-start;
  /* transition: all .5s ease; */
}
.content_cachtuchoc_index {
  width: calc(100% - 60px - 20px);
  color: #000;
}
.name_cachtuchoc_index {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: all .5s ease;
}
.noidung_cachtuchoc_index {
  line-height: 1.6;
  font-weight: 400;
}
.cachtuchoc_index:hover .img_cachtuchoc_index{
  filter: invert(55%) sepia(51%) saturate(2443%) hue-rotate(354deg) brightness(99%) contrast(97%);
}
.cachtuchoc_index:hover .name_cachtuchoc_index{
  color: #f87f10;
}
.cachtuchoc_index:hover{
  border-color: #f87f10;
}
.all_visaobanchon_index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 60px;
}
.content_visaobanchon_index {
  color: #000;
  margin-top: 20px;
}
.name_visaobanchon_index {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.noidung_visaobanchon_index {
  line-height: 1.6;
  text-align: justify;
}
.visaobanchon_index:hover .name_visaobanchon_index{
  color: #fff;
}
.visaobanchon_index:hover .noidung_visaobanchon_index{
  color: #fff;
}
.visaobanchon_index{
  background: transparent;
  border-radius: 15px;
  padding: 10px 20px;
  transition: all .5s ease;
}
.visaobanchon_index:hover {
  background: #757F5D;
}
.img_visaobanchon_index {
  text-align: center;
}
.img_visaobanchon_index img {
  width: 45%;
  margin: auto;
}
.item_banner_home {
  position: relative;
  border-radius: 35px;
}
.owl_banner_home {
  width: 92%;
  margin: auto;
}
.item_banner_home img {
  position: relative;
  border-radius: 35px;
  width: 100%;
}
.all_banner_home .control-slideshow {
  background-color: #757f5d;
}
.all_banner_home .control-slideshow i {
  color: #fff;
}
.all_cauhoithuonggap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 40px;
}
.name_cauhoithuonggap {
  padding: 10px 15px;
  border-bottom: 1px solid #0000001a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  background: #37464c;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.icon_chinhsach_des {
  width: 22px;
  height: 22px;
  background: #f87f10;
  color: #fff;
  display: block;
}
.name_cauhoithuonggap span:nth-child(1) {
  width: calc(100% - 22px - 10px);
}
.icon_chinhsach_des {
  width: 22px;
  height: 22px;
  background: #f87f10;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.noidung_cauhoithuonggap {
  display: none;
  padding: 20px;
  line-height: 1.8;
  color: #111111;
  background: #fff;
  box-shadow: 0px 0px 10px -8px #000000;
  border-radius: 20px;
  margin-top: 15px;
}
.giangvien {
  position: relative;
  transform: scale(0.8);
  transition: all 0.5s ease;
}
.name_giangvien {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
  width: 80%;
  text-align: center;
  z-index: -1;
}
.giangvien img {
  min-height: 370px !important;
  object-fit: cover;
  height: 100% !important;
  object-position: top center;
  border-radius: 50% / 30%;
}
.all_giangvien .owl-item.active.center .giangvien{
  transform: scale(1);
}
.all_giangvien .owl-item.active.center .giangvien .name_giangvien{
  z-index: 1;
}
.control-deal {
  /* opacity: 0; */
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  margin: 0px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(75, 75, 75, 0.1);
  box-shadow: 0px 0px 7px 0px #00000040;
  transform: translateY(-50%);
}
.control-deal i {
  color: #4b4b4b;
  font-weight: 500;
}
.prev-deal {
  left: 0;
  padding-right: 3px;
}
.next-deal {
  right: 0;
  padding-left: 3px;
}
.title_chinhanh_footer {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
}
.title_chinhanh_footer_transparent {
  color: transparent;
}
.chinhanh_footer {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}
.name_chinhanh {
  font-weight: 600;
  margin-bottom: 8px;
}
.noidung_chinhanh {
  font-weight: 300;
}
.all_menu_footer a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.thongtin_footer {
  color: #fff;
  line-height: 1.6;
}
.hotline_footer {
  margin-bottom: 10px;
}
.all_nd_footer {
  color: #fff;
  text-align: right;
  margin-top: 20px;
}
.name_footer {
  font-weight: 600;
  font-size: 18px;
}
.noidung_footer {
  font-weight: 400;
}
.all_danhmuc_banner_right {
  position: sticky;
  top: 100px;
}
.title_dm_sanpham_right {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 20px;
}
.dm_sanpham_right {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.img_dm_sanpham_right img {
  width: 15px;
}
.name_dm_sanpham_right {
  color: #060606;
  font-size: 13px;
  font-weight: 500;
}
.post {
  background: #fff;
  border-radius: 25px;
  padding: 15px;
  border: 1px solid #c6c6c6;
}
.post_thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.post_thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 20px 20px 0 0;
}
.all_content_post {
  padding-top: 10px;
}
.xemthem_news_post {
  color: #060606;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  width: fit-content;
  box-shadow: 0px 0px 10px -5px #000000;
  border: 1px solid #c6c6c6;
  padding: 5px 15px;
  border-radius: 20px;
  transition: all 0.5s;
}
.xemthem_news_post:hover{
  background: #f87f10;
  color: #fff;
}
.title_news {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}
.all_time_tacgia {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  margin: 8px 0;
}
.all_time_tacgia hr {
  width: 1px;
  height: 10px;
  background: #000;
  margin: 0 5px;
}
.all_time_tg_xemthem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xemtin {
  background: #f87f10;
  color: #fff;
  font-size: 12px;
  padding: 4px 15px;
  border-radius: 5px;
}
.entry-post {
  display: flex;
}
.entry-left {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 30px;
}
.contact_news {
  /* margin-bottom: 50px; */
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}
.entry-right {
  flex: 0 0 25%;
  max-width: 25%;
}
.meta-toc {
  position: sticky;
  top: 100px;
}
.all_meta-toc {
  padding: 8px 15px;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 20px;
}
.toc_title {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(108, 117, 125);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.title_dm_nb_list {
  font-weight: 700;
  color: #36454c;
  font-size: 30px;
}
.button_xembando {
  background: #30a52b;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 6px 15px 6px 6px;
  border-radius: 50px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 5px;
}
.button_xembando img {
  width: 25px;
}
.button_xembando span {
  font-weight: 600;
}
.all_form_contact {
  box-shadow: 0px 0px 40px 0px #0000001c;
  border-radius: 45px;
  background: #fff;
  /* padding: 30px 25px; */
}
.all_thongtin_contact {
  background: #757f5d;
  border-radius: 45px 0 0 45px;
  height: 100%;
  padding: 25px;
}
.title_thongtin_contact {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.noidung_thongtin_contact {
  color: #fff;
  margin: 15px 0;
  font-size: 13px;
}
.all_thongtinlienhe {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hotline_ttlh {
  box-shadow: 0px 0px 18px 0px #00000040;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 6px 15px 6px 6px;
  background: #45483b;
}
.hotline_ttlh img {
  width: 45px;
}
.contct_ttlh {
  width: calc(100% - 45px - 15px);
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
.contct_ttlh span:nth-child(1) {
  font-weight: 600;
  font-size: 14px;
}
.all_thongtinlienhe .hotline_ttlh:first-child {
  background: #fefbea;
}
.all_thongtinlienhe .hotline_ttlh:first-child .contct_ttlh span {
  color: #757f5d;
}
.form-contact {
  padding: 30px 30px 30px 30px;
}
.all_btn_contact {
  width: fit-content;
  position: relative;
}
.all_btn_contact i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  color: #fff;
  z-index: 2;
}
.all_btn_contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #30a52b33;
  left: 0;
  border-radius: 20px;
  bottom: -4px;
  z-index: 0;
}
.all_btn_contact .btn_contact {
  background: #f87f10;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 25px 8px 40px;
  border-radius: 50px;
  z-index: 1;
  position: relative;
}
.center_contact {
  margin: 60px 0;
}
.img_contact {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.img_contact img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2.5/3;
  display: block;
  border-radius: 25px;
}
.name_center_contact {
  color: #424242;
  font-weight: bold;
  font-size: 2.2vw;
  line-height: 1;
  margin-bottom: 20px;
}
.noidung_center_contact {
  line-height: 1.8;
  text-align: justify;
}
.noidung_center_contact ol,
.noidung_center_contact ul,
.noidung_center_contact dl {
  margin-left: 1rem;
  margin-bottom: 20px;
  list-style: disc;
}
.img_gioithieu_static {
  text-align: center;
}
.img_gioithieu_static img {
  width: 80%;
  margin: auto;
}
.title_gioithieu_static {
  font-weight: 700;
  color: #36454c;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 10px;
}
.all_tamnhan_sumenh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 60px 0;
}
.tamnhin_sumenh {
  background: #757f5d;
  border-radius: 15px;
  padding: 20px;
}
.img_tamnhan_sumenh img {
  width: 72px;
  height: 72px !important;
  object-fit: scale-down;
}
.title_tamnhan_sumenh {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.noidung_tamnhan_sumenh {
  line-height: 1.8;
  color: #fff;
  font-weight: 300;
  text-align: justify;
}
.all_quatrinhhinhthanh_index .row_quatrinhhinhthanh_index {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.all_quatrinhhinhthanh_index
  .auto_quatrinhhinhthanh
  .owl-item:nth-child(2n + 1)
  .row_quatrinhhinhthanh_index {
  flex-direction: column-reverse;
}
.auto_quatrinhhinhthanh .owl-stage {
  display: flex;
  align-items: stretch;
}
.auto_quatrinhhinhthanh .owl-item {
  width: 100%;
  display: flex;
  justify-content: center;
}
.noidung_quatrinhhinhthanh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.8;
  color: #111111;
  text-align: justify;
}
.name_quatrinhhinhthanh {
  line-height: 1.8;
  color: #757f5d;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.row_quatrinhhinhthanh_top {
  height: 230px;
}
.img_quatrinhhinhthanh img {
  height: 230px !important;
  object-fit: contain;
  border-radius: 20px;
}
.row_quatrinhhinhthanh_index hr {
  position: relative;
  margin: 25px 0;
  border-top: 1px solid #a1a1a1;
}
.row_quatrinhhinhthanh_index hr::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.row_quatrinhhinhthanh_index hr::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.all_quatrinhhinhthanh_index
  .auto_quatrinhhinhthanh
  .owl-item.active.new-class
  .row_quatrinhhinhthanh_index
  hr::before {
  border: 1px solid #275e2e;
}
.all_quatrinhhinhthanh_index
  .auto_quatrinhhinhthanh
  .owl-item.active.new-class
  .row_quatrinhhinhthanh_index
  hr::after {
  border: 1px solid #275e2e;
  background: #275e2e;
}
.all_quatrinhhinhthanh_index {
  position: relative;
  margin-top: 4rem;
}
.control-quatrinhhinhthanh {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  margin: 0px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(75, 75, 75, 0.1);
  box-shadow: 0px 0px 7px 0px #00000040;
  transform: translateY(-50%);
}
.control-quatrinhhinhthanh i {
  font-weight: 300;
}
.next-quatrinhhinhthanh {
  right: 0;
}
.prev-quatrinhhinhthanh {
  left: 0;
}
.auto_quatrinhhinhthanh {
  width: 95%;
}
.auto_quatrinhhinhthanh {
  width: 94%;
  margin: auto;
}
.title_dm_sanpham {
  font-weight: 700;
  color: #36454c;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
}
.noidung_dm_sanpham {
  line-height: 1.8;
  color: #111111;
  text-align: center;
  width: 80%;
  margin: auto;
}
.wrap_nhungconso {
  background: #757f5d;
  margin: 60px 0;
  padding: 40px 0;
}
.img_static_ncs img {
  width: 100px;
}
.content_static_ncs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.name_static_ncs {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.noidung_static_ncs {
  color: #f8c00a;
  font-size: 2vw;
  font-weight: 600;
}
.all_giaithuong_index {
  position: relative;
}
.all_giaithuong {
  position: relative;
  margin-top: 30px;
  background: #757f5d;
}
.img_giaithuong {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px;
  background: #fff;
}
.img_giaithuong img {
  width: 100%;
  object-fit: scale-down;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 20px 20px 0 0;
}
.name_giaithuong {
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
}
.auto_deal.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.auto_deal.owl-carousel .owl-item {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrapper-profile__info {
  background-color: #757f5d;
  border-radius: 16px;
  padding: 24px;
}
.all_giangvien {
  margin-top: 40px;
  position: relative;
}
.all_giangvien .owl-carousel {
  width: 92%;
  margin: auto;
}
.all_giangvien .control-deal {
  background-color: #757f5d;
}
.all_giangvien .control-deal i {
  color: #fff;
}
.all_mxh_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.all_mxh_footer a {
  display: block;
  background: #37464c;
  padding: 6px;
  border-radius: 6px;
}
.all_mxh_footer img {
  width: 20px;
  height: 20px !important;
  object-fit: scale-down;
}
.content_product_detail {
  line-height: 1.8;
  color: #111111;
}
.content_product_detail ol,
.content_product_detail ul,
.content_product_detail dl {
  margin-left: 1rem;
  margin-bottom: 10px;
  list-style: disc;
}
.all_hocthumienphi {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.hoc_thu_mien_phi {
  background: #ff6c00;
  width: fit-content;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ff6c00;
  min-width: 160px;
  text-align: center;
  transition: all 0.3s;
}
.hoc_thu_mien_phi:hover {
  background: transparent;
  color: #ff6c00;
  border-color: #ff6c00;
}
.dang_ki_mien_phi {
  background: #fff;
  width: fit-content;
  color: #ff6c00;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ff6c00;
  min-width: 160px;
  text-align: center;
  transition: all 0.3s;
}
.dang_ki_mien_phi:hover {
  background: #ff6c00;
  color: #fff;
  border-color: #ff6c00;
}
.title_info_pro_detail {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.rong_khoahoc {
  background-color: #222222;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  color: #fff;
}
.name_decuongkhoahoc {
  padding: 10px 15px;
  border-bottom: 1px solid #0000001a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  background: #37464c;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.name_decuongkhoahoc span:nth-child(1) {
  width: calc(100% - 22px - 10px);
}
span.icon_decuongkhoahoc_des {
  width: 30px;
  height: 30px;
  background: #f87f10;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
span.icon_decuongkhoahoc_des i {
  font-size: 20px;
}
.noidung_decuongkhoahoc {
  display: none;
  padding: 20px;
  background: #f4f4f4;
  box-shadow: 0px 0px 10px -8px #000000;
  border-radius: 20px;
  margin-top: 15px;
}
.all_nd_product_detail {
  margin-top: 30px;
}
.tongtin_tk_index {
  display: flex;
  align-items: center;
  gap: 10px;
}
.img_tk_index img {
  width: 30px;
  border-radius: 50%;
}
.icon_tongtin_tk_index {
  color: #ed5425;
  transition: allease 0.2s;
}
.icon_tongtin_tk_index i {
  transition: allease 0.2s;
}
ul.dropdown_thongtin_tk_index {
  display: none;
  background-color: #2b2b2f;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 8px;
  margin-top: 5px;
  position: absolute;
  z-index: 1000;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 20%;
  right: 0;
  left: auto;
}
.re--user-info {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 250px;
  max-width: 100%;
  padding: 8px 16px;
  font-weight: 500;
  color: white;
  font-size: 14px;
}
.re--user-info img {
  width: 30px;
  border-radius: 50%;
}
.dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown_thongtin_tk_index li .dropdown-item {
  color: #bebec2;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 14px;
}
.dropdown_thongtin_tk_index li .dropdown-item:hover,
.dropdown_thongtin_tk_index li .dropdown-item:active,
.dropdown_thongtin_tk_index li .dropdown-item:focus {
  color: #e6e6ea;
  background-color: #3c3c40;
}
.all_thontin_tk_index.active .icon_tongtin_tk_index i {
  transform: rotate(180deg);
}
.all_thontin_tk_index.active .dropdown_thongtin_tk_index {
  display: block;
}
.all_banner_chitiet_khoahoc {
  position: relative;
}
.name_khoahoc_muangya {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  margin: auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.name_khoahoc_detail {
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wrapper-navCombo {
  background: #000;
}
.navCombo ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.navCombo ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s;
  text-align: center;
  padding: 14px;
  display: block;
}
.img_chitiet_khoahoc {
  width: 100%;
  height: 350px;
  border-radius: 20px;
}
.img_chitiet_khoahoc img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}
.name_danhmuc_chitiet_khoahoc {
  font-weight: 700;
  color: #36454c;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.text_img_chitiet_khoahoc {
  position: relative;
}
.text_img_chitiet_khoahoc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000042;
  border-radius: 20px;
}
.text_chitiet_khoahoc {
  position: absolute;
  bottom: 5%;
  left: 4%;
}
.name_chitiet_khoahoc {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.mota_chitiet_khoahoc {
  font-size: 16px;
  color: #e3e3e3;
  font-weight: 500;
  margin: 6px 0;
}
.giangvien_chitiet_khoahoc {
  display: flex;
  align-items: center;
  gap: 20px;
}
.giangvien_chitiet_khoahoc .name_gv {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.giangvien_chitiet_khoahoc .all_bh {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-transform: unset !important;
}
.all_dm_bh {
  display: flex;
  grid-gap: 15px;
  margin-bottom: 30px;
}
.all_dm_bh .dm_kh {
  color: #161616;
  font-size: 14px;
  border-radius: 8px;
  border: 2px solid #222222;
  padding: 6px 16px;
}
.content_chitiet_khoahoc {
  font-weight: 700;
  color: #36454c;
  font-size: 20px;
  margin-bottom: 10px;
}
.noidung_chitiet_khoahoc {
  line-height: 1.8;
  color: #111111;
  text-align: justify;
}
.all_giangvien_khoahoc {
  padding: 60px 0;
}
.banner_giangvien_khoahoc img {
  width: 100%;
  height: 100%;
}
.all_row_noidung_giangvien {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.row_noidung_giangvien {
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  border-radius: 20px;
  font-size: 15px;
}
.img_row_ndgv img {
  width: 40px;
}
.name_row_ndgv {
  font-weight: 600;
  margin: 15px 0;
}
.all_gallery_giangvien {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.gallery_giangvien {
  border-radius: 20px;
  overflow: hidden;
}
.gallery_giangvien img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  display: block;
}
.noidung_chuongtrinhhoc {
  width: 60%;
  margin: auto;
  text-align: center;
}
.row_nd_chuongtrinhhoc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  width: 60%;
  margin: auto;
}
.row_nd_cth {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.name_row_nd_cth {
  color: #4f4f4f;
  font-weight: 600;
  font-size: 15px;
}
.noidung_row_nd_cth {
  font-weight: 700;
  font-size: 40px;
}
.all_video_khoahoc_product {
  background: #757F5D;
  padding: 60px 0;
}
.all_video_khoahoc_product .video_khoahoc_product {
  text-align: center;
}
.all_video_khoahoc_product .video_khoahoc_product iframe {
  width: 75%;
  height: 500px;
  border-radius: 20px;
}
.all_chuong_khoahoc_product {
  background: transparent;
  padding-top: 60px;
}
.fix_kh_pro {
  width: 60%;
  margin: auto;
}
.all_title_chuong_khoahoc {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
.title_chuong_khoahoc {
  background-color: #757F5D;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 12px 24px;
  color: #f87f10;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title_chuong_khoahoc .icon_khoahoc_detail {
  width: 25px;
  height: 25px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(248, 127, 16);
  border-radius: 50%;
}
.title_chuong_khoahoc .icon_khoahoc_detail i{
  color: #fff;
  line-height: 0;
  font-weight: 400;
  font-size: 14px;
}
.all_bai_khoahoc {
  display: none;
}
.bai_khoahoc {
  background-color: #161616;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 12px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.bai_khoahoc:hover {
  background-color: #fc9217;
}
.noidung_khoahoc_baihoc {
  display: none;
  background-color: #757F5D;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  line-height: 1.8;
}
.bai_khoahoc_left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bai_khoahoc_right {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bai_khoahoc_right span {
  font-weight: 600;
  font-size: 16px;
}
.all_profile_khoahoc {
  padding: 60px 0;
}
/* RATING */
.all_bancothethich_fw {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rating-system h4 {
  font-size: 14px;
}
.rating--inner {
  display: flex;
  align-items: center;
}
.rating {
  position: relative;
}
.votes {
  width: 100%;
  margin-top: 6px;
  font-size: 15px;
}
.rating--inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
.rating--inner ul li {
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.rating--inner ul li:nth-child(1) {
  padding-right: 0;
}
.rating--inner ul li.active i {
  font-weight: 700;
}
.rating--inner ul li i {
  color: #000;
  font-weight: 300;
  font-size: 15px;
  font-family: "Font Awesome 5 Pro";
}
.rating--inner:not(.selected) ul li.active ~ li i {
  font-weight: 700;
}
.rating--inner:not(.selected) ul:hover li:hover ~ li i {
  font-weight: 700;
}
.rating--inner:not(.selected) ul > li:hover > i {
  font-weight: 700;
}
.rating--inner:not(.selected) ul:hover + span {
  width: 0 !important;
  transition: 0.1s;
}
.rating--inner .rating > span {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
  pointer-events: none;
  transition: 0.1s;
  width: 0;
}
.rating--inner .rating > span::before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 15px;
  line-height: normal;
  font-family: "Font Awesome 5 Pro";
  color: #000;
  display: block;
}
.rating--inner-top {
  display: flex;
  align-items: center;
}
.rating--inner-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
.rating--inner-top ul li {
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.rating--inner-top ul li:nth-child(1) {
  padding-right: 0;
}
.rating--inner-top ul li i {
  color: #ffa400;
  font-weight: 400;
  font-size: 0.84375rem;
  font-family: "Font Awesome 5 Pro";
}
.rating--inner-top .rating > span {
  position: absolute;
  left: 0;
  top: -1px;
  overflow: hidden;
  display: block;
  pointer-events: none;
  transition: 0.1s;
  width: 0;
}
.rating--inner-top .rating > span::before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 0.84375rem;
  line-height: normal;
  font-family: "Font Awesome 5 Pro";
  color: #ffa400;
  display: block;
}
.all_rating_des {
  display: flex;
  gap: 10px;
}
.rating_des_left {
  width: 70%;
}
.rating_des_right {
  width: 30%;
  text-align: center;
}
.all_rating > .rating {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.img_rating img {
  border-radius: 50%;
}
.name_date_rating {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.name_rating {
  max-width: 200px;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 5px;
}
.date_rating {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: rgb(138, 141, 144);
  padding-left: 3px;
  padding-right: 10px;
}
.all_noidung_rating .rating--inner-top ul li i {
  font-size: 12px;
}
.all_noidung_rating .rating--inner-top .rating > span::before {
  font-size: 12px;
}
.noidung_rating {
  font-size: 14px;
  font-weight: 300;
  color: rgb(32, 32, 32);
  padding: 0px;
  margin-top: 10px;
}
.title_danhgia_sp {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.all_rating_right_des {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rating_right_number {
  font-size: 60px;
  font-weight: 600;
  color: #0d9517;
}
.rating_right_soluong {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating_right_soluong .rating--inner-top {
  align-items: flex-start;
  flex-direction: column;
}
.chiase_camnhan > span {
  font-size: 14px;
  color: rgb(77, 78, 79);
  margin-bottom: 10px;
  display: block;
}
.chiase_camnhan button {
  height: 44px;
  line-height: 44px;
  padding: 0px 20px;
  background-color: #0d9517;
  border: 1px solid #0d9517;
  color: #fff;
  margin: 0px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s all ease-out 0s;
}
.chiase_camnhan button:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.2);
  color: #000;
  background-color: rgb(255, 255, 255);
  border-color: rgb(32, 32, 32);
}
#rating .rating-system {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
#rating .input-contact input {
  text-indent: 15px;
  height: calc(1.5em + 0.75rem + 10px);
  border-radius: 0;
  border: 1px solid rgb(32, 32, 32);
}
#rating .input-contact textarea {
  border-radius: 0;
  border: 1px solid rgb(32, 32, 32);
}
#rating .custom-file .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  font-weight: 400;
  line-height: 30px;
  color: #495057;
  background-color: #fff;
  height: 43px;
  line-height: 43px;
  border-radius: 0;
  border: 1px solid rgb(32, 32, 32);
  text-indent: 15px;
}
#rating .custom-file .custom-file-label::after {
  content: none;
}
.submit_rating {
  height: 44px;
  line-height: 44px;
  padding: 0px 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(32, 32, 32);
  color: rgb(0, 2, 4);
  margin: 0px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s all ease-out 0s;
  text-transform: uppercase;
}
.button_submit_rating {
  margin-top: 25px;
}
.img_danhgia.block_img {
  display: block;
  position: relative;
  cursor: pointer;
}
.img_danhgia {
  border-radius: 6px;
  display: none;
}
.img_danhgia img {
  width: 70px;
  height: 70px !important;
  object-fit: cover;
  border-radius: 6px;
}
.all_hinhanh_danhgia {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.div_xemthem {
  align-items: center;
  background: rgb(0 2 4 / 50%);
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
  cursor: pointer;
}
.all_number_rating {
  width: 20%;
  text-align: center;
}
.all_rating_loai {
  width: 80%;
}
.percentages {
  width: 50%;
  position: relative;
}
.glsr-bar {
  display: table-row;
  white-space: nowrap;
  width: 100%;
}
.glsr-bar > span {
  display: table-cell;
  line-height: 1.5;
  vertical-align: middle;
}
span.glsr-bar-background {
  position: relative;
  width: 100%;
}
.glsr-bar-background::before {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 5px;
  margin-top: -2.5px;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  width: 100%;
}
span.glsr-bar-background-percent {
  height: 5px;
  color: #ffa400;
  display: block;
  position: relative;
  background-color: currentColor;
}
span.glsr-bar-percent {
  font-size: 13px;
  padding-left: 12px;
}
.glsr-bar-label {
  font-size: 13px;
  padding: 6px 18px 6px 0;
  color: #000;
}
.title_csbh {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
/* END RATING */
.all_rating_dangnhap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.all_rating_dangnhap span {
  color: #4f4f4f;
  font-weight: 600;
  font-size: 15px;
}
.rating_dangnhap {
  background-color: #ed5425;
  color: #000;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #ed5425;
  transition: all 0.4s;
  margin: 20px 30px;
  font-weight: 500;
}
.rating_dangnhap:hover {
  background-color: transparent;
  color: #ed5425;
}
.all_banlamduocgi_product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  /* width: 80%;
  margin: auto; */
}
.banlamduocgi_product {
  /* background: #f5f5f5; */
  padding: 15px 30px;
  /* border-radius: 16px; */
  /* border: 2px solid #e6e6e6; */
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
.img_banlamduocgi_product {
  width: 120px;
}
.content_banlamduocgi_product {
  width: calc(100% - 120px - 30px);
}
.name_banlamduocgi_product {
  color: #161616;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
.noidung_banlamduocgi_product {
  font-size: 14px;
  color: #161616;
  font-weight: 400;
  line-height: 1.8;
}
.all_banner_product .owl-slideshow {
  width: 95%;
  margin: auto;
}
.all_banner_product .control-slideshow {
  background-color: transparent;
}
.all_banner_product .control-slideshow i {
  color: #000;
}
.name_chungnhan_thanhtich {
  color: #ff6600;
  font-weight: 600;
  font-size: 30px;
}
.mota_chungnhan_thanhtich {
  color: #212529;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
}
.noidung_chungnhan_thanhtich {
  color: #2b2b2b;
  line-height: 1.8;
}
.img_chungnhan_thanhtich img {
  width: 100%;
}
.all_banner_product {
  position: relative;
}
.all_lich_su_mua_hang table * {
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
}
.all_lich_su_mua_hang table {
  width: 100%;
  border-spacing: 0;
}
.all_lich_su_mua_hang table {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.all_lich_su_mua_hang table td {
  border: 1px solid #a4a4a4;
  padding: 10px;
}
.all_lich_su_mua_hang table th {
  border: 1px solid #a4a4a4;
  padding: 10px;
}
.all_khoahoc_detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.khoahoc_detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ketqua_timkiem {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
}
.ketqua_timkiem span:nth-child(2) {
  color: #f87f10;
}
.ketqua_timkiem span:nth-child(3) {
  color: #61676b;
  font-weight: 300;
  font-size: 12px;
}
.all_search_rong {
  width: 50%;
  margin: auto;
  margin-top: 50px;
}
.rattiec {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.rattiec span:nth-child(2) {
  color: #f87f10;
}
.all_giaithich_search {
  color: #181a1b;
  display: flex;
  flex-direction: column;
}
.all_giaithich_search > span {
  margin-bottom: 10px;
}
.giupdo_search {
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
  flex-wrap: wrap;
}
.giupdo_search > span {
  color: #181a1b;
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
}
.all_hotline_search {
  font-size: 15px;
  color: #f87f10;
}
.all_hotline_search i {
  margin-right: 10px;
}
.tieptuc_mua {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}
.tieptuc_mua a {
  background: #f87f10;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  display: block;
  width: fit-content;
  margin: auto;
}
#tb_login .modal-body {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
  outline: none;
  padding: 15px;
  overflow: hidden;
}
.jconfirm-title-c {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 1.6;
}
.jconfirm-content-pane {
  color: #000;
  font-weight: 300;
  padding-bottom: 15px;
}
.dangnhap_ngay {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dangnhap_ngay a {
  background-color: #3498db;
  color: #fff;
  transition: background 0.2s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
}
.dangnhap_ngay a:hover {
  background-color: #2980b9;
  color: #fff;
}
.wrap_width {
  width: 70%;
  margin: auto;
}
.all_static {
  overflow: hidden;
}
.wrapper-profile__history .all_chuong_khoahoc_product {
  padding: 0;
  background: transparent;
}
.title_drop_khoahoc_user {
  background-color: #757f5d;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 15px 24px;
  color: #f87f10;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}
.icon_khoahoc_user {
  width: 22px;
  height: 22px;
  background: #f87f10;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.icon_khoahoc_user i {
  color: #fff;
  line-height: 0;
  font-weight: 300;
}
.all_drop_khoahoc_user .title_chuong_khoahoc {
  color: #f87f10;
  text-transform: uppercase;
  font-weight: 600;
}
.noidung_drop_khoahoc_user {
  display: none;
}
.title_chuong_khoahoc.title_chuong_khoahoc_user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #757f5d;
  border-radius: 16px;
  padding: 15px 24px;
}
.all_bai_khoahoc_user .bai_khoahoc {
  border-radius: 16px;
  padding: 15px 24px;
}
.all_bai_khoahoc_user {
  display: none;
}
.wrapper-profile__history_khoahoc_detail {
  display: flex;
  align-items: center;
}
.chuong_khoahoc {
  color: #000;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 600;
}
.bai_khoahoc_user {
  color: #000;
  font-size: 16px;
  margin-left: 5px;
  font-weight: 600;
}
.noidung_khoahoc_user {
  line-height: 1.8;
  color: #111111;
  text-align: justify;
  margin-top: 20px;
}
.all_noidung_khoahoc_user {
  margin: 20px 0;
}
.title_khoahoc_user {
  color: #36454c;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
}
.all_nopbai_khoahoc_user .custom-file-label::after {
  content: none;
}
.btn-baikhoahoc {
  color: #f87f0a;
  font-weight: 600;
  font-size: 16px;
  border-color: #ced4da;
  height: 45px;
}
.btn-baikhoahoc:hover,
.btn-baikhoahoc:active,
.btn-baikhoahoc:active:focus {
  color: #fff !important;
  background-color: #f87f0a !important;
  border-color: #f87f0a !important;
}
.btn-baikhoahoc:focus {
  box-shadow: none;
}
.all_nopbai_khoahoc_user .input-group input {
  height: 45px;
  font-size: 14px;
  line-height: 1.8;
}
.icon_heart {
  border: 2px solid #b7b7b7;
  border-radius: 10px;
  padding: 2px;
  width: 32px;
}
.all_khoahoc_yeuthich {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}
.khoahoc_yeuthich {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #757f5d;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper-profile__notification > ul {
  padding-left: 0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #222222;
}
.wrapper-profile__notification > ul > li {
  padding: 24px;
  position: relative;
  grid-gap: 10px;
  display: flex;
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.t-end {
  text-align: end;
}
.line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.wrapper-profile__notification > ul > li .title a {
  color: #ed5425;
  font-size: 16px;
}
.wrapper-profile__notification > ul > li .title a span {
  font-size: 12px;
  color: #fff;
}
.wrapper-profile__notification > ul > li .title a i {
  font-size: 10px;
  padding-right: 10px;
}
.wrapper-profile__notification > ul > li .desc {
  margin-left: 22px;
  margin-top: 5px;
  color: #8f8f8f;
  font-size: 14px;
}
.wrapper-profile__notification > ul > li .operation .time {
  color: #a0a0a0;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}
.wrapper-profile__notification > ul > li .operation .check_thongbao {
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.wrapper-profile__notification > ul > li .operation .check_thongbao i {
  font-weight: 400;
  font-size: 14px;
}
.wrapper-profile__notification > ul > li:not(:first-child)::before {
  content: "";
  position: absolute;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #7a7a7a;
  right: 0;
  top: 0;
}
