i.icon-arrow-down.ontop {
  pointer-events: none;
}

@media only screen and (max-width: 575px) {
  .container-top.new-ctop {
    height: 600px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-top.new-ctop {
    height: 500px !important;
  }
}

.hp-slider {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
.hp-slider .swiper {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
.hp-slider .swiper img.bgimage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-slider .swiper .slide-content-n {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.hp-slider .swiper .slide-content-n .s-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 60px;
  left: calc((100vw - 1170px) / 2);
  top: 120px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .hp-slider .swiper .slide-content-n .s-content {
    left: 0px;
    top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1110px) {
  .hp-slider .swiper .slide-content-n .s-content {
    left: 30px;
    top: 100px;
  }
}
@media only screen and (min-width: 1111px) and (max-width: 1200px) {
  .hp-slider .swiper .slide-content-n .s-content {
    top: 110px;
    left: 40px;
  }
}
.hp-slider .swiper .slide-content-n .s-content a.hs-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 35px;
  background-color: #ff0000;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
  transition: border 0.3s ease;
}
@media only screen and (max-width: 380px) {
  .hp-slider .swiper .slide-content-n .s-content a.hs-btn {
    /*width: calc(100% - 30px);
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
    top: -20px;
    */
  }
}
.hp-slider .swiper .slide-content-n .s-content a.hs-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.hp-slider .swiper .slide-content-n .s-content h1 {
  color: #a06d34;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: 1.06px;
  line-height: 61px;
  text-transform: uppercase;
}
@media only screen and (max-width: 320px) {
  .hp-slider .swiper .slide-content-n .s-content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .hp-slider .swiper .slide-content-n .s-content h1 {
    font-size: 44px;
    line-height: 50px;
    width: 100%;
  }
}
.hp-slider .swiper .slide-content-n .s-content p {
  color: #211a13;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .hp-slider .swiper .slide-content-n .s-content p {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .hp-slider .swiper .slide-content-n .s-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hp-slider .swiper .slide-content-n .s-content p {
    width: 80%;
  }
}
.hp-slider .swiper .slide-content-n .s-content p.red-label-special {
  color: #FF0000;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 0px;
}
.hp-slider .swiper .swiper-button-prev, .hp-slider .swiper .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 30px;
  border-radius: 30px;
  color: black;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 991px) {
  .hp-slider .swiper .swiper-button-prev, .hp-slider .swiper .swiper-button-next {
    display: none;
  }
}
.hp-slider .swiper .swiper-button-prev:after, .hp-slider .swiper .swiper-button-next:after {
  font-size: 26px;
  font-weight: 900;
}
.hp-slider .swiper .swiper-button-prev {
  left: 20px;
}
.hp-slider .swiper .swiper-button-prev:after {
  position: relative;
  left: -2px;
}
.hp-slider .swiper .swiper-button-next {
  right: 40px;
}
.hp-slider .swiper .swiper-button-next:after {
  position: relative;
  left: 2px;
}
.hp-slider .swiper .swiper-pagination {
  position: absolute;
  z-index: 5000;
  background-color: transparent;
  bottom: 15px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.hp-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: black;
  color: black;
  margin-left: 10px;
  margin-right: 10px;
}/*# sourceMappingURL=hpslider.css.map */