.more_menu .sub-menu {
    width: 100%;
    background: red;
    position: absolute;
    top: 40px;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    transform: translate(-50%,0);
    width: calc(100% + 16px);
    padding: 8px;
    border-top: 1px solid #005C65;
    background: #005C65;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.30);
    gap: 10px;
}
.sport_theme_header-bottom a{
	display:inline-block;
}
#menu-menu-mega .sub-menu .menu-item:hover>a>.menu-title-wrapper,
#menu-menu-mega li.current_page_item>a>.menu-title-wrapper,
#menu-menu-mega li.current-menu-item>a>.menu-title-wrapper{
    color: var(--1500, #67676B);
}
#menu-menu-mega>li{
    flex:1;
    text-align: center;
}
#menu-menu-mega>li.more_menu>a{
    margin: auto;
}
#menu-menu-mega>li.more_menu{
    max-width: 50px;
}
#menu-menu-mega{
    padding: 0;
}
#menu-menu-mega{
    .sub-menu .menu-item{
        width: calc(25% - 8px);
        text-align: center;
    }
}
#menu-menu-mega .sub-menu .menu-item:hover .menu-item-img,
    #menu-menu-mega li.current_page_item .menu-item-img,
	#menu-menu-mega 
    li.current-menu-item .menu-item-img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(5000%) hue-rotate(-10deg) brightness(100%) contrast(90%);
}

.more_menu>a:hover{
    background: transparent !important;
}

#menu-menu-mega .sub-menu .menu-item > a{
    padding: 8px 4px;
    border-radius: 4px;
    background: #00737E;
    width: 100%;
}

#menu-menu-mega .sub-menu{
    z-index: -1;
    transform: translate(-50%,-10%);
    opacity: 0;
    transition: all .3s;
}

#menu-menu-mega .more_menu.active .sub-menu{
    z-index: 999;
    transform: translate(-50%,0);
    opacity: 1;
    transition: all .3s;
}

#menu-menu-mega .menu-item-img{
    height: 16px;
    width: 16px;
}
#menu-menu-mega .menu-title-wrapper{
    display: flex;
    flex-direction: column-reverse;
    gap: 2px;
    align-items: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
}
.more_menu>a span {
    color: transparent !important;
    width: 12px;
    height: 3px;
    top: 0;
    background: #fff;
    left: 0;
    border-radius: 3px;
    display: flex;
}
.more_menu>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 34px;
    width: 34px;
}
.more_menu.active>a{
    background: transparent !important;
}
.more_menu.active>a .menu-title-wrapper{
    opacity: 0;
    transition: all .5s;
}
.more_menu>a .menu-title-wrapper{
    opacity: 1;
    transition: all .5s;
}
.more_menu>a:after{
    content: '';
    width: 22px;
    height: 3px;
    position: absolute;
    top: 7px;
    background: #fff;
    left: 4px;
    border-radius: 3px;
    transform: rotateZ(0deg);
    transition: all .5s;
}
.sport_theme_header-bottom .header_flex{
    height: 48px !important;
}
.more_menu>a:before{
    content: '';
    width: 22px;
    height: 3px;
    position: absolute;
    bottom: 7px;
    background: #fff;
    left: 4px;
    border-radius: 3px;
    transform: rotateZ(0deg);
    transition: all .5s;
}
.more_menu.active>a:after {
    transform: rotateZ(-45deg);
    top: 16px;
    transition: all .5s;
}
.more_menu.active>a:before {
    transform: rotateZ(45deg);
    bottom: 15px;
    transition: all .5s;
}
body.sport-theme-bongdanet{
    #menu-menu-mega{
        justify-content: space-between !important;
    }
    .sport-theme-mobile-menu{
        overflow-y: unset !important; 
        overflow-x: unset !important;
        position: relative;
        white-space: normal;
    }   
    .sport_theme_header-bottom-center{
        overflow: unset !important;
    }
    #menu-menu-mega {
        li>a {
            padding: 4px 5px;
            width: 100%;
        }
        .dot_live_mega .menu-title-wrapper:after{
            content: '';
            width: 4px;
            height: 4px;
            display: block;
            background: #F01;
            border-radius: 99%;
            position: absolute;
            left: 24%;
            bottom: 1%;
            transform: translate(-15px, -50%);
            z-index: 2;
        }
        .dot_live_mega .menu-title-wrapper:before {
            content: '';
            width: 10px;
            height: 10px;
            display: block;
            background: #0199A6;
            border-radius: 99%;
            position: absolute;
            left: 25%;
            bottom: -15%;
            transform: translate(-19px, -50%);
            z-index: 1;
            animation: blink 1s infinite;
        }
    }
    #menu-menu-mega>li.more_menu>a{
        width: max-content;
    }
    #menu-menu-mega .sub-menu .menu-item-img{
        width: 22px;
        height: 22px;
    }
    #menu-menu-mega>.menu-item:first-child:before{
        display: none;
    }
    #menu-menu-mega>.menu-item:before {
        content: '';
        width: 1px;
        height: 36px;
        display: block;
        position: absolute;
        top: 0;
        background: #005C65;
        transform: translateX(-3px);
    }
} 
#menu-menu-mega{
    li.current-menu-item:not(.more_menu)>a,
    li.current_page_item:not(.more_menu)>a,
    li:not(.more_menu):hover>a {
        background-color: #fff !important;
    } 
    li:not(.more_menu):hover>a .menu-item-img{
        filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(5000%) hue-rotate(-10deg) brightness(100%) contrast(90%);
    }
}   
@media (max-width: 768px) {
    
}
#menu-menu-mega>.menu-item:not(.more_menu) .sub-menu{
	display:none
}