/* #total_menu {
    position: relative;
    top: -67px;
    margin: auto;
    max-width: 1260px;
} */

#total_menu .menu-list {
    position: absolute;
    top: 18px;
    left: -2px;
    padding-top: 38px;
    width: 100.3%;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s opacity;
    z-index: 3;
}

#total_menu:hover .menu-list {
    opacity: 1;
    visibility: visible;
}

#total_menu .menu-list .list {
    background: #ffffff;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-top: none;
    color: #000000;
}

#total_menu .menu-list .list .side {
    width: 30%;
    padding: 20px;
    border-right: 1px solid #ccc;
}

#total_menu .menu-list .list .side dl {
    line-height: 1.2;
    padding-bottom: 15px;
}

#total_menu .menu-list .list .side dt {
    font-size: 20px;
}

#total_menu .menu-list .list .side dd {
    font-size: 18px;
}

#total_menu .menu-list .list .side.side-2 {
    background: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-left: none;
    border-right: none;
    padding: 0;
}

#total_menu .menu-list .list .side.side-2 .side-list {
    width: 50%;
    padding: 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
}

#total_menu .menu-list .list .side.side-2 .side-list:nth-child(2n) {
    border-right: none;
}

#total_menu .menu-list .list .side .side-list h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#total_menu .menu-list .list .side .wrap-ul {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 10px;
}

#total_menu .menu-list .list .side .wrap-ul a:hover {
    color: #d34127;
}

#total_menu .menu-list .list .side .wrap-ul ul {
    width: 100%;
}

#total_menu .menu-list .list .side.side-3 {
    background: #fff;
    width: 35%;
    border-left: 1px solid #ccc;
    border-right: none;
}

#header.sticky #total_menu .menu-list {
    left: -186px;
}

#header li {
    list-style: none;
}

#header>.inner {
    position: relative;
    margin: 0 auto;
}

#header .wrap_total_menu .btn_menu {
    position: absolute;
    left: 8px;
    top: -25px;
    width: 60px;
    height: 63px;
    cursor: pointer;
    color: white;
    font-size: 25px;
}

#header .wrap_total_menu .btn_menu:before {
    display: block;
    margin: 24px 0 0 20px;
    width: 20px;
    height: 14px;
    background: url(../images/img_main_spr_190910.png) no-repeat 0 -1000px;
    content: "";
}
#header .utility .btn_member:after, #header .wrap_total_menu .btn_menu:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
}

#btn-menu-hover:before {
    display: block;
    margin: 0;
    width: 20px;
    height: 14px;
    background: url('https://assets.topdev.vn/static/assets/desktop/images/img_main_spr_190910.png') no-repeat 0 -1000px;
    content: "";
}

.td_mainnav {
    position: relative !important;
    width: 100%;
    height: 73px;
    background: #222831 !important;
    transition: 0.4s ease;
}

#total_menu:hover #btn-menu-hover:before {
    background-position-y: -1100px;
}

.td_mainnav button.btn-menu {
    margin-right: 0 !important;
}

#total_menu:hover .menu-list {
    opacity: 1;
    visibility: visible;
}

#header .ci {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 96px;
    left: 0;
    z-index: 2;
    width: 160px;
    height: 40px;
}

@media (max-width: 1024px) {
    #total_menu {
        display: none;
    }
}

.nav-sticky {
    position: fixed!important;
    top: 0;
    width: 100%;
    background: #222831;
}

.list-sticky {
    z-index: 1000;
    max-width: 1260px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}







