.tab-content > ul {
  display: none !important; }

.tab-content .bx-wrapper {
  position: relative; 
margin: 0px auto !important;}

.tab-content .bx-wrapper .bx-viewport {
  position: relative;
  overflow: visible !important; }

.tab-content .bx-wrapper .bx-viewport:before {
  content: " ";
  display: block;
  position: absolute;
  right: 103%;
  top: -2px;
  width: 10000px;
  height: calc(100% + 3px);
  background: #fff;
  z-index: 2; }

.tab-content .bx-wrapper .bx-viewport:after {
  content: " ";
  display: block;
  position: absolute;
  left: 103%;
  top: 0;
  width: 10000px;
  height: 100%;
  background: #fff;
  z-index: 2; }
/*  @media (max-width: 767px) {
    .tab-content .bx-wrapper .bx-viewport:after {
      top: -10px; } }*/

#homepage-carousel {
  margin: 0;
  overflow: visible; }

#homepage-carousel li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  clear: none !important; }

.tab-content .bx-controls a:before {
  font-family: "material-design"; }

.tab-content .bx-pager .bx-pager-item {
  float: left;
  text-align: center;
  margin-right: 3px; }

.tab-content .bx-pager .bx-pager-item a {
  display: block;
  width: 20px;
  height: 20px; }

.tab-content .bx-controls-auto .bx-controls-auto-item {
  float: left;
  margin-right: 3px;
  text-align: center;
  display: none; }

.tab-content .bx-controls-auto .bx-controls-auto-item a {
  display: block;
  width: 20px;
  height: 20px; }

.tab-content .bx-controls-auto .bx-controls-auto-item a.bx-start:before {
  content: '\f04b';
  font-family: "FontAwesome"; }

.tab-content .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
  content: '\f04c';
  font-family: "FontAwesome"; }

.tab-content .bx-controls-direction {
  float: left;
  overflow: hidden; }

.tab-content .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 33%;
  z-index: 2;
  color: #9aa6ae;
  font-size: 24px;
  font-weight: normal; }
  @media (max-width: 1300px) {
    .tab-content .bx-controls-direction a {
      top: -4%; } }
  .tab-content .bx-controls-direction a:hover {
    color: #3e464c; }
  .tab-content .bx-controls-direction a.disabled {
    color: #888;
    cursor: default;
    opacity: 0; }
  @media (max-width: 767px) {
    .tab-content .bx-controls-direction a {
      font-size: 30px;
      top: -26px; } }

.tab-content .bx-controls-direction a.bx-prev {
  left: -50px; }
  @media (max-width: 1300px) {
    .tab-content .bx-controls-direction a.bx-prev {
      left: inherit;
      right: 40px; } }

.tab-content .bx-controls-direction a.bx-prev:before {
  content: "\e092"; }

.tab-content .bx-controls-direction a.bx-next {
  right: -50px; }
  @media (max-width: 1300px) {
    .tab-content .bx-controls-direction a.bx-next {
      right: 0; } }

.tab-content .bx-controls-direction a.bx-next:before {
  content: "\e11e"; }

.tab-content .bx-wrapper .bx-pager {
  bottom: -36px;
  width: 100%;
  text-align: center;
  padding: 0;
  line-height: 0; }
  .tab-content .bx-wrapper .bx-pager .bx-pager-item {
    line-height: 0;
    float: none;
    display: inline-block;
    margin: 0; }
    .tab-content .bx-wrapper .bx-pager .bx-pager-item a {
      width: 11px;
      background: #c5c5c5;
      margin: 0 4px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      height: 11px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .tab-content .bx-wrapper .bx-pager .bx-pager-item a:hover {
        background: #333; }
      .tab-content .bx-wrapper .bx-pager .bx-pager-item a.active {
        background: #17c9be; }

