*{
	box-sizing: border-box;
}
body{
	margin: 0px;
	font-family: arial;
}
#header{
	width:100%;
	height:125px;
	
	background-color:#333333;
}
#top{
	width:100%;
	height:50%;
	background-color:#333333;
	margin-left:300px;
	display:flex
	
}
#top img{
	height:50px;
	width:200px;
	margin:5px 0px;
}
#timkiem{
	height:31px;
	width:350px;
	margin:auto 40px;
	background-color:white;
}
#timkiem input{
	height:100%;
	width:100%;
	
	background-color:white;
}
#menu{
	width:100%;
	height:50%;
	background-color:#2D2D2D;
	
	display:flex;
	
	align-items:center;     /* căn giữa dọc */
}
#chon{
	width:100%;
	height:50%;
	background-color:#2D2D2D;
	margin-left:270px;
	display:flex;
	color:white;
	align-items:center;     /* căn giữa dọc */
}
#chon a{
	text-decoration: none; /* xóa gạch chân của link */
	color:white;
}
#chon  ul li {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
	margin-left:0px;
}

#chon ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #2D2D2D;
}

#chon ul li:hover  ul {
    display: block;
}
#menu ul{
	margin:0px;
	display:flex;
	list-style: none;
	padding:0px;
	
	
}
#menu li{
	margin:0px;
	margin-left:30px;
}	    
#nenads{
	width:100%;
	height:325px;
	background-color:black;
	display:flex;
	justify-content:center; /* căn giữa ngang */
	align-items:center;     /* căn giữa dọc */
}
#ads{
	width:925px;
	height:325px;
	background-color:black;
	    
}
#khophim1{
	width:100%;
	background-color:black;
	display:flex;
	
}
#khophim2{
	width:100%;
	background-color:black;
	display:flex;
}
#content-right{
	width:300px;
	height:300px;
	background-color:white;
	margin: 20px;
	border-radius:10px;
}
#footer{
	height:100px;
	background-color:#2D2D2D;
	width:100%;
}
.content-ads{
	color:#da966e;
	font-size:25px;	
	margin-top:10px;
	margin-left:10px;
	
}
.phim-ads{
	display:flex;
	gap:20px;
	width:100%;
	height:270px;
	background-color:black;
	margin-top:15px;
}

.conten-phim{
	width:180px; 
	flex:1;
	
}
.conten-phim h3{
	margin:5px 5px;
	color:white;
	font-size:15px;
	text-align:center;
	
}

.conten-phim img{
	width:100%;
	height:220px;
}	
	
.phimmoi{
	width:670px;
	height:900px;
	background-color:black;	
	margin-left:350px;
	
}
.phimmoi h1{
	color:#da966e;
    margin:0px;	
	padding-top:15px;

}
.list-phim{
	width:100%;
	height:255px; 
	background-color:#02080F;
	display:flex;
	gap:5px;
	margin-top:20px;
}
.phim{
	width:180px;
	height:100%;
	background-color:#02080F;
	
}
.phim img{
	width:100%;
	height:200px;
	
}
.phim h3{
	text-align:center;
	margin:5px ;
	font-size:15px;
	color:white;
	
}
.login{
	
	margin:auto 25px;
	color:white;
	
}


.vip-box {
   background: #1c1c1c;
   color: white;
   padding: 20px;
   
   text-align: center;
   border-radius: 10px;
   height:100%;
   width:100%;
}

.vip-box h2 {
   color: #ffcc00;
}

.vip-box button {
   margin: 10px;
   padding: 10px 20px;
   background: red;
   color: white;
   border: none;
   cursor: pointer;
   border-radius: 5px;
}

.vip-box button:hover {
   background: #cc0000;
}
.content-footer{
	background-color:#353535;
	height:100%;
	width:70%;
	margin:0px auto;
	display:flex;
}
.left-footer{
	height:100%;
	width:70%;
	background-color:#2D2D2D;
	font-size:12px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#847F76;
}
.right-footer{
	height:100%;
	width:30%;
	background-color:#353535;
	display:flex;
}
.left-rightft{
	width:50%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	gap:5px;
		
	
	
}	
.left-rightft  div{
	color:#AAB6B6;	
    font-size:12px;	
}
.right-rightft{
	width:50%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	gap:5px;
		
	
	
}	
.right-rightft  div{
	color:#AAB6B6;	
    font-size:12px;	
}	
