.text-chi-tiet{
        height: unset !Important;
}
.DropdownMenu {
        height: 35px;
        margin: 0;
        width: 100%;
        background: #215cc2;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList {
    justify-content: left !important;
    width: 100%;
    margin-left: 0px !important;
}
.DropdownMenu .MenuList li {
        float: left;
        list-style: outside none none;
        position: relative;
}
.DropdownMenu .MenuList li:before{
                width: 1px;
        height: 20px;
        background-color: white;
        position: absolute;
        right: 0px;
        top: calc(50% - 10px);
        content: '';
}
.DropdownMenu .MenuList li .image {
        margin-bottom: 7px;
        padding: 0 6px;
}
.DropdownMenu .MenuList li.TopMenuActive, .TopMenuActive {
        padding-top: 0;
        height: 35px;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
        padding: 0 12px;
        position: relative;
}
.DropdownMenu .MenuList .TopMenu {
        float: left;
        padding: 0 12px;
        position: relative;
}
.DropdownMenu .MenuList li.TopMenuActive, .TopMenuActive:hover,.DropdownMenu .MenuList .TopMenu:hover {
        background-color: rgba(255, 255, 255, 0.13);
}
.TopMenuActive span,.TopMenu span{
        text-transform: uppercase;
        float: left;
        position: relative;
        display: block;
        color: #fff;
        line-height: 35px;
        height: 35px;
        padding: 0 8px;
        font-size: 12px;
        white-space: nowrap;
        position: relative;
}
.MenuList > .TopMenuActive > a > span:before, .MenuList > .TopMenu > a > span:before{
        /* content: ''; */
        width: 1px;
        height: 10px;
        background-color: white;
        position: absolute;
        right: -14px;
        top: 12px;
}
.TopMenu:hover,.TopMenuActive:hover, .DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        /* background-color: rgba(255, 255, 255, 0.13); */
}
.TopMenu:hover span,.TopMenuActive:hover span,.DropdownMenu .MenuList .TopMenu a:hover span, .TopMenuActive a:hover span{
        color: #fdff05;
}
.TopMenu:hover .Dropdown .sub span{
        color:#fff;
}
.DropdownMenu .MenuList .TopMenu a {
        text-decoration: none;
        font-weight:bold;
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #fff;
        font-size:13px;
        font-weight:bold;
        text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu:hover a {
        text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom 2px;
        display: block;
        height: 35px;
}
.DropdownMenu .MenuList .Dropdown {
        background: #215cc2;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        display: inline-block;
        left: 5px;
        position: absolute;
        text-align: left;
        top: 98%;
        width: auto;
        z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background-color: #215cc2;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a:hover{
        background-color: rgba(255, 255, 255, 0.13);
}
.DropdownMenu .MenuList .Dropdown .sub:hover span {
        color: #fdff05;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #545252;
        display: block;
        height: 35px;
        margin: 0;
        padding: 0 12px;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
        font-weight: bold;
        line-height: 35px;
        border-bottom: 1px dotted #f0f0f0;
}
.DropdownMenu .MenuList .Dropdown .sub:nth-last-child(1) a {
        border-bottom: unset;
}
.DropdownMenu .MenuList .Popup {
        background: #ecedef none repeat scroll 0 0;
        display: inline-block;
        left: 98%;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 1001;
}
.DropdownMenu .MenuList .Dropdown .Popup .sub span {
        color: #333;
        padding: 0 10px;
        text-transform: none;
        white-space: nowrap;
        line-height:30px;
}
.DropdownMenu .MenuList .Popup .sub:hover {
        background-color: #cdcdcd;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
        padding-left: 4px;
        padding-right: 4px;
}
.DropdownMenu .AdvanceBar {
        display: none;
        height: 30px;
        line-height: 30px;
}
@media screen and (max-width:768px){
        .DropdownMenu .MenuList li {
                padding: 0 !important;
        }
        .DropdownMenu{
                background: unset !important;
        }
        .DropdownMenu .navbar-button{
                background:#009d08;
        }
        .DropdownMenu li.TopMenuActive{
                background: #009d08;
        }
        .DropdownMenu .MenuList .TopMenu{
                background-color: #009d08;
                height: auto;
                display: flex !important;
                flex-direction: column;
                align-content: flex-start;
                position: relative;
                border-bottom: unset !Important;
                padding: 0 !Important;
        }
        .DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren{
                height:40px !Important;
                display: flex !important;
        }
        .TopMenuActive span, .TopMenu span{
                font-size:14px !Important;
                height: 35px !Important;
                line-height: 35px !important;
        }
        .DropdownMenu .MenuList .Dropdown .sub{
                height:35px !Important;
                padding: 0 !important;
        }
        .DropdownMenu .MenuList .Dropdown .sub a{
                height: 35px !Important;
                padding: 0 12px !important;
                line-height: 35px !important;
                border-bottom: unset !important;
        }
        .DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren{
                height:35px !Important;
        }
        .DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren{
                background:unset !Important;
        }
        .DropdownMenu .MenuList .TopMenu a{
                height:35px !Important;
                width: 100% !important;
        }
        .DropdownMenu .MenuList li.TopMenuActive, .TopMenuActive:hover, .DropdownMenu .MenuList .TopMenu:hover{
                background: #215cc2 !Important;
                padding: 0 !important;
        }
         .DropdownMenu .MenuList .TopMenu .menu-list-expand{
                display:none !important;
        }
        .DropdownMenu .MenuList .TopMenuActive .menu-list-expand{
                display:none !important;
        }
        .menu-list-expand::before{
                text-rendering: auto;
                content: "\e5cc";
                font-size: 30px;
                font-family: 'Material Icons';
                font-weight: 900;
        }
        .DropdownMenu .MenuList img{
                display:none !important;
        }
}
