/*!*Slider Revolution*!*/
.fullwidthbanner-container {
  width: 100% !important;
  position: relative;
  padding: 0;
  /*max-height:450px !important;*/
  /*overflow:hidden;*/
}
.fullwidthbanner-container>.fullwidthabnner {
  width: 100% !important;
  max-height: 600px !important;
  position: relative;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background: #e1472f !important;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  /*background-color:#e1472f !important;*/
}
.tp-bullets {
  z-index: 1001;
  position: absolute;
  bottom: 0px;
}
.tp-bullets.simplebullets {
  display: none;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: #fff;
  width: 88px;
  height: 6px;
  float: left;
  transition: color, background 0.1s linear;
}
/*左右箭头*/
.tp-leftarrow {
  z-index: 30;
  cursor: pointer;
  position: relative;
  margin-left: 0px;
  margin-top: -21px;
  transition: color, background 0.1s linear;
  font-size: 40px;
  --tw-text-opacity: 1;
  color: rgb(188 216 255 / var(--tw-text-opacity));
}
.tp-rightarrow {
  z-index: 30;
  cursor: pointer;
  position: relative;
  margin-left: 0;
  margin-top: -21px;
  transition: color, background 0.1s linear;
  font-size: 40px;
  --tw-text-opacity: 1;
  color: rgb(188 216 255 / var(--tw-text-opacity));
}
@media screen and (max-width: 468px) {
  .tp-rightarrow {
    font-size: 20px;
  }

  .tp-leftarrow {
    font-size: 20px;
  }
}
/*.tp-simpleresponsive*/
.fullwidthbanner img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 100%;
}
.tp-simpleresponsive a {
  text-decoration: none;
}
.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tp-simpleresponsive>ul>li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}
.tp-leftarrow,.tp-rightarrow {
  display: none !important;
}
.tp-leftarrow:focus,.tp-rightarrow:focus{
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-color: white;
  outline: 1.5px solid rgb(35 24 21);
}
/*!*Slider Revolution end*!*/