*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: serif;
}
.menu{
    position: fixed;
    background-color: black;
    height: 90px;
    width: 1800px;
}
.menu img{
    float: left;
    width: 5%;
}
img{
    padding-top: 10px;
    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;
}
.container{
    background: url('https://chieuphimquocgia.com.vn/_next/image?url=https%3A%2F%2Fapi.chieuphimquocgia.com.vn%2FContent%2FImages%2F0017325_0.jpg&w=1920&q=75') no-repeat center ;
    background-size: 100%;
    height: 550px;
}
.anhvachu{
    height: 500px;
    width: 100%;
    display: flex;
    padding-top: 50px;

}
.anhh img{
    width: 240px;
    border-radius: 8px;
    margin-top: 50px;
    margin-left: 300px;
}
.chu{
    width:620px;
    height: 340px;
    margin-top: 70px;
    margin-left: 40px;
}
h1{
    color: white;
}
h4{
    color: white;
}
.kc{
    color: red;
}
.trailer button{ 
    height: 35px;
    width: 150px;
    border-radius: 20px;
    background-color: black;
    border: 2px solid #EAB308;
    color: #EAB308;
}
.ngaythang{
    display: flex;
    background-color: #1A1D23;
    height: 110px;
    padding-left: 780px;
    color: white;

}
.ngay{
    width: 100px;
    height: 110px;
    text-align: center;
    background-color: red;
}
.thang{
    width: 100px;
    height: 110px;
    border: 0.5px solid #EAB308;
    text-align: center;
}
.ngay .ngayy{
    font: caption;
    font-size: 25px;
}
.thang .ngayy{
    font: caption;
    font-size: 25px;
}
.ngaydatve{
    background-color: #10141b;
    height: 115px;
}
.ngaydatve p{
    text-align: center;
    color: orangered;
    padding-top: 10px;
}
.catnut{
    padding-top: 10px;
    padding-left:320px;
}
.catnut button{
    height: 40px;
    width: 150px;
    border-radius: 20px;
    margin: 0px 30px;
    background-color: #1A1D23;
    border: 1px solid white;
    color: white;
    font: caption;
    font-size: 15px;
}
.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;
}


