/*thong bao khuyen mai va phan thuong dua top*/
.divThongBaoKhuyenMai{
    text-align: center;
    color: white;
    background-color: #084d6d;
}

.divThongBaoKhuyenMai h1{
    background-color:#3ab7ff ;
}

/*button nap the - ngan hang- vi*/
.divChonNapThe_NganHangVi{
    display: flex;
    margin-top: 10px;
    
}
.divChonNapThe_NganHangVi button{
    width: 50%;
    border: 0px;
    border-bottom: 2px solid black;
    padding: 10px;
}

.divChonNapThe_NganHangVi button:hover{
    color:#00a2e7;
    border-bottom: 2px solid #00a2e7;
}

.divChonNapThe_NganHangVi #btnNapThe{
    color:#00a2e7;
    border-bottom: 2px solid #00a2e7;
}

/*Nap the*/

.divNapThe{
    border: 1px solid black;
    border-radius: 20px;
    background-color: white;
    padding: 5px;
    margin: 10px;
    
}

.divNapThe table{
    width: 100%;
}


.divNapThe tr td{

}
.divNapThe tr td select{
    height: 30px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.divNapThe tr td input{
    height: 30px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
}

/* ngan hang va vi*/
#stk{
    color: #3ab7ff;
    font-weight: bold;
}
#nganHang{
    color: black;
    font-weight: bold;
}

#noiDungCK{
    color: red;
    font-weight: bold;
}
.divNganHangVaVi{
    background-color: white;
    margin: 10px;
    border-radius: 20px;
    text-align: center;
    
}

.divNganHangVaVi table{
    
    width: 100%;
    padding: 10px;
    border: 3px solid black;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.divNganHangVaVi table tr{
    border: 0px;
    border-bottom: 2px solid black;
}

.divNganHangVaVi table td{
    
    border: 0px;
    border-bottom: 2px solid black;
}

/*top nap tien*/

.divChonNapThe_NganHangVi #btnTopNapTuan{
    color:#00a2e7;
    border-bottom: 2px solid #00a2e7;
}

.divTopNapTien{
    background-color: white;
    border-radius: 20px;
    margin: 10px;
    text-align: center;
}

.divTopNapTien table{
    margin: 20px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.divTopNapTien tr th{
    width: 100%;
    background-color:#00a2e7 ;
    color: white;
}

.divTopNapTien tr #top{
    background-color:#00a2e7 ;
    color: white;
}

@media only screen and (min-width:1024px) {
    .divForDesktopUser{
        display: flex;
        margin-left: 60px;
        margin-right: 60px;
        margin-top: 20px;
    }
    .divNapTien{
        width: 50%;
    }
    .divChonNapThe_NganHangVi{
        margin-bottom: 20px;
    }
    .divTopNap{
        width: 50%;
        margin-left: 60px;
    }
}