.MainStructure .FooterBanner {
  text-align: center;
  width: 100%;
  background: #0f6c32
    url(https://storage-vnportal.vnpt.vn/cmu-chinhquyen/1/Thai/bg-footer.png)
    no-repeat center top !important;
}
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.UIFooterControl {
  color: #ffffff;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.logo-left img {
  width: 150px;
}
.bottom_left {
  text-align: left;
}
.bottom_left h6 {
  margin-bottom: 10px;
}
.bottom_left p {
  margin-bottom: 10px;
}
.UIFooterControl .Design {
  position: absolute;
  right: 10px;
  top: 10px;
}
.bottom_right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-evenly;
  align-items: center;
}
.menuFooter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 0 10px 0;
  align-items: flex-start;
}
.menuFooter div:first-child .stLeft {
  padding-left: 0px;
}
.menuFooter div .stLeft {
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 1px 12px;
}
.stLeft:hover {
  color: #fff;
}
.menuFooter div:nth-last-child(1) .stLeft {
  border: unset !important;
}
@media screen and (max-width: 768px) {
  .container-fluid {
    margin: 0;
    padding: 0 !important;
  }
  .logo-left img {
    width: 100px !important;
  }
  .bottom_right img {
    width: 100px !important;
  }
  .UIFooterControl p,
  .UIFooterControl p * {
    text-align: left !important;
    display: flex;
    flex-direction: row;
    line-height: inherit;
    justify-content: flex-start;
  }
  .stLeft {
    border: unset !important;
    padding: 0 5px !important;
  }
  .UIFooterControl {
    position: relative !important;
  }
  .bottom_left {
  }
  .bottom_right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .menuFooter div {
    border-right: 2px solid #ddd;
    height: 40px;
  }
  .menuFooter div:last-child {
    border-right: unset;
  }
}
