*{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.mb-1.card {
    margin-bottom: 23px!important;
}

.card-body {
    color: #fff;
}

a.btn.btn-info.btn-block {
    background: none;
    border: none;
    transition: all ease 0.5s;
}

a.btn.btn-info.btn-block:active {
    box-shadow: none;
}

a.btn.btn-info:focus {
    box-shadow: none;
}

a.btn.btn-info.btn-block:active {
    background: none;
}

.mb-1.card {
    background: #e74c3c;
}

a.btn.btn-info.btn-block.collapsed {
    background: none;
    border: none;
    color: #fff;
    text-align: left;
}

a.btn.btn-info.btn-block.collapsed:active {
    border: none!important;
    background: none;
    box-shadow: none;
}

div#noidung {
    /*background: url(../images/baner2.jpg);*/
    /* background-position: 0px -84px; */
    /*padding: 50px 0;*/
    /*background-size: 100% 100%;*/
    /*background-blend-mode: multiply;*/
    /*background-color: #ffeb3b5e;*/
}

.orange {
    color: #f67210;
}

.bold {
    font-weight: 700;
}

div#banner {
	/*padding: 40px;*/
	background: url(../images/banner11.jpg);
	color: #fff;
	background-size: 100% 100%;
}
.yellow{
	/*color:#d6d706;*/
    color:#f1bb4f;
    margin: 0 0 15px 0;
    font-size: 21px;
    line-height: 25px;
}
ul.text-padding li{
    padding: 5px 0;
}
.wrap-banner {
    background: #ffffffa8;
    margin: 50px 0;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ffc107;
}
.wrap-banner h3 {
    margin: 0;
    font-size: 28px;
}
.wrap-banner h1 {
    margin: 20px 0 10px 0;
    color: #FFC107;
    text-shadow: 2px 2px 8px #3F51B5;
}
.wrap-banner h4 {
    font-style: italic;
}
.wrap-banner p {
    color: #000;
    font-weight: 500;
    margin: 20px 0;
    line-height: 25px;
}

#doituong ul{
	list-style: none;
}
#doituong li::before {
content: "*";
color: #ff9800;
display: inline-block;
width: 1em;
margin-left: -1em
}
.no-style li::before{
    content: "-"!important;
}
.red{
	color: red;
}
header ul.nav.navbar-nav.navbar-right a {
    color: #405e8c;
    font-weight: bold !important;
}
.panel-body ul {
    padding-left: 30px;
}
h4.panel-title a {
    text-decoration: none;
    display: block;
    color: #577ca8;
}
.panel.panel-default {
    margin-bottom: 20px;
}
.panel-default>.panel-heading {
    background-color: #ffffff;
}