/* =========================================
    Default Theme
    ----------------------------------------
    Fonts: Roboto Condensed
    ----------------------------------------
    Colors:
        Blue:               #0f5eab
      
    ----------------------------------------
    Nguyen Thi Hong Dung 13.12.2019
                            
============================================ */
/* =========================================
                Page Header Top
============================================ */
#page-header-top{
       background-image: linear-gradient(140deg, #6ca0ef 0%, #0074c3 35%, #0f5eab 100%);
}

#page-header-bottom h2{
    color:#fff;  
}
/* =========================================
                btn registration
============================================ */

#btn-registration .btn:hover{
  
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.54);
   
}

/* =========================================
                Page Content
============================================ */
#page-content{
    background:  url('../imgs/bg.jpg') no-repeat center;
    background-size: cover;
   
}
#page-content .main-content {
    background: rgba(0,0,0,0.4);
  
}
#page-content p{
    color: #fff;
}
/* =========================================
                Button Search
============================================ */
#btn-search {
    border-color: #0f5eab;
    color: #fff;
    background: #0f5eab url(../imgs/Icon_Arrow.png) no-repeat right 10px center;
}
#btn-search:hover{
    color: #0f5eab;
    border-color: #0f5eab!important;}

/* =========================================
                Page footer top
============================================ */

#page-footer-top{
    background: url('../imgs/banner_footer.png') no-repeat right 25% center;
    background-size:cover;
}
#page-footer-top h3{
    color: #fff;
}
/* =========================================
                Page footer bottom
============================================ */

#page-footer-bottom{
      background-image: linear-gradient(140deg, #6ca0ef 0%, #0074c3 35%, #0f5eab 100%)
    color: #fff;
}
/* =========================================
               Table Chọn Học Phần
============================================ */
.table-hover>tbody>tr:hover{
    background-color: #0f5eab;
}
/* =========================================
               Button Thanh Toán
============================================ */
#btn-thanhtoan {
    background-color: #0f5eab;
     border-color:#0f5eab;
     box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75)!important;
}
#btn-thanhtoan:hover{
    color: #0f5eab!important;
    border-color:#0f5eab;
}

/* =========================================
               Responsive
============================================ */
  @media(max-width:768px){
    
    .table-responsive .table > tbody > tr > td:hover{
        background-color: #5f92c4;
    }
    
}

/* =========================================
   Override payment button style to scale image
============================================ */
#banks ul >li{
	/*width: 360px;
	height: 100px;*/
}

/*#banks ul >li a{
    height: auto;
    width: auto;
}*/
  
/*@media (max-width: 768px) {
    #banks ul >li{
	width: auto;
	height: auto;
    }   
}*/












