@charset "utf-8";
#div_header {
	height: 120px;
	background-color: #E3F2FD;

}
#div_header a {
    color: #0D6EFD;
}
#div_header a:hover  {
    color: #DC3545;
}
#div_footer {
    height: 60px;
}
.navbar {/* khắc phục lỗi menu navbar khi show ra bị che khuất*/
    position: relative;
    z-index: 1050;
}
.span_maudo {
    color: #FF0004;
}
.span_mauxanh {
    color: #0054FF;
}
.span_maudo_underline {
    color: #FF0004;
    text-decoration: underline;
}
.span_maudo_underline_italic {
    color: #FF0004;
    text-decoration: underline;
    font-style: italic;
}
.span_maudo_italic {
    color: #FF0004;
    font-style: italic;
}
.span_maudo_bold {
    color: #FF0004;
    font-weight: bold;
}
.span_mauxanh_bold {
    color: #0054FF;
    font-weight: bold;
}
.span_font_small {
    font-size: 10px;
}
a {
    color: #0D6EFD;
}
a:hover {
    color: #DC3545;
}


.bg-hh {
    /* Đường dẫn đến hình ảnh */
    background-image: url(../images/hoahong2.jpg);
    /* Định dạng kích thước hình ảnh */
    background-size: cover;
    /* Định dạng vị trí hình ảnh */
    background-position: center center;
    /* Định dạng phủ hình ảnh lên toàn bộ trang */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Độ mờ của hình ảnh */
    opacity: 0.5;
    /* Layer của hình ảnh nền */
    z-index: -1;    
}
