<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rounded-cir {
    position: fixed;
    border-radius: 50px !important;
    max-height: 5%;
    max-width: 46%;
    font-size: 0.9rem;
    color: #4273FE;
    font-weight: bold;
    border: 2px solid white !important;
    box-shadow: 0px 2px 5px 1px rgba(255, 255, 255, 0.75) !important;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(255, 255, 255, 0.75) !important;
    -moz-box-shadow: 0px 2px 5px 1px rgba(255, 255, 255, 0.75) !important;
}

.active-menu {
    color: white;
    border-radius: 50px !important;
    background: rgb(13, 65, 223);
    background: linear-gradient(90deg, rgba(13, 65, 223, 1) 4%, rgba(66, 115, 254, 1) 100%);
    border: 1px solid #11CDFA;
    box-shadow: 0px 2px 5px 1px rgba(166, 163, 163, 0.75);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(166, 163, 163, 0.75);
    -moz-box-shadow: 0px 2px 5px 1px rgba(166, 163, 163, 0.75);
}

.danhsach-menu a {
    color: white !important;
}

.danhsach-menu .active-menu {
    background: rgb(255, 244, 102);
    background: linear-gradient(180deg, rgba(255, 244, 102, 1) 0%, rgba(254, 236, 42, 1) 100%);
    color: #010000 !important;
}

.danhsach-menu a:hover {
    color: #010000 !important;
    border-radius: 50px !important;
    background: rgb(255, 244, 102);
    background: linear-gradient(180deg, rgba(255, 244, 102, 1) 0%, rgba(254, 236, 42, 1) 100%);
}

ul li a {
    width: 100% !important;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*ul.homepage li a:hover{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50px !important;
    background: rgb(13,65,223);
    background: linear-gradient(90deg, rgba(13,65,223,1) 4%, rgba(66,115,254,1) 100%);
    border: 1px solid #11CDFA ;
    box-shadow: 0px 2px 5px 1px rgba(166,163,163,0.75);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(166,163,163,0.75);
    -moz-box-shadow: 0px 2px 5px 1px rgba(166,163,163,0.75);
}*/

@media (max-width: 1399.98px) {
    .rounded-cir {
        max-height: 4%;
        max-width: 46%;
        font-size: 0.7rem;
    }
}

@media (max-width: 1199.98px) {
    .rounded-cir {
        max-height: 3%;
        max-width: 46%;
        font-size: 0.6rem;
    }
    .mt-2 {
        margin-top: 0px !important;
    }
}

@media (max-width: 991.98px) {
    .rounded-cir {
        max-height: 2%;
        max-width: 46%;
        font-size: 0.4rem;
    }
}

@media (max-width: 767.98px) {
    .rounded-cir {
        font-size: 0.3rem;
    }
}

@media (max-width: 575.98px) {}</pre></body></html>