.khoahoc-sidebar {
	border-radius: 20px;
	border: 0.6px solid rgba(136, 136, 136, 0.35);
	background: #FFF;
	padding: 40px 20px;
	position: sticky;
	top: 0;
}
.khoahoc-summary h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
.khoahoc-sidebar>h3 {
	color: rgba(0, 0, 0, 0.85);
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 26px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(113, 113, 113, 0.35);
}
.khoahoc-sidebar .single-khoahoc-meta {
	list-style: none;
	padding: 0;
}
.khoahoc-sidebar .single-khoahoc-meta li{
	margin-bottom: 24px;
	padding-bottom: 21px;
	color: rgba(54, 54, 54, 0.93);
	font-size: 18px;
	font-weight: 300;
	border-bottom: 1px solid rgba(113, 113, 113, 0.35);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.khoahoc-sidebar .single-khoahoc-meta li b{
	color: rgba(72, 72, 72, 0.92);
	font-size: 19px;
	font-weight: 500;
}
.khoahoc-sidebar select{
	border-radius: 8px;
	padding: 5px 10px;
	
}
.khoahoc-summary ul {
	margin-left: 0;
}
.khoahoc-summary .banner-khoahoc{
	border-radius: 20px;
	width: 100%;
}

/**/
/**/
.item-testonline:hover {
	box-shadow: 0 2px 12px 0 rgba(84, 84, 84, 0.20);
	transition: linear 0.3s;
	border-color:transparent;
}
.item-testonline {
	border-radius: 20px;
	border: 1px solid #A9A9A9;
	padding: 20px;
}
.item-testonline ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.item-testonline li i {
  color: #E96927;
  margin-right: 5px;
}
.item-testonline li {
  margin-bottom: 10px;
}
.item-testonline h3 {
  color: #3B3B3B;
  font-size: 20px;
  margin-bottom: 20px;
}
.item-testonline .btn-style {
  padding: 7px 28px 7px 29px;
  height: auto;
  border-radius: 15px;
  font-weight: 400 !important;
}
.item-testonline ul {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.item-testonline ul li {
  width: 50%;
  display: inline-block;
}
.item-testonline ul:before {
  content: "";
  background-color: #BABABA6E;
  height: 100%;
  position: absolute;
  left: 43%;
  transform: translate(-50%,-50%);
  top: 50%;
  height: 62%;
  width: 1px;
}
.item-testonline ul {
  position: relative;
}
/*lịch học*/
.table-lkg-head {
  background-color: #2854AB;
  color: #fff;
  display: flex;
}
.line-lkg{
	display: flex;
	padding: 5px 0;
	align-items: center;
	font-weight: 500;
}
.lkg-table .item-col{
	flex: 1;
	padding: 10px 20px;
	text-align: center;
	font-weight: 500;
}
.table-lkg-head .khoahoc,
.table-lkg-body .khoahoc {
	text-align: left;
	min-width: 300px;
}
.table-lkg-body .khoahoc {
	font-weight: 400;
}

.line-lkg .btn-style{
	border-radius: 10px;
	display: inline-flex;
	padding: 7px 22px;
}
/**/
@media only screen and (max-width: 1600px) {
  .lkg-table {
    overflow: auto;
  }
  .lkg-table>div {
  	min-width: 900px;
  }
}
@media only screen and (max-width: 767px) {
	.khoahoc-sidebar {
		padding: 20px;
	}
	.khoahoc-summary h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.khoahoc-summary h3 {
		font-size: 20px;
	}
	.khoahoc-sidebar > h3 {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.khoahoc-sidebar .single-khoahoc-meta li {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 14px;
	}
	.khoahoc-sidebar .single-khoahoc-meta li b{
		font-size: 14px;
	}
/**/
	.item-testonline h3 {
		font-size: 18px;
	}
/*	*/
	.table-lkg-head .item-col {
		padding: 6px 10px;
	}
	.lkg-table .item-col {
		flex: 1;
		font-size: 14px;
		padding: 4px 10px;
	}
	.lkg-title {
		font-size: 22px;
	}
	.line-lkg .btn-style {
		border-radius: 5px;
		display: inline-flex;
		padding: 5px 16px;
		min-width: auto;
		font-size: 12px;
	}
}