.block-section-top {
  position: relative;
}
@media (max-width: 1199px) {
  .block-section-top {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .block-section-top {
    padding-right: 0;
  }
}
.block-section-top .block-nav-categori {
  position: relative;
  float: none;
  width: 100%;
  z-index: 100;
}
.block-section-top .block-nav-categori .block-title {
  display: none;
}
.block-section-top .block-nav-categori .block-content {
  background-color: #f7f7f7;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}



.block-slide-main .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-slide-main .title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.block-slide-main .subtitle {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.block-slide-main .des {
  display: block;
}
.block-slide-main .btn {
  line-height: 50px;
  background-color: #0a3a68;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0 25px;
  font-size: 16px;
  font-weight: bold;
}
.block-slide-main .btn:hover {
  background-color: #ff3366;
}
/*
.block-slide-main .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.block-slide-main .owl-dots .owl-dot {
  width: 21px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  margin: 0 3px;
}
.block-slide-main .owl-dots .owl-dot.active {
  background-color: #ff3366;
}
*/
.block-slide-main .dotsData .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: auto;
  right: 257px;
}
@media (max-width: 640px) {
  .block-slide-main .dotsData .owl-dots {
    right: 30px;
  }
}
.block-slide-main .dotsData .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  line-height: 18px;
  background-color: transparent;
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #666666;
  border-radius: 100%;
  color: #666666;
}
.block-slide-main .dotsData .owl-dots .owl-dot.active {
  background-color: #ff3366;
  color: #fff;
  border-color: #fff;
}
.block-slide-main:hover .owl-nav .owl-next,
.block-slide-main:hover .owl-nav .owl-prev {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block-slide-main:hover .owl-nav .owl-prev {
  left: 15px;
}
.block-slide-main:hover .owl-nav .owl-next {
  right: 15px;
}
.block-slide-main .owl-nav .owl-next,
.block-slide-main .owl-nav .owl-prev {
  width: 32px;
  line-height: 50px;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 24px;
  color: #333333;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  opacity: 0;
}
.block-slide-main .owl-nav .owl-next:hover,
.block-slide-main .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #ff8c00;
  border-color: #ff8c00;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.block-slide-main .owl-nav .owl-next:before,
.block-slide-main .owl-nav .owl-prev:before {
  content: "";
  font-family: 'FontAwesome';
}
.block-slide-main .owl-nav .owl-prev {
  left: 25px;
}
.block-slide-main .owl-nav .owl-prev:before {
  content: "<";
}
.block-slide-main .owl-nav .owl-next {
  right: 25px;
}
.block-slide-main .owl-nav .owl-next:before {
  content: ">";
}
.block-slide-main .active .item .title {
  -webkit-animation: fadeInRight 0.9s ease-in-out 0.8s both;
  -o-animation: fadeInRight 0.9s ease-in-out 0.8s both;
  animation: fadeInRight 0.9s ease-in-out 0.8s both;
}
.block-slide-main .active .item .subtitle {
  -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.block-slide-main .active .item .des {
  -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.block-slide-main .active .item .btn {
  -webkit-animation: fadeInRight 0.8s ease-in-out 0.8s both;
  -o-animation: fadeInRight 0.8s ease-in-out 0.8s both;
  animation: fadeInRight 0.8s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .title {
  -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
  -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
  animation: fadeInDown 0.6s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .subtitle {
  -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
  -o-animation: fadeInDown 1s ease-in-out 0.8s both;
  animation: fadeInDown 1s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .des {
  -webkit-animation: fadeInDown 1.5s ease-in-out 0.8s both;
  -o-animation: fadeInDown 1.5s ease-in-out 0.8s both;
  animation: fadeInDown 1.5s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .btn {
  -webkit-animation: fadeInDown 1.7s ease-in-out 0.8s both;
  -o-animation: fadeInDown 1.7s ease-in-out 0.8s both;
  animation: fadeInDown 1.7s ease-in-out 0.8s both;
}
.block-slide-main .active .item3 .title {
  -webkit-animation: flipInX 1s ease-in-out 1s both;
  -o-animation: flipInX 1s ease-in-out 1s both;
  animation: flipInX 1s ease-in-out 1s both;
}
.block-slide-main .active .item3 .subtitle {
  -webkit-animation: flipInX 1.2s ease-in-out 1s both;
  -o-animation: flipInX 1.2s ease-in-out 1s both;
  animation: flipInX 1.2s ease-in-out 1s both;
}
.block-slide-main .active .item3 .des {
  -webkit-animation: flipInX 1.5s ease-in-out 0.8s both;
  -o-animation: flipInX 1.5s ease-in-out 0.8s both;
  animation: flipInX 1.5s ease-in-out 0.8s both;
}
.block-slide-main .active .item3 .btn {
  -webkit-animation: flipInX 1.7s ease-in-out 0.8s both;
  -o-animation: flipInX 1.7s ease-in-out 0.8s both;
  animation: flipInX 1.7s ease-in-out 0.8s both;
}

.slide-opt-P {
  color: #fff;
}
.slide-opt-P .owl-dots {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
}
.slide-opt-P .owl-dots .owl-dot {
  color: #666666;
  font-size: 14px;
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 5px;
}
.slide-opt-P .owl-dots .owl-dot.active {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
}


.slide-opt-8 {
  color: #fff;
}
.slide-opt-8 .owl-dots {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
}
.slide-opt-8 .owl-dots .owl-dot {
  color: #666666;
  font-size: 14px;
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 5px;
}
.slide-opt-8 .owl-dots .owl-dot.active {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
}
.slide-opt-8 .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    /*  background-color: rgba(0, 0, 0, 0.21);   */
/*  background-color: rgba(0, 0, 0, 0.1);   */  
  z-index: 2;
}




.slide-opt-8 .description {
  text-transform: uppercase;
  position: absolute;
  top: 41px;
  left: 50%;
 margin-left: -420px;  
   width: 840px;   
  z-index: 10;
    text-align: center;

}
.slide-opt-8 .img-slide {
  display: block;
   width: 100%; 
}
.slide-opt-8 .subtitle {
  font-size: 24px;
  display: block;
  margin-bottom: 12px;

}
.slide-opt-8 .title {
  display: block;
  font-size: 40px;
  margin-bottom: 12px;

}
.slide-opt-8 .des {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.slide-opt-8 .view-opt8 {
  background-color: transparent;
  line-height: 50px;
  padding: 0  30px;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 36px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slide-opt-8 .view-opt8:hover {
  text-decoration: none;
  background-color: #fff;
  color: #666666;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slide-opt-8 .subtitle,
.slide-opt-8 .title,
.slide-opt-8 .des,
.slide-opt-8 .view-opt8 {
  position: relative;
}
.slide-opt-8 .active .title {
  -webkit-animation: fadeInRight 0.9s ease-in-out 0.8s both;
  -o-animation: fadeInRight 0.9s ease-in-out 0.8s both;
  animation: fadeInRight 0.9s ease-in-out 0.8s both;
}
.slide-opt-8 .active .subtitle {
  -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
  -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
  animation: fadeInDown 0.6s ease-in-out 0.8s both;
}
.slide-opt-8 .active .des {
  -webkit-animation: fadeInRight 0.4s ease-in-out 1.2s both;
  -o-animation: fadeInRight 0.4s ease-in-out 1.2s both;
  animation: fadeInRight 0.4s ease-in-out 1.2s both;
}
.slide-opt-8 .active .view-opt8 {
  -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
@media (min-width: 1700px) {	
  .slide-opt-8 .description {
    top: 165px;
  }
  .slide-opt-8 .owl-dots {
    bottom: 10px;
  }
}

 .slide-opt-8 .item {
    height: 500px;
  }	
@media (min-width: 1201px) {
  .slide-opt-8 .item {
    height: 500px;
  }		
}

@media (max-width: 1200px) {
  .slide-opt-8 .item {
    height: 450px;
  }		
  .slide-opt-8 .description {
    top: 45px;
  }
  .slide-opt-8 .owl-dots {
    bottom: 15px;
  }
  .slide-opt-8 .subtitle {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .slide-opt-8 .title {
    margin-bottom: 6px;  	
    font-size: 30px;
  }
  .slide-opt-8 .des {
    font-size: 14px;
  }
  .slide-opt-8 .view-opt8 {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .slide-opt-8 .item {
    height: 300px;
  }		
  .slide-opt-8 .description {
    top: 25px;
    left: 15px;
    right: 15px;
    width: auto;
    margin: auto;
  }
  .slide-opt-8 .owl-dots {
    bottom: 10px;
  }
  .slide-opt-8 .subtitle {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .slide-opt-8 .title {
    margin-bottom: 6px;  	
    font-size: 30px;
  }
  .slide-opt-8 .des {
    font-size: 14px;
  }
  .slide-opt-8 .view-opt8 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .slide-opt-8 .item {
    height: 200px;
  }		
  .slide-opt-8 .description {
    top: 15px;
  }
  .slide-opt-8 .owl-dots {
    bottom: 6px;
  }
  .slide-opt-8 .subtitle {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .slide-opt-8 .title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .slide-opt-8 .des {
    font-size: 12px;
  }
  .slide-opt-8 .view-opt8 {
    margin-top: 10px;
    line-height: 30px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .slide-opt-8 .item {
    height: 100px;
  }	
  .slide-opt-8 .description {
    top: 15px;
  }
  .slide-opt-8 .owl-dots {
    bottom: 1px;
  }
  .slide-opt-8 .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
  }
  .slide-opt-8 .subtitle {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .slide-opt-8 .title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .slide-opt-8 .des {
    font-size: 11px;
    display: none;
  }
  .slide-opt-8 .view-opt8 {
    margin-top: 5px;
    line-height: 24px;
    font-size: 10px;
  }
}


.block-section-top8 {
  margin-bottom: 20px;
}

.img-slidePop {
  display: block;
   height: 100%; 
}