.DropdownMenu .TRANG-CHU-52773 {
  display: none;
}

.DropdownMenu {
  /* background: #3d5a95 none repeat scroll 0 0; */
  height: auto;
  width: 100%;
  display: inline-flex;
  padding: 0;
  border-radius: 0px;
  border-top: 1px solid #dddddd;
  border-bottom: 2px solid black;
  text-align: center;
}

.DropdownMenu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.DropdownMenu .MenuList {
  width: 100%;
}

.DropdownMenu .MenuList>li+li {
  /* border-left: 1px solid #e4e4e466; */
}

.DropdownMenu .MenuList li {
  float: left;
  list-style: outside none none;
}

.DropdownMenu .MenuList li:hover {
  /* background: linear-gradient(135deg,#0683dd 0%,#0065ca 100%); */
}

.DropdownMenu .MenuList li .image {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
}

.DropdownMenu .MenuList li.TopMenuActive {
  /* background: linear-gradient(135deg,#0683dd 0%,#0065ca 100%); */
}

.DropdownMenu .MenuList .TopMenuActive,
.TopMenu:hover {
  position: relative;
}

.DropdownMenu .MenuList .TopMenu {
  float: left;
  /* padding: 0 20px; */
  position: relative;
}

.DropdownMenu .MenuList .TopMenu a {
  color: #232425;
  text-decoration: none;
  /* text-transform: uppercase; */
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  padding: 0px 8px;
  font-weight: 600;
}

.DropdownMenu .MenuList ul li a {
  font-weight: normal !important;
}

.DropdownMenu .MenuList .TopMenuActive a {
  color: #232425;
  text-decoration: none;
  /* text-transform: uppercase; */
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  padding: 0 8px;
  font-weight: 600;
}

.DropdownMenu .MenuList li a span {
  line-height: 45px;
  flex: 1;
}

.DropdownMenu .MenuList li .Dropdown li a span {
  line-height: 35px;
}

.DropdownMenu .MenuList .TopMenu:hover a {
  color: #3b5997;
  text-decoration: none;
}

.DropdownMenu .MenuList .TopMenu .HasChildren,
.TopMenuActive .HasChildren {
  /* height: 45px; */
  display: flex;
  align-items: center;
  position: relative;
}

.DropdownMenu .MenuList .HasChildren:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.DropdownMenu .MenuList .TopMenu>.Dropdown .HasChildren:after,
.DropdownMenu .MenuList .TopMenuActive>.Dropdown .HasChildren:after {
  transform: rotate(-90deg);
}

.DropdownMenu .MenuList .Dropdown {
  background: #ffff none repeat-x scroll left top;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: left;
  top: 98%;
  width: auto;
  z-index: 1000;
  min-width: 200px;
}

.DropdownMenu .MenuList .Dropdown .sub:hover {
  /* background: linear-gradient(135deg,#0683dd 0%,#0065ca 100%); */
  color: #fff;
  cursor: pointer;
  background: whitesmoke;
}

.DropdownMenu .MenuList .Dropdown .sub:hover>a {
  color: #212529;
}

.DropdownMenu .MenuList .Dropdown .sub {
  display: inline-block;
  /* height: 35px; */
  position: relative;
  width: 100%;
  border-top: 1px solid #e9ecef;
}

.DropdownMenu .MenuList .Dropdown .sub a {
  color: #212529;
  display: flex;
  margin: 0;
  padding: 0 15px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  font-size: 15px;
  line-height: 45px;
  align-items: center;
}

.DropdownMenu .MenuList .Popup {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  left: 100%;
  position: absolute;
  top: -1px;
  width: auto;
  z-index: 1001;
  border-left: 1px solid #e9ecef;
  box-shadow: 6px 6px 10px rgb(0 0 0 / 30%);
}

.DropdownMenu .MenuList .Dropdown .Popup .sub span {
  color: #212529;
  padding: 0;
  text-transform: none;
  white-space: nowrap;
}

.DropdownMenu .MenuList .Popup .sub:hover {
  /* background: linear-gradient(135deg,#0683dd 0%,#0065ca 100%); */
  background: whitesmoke;
}

.DropdownMenu .MenuList .Popup .sub:hover>a>span {
  color: #212529;
}

.DropdownMenu .MenuList .Popup .sub {
  position: relative;
}

.DropdownMenu .MenuList .Popup .sub a {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 45px;
}

.DropdownMenu .AdvanceBar {
  background: #cfcfcf url("Images/advance_bg.png") repeat-x scroll 0 0;
  display: none;
  height: 30px;
  line-height: 30px;
}

.DropdownMenu .MenuList>li {
  border-bottom: 1px solid #ffffff52;
  border-right: 1px solid #ffffff52;
}

.DropdownMenu .MenuList>li:first-child>a:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #212529;
  font-size: 15px;
  margin-bottom: 4px;
}
.layout-sticky[style="top: 0px; left: 0px; z-index: 9999; position: fixed;"] .DropdownMenu {
    border-bottom: none;
}
.layout-sticky .DropdownMenu {
    width: 1150px;
    display: flex;
    margin: auto;
}
.layout-sticky[style="top: 0px; left: 0px; z-index: 9999; position: fixed;"]{
  background: #fff;
  border-bottom: 2px solid black;
}
@media only screen and (max-width: 1400px) {
    .DropdownMenu .MenuList .TopMenuActive a {
        font-size: 14px !important;
    }
 .DropdownMenu .MenuList .TopMenu a {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 768px) {
.layout-sticky{
    /*position: static !important;*/
 	border-bottom: none !important;
}
  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 #bd1f2426;
    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: calc(100vw - 20px) !important; */
    position: static !important;
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 5px 0;
    background: rgb(233 236 239);
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
    border-bottom: 2px solid #0065ca;
    /* border-top: 1px solid #e9ecef; */
  }

  .DropdownMenu .navbar-button span {
    background: #0065ca !important;
    width: 25px !important;
    height: 5px !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: #be1f24 !important;
    height: 2px;
    margin: -4px !important;
  }

  .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(-45deg);"] {
    background: #c22127 !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 .Popup {
    border-left: 0;
  }

  .DropdownMenu .MenuList .TopMenu>.Dropdown .HasChildren:after,
  .DropdownMenu .MenuList .TopMenuActive>.Dropdown .HasChildren:after {
    transform: rotate(0deg);
  }
}