


.container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

#archive_student_res .main_student_res {
	padding: 50px 0;
}
#archive_student_res .main_heading_title {
	font-size: 40px;
	font-weight: 800;
	font-family: "SVN-Gilroy", Sans-serif;
	text-align: center;
}
#archive_student_res .main_heading_title .title_main {
	color: #1B3DE2;
}
#archive_student_res .content_bottom_title {
	width: 52%;
	margin: 0 auto;
	text-align: center;
}
#archive_student_res .content_bottom_title p {
	font-size: 16px;
	font-weight: 400;
	color: #2C2D2F;
}
#archive_student_res .list_res_cat {
	padding: 0 15px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}
#archive_student_res .news-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
}
#archive_student_res .col_content {
	padding-top: 10px;
	background: #fff;
	padding-bottom: 15px;
	border-radius: 0 0 16px 16px;
}
#archive_student_res .news-title a {
	color: #2C2D2F;
}
#archive_student_res .news-title a:hover {
	color: #1b3de2;
}
#archive_student_res .des p {
	text-align: center;
}
#archive_student_res .list_res_cat li a {
	color: #819CFD;
	font-size: 24px;
	font-weight: 700;
	background: #F3F5FF;
	padding: 8px 20px;
	border-radius: 6px;
	display: block;
}
#archive_student_res .list_res_cat li.active a {
	background: #FF3658;
	color: #fff;
}
#archive_student_res .content_res_cat {
	position: relative;
}
#archive_student_res .content_stu_res {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
#archive_student_res .content_stu_res li {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 25px;
}
#archive_student_res .content_stu_res li .col_item {
	box-shadow: 8px 8px 16px rgb(129 156 253 / 25%);
	border-radius: 16px 16px 8px 8px;
}
#archive_student_res .content_stu_res.active {
	opacity: 1;
	visibility: visible;
	position: relative;
}
#archive_student_res .score {
	display: flex;
	width: 100%;
}
#archive_student_res .score .col_left {
	display: flex; 
	width: 45%;
	justify-content: center;
	position: relative;
	border-right: 3px solid #F0F1F2;
}
#archive_student_res .score .max_scores {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#archive_student_res .main_score {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #FF3658;
	margin-right: 8px;
}
#archive_student_res .max_scores span, 
#archive_student_res .col_right .class {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #2C2D2F;
	text-transform: uppercase;
}
#archive_student_res .score .col_right {
	display: flex;
	width: 55%;
	justify-content: center;
	padding-left: 10px;
}
#archive_student_res a.link_stu_res {
	position: relative;
	display: block;
}
#archive_student_res a.link_stu_res:before {
	content: '';
	display: block;
}
.post-type-archive-ket_qua_hoc_vien #archive_student_res li.col_wrapper img {
	width: 100%;
	border-radius: 16px 16px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
#archive_student_res .nav-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
}
#archive_student_res .nav-pagination ul.page-numbers li a,
#archive_student_res .nav-pagination ul.page-numbers span {
	background: #EEF1FF;
	margin: 0 10px;
	border: 1px solid #1B3DE2;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #1B3DE2;
}
#archive_student_res .nav-pagination ul.page-numbers span.page-numbers.current,
#archive_student_res .nav-pagination ul.page-numbers li a:hover {
	background: #1B3DE2;
	color: #fff;
}

/* cam nhận học viên về giảng viên */
#archive_student_res.camnhanhv .content_stu_res {
	opacity: 1;
	visibility: visible;
	position: relative;
}
#archive_student_res.camnhanhv .content_stu_res  .col_item .thumnail {
	display: flex;
	gap:  16px;
	align-items: center;
}

#archive_student_res.camnhanhv .content_stu_res  .col_item .thumnail .img {
	flex:  0 0 96px;
	max-width:  96px;
}
#archive_student_res.camnhanhv .content_stu_res  .col_item {
	padding: 24px;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: auto;
	flex: auto;
	min-height: 100%;
}
#archive_student_res.camnhanhv .content_stu_res  .col_item .thumnail .ct {
	flex:  0 0 calc(100% - 112px);
	max-width: calc(100% - 112px); ;
}
#archive_student_res.camnhanhv .content_stu_res .col_item .thumnail .ct h3.title-cn {
	margin-top: 0;
	margin-bottom: 0;
}

#archive_student_res.camnhanhv .content_stu_res  .col_item .thumnail .ct a {
	color: #2C2D2F;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
}

#archive_student_res.camnhanhv .content_stu_res  .col_item .thumnail .ct a:hover {
	color: #1b3de2;
}

.list-content-teacher .position {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #2C2D2F;
	margin-top: 25px;
}

#archive_student_res.camnhanhv .content_stu_res  .col_item .thumnail img {
	width: 100%;
	height: 96px;
	object-fit: cover;
	border-radius: 100%;
}
#archive_student_res.camnhanhv .content_stu_res  .col_item .col_content .cn,
#archive_student_res.camnhanhv .content_stu_res  .col_item .col_content .news-title {
	text-align: left;
}

#archive_student_res.camnhanhv .content_stu_res  .col_item .col_content .cn a,
 #archive_student_res.camnhanhv .content_stu_res  .col_item .col_content .cn  p{
	color: #2C2D2F;
}
#archive_student_res.camnhanhv .content_stu_res  .col_item .col_content .title-cn {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #2C2D2F;
}
#archive_student_res.camnhanhv .content_stu_res  .col_item .col_content .title-cn a  {
	color: #2C2D2F;
}
#archive_student_res.camnhanhv .content_stu_res  .col_item .col_content .btn-vm {
	margin-bottom: 16px;
}
#archive_student_res.camnhanhv .content_stu_res  .col_item .col_content .btn-vm a {
	color: #FF3658;
	font-weight: 500;
}
#archive_student_res.camnhanhv .content_stu_res  .col_item .col_content .btn-vm:hover a {
	color: #1b3de2;
}
#archive_student_res .tab_res_cat {
	position: relative;
}
#archive_student_res .tab_res_cat:after {
	content: '';
	background-image: url('../images/element_back.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	position: absolute;
	top: 150px;
	right: -225px;
	width: 660px;
	height: 635px;
	z-index: -1;
}

/* ======================================== Cảm nhận học viên trang RIPL========================= */

.sec-hvcm .col_item .thumnail {
	background: #fff;
	padding: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.sec-hvcm .col_item {
	padding: 0 !important;
}
.sec-hvcm .col_content {
	padding: 20px;
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	position: relative;
}
.sec-hvcm .col_content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 1px;
	background: #C2C4C6;
}
.sec-hvcm .col_content .cn {
	text-align: justify !important;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec-hvcm h3.title-cn {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0;
}
.sec-hvcm h3.title-cn a {
	color: #2C2D2F;
}
.sec-hvcm .thumnail .date {
	color: #676A70;
	font-size: 16px;
	font-weight: 400;
}
.sec-hvcm .col_content .btn-vm {
	display: none;
}
.sec-hvcm .col_content .score {
	margin-top: 20px;
}


/* ======================================== Slider trang khóa học========================= */


.course-cat-slide .slide-course {
	margin: 0 -12px;
	padding-inline-start: 0;
	
}
.course-cat-slide .slide-course  .slick-list {
	padding: 20px 0;
}
.course-cat-slide .slide-course .slick-track  {
	display: flex;
}
.course-cat-slide .slide-course .col_wrapper {
	display: flex;
	min-height: 100%;
	padding: 0 12px;
	height: auto;
	flex: auto;
}
.course-cat-slide .slide-course .col_wrapper .col_item {
	filter: drop-shadow(4px 4px 16px rgba(129, 156, 253, 0.25));
	background: #fff;
	min-height: 100%;
	flex: auto;
	height: auto;
	border-radius: 16px 16px 8px 8px;
}
.course-cat-slide .slide-course .col_wrapper .col_item .thumnail a {
	display: block;
	position: relative;
}
.course-cat-slide .slide-course .col_wrapper .col_item .thumnail a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.course-cat-slide .slide-course .col_wrapper .col_item .thumnail a:before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}

.course-cat-slide .slide-course .col_wrapper .col_item  .col_content  .terms a {
	background: #FFF1F2;
	border-radius: 40px;
	padding: 2px 16px;
	font-size: 14px;
}
.course-cat-slide .slide-course .col_wrapper .col_item  .col_content .title-cn {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #2C2D2F;
}
.course-cat-slide .slide-course .col_wrapper .col_item  .col_content .title-cn a {
	color: #2C2D2F;
}
.course-cat-slide .slide-course .col_wrapper .col_item  .col_content .title-cn:hover a {
	color: #1b3de2;
}

/* ======================================== Single kết quả học viên ========================= */
.list_content_stu {
	background: #FFFFFF;
    box-shadow: 2px -1px 6px 6px rgb(213 222 255 / 43%);
    border-radius: 8px;
    padding: 20px;
}
.list_content_stu p.title_single_kqhv {
	font-size: 30px;
	font-weight: bold;
	color: #1200F6;
}
.list_content_stu .row {
    flex-wrap: wrap;
    display: flex;
}
.list_content_stu .col-left {
	flex: 0 0 40%;
	max-width: 40%;
}
.list_content_stu .col-right {
	padding-left: 20px;
	flex: 0 0 60%;
	max-width: 60%;
}
.list_content_stu .col-right h1 {
    font-weight: 800;
    font-size: 32px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2C2D2F;
    margin-bottom: 0;
}
.list_content_stu .col-right .position p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #2C2D2F;
}
.list_content_stu .ctent {
	display: flex;
	flex-direction: column;
}
.list_content_stu .iconbox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 5px;
	align-items: center;
}
.list_content_stu .iconbox .icon {
    flex: 0 0 48px;
    max-width: 48px;
}
.list_content_stu .main_score {
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: #FF3658;
    margin-right: 8px;
}
.list_content_stu .max_scores span,
.list_content_stu .class {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2C2D2F;
    text-transform: uppercase;
}
.list_content_stu .exp_content_stu {
	margin-top: 15px;
}
.list_content_stu .class br {
	display: none;
}

/* ======================================== End Single kết quả học viên ========================= */

@media (max-width: 1024px){
	#archive_student_res .list_res_cat li a {
		font-size: 18px;
	}
	#archive_student_res .main_score {
		font-size: 30px;
	}
	#archive_student_res .score .col_right {
		margin-left: 5px;
	}
	#archive_student_res .max_scores span, #archive_student_res .col_right .class {
		font-size: 12px;
	}
}

@media (max-width: 768px){
	#archive_student_res .tab_res_cat:after {
		content: none;
	}
	#archive_student_res .list_res_cat {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 7px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#archive_student_res .list_res_cat li {
		margin-bottom: 15px;
		margin-right: 0px;
		width: 49%;
		display: flex;
		flex-direction: column;
	}
	#archive_student_res .list_res_cat li a {
		font-size: 15px;
		text-align: center;
		padding: 8px 5px;
	    display: flex;
    	flex-direction: column;
    	flex-grow: 1;
    	align-items: center;
    	justify-content: center;
	}
	#archive_student_res .list_res_cat li:last-child {
		margin-right: 0;
	}
	#archive_student_res .content_stu_res li {
		flex: 0 0 49%;
		max-width: 49%;
		width: 49%;
		padding: 0;
		display: flex;
	}
	#archive_student_res .content_stu_res li:nth-child(2n) {
		margin-left: 5px;
	}
	#archive_student_res .content_bottom_title {
		width: 90%;
	}
	#archive_student_res .content_bottom_title p {
		font-size: 14px;
	}
	#archive_student_res .news-title, .list_content_stu .col-right h1 {
		font-size: 18px;
	}
	#archive_student_res .des p {
		font-size: 14px;
	}
	#archive_student_res .score {
		display: block;
	}
	#archive_student_res .main_score, .list_content_stu .main_score {
		font-size: 25px;
	}
	#archive_student_res .score .col_left {
		width: 100%;
		border-right: none;
	}
	#archive_student_res .score .col_right {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	#archive_student_res.camnhanhv .content_stu_res li {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	#archive_student_res .content_stu_res {
		padding: 0 7px;
		justify-content: space-between;
	}
	.list-content-teacher .item-lecturers {

		padding: 10px;
	}
	.list-content-teacher .item-lecturers .col-left, .list-content-teacher .item-lecturers .col-right,
	.list-content-teacher .item-lecturers .info-giangvien .iconbox,
	.list_content_stu .col-left, .list_content_stu .col-right,
	.single_giangvien .list-content-teacher .item-lecturers .col-left,
	.single_giangvien .list-content-teacher .item-lecturers .col-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.single_giangvien .item-lecturers .row {
		padding-bottom: 0;
	}
	.single_giangvien .list-content-teacher .item-lecturers .col-left,
	.list_content_stu .col-left {
		margin-bottom: 15px;
	}
	.list_content_stu .col-right {
		padding-left: 0;
	}
	.list-content-teacher .item-lecturers .col-right {
		padding-left: 0px; 
	}
	.course-cat-slide .slide-course .col_wrapper .col_item  .col_content .title-cn {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 24px;
	}
	.course-cat-slide .slide-course .col_wrapper .col_item  .col_content .terms {
		font-size: 14px;
	}
	.course-cat-slide .slide-course .col_wrapper {
		padding: 0 10px;
	}

}

@media (max-width: 640px){
	.sec-hvcm li {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}