<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes mymove {
    from {background-color: #EFB732;}
    to {background-color: #2305f8;}
}
@keyframes mymove2 {
    from {background-color: #32ef68;}
    to {background-color: #e84f6b;}
}
@keyframes mymove3 {
    from {background-color: #ed1c24;}
    to {background-color: #32efd9;}
}
@keyframes mymove4 {
    from {background-color: #630277;}
    to {background-color: #efd032;}
}

.w-menu-datcuoc {
    white-space: nowrap;
    text-align: left;
    overflow-x: auto;
    padding: 5px 0px;
}
a.btn-popup-datcuoc {
    background-color: #EFB732;
    border: none;
    color: #FFF !important;
    padding: 6px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    animation: mymove 0.5s infinite;
}

a.btn-popup-datcuoc.btn-datcuoc-2 {
    background-color: #32ef68;
    animation: mymove2 0.5s infinite;
}
a.btn-popup-datcuoc.btn-datcuoc-3 {
    background-color: #ed1c24;
    animation: mymove3 0.5s infinite;
}
a.btn-popup-datcuoc.btn-datcuoc-4 {
    background-color: #630277;
    animation: mymove4 0.5s infinite;
}
.ads-pc{
    display: block;
}
.ads-mobile{
    display: none;
}
.ads-catfish-mobile{
    position: fixed;
    overflow: hidden;
    left: 0px;
    bottom: -4px;
    width: 100%;
    z-index: 100;
    text-align: center;
}
.wrap-banner-catfish{
    width: 90%;
    margin: 0 auto;
}
.block-ads-right-float{
    position: fixed;
    top: 190px;
    left: 50%;
    margin-left: 610px;
}
.width-ads{
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
}
.block-ads-left-float{
    top: 190px;
    position: fixed;
    right: 50%;
    margin-right: 610px;
}
.block-ads-catfish{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    width: 100%;
    max-width: 728px;
}
.block-ads-catfish-mobile{
    position: fixed;
    overflow: hidden;
    left: 0px;
    bottom: -4px;
    width: 100%;
    z-index: 100;
    text-align: center;
}
.banner_ads-bdn {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2px !important;
}

.banner_ads-bdn-button {
    position: absolute;
    z-index: 100;
    right: 1px;
    top: 1px;
}

.banner_ads-bdn-button span {
    background-color: rgba(0,0,0,.7);
    margin-left: -2px;
    width: 15px;
    height: 15px;
    line-height: 13px;
    display: block;
    color: #9bdff6;
    cursor: pointer;
}

.banner_ads-bdn-button span svg {
    height: 15px;
    width: 15px;
    fill: #00aecd;
}

.banner_ads-bdn-button span.cbb svg {
    stroke-width: 1.25;
    stroke: #00aecd;
}

.banner_ads-bdn-button span:hover {
    background-color: #58585a;
}

.banner_ads-bdn .banner_ads-bdn-button span:hover svg {
    stroke: #ffffff;
}

.banner_ads-bdn .w-banner_ads-bd a {
    padding: 0;
}
.menu-scroll-x-pc{
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    scrollbar-color: #dce0e4 #fff;
    scrollbar-width: thin;
}
.menu-scroll-x-pc.block-trending{
    padding: 5px 0;
}
.menu-scroll-x-pc::-webkit-scrollbar {
    height: 2px;
}
.menu-scroll-x-pc::-webkit-scrollbar-thumb {
    background: #009246;
    border-radius: 10px;
}
.menu-scroll-x-pc::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.center-header{
    display: flex;
    align-items: center;
    height: 96px;
}
.block-ads-2-item{
    overflow: hidden;
    margin-top: 2px;
}
.block-ads-2-item-child{
    width: 50%;
    float: left;
}
@media only screen and (max-width: 767px) {
    a.btn-popup-datcuoc {
        font-size: 11px;
    }
    .hidden-mobile,
    .ads-pc{
        display: none;
    }
    .ads-mobile{
        display: block;
    }

    .w-menu-datcuoc {
        white-space: inherit;
        padding-top: 0px;
    }
    .back-to-top{
        bottom: 103px;
    }
}</pre></body></html>