.quangcao{
    margin: auto;
    width: 100%;
    max-height: 100px;
    border-bottom: 4px solid rgb(40 105 129);
    border-top: 4px solid rgb(40 105 129);
    background-color: rgb(53 156 193)!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chuchay {
    width: 600px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    font-size: 30px;
    color: #fff;
    margin-left: 80px;
    height: 80px;
}
.baner{
    height: 80px;
    width: 100%;
}

.dangnhap{
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.nutdangnhap{
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    width: 140px;
    text-align: center;
    font-weight: 500;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid rgb(96,189,175);
    background-color: rgb(40 105 129);
    cursor: pointer;
}
.nutdangnhap>a{
    color: #fff !important;
    margin-left: 5px;
}
.nutdangky{
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    width: 130px;
    text-align: center;
    font-weight: 500;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid rgb(96,189,175);
    background-color: rgb(40 105 129);
    cursor: pointer;
}
.nutdangky>a{
    color: #fff !important;
    margin-left: 5px;
}
.outxuat{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dangxuat{
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    width: 130px;
    text-align: center;
    font-weight: 500;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid rgb(96,189,175);
    background-color: rgb(40 105 129);
    cursor: pointer;
    color: #fff !important;
    margin-top: 15px;
}

.adminpanel{
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    width: 130px;
    text-align: center;
    font-weight: 500;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid rgb(96,189,175);
    background-color: rgb(40 105 129);
    cursor: pointer;
    color: #fff !important;
    margin-top: 10px;

}

.mb-3{
    border: 1px solid rgb(40 105 129);
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    background-color: rgb(40 105 129);
    color: #fff !important;
}
.mb-3:hover{
    background-color:rgb(53 156 193);

}
.text-danger{
    font-size: 14px !important;
}
.hovernut:hover{
    color: #fff;
    background-color:rgb(53 156 193);
}
.dangxuat:hover{
    color: #fff;
    background-color:rgb(53 156 193);
    border: 1px solid rgb(40 105 129);

}
.adminpanel:hover{
    color: #fff;
    background-color:rgb(53 156 193);
    border: 1px solid rgb(40 105 129);

}
.nutdangky:hover{
    color: #fff;
    background-color:rgb(53 156 193);
    border: 1px solid rgb(40 105 129);

}
.nutdangnhap:hover{
    color: #fff;
    background-color:rgb(53 156 193);
    border: 1px solid rgb(40 105 129);
}


/* PC */
@media (min-width: 1024px){
    /* Bé Hơn 800 hoặc bằng 800px thì thuộc tính trong này sẽ chạy */
    

}


/*  Tablet */
@media (min-width: 740px) and (max-width: 1023px){
    .quangcao .logoo{
        display: none;
        line-height: 100px;
    }
    
    .chuchay {
        display: none;
        
}
.quangcao{
    height: 80px;
}

    .nutdangky{
        position: absolute;
        right: 10px;
        top: 35px;
        transform: translateY(-50%);
        color: #fff; /* Màu chữ */
        padding: 10px 20px; /* Điều chỉnh padding theo ý muốn */
    }
    .nutdangnhap{
        position: absolute;
        left: 10px;
        top: 35px;
        transform: translateY(-50%);
        color: #fff; /* Màu chữ */
        padding: 10px 20px; /* Điều chỉnh padding theo ý muốn */
    }
}


/*  Mobile */
@media (max-width: 740px){
    .quangcao .logoo{
        height: 200px;
        display: none;
    }
    .quangcao{
        height: 70px;
    }
    .chuchay {
        display: none;
}

    .nutdangky{
        position: absolute;
        right: 10px;
        top: 35px;
        transform: translateY(-50%);
        color: #fff; /* Màu chữ */
        padding: 10px 20px; /* Điều chỉnh padding theo ý muốn */
    }
    .nutdangnhap{
        position: absolute;
        left: 10px;
        top: 35px;
        transform: translateY(-50%);
        color: #fff; /* Màu chữ */
        padding: 10px 20px; /* Điều chỉnh padding theo ý muốn */
    }
}