/**
* Theme Name: KP3
* Theme URI: https://kp3.agency
* Description: Theme được xây dựng bởi Công ty TNHH Truyền Thông Gió Tây.
* Author: Pixel+
* Author URI: https://pixelplus.vn
* Version: 1.13.16
* Tags: giao diện hiện đại, phong cách thời thượng, tương thích mọi loại trình duyệt, tốc độ load trang tối đa, tối ưu SEO.
* Text Domain: kp3
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* @import 'assets/css/woocommerce.css'; */

:root {
	--kp3-primary-color: #FFD8F6;
	--kp3-secondary-color: #FFE50E;
	--kp3-text-color: #0D0D0F;
	--kp3-gray-color: #F0ECE7;
	--kp3-grayp-color: #3C3C3C;
	--kp3-divider-color: #F0F0F0;
	--kp3-background-color: #FAF7EF;
}

a {
	transition: all .3s ease-in-out;
}

.kp3-container {
	margin-left: 50px;
	margin-right: 50px;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.inline-flex {
	display: inline-flex;
}

.flex-col {
	flex-direction: column;
}

.grid {
	display: grid;
}

.gap {
	gap: 20px;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

.rouned-px {
	border-radius: 1px;
}

.rounded-sm	{
	border-radius: 2px;
}

.rounded-md	{
	border-radius: 0.375rem; /* 6px */
}

.size-\[210px\] {
	width: 210px;
	height: 210px !important;
}

.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.rounded-full {
	border-radius: 9999px !important;
}

.py-2\.5 {
	padding-top: 0.625rem; /* 10px */
	padding-bottom: 0.625rem; /* 10px */
}

.px-2\.5 {
	padding-left: 0.625rem; /* 10px */
	padding-right: 0.625rem; /* 10px */
}

.py-1\.5 {
	padding-top: 0.375rem; /* 6px */
	padding-bottom: 0.375rem; /* 6px */
}

.px-2 {
	padding-left: 0.5rem; /* 8px */
	padding-right: 0.5rem; /* 8px */
}

.px-5 {
	padding-left: 1.25rem; /* 10px */
	padding-right: 1.25rem; /* 10px */
}

.py-5 {
	padding-top: 1.25rem; /* 10px */
	padding-bottom: 1.25rem; /* 10px */
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.list-unstyled {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.w-lg {
	width: 512px;
}

.max-w-lg {
	max-width: 512px;
}

.max-w-xl {
	max-width: 576px;
}

.mb-0 {
	margin-bottom: 0;
}

.transition	{
	transition: all .3s ease-in-out;
}

.gap-0\.5 {
	gap: 2px;
}

.gap-1 {
	gap: 4px;
}

.gap-2 {
	gap: 0.5rem; /* 8px */
}

.gap-2\.5 {
	gap: 0.625rem; /* 10px */
}

.gap-3 {
	gap: 0.75rem; /* 12px */
}

.gap-4\.5 {
	gap: 18px;
}

.mt-5 {
	margin-top: 1.25rem; /* 20px */
}

.mt-6 {
	margin-top: 1.5rem; /* 24px */
}

.mt-9 {
	margin-top: 2.25rem; /* 36px */
}

.mt-10 {
	margin-top: 2.5rem; /* 40px */
}

.mb-auto {
	margin-bottom: auto;
}

.text-primary {
	color: var(--kp3-primary-color);
}

.text-secondary {
	color: var(--kp3-secondary-color);
}

.text-color {
	color: var(--kp3-text-color);
}

.text-black {
	color: #000;
}

.text-grayp {
	color: var(--kp3-grayp-color);
}

.bg-white	{
	background-color: white;
}

.bg-black {
	background-color: black;
}

.bg-transparent	{
	background-color: transparent;
}

.bg-primary {
	background-color: var(--kp3-primary-color);
}

.bg-secondary {
	background-color: var(--kp3-secondary-color);
}

.bg-text {
	background-color: var(--kp3-text-color);
}

.uppercase {
	text-transform: uppercase;
}

.font-bold {
	font-weight: bold;
}

.text-\[8px\] {
	font-size: 8px;
}

.text-\[10px\] {
	font-size: 10px;
}

.font-\[Montserrat\] {
	font-family: Montserrat;
}

.ml-\[3px\] {
	margin-left: 3px;
}

.px-\[5px\] {
	padding-left: 5px;
	padding-right: 5px;
}

.py-0\.5 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.py-\[3px\] {
	padding-top: 3px;
	padding-bottom: 3px;
}

.px-\[3px\] {
	padding-left: 3px;
	padding-right: 3px;
}

.p-\[3px\] {
	padding: 3px;
}

.py-\[5px\] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.p-3 {
	padding: 12px;
}

.pb-2\.5 {
	padding-bottom: 10px;
}

.py-3 {
	padding-top: 0.75rem; /* 12px */
	padding-bottom: 0.75rem; /* 12px */
}

.p-4 {
	padding: 16px;
}

.px-4 {
	padding-left: 16px;
	padding-right: 16px;
}

.pb-4 {
	padding-bottom: 16px;
}

.px-6 {
	padding-left: 1.25rem; /* 12px */
	padding-right: 1.25rem; /* 12px */
}

.ml-1\.5 {
	margin-left: 0.375rem; /* 6px */
}

.mb-1\.5 {
	margin-bottom: 0.375rem; /* 6px */
}

.mt-2 {
	margin-top: 0.5rem; /* 8px */
}

.mr-2 {
	margin-right: 0.5rem; /* 8px */
}

.ml-2 {
	margin-left: 0.5rem; /* 8px */
}

.mt-2\.5 {
	margin-top: 0.625rem; /* 10px */
}

.mb-2\.5 {
	margin-bottom: 0.625rem; /* 10px */
}

.mb-3 {
	margin-bottom: 12px;
}

.mb-3\.5 {
	margin-bottom: 0.875rem; /* 14px */
}

.pb-3\.5 {
	padding-bottom: 0.875rem; /* 14px */
}

.mt-3 {
	margin-top: 12px;
}

.px-3 {
	padding-left: 12px;
	padding-right: 12px;
}

.mb-4 {
	margin-bottom: 16px;
}

.mt-4 {
	margin-top: 16px;
}

.mb-4 {
	margin-bottom: 16px;
}

.my-4 {
	margin-top: 16px;
	margin-bottom: 16px;
}

.mb-5 {
	margin-bottom: 20px;
}

.p-5 {
	padding: 1.25rem; /* 20px */
}

.mt-8 {
	margin-top: 2rem; /* 32px */
}

.ml-8 {
	margin-left: 32px;
}

.mr-8 {
	margin-right: 32px;
}

.mx-8 {
	margin-left: 32px;
	margin-right: 32px;
}

.mt-\[34px\] {
	margin-top: 34px;
}

.font-\[Cousine\] {
	font-family: Cousine;
}

.leading-none {
	line-height: 1;
}

.mt-0\.5 {
	margin-top: 2px;
}

.rounded {
	border-radius: 4px !important;
}

.border-2 {
	border-width: 2px;
}

.border-secondary {
	border-color: var(--kp3-secondary-color);
}

.overflow-hidden {
	overflow: hidden;
}

.hidden {
	display: none;
}

.tracking-\[0\.02em\] {
	letter-spacing: 0.02em;
}

.max-w-20 {
	max-width: 80px;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.my-3\.5 {
	margin-top: 14px;
	margin-bottom: 14px;
}

.h-px {
	height: 1px;
}

.h-\[42px\] {
	height: 42px;
}

.kp3-divider {
	height: 1px;
	background: var(--kp3-divider-color);
}

.absolute {
	position: absolute;
}

.top-0 {
	top: 0;
}

.left-0 {
	left: 0;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.top-1 {
	top: 0.25rem; /* 4px */
}

.top-4 {
	top: 1rem; /* 16px */
}

.bottom-1 {
	bottom: 0.25rem; /* 4px */
}

.right-1 {
	right: 0.25rem; /* 4px */
}

.right-4 {
	right: 1rem; /* 16px */
}

.top-5 {
	top: 1.25rem; /* 20px */
}

.right-5 {
	right: 1.25rem; /* 20px */
}

.top-full {
	top: 100%;
}

.inset-x-0 {
	left: 0;
	right: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.w-px {
	width: 1px;
}

.bg-\[\#F4F1E9\] {
	background-color: #F4F1E9;
}

.bg-\[\#A310FF\] {
	background-color: #A310FF;
}

.bg-\[\#FF1098\] {
	background-color: #FF1098;
}

.bg-\[\#FDF3DE\] {
	background-color: #FDF3DE;
}

.bg-\[\#00000066\] {
	background-color: #00000066;
}

.bg-\[\#ebe4cc\] {
	background-color: #ebe4cc;
}

.bg-\[\#E8E2F4\] {
	background-color: #E8E2F4;
}

.bg-\[\#EEF7F0\] {
	background-color: #EEF7F0;
}

.bg-\[\#FDEDD3\] {
	background-color: #FDEDD3;
}

.bg-\[\#010918\] {
	background-color: #010918;
}

.text-\[\#010918\] {
	color: #010918;
}

.p-2\.5 {
	padding: 10px;
}

.p-7 {
	padding: 1.75rem; /* 28px */
}

.px-7 {
	padding-left: 1.75rem; /* 28px */
	padding-right: 1.75rem; /* 28px */
}

.mr-1\.5 {
	margin-right: 6px;
}

.text-white {
	color: #fff;
}

.relative {
	position: relative;
}

.size-3 {
	width: 0.75rem; /* 12px */
	height: 0.75rem; /* 12px */
}

.text-xs {
	font-size: 0.75rem; /* 12px */
	line-height: 1rem; /* 16px */
}

.text-sm {
	font-size: 0.875rem; /* 14px */
	line-height: 1.25rem; /* 20px */
}

.leading-7 {
	line-height: 1.75rem; /* 28px */
}

.rounded-b-\[10px\] {
	border-bottom-left-radius: 10px; /* 8px */
	border-bottom-right-radius: 10px; /* 8px */
}

.p-1 {
    padding: 4px;
}

.py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.p-2 {
    padding: 8px;
}

.gap-\[5px\] {
	gap: 5px;
}

.min-w-5 {
	min-width: 20px; /* 20px */
}

.size-full {
	width: 100%;
	height: 100%;
}

.elementor img.size-full {
	height: 100%;
}

.size-\[46px\] {
	width: 46px;
	height: 46px;
}

.object-cover {
	object-fit: cover;
}

.hover\:block:hover {
	display: block;
}

.font-semibold {
	font-weight: 600;
}

.font-\[Inter\] {
	font-family: Inter;
}

.text-base {
	font-size: 16px;
}

.leading-4 {
	line-height: 16px;
}

.py-\[15px\] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.px-\[19px\] {
	padding-left: 19px;
	padding-right: 19px;
}

.py-\[7px\] {
	padding-top: 7px;
	padding-bottom: 7px;
}

.border-text {
	border-color: var(--kp3-text-color);
}

.hover\:text-primary:hover {
	color: var(--kp3-primary-color);
}

.h-full {
	height: 100%;
}

.gap-7\.5 {
	gap: 30px;
}

.text-right {
	text-align: right;
}

.pt-\[8px\] {
	padding-top: 8px;
}

.pb-\[8px\] {
	padding-bottom: 8px;
}

.py-\[8px\] {
	padding-top: 8px;
	padding-bottom: 8px;
}

.pr-\[14px\] {
	padding-right: 14px;
}

.pl-\[50px\] {
	padding-left: 50px;
}

.font-\[REM\] {
	font-family: REM;
}

.py-\[11px\] {
	padding-top: 11px;
	padding-bottom: 11px;
}

.px-\[17px\] {
	padding-left: 17px;
	padding-right: 17px;
}

.mt-11 {
	margin-top: 44px;
}

.hover\:bg-\[\#F0ECE7\]:hover,
.active\:bg-\[\#F0ECE7\].active {
	background: #F0ECE7;
}

.block {
	display: block;
}

.pt-4 {
	padding-top: 16px;
}

.mt-4 {
	margin-top: 16px;
}

.pb-7 {
	padding-bottom: 1.75rem; /* 28px */
}

.mb-7 {
	margin-bottom: 1.75rem; /* 28px */
}

.mt-8 {
	margin-top: 32px;
}

.mb-8 {
	margin-bottom: 32px;
}

.text-center {
	text-align: center;
}

.text-xl {
	font-size: 1.25rem; /* 20px */
	line-height: 1.75rem; /* 28px */
}

.text-4xl {
	font-size: 2.25rem; /* 36px */
	line-height: 2.5rem; /* 40px */
}

.text-\[28px\] {
	font-size: 28px;
	line-height: 32px;
}

.hover\:bg-shadow:hover {
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
}

.hover\:bg-secondary:hover {
	background: var(--kp3-secondary-color);
}

.drop-shadow-\[\#F0F0F0\] {
	filter: drop-shadow(0 1px 1px #F0F0F0);
}

.font-\[Cousine\] {
	font-family: Cousine;
}

.text-lg {
	font-size: 1.125rem; /* 18px */
	line-height: 1.75rem; /* 28px */
}

.text-\[46px\] {
	font-size: 46px;
}

.text-\[\#0D0D0F\] {
	color: #0D0D0F;
}

.text-\[\#565656\] {
	color: #565656;
}

.bg-\[\#EBE8E0\] {
	background-color: #EBE8E0;
}

.bg-\[\#FAF8FF\] {
	background-color: #FAF8FF;
}

.bg-\[\#F0F0F0\] {
	background-color: #F0F0F0;
}

.w-\[120px\] {
	width: 120px;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-auto {
	flex: 1 1 auto;
}

.flex-none {
	flex: none;
}

.items-end {
	align-items: flex-end;
}

.mt-auto {
	margin-top: auto;
}

.mb-px {
	margin-bottom: 1px;
}

.border-b {
	border-bottom-width: 1px !important;
}

.border-dashed {
	border-style: dashed;
}

.border-b-\[\#565656\] {
	border-bottom-color: #565656;
}

.border-\[\#F0F0F0\] {
	border-color: #F0F0F0;
}

.responsive-image {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	display: block;
}

.image-4\/3 {
	position: relative;
	height: 0;
	padding-bottom: 140%;
	display: block;
}

.fixed {
	position: fixed;
}

.z-10 {
	z-index: 10;
}

.w-80 {
	width: 20rem; /* 320px */
}

.responsive-image img,
.image-4\/3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

/* .header-account */
.kp3-header-account:hover .header-account-dropdown {
	display: block;
}

/* .navigation */
a.menu-item svg path {
    fill: currentColor !important;
}

.kp3-breadcrumb p {
	margin: 0;
}

.bg-gray {
	background-color: var(--kp3-gray-color);
}

.bg-bg {
	background: var(--kp3-background-color);
}

.rounded-\[10px\] {
	border-radius: 10px;
}

.rounded-lg {
	border-radius: 0.75rem; /* 12px */
}

.rounded-t-lg {
	border-top-left-radius: 0.75rem; /* 12px */
	border-top-right-radius: 0.75rem; /* 12px */
}

.rounded-bottom-none {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.rounded-tr-none {
	border-top-right-radius: 0px !important;
}

.rounded-tl-none {
	border-top-left-radius: 0 !important;
}

.rounded-tr-none {
	border-top-right-radius: 0 !important;
}

.border-0 {
	border-width: 0;
}

.border {
	border-width: 1px;
}

.border-solid {
	border-style: solid;
}

.border-\[\#C0C0C0\] {
	border-color: #C0C0C0;
}

.w-full {
	width: 100%;
}

.left-1\/2 {
	left: 50%;
}

.right-1\/2 {
	right: 50%;
}

.translate-x-1\/2 {
	transform: translateX(50%);
}

.translate-x-0 {
	transform: translateX(0);
}

.translate-1\/2 {
	transform: translate(50%, 50%);
}

.p-8 {
	padding: 2rem;
}

.text-lg {
	font-size: 1.125rem; /* 18px */
	line-height: 1.75rem; /* 28px */
}

.absolute-full {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bg-slate-50\/85 {
	background-color: rgb(248 250 252 / 85%);
}

.kp3-mm-wrapper-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transition: all .3s ease-in-out;
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
}

.kp3-mm-wrapper {
	transition: all .3s ease-in-out;
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	box-shadow: 20px 0px 90px #5a5a5a21;
}

.kp3-mm-wrapper.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.kp3-mm-wrapper-container.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

form.loading {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
	position: relative;
}

form.loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(assets/images/loading.svg) center no-repeat;
}

.leading-normal {
	line-height: 1.5;
}

.lesson-meta span {
	color: var(--kp3-text-color);
}

.backtotop {
	width: 40px;
	height: 40px;
	background-color: #222;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 100px;
	right: 1.9%;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	z-index: 99;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

.backtotop.active {
	opacity: 1;
	visibility: visible;
}

.kp3-pagination {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}

ul.kp3-pagination-inner {
	display: flex;
	align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
	border-radius: 9999px;
	background: var(--kp3-background-color);
	padding: 5px;
	gap: 5px;
}

ul.kp3-pagination-inner .page-link {
    display: flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--kp3-grayp-color);
    font-size: 12px;
    font-weight: bold;
}

ul.kp3-pagination-inner .page-link:hover,
ul.kp3-pagination-inner .page-link.current {
    background: white;
}

a.next.page-link,
a.prev.page-link {
    width: 30px;
    height: 30px;
	/* background: #F4F1E9; */
	overflow: hidden;
    text-indent: -9999px;
}

a.next.page-link {
	background: #F4F1E9 url(assets/images/icon-next.svg) center no-repeat;
}

a.prev.page-link {
	background: #F4F1E9 url(assets/images/icon-prev.svg) center no-repeat;
}

a.next.page-link:hover {
	background: #010918 url(assets/images/icon-next-hover.svg) center no-repeat;
}

a.prev.page-link:hover {
	background: #010918 url(assets/images/icon-prev-hover.svg) center no-repeat;
}

.kp3-login-register input[type="checkbox"] {
    width: 12px;
    height: 12px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid;
    border-radius: 2px;
}

.kp3-login-register input[type="checkbox"]:checked:after {
    content: '';
    width: 5px;
    height: 8px;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    display: block;
    transform: rotate(45deg);
    margin-left: 3px;
}

.kp3-sidebar-menu a path {
    fill: currentColor !important;
}

.field-required {
	border-color: red !important;
}

@media (max-width: 1280px) {
	.kp3-container {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 641px) {
	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:py-\[7px\] {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

@media (min-width: 769px) {
	.md\:grid {
		display: grid;
	}

	.md\:flex {
		display: flex;
	}

	.md\:inline-flex {
		display: inline-flex;
	}

	.md\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.md\:hidden {
		display: none;
	}

	.md\:block {
		display: block;
	}
}

@media (min-width: 1025px) {
	.lg\:grid {
		display: grid;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:inline-flex {
		display: inline-flex;
	}

	.lg\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:mt-\[60px\] {
		margin-top: 60px;
	}

	.lg\:mt-\[30px\] {
		margin-top: 30px;
	}

	.lg\:mb-px {
		margin-bottom: 1px;
	}

	.lg\:block {
		display: block;
	}
}

@media (min-width: 1281px) {
	.xl\:grid {
		display: grid;
	}

	.xl\:flex {
		display: flex;
	}

	.xl\:inline-flex {
		display: inline-flex;
	}

	.xl\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.xl\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:mt-\[60px\] {
		margin-top: 60px;
	}

	.xl\:mt-\[30px\] {
		margin-top: 30px;
	}

	.xl\:flex-row {
		flex-direction: row;
	}

	.xl\:gap-10 {
		gap: 40px;
	}

	.xl\:text-9xl {
		font-size: 8rem; /* 128px */
		line-height: 1;
	}

	.xl\:mt-9 {
		margin-top: 2.25rem; /* 36px */
	}

	.xl\:size-\[210px\] {
		width: 210px;
		height: 210px !important;
	}

	.xl\:mb-px {
		margin-bottom: 1px;
	}

	.xl\:block {
		display: block;
	}

	.xl\:py-\[7px\] {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

/*DC custom css*/
/*KP3 Course List*/
.kp3-course-list,
.kp3-course-archive{
    display: grid;
    grid-template-columns: repeat(4, 25%);
    gap: 20px;
}

.kp3-course-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    aspect-ratio: 3 / 4;
}

.kp3-course-item:hover {
    transform: translateY(-5px);
}

.kp3-course-item:after {
    background: linear-gradient(180deg, rgba(244, 241, 233, 0) 50%, rgba(244, 241, 233, 0.6) 81.98%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    content: "";
}

.kp3-course-content {
    color: #fff;
    width: 100%;
    padding: 15px;
    text-align: start;
    transition: background 0.3s ease-in-out;
    z-index: 2;
}

.kp3-course-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
}

.kp3-course-price {
    padding: 2px 12px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-bottom: 0;
    border: 0.5px solid #fff;
}

.kp3-course-lessons {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.kp3-course-price.kp3-course-enrolled {
    background: #0D0D0F;
    border: 0.5px solid #FFE50E;
    color: #FFE50E;
}

/*KP3 User Badge*/
.kp3-user-badge-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.kp3-user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.kp3-user-info {
    display: flex;
    flex-direction: column;
}

.kp3-user-name {
    font-size: 16px;
    font-weight: bold;
}

.kp3-user-meta {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.kp3-user-badge {
    background: #FFD700;
    color: black;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.kp3-user-sub {
    color: gray;
    font-size: 12px;
    margin-left: 8px;
    max-width: 80px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    vertical-align: middle;
    padding: 2px 6px;
    background: #F0ECE7;
    font-family: Cousine;
    font-weight: 400;
    letter-spacing: 2%;
    color:#0D0D0F;
}

.kp3-dropdown-menu {
    opacity: 0;    
    position: absolute;
    top: 100%;
    left: 0;
    background: #FAF7EF;;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 220px;
    z-index: -10;
    padding: 12px;
    display: block;
}

.kp3-user-badge-wrapper:hover .kp3-dropdown-menu{
    opacity: 1;
    z-index: 2 !important;
}

.kp3-user-menu {
    list-style: none;
    margin-bottom: 8px;
    padding:0 0 8px 0;
    border-bottom: 1px solid #eee;
}

.kp3-user-menu li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    
}

.kp3-user-menu li a {
    display: block;
    padding: 4px;
    text-decoration: none;
    color: #333;
    font-family: "Cousine", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.kp3-dropdown-item.kp3-logout-btn {
    font-family: Cousine;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding-top: 8px;
}

.kp3-menu-icon {
    width: 20px;
    text-align: center;
    justify-content: center;
}
/*KP3 User Profile*/
.kp3-user-profile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-align: center;
}

.kp3-user-avatar {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #000;
}

.kp3-user-name {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.kp3-user-email {
    font-size: 14px;
    background: #F0ECE7;
    padding: 2px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/*KP3 Learning Progress*/
.kp3-learning-progress-wrapper {
    background: #f8f6f1;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    max-width: 400px;
    position: relative;
}

.kp3-learning-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kp3-learning-title {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.kp3-learning-icon {
    font-size: 20px;
    color: #000;
}

.kp3-learning-progress {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.kp3-learning-course {
    font-size: 14px;
    color: gray;
}

/*Phân trang*/
.kp3-course-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.kp3-course-pagination-box {
    background: #FAF7EF;
    width: auto;
    border-radius: 100px;
    display: flex;
    padding: 8px;
    gap: 8px;
}

.kp3-course-pagination a.page-numbers {
    color: #3C3C3C !important;
    border-radius: 50px;
    text-align: center;
    align-content: center;
    width: 32px;
    height: 32px;
    font-family: "Cousine", Sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.kp3-course-pagination span {
    font-family: "Cousine", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.kp3-course-pagination .current {
    background: #3C3C3C;
    color: white;
    border-radius: 50px;
    text-align: center;
    align-content: center;
    width: 32px;
    height: 32px;
}

.kp3-course-pagination .next,
.kp3-course-pagination .prev{
    background: #F4F1E9;
}

/*Single course*/
.kp3-course-type ,
.kp3-single-course-students ,
.kp3-single-course-price ,
.kp3-course-author  {
    display:flex ;
    justify-content: flex-start;
    align-items: center;
    gap: 6px
}

.kp3-course-enroll-button {
    background: #FFD8F6;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.kp3-course-author-info {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.kp3-course-author-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.kp3-course-author-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    margin-right: 15px;
}

.kp3-course-author-details {
    flex-grow: 1;
}

.kp3-course-author-name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.kp3-course-author-job,
.kp3-course-author-students {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
}

.kp3-course-author-job i,
.kp3-course-author-students i {
    margin-right: 8px;
    color: #333;
}

.kp3-course-author-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.kp3-course-related {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    gap: 20px;
    }
}

.kp3-course-topic {
    display: flex; 
    padding-bottom: 10px;
    background: #FAF7EF;
}

.kp3-topic-thumbnail { position: relative; margin-right: 10px; }

.kp3-topic-thumbnail img { width: 150px; height: auto; border-radius: 5px; }

.kp3-course-topic-list {
    list-style: none;
    padding: 20px 0 0 0;
    border-top: 1px solid #eee;
    margin:0;

}
.kp3-course-lesson {
    background: #FAF7EF;
    padding: 16px 24px;
    margin-bottom: 20px;
}

.kp3-course-lesson-header {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
}
.kp3-course-topic a {
    display: flex;
    align-items: center;
    margin-bottom: px;
    
}

.kp3-topic-number {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #FDF3DE;
    color: #000;
    font-family: Cousine;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 1px  4px;
}

.kp3-topic-time {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-family: Cousine;
    font-weight: 400;
    font-size: 8px;
    line-height: 8px;
    text-align: center;
    padding: 1px 4px;
    background: #00000066;
    color: #fff;
}
.kp3-topic-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.kp3-topic-info span {
    font-family: "Cousine", Sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 6px 2px 6px;
    border-radius: 3px;
    text-transform: uppercase;
}

.kp3-topic-short-desc {
    font-family: Cousine;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kp3-toggle-icon {
    position: absolute;
    right: 20px;
}


.kp3-comment-title {
    font-size: 18px;
    font-weight: bold;
}

.kp3-comment-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.kp3-comment-section ul {
    list-style: none;
    padding: 0;
}
.kp3-comment-section ul.children {
    padding-left: 52px;
}
.kp3-comment-section textarea#comment {
    width: 100%;
}
.kp3-comment-meta {
    display: flex;
    align-items: start;
}

.kp3-time {
    font-size: 12px;
    color: #888;
}

.kp3-reply-btn {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.kp3-reply-btn i {
    transform: rotate(180deg);
}

.kp3-reply-btn:hover {
    text-decoration: underline;
}
.kp3-comment-user-name {
    margin-right: 8px;
}
.kp3-reply-form {
    display: none;
    margin-left: 40px;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 5px;
}

.kp3-comment-form {
    margin-top: 15px;
}

@media (max-width:768px){
    .kp3-course-list,
    .kp3-course-related,
    .kp3-course-archive
    {
    grid-template-columns: repeat(1, 100%);
        gap: 20px;
    }
    .kp3-course-gallery-thumbs {
        grid-template-columns: repeat(3, 1fr); /* Chia 3 cột trên màn hình nhỏ */
    }
    .kp3-dropdown-menu {
        display: none;
    }
}

@media (max-width: 480px) {
    .kp3-course-gallery-thumbs {
        grid-template-columns: repeat(2, 1fr); /* Chia 2 cột trên điện thoại */
    }
    .kp3-course-lesson {
    padding: 12px 
    margin-bottom: 12px;
    }
    .kp3-topic-short-desc  {
        display: none;
    }
}

.kp3-topic-widget .kp3-topic-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16/9 ratio = (9/16) * 100 = 56.25% */
    overflow: hidden;
}

.kp3-topic-widget .kp3-topic-video iframe,
.kp3-topic-widget .kp3-topic-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kp3-topic-widget .kp3-video-overlay {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}
.kp3-topic-widget .kp3-topic-video.video-disabled:before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .75);
}

.kp3-topic-widget .kp3-topic-video p,
.kp3-topic-widget .kp3-lock-icon{
    margin-bottom: 8px;
}

.kp3-topic-widget .kp3-topic-level {
    vertical-align: middle;
    margin-left: 8px;
}

.kp3-topic-widget .kp3-back-button {
    display: inline-block;
}

.kp3-topic-active {
    background: #000;
}

.kp3-course-lesson-header .kp3-course-lesson-title {
    padding-right: 20px;
}
