.flex-wrapper {
  display: flex; }
  .flex-wrapper.overwrite {
    display: flex !important; }
  .flex-wrapper.flex-wrap {
    flex-wrap: wrap; }
  .flex-wrapper.flex-direction-row {
    flex-direction: "row"; }
  .flex-wrapper.flex-direction-col {
    flex-direction: "column"; }
  .flex-wrapper > *.flex-grow {
    flex-grow: 1; }

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

.mt-0 {
  margin-top: 0px; }

.TNCP_bc_tanhotu_breadcrumb a {
  color: #FFF;
  font-weight: bold; }
.TNCP_bc_tanhotu_breadcrumb .breadcrumb {
  margin: 10px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 2px #000;
  -moz-box-shadow: 0px 1px 2px #000;
  box-shadow: 0px 1px 2px #000;
  background: #36417c;
  background: linear-gradient(to bottom, #36417c, #123C7C); }

/*# sourceMappingURL=style.css.map */
