
.menu-danhmuc-khoahoc {
  background-color: #EEFDFF;
}
.menu-danhmuc-khoahoc ul {
  margin: 0;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.menu-danhmuc-khoahoc li a {
  display: block;
  font-size: 18px;
  color: #585858;
  padding: 12px 24px;
  border-radius: 26px;
  margin: 0 20px;
  white-space: nowrap;
}
.menu-danhmuc-khoahoc li a:hover, 
.menu-danhmuc-khoahoc li.active a {
  background-color: #11B4C5;
  color: #fff;
  font-weight: 700;
}

/**/
.item-danhgia a,
.item-khoahoc a {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  background: #FFF;
}
.item-danhgia a:hover,
.item-khoahoc a:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}
.item-khoahoc img {
  aspect-ratio: 305/203;
  width: 100%;
  display: block;
  object-fit: cover;
}
.item-khoahoc-content {
  padding: 16px;
}
.item-khoahoc-content h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.khoahoc-excerpt {
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-khoahoc  .price{
  padding: 0 0 28px;
}
.price .amount {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #2FB7C5;
}
.price del{
  color: rgba(38, 38, 38, 0.40);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.price ins{
  text-decoration: none;
  margin-left: 5px;
}

.khoahoc-btn {
  color: #BEBEBE;
  font-weight: 700;
  display: flex;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 37px;
  justify-content: center;
  align-items: center;
}
.item-khoahoc:hover .khoahoc-btn{
  background-color: #2FB7C5;
  color: #fff;
}
/*single khoahoc*/
.singleKhoahoc-gv-name {
  color: #EEE8A9;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-left: 10px;
}
.singleKhoahoc-gv img {
  border-radius: 100%;
  max-width: 50px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
/**/
.khoahoc-title {
  margin-bottom: -30px;
}
.khoahoc-title .title {
  border-radius: 12px;
  background: #0092A0;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
}
.content-tab-video.singlekhoahoc-listvideo {
  border: 1px solid #EAEAEA;
  background: #FCFCFC;
  padding: 53px 20px 20px;
  border: 1px solid #0092A0;
  background: #EEE8A9;
  border-radius: 20px;
}
.item-phan {
  margin-bottom: 12px;
  background-color: #EAEAEA;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  overflow: hidden;
}
.item-phan .phan-title{
  border-radius: 8px;
  background: #EAEAEA;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;  
}
.item-phan .phan-title h3{
  color: #1B0D05;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  flex: 1;
  padding: 0 12px;
  margin: 0;
}
.phan-title i {
  font-size: 15px;
  transition: .3s all;
  color: #707070;
}
.item-phan ul {
  list-style: none;
  display: none;
  padding: 20px;
  margin: 0;
  background: #FFF;
}
.item-phan ul li {
  border-color: #F2F2F2 !important;
}
.item-phan ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #262626;
}
.item-phan ul li:last-child {
  margin-bottom: 0;
}
.item-phan ul li a .title {
  flex: 1;
  padding: 10px 12px;
}

.item-phan .phan-title.active{
/*  border-radius: 8px 8px 0px 0px;*/
}
.item-phan .phan-title.active,
.item-phan .phan-title.active h3{
}
.item-phan .phan-title.active i{
  transform: rotate(180deg);
  color: #fff;
}
.num-video {
  color: rgba(38, 38, 38, 0.40);
}
.item-phan .phan-title.active .num-video{
  color: #fff;
}
/**/
.singlekhoahoc-listvideo .item-phan{
  background-color: transparent;
  border-color: transparent;
}
.singlekhoahoc-listvideo .item-phan .phan-title {
  background-color: #F6F6F6;
  border: 0;
  border-radius: 8px 8px 0 0;
}
.singlekhoahoc-listvideo .item-phan .phan-title.active{
  background-color: #2FB7C5;
  color: #fff;
}
.singlekhoahoc-listvideo .item-phan .phan-title h3 {
  color: #2FB7C5;
}
.singlekhoahoc-listvideo .item-phan .phan-title.active h3{
  color: #fff;
}
/**/
.singleKhoahoc-left{
  border-radius: 20px;
  overflow: hidden;
}
.singleKhoahoc-left img {
  width: 100%;
  display: block;
  aspect-ratio: 740/492;
  object-fit: cover;
}
.singleKhoahoc-left-content{
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid #2FB7C5;
  border-bottom-width: 6px;
  border-top: 0;
  padding: 20px;
}
.singleKhoahoc-left-content .info {
  flex: 1;
  padding-right: 20px;
}
.singleKhoahoc-left-content h2 {
  font-size: 20px;
}

.btn-khoahoc a+a{
  margin-top: 10px;
}
.btn-khoahoc a {
  min-width: 160px;
  height: 48px;
  display: block;
  text-align: center;
}
.singleKhoahoc-left-content h1 {
  font-size: 24px;
}

.singleKhoahoc-left-content .price del {
  font-size: 18px;
}
.singleKhoahoc-left-content .price .amount {
  font-size: 24px;
}
/**/
.menu-danhmuc-danhgia.menu-danhmuc-khoahoc ul{
  justify-content: flex-start;
  overflow: auto;
}
.menu-danhmuc-danhgia li a {
  border: 1px solid #F3F3F3;
  text-transform: uppercase;
  color: #2FB7C5;
  font-weight: 700;
  font-size: 16px;
}
.menu-danhmuc-danhgia li a:hover{
  border-color: #2FB7C5;
}
.item-danhgia-content.item-khoahoc-content p {
  color: rgba(0, 0, 0, 0.60);
}

.menu-danhmuc-danhgia.menu-danhmuc-khoahoc ul::-webkit-scrollbar {
  height: 5px;
  background: #e5e5e5;
}
.menu-danhmuc-danhgia.menu-danhmuc-khoahoc ul::-webkit-scrollbar-thumb{
  background: #BFBFBF;
  -webkit-border-radius: 5ex;
}
.menu-danhmuc-danhgia.menu-danhmuc-khoahoc ul::-webkit-scrollbar-corner{
  background: #BFBFBF;
}
@media only screen and (max-width: 768px) {
  .menu-danhmuc-khoahoc ul {
    padding: 14px 0;
    justify-content: flex-start;
    overflow: auto;
  }
  .menu-danhmuc-khoahoc li a {
    font-size: 15px;
    padding: 7px 19px;
    margin: 0 20px;
  }
  .singleKhoahoc-left-content .info {
    margin-bottom: 20px;
  }
  .btn-khoahoc {
    width: 100%;
  }
  .btn-khoahoc a {
    min-width: 130px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .singleKhoahoc-left-content {
    padding: 20px 10px;
  }
  .singleKhoahoc-left-content h1 {
    font-size: 22px;
  }
  .khoahoc-title .title {
    padding: 5px 20px;
    font-size: 22px;
  }
  .item-phan .phan-title h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .item-phan ul {
    padding: 10px;
  }
  .singleKhoahoc-gv-name {
    font-size: 16px;
  }
}