*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:sans-serif;
}
.menu{
    position: fixed;
    background-color: black;
    height: 80px;
    width: 1800px;
}
.menu img{
    float: left;
    width: 5%;
}
.imggg{
    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;
}
.dd{
    text-align: center;
    padding-top: 135px;
}
h1{
    color: white;
    font-size: 20px;
}
.con{
    background-color: #10141b;
    height:1900px;
}
.lichchieu{
    text-align: center;
}
.lichchieu button{
    width: 125px;
    height: 50px;
    border-radius: 15px;
    background-color: #10141b;
    border: 1px solid white;
    margin: 20px;
    color: white;
    font: 500;
}
.lichchieu p{
    color: orangered;
}
.chuanh12{
    display: flex;
    padding-left: 82px;
    padding-top: 30px;
}
.chuanh{
    display: flex;
    border: 1px solid white;
    height: 350px;
    width: 750px;
    margin-left: 30px;
}
.anh1 img{
    height: 345px;
}
.chu1{
    padding-left: 20px;
    padding-top: 20px;
}
.chu1 p{
    margin-top: 5px;
    color: white;
     font-size: 20px;
}
.chu1 .do{
    color: red;
}
.nut123{
    padding-top: 30px;
}
.chu1 button{
    width: 100px;
    height: 50px;
    border-radius: 10px;
    margin-left: 20px;
    background-color: #10141b;
    color: white;
    font-family: unset;
    font-size: 18px;
    border: 1px solid white;
}
.con .lichchieu button:focus{
    color: red;
}
.chuanh{
    border-radius: 10px;
}
.anh1 img{
    border-radius: 5px;
}
.footer{
    background-color: black;
    height: 600px;
    text-align: center;
    padding-top: 25px;
}
.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: 45px;
    padding-left: 30px;
}
.menu-left a:hover{
    color: red;
}
.ghe2 .ge10:focus{
    background-color: aqua;
}

h4{
    font-size: 18px;
    color: white;
}