body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: medium;
    color: #333;
    background-color: #455A64;
}
.container {
    margin: auto;
    max-width: 600px;
    background: #9d9f9c;
    box-shadow: inset 0px 10px 6px #9d9f9c;
}
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 h4 font {
    color: #00BCD4;
    font-weight: bold;
    cursor: pointer;
}
header > .ny-gioithieu h4 font:hover {
    color: #ffffff;
    font-weight: bold;
}
header > .ny-gioithieu h4 {
    text-align: center;
    padding: 10px;
    background: #455a64;
    /* color: #42a5f5; */
}
header > .ny-gioithieu .list-group-item .badge {
    background: #ffffff;
    color: #37474f;
    border: 2px solid #607d8b;
    box-shadow: 1px 2px 3px 0px #607d8b;
    text-shadow: 1px 0px #37474f;
    font-size: small;
}
header > .ny-gioithieu .list-group-item .badge:hover{
    background: #ffffff;
    color: #00BCD4;
    border: 2px solid #9d9f9c;
    box-shadow: 1px 2px 3px 0px #9d9f9c;
    text-shadow: 1px 0px #9d9f9c;
    font-size: small;
}
header > .ny-gioithieu .list-group {
    text-align: left;
    border-radius: 4px;
    /* box-shadow: -2px 0px 2px #e65100; */
}
/*MOD menu*/
header > .menu {
    list-style-type: none;
    text-align: center;
    background: white;
    padding: 0;
}
header > .menu a{
    text-decoration: none;
}
header > .menu li {
    background: #9d9f9c;
    padding: 5px;
    border: 1px solid #455a64;
    float: left;
}
header > .menu .home a {
    background: #455a64;
    color: #00BCD4;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    border: 2px solid #455a64;
    box-shadow: 0px 2px 2px 0px #455a64;
}
header > .menu .home a:hover {
    background: #455a64;
    color: #00BCD4;
}
header > .menu li a {
    background: #9d9f9c;
    color: #fff;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    border: 2px solid #9d9f9c;
    box-shadow: 0px 2px 2px 0px #9d9f9c;
}
header > .menu li a:hover{
    background: #455a64;
    color: #00BCD4;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    border: 2px solid #455a64;
    box-shadow: 0px 2px 2px 0px #455a64;
}
header ul li{
    cursor: pointer;
}

/*CSS phần section*/
section .ifnapthe {
    height: 800px;
    width: 100%;
    overflow: auto;
    border: 0px;
}
section h4 {
    color: #00BCD4;
    /* box-shadow: 0px 0px 2px 2px #FFEB3B; */
    background: #455a64;
    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: #096cb4;
    font-weight: bold;
}
footer > p > span{
    font-size: small;
    font-style: italic;
}