/* ARCHIVE TIN TỨC */
.title-category .elementor-heading-title {
	position: relative;
	padding-left: 15px;
}
.title-category .elementor-heading-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #FF3658;
}
.list-post-block .bdt-margin-bottom {
	margin-bottom: 0 !important;
}
.list-post-block .bdt-post-block-title {
	margin-top: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-post-block .bdt-post-block-desc{
	padding: 20px;
	background-color: #fff;
	filter: drop-shadow(6px 6px 16px rgba(213, 222, 255, 0.25));
	border-radius: 0 0 16px 16px;
}
.list-post-block .bdt-list .bdt-post-block-title {
	-webkit-line-clamp: 3;
}
.list-post-block .bdt-list .bdt-post-block-thumbnail {
	width: 35%;
	padding-left: 0;
}
.list-post-block .bdt-post-block-img-wrapper img {
	border-radius: 16px 16px 0 0;
}
.list-post-block .bdt-list .bdt-post-block-thumbnail a {
	display: block;
	position: relative;
	width: 100%;
}
.list-post-block .bdt-list .bdt-post-block-thumbnail a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 16px 0 0px 8px;
}
.list-post-block .bdt-list .bdt-post-block-thumbnail a:before {
	content: '';
	display: block;
	padding-bottom: 75%;
}

/* HOẠT ĐỘNG VÌ CỘNG ĐỒNG */
.tax-hdcd .bdt-slideshow-item.bdt-post-slider-item.bdt-active .bdt-post-slider-content {
	background-color: #1B3DE2;
	opacity: .75;
	border-radius: 8px;
	max-width: 450px !important;
	padding: 25px;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
	opacity: .4;
}
.tax-hdcd li.bdt-active .bdt-post-slider-pagination-item {
	opacity: 1 !important;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination {
	position: relative !important;
	max-width: inherit;
	padding-left: 0 !important;
	padding-right: 0;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination li {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
	padding: 0 12px;
	padding-right: 0;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
	padding-top: 0px !important;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: auto;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-title {
	margin-top: 0 !important;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination li .bdt-flex {
	position: relative;
	flex: auto;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination li .bdt-width-auto.bdt-post-slider-thumb-wrap {
	position: relative;
	width: 100% !important;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination li .bdt-width-auto.bdt-post-slider-thumb-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination li .bdt-width-auto.bdt-post-slider-thumb-wrap:before {
	content: '';
	display: block;
	padding-bottom: 75%;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination li .bdt-flex .bdt-margin-small-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	margin-left: 0 !important;
	display: none;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination .bdt-active .bdt-post-slider-pagination-item {
	border-color: transparent !important;
}
.tax-hdcd .bdt-post-slider .bdt-post-slider-pagination .bdt-post-slider-pagination-item a {
	display: flex;
	flex-direction: column;
	flex: auto;
}
.bdt-post-slider .bdt-post-slider-pagination .bdt-thumbnav  .slick-list {
	width: 100%;
} 
.bdt-post-slider .bdt-post-slider-pagination .bdt-thumbnav  {
	margin: 0 -12px;
}
.tax-hdcd .tax-hdcd .bdt-post-slider .bdt-post-slider-pagination::-webkit-scrollbar {
	height: 0px;
}
.tax-hdcd .tax-hdcd .bdt-post-slider .bdt-post-slider-pagination::-webkit-scrollbar:vertical {
	display: none;
}
.tax-hdcd .slick-track {
	display: flex;
}
.tax-hdcd button.slick-arrow {
	background-color: #819CFD;
	color: #144BFE;
	width: fit-content;
	font-size: 20px;
	padding: 25px 10px;
}
.tax-hdcd button.slick-arrow:focus {
	outline: none;
}
.tax-hdcd button.slick-prev.slick-arrow {
	left: -45px;
	border-radius: 8px 0px 0px 8px;
}
.tax-hdcd button.slick-next.slick-arrow {
	right: -45px;
	border-radius: 0px 8px 8px 0px;
}
.tax-hdcd button.slick-arrow:hover {
	background: #1B3DE2;
	color: #fff;
}
.tax-hdcd .slick-dots {
	display: flex;
	position: absolute;
	bottom: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 10px 0;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}
.tax-hdcd ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #2C2D2F;
	opacity: 0.4;
	border-radius: 100%;
}
.tax-hdcd ul.slick-dots li.slick-active button {
	background: #1B3DE2;
	position: relative;
	opacity: 1;
}
/* END HOẠT ĐỘNG VÌ CỘNG ĐỒNG */


/* HOẠT ĐỘNG CHO ĐỐI TÁC */
.tax-hddt .bdt-ep-carousel-thumbnail a {
	position: relative;
	display: block;
}
.tax-hddt .bdt-ep-carousel-thumbnail a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tax-hddt .bdt-ep-carousel-thumbnail a:before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}
.tax-hddt .list-hddt {
	margin-bottom: -165px;
}
.tax-hddt .btn-all-post {
	position: absolute;
	bottom: -75%;
}
.tax-hddt .list-hddt .bdt-ep-carousel-desc {
	display: flex;
	flex-direction: column-reverse;
}
.tax-hddt .list-hddt .bdt-subnav {
	margin-left: 0 !important;
}
.tax-hddt .list-hddt span.pc-category {
	background-color: #FFF1F2;
	padding: 5px 10px;
	border-radius: 40px;
}
.tax-hddt .list-hddt span.pc-category:hover {
	background-color: #FF3658;
}
.tax-hddt .list-hddt a.bdt-navigation-next.bdt-slidenav-next.bdt-icon {
	border-radius: 0px 8px 8px 0px !important
}

.list-hddt .swiper-container.swiper-container-initialized.swiper-container-horizontal {
    display: flex;
    flex: auto;
}
.list-hddt .bdt-ep-carousel-item {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
/* END HOẠT ĐỘNG CHO ĐỐI TÁC */


/* END ARCHIVE TIN TỨC */


/* SIDEBAR TRANG SINGLE */
.course-sidebar #menu-menu-khoa-hoc {
	list-style-type: none;
	padding-left: 0;
}
.course-sidebar #menu-menu-khoa-hoc p.title_course_sidebar {
	color: #1B3DE2;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.course-sidebar #menu-menu-khoa-hoc li.menu-item-has-children p.title_course_sidebar:after {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    color: #FF3658;
    transition: 0.4s;
}
.course-sidebar #menu-menu-khoa-hoc .is_active p.title_course_sidebar:after {
	transform: rotateZ(180deg);
}
.course-sidebar #menu-menu-khoa-hoc li ul.sub-menu {
	list-style-type: disc;
	display: none;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid #F3F3F5;
}
.course-sidebar #menu-menu-khoa-hoc li ul.sub-menu li a {
	color: #676A70;
	font-size: 17px;
	font-weight: 400;
}
.course-sidebar #menu-menu-khoa-hoc li ul.sub-menu li {
	margin-bottom: 5px;
}
.course-sidebar #menu-menu-khoa-hoc li ul.sub-menu li:hover {
	color: #819CFD;
}
.course-sidebar #menu-menu-khoa-hoc li ul.sub-menu li:hover a {
	color: #819CFD;
	font-weight: 700;
}
.course-sidebar #menu-menu-khoa-hoc > li {
	background-color: #fff;
	box-shadow: 6px 6px 16px rgba(213, 222, 255, 0.35);
	border-radius: 8px;
	padding: 15px;
    margin-bottom: 15px;
}
/* END SIDEBAR TRANG SINGLE */

/* TIN TỨC LIÊN QUAN */
.single-post .swiper-container.swiper-container-initialized.swiper-container-horizontal {
	display: flex;
}
.single-post .bdt-ep-carousel-item.swiper-slide {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
.single-post .bdt-ep-carousel-thumbnail a {
	position: relative;
	display: block;
}
.single-post .bdt-ep-carousel-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-post .bdt-ep-carousel-thumbnail a:before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}
/* END TIN TỨC LIÊN QUAN */

@media (max-width: 1024px){
	.list-post-block ul.bdt-list .bdt-grid.bdt-grid-small {
		margin-left: 0 !important;
	}
	.tax-hddt .btn-all-post {
    	bottom: -86%;
	}
}

@media (max-width: 767px){
	.tax-hddt .btn-all-post {
    	bottom: -78%;
	}
	.tax-hdcd .bdt-visible\@m {
		display: none !important;
	}
	.tax-hdcd .bdt-slideshow-item.bdt-post-slider-item.bdt-active .bdt-post-slider-content {
		padding: 15px;
	}
	.list-post-block .bdt-list .bdt-post-block-thumbnail a:before {
		padding-bottom: 100%;
	}
	.list-post-block .bdt-post-block-desc {
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	padding: 10px;
	}
}