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

.box-white {
    margin-top: 20px;
}

h3.yellow {
    color: #ffd200;
}

.box-white {
    background: rgba(0,0,0,0.6);
    color:  #fff;
    padding: 20px;
}

div#banner2 {
    background: url(../images/banner.jpg);
    background-size:  cover;
}

.panel-body {
    background: #f39c12;
    color: #fff;
}

#noidung .panel-heading {
    background: url(../images/bg.jpg);
    color: #fff;
}

div#banner {
    background: url(../images/banner2.jpg);
    background-size: cover;
}
.nopad{
	padding: 0px;
}
.text-white{
	color: #fff;
}
.btn-dk{
	transition:  all ease 0.5s;
	background: #ffd200;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 2em;
	border-radius: 0%;
	border: none;
	-webkit-box-shadow: 10px 6px 49px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 6px 49px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 6px 49px 0px rgba(0,0,0,0.75);
}

a.btn.btn-default.btn-dk:hover {
    -webkit-box-shadow: 10px 6px 27px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 6px 27px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 6px 27px 0px rgba(0,0,0,0.75);
    background:  #ffd200;
}
.text-title{
	text-transform: uppercase;
	color: #003ba8;
	font-weight: 800;
}
.bolder{
	font-weight: 800;
}
strong{
	font-weight: 500;
}
.bold1{
	font-weight: 800;
}
.bold2{
	font-weight: 800;
}
.time{
	font-size: 1.5em;
}
.bg-yellow{
	background: #ffd200;
}
.bg-lar{
	background: url(../images/bg2.png) no-repeat;
	background-position: 100% 100%;
	background-size: 300px;
}