#pav-slideShow {
  width: 86%;
  margin: auto;
  margin-top: 40px;
  overflow: hidden;
}
#pav-slideShow .container {
  width: 1370px;
}
#pav-slideShow .page-button {
  width: 100%;
  justify-content: left;
}
#pav-slideShow .item_block {
  width: 100%;
  overflow: hidden;
  display: flex;
}
#pav-slideShow .item_block .slide-contenth .sl-content {
  opacity: 0;
}
#pav-slideShow .item_block .slide-contenth h1 {
  font-size: 60px;
}
#pav-slideShow .item_block .slide-contenth ul {
  padding-left: 20px;
  font-size: 16px;
}
#pav-slideShow .item_block .slide-contenth ul li {
  list-style-type: disc;
  margin: 5px 0;
}
@media screen and (max-width: 990px) {
  #pav-slideShow {
    margin-top: 0px;
  }
}

.slider-home-wrapper .owl-carousel {
  position: initial;
}

#pav-slideShow .fs-slider-home .item img {
  opacity: 1;
}

.fs-slider-home h2 {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  display: none;
  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;
}

.fs-slider-home:hover .owl-dot {
  opacity: 1;
}

.fs-slider-home .owl-dots {
  position: absolute;
  bottom: 3%;
  left: 55%;
  transform: translate(-50%, 0px);
}
.fs-slider-home .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  float: left;
  margin: 0 6px;
}
.fs-slider-home .owl-dots .active {
  background: var(--main-color);
}

.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;
  background: rgba(41, 75, 196, 0.4509803922);
  width: 48px;
  height: 34px;
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-family: -webkit-body;
  line-height: 20px;
  top: 50%;
  transform: translate(0%, -50%);
}
.fs-slider-home .owl-controls .owl-nav div:hover {
  background: var(--main-color);
}

.fs-slider-home .owl-controls .owl-prev {
  left: 10px;
}

.fs-slider-home .owl-controls .owl-next {
  right: 10px;
}

.slide-contenth {
  width: 40%;
  margin: 0 60px 0 20px;
  padding-bottom: 60px;
  /* float: left; */
  text-align: left;
  left: 0;
}
@media all and (max-width: 1100px) {
  .slide-contenth {
    display: none;
  }
}
.slide-contenth .title-banner-big {
  color: #5f646b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
@media all and (max-width: 600px) {
  .slide-contenth .title-banner-big {
    font-size: 25px;
  }
}
.slide-contenth .title-banner-small {
  font-size: 36px;
  color: #fff;
  /* text-transform: uppercase; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5882352941);
}
.slide-contenth .title-banner-small span {
  font-size: 18px;
}
@media all and (max-width: 600px) {
  .slide-contenth .title-banner-small {
    font-size: 25px;
  }
}
.slide-contenth .description-slide {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 0.93vw;
  margin-top: 20px;
  line-height: 1.6vw;
  color: #2A2D33;
  width: 100%;
  font-size: 19px;
  line-height: 26px;
}
.slide-contenth .description-slide span {
  font-size: 60px;
  line-height: 69px;
  font-family: "MarcellusRegular";
}
.slide-contenth .description-slide ul {
  padding-left: 20px;
}
.slide-contenth .description-slide ul li {
  list-style-type: disc;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
}
@media all and (max-width: 600px) {
  .slide-contenth .description-slide {
    line-height: 30px;
    font-size: 18px;
  }
}
.slide-contenth .button-slide-basic {
  background-color: #ffc022;
  /* color: #fff; */
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  margin-top: 15px;
  padding: 0 25px;
  border-radius: 50px;
  font-weight: 700;
  text-shadow: 0px 1px 0px #999;
  transition: 0.5s all ease;
  opacity: 0;
}
.slide-contenth .button-slide-basic a {
  color: #fff;
}
.slide-contenth .button-slide-basic:hover {
  background-color: #df5c53;
}

.slide-image {
  width: 62%;
}
@media screen and (max-width: 990px) {
  .slide-image {
    width: 100%;
  }
}

.active .slide-content {
  animation: slide-content 3s running ease-out 1s both;
  opacity: 1;
}
.active .title-banner-big {
  animation: title-up 5s running ease-out 1s both;
}
.active .description-slide {
  animation: des-run 5s running ease-out 1s both;
}
.active .page-button {
  animation: title-up3 5s running ease-out 1s both;
}
@keyframes title-up {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  85% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes title-up3 {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  20% {
    transform: translateY(10px);
    opacity: 1;
  }
  85% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
  }
}
@keyframes title_up3_mb {
  20% {
    transform: translate(0px, 0%);
    opacity: 1;
  }
  85% {
    transform: translate(0px, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0%);
    opacity: 1;
  }
}
@keyframes title-up2 {
  20% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  85% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, -200px);
    opacity: 0;
  }
}
@keyframes des-run {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  85% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes btn-run {
  20% {
    transform: translate(0px, 0px);
  }
  85% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-500px, 0px);
  }
}
@keyframes slide-content {
  20% {
    transform: translate(0px, -50%);
  }
  85% {
    transform: translate(0px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}
@keyframes slide_content_mb {
  20% {
    transform: translate(0px, 0%);
  }
  85% {
    transform: translate(0px, 0%);
  }
  100% {
    transform: translate(0px, 0%);
  }
}

@media screen and (max-width: 900px) {
  .owl-dots {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .slider-home-wrapper {
    overflow: hidden;
  }
}
.button_mua {
  position: absolute;
  bottom: 20%;
}
.button_mua a {
  background: var(--main-color);
  color: #fff;
  padding: 12px 60px;
  display: inline-block;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
@media all and (max-width: 600px) {
  .button_mua a {
    padding: 7px 15px 8px 39px;
    display: none;
  }
}

#pav-slideShow .item {
  overflow: hidden;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #pav-slideShow .item {
    width: 94%;
    margin: auto;
  }
}
#pav-slideShow .item img {
  opacity: 1;
  transition: 6s;
  width: 100%;
  height: auto;
  float: right;
}
.owl-carousel .owl-stage-outer {
  width: 100%;
}

.slider-home {
  width: 100% !important;
}

@media screen and (max-width: 1012px) {
  #pav-slideShow {
    width: 100%;
  }
  #pav-slideShow .item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .slideshow_countdown {
    margin-top: 10px;
  }
  #pav-slideShow .item {
    width: 100%;
  }
}
.hide {
  display: none !important;
}/*# sourceMappingURL=owl_carousel_home.css.map */