@-webkit-keyframes flash {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes flash {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.home-promotion-section {
  height: 550px;
  position: relative;
  overflow: hidden;
  background: #000;
}

@media (max-width: 575px) {
  .home-promotion-section {
    height: 355px;
  }
}

.home-promotion-section .pagingInfo {
  position: absolute;
  bottom: 10px;
  right: 50%;
  font-size: 15px;
  color: #fff;
  -webkit-transform: translate(700px, 0);
  transform: translate(700px, 0);
  z-index: 1;
}

.home-promotion-section .pagingInfo .active {
  opacity: 1;
}

.home-promotion-section .pagingInfo .total {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .home-promotion-section .pagingInfo {
    right: 10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.home-promotion-section .promotion-list {
  position: relative;
}

.home-promotion-section .promotion-list::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 1024px) {
  .home-promotion-section .promotion-list::after {
    display: none;
  }
}

.home-promotion-section .promotion-list .promotion-box {
  height: 550px;
}

@media (max-width: 575px) {
  .home-promotion-section .promotion-list .promotion-box {
    height: 355px;
  }
}

.home-promotion-section .promotion-list .promotion-box .promotion-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  opacity: 0;
}

.home-promotion-section .promotion-list .promotion-box.slick-current {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.home-promotion-section .promotion-list .promotion-box.slick-current .promotion-bg {
  opacity: 1;
}

.slick-current .promotion-item span.title {
  opacity: 1;
}

.promotion-item {
  text-align: center;
  cursor: pointer;
}

.promotion-item span.title {
  color: #fff;
  opacity: 0.7;
  display: block;
  padding: 8px 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.promotion-item span.title:hover {
  opacity: 1;
}

.promotion-thumb {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1260px;
  z-index: 910;
}

@media (max-width: 1024px) {
  .promotion-thumb {
    display: none;
  }
}

.slick-dots {
  bottom: 10px;
  z-index: 99;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button {
  background-color: #FFDB16;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  color: #FFDB16;
  opacity: 1;
}

.slick-dots li button {
  width: 11px;
  height: 11px;
  text-indent: 0;
  margin: 5px;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  font-size: unset;
  background-color: #dedede;
  transition: all 0.25s ease-in-out;
}

.slick-dots li button.active,
.slick-dots li button:hover {
  background-color: #FFDB16;
}

.slick-dots li button::before {
  content: none;
}

.swiper-pagination-bullet {
  width: 32px;
  height: 8px;
  margin: 0 4px;
  background: #858585;
  opacity: .5;
  border-radius: 0;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  opacity: 1;
  background: #FFDB16;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -98px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: -98px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 98px;
  height: 91px;
  z-index: 1000;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination {
  bottom: -80px;
  left: 0;
  right: 0;
}

.slick-next {
  right: 50%;
  -webkit-transform: translate(650px, -50%);
  transform: translate(650px, -50%);
  width: fit-content;
  height: fit-content;
}
.slick-next:hover::before {
  background: url(../images/arrow-h.png) no-repeat center center;
}
.slick-next::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 21px;
  height: 25px;
  background: url(../images/arrow.png) no-repeat center center;
  transform: scaleX(-1);
  transition: all 0.3s ease;
}

.slick-prev {
  left: 50%;
  -webkit-transform: translate(-650px, -50%);
  transform: translate(-650px, -50%);
  width: fit-content;
  height: fit-content;
}

.slick-prev::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 21px;
  height: 25px;
  background: url(../images/arrow.png) no-repeat center center;
  transition: all 0.3s ease;
}
.slick-prev:hover::before {
  background: url(../images/arrow-h.png) no-repeat center center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.newsinfo-section .thum {
  height: 100%;
  padding: 0 2.5px;
}

@media (max-width: 575px) {
  .newsinfo-section .thum {
    display: none;
  }
}

.newsinfo-section .pagingInfo-news {
  position: absolute;
  bottom: 7px;
  right: 47px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
}

.newsinfo-section .pagingInfo-news .active {
  opacity: 1;
}

.newsinfo-section .pagingInfo-news .total {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .newsinfo-section .pagingInfo-news {
    right: 20px;
    bottom: -23px;
    color: #000;
  }
}

.newsinfo-section .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 8px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .newsinfo-section .slick-dots {
    background: transparent;
    bottom: -25px;
  }
}

.newsinfo-section .slide-thum {
  position: relative;
}

.newsinfo-section .slide-thum::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
}

@media (max-width: 1024px) {
  .newsinfo-section .slide-thum::after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .newsinfo-section .slide-thum {
    margin: 30px 0 0;
  }
}

.newsinfo-section .slide-thum .slick-prev,
.newsinfo-section .slide-thum .slick-next {
  bottom: 5px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 3;
}

@media (max-width: 1024px) {

  .newsinfo-section .slide-thum .slick-prev,
  .newsinfo-section .slide-thum .slick-next {
    top: 50%;
  }
}

.newsinfo-section .slide-thum .slick-next {
  right: 15px;
}

@media (max-width: 1024px) {
  .newsinfo-section .slide-thum .slick-next {
    right: -10px;
  }

  .newsinfo-section .slide-thum .slick-next::before {
    border-color: #000;
  }
}

.newsinfo-section .slide-thum .slick-prev {
  right: 85px;
  left: inherit;
}

@media (max-width: 1024px) {
  .newsinfo-section .slide-thum .slick-prev {
    left: -10px;
  }

  .newsinfo-section .slide-thum .slick-prev::before {
    border-color: #000;
  }
}

.newsinfo-section .slide-thum .slide-thum-box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 435px;
  height: 435px;
}

@media (max-width: 1024px) {
  .newsinfo-section .slide-thum .slide-thum-box {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .newsinfo-section .slide-thum .slide-thum-box {
    padding: 0 5px;
  }
}