.DropdownMenu .Trang-chu-53483 {
        display: none;
}

.DropdownMenu {
        min-height: 49px;
        background: #e74c3c;
        display: flex;
         /*  unset !important;*/
        margin: auto;
        position: relative;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList {
        width: 100%;
        max-width: 1280px;
        margin: auto;
}
.DropdownMenu .MenuList:before {
    content: "";
    width: 10px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    background: linear-gradient(to right, #d62c1a, #f29f97, #e74c3c);
}
.DropdownMenu .MenuList:after {
    content: "";
    width: 10px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
    background: linear-gradient(to right, #e74c3c, #f29f97, #d62c1a);
}
.DropdownMenu:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    top: 100%;
    right: -10px;
    border: 5px solid transparent;
    border-left-color: rgba(0,0,0,0.8);
    border-top-color: rgba(0,0,0,0.8);
}
.DropdownMenu:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: rgba(0,0,0,0.8);
    border-top-color: rgba(0,0,0,0.8);
}
.DropdownMenu .MenuList li {
        float: left;
        height: 49px;
        list-style: outside none none;
}
.DropdownMenu .MenuList li .image {
        margin-top: 9px;
        padding: 0 6px;
}
.DropdownMenu .MenuList li.TopMenuActive, .TopMenu:first-child {
        background: #e43725;
        white-space: nowrap;
}
.DropdownMenu .MenuList > li:first-child > a > span {
      display: none;
}
.DropdownMenu .MenuList > li:first-child > a {
      margin-top: -3px;
      display: inline-block;
}
.DropdownMenu .MenuList > li:first-child > a:before {
       content: "\f015";
       font-family: "Font Awesome 6 Free";
       margin-right: 5px;
       color: #fff;
       font-size: 16px;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
        padding: 0 16px;
        position: relative;
}
.DropdownMenu .MenuList .TopMenu {
        float: left;
        height: 48.5px;
        position: relative;
        transition: color .2s ease,background .2s ease;
        white-space: nowrap;
        padding: 0 16px;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        height: 48.5px;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #fff;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        height: 48.5px;
        line-height: 48.5px;
        display: inline-block;
}

a {}
.DropdownMenu .MenuList .TopMenuActive a {
       color: #fff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    height: 48.5px;
    line-height: 48.5px;
    display: inline-block;
}

.DropdownMenu .MenuList .TopMenu:hover {
        text-decoration: none;
        transition: all .3s ease-in-out;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        display: block;
        height: 49px;
}
.DropdownMenu .MenuList .TopMenu .HasChildren:after, .TopMenuActive .HasChildren:after {
       color: #fff;
    content: "\f0d7";
    display: inline-block;
    margin-left: 5px;
    margin-right: -3px;
    font-family: "Font Awesome 5 Free";
    transition: .1s;
}
.DropdownMenu .MenuList .Dropdown .HasChildren:after {
   color: #a0a0a0;
    content: "\F105";
    font-family: FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .1s;
position: absolute;
right: 10px;
}
.DropdownMenu .MenuList .Dropdown {
        background-color: #e74c3c;
        border-radius: 0 0 3px 3px;
        display: inline-block;
        left: 5px;
        position: absolute;
        text-align: left;
        top: 100%;
        width: auto;
        z-index: 1000;
        /* border: 1px solid #f29f97; */
        box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #eee;
        color: #333;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #333;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        height: 36px;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #f29f97;
}
.DropdownMenu .MenuList .Dropdown .sub:last-child {
  border-bottom: none; 
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #fff;
        display: block;
        font: 10pt/36px arial;
        height: 36px;
        margin: 0;
        padding: 0 16px;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
        min-width: 200px;
}
.DropdownMenu .MenuList .Popup {
        background-color: #fff;
        display: inline-block;
        left: 100%;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 1001;
}
.DropdownMenu .MenuList .Dropdown .Popup .sub span {
        color: #333;
        font: 10pt/30px arial;
        padding: 0 10px;
        text-transform: none;
        white-space: nowrap;
}
.DropdownMenu .MenuList .Popup .sub:hover {
        background: #eee;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
        padding-left: 4px;
        padding-right: 4px;
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: none;
        height: 30px;
        line-height: 30px;
}
@media only screen and (max-width: 768px){
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                padding: 0px !important;
        }
        .DropdownMenu {
                border: none;
        }
        .DropdownMenu div.navbar-button {
                position: static;
                background: transparent;
                margin: 0px;
                border-left: 1px solid #eeeeee;
                margin-right: 0px;
                margin-left: 0;
                order: 1;
                padding: 0px 14px !important;
                height: 25px;
                /* width: unset !important; */
                width: 46px !important;
                z-index: 1;
        }
        div.DropdownMenu {
                width: 1160px; /*  unset !important;*/
                position: static !important;
                order: 4;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                padding: 5px 0;
                background: #e74c3c;
                /* margin: 5px 10px !important; */
                margin-bottom: 0px !important;
                min-height: unset;
        }
        .DropdownMenu .navbar-button span{
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu>ul.MenuList {
                max-height: 50vh !important;
                width: 100% !important;
                height: auto !important;
                box-shadow: none;
                order: 2;
                position: relative;
                margin-top: 4px !important;
                /* border-bottom: 1px solid #eeeeee; */
                padding: 10px !important;
                left: 0;
                z-index: 0;
                border: 1px solid #eeeeee;
                border-top: 0;
        }
        .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(-45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span {
                /* font-family: Roboto; */
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 21px;
                color: #3B4E68;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
        }
        .DropdownMenu .MenuList>li+li:before{
                display: none;
        }
        .DropdownMenu:before {
                content: '';
                display: none;
                width: 100vw;
                height: 42px;
                position: absolute;
                top: 0;
                right: 50%;
                transform: translateX(50%);
                background-image: url('images/menu.png');
                z-index: -1;
        }
        .DropdownMenu .MenuList li.TopMenuActive{
                background: #fff;
        }
        .DropdownMenu .MenuList li img{
                display: none !important;
        }
        .DropdownMenu .MenuList li.TopMenuActive, .TopMenu:first-child{
                background: #fff;
        }
        .DropdownMenu .MenuList .Dropdown .Popup .sub span {
                color: #343a40;
        }

        .DropdownMenu .MenuList .Dropdown{
                border: none;
        }
        .DropdownMenu .MenuList li.TopMenuActive:before {
   display: none !important;
}
.DropdownMenu .MenuList > li:first-child > a > span {
    display: block;
}
.DropdownMenu:after {
    content: "";
    width: 0;
    height: 0;
    display: none !important;
    position: absolute;
    top: 100%;
    right: -10px;
    border: 5px solid transparent;
    border-left-color: rgba(0,0,0,0.8);
    border-top-color: rgba(0,0,0,0.8);
}
}
