body {
    font-family: 'Noto Sans', sans-serif;
    font-size: medium;
    background: white;
    text-align: justify;
    padding: 10px;
}
.container {
    margin: auto;
    padding: 10px;
    max-width: 600px;
    background: #ffe0b2;
    border-left: 5px solid #ffa300;
    box-shadow: -2px 0px 1px -1px #E65100;
}
a,a:hover{
    text-decoration: none;
}
header > ul .home {
    font-size: larger;
    font-family: 'Exo 2';
    text-align: center;
    background: #fa8305;
    text-shadow: 0px 3px 3px black;
    float: none;
    border-radius: 10px;
}
header > ul{ 
    padding: 0px;
}
header > ul li {
    list-style-type: none;
    float: left;
    margin: 5px;
    background: #fa8305;
    padding: 5px;
    font-weight: bold;
    border-radius: 10px;
}
header > ul li a{
    color: #301705;
    font-weight: bold;
    text-decoration: none;
}
header > ul li a:hover{
    color: black;
}
.ny-gioithieu{
    clear: both;
}
.ny-gioithieu h4 {
    text-align: center;
    font-weight: bold;
    color: black;
}
header .ny-banner img {
    width: 100%;
}
section .ifnapthe {
    width: 100%;
    height: 800px;
    overflow-x: no-display;
    overflow-y: auto;
    border: none;
}
section .ifthongke {
    width: 100%;
    height: 700px;
    overflow-x:no-display;
    overflow-y: auto;
    border: none;
}
section h4 {
    font-weight: bold;
    color: #301705;
    background: #fa8305;
    padding: 10px;
    /* border: 2px solid #0097A7; */
    border-radius: 10px;
    /* box-shadow: 0px 0px 5px -1px #000000; */
}
section h4 img {
    width: auto;
    height: 40px;
}
footer iframe {
   height: 50px;
   width: 100%;
   border: none;

}
footer p {
    text-align:center;
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #fa8305;
}
.badge {
    background-color: #fa8305;
    border-radius: 10px 0px 10px 10px;
}