#basicSlider {
  position: relative;
}

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 100px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}

@media (max-width: 991px) {

  #basicSlider .MS-content .item {
    width: 25%;
  }
}

@media (max-width: 767px) {

  #basicSlider .MS-content .item {
    width: 35%;
  }
}

@media (max-width: 500px) {

  #basicSlider .MS-content .item {
    width: 50%;
  }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button {
  position: absolute;
}

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

.swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  float: left;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.swing img {
  border: 50px solid #f8f8f8;
  display: block;
}

.swing:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

/* nail */
.swing:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 54%;
  z-index: 5;
  border-radius: 50% 50%;

}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

.hung {

  margin-top: 13px !important
}



.navbar-brand {
  font-weight: 600;
  font-size: 2rem;
}

.faq {
  padding-top: 80px;
}

.text-gray-800,
.text-gray-900 {
  color: #696669;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #000;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top .ti-angle-up {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
  color: #fff;
}

.back-to-top:hover {
  color: #fff;
  background: #000;
  transition: background 0.2s ease-in-out;
}

.navbar {
  position: relative;
  /* margin-bottom:0px !important; */
}

.fixed-top {
  position: fixed;
  top: 0px !important;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media only screen and (max-width: 600px) {
  .navbar {
    position: relative;
    margin-bottom: 30px !important;
    margin-top: 50px !important;
  }

  #mslogo {
    display: none !important;
  }

  #mslabel {
    display: block !important;
  }

  .section-about{
    padding: 170px 0px 30px 0px !important;
  }

}

audio,
canvas,
embed,
iframe,
img,
object,
video {
  display: inherit !important;
  vertical-align: middle;
}

.nav_fix {
  margin-right: -33px !important;
}

.badge-image {
  width: 100%;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  display: block;
  margin: auto;
}

.badge-container {
  text-align: center;
}