@media only screen and (min-width: 768px) {
	#menu-main-top {
		-webkit-transition: all 1.2s ease;
		  -moz-transition: all 1.2s ease;
		  -o-transition: all 1.2s ease;
		  transition: all 1.2s ease;
		  padding-top: 9px;
		  padding-bottom: 3px;
	}
	#menu-main-top.scroll-top {
		width: 100%;
	    position: fixed;
	    left: 0;
	    top: 0;
	    background-color: #fff;
	    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
		-o-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
	    -moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
  		box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
	    z-index: 999;
	}
	#menu-main-top.scroll-top .logo-site img {
		height: 75px;
	}
	#menu-main-top .logo-site img {
		-webkit-transition: all .7s ease;
		  -moz-transition: all .7s ease;
		  -o-transition: all .7s ease;
		  transition: all .7s ease;
	}
	#menu-main-top.scroll-top .header-hotline span.label-item {
		font-size: 16px;
	}
	#menu-main-top.scroll-top .header-hotline a.phone-number{
		font-size: 18px;
	}
}
@media only screen and (max-width: 991.98px){
	.page-home .section-banner .item {
    	margin-top: 75px;
	}
}

.gallery-course div.list-group a.list-group-item {
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gallery-course div.list-group.active a.list-group-item {
	background: -webkit-linear-gradient(left, #dd2b48 50%, #f56d27);
	background: -o-linear-gradient(left, #dd2b48 50%, #f56d27);
	background: linear-gradient(to right, #dd2b48 50%, #f56d27);
	color: #fff;
}
.gallery-course div.list-group.active a.list-group-item .f-size h5 {
	color: #fff!important;
}
.gallery-course div.list-group ul.list-course {
	width: calc(100% - 5%);
	list-style: none;
	opacity: 0;
	position: absolute;
	display: none;
	background-color: #fff;
	-webkit-transition: all .7s ease;
		  -moz-transition: all .7s ease;
		  -o-transition: all .7s ease;
		  transition: all .7s ease;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.gallery-course div.list-group ul.list-course.show {
	opacity: 1;
	display: block;
	z-index: 99;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
		-o-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
	    -moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
  		box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
}
.gallery-course div.list-group ul.list-course li.close-li-course-item i {
	position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.gallery-course div.list-group ul.list-course li.li-course-item {
	padding-left: 25px;
	padding-top: 12.5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom: 1px solid #efefef;
	display: flex;
}
.gallery-course div.list-group.list-group-course {
	display: block;
	width: 100%;
}
.gallery-course div.list-group ul.list-course li.li-course-item.pay-course {
	margin-top: 15px;
	border-bottom: none;
}
.gallery-course div.list-group ul.list-course li.li-course-item.pay-course a.btn-pay-course {
	background: -webkit-linear-gradient(left, #dd2b48 50%, #f56d27);
	background: -o-linear-gradient(left, #dd2b48 50%, #f56d27);
	background: linear-gradient(to right, #dd2b48 50%, #f56d27);
	color: #fff;
	padding: 7.5px 25px;
	outline: none;
	border: none;
	border-radius: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	opacity: 1;
}
.gallery-course div.list-group ul.list-course li.li-course-item.pay-course a.btn-pay-course.disabled {
	pointer-events: none;
	cursor: no-drop;
	opacity: 0.5;
}
.gallery-course div.list-group ul.list-course li.li-course-item label {
  color: #444543;
  font-weight: 500;
  cursor: pointer;
  padding-left: 12.5px;
  line-height: 16px;
    letter-spacing: 0.26px;
      font-size: 14px;
      margin-top: 8px;
      font-family: Nunito;
      transform: translateY(-5px);
}
.gallery-course div.list-group ul.list-course li.li-course-item input[type='checkbox'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: #000;
  height: 20px;
  min-width: 20px;
  border: none;
  color: #fff;
}
.gallery-course div.list-group ul.list-course li.li-course-item input[type='checkbox']:checked {
  background: -webkit-linear-gradient(left, #dd2b48 50%, #f56d27);
	background: -o-linear-gradient(left, #dd2b48 50%, #f56d27);
	background: linear-gradient(to right, #dd2b48 50%, #f56d27);
}
.gallery-course div.list-group ul.list-course li.li-course-item input[type='checkbox']:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  font-size: 11px;
  position: absolute;
  left: 34px;
  margin-top: 2.5px;
}

ul.list-sub-courses {
	list-style: none;
	margin-top: 5px;
	font-size: 14px;
}
ul.list-sub-courses li.item-sub-course{
	margin: 5px 0;
}
ul.list-sub-courses li.item-sub-course a{
	color: #000;
}

/*single-khoahoc*/
.online-course-detail .section-banner {
	background: linear-gradient(to left,#dd2b48 50%,#f56d27);
	min-height: 300px;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.online-course-detail .section-banner .breadcrumb-course {
	display: inline-flex;
}
.online-course-detail .section-banner .breadcrumb-course p {
	margin-right: 20px;
	font-weight: 500;
}
.online-course-detail .section-banner .breadcrumb-course p a {
	color: #fff;
}
.online-course-detail .section-banner .breadcrumb-course p:nth-child(1)::after,.online-course-detail .section-banner .breadcrumb-course p:nth-child(2)::after {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: 600;
	margin-left: 15px;
}
.online-course-detail .section-banner h1 {
	font-size: 48px;
	margin-top: 30px;
	margin-bottom: 75px;
}
.online-course-detail .section-banner .list-info-item * {
	font-size: 14px;
	color: #fff;
	align-items: center;
}
.online-course-detail .section-banner .list-info-item .item-1 img {
	border-radius: 50%;
	width: 45px;
	height: 45px;
}
.online-course-detail .section-banner .list-info-item .item-2, .online-course-detail .section-banner .list-info-item .item-3 {
	padding: 0;
}
.online-course-detail .section-banner .list-info-item .item-2::before{
	content: "\f274";
	font-family: FontAwesome;
}
.online-course-detail .section-banner .list-info-item .item-3::before{
	content: "\f017";
	font-family: FontAwesome;
}
.online-course-detail .section-about .course-content .content-course-info {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding: 20px;
}
.online-course-detail .section-about .course-content .content-course-info .note {
	color: #993300;
	font-weight: 600;
}
.online-course-detail .section-about .action-pay {
	border: 1px solid #ebebeb;
	border-radius: 7px;
	height: 100%;
	padding: 0;
	background-color: #fff;
}
.single-khoahoc .online-course-detail .section-about .action-pay img{
	width: 100%;
	height: 320px;
	margin-bottom: 30px;
}
.online-course-detail .section-about .action-pay .info-pay, .online-course-detail .section-about .action-pay .description-action {
	padding-left: 15px;
	padding-right: 15px;
}
.online-course-detail .section-about .action-pay .info-pay .price {
	color: #e01776;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 30px;
}
.online-course-detail .section-about .action-pay .info-pay .buy-khoa-hoc {
	display: inline-flex;
}
.online-course-detail .section-about .action-pay .info-pay .buy-khoa-hoc .btn-insert-cart, .online-course-detail .section-about .action-pay .info-pay .buy-khoa-hoc .btn-insert-pay {
	border-radius: 3.5px;
	padding: 10px 20px;
}
.online-course-detail .section-about .action-pay .info-pay .buy-khoa-hoc .btn-insert-cart {
	background: #fff;
	border: 1px solid #707070;
	color: #333333;
	margin-right: 10px;
	transition: all .5s;
}
.online-course-detail .section-about .action-pay .info-pay .buy-khoa-hoc .btn-insert-cart:hover {
	background: linear-gradient(to left,#dd2b48 50%,#f56d27);
	color: #fff;
}
.online-course-detail .section-about .action-pay .info-pay .buy-khoa-hoc .btn-insert-cart h6 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}
.online-course-detail .section-about .action-pay .info-pay .buy-khoa-hoc .btn-insert-cart p {
	font-size: 11px;
	margin-bottom: 0;
	color: #c1c1c1;
}
.page.page-template-online_courses .miss-lan-website .online-courses .course-item a.card .card-icon {
	height: 300px;
}

@media only screen and (min-width: 768px) {
	.online-course-detail .section-about .action-pay {
		transform: translateY(-110px);
		background-color: #fff;
	}
}

@media only screen and (max-width: 767px) {
	.online-course-detail .section-about .action-pay {
		margin-top: 40px;
		transform: translateY(0);
		background-color: #fff;
	}
	.online-course-detail .section-banner h1 {
		font-size: 27px;
	}
	.online-course-detail .section-banner .list-info-item * {
		margin: 10px 0;
	}
	.online-course-detail .section-banner .breadcrumb-course p {
		margin-right: 10px;
	}
}

/*cart*/
@media only screen and (max-width: 767px) {
	.course-checkout .course-list li.li-course .item .item-1 img {
		height: 200px;
	}
}
.course-checkout .course-list div.dv-course{
	margin-top: 30px;
}
.course-checkout .course-list ul.ul-course{
	list-style-type: none;
	padding: 0;
}
.course-checkout .course-list li.li-course{
	border-radius: 10px;
	border: 1px solid #ebebeb;
	padding: 12.5px;
	margin-bottom: 10px;
}
.course-checkout .course-list li.li-course .item .item-1 img {
	height: 100px;
	width: 100%;
}
.course-checkout .course-list li.li-course .item .item-2 p:nth-child(1) {
	color: #252525;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.course-checkout .course-list li.li-course .item .item-2 p:nth-child(2) {
	color: #a3a3a3;
	text-transform: capitalize;
	font-size: 14px;
}
.course-checkout .course-list li.li-course .item .item-3 p {
	color: #e01776;
	font-size: 16px;
	font-weight: 600;
}
.course-checkout .course-list li.li-course .item .item-4 span {
	cursor: pointer;
}
.course-checkout .course-list li.li-course .item .item-4 span::before {
	content: "\f1f8";
	font-family: FontAwesome;
}
li.li-course .item .item-2, li.li-course .item .item-3, li.li-course .item .item-4 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.course-checkout h2.count-cart {
	color: #252525;
	font-weight: bold;
	font-size: 24px;
}
.course-checkout h2.count-cart span {
	font-size: 16px;
	font-weight: 400;
}
.course-checkout .course-action {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 30px 15px;
	margin-top: 50px;
	max-height: 100%;
}
.course-checkout .course-action .info-action h3.title {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #252525;
	font-weight: bold;
	margin-bottom: 35px;
}
.course-action .info-action .btn-continue-pay {
	width: 100%;
	text-align: center;
	border-radius: 3.5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.course-action .info-action .temp-price, .course-action .info-action .money-price, .course-action .info-action .sale-combo-price, .course-action .info-action .coupon-price, .course-action .info-action .total-price {
	display: flex;
}
.course-action .info-action .coupon-price.hidden {
	display: none;
}
.course-action .info-action .temp-price .text, .course-action .info-action .coupon-price .text, .course-action .info-action .total-price .text {
	width: 70%;
	left: 0;
}
.course-action .info-action .total-price {
	margin-top: 25px;
}
.course-action .info-action .total-price .text {
	color: #252525;
	font-size: 16px;
	text-align: left;
	font-weight: 600;
}
.course-action .info-action .temp-price .text, .course-action .info-action .money-price .text, .course-action .info-action .sale-combo-price .text, .course-action .info-action .coupon-price .text {
	color: #a8a7a7;
	font-size: 16px;
	text-align: left;
	font-weight: 600;
}
.course-action .info-action .sale-combo-price .text, .course-action .info-action .money-price .text {
	width: 50%;
	text-align: left;
	color: #a8a7a7;
}
.course-action .info-action .temp-price .price, .course-action .info-action .money-price .price, .course-action .info-action .total-price .price, .course-action .info-action .sale-combo-price .price, .course-action .info-action .coupon-price .price {
	color: #e01776;
	font-size: 16px;
	font-weight: 600;
}
.course-action .info-action .sale-combo-price .rev-price,.course-action .info-action .money-price .rev-price {
	color: #a8a7a7;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.course-action .info-action .temp-price .price, .course-action .info-action .money-price .price, .course-action .info-action .total-price .price, .course-action .info-action .sale-combo-price .price, .course-action .info-action .coupon-price .price {
	text-align: right;
}
.course-action .info-action .temp-price .price, .course-action .info-action .money-price .price, .course-action .info-action .total-price .price, .course-action .info-action .coupon-price .price {
	width: 30%;
}
.course-action .info-action .sale-combo-price .rev-price, .course-action .info-action .money-price .rev-price {
	width: 25%;
}
.course-action .info-action .sale-combo-price .price, .course-action .info-action .money-price .price {
	width: 25%;
}
.course-action .sale-action .title {
	text-align: right;
	font-size: 16px;
	color: #f56d28;
	font-weight: 500;
	width: 100%;
}
.course-action .sale-action a.ttdh-btn {
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
}
.course-action .description-action {
	margin-top: 40px;
}
.course-action .description-action ul {
  	list-style-type: none;
  	padding-left: 30px;
}
.course-action .description-action ul li {
	margin: 15px 0 15px 10px;
}
.course-action.action-pay .description-action ul li {
	margin: 15px 0 15px 20px;
}
.course-action .description-action ul li::before {
	content: '';
	width: 15px;
    height: 15px;
    left: 40px;
	position: absolute;
  	background-image: url('../images/icon-list-item-prod.png');
	background-repeat: no-repeat;
	background-size: cover;
}



/*checkout2*/
@media only screen and (max-width: 767px) {
	.choose-checkout .checkout-left {
		padding-right: auto;
	}
	.choose-checkout .checkout-right {
		padding-left: auto;
	}
	.choose-checkout .checkout-left {
		padding-right: 15px!important;
	}
}
.choose-checkout .list-choose {
	margin-top: 25px;
	padding: 0 15px;
}
.choose-checkout .choose {
	height: auto!important;
}
.choose-checkout .checkout-left {
	padding-right: 30px;
}
.choose-checkout .choose h2 {
	font-size: 16px!important;
	font-weight: 700;
}
.choose-checkout .choose .text-intro {
	font-size: 13px;
	line-height: 20px;
	margin-top: 3px;
}
.choose-checkout .choose .padding-left-10 {
	padding-left: 10px;
	padding-right: 0;
}

.choose-checkout .content-choose {
	margin-top: 50px;
}
.choose-checkout .sub-choose.content-choose .checkout-form .choose,
.choose-checkout .sub-choose.content-choose .checkout-form .choose.checked,
.choose-checkout .sub-choose.content-choose .checkout-form .choose:hover {
	border: none;
}
.choose-checkout .content-choose .checkout-form {
	border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px;
}
.choose-checkout .course-action .sale-action .row-action-check-coupon {
	border-radius: 5px;
	margin-bottom: 0px;
	height: 48px;
}
.choose-checkout .course-action .sale-action .btn-action-check-coupon {
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #fff;
	color: #222;
	border: 1px solid #ebebeb;
}
.choose-checkout .course-action .sale-action .btn-action-check-coupon:hover {
	color: #fff;
}
.choose-checkout .course-action .sale-action .input-action-check-coupon {
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #ebebeb;
	border-right: none;
}
.choose-checkout .course-action .sale-action .alert-coupon-action-check-coupon {
	margin: 5px!important;
}
.choose-checkout .course-action .sale-action .alert-coupon-action-check-coupon .error_coupon {
	background: transparent;
	color: #ea4340;
	border-radius: 0!important;
	font-size: 13px!important;
}
.choose-checkout .course-action .description-action.checkout-2 {
	margin-top: 10px
}

.checkout-right.course-action .info-action h3.title {
	margin-bottom: 15px;
}
.checkout-right.course-action .list-course-checkout2  ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 30px;
}
.checkout-right.course-action .list-course-checkout2 ul li{
	padding: 20px 0;
	border-bottom: 1px solid #ebebeb;
	display: flex;
}
.checkout-right.course-action .list-course-checkout2 ul li .name {
	font-size: 16px;
	padding-left: 0;
}
.checkout-right.course-action .list-course-checkout2 ul li .price {
	text-align: right;
	font-weight: 500;
}

.sub-choose.content-choose .choose {
	min-height: 0;
}
.checkout-left .cs-row input:not(:placeholder-shown) {
  background-color: #e01776;
  color: #fff;
}
.checkout-left .cs-row {
	margin-bottom: 20px;
}
.checkout-left .cs-row.is-focus input.cs-input {
  color: #000;
}
.checkout-left .cs-row input.cs-input.is-invalid {
  background-color: #e01776;
  color: #fff;
}
.checkout-left .cs-row input:placeholder-shown {
  background-color: #fff;
}
.checkout-left .cs-row.sl-checkout select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding: 10px 15px;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background-color: #ebebeb;
	letter-spacing: 2px;
}
.checkout-left .cs-row.sl-checkout select.is-invalid {
	background-color: #ebebeb!important;
	color: #000!important;
}
.checkout-left .cs-row.sl-checkout::after {
	content: "\f107";
	font-family: FontAwesome;
    position: absolute;
    right: 35px;
    top: 10px;
    color: #7c7c7c;
    font-size: 24px;
    width: 0;
    height: 0;
}
/*override*/
.list-group-course .list-group-item:last-child {
	margin-bottom: 0!important;
}
.header-left .top-bar {
	margin-top: 10px;
}
.header-left .top-bar .btn-cart-header {
	border: none;
	outline: none;
	background: #fff;
	border: 1px solid #e01776;
	color: #e01776;
	cursor: pointer;
	padding-left: 40px;
	text-transform: uppercase;
	color: #e01776;
	margin-right: 10px;
}
.header-left .top-bar .btn-cart-header .badge-count-cart {
	border-radius: 50%;
	color: #fff;
	background: #e01776;
}
.header-left .top-bar .btn-cart-header a:hover {
	color: #e01776;
}
.header-left .top-bar .btn-cart-header::before{
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
  	background-image: url('../images/icon-cart-small.png');
  	width: 20px;
    height: 15px;
    transform: translate(-25px, 3px);
}
#form-checkout .is-invalid {
	background-color: #fff;
}
.is-homepage .top-bar a.menu-item {
	color: #000!important;
}
.miss-lan-website.is-homepage .top-bar .menu-item a {
	color: #000!important;
}
.header-left .top-bar {
	display: block
}

#cart-small #cartsmall {
	list-style-type: none;
	padding-left: 0;
}
#cart-small #cartsmall li.item-cart:last-child {
	border-bottom: none;
}
#cart-small #cartsmall li.item-cart {
	border-bottom: 1px solid #eee;
	padding: 10px;
}
#cart-small #cartsmall .item-1 img {
	border-radius: 50%;
}
#cart-small #cartsmall .item-2 {
	padding-top: 10px;
	font-size: 15px;
}
#cart-small #cartsmall .item-3, #cart-small #cartsmall .item-4 {
	padding-top: 10px;
	font-size: 13px;
}
#cart-small #cartsmall .item-4 .remove-item-cart-header {
	cursor: pointer;
}
#cart-small p.total {
	width: 100%;
}
#cart-small #paycart {
	background: #e01776;
	color: #fff;
	border: none;
	outline: none;
}
#cart-small #paycart a, #cart-small #paycart a:hover {
	color: #fff;
}
#form-checkout input.invalid {
    border-color: #DD2C00;
}
#menu-main-menu .menu-item a {
    color: #1e1e1e!important;
}