.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.main-title {
  float: left;
  position: relative;
}
.main-title img {
  float: left;
  z-index: 100;
  position: relative;
}
.home-title {
  float: left;
  background-color: #0c2963;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 10px;
  margin-left: -10px;
  margin-top: 10px;
  position: absolute;
  left: 55px;
  top: 0px;
  width: 200px;
  font-size: 20px;
  font-weight: 150;
}

.chunk {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mtitle {
  background-color: #0c2963;
  border-radius: 10px;
  border-bottom: 3px #fff solid;
  text-align: center;
  color: #fff;
  /* height: 50px; */
  /* line-height: 50px; */
  font-weight: 400;
  padding: 15px 0;
  font-size: 16px;
}

.table-responsive img {
  border-radius: 0;
}
.mb-sty {
  margin-bottom: 6px;
}
