.slider-home-wrapper {
  position: relative; }

.slider-home-wrapper .owl-carousel {
  position: initial; }

.fs-slider-home img {
  width: 100%; }

.fs-slider-home h3 {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  display: none;
  font-family: MyriadPro-Light;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  margin: 0;
  padding: 8px 20px;
  position: absolute;
  width: 100%; }

.fs-slider-home {
  display: block; }

.fs-slider-home .item:first-child {
  display: block; }

.fs-slider-home .item {
  text-align: center; }

.owl-dot {
  background: #ccc;
  margin: 0px 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box; }

.fs-slider-home:hover .owl-dot {
  opacity: 1; }

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  /* width: 100%; */
  padding: 6px 11px;
  border-radius: 19px;
  left: 50%;
  transform: translate(-50%, 0); }

.owl-dot {
  position: relative; }
  .owl-dot:before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: 0.5s;
    content: ""; }

.owl-dot.active,
.owl-dot:hover {
  background: #fff;
  box-shadow: inset rgba(255, 255, 255, 0.37) -1px 1px 1px; }
  .owl-dot.active:before,
  .owl-dot:hover:before {
    border: 1px solid #fff; }

.fs-slider-home .owl-controls .owl-nav {
  display: none; }

.fs-slider-home:hover .owl-controls .owl-nav {
  display: block; }

.fs-slider-home .owl-controls .owl-nav div {
  display: inline-block;
  zoom: 1;
  position: absolute;
  padding: 2px 0 0;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: -webkit-body;
  line-height: 20px;
  top: 50%;
  transform: translate(0, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box; }

.fs-slider-home .owl-controls .owl-prev {
  left: 10px; }

.fs-slider-home .owl-controls .owl-next {
  right: 10px; }

.slide-content {
  position: absolute;
  top: 40%;
  color: #fff;
  width: 100%;
  margin-right: auto;
  text-align: left; }
  .slide-content .sl-content {
    transform: translate(150%);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    width: 50%;
    box-sizing: border-box;
    text-align: left; }
  .slide-content .button_mua {
    margin: 35px 0 20px; }
    .slide-content .button_mua a {
      color: #FFF;
      font-size: 14px;
      box-sizing: border-box;
      border-radius: 4px;
      text-align: center;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      padding: 14px 40px;
      border: 2px solid var(--main-color); }
      .slide-content .button_mua a:hover {
        background: var(--main-color); }
  .slide-content .title-banner-big {
    font-size: 30px;
    color: var(--main-color);
    text-shadow: 1px 1px #868686cc;
    font-weight: bold;
    text-transform: uppercase; }
    .slide-content .title-banner-big span {
      font-size: 18px; }
    @media all and (max-width: 600px) {
      .slide-content .title-banner-big {
        font-size: 25px; } }
  .slide-content .description-slide {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 24px;
    margin-top: 10px;
    line-height: 35px;
    color: #ffffff;
    text-shadow: 2px 2px #868686cc; }
    @media all and (max-width: 600px) {
      .slide-content .description-slide {
        line-height: 30px;
        font-size: 18px; } }
  .slide-content .button-slide-basic {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 39px;
    margin-top: 15px;
    padding: 0 20px;
    text-transform: uppercase; }
    .slide-content .button-slide-basic:hover {
      background-color: #df5c53; }

.active .sl-content {
  transform: translate(0); }
.active .title-banner-big {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn; }
.active .description-slide {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn; }
.active .button-slide {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: slideInUp;
  -webkit-animation-name: slideInUp; }

@media screen and (max-width: 900px) {
  .owl-dots {
    display: none !important; } }
@media screen and (max-width: 700px) {
  .slider-home-wrapper {
    overflow: hidden; } }

/*# sourceMappingURL=owl_carousel_home.css.map */
