*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.menu{
    position: fixed;
    background-color: black;
    height: 80px;
    width: 1800px;
}
.menu img{
    float: left;
    width: 5%;
}
img{
    padding-top: 0px;
    margin-left: 100px;
}
.menu-left{
    margin-left: 550px;
}
.menu .menu-left a{
    text-decoration: none;
}
.menu-left a{
    float: left;
    padding: 10px;
    margin-top: 15px;
    color: white;
    font-size: 20px;
}
.login{
    float: right;
    padding-top: 15px;
    padding-right: 35px;
}
.login button{
    background-color:rgb(245, 7, 7);
    width: 85px;
    height:40px;
    border-radius: 13px;
    margin-right: 20px;
    border: 2px white;
}
.login > .dk{
    background-color:rgba(70, 78, 80, 0.89);
} 
button a{
    text-decoration: none;
    color: white;
}
*{
    font-family: sans-serif;
}
h4{
    padding-top: 100px;
    padding-bottom: 20px;
    color: white;
    font-size: 25px;
}
table{
    width: 1500px;
    height: 500px;
}

table, th, td {  
    border: 2px solid black;  
    border-collapse: collapse;  
    padding: 5px;
}


th{
    padding: 10px 20px;
}
th p{
    margin-top: 8px;
    font-weight: 300;
}

.ghe{
    background: #10141b;
    color: white;
}
.ghe p{
    margin-top: 2px;
}
.ghe th:nth-child(1),
.ghe th:nth-child(7){
    color:white;
}
.ghe th:nth-child(2),
.ghe th:nth-child(5){
    color:blueviolet;
}



.monday{
    color: white;   
}

.friday{
    color: white;
}

td:nth-child(3),
td:nth-child(6){
    color: rgb(230, 52, 236);
}

td:nth-child(1),
td:nth-child(6){
    color: white
}


td:nth-child(4),
td:nth-child(7){
    color: #db1e1e;
}

td{
    text-align: center;
}

td:nth-child(1){
    text-align:left;
    padding: 10px 20px;
}

tr:nth-child(3),  
tr:nth-child(5){ 
    background-color:#10141b;     
}  
body{
    background-color: #10141b;
}
.bang{
    padding-left: 150px;
    padding-top: 100px;
    background-color: #10141b;
    height: 670px;
}
.b img{
    width: 120px;
    height: 120px;
    float: left;
}
.footer{
    background-color: black;
    height: 600px;
    text-align: center;
    padding-top: 50px;
}
.vmenu a{
    text-decoration: none;
    color: white;
    margin: 0px 20px;
    font-size: 20px;

}
.icon{
    display: flex;
    padding-left: 500px;
    padding-top: 30px;
}
.trai{
    display: flex;
    padding-top: 15px;
}
.phai{
    display: flex;
    padding-left: 15px;
}
.trai .f{
    margin-left: 20px;
}
.phai .g{
    margin-left: 40px;
    width: 150px;
}
.chuu{
    padding-top: 15px;
    padding-left: 30px;
}
h4{
    font-size: 20px;
}
.menu-left a:hover{
    color: red;
}
.ghe2 .ge10:focus{
    background-color: aqua;
}



