@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');
:root {
    --main-color: #2F2E6D; 
}

col
body {
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: normal;
  	color: var(--main-color);
}
* {
  box-sizing: border-box;
	font-family: Prompt, sans-serif;  
}
.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

p {
	font-family: 'Prompt', sans-serif;
	font-size: 1em;
	color: #666;
	line-height: 1.7em;
}
label {
	font-weight: 400;
}
.fullwidth {
	width: 100% !important;
}
h1 {
	font-family: 'Prompt', sans-serif;
	font-size: 50px;
	line-height: 1.5em;
	color: var(--main-color);
}
h1 {
	font-family: 'Prompt', sans-serif;
	font-size: 38px;
	line-height: 1.5em;
	color: var(--main-color);
}
h3,
.big {
	font-family: 'Prompt', sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	color: var(--main-color);
}
h4,
.md {
	font-family: 'Prompt', sans-serif;
	font-size: 24px;
	line-height: 1.5em;
	color: #fff;
}
h5,
.sm {
	font-family: 'Prompt', sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	color: #11538c;
	font-weight: bold;
}

h6,
.xsm {
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
}

.page-control  {
	z-index: 4;
}

.page-control .page-info a {
	font-family: 'Prompt', sans-serif;
}
.sidebar-categories .widget ul li a {
	font-family: 'Prompt', sans-serif;
}
.form-check a:hover,
.info-instructor .fa:hover,
.info-instructor .icon:hover,
.sidebar-categories .widget ul li a:hover,
.text-success,
a:focus,
a:hover {
	color: var(--main-color);
}
.jumbotron {
	background-color: var(--main-color);
  	/* background-image: linear-gradient(to bottom, #f6822e, #f57d2b, #f57729, #f47226, #f36c24, #f26623, #f26022, #f15a21, #f05221, #f04a21, #ef4222, #ee3823); */
}

/********* COOKIE NOTICE **********/
.cookie-consent {
	background: var(--main-color);
	color: #f6fbf2;
	font-weight: 400;
	padding: 0.5em;
	position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 10;
}
.cookie-consent .cookie-consent__agree {
	border: 0px solid var(--main-color);
	color: var(--main-color);
	background: #f6fbf2;
	font-weight: 400;
}

/********* HEADER **********/
.jumbotron h2 {
	line-height: 1.5;
}

.jumbotron p {
	margin-bottom: 2em;
}
.container .left h2 {
	font-size: 3em;
	line-height: normal;
}
.container .left p {
	margin-bottom: 1em;
	line-height: normal;
}

/********* BUTTON **********/
.mc-btn,
.mc-btn-2,
.mc-btn-3,
.nav-tabs,
.video-course-intro .price,
.new-course .item h4,
.new-course .detail-course {
	font-family: 'Prompt', sans-serif;
}
/********* BUTTON **********/

/********* FORM LOGIN **********/
.form-login h2,
.form-item input,
.form-email input,
.form-password input,
.form-fullname input,
.form-firstname input,
.form-lastname input,
.form-location input,
.form-yourname input,
.form-yourmail input,
.form-phone input,
.form-datebirth input,
.form-check label,
.form-check a,
.form-login .link a,
.title-box,
.mc-item .ft-item .view-info,
.mc-item .ft-item .comment-info,
.content-bar li a,
.mc-item .ft-item .price {
	font-family: 'Prompt', sans-serif;
}
/********* FORM LOGIN **********/

@media (min-width: 979px) {
	.navbar-nav li:hover .dropdown-menu {
		border-top: 4px solid var(--main-color);
	}
}
.social-login li a:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.bg-sub-banner-course {
	background-color: rgba(74, 195, 170, 0.2);
}
.btn-success {
	background-color: #398200;
}
.btn-success:focus,
.btn-success:hover {
  /* background-color: var(--main-color); */
  opacity: 0.5;
}
.create-course-sidebar .list-bar .active,
.nav-tabs .tabs-hr {
	background-color: var(--main-color);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
	border: none;
	box-shadow: inset 0 -2px 0 var(--main-color);
	color: var(--main-color);
}
.btn-info {
	background: #CB4300;
}
.btn-primary,
.btn-primary:focus,
.btn-style-1,
.btn-style-1:focus,
.btn-style-3,
.btn-style-3:focus {
	color: #fff;
	background-color: var(--main-color);
}
[contenteditable].form-control:focus,
[type='email'].form-control:focus,
[type='password'].form-control:focus,
[type='tel'].form-control:focus,
[type='text'].form-control:focus,
input.form-control:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='text']:focus,
select,
select.form-control,
textarea.form-control,
textarea:focus {
	border: 1px solid var(--main-color);
	box-shadow: inset 0 -1px 0 var(--main-color);
}
.panel-primary {
	border-color: var(--main-color);
}
.panel-primary > .panel-heading {
	background-color: var(--main-color) !important;
	border-color: var(--main-color) !important;
}
.navbar-default .navbar-brand {
	color: var(--main-color) !important;
}
.btn-primary:hover,
.btn-style-1:hover,
.btn-style-2,
.btn-style-2:hover {
	color: #fff;
	background-color: var(--main-color);
	opacity: 0.5;
}
.big a:hover,
.md a:hover,
.message-body .list-message .ac-new .list-body .author span,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.sm,
.sm a:hover,
.tag-btn,
.video-course-intro .video-place .play-icon .fa,
.xsm a:hover,
h5 {
	color: var(--main-color);
}
.text-primary {
	color: var(--main-color) !important;
}
.mc-item .meta-categories,
.mc-section-3 .title-box:before {
	background-color: var(--main-color);
}
.tag-btn {
	border: 1px solid var(--main-color);
}
.checkbox-inline input[type='checkbox']:focus:after,
.checkbox input[type='checkbox']:focus:after,
.portlet-green,
.portlet-green > .portlet-heading,
input[type='checkbox']:focus:after {
	border-color: var(--main-color);
}
.section-outline .section-list li:hover .count {
	opacity: 0.5;
}
.section-outline .tit-section {
	background-color: var(--main-color);
}
.awe-overlay {
	background-color: rgba(74, 195, 170, 0.2);
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.sidebar-categories .widget ul .current:after,
.sidebar-categories .widget ul li:hover:after {
	background-color: var(--main-color);
}
.checkbox-inline input[type='checkbox']:checked:after,
.checkbox input[type='checkbox']:checked:after,
input[type='checkbox']:checked:after {
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.content-bar li.active a,
.content-bar li.current a,
.content-bar li:focus,
.content-bar li:hover,
.mc-item .ft-item .price,
.mc-item .name-author a,
.mc-item h4 a:hover,
.nav-tabs .tabs-hr,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:focus:hover,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.sidebar-categories .widget ul .current a,
.sidebar-categories .widget ul .current a:hover,
.video-course-intro .price,
a {
	color: var(--main-color);
}
.price s{
	color: #a6a6a6;
}
a.text-info:hover {
	color: #ffffff;
	opacity: 0.5;
}
.first-footer .widget ul li a:hover {
	opacity: 0.5;
}
.first-footer .news_letter {
	border-bottom: 4px solid var(--main-color);
}
.content-bar li a:hover {
	color: var(--main-color);
	border-bottom: 3px solid transparent;
}
.content-bar li.active a,
.content-bar li.current a,
.content-bar li:focus,
.content-bar li:hover {
	border-bottom-color: var(--main-color);
}
#footer {
	background-color: var(--main-color);
}

.btn-primary-outline {
	background: transparent;
	border: 1px solid var(--main-color);
	color: #fff;
}

/********* LOADER **********/
#loader {
	border-color: #f3f3f3;
  	border-top-color: var(--main-color);
}

#main-banner .background {
	background: linear-gradient(180deg,var(--main-color) 0%,var(--main-color) 70%);
}

#banner_cta_button {
	color: #fff;
	border-color:  var(--main-color);
	background-color:  var(--main-color);
}

#banner_cta_button:hover {
	opacity: 0.8;
	border-color:  #CB4300;
	background-color:  #CB4300;
}


#main-banner .main-icon-container {
	/* max-width: 350px; */
	background-image: url(/images/icon/dipoma_home_icon.svg);
}

#main_under_banner {
	background: #eee;
}

.main_title_2 > span em {
	background-color:  var(--main-color);
}

.top-category-panel:hover * {
	opacity: 0.8;
}

.top-category-panel:hover .top-category-category_text {
	color: #ffffff;
}

.top-category-panel-content .top-category-category_text p {
	color: #444444;
}

#main_recommend_course {
	background: #fff;
}

#about_us {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}

.about_us_map {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.btn_1, .btn_1 {
	color: #fff;
	background: var(--main-color);
}

#main_recommend_author {
	background: #eee;
	background: #f4f7f9;
}

/********* COURSE CARD **********/
.mc-item .meta-categories {
	font-family: inherit;
}
.mc-item h4 {
	font-family: Prompt, sans-serif;
	font-size: 0.9em;
}
.mc-item .image-heading .label-cer {
	background: var(--main-color);
}
.none-bg {
	background: none !important;
}
.mc-item .name-author {
	font-family: Prompt, sans-serif;
}
.mc-item .name-author a {
	color: #424141;
	font-weight: bold;
}
.progress-auth-percent {
	position: absolute;
	top: 0;
	right: 10px;
	width: 30%;
}
.progress-auth-percent label {
	font-size: 0.5em;
	font-weight: bold;
	margin: 0;
}
.progress-auth-percent .progress {
	height: 8px;
	border-radius: 4px;
}
.progress-auth-percent .progress-bar {
	background: #f0ad4e;
}
.progress-auth-percent .progress-bar-warning:last-child.progress-bar:before {
	background: #f5f5f5;
}

.count-down{
	color: var(--main-color);
}
.count-down.course-detail{
	background: #CB4300;
}

/********* SIDEBAR **********/
.sidebar-categories .inner .list-style-block .wrape-list-head {
	background: #CB4300;
}
.sidebar-categories .widget ul li:hover a {
	color: var(--main-color);
}
.sidebar-course-intro .widget a:hover,
.create-course-content .widget a:hover {
	background: var(--main-color);
	color: #ffffff;
}

/********* SIDEBAR TAGS **********/
#wid-tag a.tag-btn:hover,
li.current .tag-btn {
	background: var(--main-color);
}
#wid-tag .wrape-tags .tag-btn {
	border: 1px #FFFFFF solid;
}

.progress-bar {
	background: #00745D;
}

/********* CURRICULUM **********/
.create-course-section .panel-heading,
.create-course-section .panel-heading.success {
  background: var(--main-color);
}
.create-course-section .panel-heading h5{
  color: #ffffff;
}

.panel-title .pull-right a {
	color: #ffffff;
}

.create-course-section .panel-heading {
	color: #ffffff;
}

.create-course-sidebar .list-bar li {
	font-family: inherit;
}

#lesson-show .course-blog h5 {
	color: var(--main-color);
}

/********* FOOTER **********/
.copyright,
.first-footer .widget ul li,
.first-footer .widget span {
	font-family: inherit;
}

.video-course-intro .login-to-enroll {
	background: #CB4300;
}

.isDisabled {
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
}
.isDisabled > a {
	display: inline-block;  /* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}

/*.instructor-bio img {
	width: 100% !important;
}*/

.avatar {
	vertical-align: middle !important;
	border-radius: 50% !important;
}

@media screen and (max-width: 768px) {
	.coupon-info-tab{
		font-size: 10px;
	}
}
 
@media screen and (max-width: 1024px) {
	.coupon-info-tab{
		.font-size: 14px;
	}
}

.coupon-info-tab{
	background: var(--main-color);
    color: #ffffff;
    font-weight: 300;
    padding: 1em;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 10;
}

.box-coupon{
	background: #ffffff;
	color: var(--main-color);
	padding: 0.2em;
	border-radius: 5px;
}

s.price-full{
	font-size: 12px;
}

.text-about-us{
	font-size: 18px;
	margin: 0;
}

