/* Auto Generate Variables from JSON */
@media (min-width: 320px) {
  .wp-block-cover {
    padding: 15px !important;
    margin: 0 !important;
  }
  .wp-block-cover h4 {
    font-size: 5vw !important;
  }

  .contest-group {
    margin-bottom: 35px;
  }
  .contest-group strong {
    font-size: 12px;
  }
}
@media (min-width: 375px) {
  .wp-block-cover {
    padding: 15px !important;
    margin: 0 !important;
  }
  .wp-block-cover h4 {
    font-size: 6vw !important;
  }

  .contest-group {
    margin-bottom: 15px;
  }
  .contest-group strong {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .wp-block-cover {
    padding-left: 65px !important;
  }
  .wp-block-cover h4 {
    font-size: 40px !important;
  }

  .contest-group {
    margin-bottom: 0;
  }
  .contest-group strong {
    font-size: 24px;
  }
  .contest-group p {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .alignfull.hero-slider, .tao-cover {
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
  }

  .hero-slider {
    margin-top: -95px;
  }
}
@media (min-width: 360px) {
  .hero-slider .wp-block-cover {
    min-height: 500px !important;
    background-position: 90% 100%;
  }
}
@media (min-width: 768px) {
  .hero-slider .wp-block-cover {
    min-height: 400px !important;
    background-position: 50% 0%;
  }
}
@media (min-width: 1024px) {
  .hero-slider .wp-block-cover {
    min-height: 500px !important;
  }
}
@media (min-width: 1600px) {
  .hero-slider .wp-block-cover {
    min-height: 700px !important;
  }
}
.hero-slider .wp-block-cover {
  padding-left: 65px;
  display: flex !important;
}
.hero-slider:hover .slick-arrow {
  opacity: 0.5;
}

.slick-arrow {
  opacity: 0;
  font-size: 45px;
  font-weight: 300 !important;
  position: absolute;
  height: 100%;
  padding: 0 60px;
  z-index: 9999;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #e3e3e3;
}
.slick-arrow:hover {
  cursor: pointer;
}

.ion-chevron-right.slick-arrow {
  right: 0;
  top: 0;
  padding-right: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: flex !important;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem !important;
  height: 1rem !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 100% !important;
  background-color: #e3e3e3 !important;
  text-indent: -9999px !important;
}
.slick-dots li.slick-active button {
  background-color: #fff !important;
}

.basr-tee_banner .wrap-inner {
  position: relative;
}

.line-bf {
  font-weight: 400;
}

.line-bf:before {
  content: "";
  background: #fff;
  display: inline-block;
  margin-right: 20px;
  width: 38px;
  height: 1px;
  transform: translateY(-5px);
}

.contest-group {
  margin-bottom: 60px;
  margin-left: 30px;
}

.join-contest {
  position: relative;
  margin-bottom: 10px;
}
.join-contest:before {
  background: url(https://pro.teeallover.com/wp-content/uploads/2021/10/bi-ngo.png);
  width: 100px;
  height: 70px;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  left: -25px;
}
.join-contest strong {
  background: #ef790f;
  padding: 6px 45px;
  border-radius: 15px;
}
.join-contest strong a {
  display: inline-block;
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
  color: #fff;
}

@-webkit-keyframes rotating {
  25% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(1deg);
  }
}

@keyframes rotating {
  25% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(1deg);
  }
}
.contest-date {
  margin-left: 45px;
  font-weight: 500;
}