.primary {
    color: #C00;  <!-- C00 -->
}
section.home-banner .container .row .col8{
    background: #C00;
    height: 553px;
    margin-bottom: 83px;
}
section.welcome .browse-course {
    color: #C00;
    font-size: 16px;
}
.carousel-control span {
    background: #C00;
    width: 60px !important;
    height: 60px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.courses .course:hover a.btn {
    background: #C00;
}
.course .course-thumb .hover-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #C00;
    display: none;
}
.courses .card h3.title {
    background-color: #C00;
    color: #fff;
    padding: 15px;
    margin: 0;
}
.courses .card .card-footer .btn:not(.btn-double):hover {
    background-color: #C00;
}
.courses .card .btn-double .col-md-6:hover {
    background-color: #C00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.card h3.title {
    background-color: #C00;
    color: #fff;
    padding: 15px;
    margin: 0;
}
.card .card-footer .btn:not(.btn-double):hover {
    background-color: #C00;
}
.card .btn-double .col-md-6:hover {
    background-color: #C00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#user-menu .navbar li a:hover {
    background-color: #C00;
}
.course-page ul.nav-tabs li .course > div:first-child {
    background: #C00;
    text-align: center;
    padding: 10px;
}
.course-page ul.nav-tabs li .course > div p.title {
    line-height: 1.1em;
    color: #C00;
}
section.question-content .question-number .number{
    height: 37px;
    background-color: #C00;
    line-height: 37px;
    text-align: center;
    color: white;
}
section.question-content .question-controller button:hover {
    background: #C00;
    color: #fff;
}
.question-d section.question-content .question-number .number {
    height: 37px;
    background-color: #C00;
    line-height: 37px;
    text-align: center;
    color: white;
}
.question-e section.question-content .question-number .number {
    height: 37px;
    background-color: #C00;
    line-height: 37px;
    text-align: center;
    color: white;
}
.question-f section.question-content .number {
    height: 37px;
    background-color: #C00;
    line-height: 37px;
    text-align: center;
    color: white;
}
.search-result section.home-banner .container h2 {
    font-size: 50px;
    color: #C00;
    margin: 40px 0 50px 15px;
    display: inline-block;
}
.syllabus-topic {
	border:1px solid #C00;
	border-radius:5px;
}
.syllabus-topic-title {
	background:#C00;
	color:#FFF;
}
.syllabus-topic-description {
	background:#F0F0F0;
}
.syllabus-topic-description .title {
	color:#C00;
}
.syllabus-module-title {
	background:#706f6f;
	color:#FFF;
}
.syllabus-module-description {
	background:#F0F0F0;
}
.syllabus-module-description .title {
	color:#C00;
}
.syllabus-module-progress {
	background:#706f6f;
	color:#FFF;
}
section.question-content .carousel-indicators .active {
	background:#C00;
}
section.toeic h2 {
    display: inline-block;
    margin: 0;
    color: #C00;
    font-size: 30px;
}
.btn-danger {background-color:#C00;border:1px solid #C00}