body 
{
	min-width:320px;
}
.main-content
{
	margin-bottom:50px;
}
.item-header
{
	border-radius:5px;
	box-shadow:0 3px 3px 0 rgb(0,0,0,0.16);
	margin-bottom:35px;
	padding:15px;
	width:100%;
	float:left;
	margin-top:25px;
}
.margin-15
{
	margin:15px auto;
}
.margin-25
{
	margin:25px auto;
}
.margin-50
{
	margin:50px auto;
}
.padding-15
{
	padding:15px;
}
.padding-25
{
	padding-top:25px;
	padding-bottom:25px;
}
.font-has-head
{
	font-family: 'cs_prajad';
}
.font-13
{
	font-size:13px;
}
.table>thead>tr>th 
{
	text-align:center;
	vertical-align:middle;
}
.table>tbody>tr>td 
{
	vertical-align:middle;
}
.checkbox 
{
	padding-left: 20px; 
}
.checkbox label 
{
	display: inline-block;
	position: relative;
	padding-left: 5px; 
}
.checkbox label::before 
{
	content: "";
	display: inline-block;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.checkbox label::after 
{
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 5px;
	padding-top: 4px;
	font-size: 13px;
	color: #555555; 
}
.checkbox input[type="checkbox"],.checkbox input[type="radio"] 
{
	opacity: 0; 
}
.checkbox input[type="checkbox"]:focus + label::before ,.checkbox input[type="radio"]:focus + label::before 
{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; 
}
.checkbox input[type="checkbox"]:disabled + label ,.checkbox input[type="radio"]:disabled + label 
{
	opacity: 0.65; 
}
.checkbox input[type="checkbox"]:disabled + label::before .checkbox input[type="radio"]:disabled + label::before 
{
	background-color: #eeeeee;
	cursor: not-allowed; 
}
.checkbox.checkbox-circle label::before 
{
	border-radius: 50%; 
}
.checkbox.checkbox-inline 
{
	margin-top: 0; 
}
.checkbox-warning input[type="checkbox"]:checked + label::before ,.checkbox-warning input[type="radio"]:checked + label::before 
{
	background-color: #707070;
	border-color: #707070;
}
.checkbox-warning input[type="checkbox"]:checked + label::after .checkbox-warning input[type="radio"]:checked + label::after 
{
	color: #fff;
}
.padding-5
{
	padding:5px;
}
.font-16
{
	font-size:16px;
}
.modal-body
{
	max-height: calc(100vh - 65px - 65px);
	overflow-y: auto; 
	overflow-x: hidden;
}
.modal-body::-webkit-scrollbar 
{
	width: 10px;
}
.modal-body::-webkit-scrollbar-track 
{
	background: #f1f1f1; 
}
.modal-body::-webkit-scrollbar-thumb 
{
	background: #888; 
}
.modal-body::-webkit-scrollbar-thumb:hover 
{
	background: #555; 
}
a 
{
	cursor:pointer;
}
.table-scroll
{
	position:relative;
	max-width:100%;
	margin:auto;
	overflow:hidden;
}
.table-wrap 
{
	width:100%;
	overflow:auto;
}
.table-scroll table 
{
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td 
{
	padding:5px 10px;
	background:#fff;
	white-space:nowrap;
	vertical-align:middle;
}
.clone 
{
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td 
{
	visibility:hidden
}
.clone td, .clone th 
{
	border-color:transparent
}
.clone tbody th
{
	visibility:visible;
	color:red;
}
.clone .fixed-side
{
	visibility:visible;
}
.clone thead, .clone tfoot
{
	background:transparent;
}
.max-width
{
	max-width:250px;
	white-space: initial;
	padding:5px;
	line-height:20px;
}
@media screen and (max-width: 640px) 
{
	.max-width
	{
		max-width:350px;
	}
}
.progress-title
{
    font-size: 13px;
    font-weight: 700;
    color: #011627;
    margin: 0 0 20px;
}
.progress
{
    height: 8px;
    background: #cbcbcb;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}
.progress .progress-bar
{
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar:after
{
    content: "";
    display: block;
    border: 10px solid transparent;
    border-bottom: 21px solid transparent;
    position: absolute;
    top: -23px;
    right: -15px;
}
.progress .progress-value
{
    font-size: 13px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -20px;
    right: -15px;
}
.progress.pink .progress-bar:after
{
    border-bottom-color: #ff4b7d;
}
.progress.green .progress-bar:after
{
    border-bottom-color: #F36F24;
}
.progress.yellow .progress-bar:after
{
    border-bottom-color: #e8d324;
}
.progress.blue .progress-bar:after
{
    border-bottom-color: #3485ef;
}
@-webkit-keyframes animate-positive
{
    0% 
	{
		width: 0; 
	}
}
@keyframes animate-positive
{
    0% 
	{
		width: 0; 
	}
}
.quiz-no
{
	align-items: stretch;
	/*display: flex;*/
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom:5px;
	align-items: center;
	margin-bottom:25px;
	float:left;
	width:100%;
}
.quiz-no::-webkit-scrollbar 
{
	width: 10px;
	height:8px;
}
.quiz-no::-webkit-scrollbar-track 
{
	background: #FFF; 
}
.quiz-no::-webkit-scrollbar-thumb 
{
	background: #CCC; 
	border-radius: 25px;
}
.span-btn
{
	padding:5px;
}
.btn-quiz
{
	width: 40px;
	height: 40px;
	padding: 2px 2px;
	font-size: 10px;
	line-height: 1.33;
	border-radius: 25px;
	background:white;
	border-color:#CCC;
	color:#070707;
	transition: all 0.2s ease;
}
.btn-quiz.active
{
	color:white;
	background:#22bb33;
}
.btn-quiz.selected
{
	color:white;
	background:#20c997;
}
.btn-quiz.danger
{
	color:white;
	background:#FE6B64;
}
.btn-quiz.active
{
	color:#3e403e;
	background:#22bb33;
}
.btn-quiz.nullx
{
	color:#3e403e;
	background:#e6ebe6;
}
.btn-quiz.select
{
	background:white;
	border:2px solid #F36F24;
	color:#F36F24;
}
.update-quiz
{
	position:absolute;
	top:50%;
	left:50%;
	transform:traslate(-50%,-50%);
}
.img-not-found
{
	margin:0 auto;
}
.text-red
{
	color:#E92B0B;
}
.img-not-icon
{
	width:75px;
}
.font-12
{
	font-size:12px;
}
.font-13
{
	font-size:13px;
}
.font-16
{
	font-size:16px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	z-index:1;
}
.pagination li a 
{
	border-radius:50%;
	height:35px;
	width:35px;
	margin:10px 5px 10px 5px;
	padding:6px 0px;
	text-align:center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span
{
	border-radius:50%;
	padding:8px 10px;
}
.width-100
{
	width:100%:
}
thead 
{
	
}
.item-left
{
	width:25%;
	float:left;
	padding:5px;
	position:relative;
}
.item-left img
{
	border-radius:5px;
}
.item-center
{
	width:50%;
	float:left;
	padding:5px;
}
.item-right
{
	width:25%;
	float:left;
	padding:5px;
}
.item-topic
{
	overflow: hidden;
    display: -webkit-box;
    height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.item-detail
{
	overflow: hidden;
    display: -webkit-box;
    height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 991px) 
{
	.item-left
	{
		width:35%;
	}
	.item-center
	{
		width:40%;
	}
	.item-right
	{
		width:25%;
	}
}
@media screen and (max-width: 768px) 
{
	.item-left
	{
		width:40%;
	}
	.item-center
	{
		width:35%;
	}
	.item-right
	{
		width:25%;
	}
}
@media screen and (max-width: 576px) 
{
	.item-left
	{
		width:45%;
	}
	.item-center
	{
		width:30%;
	}
	.item-right
	{
		width:25%;
	}
	.item-detail
	{
		display:none;
	}
}
@media screen and (max-width: 460px) 
{
	.item-left
	{
		width:100%;
		padding:0;
	}
	.item-center
	{
		width:60%;
		padding:0;
		padding-bottom:25px;
	}
	.item-right
	{
		width:40%;
		padding:0;
		padding-bottom:25px;
	}
	.item-topic
	{
		overflow: hidden;
		display: -webkit-box;
		height: 40px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.about-promote {
    background-image: url(../images/about-us.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.promote-bottom
{
	position:fixed;
	bottom:5px;
	right:5px;
	height:200px;
	width:400px;
	z-index:1;
}
.promote-charactor
{
	position:absolute;
	width:120px;
	right:5px;
	bottom:5px;
}
.text-white
{
	color:white;
}
.text-head
{
	margin-left:20px;
	margin-top:35px;
	z-index:999;
}
.text-head2
{
	margin-left:70px;
}
.text-head3
{
	margin-left:60px;
}
.close-promote
{
	position:absolute;
	top:-5px;
	left:-5px;
	font-size:28px;
	cursor:pointer;
}
.hide-promote
{
	right:-370px;
}
@media screen and (max-width: 460px) 
{
	.promote-bottom
	{
		width:100%;
		bottom:0;
		right:0;
		height:120px;
	}
	.text-head
	{
		margin-top:15px;
	}
	.promote-charactor
	{
		width:120px;
		right:0;
		bottom:-40px;
	}
	.close-promote
	{
		display:none;
	}
}
figure 
{
    height: auto;
    position: relative;
    display: block;
	overflow:visible;
    text-align: left;
	cursor:default;
}
figure figcaption 
{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 0;
}
figcaption 
{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
}
.cursor-pointer
{
	cursor:pointer;
}

.left-10-top-10
{
	top:10px;
	right:10px;
}
.right-10-top-10
{
	top:10px;
	right:10px;
}
.item-header
{
	box-shadow:0 3px 3px 0 rgb(0,0,0,0.16);
}
.bg-grey
{
	background:#F7F5F4;
}
.title-left
{
	width:60%;
	float:left;
}
.title-right
{
	width:40%;
	float:left;
	text-align:right;
}
@media screen and (max-width: 460px) 
{
	.title-left
	{
		width:100%;
	}
	.title-right
	{
		width:100%;
		text-align:center;
	}
}
.item-course
{
	box-shadow:0 3px 3px 0 rgb(0,0,0,0.16);
	padding:15px;
}
.circular--portrait
{
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
}
.circular--portrait img 
{
	width:100%;
	height:auto;
}
.circular--portrait-review
{
    position: relative;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
}
.circular--portrait-review img 
{
	width:100%;
	height:auto;
}
.detail-bottom
{
	position:fixed;
	width:100%;
	min-height:100px;
	background:white;
	bottom:0;
	left:0;
	z-index:1;
	display:none;
}
@media screen and (max-width: 768px) 
{
	.detail-bottom
	{
		display:block;
	}
}
.linetub 
{
	position: relative;
	color:red;
	margin-right:10px;
}
.linetub:before 
{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: red;
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	-o-transform:rotate(-10deg);
	transform:rotate(-10deg);
}
.page h2 
{
	padding: 15px 0 0 20px;
}
.page p 
{
	padding: 10px 20px;
	color: #4b4b4b;
}
.triangle 
{
	width: 0px;
	height: 0px;
	border-bottom: 170px solid #000;
	border-right: 170px solid transparent;
}
.foldtl 
{
	position: relative;
}
.foldtl:before 
{
	content: "";
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 0px;
	height: 0px;
	border-left: 70px solid transparent;
}
.foldtl:after 
{
	content: "";
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 0px;
	height: 0px;
	border-bottom: 69px solid rgba(255, 191, 31, 1); 
	border-right: 69px solid transparent;
}
.salePercentage 
{
    font-weight: bold;
    position: absolute;
    padding-top: 35px;
    padding-left: 5px;
    z-index: 1;
    color: #f02333;
	bottom:10px;
	left:0;
	font-size:14px;
}
.themecolor
{
	--bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
}