.form-group {overflow: hidden;}
#intro-head {
    background: #0073aa;
    color: #fff;
    padding: 30px 0px;
}
#intro-head h1.course-title {
    font-size: 36px;
    color: #fff;
}
#intro-head .course-desc {
    font-size: 19px;
}
#intro-head .mentor {
    color: #fff;
}

/*bạn nhận được gì*/
.intro-body {
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}
.info {
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin-bottom: 20px;*/
}
.info h3, .info h2 {
	margin-top: 10px;
}
.info-head h3 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: normal;
    
}
.info.highlight {
    background-color: #f9f9f9;
    border: 1px solid #dedfe0;
    padding-left: 15px;
    padding-right: 15px;
}
#course-value ul {
    padding: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}


#course-value li {
    position: relative;
    width: 45%;
    margin-bottom: 15px;
    padding-left: 25px;
    align-items: center;
    font-size: 16px;
}

.order-fixed {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 10000;
    background: #f12729;
    width: 100%;
    text-align: center;
    padding: 2px 0px;
}
.order-fixed a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 5px 0px;
    font-weight: bold;
}
.bg-danger {
    background-color: #dc3545!important;
}
@media (min-width: 769px){
    .d-md-none {
        display: none!important;
    }
}

/*học thử*/
.lecture-item {
    /* display: flex; */
    padding: 10px 30px 10px 12px;
    background-color: #fff;
    border: 1px solid #e8e9eb;
    border-top: none;
    color: #686f7a;
    position: relative;
}
ul.list-lecture .lecture-item .lecture-info {
    display: flex;
    justify-content: space-between;
}
ul.list-lecture .lecture-item .lecture-title {
    color: #505763;
    font-size: 14px;
}
.preview-trial {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 2px 10px;
}
.lecture-item .fa_play_circle {color:#ff0000; }

/*end học thử*/
/*ai là người phù hợp*/

.info.list-audience ul li {
    position: relative;
    padding: 5px 10px 5px 25px;
}


.panel-title {
  position: relative; font-weight: bold;
}
.panel-body {padding: 0px;}
.panel-body .lecture-item {
    border: 1px solid #fff;
}

/*.panel-title::after {
    content: "\f107";
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}*/

/*end ai là người phù hợp*/
.info-order {
    border: 1px solid #ddd;
    padding: 20px 25px;
}
.course-fee {
    display: flex;
    align-items: center;
}
.course-fee .new-fee {
    font-size: 36px;
    padding-right: 20px;
    font-weight: 700;
}
.course-fee .old-fee {
    font-size: 18px;
    text-decoration: line-through;
}
#purchase-submit:hover {
    background: #92090d;
}
#purchase-submit {
    display: block;
    font-size: 15px;
    color: #ffffff;
    font-family: "Roboto Medium";
    text-transform: uppercase;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #f12729;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    line-height: normal;
    text-align: center;
}
.money-back {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
ul#course-includes li {
    position: relative;
    padding: 2px 10px 2px 5px;
    font-size: 14px;
}
@media (min-width: 768px){
    .fixed1 {
     top: 80px;
     width: 350px;
     position: fixed;
     z-index: 9999 !important;
     background: #fff;
 }
}

#course-value li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    top: 0;
    left: 0;
    font-weight: 900;
    color: #1db90a;
    font-size: 16px;
}
.info.list-audience ul li:before {
    content: '\f192';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    left: 0;
    font-size: 14px;
    color: #ff0000;
}

.text-content ul {
	margin-left: 25px;
	list-style-type: disc;
}
