* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
html {
  background-image: url(/assets/img/logo2.png);
  background-size: 241px 125px;
}
body {
  background: rgba(255, 255, 255, 0.93) !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  background: #535353;
}

::-webkit-scrollbar-track {
  background: transparent;
}

.tab {
  height: 50px;
  margin-top: 30px;
  line-height: 50px;
  background-color: rgb(4, 159, 102);
}
.tab > a {
  height: 100%;
  color: #fff !important;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
.tab > a:hover {
  color: #fff;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #6aa84f;
}
.tab > a.active {
  color: #fff;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #6aa84f;
}

.bottom.container-fluid {
  padding-left: 0;
  padding-right: 0;
  height: 130px;
}

.bottom.container-fluid .top {
  height: 65px;
  padding: 20px;
  margin: 0 auto;
  font-size: 14px;
  color: #5c5c5c;
  text-align: center;
  background-color: #f2f2f2;
}
.bottom.container-fluid .delimiter {
  content: "|";
  margin: 0 15px;
}
.bottom.container-fluid .bottom {
  height: 65px;
  line-height: 65px;
  color: #c5c5c5;
  text-align: center;
  background-color: rgb(67, 67, 67);
}

.bottom.container-fluid .left {
  width: 500px;
  color: #000;
  height: 215px;
  font-weight: bold;
  padding: 15px 0 30px 0;
  margin: auto 0 auto auto;
}
.bottom.container-fluid .left {
  height: 100%;
  font-size: 0;
}
.bottom.container-fluid .left ul {
  font-size: 16px;
  line-height: 30px;
  padding-left: 25px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.bottom.container-fluid .left .img {
  width: 50px;
  height: 100%;
  filter: Invert();
  position: relative;
  line-height: 165px;
  display: inline-block;
  vertical-align: middle;
}
.bottom.container-fluid .left .img img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.bottom.container-fluid .right img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.bottom.container-fluid .right {
  padding-top: 40px;
}
.bottom.container-fluid .right span {
  width: 100%;
  color: #fff;
  line-height: 25px;
  text-align: center;
  display: inline-block;
}
.bottom .bottom span {
  padding: 0 2px; 
}
