body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: medium;
    color: #ffffff;
    background-color: #793636;
}
.container {
    margin: auto;
    max-width: 600px;
    background: #3E2723;
    /* box-shadow: inset 0px 10px 6px #ffeb3b; */
}
header,section,footer{
    clear: both;
}

/*CSS phần header*/
header > .ny-banner img {
    width: 100%;
    padding: 10px;
}
header > .ny-gioithieu {
    clear: both;
    padding-top: 2px;
}
header > .ny-gioithieu .list-group .list-group-item font {
    font-weight: bold;
    color: red;
}
header > .ny-gioithieu h4 span {
    color: #000000;
    font-weight: bold;
}
header > .ny-gioithieu h4 font {
    color: #000000;
    font-weight: bold;
}
header > .ny-gioithieu h4 font:hover{
    color: red;
}
header > .ny-gioithieu h4 {
    /* text-align: left; */
    padding: 10px;
    background: #793636;
    text-align: center;
    border-right: 2px solid #795548;
    border-bottom: 2px solid #795548;
    border-left: 2px solid #795548;
    box-shadow: 0px 2px 2px 0px #795548;
    border-top: 2px solid #795548;
}
header > .ny-gioithieu h4:hover{
    background: white;
}
header > .ny-gioithieu .list-group-item .badge {
    background: #ffffff;
    color: red;
    border: 2px solid #793636;
    box-shadow: 1px 2px 3px 0px #793636;
    text-shadow: 1px 0px #793636;
    font-size: small;
}
header > .ny-gioithieu .list-group-item .badge:hover {
    background: red;
    color: #ffffff;
    border: 2px solid #F44336;
    box-shadow: 1px 2px 3px 0px #000000;
    text-shadow: 1px 0px #ffffff;
    font-size: small;
}
header > .ny-gioithieu .list-group {
    text-align: left;
    border-radius: 4px;
    /* box-shadow: -2px 0px 2px #ff9800; */
    color: black;
    /* background: red; */
}
header > .ny-gioithieu .list-group .list-group-item b{
    color: red;
    font-weight: bolder;
}
/*MOD menu*/
header > .menu {
    list-style-type: none;
    text-align: center;
    box-shadow: 2px 0px #9E9E9E;
    border-right: 2px solid #9E9E9E;
    padding: 0;
    border-left: 4px solid #9E9E9E;
}
header > .menu .home {
    background: #793636;
    padding: 5px;
    border: 1px solid #3e2723;
    /* float: left; */
    text-align: center;
}header > .menu .home:hover {
    background: #793636;
}
header > .menu a{
    text-decoration: none;
}
header > .menu li {
    background: #793636;
    padding: 5px;
    border: 1px solid #3e2723;
    /* float: left; */
    text-align: center;
}
header > .menu li:hover {
    background: #9E9E9E;
}
header > .menu .home a {
    background: #793636;
    color: black;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    /* border: 2px solid red; */
    /* box-shadow: 0px 2px 2px 0px red; */
}
header > .menu .home a:hover{
    background: #793636;
    color: black;
}

header > .menu li a {
    background: #793636;
    color: #F44336;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    /* border: 2px solid #793636; */
    /* box-shadow: 0px 2px 2px 0px #793636; */
}
header > .menu li a:hover {
    background: #9E9E9E;
    color: #793636;
}

/*CSS phần section*/
section .ifnapthe {
    height: 800px;
    width: 100%;
    overflow: auto;
    border: 0px;
}
section h4 {
    color: black;
    /* box-shadow: 0px 0px 2px 2px #FFEB3B; */
    background: #793636;
    font-weight: bold;
    /* text-shadow: 5px 3px 5px black; */
    padding: 10px;
}
section .my-danhmuc h4 img {
    width: auto;
    height: 30px;
}
section .ifthongke {
    width: 100%;
    height: 700px;
    border: 0;
    overflow: auto;
}
section .label-danger {
    background-color: #7e57c2;
}
/*CSS phần footer*/
footer iframe {
    width: 100%;
    height: 50px;
    border: 0;
}
footer p {
    text-align: center;
    color: white;
}
footer > p > span{
    font-size: small;
    font-style: italic;
}