/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
   .thong_tin_khoa_hoc .course-prop{
   display: flex;
    align-items: center;
    margin-bottom: 12px;
   }
   .thong_tin_khoa_hoc .course-prop img{
	width: 40px;
    margin-right: 12px;
	}
     .thong_tin_khoa_hoc .prop-wrap{text-align: left}
	 .thong_tin_khoa_hoc .prop-wrap .prop-value span{
		 font-weight: bold;
		 color: #ff6e41;
	 } 
 .thong_tin_khoa_hoc .prop-wrap.chung_chi .prop-value span{
	background: #ff6e41;
    color: #fff;
	font-size:20px;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 5px;
	margin-bottom: 5px
	text-transform: capitalize;
	
}
.prop-label {
    color: #808080;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
blockquote {
    position: relative;
    font-size: 18px;
    margin: 0 0 2px;
    padding: 10px 20px !important;
    font-style: normal;
	font-weight: 400;
    color: #333;
    border-left: 4px solid #ff6e41;
    background: rgba(56, 167, 255, 0.10);
    border-radius: 8px;
    letter-spacing: 0px;
}
blockquote, p {
    margin-bottom: 0.5em;
}