body.index-post_quiz .online-support .online-support-items {
	display: none;
}
/* file-2 */
.quiz-detail-wrap .lession-content{
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    padding: 30px;
	margin-top: 20px;
}
.quiz-detail-wrap .lession-content .top-quiz-banner{
    border: 0;
    border-radius: 10px;
    margin-bottom: 15px;
}
.quiz-detail-wrap .lession-content .content{
    border: none;
    padding: 0;
}
.quiz-detail-wrap .follow-video-big a{
    display: inline-block;
    vertical-align: baseline;
    padding: 0 5px;
}
@media screen and (max-width:991px){
    .quiz-detail-wrap .lession-content{
        padding: 15px;
    }
}
/* popup Quiz result */
.qz-result-pop {
    position: relative;
    z-index: 10;
    display: block;
    margin: 20px auto;
    width: 700px;
    max-width: 100%;
    padding-top: 120px;
}

.qz-result-pop .center-decor {
    position: absolute;
    width: 66%;
    left: 50%;
    margin-left: -33%;
    height: 165px;
    top: 0;
    z-index: 5;
}

.qz-result-pop .center-decor > img {
    height: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    max-width: none;
}
.qz-result-pop .center-decor .avt{
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 10%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: -1;
}
.qz-result-pop .center-decor .avt img{
    display: block;
    width: 100%;
}
.qz-result-close {
    position: absolute;
    right: 0;
    top: -15px;
    width: 50px;
    height: 50px;
    background: url("../images/qz-popup-close.png") no-repeat center center;
    background-size: contain;
    z-index: 6;
}

.qz-result-pop .inner {
    background: url() no-repeat center center;
    background-size: 100% 100%;
    background-image: url("../images/qz-popup-bg.png");
    padding: 45px 15%;
    position: relative;
    min-height: 375px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
}

.rs-share {
    font-size: 24px;
    margin-bottom: 10px;
}

.rs-share .sns {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    line-height: 30px;
}

.rs-share .sns.fb {
    background-color: #3b5998;
}

.rs-share .sns.gg {
    background-color: #d62d20;
}

.rs-share .sns.zl {
    padding: 0;
}

.rs-time .lb {
    font-style: italic;
}

.qz-result-pop .rs-score {
    font-size: 48px;
    margin-bottom: 10px;
    color: #000;
}

.rs-score-percent {
    position: relative;
    margin: 10px 0;
}

.rs-score-percent .percent-bar {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 20px;
    height: 15px;
    background-color: #f3bbc6;
}

.rs-score-percent .percent-bar .indicator {
    display: block;
    height: 100%;
    width: 0px;
    border-radius: 20px;
    background-color: #e03e56;
}

.rs-score-percent .lb {
    font-style: italic;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
}

.qz-result-pop .rs-actions {
    margin: 5px 0;
}

.qz-result-pop .rs-actions .btn {
    width: 170px;
    text-align: center;
    height: 50px;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 15px;
    margin: 5px;
}
#trac-nghiem-single .media img{
    display: block;
	margin: auto;
    padding: 5px;
    height: 250px;
}

.list-sheet-item {
    display: flex;
}

.list-sheet-item input{
    position: relative;
    margin-right: 25px;
    width: 10px;
	height: 23px;
}
.list-sheet-item input:before {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	top: -1px;
	left: -1px;
	position: absolute;
	background-color: #f8f8f8;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #e1e1e1;
}

.list-sheet-item input:checked:after {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 5px;
	left: 5px;
	position: absolute;
	background-color: #39b54a;
	content: '';
	display: inline-block;
	visibility: visible;
}

.aloha-table-choose{
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}
.aloha-table-choose .resultWrapper{
    width: 20%;
    padding: 4px;
}
.aloha-question-quiz{
    height: 40px;
    width: 100%;
    color: rgb(51, 51, 51);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(244, 244, 244);
    border-radius: 10px;
    text-decoration: none;

}
.aloha-question-quiz:hover {
    color: rgb(0, 126, 229);
    cursor: pointer;
    text-decoration: none;
}
.aloha-answer{
    width: 15px;
    height: 15px;
    font-size: 10px;
    background-color: #ce0404;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
}

    
#mobile-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 1;
	padding: 0;
}
#mobile-menu {
    background-color: #ce0404;
    color: #fff;
}

#mobile-footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow: hidden;
}
.mobile-link {
    width: 25%;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    text-align: center;
}
.mobile-link a {
    font-size: 16px;
    text-decoration: none;
	color: #fff;
}
.mobile-link p {
    text-align: center;
    font-size: 15px;
	margin: 0;
}
.disable-button{
    color: #6c757d;
}
@media screen and (max-width:650px){
    #countdown{
        top: 0px;
        left: 0px;
        border-radius: 0px;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
    #sec-quiz-content {
        padding-top: 55px;
    }
    #btn-finish-test{
        display: none;
    }
    main{
        margin-bottom: 80px;
    }
    #sec-quiz-content-table {
        background-color: #fff;
        border-radius: 10px;
        padding: 10px
    }
    .aloha-table-choose{
        border: none;
    }
    .title-part-child .border-title-part{
        display: none;
    }
    .list-sheet-item .item-sheet:hover {
        color: inherit;
    }
}


/* style.css */
.all {
	position: relative;
	margin: 0 auto;
	width: 1170px;
	max-width: 100%
}
.clear:after,
.all:after,
#main-wrap:after,
#footer:after {
	content: "";
	display: table;
	clear: both
}

.clear:before,
.all:before,
#main-wrap:before,
#footer:before {
	display: table;
	content: " "
}
@media screen and (max-width: 1190px) {
	.all {
		width: 100%;
		padding: 0 10px
	}
}

.left {
	float: left
}

.right {
	float: right
}

.center-txt {
	text-align: center
}

.left-txt {
	text-align: left
}

.right-txt {
	text-align: right
}

.hl-txt {
	color: #CE1A2B
}

.fcontrol {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 100%;
	border:0px;
	height: 40px;
	border: 1px solid #e1e1e1;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 20px;
	outline: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.fcontrol:focus {
	border-color: #CE1A2B;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(206, 26, 43, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(206, 26, 43, 0.6)
}

.fcontrol.pill-control {
	border-radius: 20px;
	-webkit-border-radius: 20px
}

select.fcontrol {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: url(../images/icon-select.png) no-repeat right 15px center;
	padding: 0;
	padding-right: 25px;
	padding-left: 15px;
	line-height: 40px
}

textarea.fcontrol {
	height: 100px;
	resize: none;
	padding: 10px 15px
}

.btn.pill-btn {
	border-radius: 20px;
	-webkit-border-radius: 20px
}

.btn.primary-btn {
	background-color: #ce0404;
	color: white
}

.btn.primary-btn:hover {
	color: white;
	background-color: #a11422
}
.note-editor .form-group label {
	padding: 12px;
}
.note-editor .checkbox{
	padding: 0px 12px;
	margin-top: 1px;
    margin-bottom: 1px;
}
.btn:active {
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5)
}

.navbar-toggle {
	padding: 11px 8px;
	background-color: transparent;
	background-image: none;
	cursor: pointer;
	position: relative;
	border: solid 1px transparent;
	border-radius: 4px;
	outline: none;
	float: right;
	display: none
}

.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	border-radius: 1px;
	transform: rotate(0deg);
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px
}

.checklb,
.radiolb {
	cursor: pointer;
	display: inline-block
}

.checklb input,
.radiolb input {
	display: none
}

.checklb span,
.radiolb span {
	display: inline-block;
	vertical-align: middle
}

.checklb .ip-avata,
.radiolb .ip-avata {
	width: 20px;
	height: 20px;
	border: solid 1px #ebebeb;
	margin-right: 10px;
	background-color: white;
	position: relative;
	overflow: hidden
}

.checklb .ip-avata:before,
.radiolb .ip-avata:before {
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	display: block;
	margin-left: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 10px;
	height: 10px;
	text-align: center;
	margin-top: 2px;
	color: #CE1A2B;
	transform: scale(0) translate(0, -40px);
	-webkit-transform: scale(0) translate(0, -40px);
	-moz-transform: scale(0) translate(0, -40px);
	-ms-transform: scale(0) translate(0, -40px);
	-o-transform: scale(0) translate(0, -40px)
}

.checklb input:checked + .ip-avata:before,
.radiolb input:checked + .ip-avata:before {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none
}

.radiolb .ip-avata {
	border-radius: 50%
}

.radiolb .ip-avata:before {
	border-radius: 50%;
	content: '';
	width: 10px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #CE1A2B;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0)
}

.radiolb + .radiolb {
	margin-left: 10px
}

.scroll-top-link {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 60px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 20px;
	font-size: 24px;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	background-color: #cfd4dd;
	border: rgba(206, 26, 43, 0.5) 5px solid;
	z-index: 99
}

.scroll-top-link:hover {
	border-color: #ce1a2b
}


.header-right #nav-right .img{
	border-radius: 50%;
	overflow: hidden;
	height: 30px;
	width: 30px;
	margin-top: -5px;
}
main{
	padding-top: 100px;
}
@media screen and (max-width: 700px) {
	#header .nav-wrap {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		z-index: 1;
		display: block;
		transform: translate(-100%, 0);
		-webkit-transform: translate(-100%, 0);
		background-color: transparent;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	#header .nav-wrap .nav-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	#header .nav-wrap .nav-ul {
		float: left;
		width: 270px;
		position: relative;
		z-index: 1;
		height: 100%;
		background-color: #111;
		overflow: auto
	}
	#header .nav-wrap .nav-ul > li {
		display: block;
		float: none;
		margin: 0;
		padding: 0
	}
	#header .nav-wrap .sub-menu-wrap {
		position: static;
		transform: none;
		-webkit-transform: none;
		background: transparent;
		padding-left: 15px
	}
	#header .nav-wrap .sub-menu-wrap .sub-menu {
		border-left: solid 1px #fff
	}
	#header .open {
		z-index: 2
	}
	#header .open + .nav-wrap {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0)
	}
	#header .open + .nav-wrap .nav-overlay {
		opacity: .7
	}
}
.header-search{
	position: relative;
	width: 48%;
	margin: auto;
}
.header-search .icon-search{
	position: absolute;
	top: 20px;
	font-size: 18px;
	left: 15px;
	transform: translateY(-50%);
	color: #898989;
	border: 0;
	background-color: unset;
	outline: unset;
	transition: .15s;
}
.header-search .icon-search:hover {
	font-size: 21px;
	color: #ce0404;
}
.header-search .fcontrol{
	border-radius: 10px;
	background-color: #ebebeb;
	padding-left: 50px;
}
.header-search .fcontrol::placeholder{
	font-weight: bold;
	color: #898989;
	font-size: 13px;
}
.header-left{
	width: auto;
	float: left;
	position: relative;
	z-index: 1;
}
.search-cources{
	display: block;
	position: relative;
}
.header-right{
	float: right;
	line-height: 20px;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
.hd-account .img{
	width: 25px;
	float: left;
	border-radius: 50%;
	position: relative;
}
.hd-account .img a{
	display: block;
	transition: .15s;
}
.hd-account .img a:hover{
	color: #ce0404;
}
.hd-account .img .number-top-ac{
	color: #fff;
	position: absolute;
	right: -3px;
	top: -3px;
	width: 15px;
	text-align: center;
	height: 15px;
	border-radius: 50%;
	background-color: red;
}
.hd-course{
	float: left;
	padding: 0 15px;
}
.hd-course .categoryviewmore{
    color: #fff;
    font-size: 24px;
}
.hd-account{
	float: left;
	padding: 0 15px
}
.name-account{
	white-space: nowrap;
	color: #fff;
	float: left;
	line-height: 20px;
	padding: 5px 10px;

}
.toggle-btn{
	float: left;
}
.toggle-btn .icon-bar{
	min-height: 2px;
	background-color: #fff;
	content: "";
	float: right;
	margin: 2px;
	width: 100%;
}
.toggle-btn .icon-bar:nth-child(2){
	width: 15px;
}
.navbar-toggle1{
	background: none;
	border: none;
	width: 25px;
	outline: none;
}
.header-bot{
	background-color: #ce0404;
	color: #fff;
}
.list-menu{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.list-menu li{
	display: inline-block;
	padding: 10px 0;
}
.list-menu li:not(:last-child) > a{
	border-right: 1px solid #ffffff69;
}
.list-menu li a{
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 0 20px;
	transition: .15s;
}
.list-menu li a:hover{
	color: #2b2e4a
}
.menu-main{
	text-align: center;
}
.banner-home .banner{
	
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.banner-home .banner:before{
    z-index: 1;
    position: relative;
    display: block;
	content: '';
	padding-bottom: 35%;
}
.banner-home{
	/* padding: 30px 0 85px; */
}
.banner-home .banner{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.banner-home .banner-entry{
	position: absolute;
	top: 50%;
	left: 50px;
	right: 0;
	margin: auto;
	z-index: 2;
	transform: translateY(-50%);
}
.banner-home .banner-entry .title{
	font-size: 48px;
	color: #fff;
	font-weight: 500;
}
.banner-home .banner-entry .type{
	font-size: 18px;
	color: #fff;
}
.banner-home .banner-entry .btn-seemore{
	color: #fff;
	font-size: 13px;
	height: 40px;
	padding: 10px 15px;
	line-height: 20px;
	background-color: #ce0404;
	border-radius: 10px;
	float: left;;
	margin-top: 10px;
	transition: .15s;
}
.banner-home .banner-entry .btn-seemore:hover{
	background-color: #cc0303;
}
.group-banner .slick-next, .group-banner .slick-prev{
	display: none !important;
}
.list-cources{
	list-style: none;
	position: relative;
	padding-bottom: 0px;
	overflow: auto;

}
.list-cources .seemore-btn{
	padding: 10px;
	display:block;
	color: #ce0404;
	text-align: center;
	margin: 10px auto;
}
.menu-cources{
	padding: 20px;
	width: 260px;
	background-color: #fff;
	overflow: auto;
}
.menu-cources .title{
	color: #ce0404;
	margin-bottom: 20px;
}
ul.list-cources li.cate-0 a{
	line-height: 10px;
}
ul.list-cources li a{
	height: 30px;
	line-height: 20px;
	padding: 5px;
	width: 100%;
	border-radius: 5px;
	display: block;
	transition: .3s;
}
ul.list-cources li a i{
	margin-right: 15px;
}
ul.list-cources li:hover > a{
	background-color: #ce0404;
	color: #fff;
}
.menu-cources ul.list-cources a{
	height: auto;
	float: left;
	width: 100%;
} 

.menu-popup ul.list-cources li a{
	border-radius: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 16px;
	-webkit-line-clamp: 2;
}
ul.list-cources.history-ul li .chanel-info{
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 30px);
}
.menu-cources ul.list-cources.follow li{
	float: left;
	width: 100%;
}
.menu-cources ul.list-cources.follow li,.menu-cources ul.list-cources.history-ul li {
	padding: 5px 0;
}
.menu-cources ul.list-cources.follow > li img, .menu-cources ul.list-cources.history-ul > li img{
	width: 30px;
	float: left;
	margin-right: 5px;
}
.menu-cources ul.list-cources.history-ul li:not(:last-child), .menu-cources ul.list-cources.follow li:not(:last-child){
	border-bottom: 1px solid #efefef;
}
ul.list-cources.history-ul >li{
	float: left;
	width: 100%;
}
.menu-cources{
	position: fixed;
	top: 60px;
	right: 0;
	transform: translateX(100%);
	bottom: 0;
	z-index: 3;
	transition: .5s;
}
.toggle-btn.open .menu-cources{
	transform: translateX(0);
}
.toggle-btn.open .icon-bar:nth-child(2){
	display: none;
}
.toggle-btn.open .icon-bar:nth-child(1){
	transform: rotate(225deg);
}
.toggle-btn.open .icon-bar:nth-child(3){
	transform: rotate(-225deg);
}
.toggle-btn.open .icon-bar{
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.toggle-btn.open .icon-bar:nth-child(3){
	margin-top: -1px;
}
.sec{
	padding: 30px 0;
}

.sec60{
	padding: 60px 0;
}
.list-cat-body{
	list-style: none;
	margin-right: -15px;
	margin-left: -15px;
	float: left;
	width: calc(100% + 30px);
}
.list-cat-body li{
	width: 20%;
	padding: 0 15px;
	float: left;
	text-align: center;
}
.list-cat-body li a{
	height: 110px;
	line-height: 20px;
	padding: 45px 0;
	background-color: #ebebeb;
	font-size: 18px;
	display: block;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0px 10px 13px 2px #96969673;
	transition: .3s;
}
.list-cat-body li:hover a{
	color: #fff;
	background-color: #ce0404;
}
.sec-teacher{
	background-color: #f8f8f8;
}
.menu-cat-body{
}
.border-bot-title{
	min-height: 1px;
	width: 100px;
	background-color: #ce0404;
	transform: translateX(-50%);
	display: block;
	margin: 20px 0 30px;
}
.sec-title .title{
	font-size: 36px;
}
.profile-teacher{
	padding: 60px 0;
	width: 100%;
}
.profile-info{
	width: 42%;
	float: left;
	padding: 0 15px;
}
.statistical{
	width: 58%;
	float: left;
	padding: 0 15px;
}
.profile-info .name{
	font-size: 20px;
	font-weight: 500;
}
.profile-info .major{
	color: #ce0404;
	font-weight: 500;
}
.profile-info .info{
	text-align: justify;
	margin: 20px 0;
	color: #898989;
}
.profile-teach-info .profile-info .info{
    max-height: 300px;
    overflow: hidden;
    padding-right: 10px;
}

.profile-teach-info .profile-info .info::-webkit-scrollbar-button{ 
    display: none; border-radius: 0px; background-color: #AAA; 
} 

.profile-teach-info .profile-info .info::-webkit-scrollbar-thumb{ background-color: #CCC; } 
.profile-teach-info .profile-info .info::-webkit-scrollbar-thumb:hover{ background-color: #CCC; } 
.profile-teach-info .profile-info .info::-webkit-scrollbar-track{ background-color: #efefef; }
.profile-teach-info .profile-info .info::-webkit-scrollbar{ width: 10px; margin-left: 10px;}


.item-stl .icon{
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	padding: 15px;
	text-align: center;
}
.item-stl .icon img{
	display: block;
	margin: auto;
}
.item-stl .icon a{
	display: block;
}
.item-stl .number-follow{
	display: block;
	padding-left: 10px;
	overflow: hidden;
}
.list-stl{
	list-style: none;
	margin-left: -10px;
	margin-right: -10px;
}
.list-stl li{
	width: 50%;
	float: left;
	padding: 0 10px 30px;
}
.list-stl li:nth-child(1) .icon{
	background-color: #95cc47;
}
.list-stl li:nth-child(2) .icon{
	background-color: #bd66fc;
}
.list-stl li:nth-child(3) .icon{
	background-color: #ffaf40;
}
.item-stl .number-follow .number{
	font-size: 32px;
	line-height: 1;
	white-space: nowrap;
}
.item-stl .number-follow .number span{
	display: block;
	color: #898989;
	font-size: 13px;
	font-weight: 500;
	padding-top: 5px;
}
.profile-teach-info{
	margin-left: -15px;
	margin-right: -15px;
	width: 100%;
}
.avatar-teach .img{
	height: 400px;
	width: 400px;
	border-radius: 50%;
	border: 1px dashed #898989;
	margin: auto;
	position: relative;
}
.avatar-teach .img img{
	width: 270px;
	height: 270px;
	margin: auto;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.infomation-teach{
	padding: 30px 0 60px;
}
.item-icon-chanel a{
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
	transition: .3s;
}
.item-icon-chanel a:hover{
	/*transform: rotate(360deg);*/
}
.item-icon-chanel{
	position: absolute;
	left: -25px;
	top: 50%;
	z-index: 1;
	right: 50%;
	transform-origin: right;
}
.item-icon-chanel:nth-child(1){
	transform: translateY(-50%) rotate(30deg);
}
.item-icon-chanel:nth-child(1) a{
	transform: rotate(-30deg);
}

.item-icon-chanel:nth-child(2){
	transform: translateY(-50%);
}
.item-icon-chanel:nth-child(2) a{
}

.item-icon-chanel:nth-child(3){
	transform: translateY(-50%) rotate(-30deg);
}
.item-icon-chanel:nth-child(3) a{
	transform: rotate(30deg);
}

.item-icon-chanel:nth-child(4){
	transform: translateY(-50%) rotate(-60deg);
}
.item-icon-chanel:nth-child(4) a{
	transform: rotate(60deg);
}


.item-icon-chanel:nth-child(1) a, .list-follow-member li:nth-child(1) a{
	background-color: #4a6da7;
}
.item-icon-chanel:nth-child(2) a, .list-follow-member li:nth-child(2) a{
	background-color: #008dc2;
}
.item-icon-chanel:nth-child(3) a, .list-follow-member li:nth-child(3) a{
	background-color: #ea644b;
}
.item-icon-chanel:nth-child(4) a, .list-follow-member li:nth-child(4) a{
	background-color: #00b9ef;
}

.banner-sub-cources{
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -95px;
}
.part-banner-sub{
	width: 50%;
	float: left;
	padding: 0 5px;
}
.list-banner-sub{
	list-style: none;
	/*box-shadow: 0px 9px 12px 0px #98989887;*/
}
.list-banner-sub li{
	border-radius: 10px;
	overflow: hidden;
}
.list-banner-sub li a{
	display: block;
}
.list-banner-sub li img{
	display: block;
	width: 100%;
}
.list-banner-sub .slick-next{
	right: 25px;
}
.list-banner-sub .slick-prev{
	left: 25px;
	z-index: 1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled, .slick-arrow.slick-disabled{
	display: none !important;
}
.list-banner-sub .slick-prev:before{
	content: "\f053";
	font-family: "FontAwesome";
}
.list-banner-sub .slick-next:before{
	content: "\f054";
	font-family: "FontAwesome";
}
.sec-group-cources .list-cat-body li{
	width: 25%;
}
.sec-group-cources .list-cat-body{
	float: left;
	width: calc(100% + 30px);
	padding-top: 15px;
}
.list-cources-sell, .list-trac-nghiem, .list-video-cources, .list-new-index{
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	float: left;
	width: calc(100% + 30px);
}
.list-cources-sell li{
	width: 33.33%;
	float: left;
	padding: 15px;
}
.item-cources-sell .info{
	padding-top: 10px;
}
.item-cources-sell .info .infomation{
	font-size: 10px;
	color: #898989;
	font-weight: 500;
}
.item-cources-sell .img img{
	width: 100%;
	display: block;
}
.item-cources-sell .info .title{
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	transition: .15s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 1;
	height: 28px;
}
.item-cources-sell .info .title:hover{
	color: #ce0404;
}
.group-cources{
	padding: 60px 0 0;
	/* float: left; */
}
.slick-slide a, .slick-initialized .slick-slide{
	outline: none;
}
.group-cources .slick-arrow{
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	height: 40px;
}
.group-cources .slick-arrow i{
	font-size: 40px;
	color: #ff6666;
}
.group-cources .slick-arrow div{
	font-size: 10px;
	line-height: 20px;
	padding: 12px 0;
}
.group-cources .slick-prev-banner {
	left: -35px;
}
.group-cources .slick-next-banner {
	right: -35px;
}
.group-cources .slick-prev-banner div{
	float: right;
}
.group-cources .slick-next-banner div{
	float: left;
}
.menu-popup{
	background-color: #fff;
	padding: 40px;
	width: 80%;
	margin-left: 10%;
	border-radius: 10px;
	position: relative;
}
.menu-popup .seemore-btn{
	display: none;
}
.menu-popup .list-cources li{
	float: left;
	padding: 3px;
}
.menu-popup .list-cources{
	padding: 0;
}
.menu-popup li a{
	background-color: #f8f8f8;
}
.menu-popup .search-menu{
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.menu-popup button.mfp-close{
}
.number-answer .fa{
	color: #000;
}
.info.tracnghiem{
	color: #555555;
	font-size: 12px;
	line-height: 20px;
}
.info .status span{
	color: #000;
	font-weight: bold;
}
.info .status{
	color: #95cc47;
}
.info .time-minute{
	margin-left: 15px;
}
.tag-cources a{
	padding: 3px 10px;
	background-color: #ebebeb;
	border-radius: 10px;
	float: left;
	margin: 2px 4px 2px 0;
	transition: .15s;
    
}

.tag-cources .total-videos{
    padding: 5px 0;
}

.tag-cources a .fa{
    line-height: 22px;
}
.tag-cources a:hover{
	color: #fff;
	background-color: #ce0404
}

.item-cources-sell .img{
	border-radius: 10px; 
	overflow: hidden;
}
.item-cources-sell.no-border .img{
	border-radius: 0;
}
.list-trac-nghiem{
	list-style: none;
}
.list-trac-nghiem li{
	width: 20%;
	padding: 15px;
}
.list-video-cources{
	list-style: none;
}
.list-video-cources li{
	width: 20%;
	padding: 15px;
}
.title-item-index{
	font-weight: bold;
	color: #000;
	font-size: 14px;
	transition: .15s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 20px;
	-webkit-line-clamp: 3;
}
.list-new-index {
	list-style: none;
}
.list-new-index li{
	width: 25%;
	padding: 15px;
}
.admin-up-new{
	font-size: 12px;
	color: #ce0404;
	font-weight: 500;
	overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.list-new-index .slick-dots li{
	width: 10px;
	padding: unset;
	text-align: center;
	padding: 5px;
}
.list-new-index .slick-dots li button:before{
	border: 2px solid #e2e2e2;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	content: "";
	width: 10px;
	height: 10px;
	opacity: 1;
}
.list-new-index .slick-dots li.slick-active button:before{
	opacity: 1;
	background-color: #ff6666;
	border-color: #ff6666;
}

.border-top-ft{
	background-size: cover;
	min-height: 10px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
#footer .footer{
	text-align: center;
	background-color: #f8f8f8;
}
.list-menu-ft{
	list-style: none;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.list-menu-ft li{
	padding: 0 5px;
	display: inline-block;
	font-weight: 500;
	color: #555555;
}
.list-menu-ft li a{
	transition: .15s
}
.list-menu-ft li a:hover{
	color: #ce0404;
}
.logo-ft{
	margin-bottom: 10px;
}
.list-menu-ft li span{
	font-weight: bold;
}
.list-img-ft{
	list-style: none;
	display: inline-block;
}
.list-img-ft li{
	display: inline-block;
	padding: 5px;
}
.coppy-right {
	font-weight: 500;
	color: #555555;
	padding-top: 5px;
}
.coppy-right span{
	color: #000;
	font-weight: bold;
}
#main-wrap.page-child .banner-home{
	padding-top: 70px;
}
#main-wrap.page-child .banner{
	min-height: 320px;
}
.imr-left{
	text-align: center;
}
.imr-left .img{
	border-radius: 50%;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border: 10px solid #f8f8f8;
	margin: auto;
}
.imr-left .img img{
	width: 100%;
	height: auto;
}
.info-member{
	margin-top: -65px;
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.follow-count{
	float: left;
	float: right;
	margin-top: 15px;
}
.list-follow-member{
	list-style: none;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
}
.list-follow-member li{
	display: inline-block;
    vertical-align: bottom;
}
.list-follow-member li a{
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	line-height: 30px;
	text-align: center;
    overflow: hidden;
}
.list-follow-member li a.zalo-share-button img{
    height: 100% !important;
    display: block;
}
.list-follow-member li a.url-zalo img{
    height: 100% !important;
    display: block;
}
.list-follow-member li a.url-youtube{
    background-color: #cd201f;
}
#main-wrap .banner{
	position: relative;
}
#main-wrap .banner .gradient-banner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-image: linear-gradient(#00000000,#00000000, #000000);
}
#main-wrap .banner .gradient-left-right{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-image: linear-gradient(to right, #3b4b554f, #00000000);
	z-index: 1;
}
.list-menu-member{
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 10px;
	min-height: 65px;
}
.list-menu-member li{
	padding: 15px;
	float: left;
}
.list-menu-member li a{
	padding: 5px 15px;
	height: 20px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	transition: .15s;
}
.list-menu-member li:hover a, .list-menu-member li.active a{
	background-color: #ce0404;
	color: #fff;
}
.imr-right{
	color: #555555;
}
.language-win span{
	color: #000;
	font-weight: bold;
}
.info-detail-member{
	margin-top: 20px;
}
/*.member-top{
	background-color: #f8f8f8;
}*/
#main-wrap.page-child .banner-home .banner{
	border-radius: 0;
}
.info-detail-member .desc{
	font-weight: 500;
	padding-top: 20px;
}
.btn-seemore-member{
	font-style: italic;
	color: #ce0404;
	border-bottom: 1px solid #ce0404;
	margin-top: 15px;
	float: left;
}
.history-detail{
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}

.history-item-year{
	width: 25%;
	float: left;
}
.history-detail{
	padding: 40px 60px;
}
.history-item-year .desc{
	text-align: justify;
	border-top: 1px dashed #e1e1e1;
	padding: 35px 15px 0;
}
.history-item-year .title{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
	position: relative;
}
.history-item-year .title:before{
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 15px;
	background-color: #ce0404;
	border-radius: 50%;
	transform: translateY(50%);
}

.title-part-child{
	position: relative;
}
.title-part-child .title{
	font-size: 18px;
	text-align: center;
}
.title-part-child .border-title-part{
	min-height: 3px;
	width: 100px;
	background-color: #ce0404;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2px;
	position: absolute;
}
.title-part-child.has-border{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 25px;
}
.sidebar-left{
	padding: 0px 15px;
	padding-bottom: 20px;
}
.sidebar-left-child{
	padding: 15px 10px;
}
.slc-top{
	border-bottom: 1px solid #e1e1e1;
}
.list-sidebar-left{
	list-style: none;
	color: #898989;
	font-weight: 500;
}
.list-sidebar-left li{
	padding: 5px 0;
}
.list-sidebar-left li a{
	display: block;
	font-weight: bold;
}
.list-sidebar-left li a i{
	margin-right: 5px;
	color: #000;
}
.list-sidebar-left li:hover a, .list-sidebar-left li:hover i{
	color: #ce0404;
}
.list-name-page{
	list-style: none;
}
.list-name-page li{
	float: left;
	padding-left: 20px;
}
.list-name-page li a{
	color: #898989;
	font-weight: 500;
	height: 40px;
	line-height: 20px;
	padding: 10px 0;
	display: block;
}
.list-name-page li a i{
	color: #ce0404;
	margin-right: 5px;
}
.list-name-page li.active a{
	color: #000;
	font-weight: bold;
}
.link-name-page{
	float: left;
	width: 100%;
	background-color: #ebebeb;
	border-radius: 10px;
	height: 40px;
	margin-bottom: 25px;
}
.select-top{
	text-align: center;
}
.list-select{
	list-style: none;
	display: inline-block;
}
.list-select li{
	display: inline-block;
	padding: 0 15px;
}
.list-select li .title-part-child .title{
	color: #898989;
}
.list-select li .border-title-part{
	display: none;
}
.list-select li.active .border-title-part{
	display: block;

}
.list-select li.active .title{
	color: #000;
}
.group-input-info{
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.img-info{
	padding: 0 15px;
}

.img-info{
	width: 170px;
	float: left;
}
.form-info{
	width: calc(100% - 170px);
	float: right;
	padding: 0 15px;
}
.form-info-child{
	padding: 30px 15px;
}
.img-info .img{
	width: 140px;
	height: 140px;
	background-color: #ebebeb;
	border-radius: 10px;
	position: relative;
}
.img-info .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.item-input .name-input{
	width: 25%;
	float: left;
}
.item-input .name-input p{
	height: 40px;
	line-height: 20px;
	padding: 10px 0;
	color: #000;
	font-weight: bold;
}
.item-input .input-value{
	display: block;
	padding: 0 15px;
	overflow: hidden;
	min-height: 40px;
}
.item-input .input-value input{
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.list-input-blog{
	list-style: none;
}
.item-input .input-value input::placeholder{
	font-style: italic;
}
.list-input-blog li{
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.input-value.date{
	width: 300px;
	float: left;
}
.input-value label{
	position: relative;
	padding-left: 30px;
	margin-right: 20px;
	color: #000;
	font-weight: bold;
	height: 40px;
	padding: 10px 30px;
	line-height: 20px;
	cursor: pointer;
}
.input-value label input{
	display: none;
}
.input-value label.active:before{
	content: "\f00c";
}
.input-value label:before{
	content: "";
	color: #8dc63f;
	font-family: "FontAwesome";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	transform: translateY(50%);
	text-align: center;
}
.sidebar-group{
	padding: 0 10px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
.fic-top{
	border-bottom: 1px solid #e1e1e1
}
.banner-home.banner-big{
	padding: 0;
}
.banner-home.banner-big .banner{
	border-radius: 0;
}
.banner-home.banner-big .banner{
	min-height: 430px;
}
.sec-wetoyou .title-part-child .title{
	text-align: left;
	font-size: 30px;
}
.list-wetoyou {
	list-style: none;
}
.list-wetoyou li{
	width: 50%;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}
.item-wetoyou .title{
	font-size: 18px;
	padding: 15px 0 10px;
}
.item-wetoyou .desc{
	color: #898989;
}
.sec-services{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0;
	min-height: 490px;
}
.sec-services{
	color: #fff;
	position: relative;
}
.sec-services .title-part-child .title{
	font-size: 30px;
	text-align: left;
	font-weight: 500;
}
.sec-services .content{
	color: #d7d7d7;
}
.sec-services .content p{
	padding-bottom: 20px;
}
.gradient-black {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #000;
	opacity: .5;
	z-index: 0;
}
.sec-services .container{
	z-index: 1;
	position: relative;
}
@media (min-width: 992px) {
	.sec-services .container .row {
		display: table;
	}
	.sec-services .container .row .col-md-3 {
		display: table-cell;
		float: none;
	}
	.sec-services .container .row .col-md-3 .title-part-child{
		position: absolute;
		bottom: 20px;
	}
	.sec-services .container .row .col-md-8 {
		display: table-cell;
		float: none;
	}
}
.tool-us{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	text-align: justify;
}
.sec-tool-us .title-part-child .title{
	font-size: 30px;
	text-align: left;
	padding: 0 15px;
	margin-bottom: 10px;
}
.background-tool {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 45%;
}
.sec-tool-us .btn-seemore{
	color: #fff;
	font-size: 13px;
	height: 40px;
	padding: 10px 20px;
	line-height: 20px;
	background-color: #ce0404;
	border-radius: 10px;
	width: max-content;
	display: block;
	margin-top: 10px;
	transition: .15s;
	margin: auto;
	font-weight: 500;
}
.sec-tool-us .btn-seemore:hover{
	background-color: #ba3737;
}
.btn-bot-tool{
	float: left;
	width: 100%;
	padding-top: 50px;
}
.content-teach-lession{
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap; */
}
.lession-content .img img{
	width: 100%;
	display: block;
}
.content-lession {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.content-lession p{
	float: left;
	padding-right: 20px;
}
.lession-content .title-item-index{
	font-size: 18px;
	padding-bottom: 5px;
}
.lession-content{
	margin-bottom: 30px;
}
.lession-content .content{
	padding: 15px;
	border: 1px solid #e1e1e1;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
}
.video-player .lession-content .content{
	padding: 15px 20px;
}
.info-teach-less{
	border-radius: 10px;
	padding: 30px 10px;
	border: 1px solid #e1e1e1;
}

.content-teach-lession .imr-left .img{
	border: 0;
}
.content-teach-lession .profile-info{
	width: 100%;
	padding-top: 10px;
}
.info-teach-less{
	height: auto;
}
.content-teach-lession .profile-info .info{
	text-align: center;
	margin: 10px 0;
}
.content-teach-lession .list-follow-member{
	padding-top: 0;
}
.content-teach-lession .title-part-child{
	height: 25px;
}
.btn-join-lession{
	height: 45px;
	padding: 10px 35px;
	line-height: 25px;
	background-color: #ce0404;
    font-size: 16px;
    text-transform: uppercase;
	color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
	border-radius: 7px;
	float: right;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.btn-join-lession:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}
.index-post_quiz .quiz-detail-wrap .btn-join-lession{
    float: none;
    display: inline-block;
}
.index-post_quiz .quiz-detail-wrap .content-lession{
    float: none;
    width: auto;
}
.index-post_quiz .quiz-detail-wrap .content-lession:before,
.index-post_quiz .quiz-detail-wrap .content-lession:after{
    content: '';
    display: table;
}
.index-post_quiz .quiz-detail-wrap .content-lession:after{
    clear: both;
}
.index-post_quiz .quiz-detail-wrap .decription-txt{
	margin-bottom: 10px;
	font-size: 14px;
}
.item-level .img{
	border-radius: 50%;
	overflow: hidden;
	height: 60px;
	width: 60px;
	margin: auto;
	transform: translateY(-50%);
}
.item-level .img img{
	width: 100%;
	height: auto;
}
.level-part{
	width: 33.33%;
	padding: 15px;
	float: left;
}
.item-level{
	border-radius: 10px;
	color: #fff;
	padding-bottom: 90px;
	position: relative;
}
.level-part .item-level .il-bot{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	height: 80px;
	left: 0;
	right: 0;
	bottom: 0;
}

.level-part:nth-child(2){
	margin-top: -60px;
}

.level-part:nth-child(1) .item-level{
	background-color: #ff39ad;
}
.level-part:nth-child(1) .item-level .il-bot{
	background-color: #e5339b;
}

.level-part:nth-child(2) .item-level{
	background-color: #37aafc;
}
.level-part:nth-child(2) .item-level .il-bot{
	background-color: #3199e2;
}

.level-part:nth-child(3) .item-level{
	background-color: #6e3dbb;
}
.level-part:nth-child(3) .item-level .il-bot{
	background-color: #6337a8;
}

.item-level .content{
	margin-top: -20px;
	text-align: center;
}
.leve-number{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 80px;
	height: 80px;
	margin: 10px auto;
	padding: 15px;
}
.leve-number .number{
	font-size: 30px;
	line-height: 1;
}
.il-bot-left{
	width: 50%;
	float: left;
	text-align: center;
}
.il-bot-right{
	width: 50%;
	float: right;
	text-align: center;
}
.il-bot-item{
	text-align: center;
	line-height: 1.3;
	height: 100%;
	padding: 15px 0;
}
.il-bot-item span{
	display: block;
	font-size: 30px;
}
.group-level{
	padding-top: 70px;
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-level-bot{
	list-style: none;
	padding: 20px 0;
}
.item-level-bot{
	height: 50px;
	line-height: 30px;
	padding: 10px 0;
}
.list-level-bot li:not(:last-child){
	border-bottom: 1px solid #e1e1e1;
}
.list-level-bot li{
	float: left;
	width: 100%;
}
.item-level-bot{
	color: #898989;
	margin-left: -15px;
	margin-right: -15px;
}
.item-level-bot .number-tt{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	float: left;
	width: 10%;
}
.item-level-bot .img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.item-level-bot .match-user{
	float: left;
}
.item-level-bot .name-user{
	width: 50%;
	float: left;
}
.item-level-bot .name{
	font-weight: bold;
	color: #000;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-level-bot .match-user span, .tf-right p span{
	color: #000;
	font-weight: bold;
}
.tf-left{
	width: 55%;
	float: left;
	padding: 15px 20px;
	height: 50px;
}
.tf-right{
	width: 45%;
	float: right;
}
.add-comment{
	position: relative;
}
.add-comment .fcontrol{
	height: 60px;
	line-height:20px;
	padding: 20px 100px 20px 20px;
	background-color: #f8f8f8;
	border-radius: 10px; 
}
.add-comment .fcontrol::placeholder{
	color: #000;
	font-weight: bold;
}
.btn-submit-cmt{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 1px solid #ce0404;
	color: #ce0404;
	font-weight: bold;
}
.list-comment-bot{
	list-style: none;
}
.list-comment-bot > li{
	float: left;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	margin: 20px 0;
}
.item-comment-bot .img-avatar{
	width: 50px;
	float: left;
	text-align: right;
}
.item-comment-bot .img{
	border-radius: 50%;
	overflow: hidden;
	width: 30px;
	height: 30px;
	float: right;
}

.item-comment-bot .img a{
	display: block;
}
.item-comment-bot .description{
	display: block;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 5px;
}
.item-comment-bot .description{
	color: #898989;
}
.item-comment-bot .description .name-user{
	color: #000;
	font-weight: bold;
}
.item-comment-bot .description .name-user span{
	color: #898989;
	font-size: 12px;
	font-weight: 300;
}
.item-comment-bot .description .content{
	margin-top: 5px;
}
.item-comment-bot.parent >.description >.content{
	padding-bottom: 40px;
	position: relative;
}
.btn-answer-comment{
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;

}
.anwser-comment{
	margin-top: 10px;
	list-style: none;
}
.anwser-comment li{
	border-top: 1px solid #e1e1e1;
	padding: 20px 0;
}
.anwser-comment .img-avatar{
	width: 30px;
}
div.seemore{
	text-align: center;
}
.see-more-comment{
	color: #ce0404;
	font-size: 12px;
	border-bottom: 1px solid #ce0404;
	font-weight: bold;
	text-align: center;
}
.list-cources-less{
	background-color: #f8f8f8;
}
.list-cources-less .group-cources{
	padding: 0;
}

.list-tracnghiem-right{
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #e1e1e1;
    list-style: none;
}
.list-tracnghiem-right > li{
    margin-bottom: 10px;
}
.list-tracnghiem-right .tag-cources a{
	padding: 5px 8px;
}
.list-tracnghiem-right .item-cources-sell:not(:last-child){
	margin-bottom: 30px;
}

table.awnser-sheet{
	height: 40px;
	line-height: 20px;
	padding: 10px 0;
	width: 100%;
}
table.awnser-sheet .name-percent{
	font-weight: bold;
	padding-left: 10px;
	cursor: pointer;
	transition: .14s;
}
table.awnser-sheet .name-percent:hover{
	color:#ce0404;
}

table.awnser-sheet tr.checked .name-percent{
	color: #898989;
}
table.awnser-sheet tr{
	height: 40px;
	padding: 20px 0;
}
table.awnser-sheet tr.active{
	background-color: #ebebeb;
}
table.awnser-sheet tr td{
	padding: 0;
	font-weight: bold;
}
table.awnser-sheet tr:not(:last-child){
	box-shadow: 0px 1px 0px 0px #e1e1e1;
}
table.awnser-sheet td input{
	width: 10px;
	height: 23px;
	transform: translateY(5px);
	margin-right: 15px;
	position: relative;
}
table.awnser-sheet input:before {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	top: -1px;
	left: -1px;
	position: absolute;
	background-color: #f8f8f8;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #e1e1e1;
}

table.awnser-sheet input:checked:after {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 5px;
	left: 5px;
	position: absolute;
	background-color: #39b54a;
	content: '';
	display: inline-block;
	visibility: visible;
}
.btn-finish-test{
	display: block;
	border-radius: 30px;
	line-height: 20px;
	padding: 15px 0;
	background-color: #ce0404;
	font-size: 12px;
	color: #fff;
	text-align: center;
	box-shadow: 0px 4px 5px 2px #929292;
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: bold;
}
.content-question{
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	padding: 30px 30px 30px;
	margin-bottom: 20px;
	text-align: justify;
}
.number-centent{
	min-height: auto;
	font-weight: bold;
	margin-top: 6px;
}
.content-question .description{
	color: #555555;
	margin-bottom: 8px;
}
.item-sheet .number{
	padding-right: 20px;
	font-weight: bold;
}
.item-sheet .desc{
	display: block;
	overflow: hidden;
	font-weight: bold;
}
.list-sheet{
	list-style: none;
	margin-top: 20px;
}
.list-sheet li{
	margin-bottom: 10px;
}
.group-move-page a{
	font-size: 12px;
	font-weight: 500;
	color: #ce0404;
	height: 30px;
	line-height: 10px;
	padding: 10px 0;
	text-align: center;
	width: 100px;
	background-color: #e8e7e7;
	float: left;
	border-radius: 20px;
	margin-left: 5px;
	transition: .15s;
}
.group-move-page a.trac-nghiem-single-left {
	padding-right: 10px;
}
.group-move-page a i{
	padding: 0 5px;
}
.group-move-page a.active, .group-move-page a:hover{
	color: #fff;
	background-color: #ce0404
}

.group-move-page{
	display: flex;
}
.group-move-page.top{
	top: 30px;
}
.group-move-page.bot{
	bottom: 30px;
}
.follow-video p{
	color: #000;
	font-weight: bold;
}
.follow-video span{
	color: #898989;
	font-weight: 500;
}
.follow-video .fa{
	color: #898989;
	font-weight: 500;
}
.tag-cources p.tag{
	float: left;
	font-weight: bold;
	color: #000;
	margin-right: 10px;
	line-height: 30px;

}
.follow-video{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
}
.content-lession p.follow-video-big{
	float: right;
	padding-right: 0;
}
.follow-video i{
	margin: 0 5px;
}
.list-vpr{
	list-style: none;
	margin-top: -10px;
}
.list-vpr li{
	float: left;
	width: 100%;
	padding: 10px 0;
}
.list-vpr li:not(:last-child){
	border-bottom: 1px solid #e1e1e1;
}
.item-vpr .img{
	width: 33.33%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
}
.list-vpr .info{
	display: block;
	overflow: hidden;
	padding-left: 10px;
}
.list-vpr .img a{
	display: block;
}
.list-vpr .img img{
	display: block;
	width: 100%;
}
.title-item-index:hover{
	color: #ce0404;
}
.video-player-right .seemore-btn{
	color: #ce0404;
	font-style: italic;
	border-bottom: 1px solid #ce0404;
	line-height: 1.2;
	float: left;
	margin-top: 5px;
	font-weight: bold;
}
.info-member.video{
	margin-top: 0;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #e1e1e1;
}
.info-member.video .info-detail-member{
	margin-top: 0;
}
.info-member.video .info-detail-member .desc{
	padding-top: 10px;
}
.info-detail-member> .name{
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.info-detail-member > .major{
	color: #ce0404;
	font-weight: 500;
}
.info-member.video .imr-left .img{
	border: 0;
}
.title-part-child.tracnghiem{
	margin-top: 30px;
}
#countdown{
	display: block;
	border-radius: 30px;
	line-height: 20px;
	padding: 15px 0;
	background-color: rgba(14,50,93,1);
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	height: 50px;
}
.parent-tf{
	position: relative;
	height: 5px;
	border-radius: 10px;
	display: block;
	width: 100%;
	background-color: #ebebeb;
}
.childrent-tf{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #898989;
	border-radius: 10px;
}
.list-exam{
	list-style: none;
}
.list-exam li{
	width: 50%;
	float: left;
	padding: 10px 15px;
}
.list-exam .img{
	width: unset;
	height: unset;
}
.list-exam .item-cources-sell .info{
	text-align: left;
}
.info-teach-less.exam{
	padding: 30px
}
.list-chuyenmuc{
	list-style: none;
	margin: auto -5px;
}
.list-chuyenmuc li{
	width: 50%;
	padding: 5px;
	float: left;
}
.item-chuyenmuc{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
}
.item-chuyenmuc:after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: #000;
	opacity: .4;
	z-index: 0;
}
.item-chuyenmuc .title{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	display: table-cell;
	color: #fff;
	z-index: 1;
}
.group-chuyenmuc{
	padding: 30px 0;
}
.content-search .tag-cources a{
	font-size: 10px;
}
.content-search .tag-cources{
	float: left;
	padding: 20px 5px;
	border-bottom: 1px solid #e1e1e1;
}
.item-teach-search .img{
	width: 70px;
	height: 70px;
	overflow: hidden;
	float: left;
	border:0;
	border-radius: 50%;
}
.item-teach-search .info{
	display: block;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	text-align: left;
	height: 70px;
}
.list-teach-search{
	list-style: none;
}
.item-teach-search .info .name{
	color: #000;
	font-weight: bold;
	display: block;
}
.item-teach-search .info .major{
	color: #898989;
}
.list-teach-search li{
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1
}
.seemore-aqual{
	color: #ce0404;
	font-style: italic;
	border-bottom: 1px solid #ce0404;
	float: left;
	padding-top: 20px;
}
.list-video-search{
	margin-top: 30px;
}
.list-video{
	list-style: none;
	float: left;
	width: 100%;
}
.list-video-search .list-video li{
	width: 33.33%;
	padding: 10px 30px;
	float: left;
}
.group-teach-search{
	float: left;
	width: 100%;
}
.info-teach-less.exam.padding-not{
	padding: 30px;
}
.menu-cat-body.pad{
	margin-top: -85px;
	float: left;
	width: 100%;
}
/**/
.item-vpr .img{
	padding-bottom: 25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.list-video .item-cources-sell .img, .tracnghiem-right .item-cources-sell .img,.list-video-cources .item-cources-sell .img, .group-cources .item-cources-sell .img, .group-cources .item-cources-sell .img{
	padding-bottom: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.list-video .item-cources-sell .img a, .item-vpr .img a,.tracnghiem-right .item-cources-sell .img a ,.list-video-cources .item-cources-sell .img a, .group-cources .item-cources-sell .img a, .group-cources .item-cources-sell .img a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.list-cources-page .item-cources-sell .img{
	padding-bottom: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.info-teach-less.exam .item-cources-sell .img, .group-cources.exam-index .item-cources-sell .img{
	padding-bottom: 40%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border: 1px solid #e1e1e1;
}
.list-cources-page .item-cources-sell .img a, .group-cources.exam-index .item-cources-sell .img a, .info-teach-less.exam .item-cources-sell .img 	a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/*popup*/
.popup-group{
    max-width: 100%;
	width: 350px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: -1px 5px 20px 10px #6b6b6b29;
	color: #000;
	padding: 40px 30px;
	text-align: center;
	margin: auto;
	position: relative;
}
.popup-aloer{
	
}
.popup-aloer .title{
	font-size: 27px;
	font-weight: 500;
}
.form-popup .fcontrol{
    box-shadow: none;
    border: 0;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
    padding-bottom: 2px;
	margin-top: 10px;
}
.form-popup select.fcontrol{
    padding: 0;
    line-height: 40px;
}
.form-popup .fcontrol:focus{
    border-color: #CE1A2B;
}

.form-popup .btn-submit-form{
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	padding: 10px 15px;
	background-color: #ce0404;
	transition: .15s;
	color: #fff;
	display: block;
	margin-top: 25px;
	border-radius: 10px;
	font-weight: bold;
}
.form-popup .btn-submit-form:hover{
	background-color: #ba3737
}
.popup-hidden{
	display: none;
}
.mfp-content{
}
.form-popup .fcontrol::placeholder{
	font-style: italic;
}
/*end-popup*/

.list-cources-page{
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	display: inline-block;
}
.list-cources-page li{
	width: 33.33%;
	padding: 15px;
	float: left;
}
.list-cources-page li .info.tracnghiem{
	float: left;
	width: 100%;
}
.section-ul{
	list-style: none;
}

.info.tracnghiem .author{
	color: #000;
	font-weight: bold;
	float: left;
	width: 100%;
}
.info.tracnghiem .author span{
	color: #95cc47;
	font-weight: 500;
	font-size: 14px;
}
.list-cources-page li .video-number{
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #000;
	line-height: 1;
	border-bottom: 1px solid #e1e1e1;
}
.list-cources-page li .video-number span{
	font-weight: bold;
	color: #656cad;
	font-size: 14px;
}
.list-cources-page li .title-item-index{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 16px;
	-webkit-line-clamp: 1;
}
.list-cources-page li .info.tracnghiem .desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	float: left;
	width: 100%;
	height: 40px;
}
.list-cources-page li .info-cources{
	position: relative;
	float: left;
	width: 100%;
}
.info-cources .minute{
	color: #000;
	font-weight: bold;
}
.info-cources .prices{
	color: #ce0404;
	font-size: 14px;
	font-weight: bold;
}
/*search-header*/
.search-cources .header-search .search-result {
	padding: 20px;
	background-color: #fff;
	margin-top: 3px;
	border-radius: 10px;
	max-height: calc(100vh - 50px);
	overflow-y: auto;
}
ul.chanel-ul, ul.sub-menu, ul.tag-ul {
	list-style: none;
}
.hd-top .hd-cont .hd-search .sub-menu-wrap .sub-menu{
	overflow-y: auto;
}

.sub-menu > li.caption {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 0;
}
.sub-menu > li {
	display: block;
	padding: 5px 0;
}
.chanel-ul > li:hover {
	background-color: #e23e57;
	color: #fff
}

.chanel-ul > li {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
}
ul.list-cources.follow > li .chanel-info {
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 30px);
	line-height: 32px;
}
ul.list-cources li:hover > a .guide-count{
	color:  #fff;
}
ul.list-cources.follow > li .guide-count{
	color: #767676;
	font-size: 11px;
	padding: 0;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.chanel-ul > li .chanel-avata {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.tag-ul > li > a:hover, .tag-ul.hl-item > li > a {
	background-color: #e23e57;
	color: #fff;
}
.tag-ul > li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
}
.tag-ul > li > a {
	display: block;
	background-color: #f8f8f8;
	border-radius: 4px;
	line-height: 20px;
	padding: 5px 10px;
	cursor: pointer;
}
.sub-menu > li.caption {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 0;
}
.sub-menu > li {
	display: block;
	padding: 5px 0;
}

ul.tag-ul{
	float: left;
	width: 100%
}
.tag-ul > li > a {
	display: block;
	background-color: #f8f8f8;
	border-radius: 4px;
	line-height: 20px;
	padding: 5px 15px 5px 5px;
	cursor: pointer;
}
.tag-ul > li > a > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}
.toggle-btn.toggle-left{
	padding: 15px 10px 0;
}
.toggle-btn.toggle-left .menu-cources{
	left: 0;
	right: unset;
	transform: translateX(-100%);
}
.toggle-btn.toggle-left.open .menu-cources{
	transform: translateX(0);
}

.sub-menu-footer{
	background: #000;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: calc(100% + 20px);
	text-align:left;
	white-space: nowrap;
}
.list-menu-ft li.dropdown:hover .hide{
	display: block !important;
}
.hd-account .img{
	position:static;
}
.hd-account .notif-item .img{
	width: 35px;
	
}
.hd-account .notif-item .img img{
	border-radius: 50%;
	border: 1px solid #e1e1e1;
}
.hd-account .img .notif-button img{
	max-height: 22px;
}

.hd-account .sub-menu-wrap {
	position: absolute;
	right: -10px;
	background-color: #fff;
	padding: 5px 20px;
	overflow-y: auto;
	height: 60vh;
	width: 440px;
	border: 1px solid #e1e1e159;
	transform: translateX(0);
	transition: .5s;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.hd-account .sub-menu-wrap::-webkit-scrollbar-track{
    border-radius: 8px;
}
.hd-account .sub-menu-wrap.hide{
	transform: translateX(100%);
	transition: .5s;
}
ul.noti-ul{
	list-style: none;
}
.hd-account ul.noti-ul li{
	padding: 10px 0;
}
.hd-account ul.noti-ul li:not(:last-child){
	border-bottom: 1px solid #e1e1e1;
}
.hd-account ul.noti-ul .sumary{
	overflow: hidden;
	padding-left: 10px;
	line-height: 1;
}

.hd-account .hd-account .sub-menu-wrap .img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

p.meta.mona-time {
	font-size: 11px;
	overflow: hidden;
	padding-left: 10px;
	color: #767676;
}
.popup{
    max-width: 100%;
}
.cate-popup .popup ul.tag-ul{
	display: inline-block;
    float: none;
}
.follow-count .lb {
	background-color: #ce0404;
	display: table-cell;
	color: #fff;
	line-height: 20px;
	padding: 5px 15px;
	text-align: center;
	min-width: 120px;
	white-space: nowrap;
	font-size: 14px;
	height: 30px;
	border-radius: 0;
}
.follow-count .count {
	display: table-cell;
	line-height: 14px;
	padding: 0 10px;
	text-align: center;
	min-width: 80px;
	font-size: 12px;
}
.follow-count {
	border: solid 1px #ce0404;
	border-radius: 4px;
	background-color: #fff;
	font-size: 16px;
	overflow: hidden;
}
.info.tracnghiem .title-item-index, .info.video .title-item-index{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 16px;
	-webkit-line-clamp: 2;
	height: 40px;
}
/*feedback 24-1*/
.blog-detail-wrap .khoahoc-share .share-able {
	position: relative;
	line-height: 22px;
}
.khoahoc-share{
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.khoahoc-share .share-btn:last-child{
	margin-top: 4px;
	float: left;
}
.khoahoc-share .share-able {
	border-radius: 4px;
	color: #fff;
	line-height: 25px;
	border: solid 1px;
	float: left;
	display: block;
	padding: 0 10px;
	margin-bottom: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.khoahoc-share .share-btn {
	margin-right: 3px;
}
.khoahoc-share .share-fb {
	background-color: #3b5998;
	border-color: #3b5998
}
.khoahoc-share .share-tw {
	background-color: #00cfff;
	border-color: #00cfff;
}
.khoahoc-share .share-fb:hover {
	background-color: #fff;
	color: #3b5998
}
.khoahoc-share .share-gg {
	background-color: #d34836;
	border-color: #d34836
}
.khoahoc-share .share-tw:hover {
	background-color: #fff;
	color: #00cfff
}
.quiz-begin .btn {
	min-width: 125px;
	text-align: center;
	margin: 5px;
}

.btn.dim-btn {
	background-color: #f6c3cb;
	color: #e23e57;
	transition: .15s;
}
.btn.dim-btn:hover{
	background-color: #ff899c;
	color: #fff;
}
.quiz-detail-wrap .follow-count{
	margin-top: -8px;
}
.grind-video-ul > li{
	width: 20%;
	padding: 10px;
}
.section-ul .feat-item-container .grind-video-ul{
	margin-left: -10px;
	margin-right: -10px;
}
.quiz-thumb-item > a.img{
	width: 100%;
	display: block;
	background-size: cover;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.quiz-thumb-item  .info .title{
	margin-top: 10px;
	font-size: 16px;
}
.video-thumb-item .info .author img{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: 10px 0;
}
.feat-item-container > .feat-title {
	display: block;
	font-size: 18px;
	padding-bottom: 13px;
}
.quiz-thumb-item .img .quiz-thumb-info {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 5px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.quiz-thumb-item .img .quiz-thumb-info > div {
	margin: 3px 0;
}
.quiz-detail-wrap .section-ul >li{
	float: left;
	width: 100%;
}
.quiz-detail-wrap .section-ul >li .feat-item-container{
	background-color: #efefef;
	border-radius: 5px;
}
.danhsach-video-table table, .danhsach-table table {
	font-size: 13px;
	width: 100%;
	border: solid 1px #e1e1e1;
	border-collapse: collapse;
}
.danhsach-video-table table tr:nth-child(odd), .danhsach-table table tr:nth-child(odd) {
	background-color: #ebebeb;
}
.danhsach-video-table table th, .danhsach-table table th {
	border-bottom: solid 1px #e1e1e1;
	text-align: left;
	background-color: #fff;
	height: 40px;
	vertical-align: middle;
}
.danhsach-video-table .user, .danhsach-table .user {
	padding: 10px 5px;
	width: 120px;
}
.danhsach-video-table table td, .danhsach-video-table table th, .danhsach-table table td, .danhsach-table table th {
	padding: 10px;
	vertical-align: middle;
}
.danhsach-video-table .user img, .danhsach-table .user img {
	display: inline-block;
	vertical-align: middle;
}
.danhsach-video-table table tr:nth-child(even), .danhsach-table table tr:nth-child(even) {
	background-color: #ffffff;
}
.blog-detail-wrap .sumary p img{
	max-height: 500px;
	width: auto !important;
}
.video-thumb-item .info .title a{
	transition: .15s;
}
.video-thumb-item .info .title a:hover{
	color: #ce0404;
}
.khoahoc-cont {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: calc(100vh - 130px);
}
.khoahoc-cont .khoahoc-left-img {
	float: left;
	width: 33.333333333%;
	padding-right: 10px;
	padding-bottom: 20px;
}
.khoahoc-cont .khoahoc-left-img img {
	display: block;
	width: 100%;
}
.khoahoc-cont .khoahoc-right-main {
	float: right;
	width: 66.6666666666%;
	padding-left: 10px;
}
.khoahoc-info-box {
	margin-bottom: 20px;
}
.khoahoc-info-box .lb {
	font-weight: bold;
	font-size: 13px;
	color: #959595;
}
.khoahoc-info-box .price {
	font-size: 30px;
	color: #e23e57;
}
.author-box {
	display: block;
}
.author-box .avata {
	display: table-cell;
	vertical-align: middle;
}
.author-box .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.hl-txt {
	color: #e23e57;
}
.tenkhoahoc {
	float: left;
	width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
	color: #e23e57;

}
.khoahoc-typo {
	display: block;
	float: left;
	width: 100%;
	color: #707070;
	word-wrap: break-word;
    margin-bottom: 20px; 
}
.khoahoc-typo p {
	margin-bottom: 20px;
	line-height: 22px;
}
.tags {
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	font-size: 14px;
}
.tags .lb {
	font-size: 11px;
	color: #707070;
	text-transform: uppercase;
}
.khoahoc-meta {
	margin-bottom: 15px;
	margin-top: 20px;
}
.khoahoc-meta > .meta {
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline-block;
}
.stars {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.stars .mask {
	position: relative;
	display: block;
	color: #ebebeb;
}
.stars .count {
	position: absolute;
	color: #e23e57;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
}
.khoahoc-meta > .meta:last-child {
	margin-right: 0;
}
.khoahoc-share {
	margin-bottom: 15px
}
.khoahoc-share .share-btn {
	margin-right: 3px;
}
.khoahoc-share .share-btn:last-child {
	margin-right: 0
}
.khoahoc-share .share-able {
	border-radius: 4px;
	color: #fff;
	line-height: 25px;
	border: solid 1px;
	float: left;
	display: block;
	padding: 0 10px;
	margin-top: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.khoahoc-share .share-fb {
	background-color: #3b5998;
	border-color: #3b5998
}
.khoahoc-share .share-tw {
	background-color: #00cfff;
	border-color: #00cfff;
}
.khoahoc-share .share-fb:hover {
	background-color: #fff;
	color: #3b5998
}
.khoahoc-share .share-gg {
	background-color: #d34836;
	border-color: #d34836
}
.khoahoc-share .share-gg:hover {
	background-color: #fff;
	color: #d34836
}
.khoahoc-share .follow-count{
	margin-top: 0;
}
.khoahoc-comment .video-main-feat {
	padding: 0;
}
.video-main-feat, .khoahockhac-cont {
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	background-color: #f8f8f8;
}
.video-main-feat > .title, .khoahockhac-cont > .title {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.comment-wrap {
	float: left;
	width: 100%;
}
.khoahoc-comment .comment-write.top-commt-write {
	border: 0 none;
	padding-bottom: 0;
	float: left;
	width: 100%;
}

.khoahoc-comment .comment-write {
	margin-bottom: 10px;
}
.comment-write.top-commt-write {
	padding-bottom: 10px;
}
.comment-write {
	display: block;
}
.comment-write .avata {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.khoahoc-comment .comment-write textarea.form-control {
	width: calc(100% - 55px);
	height: 50px;
}

.video-main-feat .comment-write textarea.form-control {
	width: 100%;
	height: 51px;
}
.comment-write textarea.form-control {
	float: right;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
}

.comments {
	float: left;
	width: 100%;
}
.khoahoc-giangvien {
	padding: 20px 0;
	border-top: #e1e1e1 solid 1px;
	border-bottom: #e1e1e1 solid 1px;
	margin-bottom: 20px;
}
.khoahoc-giangvien .avata {
	float: left;
	width: 90px;
	height: 90px;
	background: url(style.css) no-repeat center center;
	-ms-background-size: cover;
	background-size: cover;
	background-color: #a4a4a4;
	position: relative;
}
.khoahoc-giangvien .info {
	padding-left: 100px;
	color: #707070;
}
.khoahoc-giangvien .info .socials {
	margin: 2px 5px;
}
.khoahoc-giangvien .info .socials > a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 18px;
}
.khoahoc-cont .khoahoc-left-side {
	float: left;
	width: 33.333333333%;
	padding-right: 10px;
}
.khoahoc-cont .khoahoc-left-side .video-thumb-list {
	border-top: solid 1px #ebebeb;
	padding-top: 20px;
}

.video-thumb-list {
	list-style: none;
	display: block;
}
.khoahoc-left-side .video-thumb-list > li {
	margin-bottom: 5px;
}

.video-thumb-list > li {
	display: block;
	/*margin-bottom: 15px;*/
}
.khoahoc-cont .khoahoc-left-side .video-thumb-list .rank {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.khoahoc-cont .khoahoc-left-side .video-thumb-list .rank > span {
	display: inline-block;
	border: none;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 31px;
	font-size: 13px;
	border-radius: 50px;
	background-color: #e23e57;
	color: white;
}
.khoahoc-cont .khoahoc-left-side .video-thumb-list .img {
	position: relative;
	width: 140px;
	height: 80px;
	overflow: hidden;
	background: no-repeat center center/cover;
}

.khoahoc-cont .khoahoc-left-side .video-thumb-list .img {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding: 0 10px;
	width: 140px;
}
.video-thumb-list .img {
	float: left;
	display: block;
	width: 33.33%;
}
.khoahoc-cont .khoahoc-left-side .video-thumb-list .info {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.video-thumb-list .info {
	display: block;
	overflow: hidden;
	padding-left: 10px;
}
.video-thumb-list .info .title {
	max-height: none;
}

.video-thumb-list .info .title {
	max-height: 54px;
	margin-bottom: 2px;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
	line-height: 17px;
	color: #88304e;
}
.comment:last-child {
	margin-bottom: 0
}
.comment:first-child {
	border-top: solid 1px #ebebeb;
	padding-top: 5px;
}
.comment .avata {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	margin-bottom: 0;
}
.comment .info {
	padding-left: 70px;
	display: block;
	margin-bottom: 15px;
}
.comment .info .title {
	font-weight: bold;
}
.comment .info .time {
	font-size: 11px;
	color: #959595;
	font-weight: normal
}
.comment .info .spec {
	color: #464646;
	font-size: 14px;
	line-height: 18px;
}
.comment .info .actions {
	font-weight: bold;
	color: #959595;
	font-size: 12px;
	font-weight: 500;
}
p.actions a.comment-reply {
	color: #e23e57;
	font-weight: bold;
}
.comment .info .actions a {
	transition: .15s;
	font-weight: bold;
}
.comment .info .actions a + a {
	margin-left: 10px;
}
.comment .info .actions a + a:hover{
	color: #ce0404;
}
.comment .comment {
	margin-left: 70px
}
#comment-list > .comment{
	margin-bottom: 20px;
}
#comment-list .comment .avata{
	width: 30px;
	height: 30px;
}
#comment-list .comment .info{
	padding-left: 40px;
}
@media (max-width: 480px) {
	.comment .info {
		padding-left: 60px
	}
	.comment .comment {
		margin-left: 40px
	}
}
.video-main-feat .dr-arrows,.khoahockhac-cont .dr-arrows {
	position: absolute;
	right: 5px;
	top: 8px
}
.video-main-feat .dr-arrows .dr-arr,.khoahockhac-cont .dr-arrows .dr-arr {
	display: inline-block;
	vertical-align: middle
}
.video-main-feat .dr-arrows a.dr-arr,.khoahockhac-cont .dr-arrows a.dr-arr {
	padding: 0 10px;
	font-size: 24px;
	font-weight: bold
}
.slider-cont.slider-khoahoc {
	margin-left: -7px;
	margin-right: -7px;
	width: calc(100% + 14px)
}
.slider-cont.slider-khoahoc .slider-item {
	padding: 0 7px
}
.khoahoc-item {
	float: left;
	width: 100%
}
.khoahoc-item .img {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 53.49%;
	margin-bottom: 8px;
	background: url("") no-repeat center center;
	-ms-background-size: cover;
	background-size: cover
}
.khoahoc-item .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}
.khoahoc-item .img .khoahoc-abso {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	display: table;
	width: 100%;
	font-size: 13px
}
.khoahoc-item .img .khoahoc-abso .khoahoc-overview {
	background-color: rgba(0, 0, 0, 0.8);
	display: table-cell;
	line-height: 20px;
	padding: 10px
}
.khoahoc-item .img .khoahoc-abso .price {
	display: table-cell;
	background-color: rgba(226, 62, 87, 0.8);
	text-align: center;
	line-height: 20px;
	padding: 10px
}
.khoahoc-item .info {
	display: block;
	font-size: 11px
}
.khoahoc-item .info .title {
	color: #88304e;
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 160%;
}
.khoahoc-item .info .title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 48px;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
}
.khoahoc-item .info .spec {
	margin-bottom: 5px
}
.khoahoc-item .info .author img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border-radius: 50%
}
.khoahoc-item .info .spec.height {
	height: 68px !important;
	overflow: hidden;
	position: relative;
	font-size: 14px;
}

.khoahoc-item .info .spec {
	margin-bottom: 5px;
}
.khoahoc-item .info .spec.height .btn-height {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #f8f8f8 !important;
	padding: 2px 5px;
}
.khoahoc-item .info .spec .btn-height:before{
	color: blue;
}
.khoahoc-item .info .spec .btn-height:hover:before{
	color: #ce0404;
}
.khoahoc-item .info .spec .btn-height {
	font-size: 0;
}
.slider-cont .slider-item a {
	outline: 0;
}
.danhsach-video-table .user img, .danhsach-table .user img {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.fixed-table-body .table-full-width .btn{
	width: 30px;
	height: 30px;
	padding: 0;
	text-align: center;
	line-height: 30px;
}

.lession-content .video-loadding{
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.video-play-aloha{
	position: relative;
	    width: 100%;
    padding-bottom: calc(100%/16*9);
}
.video-play-aloha iframe{
	width: 100%;
	height: auto;
}
.video-play-aloha.playing .video-loadding, .video-play-aloha.paused .video-loadding, .video-play-aloha.ready .video-loadding{
	display: none;
}
.group-comment{
	display: block;
    padding: 0;
    margin-bottom: 30px;
}
.group-comment:before{
    display: table;
    content: " ";
}
.group-comment:after{
        display: table;
    content: " ";
    clear: both;
}
.info.tracnghiem .desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 5;
}
.follow-video .time-answer{
	float: left;
	padding-right: 20px;
}
.content-lession .lbswitch{
	float: left;
	margin-top: 10px;
}
.danhsach-video-table .fixed-table-body .img .img-item{
	    display: block;
    overflow: hidden;
    width: 115px;
    height: 80px;
    background: url(style.css) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-color: #e23e57;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}
.danhsach-video-table #listobjects img{
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}
.danhsach-video-table .name .title, .danhsach-table .name .title{
	color: #88304e;
	transition: .15s;
}
.danhsach-video-table .name .title:hover, .danhsach-table .name .title:hover{
	color: #ce0404;
}
.fixed-table-container tbody tr td{
	vertical-align: middle;
}

/*submenu-blog-admin*/
.sub-menu {
    list-style: none;
    border: solid 1px #d7d7d7;
    min-height: 50px;
    background-color: #fff;
    padding: 15px;
}
.feat-quiz .feat-heading .sub-menu {
    white-space: nowrap;
    padding: 0 5px;
}
.feat-quiz .feat-heading .sub-menu-wrap {
    padding-top: 10px;
}
.dropdown-quiz-add .sub-menu-wrap {
    top: auto;
    bottom: 100%;
}

.feat-quiz .feat-heading .sub-menu-wrap {
	display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    z-index: 2;
      -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  transition: .3s;
}
.feat-quiz .feat-heading .dropdown-quiz-add.open.open .sub-menu-wrap{
	-webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-quiz-add.open .sub-menu-wrap{
display: block !important;
}
.feat-quiz .form-group .form-control{
	height: 40px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.collapse .collapse-heading {
    position: relative;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 0;
}
.collapse .collapse-heading .indicator {
    margin-left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
}
.lession-list > li {
    display: block;
    min-height: 30px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    margin-bottom: 5px;
    position: relative;
    padding-left: 100px;
    overflow: hidden;
}
.lession-list > li .les-lb.baigiang {
    background-color: #36506b;
}

.lession-list > li .les-lb {
    display: block;
    padding: 5px;
    line-height: 20px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #eee;
    height: 100%;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.lession-list > li .name {
    padding: 5px 10px;
    line-height: 20px;
    display: block;
    float: left;
    max-width: calc(100% - 85px);
}
.lession-list>li .edit-link {
    padding: 0;
    width: 115px;
}

.lession-list > li .edit-link {
    float: right;
    padding: 5px;
    line-height: 20px;
    width: 85px;
    text-align: center;
    background-color: #e23e57;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}


.lession-list > li .edit-link {
    float: right;
    padding: 5px;
    line-height: 20px;
    width: 85px;
    text-align: center;
    background-color: #e23e57;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
}
.select2-container--default .select2-selection--multiple{
border-radius: 10px !important;
border-color: #ccc !important;
	height: auto;
	min-height: 40px !important
}
.form-cnt .select2-container{
width: 100%!important;
}
.see-more.quiz-see-more{
	float: left;
	width: 100%;
}
.wall-feat:before{
display: table;
	content: " "
}
.wall-feat:after{
	content: "";
	display: table;
	clear: both
}
/*.select2-container-multi .select2-choices .select2-search-field{
	border: 1px solid #ccc !important;
	border-radius: 10px !important;
}
.select2-container-multi .select2-choices .select2-search-field input{
	height: 40px;
}*/
.quiz-detail-wrap .group-follow .follow-count{
    margin: 5px auto;
    float: none;
    width: 200px;
}
.quiz-detail-wrap .info-teach-less{
    padding: 10px;
    padding-top: 20px;
}
#sec-quiz-general .tracnghiem-right{
    margin-bottom: 30px;
}
.sec-lession1-top{
    padding-bottom: 30px;
}
.sec-lession1-top .quiz-detail-wrap{
    padding: 0;
}
.sec-lession1-top .quiz-detail-wrap > .col-md-9{
    width: 75%;
}
.sec-lession1-top .quiz-detail-wrap > .col-md-3{
    width: 25%;
}
.group-cources:last-child{

}
.index-category  .sec-lession1-top + .group-cources{
    padding-top: 30px;
}
.index-category .list-video-search{
    margin-top: 0;
}
.index-category .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.index-quiz .group-cources:last-child{
    margin-bottom: 0;
}
.index-post_blog .blog-detail-wrap .main-img.img1{
    padding-bottom: 50%;
}
.index-post_blog .blog-detail-wrap .main-img.img1 img{
    object-fit: cover;
}
.index-post_blog .blog-thumb .title{
    color: #000;
    transition: .15s;
}
@media screen and (max-width:768px){
    .index-category .info-teach-less.exam.padding-not{
        padding: 15px;
        margin-bottom: 0;
    
    }
    .index-category .group-cources{
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec-lession1-top .quiz-detail-wrap > .col-md-9{
        width: 100%;
    }
    .sec-lession1-top .quiz-detail-wrap > .col-md-3{
        width: 100%;
    }
    .list-cources-less .sec-title{
        padding-left: 15px;
    }
}
.form-row{
	margin-bottom: 10px;
}
body.index-useredit .row.form-row{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px
}
body.index-useredit .wall-wrap input{
	width: 100%;
	font-size: 14px;
	padding: 10px;
}
body.index-useredit .wall-wrap .wall-feat{
	margin-bottom: 20px;
	padding: 20px;
	background: #f8f8f8;
	border-radius: 10px;
}
.dl-param dt{
	float: left;
}
.wall-wrap{
	padding: 30px 0;
}
.wall-wrap.user-actions{
	padding: 0;
}
body.index-video_detail .load-more-block{
	float: left;
	width: 100%;
}
.list-vpr:after{
content: "";
	display: table;
	clear: both
}
.list-vpr:before{
	display: table;
	content: " "
}
body.index-video_detail .item-vpr .img{
	border-radius: 5px;
}
table.awnser-sheet tr:hover{
	background-color: #f8f8f8;
}
.source-video-select .radiolb {
    margin-bottom: 5px;
}

.checklb, .radiolb {
    cursor: pointer;
    display: inline-block;
}
.form-lession:before{
    display: table;
	content: " "
}
.form-lession:after{
    content: "";
	display: table;
	clear: both
}
.form-lession .source-video-select input.form-control {
    width: auto;
    float: left;
    margin-left: 15px;
    width: 300px;
}
.source-video-select p{
	display: inline-block;
	float: left;
	margin-bottom: 5px;
	line-height: 20px;
	padding: 10px 0;
}
.source-video-select .jdrop-box {
    margin-bottom: 5px;
}
.jdrop-box {
    float: left;
    width: 100%;
    margin: 5px 0;
    cursor: pointer;
    border: dashed 1px #e1e1e1;
    background: url(../images/jdrop-img.png) no-repeat center center;
    background-color: #f8f8f8;
    padding-bottom: 37.8%;
    position: relative;
}
.jdrop-box > .jdrop-note {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.jdrop-box:hover > .jdrop-note {
    display: none;
}
.profile-list_blogs #listobjects img{
	width: 115px;
	height: auto;
	border: 1px solid #e1e1e1;
}
.danhsach-video-table .fixed-table-container thead th[data-field = image_html] .th-inner, .table>thead:first-child>tr:first-child>th.img{
	width: 131px;
}
/*mua khoa hoc*/
.checkout-wrap {
    background-color: #fff;
    padding: 15px;
    border: solid 1px #e1e1e1;
    margin: 20px auto;
    width: 870px;
    max-width: 100%;
}
.checkout-title {
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.danhsach-video-table, .danhsach-table {
    display: block;
    overflow: auto;
}
.danhsach-video-table table, .danhsach-table table {
    font-size: 13px;
    width: 100%;
    border: solid 1px #e1e1e1;
    border-collapse: collapse;
}
.checkout-title > span{
	font-weight: bold;
}
.index-course_payment .danhsach-video-table table tr:nth-child(odd), .index-course_payment .danhsach-table table tr:nth-child(odd) {
    background-color: #ebebeb;
}
.index-course_payment .danhsach-video-table .img, .danhsach-table .img {
    width: 110px;
}

.index-course_payment .checkout-table table th {
    background-color: #e1e1e1;
    color: #000;
}
.index-course_payment .danhsach-video-table table th, .danhsach-table table th {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
    background-color: #fff;
    height: 40px;
    vertical-align: middle;
}
.index-course_payment .danhsach-video-table .img .img-item, .danhsach-table .img .img-item {
    display: block;
    overflow: hidden;
    width: 115px;
    height: 80px;
    background: url(style.css) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-color: #e23e57;
}
.index-video_detail .video-play-aloha #if-video{
	position: absolute;
	height: 100%;
	z-index: 1;
}
/*end mua khoa hoc*/
.danhsach-video-table .duration, .danhsach-table .duration{
	width: 100px;
}
.list-sheet-item.chose{
	color: red;
}
.index-video_detail .group-comment, .index-lesson_detail_free .group-comment{
	width: 100%;
	margin-top: 30px;
}
#comment-block{
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.index-video_detail .list-tracnghiem-right{
	padding: 15px;
}
.index-post_blog .blog-thumb-list .capt{
	font-size: 18px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	transform: translateY(-40px);
	border-bottom: 3px solid #ce0404;
    white-space: nowrap;
    width: 54%;
    margin: auto;
    padding-bottom: 7px;
}

.index-post_blog .blog-thumb .img{
	border-radius: 10px;
	overflow: hidden;
}
.index-post_blog .blog-thumb-list{
	padding: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-top: 40px;
}
.index-post_blog .khoahoc-share .blog-article .follow-video-big{
	margin-top: 5px;
}
.index-post_blog .blog-thumb-list .blog-thumb:first-child{
	margin-top: -30px;
}
.index-post_blog .blog-detail-wrap .main-img.img1{
	border-radius: 10px;
}
.index-lesson_detail_free .list-tracnghiem-right{
	padding: 15px 5px;
	margin-bottom: 20px;
}
.index-lesson_detail_free .list-tracnghiem-right ul li{
	padding-left: 10px;
	overflow: hidden;
}
.index-lesson_detail_free .list-tracnghiem-right ul li.active{
	background: #eaeaea;
	padding-right: 10px;
	border-radius: 10px;
	margin-top: 5px;
}
.index-lesson_detail_free .video-thumb-list .img{
	border: 1px solid #e1e1e1;
}
.follow-count .btn-follow:hover{
	background-color: #a11422;
}
.index-course_detail #comment-block{
	padding: 15px;
}
.index-history .search-result-list .video-thumb-item .img>a{
	padding-bottom: 0;
}
.index-history .ip-search input{
	height: 40px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.index-history .ip-search .btn{
	background-color: #ce0404;
	color: #fff;
	border: 1px solid #ce0404;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.index-history .ip-search .btn:hover{
	background-color: #a11422;
}
.index-history .sec-tool-us .title-part-child .title{
	padding-left: 0;
}
.index-history .title-part-child{
	padding: 0 15px;
}
.index-history .search-result-list .video-thumb-item .img img{
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.index-history .search-result-list .remove-item{
	background-color: #ce0404;
	color: #fff;
	border-radius: 50%;
	margin-top: 10px;
	transition: .15s;
}
.index-history .search-result-list .remove-item:hover{
	background: #a11422;
}
.list-menu-ft .sub-menu{
	padding: 0;
	border: 0px;
	background: transparent;
}
body.index-useredit .wall-wrap input[name='form[birthday_hidden]']{
	max-width: 15px;
}
.index-useredit .dl-param.has-input dd label{
	white-space: nowrap;
}
.index-course_detail .khoahoc-cont .khoahoc-left-img img{
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.index-course_detail .khoahoc-cont .khoahoc-left-side .video-thumb-list .img{
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.index-course_detail .author-box .avata img{
	border-radius: 50%;
	border: 1px solid #e1e1e1;
}
.comment .avata img{
	border-radius: 50%;
	border: 1px solid #e1e1e1;
}

.comment-write .avata img{
	border-radius: 50%;
	border: 1px solid #e1e1e1;
}
.index-post_blog .follow-video-big a.social-share {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    font-size: 11px;
    transition: .15s;
}
.follow-video-big a img {
	height: 24px;
}
.index-post_blog .follow-video-big a.social-share:hover{
	background-color: #000;
	color: #fff;
}
.index-post_blog .follow-count{
	margin: 5px auto;
    float: none;
    width: 200px;
}
.index-post_blog .blog-thumb .title:hover{
	color: #ce0404;
}
.list-sheet-item .item-sheet{
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .15s;
}
.list-sheet-item .item-sheet:hover{
	color: #ce0404;
}
.search-result  ul.tag-ul{
    float: none;
    display: block;
    width: auto;
}
.search-result  ul.tag-ul:before,
.search-result  ul.tag-ul:after{
    content: '';
    display: table;
    clear: both;
}
body.index-video_detail .video-thumb-list + .load-more-block{
    float: none;
    width: auto;
}
body.index-video_detail .video-thumb-list + .load-more-block .seemore-btn{
    float: none;
    width: auto;
}
.index-lesson_detail_free ul.list-trac-nghiem-right{
	list-style: none;
	padding: 15px 5px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
.index-lesson_detail_free ul.list-trac-nghiem-right li{
	padding: 10px;
}
.index-lesson_detail_free ul.list-trac-nghiem-right li:not(:last-child){
	border-bottom: 1px solid #e1e1e1;
}
.index-lesson_detail_free .item-cources-sell .img{
	width: 100%;
	padding-bottom: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #e1e1e1;
}
.index-lesson_detail_free  .video-holder{
    background: url() no-repeat center center/cover;
    background-color: #f8f8f8;
}
.index-lesson_detail_free  .video-holder .video-play-aloha .if-video{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.index-lesson_detail_free .tag-cources{
    float: left;
    width: 100%;
}
.index-lesson_detail_free .tag-cources .decription-txt{
    width: 100%;
    float: left;
}
.index-lesson_detail_free .tag-cources .decription-txt p{
    margin: 10px 0;
}

.list-trac-nghiem .slick-slide{
    height: auto;
}
.profile-list_blogs #listobjects img{
    border-radius: 8px;
}
.list-sheet .list-sheet-item.chose:after{
    opacity: 1;
}
.index-course_detail .khoahoc-left-img .quiz-detail-wrap{
    padding: 0;
}
.index-course_detail .khoahoc-left-img .quiz-detail-wrap > .imr-left{
    margin: 0;
    width: 100%;
}

.model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.8);
    display: none
}

.model.show {
    display: block
}

.model .model-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.model .model-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px
}

.model .model-cont {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 15px;
    background-color: #fff;
    width: 800px;
    max-width: 100%
}

.model .model-cont .close-model {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border: solid 2px #000;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px;
    line-height: 16px;
    border-radius: 50%
}

.model .model-cont .model-cont-inner {
    overflow: auto;
    position: relative;
    max-height: 500px
}
.info-detail-member .desc.big + .btn-seemore-member{
    font-size: 0;
}
.info-detail-member .desc.big + .btn-seemore-member:before{
    content: 'Thu gọn';
    font-size: 14px;
}
.video-play-aloha .video-loadding{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.video-play-aloha .video-loadding img{
    display: block;
    width: 50px;
}
.form-popup .btn-submit-form{
    margin-left: auto;
    margin-right: auto;
    width: 170px;
    outline: 0;
    border: solid 1px #ce0404;
}
.mfp-close-btn-in .mfp-close{
   
}
.item-cources-sell .info.tracnghiem .desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    max-height: 40px;
    line-height: 20px;
}
.popup-group{
    position: relative;
}
.checkout-col {
    padding: 0 0;
    padding-top: 20px
}

.checkout-col > .left {
    width: 370px;
    max-width: 100%;
    margin-bottom: 20px
}

.checkout-col > .right {
    max-width: 100%;
    width: 440px;
    margin-bottom: 20px
}

.checkout-col .checkout-feat-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px
}

.checkout-col .radiolb {
    margin-bottom: 5px
}

.checkout-col .radiolb:last-child {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .checkout-col > .left {
        width: 100%
    }
    .checkout-col > .right {
        width: 100%
    }
}
.checkout-col > .left{
    width: 50%;
    padding-right: 60px;
    margin-bottom: 20px;
}
.checkout-col > .right{
    width: 50%;
    margin-bottom: 20px;
}
.checkout-logo-ul{
    list-style: none;
}
.checkout-logo-ul > li{
    display: inline-block;
}
.checkout-logo-ul > li >a{
    display: block;
}

.thanhtoan-block {
    padding-left: 32px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #707070
}

.thanhtoan-block:last-child {
    margin-bottom: 0
}

.thanhtoan-block dl.taikhoan-dl {
    margin-top: 10px
}

dl.taikhoan-dl {
    padding-left: 20px
}

dl.taikhoan-dl .lb {
    font-weight: bold;
    margin-bottom: 2px;
    position: relative;
    left: -5px
}

dl.taikhoan-dl .lb .fa {
    position: absolute;
    left: -15px;
    top: 1px
}

dl.taikhoan-dl dt {
    float: left;
    width: auto;
    line-height: 15px;
    padding: 2px 0;
    margin-right: 5px;
    clear: left;
    min-height: 1px;
}

dl.taikhoan-dl dd {
    display: block;
    color: #000;
    line-height: 15px;
    padding: 2px 0;
    overflow: hidden;
    min-height: 19px;
}
/* khoa hoc tinh phi bai giang */

.baigiang-wrap {
    display: block;
    background-color: #111
}

.baigiang-wrap .main {
    position: relative
}


.baigiang-wrap .right-side {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #111;
    color: #fff;
    width: 370px;
}
.baigiang-wrap .right-side .video-thumb-list li.baigiang{
    min-height: 75px;
}
.baigiang-wrap .right-side .video-thumb-list .img{
    clear: left;
}
.baigiang-wrap .right-side .video-thumb-list .info {
    padding-left: 0;
    
}

.baigiang-wrap .right-side .video-thumb-list .info .title {
    color: inherit
}

.baigiang-wrap .right-side .video-thumb-list .info .author {
    color: #9f9f9f
}

.baigiang-wrap .right-side .video-thumb-list > li.active .img {
    position: relative
}

.baigiang-wrap .right-side .video-thumb-list > li.active .img img {
    position: relative;
    opacity: .4;
    z-index: 1
}

.baigiang-wrap .right-side .video-thumb-list > li.active .img:before {
    content: "\f04b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #e23e57;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 32px
}

.baigiang-wrap .right-side .video-thumb-list > li.active .info {
    opacity: .4;
}

.baigiang-wrap .right-side .video-thumb-list > li.active .info a:hover {
    color: inherit
}

.baigiang-wrap .right-side .video-thumb-list > li.disable {
    position: relative;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.baigiang-wrap .right-side .video-thumb-list > li.disable .info {
    opacity: .4;
}

.baigiang-wrap .right-side .video-thumb-list > li.disable .info a:hover {
    color: inherit;
}

@media (max-width: 768px) {
    .baigiang-wrap .right-side {
        position: static;
        max-height: 400px;
        padding-right: 0;
        padding-left: 0
    }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e23e57;
    border-radius: 0
}
.text-add-box {
    display: block;
    position: relative;
    border: solid 1px #e1e1e1;
    margin-bottom: 5px
}

.text-add-box input[type="text"] {
    background-color: transparent;
    position: relative;
    border: 0 none;
    z-index: 2;
    padding-right: 50px
}

.text-add-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    padding: 0;
    text-align: center;
    z-index: 1;
    font-weight: bold
}

.traodoi-chat-block {
    display: block
}

.traodoi-chat-block .conversation-list {
    height: auto
}

.traodoi-chat-block .comment-box {
    width: 49%
}

.traodoi-chat-block .text-add-box {
    border: none;
    margin-bottom: 0;
    text-align: right
}

.traodoi-chat-block .text-add-box textarea.form-control {
    text-align: left
}

.traodoi-chat-block .text-add-box .btn {
    position: static
}

.traodoi-chat-block iframe {
    max-width: 100%
}

.traodoi-chat-block audio {
    max-width: 100%
}

.traodoi-chat-block .comment-filter {
    padding: 10px 0
}

.traodoi-chat-block .comment-filter select {
    display: inline-block;
    vertical-align: middle;
    width: auto
}
.traodoi-chat-block .text-add-box {
    border: none;
    margin-bottom: 0;
    text-align: right
}

.traodoi-chat-block .text-add-box textarea.form-control {
    text-align: left
}

.traodoi-chat-block .text-add-box .btn {
    position: static
}

@media (max-width: 768px) {
    .traodoi-chat-block .comment-box {
        width: 95%
    }
}
.text-add-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    padding: 0;
    text-align: center;
    z-index: 1;
    font-weight: bold
}
.baigiang-wrap .video-play-aloha #if-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}
/* CSS Button Share Facebook */
.index-post_blog .follow-video-big a.facebook__share:hover {
    background-color: #385898;
    color: #fff;
}
.index-post_blog .follow-video-big a.facebook__share {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    font-size: 11px;
    transition: .15s;
}
/* CSS Button Share Twitter */
.index-post_blog .follow-video-big a.twitter__share:hover {
    background-color: #006dbf;
    color: #fff;
}
.index-post_blog .follow-video-big a.twitter__share {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    font-size: 11px;
    transition: .15s;
}
/* CSS Button Share Zalo */
.index-post_blog .follow-video-big a.zalo__share:hover {
    background-color: #0190f3;
    color: #fff;
}
.index-post_blog .follow-video-big a.zalo__share {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    font-size: 11px;
    transition: .15s;
}
.sec-lession1-bot{
	padding-top: 20px;
}

.aloha-header-top{
    background-color: #2a2e49;
    height: 80px;
}
.aloha-header-bottom{
    background-color: #ec1c32;
    height: 35px;
}
.aloha-logo{
    margin-left: 185px;
    margin-top: 25px;
}
.aloha-search{
    border-radius: 15px;
    padding: 5px 100px 5px 100px;
    margin-left: 185px;
    margin-top: 25px;
}
.aloha-header-title{
    color: #fff;
    margin: 10px;
    font-weight: bold;
    text-align: right;
}
.aloha-list-menu{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.aloha-list-menu li{
    display: inline-block;
    padding: 10px 0;
}
.aloha-border-box{
    box-sizing: border-box;
}
.aloha-nav-item{
    color: #fff;
    margin: 0px 30px 0px 0px;
    text-align: left;
}
.aloha-menu_cm > ul{
    background: #fff;
    width: 80%;
    height: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-radius: 4px 0 0 4px;
    position: relative;
  }
  .aloha-menu_cm .li-danhmuc{
    padding: 1px 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0;
    border-radius: 4px 0 4px 4px;
    border: 1px solid #fff;
    background-color: #e2e0e0a6;
  }
  .aloha-menu_cm > ul > li > a{
    text-decoration: none;
    display: block;
    color: #333;
    padding: 0 2em;
    position:relative;
  }
  
  .aloha-menu_cm ul .li-danhmuc:hover{
    background: #ce0404;
  }
  .aloha-menu_cm ul li:hover .muiten:after{
    content:'';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 20px solid #ec1c32;
    top: -2px;
    left: 209px;
    z-index:9999;
  }
  .sub-tns{
    position:absolute;
    width:1000px;
    height:480px;
    background:#fff;
    border-radius:0 4px 4px 0;
    left:100%;
    top:0;
    border:1px solid #f1f1f1;
    display:none;
    z-index:999;
  }
  .aloha-menu_cm ul .li-danhmuc:hover > .sub-tns{
    display:block;
  }
  .aloha-menu_cm ul .li-danhmuc:hover > a{
    color: #fff;
  }
  .aloha-banner{
      height: 320px;
      background-color: #333;
	  display: flex;
	  width: 100%;
  }
  .aloha_tag-hot {
    padding-top: 10px;
}
.tag-hot_title {
    font-weight: bold;
    font-size: 13pt;
}
.tag-hot_panel {
    padding: 5px;
}
.tag-hot_box{
    background-color: rgba(185, 185, 185, 0.85);
    font-size: 90%;
    font-weight: 700;
    padding: 2px 5px;
    color: #000;
    border-radius: 10px;
    margin-left: 5px;
}
.tag-hot_box:hover{
	color: #fff;
    background-color: #ce0404;
}
.aloha-panel-banner {
	margin-top: 40px;
	margin-left: -5%;
}
.aloha-box .aloha-box-group{
	border: none;
	border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
}
.aloha-box__header{
	height: 40px;
}
.aloha-box__user{
	position: absolute;
    top: 12px;
    left: 36%;
}
.aloha-box__user .aloha-box__footer{
	padding-top: 30px;
}
.aloha-box__footer{
	border: 1px solid #dc1b2b;
    background-color: rgba(255,255,255,.15);
    border-radius: 12px;
    border-color: #dc1b2b;
	height: 387px;
	margin: 0 15px;
}
.aloha-box-group .aloha-box__user img {
    width: 50px;
    height: auto;
    border: 1px solid #dc1b2b;
}
.aloha-box__status {
    display: block;
    margin: 10px 15px;
    text-align: center;
    padding-top: 15px;
    font-size: 11px;
}
.aloha-img__group {
    width: 50px;
    height: auto;
    /* border: 5px solid #fff; */
}
.aloha-box-list__item {
    text-align: center;
    margin: 13px;
    font-size: 12px;
    font-weight: 700;
}
.aloha-box-list-item__img{
	width: 35px;
	height: 35px;
}
  
  .aloha-directional_nav {
	height: 340px;
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	top: -340px;
  }
  
  .aloha-previous_btn {
	bottom: 0;
	left: 100px;
	margin: auto;
	position: absolute;
	top: 0;
  }
  
  .aloha-next_btn {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 100px;
	top: 0;
  }
  
  @media only screen and (max-width: 767px) {
	.aloha-previous_btn {
	  left: 50px;
	}
	.aloha-next_btn {
	  right: 50px;
	}
  }

  @media only screen and (max-width: 991px) {
	.aloha-menu_cm {
	  display: none;
	}
	.aloha-slider-bar {
	  display: none;
	}
	.aloha_tag-hot{
		display: none;
	}
  }

  @media only screen and (max-width: 980px) {
	.aloha-panel-banner {
		margin-left: 0%;
	}
  }

  #main-wrap > .container {
    padding-bottom: 30px;
}

.hoz-category-container {
    margin: 8px 0;
    display: flex;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
    .hoz-category-container {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 650px) {
    .hoz-category-container {
        margin-bottom: 0;
    }
}

.hoz-category-item:hover .hoz-category-item-img {
    border: 2px solid #ce0404;
    border-radius: 100%;
}

.hoz-category-item:hover .hoz-category-item-title {
    color:#ce0404;
}

.hoz-category-item {
    margin-right: 6px;
    text-align: center;
}

.hoz-category-item-title {
    font-size: 16px;
    word-break: break-word;
    line-height: 1.5;
    margin-top: 8px;
}

img.hoz-category-item-img {
    margin: auto;
    width: 50%;
}

@media only screen and (max-width: 720px) {
    img.hoz-category-item-img {
        width: 70%;
    }
}



/* responsive */
#trac-nghiem-single{
    min-height: 80px;
}
.top-quiz-banner{
    display: block;
    /* height: 300px; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #e1e1e1;
    border-bottom-color: #fff;
    margin-bottom: -1px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.slider-profile-teacher{
    float: left;
    width: 100%;
}
.slider-profile-teacher .slick-arrow{
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	outline: none;
	height: 40px;
}
.slider-profile-teacher .slick-arrow i{
	font-size: 40px;
	color: #ff6666;
}
.slider-profile-teacher .slick-arrow div{
	font-size: 10px;
	line-height: 20px;
	padding: 12px 0;
}
.slider-profile-teacher .slick-prev-banner {
	left: -45px;
}
.slider-profile-teacher .slick-next-banner {
	right: -45px;
}
.slider-profile-teacher .slick-prev-banner div{
	float: right;
}
.slider-profile-teacher .slick-next-banner div{
	float: left;
}
@media screen and (max-width: 1200px){
    .slider-profile-teacher .slick-prev-banner div,
    .slider-profile-teacher .slick-next-banner div{
        display: none;
    }
    
    .slider-profile-teacher .slick-prev-banner {
        left: 0;
    }
    .slider-profile-teacher .slick-next-banner {
        right: 0;
    }
	.item-level-bot .col-md-6{
		width: 100%;
	}

}
@media screen and (max-width: 991px){
    .slider-profile-teacher .avatar-teach{
        padding: 15px;
    }
	.sec-lession1-top .quiz-detail-wrap > .col-md-3{
		width: 100%;
	}
	.sec-lession1-top .quiz-detail-wrap > .col-md-9{
		width: 100%;
	}
	.list-menu-member li a{
		color: #000;
		border: 1px solid #e1e1e1;
	}
	.content-search .info-teach-less{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 980px){
	.menu-cources{
		top: 50px;
	}
	#header.sticky .header-top{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
	}
	.history-detail{
		padding: 10px 20px;
		margin: 10px 0;
	}
	.history-item-year{
		width: 33.33%;
	}
	.header-top{
		height: auto;
	}
	.header-search{
		float: left;
		width: 100%;
	}
	#header{
		height: auto;
		position: static;
	}
	main{
		padding-top: 0;
	}
	.infomation-teach{
		padding: 30px 0 10px;
	}
	.list-cat-body li a{
		height: 60px;
		padding: 20px 0;
		font-size: 12px;
	}
	.list-cat-body{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.sec-group-cources .list-cat-body{
		width: 100%;
	}
	.menu-cat-body{
		margin-top: 0;
	}
	.banner-home .banner{
		min-height: 100px;
	}
	.group-cources .slick-arrow{
		display: none !important;
	}
	.list-cources-sell li{
		padding: 10px;
	}
	.list-cources-sell, .list-trac-nghiem, .list-video-cources, .list-new-index, .profile-teach-info, .banner-sub-cources{
		margin-left: 0;
		margin-right: 0;
	}
	.banner-home{
		padding: 30px 0;
	}
}
@media screen and (max-width: 930px){
	#categoryviewmore-form.poppup{
		width: 90%;
		margin-top: 20px;
		margin-left: 5%;
	}
}
@media screen and (max-width: 768px){
	.custom-contest-btn{
		display: none !important;
	}
	.index-post_quiz .qz-result-pop .rs-actions .btn{
		height: 40px!important;
		line-height: 20px!important;
		width: 160px!important;
	}
	.index-post_quiz .mfp-auto-cursor .mfp-content{
		width: 100% !important;
	}
	.index-post_quiz .qz-result-pop{
		width: 100% !important;
	}
	.index-post_quiz .qz-result-pop .rs-score{
		font-size: 30px !important
	}
	.index-post_quiz .qz-result-pop .rs-share{
		font-size: 16px !important;
	}
	.index-post_quiz .qz-result-pop .rs-share .sns{
		padding: 0 !important;
		width: 30px !important;
		height: 30px !important;
	}
	.checkout-col> .left{
		width: 100%;
	}
	.checkout-col> .right{
		width: 100%;
	}
	.checkout-table table td{
		width: auto;
		display: block;
	}
	.checkout-table table th{
		display: none;
	}
	.checkout-table table td{
		padding-left: 10px;
	}
	.header-right #nav-right .img{
		width: 25px;
		height: 25px;
		margin-top: 0
	}
	.khoahoc-wrap{
		margin: 0;
	}
	.list-cources-sell, .list-trac-nghiem, .list-video-cources, .list-new-index{
		width: 100%;
	}
	.form-lession .form-row .lb, .form-lession .form-row .form-control, .form-lession .form-row .form-cnt, .input-daterange input.form-control, .input-daterange .addon, .thongke-summary .form-row .lb, .thongke-summary .form-row .form-control{
		width: 100%;
	}
	.input-daterange .addon{
		padding-top: 10px;
	}
	.form-lession .form-row .lb{
		padding: 0;
		padding-top: 5px;
	}
	.profile-pane .form-row .lb{
		padding: 0;
	}
	.group-input-info, .taikhoan-sections{
		padding: 5px;
	}
	.group-input-info .btn.primary-btn{
		margin: 0px;
	}
	.taikhoan-sections{
		padding: 5px;
	}
	.list-select li{
		margin-bottom: 10px;
		display: block;
	}
	.list-select li .title-part-child .title{
		font-size: 12px;
	}
	.list-name-page li{
		padding-left: 10px;
	}
	.list-name-page li a{
		font-size: 10px;
	}
	.list-name-page li a i{
		margin-right: 0;
	}
	 .khoahoc-cont .khoahoc-left-img {
        width: 100%;
        padding-right: 0
    }
    .khoahoc-cont .khoahoc-left-img img {
        display: block;
        margin: 0 auto
    }
    .khoahoc-cont .khoahoc-right-main {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px
    }
    .khoahoc-cont .khoahoc-left-side {
        width: 100%;
        padding-right: 0
    }
	.grind-video-ul > li{
		width: 50%;
	}
	.group-cources{
		padding: 20px 0;
	}
	.list-video-search .list-video li{
		padding: 10px;
	}
	.info-teach-less.exam{
		padding: unset;
	}
	.list-video-search .list-video li{
		width: 100%;
	}
	.profile-info{
		width: 100%;
	}
	.statistical{
		width: 100%;
	}
	.list-exam li{
		width: 100%;
	}
	.content-lession p.follow-video-big{
		width: 100%;
	}

	.follow-video> .left{
		width: 100%;
	}
	.follow-video> .right{
		width: 100%;
		margin-top: 5px;
	}

}
@media screen and (max-width: 650px){
	.index-useredit .wall-wrap .avatar-txt .lbfile{
		left: 100px;
		bottom: 10px;
	}
	.index-useredit .wall-avata-wrap{
		width: 100px;
		margin-top: -60px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.index-history .ip-search{
		float: left;
		margin-top: 10px;
	}
	.index-history .search-result-list .video-thumb-item .img{
		width: 125px;
	}
	.dl-param.has-input dt, .wall-body .left-tt{
		width: 100%;
	}
	.wall-body .right-cont{
		width: 100%;
	}

	.dl-param dd{
		padding-left: 0;
	}
	.hd-account .img img{
		margin-top: 3px;
	}
	.see-more.quiz-see-more{
		padding-left: 15px;
	}
.menu-cat-body.pad{
	margin-top: 0;
}
	.list-cources-page{
		margin: 0;
		  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.list-cources-page li{
		width: 50%;
	}
	.hd-account .sub-menu-wrap{
		width: 270px;
	}
	.quiz-thumb-item .info .title{
		font-size: 13px;
	}
	.list-menu-member{
		float: left;
		width: 100%;
		padding-bottom: 15px;
	}
	.list-menu-member li{
		padding: 5px;
	}
	.toggle-btn.toggle-left{
		padding: 5px 10px 0;
	}
	.header-top .logo{
		width: 80px;
		margin-left: 5px;
	}
	.header-search .icon-search{
		top: 15px;
	}
	.item-level-bot .number-tt{
		font-size: 20px;
		width: 8%;
	}
.item-level-bot .name, .item-level-bot .match-user span, .tf-right p span{
	font-size: 12px;
}
.item-level-bot .name-user{
	width: 60%;
}
.item-level-bot .match-user{
	float: right;
	font-size: 12px;
}
	.list-menu-ft > li:last-child{
		width: 100%;
	}
	.banner-sub-cources{
		margin-top: -40px;
	}
	.profile-teacher{
		padding: 30px 0;
	}
	.list-cat-body li{
		padding: 0 2px;
	}
	.list-cat-body li a{
		height: 35px;
		line-height: 15px;
		padding: 10px 0;
		font-weight: bold;
		font-size: 10px; 
	}
	.banner-home{
		padding: 0;
	}
	.banner-home .banner{
		border-radius: 0;
	}
	.imr-left, .table-right{
		margin-top: 30px;
	}
	.content-question{
		padding: 20px 20px 30px;
	}
	.group-move-page.top{
		top: 15px;
	}
	.group-move-page.bot{
		bottom: 15px;
	}
	.group-move-page{
		right: 20px;
	}
	.group-move-page a{
		width: 90px;
		padding: 8px 0;
		height: 25px;
		font-size: 10px;
		font-weight: bold;
	}

	.content-question .description iframe {
		height: 250px;
	}
	.header-search .fcontrol{
		height: 30px;
	}
	.header-top{
		padding: 5px;
	}
	.header-right{
		padding: 5px 0;
	}
	.header-left{
		max-width: 40%;
		padding: 5px 0;
	}
	.hd-course img{
		max-width: 25px;
		margin-top: 3px;
	}
	.hd-course, .hd-account{
		padding: 0 5px;
	}
	.name-account{
		font-size: 10px;
	}
	.sec-title .title{
		font-size: 24px;
	}
	.border-bot-title{
		margin: 10px 0 20px;
		transform: none;
	}
	.add-comment .fcontrol{
		padding: 15px 70px 15px 15px;
		height: 50px;
	}
	.btn-submit-cmt{
		font-size: 10px;
	}
	.list-tracnghiem-right{
		padding: 20px;
	}
	.btn-join-lession{
		right: unset;
		bottom: 0;
		top: unset;
		left: 10px;
	}
	.lession-content .content{
		padding: 15px 10px 70px;
	}
	.list-comment-bot > li{
		padding: 10px;
	}
	.item-comment-bot .img-avatar{
		width: 30px;
	}
	.group-level{
		padding-top: 30px;
	}
	.level-part:nth-child(2){
		margin-top: 0;
	}
	.level-part{
		width: 100%;
		padding: 30px;
	}
	.list-menu li a{
		font-size: 10px;
		padding: 0 5px;
	}
	.sec60{
		padding: 30px 0;
	}
	.list-wetoyou li{
		width: 100%;
	}
	.title-part-child .btn.primary-btn{
		margin-left: 15px;
	}
	.index-history .title-part-child .btn.primary-btn{
		margin-left: 0;
	}
	.history-item-year{
		width: 100%;
	}
	.avatar-teach .img{
		width: 280px;
		height: 280px;
	}
	.avatar-teach .img img{
		width: 180px;
		height: 180px;
	}	
	.item-stl .number-follow .number{
		font-size: 16px;
	}
	.item-stl .number-follow{
		padding-left: 10px;
	}
	.list-stl li{
		padding: 10px;
	}
	.part-banner-sub{
		width: 100%;
		margin: 10px 0;
	}
	.banner-home .banner-entry .title{
		font-size: 38px;
	}
	.banner-home .banner-entry{
		left: 20px;
	}
	.history-item-year .desc{
		padding: 10px 15px 15px;
	}
	.tool-us{
		columns: unset;
	}
}
@media screen and (max-width: 350px){
.header-top .logo{
	display: none;
}
}