

.menu {
    width:1325px;
    background:rgb(66, 140, 238);
    height: 55px;
   margin-left: 3px;
   margin-right: 3px;
  margin-top: -17px;
 
  
}
.menu li {
   
    list-style:none;
    font-family:'Ek Mukta';
}
.menu a {
    transition:all linear 0.15s;
    color:#6dbfee;
    text-decoration:none;
}
.menu li:hover > a {
    text-decoration:none;
    color: red;
    background-color: white;
}
.menu .arrow {
    font-size:11px;
    line-height:0%;
} 
.menu > ul > li {
 
    display:inline-block;
    position:relative;
    font-size:20px;
}
.menu > ul > li > a {
    padding:16px 30px;
    display:inline-block;
    color: white;
}
.menu > ul > li:hover > a {
    background:white;
}
.menu li:hover .sub-menu {

    opacity:1;
    z-index: 1;
}
.sub-menu {
    width: 100%;
    padding: 15px 0px;
    position:absolute;
    z-index:-1;
    opacity:0;
    background:rgb(66, 140, 238);
}
.sub-menu li {
    display:block;
    font-size: medium;
    align-items: center;
}
.sub-menu li a {
    padding:10px 30px;
    display:block;
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer {
   
   
    width: 100%;
    height: 220px;
    background-color: lightgray;
    color: white;
margin-top: -20px;
 }
.left-page{
    width: 200px;
    height: 170px;
    overflow: hidden;
    float: left;
/*background-color: blue;*/
    padding: 15px 15px;
}
.middle-page{
    width: 790px;
    height: 200px;
    overflow: hidden;
    float: left;
/*background-color: rgb(255, 102, 0);*/
    padding: 15px 15px;
}
.right-page{
    width: 250px;
    height: 170px;
    overflow: hidden;
    float: left;
/*background-color: rgb(0, 255, 76);*/
    padding: 15px 15px;
}


/* le giua */
.middle-page p{
 margin-left: 150px;
 color: black;
 font-family: cursive;

}



table.like tr td  {
   
    border: 1px solid none;
    padding:0 15px;
       
     }
     table.likes tr td  {
    
         border: 1px solid none;
         padding:0 15px;
            
          }
        
          table.like tr.cv td b{
          background-color: #f55c3a;
          padding:12px 48px ;
         border-radius: 50px;
      

          }
          table.likes tr.cv td b{
             background-color: #f55c3a;
             padding:12px 48px ;
            border-radius: 50px;
           
    
             }

             table.like tr td a{
                text-decoration: none;
                color: rgba(13, 105, 224, 0.986);
                
            }
            table.likes tr td a{
                text-decoration: none;
                color: rgba(13, 105, 224, 0.986);
            }
          
     table.like{
        
      
       margin-top: 1px;
       margin:10px auto;
       
     }   
     .likes  
     {
        margin: 20px auto;
        margin-top: 15px;
      
     }  

    
       nav h2{
        width: 150px;
        background-color: #ff3da8;
        padding:12px 48px ;
        border-radius: 70px;
        
    }
    nav.tomcang h2{
        color: rgb(20, 220, 110);
        margin-top: 30px;
        text-decoration: none;
    }
nav.tomcang a{
    text-decoration: none;
    color: #45dd66;
}


 body.anh{
     background-image: url(http://2.bp.blogspot.com/-MobBV7yKrJY/UgR8c_h1sAI/AAAAAAAACmk/x211qftvLRs/s1600/anh-dep-ve-bien-3.jpg);
 }
 
 body{
    -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
           user-select: none;
}