.text-center {
  text-align: center;
}

.index-ti .e-ti {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 400;
  color: #FB1846;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.index-ti .t-ti {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
  color: #2B2B2B;
}
@media (max-width: 768px) {
  .index-ti .e-ti {
    font-size: 3.75rem;
    margin-bottom: 15px;
  }
  .index-ti .t-ti {
    font-size: 1.125rem;
  }
}

.index-banner {
  padding-top: 140px;
  position: relative;
}
@media (max-width: 991px) {
  .index-banner {
    padding-top: 84px;
  }
}
.index-banner li {
  margin: 0 15px;
}
@media (max-width: 991px) {
  .index-banner li {
    margin: 0 8px;
  }
}
.index-banner a {
  display: block;
  border-radius: 200px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .index-banner a {
    border-radius: 150px;
  }
}
@media (max-width: 991px) {
  .index-banner a {
    border-radius: 50px;
  }
}
.index-banner .bgcover {
  background-size: cover !important;
  padding-bottom: 67.6%;
}
@media (max-width: 768px) {
  .index-banner .bgcover {
    padding-bottom: 185.1%;
  }
}
.index-banner .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}
@media (max-width: 768px) {
  .index-banner .slick-dots {
    width: 100%;
    bottom: auto;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.index-banner .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #1671D8;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.index-banner .slick-dots li button::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #BFBFBF;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media (min-width: 768px) {
  .index-banner .slick-dots li button:hover::before {
    background: #1671D8;
    opacity: 1;
  }
  .index-banner .slick-dots li button:hover::after {
    border: 1px solid #1671D8;
  }
}
.index-banner .slick-dots li.slick-active button:before {
  opacity: 1;
}
.index-banner .slick-dots li.slick-active button:after {
  border: 1px solid #1671D8;
}
@media (max-width: 768px) {
  .index-banner .slick-dots li {
    margin: 0 2px;
  }
}
.index-banner .bot-dots {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-banner .bot-dots .slick-prev {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  left: auto;
}
.index-banner .bot-dots .slick-next {
  position: relative;
  right: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.index-banner .bot-dots .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  width: auto;
  top: auto;
  bottom: auto;
}
.index-banner .bot-dots .slick-prev, .index-banner .bot-dots .slick-next {
  width: 26px;
  height: 32px;
}
.index-banner .bot-dots .slick-prev::before, .index-banner .bot-dots .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 17px;
  opacity: 1;
  content: "";
  background: url(../images/icon_carousel_unhover.webp) no-repeat center/contain;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.index-banner .bot-dots .slick-prev::after, .index-banner .bot-dots .slick-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 17px;
  opacity: 1;
  content: "";
  background: url(../images/icon_carousel_hover.webp) no-repeat center/contain;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 768px) {
  .index-banner .bot-dots .slick-prev:hover::before, .index-banner .bot-dots .slick-next:hover::before {
    opacity: 0;
  }
  .index-banner .bot-dots .slick-prev:hover::after, .index-banner .bot-dots .slick-next:hover::after {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .index-banner .bot-dots .slick-prev::before, .index-banner .bot-dots .slick-next::before {
    opacity: 0;
  }
  .index-banner .bot-dots .slick-prev::after, .index-banner .bot-dots .slick-next::after {
    opacity: 1;
  }
}
.index-banner .bot-dots .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.index-banner .bot-dots .slick-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.index-banner .bgpattern-t {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 23.7%;
  text-align: right;
}
@media (max-width: 768px) {
  .index-banner .bgpattern-t {
    top: 65px;
    right: -35px;
    z-index: -1;
    width: 51.7%;
  }
}
.index-banner .bgpattern-b {
  position: absolute;
  bottom: -28%;
  left: 0;
  z-index: -1;
  width: 24%;
}
@media (max-width: 768px) {
  .index-banner .bgpattern-b {
    bottom: -4%;
    left: 0;
    z-index: -1;
    width: 50%;
  }
}
.index-banner .bgdeco-t {
  position: absolute;
  top: 26%;
  left: 14%;
  width: 14.8%;
}
@media (max-width: 768px) {
  .index-banner .bgdeco-t {
    top: 20%;
    left: -5%;
    width: 28%;
  }
}
.index-banner .bgdeco-b {
  position: absolute;
  bottom: -1%;
  right: 15%;
  width: 19.8%;
}
@media (max-width: 768px) {
  .index-banner .bgdeco-b {
    bottom: -1%;
    right: 1%;
    width: 36%;
  }
}

.shop-item {
  margin-top: 100px;
  padding-top: 55px;
  padding-bottom: 200px;
  background: url(../images/index/bg_pattern.webp);
}
@media (max-width: 768px) {
  .shop-item {
    padding-bottom: 100px;
  }
}
.shop-item .index-ti {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .shop-item .index-ti {
    margin-bottom: 40px;
  }
}

.about-item {
  background: #FFD500;
  margin-top: 200px;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .about-item {
    padding-bottom: 0px;
    padding-top: 0;
  }
}
.about-item .ab-bg {
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .about-item .ab-bg {
    width: 1200px;
    left: 50%;
    bottom: 98%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about-item .ab-bg img {
  width: 100%;
}
.about-item .ab-bg2 {
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .about-item .ab-bg2 {
    width: 1200px;
    left: 50%;
    top: 94%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about-item .ab-bg2 img {
  width: 100%;
}
.about-item .ab-bg3 {
  position: absolute;
  width: 13.5%;
  top: -40%;
  right: 0;
}
@media (max-width: 991px) {
  .about-item .ab-bg3 {
    width: 31.5%;
    top: -24%;
    right: -14%;
  }
}
.about-item .ab-bg3 img {
  width: 100%;
}
.about-item .ab-bg4 {
  width: 9.6%;
  position: absolute;
  bottom: -34%;
  left: 0;
}
@media (max-width: 991px) {
  .about-item .ab-bg4 {
    width: 22.6%;
    bottom: -21%;
    left: 0;
  }
}
.about-item .ab-bg4 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .about-item .container {
    max-width: 100%;
  }
}
.about-item .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4%;
}
@media (max-width: 991px) {
  .about-item .about-flex {
    display: block;
    padding-right: 0;
    padding-bottom: 260px;
  }
}
@media (max-width: 768px) {
  .about-item .about-flex {
    display: block;
    padding-right: 0;
    padding-bottom: 160px;
  }
}
.about-item .about-flex .l-bx {
  width: 40%;
  padding-left: 12%;
}
@media (max-width: 991px) {
  .about-item .about-flex .l-bx {
    padding-left: 0;
    width: 100%;
  }
}
.about-item .about-flex .l-bx .index-ti {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .about-item .about-flex .l-bx .index-ti {
    text-align: center;
    margin-bottom: 45px;
  }
}
.about-item .about-flex .l-bx .sh-des {
  margin-bottom: 100px;
  line-height: 2.1;
}
@media (max-width: 991px) {
  .about-item .about-flex .l-bx .sh-des {
    margin-bottom: 60px;
  }
}
.about-item .about-flex .l-bx .sh-btn {
  margin-left: 0;
}
@media (max-width: 991px) {
  .about-item .about-flex .l-bx .sh-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about-item .about-flex .r-bx {
  position: relative;
  width: 51%;
}
@media (max-width: 991px) {
  .about-item .about-flex .r-bx {
    width: 100%;
  }
}
.about-item .about-flex .r-bx .img-bx {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 40% 60% 53% 47%/58% 70% 30% 42%;
}
@media (max-width: 991px) {
  .about-item .about-flex .r-bx .img-bx {
    width: calc(100% + 12px);
    left: -6px;
    border-radius: 37% 63% 53% 47%/50% 66% 34% 50%;
  }
}
.about-item .about-flex .r-bx .img-bx img {
  width: 100%;
}
.about-item .about-flex .r-bx .s-img {
  position: absolute;
  bottom: -17%;
  left: -16%;
  overflow: hidden;
  width: 38.7%;
  border-radius: 47% 53% 53% 47%/62% 54% 46% 38%;
  border: 8px solid #FFD500;
}
@media (max-width: 991px) {
  .about-item .about-flex .r-bx .s-img {
    width: 47.5%;
    border: 5px solid #FFD500;
    bottom: -22%;
    left: 0%;
    border-radius: 50% 50% 53% 47%/68% 66% 34% 32%;
  }
}
.about-item .about-flex .r-bx .s-img img {
  width: 100%;
}
.about-item .about-flex .r-bx .cat-bg {
  position: absolute;
  top: -7%;
  left: -6%;
  width: 31%;
}
.about-item .about-flex .r-bx .dog-bg {
  position: absolute;
  bottom: -1%;
  right: 0;
  width: 20.5%;
}
.about-item .about-flex .r-bx .start-bg {
  position: absolute;
  bottom: -2%;
  left: 15%;
  width: 17.2%;
}
@media (max-width: 991px) {
  .about-item .about-flex .r-bx .start-bg {
    bottom: -8%;
    left: 39%;
    width: 15.2%;
  }
}

.news-item {
  margin-top: 450px;
}
@media (max-width: 1199px) {
  .news-item {
    margin-top: 250px;
  }
}
.news-item .index-ti {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .news-item .index-ti {
    margin-bottom: 40px;
  }
}
.news-item .sh-btn {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .news-item .sh-btn {
    margin-top: 45px;
  }
}