@keyframes flipbook {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(20deg); }
  100% {
    transform: rotateY(0deg); } }

@keyframes flipbook2 {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(-180deg); } }

@keyframes animatePen {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1; }
  50% {
    transform: scale(1.1) rotate(10deg);
    opacity: 0.8; }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1; } }

@keyframes animateFloat {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-20px) rotate(3deg); }
  100% {
    transform: translateY(0px) rotate(0deg); } }

@keyframes animatescaleZoom {
  0% {
    transform: scale(0.6);
    opacity: 0.3; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes animateBounceleft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@keyframes animateShape {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
    opacity: 1; }
  50% {
    transform: translateX(100px) rotate(180deg) scale(1.2);
    opacity: 0.7; }
  100% {
    transform: translateX(0) rotate(360deg) scale(1);
    opacity: 1; } }

@keyframes animateShine {
  100% {
    left: 100%; } }

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.302), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.302);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.302), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.302); }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.302), 0 0 0 20px rgba(255, 255, 255, 0.302), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.302), 0 0 0 20px rgba(255, 255, 255, 0.302), 0 0 0 30px rgba(255, 255, 255, 0); } }

@keyframes animateRotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

[class^="section-index-"] {
  padding: 80px 0; }

@media (max-width: 767px) {
  [class^="section-index-"] {
    padding: 40px 0; } }

.slider-owl.owl-carousel, .list-pro.owl-carousel, .list-review.owl-carousel, .list-blog.owl-carousel {
  /*@media(min-width: 1200px){
		.owl-nav{
		button{
		&.owl-prev{
		left: -15px;
	}
		&.owl-next{
		right: -15px;
	}
	}
	}
	}*/ }
  .slider-owl.owl-carousel .owl-nav button, .list-pro.owl-carousel .owl-nav button, .list-review.owl-carousel .owl-nav button, .list-blog.owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: none;
    outline: none;
    color: #1e1e1e;
    transition: all 0.3s; }
    .slider-owl.owl-carousel .owl-nav button svg, .list-pro.owl-carousel .owl-nav button svg, .list-review.owl-carousel .owl-nav button svg, .list-blog.owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px;
      fill: currentColor; }
      .slider-owl.owl-carousel .owl-nav button svg polyline, .slider-owl.owl-carousel .owl-nav button svg line, .list-pro.owl-carousel .owl-nav button svg polyline, .list-pro.owl-carousel .owl-nav button svg line, .list-review.owl-carousel .owl-nav button svg polyline, .list-review.owl-carousel .owl-nav button svg line, .list-blog.owl-carousel .owl-nav button svg polyline, .list-blog.owl-carousel .owl-nav button svg line {
        stroke: currentColor; }
    .slider-owl.owl-carousel .owl-nav button.owl-prev, .list-pro.owl-carousel .owl-nav button.owl-prev, .list-review.owl-carousel .owl-nav button.owl-prev, .list-blog.owl-carousel .owl-nav button.owl-prev {
      left: 15px; }
    .slider-owl.owl-carousel .owl-nav button.owl-next, .list-pro.owl-carousel .owl-nav button.owl-next, .list-review.owl-carousel .owl-nav button.owl-next, .list-blog.owl-carousel .owl-nav button.owl-next {
      right: 15px; }
    .slider-owl.owl-carousel .owl-nav button:hover, .list-pro.owl-carousel .owl-nav button:hover, .list-review.owl-carousel .owl-nav button:hover, .list-blog.owl-carousel .owl-nav button:hover {
      background: var(--shop-color-main);
      color: #fff;
      border-color: var(--shop-color-main); }
  @media (max-width: 767px) {
    .slider-owl.owl-carousel .owl-nav button, .list-pro.owl-carousel .owl-nav button, .list-review.owl-carousel .owl-nav button, .list-blog.owl-carousel .owl-nav button {
      top: calc(50% - 16px);
      width: 34px;
      height: 34px;
      line-height: 34px; }
      .slider-owl.owl-carousel .owl-nav button.owl-prev, .list-pro.owl-carousel .owl-nav button.owl-prev, .list-review.owl-carousel .owl-nav button.owl-prev, .list-blog.owl-carousel .owl-nav button.owl-prev {
        left: 0; }
      .slider-owl.owl-carousel .owl-nav button.owl-next, .list-pro.owl-carousel .owl-nav button.owl-next, .list-review.owl-carousel .owl-nav button.owl-next, .list-blog.owl-carousel .owl-nav button.owl-next {
        right: 0; } }

.list-pro.owl-carousel .owl-nav button {
  border: 1px solid rgba(30, 30, 30, 0.2);
  background: transparent; }

@media (min-width: 1200px) {
  .list-pro.owl-carousel .owl-nav button.owl-prev {
    left: -50px; }
  .list-pro.owl-carousel .owl-nav button.owl-next {
    right: -50px; } }

.list-review.owl-carousel .owl-nav button {
  border: 1px solid rgba(30, 30, 30, 0.2);
  background: transparent; }

@media (min-width: 992px) {
  .list-review.owl-carousel .owl-nav {
    position: absolute;
    bottom: 15px;
    right: 0;
    display: flex;
    gap: 10px; }
    .list-review.owl-carousel .owl-nav button {
      position: unset;
      /*&.owl-prev{
					left: -50px;
				}
					&.owl-next{
					right: -50px;
				}*/ } }

@media (max-width: 991px) {
  .list-blog.owl-carousel .owl-nav button {
    border: 1px solid rgba(30, 30, 30, 0.2);
    background: transparent; }
  .list-blog:not(.owl-loaded) {
    display: flex;
    flex-flow: nowrap;
    overflow: hidden; }
    .list-blog:not(.owl-loaded) .article-loop {
      flex: 0 0 100%; } }

.section-index-slider {
  padding: 0; }
  .section-index-slider .slider-owl:not(.owl-loaded) {
    display: flex;
    overflow: hidden; }
    .section-index-slider .slider-owl:not(.owl-loaded) .slider-item {
      flex: 0 0 100%; }
  .section-index-slider .slider-item img {
    width: 100%; }
  .section-index-slider .index-slider {
    position: relative; }
    .section-index-slider .index-slider:before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 9%;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/img_slide.png?v=23);
      background-size: cover;
      background-position: bottom center;
      z-index: 2; }
  @media (max-width: 767px) {
    .section-index-slider .slider-owl .owl-nav button.owl-prev {
      left: 10px; }
    .section-index-slider .slider-owl .owl-nav button.owl-next {
      right: 10px; } }

.section-index-about .row {
  gap: 30px 0; }

.section-index-about .list-about {
  display: flex;
  gap: 15px 24px; }
  .section-index-about .list-about .about-item {
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    padding: 35px 30px 30px;
    border-radius: 10px; }
    .section-index-about .list-about .about-item--1 {
      background: rgba(195, 1, 26, 0.06); }
      .section-index-about .list-about .about-item--1 .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px; }
      .section-index-about .list-about .about-item--1 .desc {
        color: rgba(30, 30, 30, 0.8); }
      .section-index-about .list-about .about-item--1 .list-more {
        margin-top: 30px; }
        .section-index-about .list-about .about-item--1 .list-more .item .icon {
          margin-right: 3px; }
          .section-index-about .list-about .about-item--1 .list-more .item .icon svg {
            width: 18px;
            height: 18px;
            fill: #c3011a; }
        .section-index-about .list-about .about-item--1 .list-more .item:not(:last-child) {
          margin-bottom: 8px; }
    .section-index-about .list-about .about-item--2 {
      background: rgba(251, 137, 69, 0.06);
      display: flex;
      flex-flow: column;
      justify-content: space-between; }
      .section-index-about .list-about .about-item--2 .title {
        font-size: 56px;
        font-weight: 600;
        color: #fb8945;
        letter-spacing: 4px;
        line-height: 1; }
      .section-index-about .list-about .about-item--2 .hotline {
        display: flex;
        align-items: center;
        gap: 10px; }
        .section-index-about .list-about .about-item--2 .hotline .icon svg {
          width: 34px;
          height: 34px;
          fill: #fb8945; }
        .section-index-about .list-about .about-item--2 .hotline .detail-num {
          font-size: 20px;
          font-weight: 600; }

.section-index-about .about-banner {
  position: relative;
  overflow: hidden;
  /*padding: 25px 60px 25px 45px;padding: 25px 40px 25px 30px;*/
  padding: 5% 10% 5% 8%; }
  .section-index-about .about-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--shop-color-main);
    -webkit-mask: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index-about-bg.png?v=23) top/cover;
    mask: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index-about-bg.png?v=23) top/cover; }
  .section-index-about .about-banner img {
    border-radius: 50%; }

@media (max-width: 1199px) {
  .section-index-about .about-banner, .section-index-about .heading-title, .section-index-about .btn-more {
    text-align: center; }
    .section-index-about .about-banner .title1, .section-index-about .heading-title .title1, .section-index-about .btn-more .title1 {
      justify-content: center; } }

@media (max-width: 767px) {
  .section-index-about .list-about {
    flex-flow: wrap; }
    .section-index-about .list-about .about-item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .section-index-about .list-about .about-item--1 .title {
        font-size: 20px; }
      .section-index-about .list-about .about-item--2 .title {
        font-size: 45px; }
      .section-index-about .list-about .about-item--2 .hotline {
        margin-top: 20px; } }

.section-index-col-1.has-bg {
  background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_col_1_bg.jpg?v=23);
  background-size: cover;
  background-position: top center; }

.section-index-col-1 .list-pro .product-loop .product-inner {
  padding: 20px;
  background: var(--shop-color-bg);
  -webkit-mask: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/box-bg.png?v=23) top/cover;
  mask: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/box-bg.png?v=23) top/cover; }

.section-index-col-1 .list-pro .product-loop .proloop-image {
  /*.product--image{
				img{border-radius: 25px / 130px;}
			}*/ }
  .section-index-col-1 .list-pro .product-loop .proloop-image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 51%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    /*border-radius: 25px / 130px;*/ }
  .section-index-col-1 .list-pro .product-loop .proloop-image:hover:before {
    left: 0;
    right: 0;
    opacity: 0; }

.section-index-col-1 .list-pro .product-loop .proloop-detail {
  padding: 10px 30px 12px; }
  .section-index-col-1 .list-pro .product-loop .proloop-detail .proloop--vendor a {
    font-size: 14px;
    font-weight: 600;
    color: var(--shop-color-main);
    border: 1px solid var(--shop-color-main);
    border-radius: 30px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 20px 0;
    background: rgba(208, 2, 27, 0.06); }
  .section-index-col-1 .list-pro .product-loop .proloop-detail .btn-more .btn-pro {
    background: #fff;
    color: var(--shop-color-main);
    border: 1px solid var(--shop-color-main);
    padding: 12px 30px 8px; }
    .section-index-col-1 .list-pro .product-loop .proloop-detail .btn-more .btn-pro:before {
      left: 50%;
      width: 0;
      clip-path: none;
      background: var(--shop-color-main); }
    .section-index-col-1 .list-pro .product-loop .proloop-detail .btn-more .btn-pro .icon {
      top: -2px; }
    .section-index-col-1 .list-pro .product-loop .proloop-detail .btn-more .btn-pro:hover {
      color: #fff; }
      .section-index-col-1 .list-pro .product-loop .proloop-detail .btn-more .btn-pro:hover:before {
        left: 0;
        width: 100%; }
  .section-index-col-1 .list-pro .product-loop .proloop-detail .pro-short {
    display: none; }

.section-index-col-1 .list-pro .product-loop .quickview-product .icon-quickview {
  display: none; }

@media (min-width: 768px) {
  .section-index-col-1.has-bg {
    padding: 120px 0; } }

@media (min-width: 1200px) {
  .section-index-col-1 .heading-title {
    position: relative; }
    .section-index-col-1 .heading-title:before, .section-index-col-1 .heading-title:after {
      content: '';
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .section-index-col-1 .heading-title.has-icon1:before {
      top: calc(50% - 35px);
      left: 20px;
      width: 70px;
      height: 70px;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_col_1_img_1.jpg?v=23);
      animation: animatePen 3s infinite ease-in-out; }
    .section-index-col-1 .heading-title.has-icon2:after {
      top: calc(50% - 32px);
      right: 0;
      width: 154px;
      height: 65px;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_col_1_img_2.jpg?v=23);
      animation: flipbook 1.5s ease-in-out infinite; } }

@media (max-width: 767px) {
  .section-index-col-1.has-bg {
    padding: 80px 0;
    background-position: center; } }

.section-index-activities .heading-title .row {
  margin: 0; }

.section-index-activities .heading-title .desc {
  margin: 0;
  color: rgba(30, 30, 30, 0.6); }

.section-index-activities .list-item {
  margin: 0;
  gap: 20px; }
  .section-index-activities .list-item .item {
    position: relative;
    padding: 40px 35px;
    display: flex;
    align-items: center;
    gap: 30px; }
    .section-index-activities .list-item .item:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      right: 51%;
      background: rgba(255, 255, 255, 0.8);
      opacity: 1;
      pointer-events: none;
      z-index: 1;
      -webkit-transition: all 0.4s linear;
      transition: all 0.4s linear; }
    .section-index-activities .list-item .item .icon {
      flex: 0 0 60px; }
    .section-index-activities .list-item .item .detail .title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 8px; }
    .section-index-activities .list-item .item .detail .desc {
      color: rgba(30, 30, 30, 0.6);
      margin: 0; }
    .section-index-activities .list-item .item .btn-more {
      margin: 0;
      text-align: center;
      width: 100%; }
      .section-index-activities .list-item .item .btn-more .button:before {
        left: 50%;
        width: 0;
        clip-path: none; }
      .section-index-activities .list-item .item .btn-more .button:hover:before {
        left: 0;
        width: 100%; }
    .section-index-activities .list-item .item.has-bg {
      background-image: var(--bg-img);
      background-size: cover;
      background-position: center; }
    .section-index-activities .list-item .item:hover:before {
      left: 0;
      right: 0;
      opacity: 0; }

@media (min-width: 992px) {
  .section-index-activities .heading-title .row {
    align-items: center; }
  .section-index-activities .heading-title .heading-col:first-child {
    -ms-flex: 0 0 66.67%;
    flex: 0 0 66.67%;
    max-width: 66.67%;
    padding-right: 30px; }
  .section-index-activities .heading-title .heading-col:last-child {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .section-index-activities .list-item .item {
    -ms-flex: 0 0 calc(100%/3 - 13.5px);
    flex: 0 0 calc(100%/3 - 13.5px);
    max-width: calc(100%/3 - 13.5px); } }

@media (min-width: 1200px) {
  .section-index-activities .heading-title {
    position: relative; }
    .section-index-activities .heading-title:before, .section-index-activities .heading-title:after {
      content: '';
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .section-index-activities .heading-title.has-icon1:before {
      top: -100%;
      left: -10px;
      width: 84px;
      height: 120px;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_activities_img_1.jpg?v=23);
      animation: animateFloat 3s ease-in-out infinite; }
    .section-index-activities .heading-title.has-icon2:after {
      top: -50%;
      right: 0;
      width: 68px;
      height: 76px;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_activities_img_2.jpg?v=23);
      animation: animatescaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate; }
  .section-index-activities .list-item {
    position: relative; }
    .section-index-activities .list-item.has-icon {
      padding-bottom: 30px; }
      .section-index-activities .list-item.has-icon:before {
        content: '';
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        bottom: -140px;
        right: 0;
        width: 203px;
        height: 234px;
        background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_activities_img_3.jpg?v=23);
        animation: animateBounceleft 6s linear infinite;
        z-index: 2; } }

@media (max-width: 991px) {
  .section-index-activities .heading-title {
    text-align: center; }
    .section-index-activities .heading-title .title1 {
      justify-content: center; }
    .section-index-activities .heading-title .heading-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-index-activities .list-item .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 767px) {
  .section-index-activities .list-item .item {
    padding: 30px 20px;
    gap: 15px; }
    .section-index-activities .list-item .item .icon {
      flex: 0 0 45px; }
    .section-index-activities .list-item .item .detail .title {
      font-size: 18px; }
    .section-index-activities .list-item .item--all {
      padding: 40px 20px; } }

.section-index-col-2.has-bg {
  background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_col_2_bg.jpg?v=23);
  background-size: cover;
  background-position: top center; }

.section-index-col-2 .list-pro .product-loop .product-inner {
  padding: 20px 20px 30px;
  background: var(--shop-color-bg);
  border-radius: 20px; }

.section-index-col-2 .list-pro .product-loop .proloop-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg); }

.section-index-col-2 .list-pro .product-loop .proloop-image:hover:before {
  animation: animateShine 800ms; }

.section-index-col-2 .list-pro .product-loop .proloop-detail {
  text-align: center; }
  .section-index-col-2 .list-pro .product-loop .proloop-detail .proloop--vendor a {
    font-size: 14px;
    font-weight: 600;
    color: var(--shop-color-main);
    border: 1px solid var(--shop-color-main);
    border-radius: 30px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 20px 0;
    background: rgba(208, 2, 27, 0.06); }
  .section-index-col-2 .list-pro .product-loop .proloop-detail .proloop--price, .section-index-col-2 .list-pro .product-loop .proloop-detail .btn-more {
    display: none; }
  .section-index-col-2 .list-pro .product-loop .proloop-detail .pro-short {
    color: rgba(30, 30, 30, 0.6); }

.section-index-col-2 .list-pro .product-loop .quickview-product .icon-quickview {
  display: none; }

@media (min-width: 768px) {
  .section-index-col-2 {
    position: relative;
    z-index: 2; }
    .section-index-col-2.has-bg {
      padding: 150px 0; } }

@media (min-width: 1200px) {
  .section-index-col-2 .heading-title {
    position: relative; }
    .section-index-col-2 .heading-title:before, .section-index-col-2 .heading-title:after {
      content: '';
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .section-index-col-2 .heading-title.has-icon1:before {
      top: calc(50% - 35px);
      left: 50px;
      width: 154px;
      height: 65px;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_col_2_img_1.jpg?v=23);
      animation: flipbook 3s infinite ease-in-out; }
    .section-index-col-2 .heading-title.has-icon2:after {
      top: calc(50% - 32px);
      right: 80px;
      width: 56px;
      height: 56px;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_col_2_img_2.jpg?v=23);
      animation: animateShape 3s infinite ease-in-out; } }

@media (max-width: 767px) {
  .section-index-col-2.has-bg {
    padding: 80px 0;
    background-position: center; }
  .section-index-col-2 .list-pro .product-loop .product-inner {
    padding: 20px 15px;
    border-radius: 16px; } }

.section-index-video .video-item {
  position: relative; }
  .section-index-video .video-item .banner img {
    border-radius: 20px; }
  .section-index-video .video-item--1 {
    z-index: 3; }
    .section-index-video .video-item--1 .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 30px; }
    .section-index-video .video-item--1 .pro-video h3 {
      font-size: 28px;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .section-index-video .video-item--1 .pro-video .pro-sale {
      position: absolute;
      top: -15px;
      right: -100px;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      color: #fff; }
      .section-index-video .video-item--1 .pro-video .pro-sale:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 70px;
        background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_video_1_img_sale.jpg?v=23);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        animation: animateRotateme 18s linear infinite; }
      .section-index-video .video-item--1 .pro-video .pro-sale span {
        position: relative; }
    .section-index-video .video-item--1 .pro-video .proloop--vendor a {
      font-size: 14px;
      font-weight: 600;
      color: var(--shop-color-main);
      border: 1px solid var(--shop-color-main);
      border-radius: 30px;
      margin-bottom: 10px;
      display: inline-block;
      padding: 5px 20px 0;
      background: rgba(208, 2, 27, 0.06); }
    .section-index-video .video-item--1 .pro-video .proloop--price {
      font-size: 22px; }
      .section-index-video .video-item--1 .pro-video .proloop--price .price {
        color: var(--shop-color-main); }
      .section-index-video .video-item--1 .pro-video .proloop--price .price-del {
        color: rgba(30, 30, 30, 0.6);
        text-decoration: line-through; }
    .section-index-video .video-item--1 .pro-video .btn-more .btn-pro {
      padding: 12px 30px 8px; }
  .section-index-video .video-item--2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .section-index-video .video-item--2:hover:before {
    animation: animateShine 800ms; }
  .section-index-video .video-item--2 .icon-play {
    position: absolute;
    display: inline-block;
    border-radius: 32px;
    top: calc(50% - 60px);
    left: 51%;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background-color: var(--shop-color-main);
    color: #fff;
    transform: translate(-50%, 50%);
    text-align: center;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: 0.5s; }
    .section-index-video .video-item--2 .icon-play:before, .section-index-video .video-item--2 .icon-play:after {
      content: '';
      position: absolute; }
    .section-index-video .video-item--2 .icon-play:before {
      top: -11px;
      left: -11px;
      width: 86px;
      height: 86px;
      border-radius: 43px;
      background-color: rgba(255, 255, 255, 0.302); }
    .section-index-video .video-item--2 .icon-play:after {
      top: -30px;
      left: -30px;
      width: 122px;
      height: 122px;
      border-radius: 61px;
      background-color: rgba(255, 255, 255, 0);
      border: 2px solid rgba(255, 255, 255, 0.3); }
    .section-index-video .video-item--2 .icon-play svg {
      width: 20px;
      height: 20px;
      fill: currentColor; }

@media (max-width: 1199px) {
  .section-index-video .row {
    gap: 15px; }
  .section-index-video .video-item .banner img {
    width: 100%; } }

@media (max-width: 767px) {
  .section-index-video .video-item .banner img {
    border-radius: 16px; }
  .section-index-video .video-item--1 .content {
    padding-left: 15px; }
  .section-index-video .video-item--1 .pro-video p {
    margin: 0; }
  .section-index-video .video-item--1 .pro-video h3 {
    font-size: 18px;
    margin-bottom: 8px; }
  .section-index-video .video-item--1 .pro-video .pro-sale {
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px; }
    .section-index-video .video-item--1 .pro-video .pro-sale:before {
      width: 50px;
      height: 50px; }
  .section-index-video .video-item--1 .pro-video .proloop--vendor a {
    font-size: 12px; }
  .section-index-video .video-item--1 .pro-video .proloop--price {
    font-size: 18px; }
  .section-index-video .video-item--1 .pro-video .btn-more {
    margin-top: 10px; }
    .section-index-video .video-item--1 .pro-video .btn-more .btn-pro {
      padding: 8px 20px 4px; }
      .section-index-video .video-item--1 .pro-video .btn-more .btn-pro .icon {
        top: -1px; }
        .section-index-video .video-item--1 .pro-video .btn-more .btn-pro .icon svg {
          width: 15px;
          height: 15x; } }

.section-index-blog-1.has-bg {
  background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_blog_1_bg.jpg?v=23);
  background-size: cover;
  background-position: top center; }

.section-index-blog-1 .list-blog {
  margin: 0;
  gap: 30px 0; }
  .section-index-blog-1 .list-blog .article-loop .article-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    background: var(--shop-color-bg); }
    .section-index-blog-1 .list-blog .article-loop .article-inner .article-image {
      position: relative;
      flex: 0 0 40%; }
      .section-index-blog-1 .list-blog .article-loop .article-inner .article-image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 51%;
        background: rgba(255, 255, 255, 0.3);
        opacity: 1;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear; }
      .section-index-blog-1 .list-blog .article-loop .article-inner .article-image:hover:before {
        left: 0;
        right: 0;
        opacity: 0; }
    .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .article-post-meta {
      font-weight: 600;
      margin-bottom: 12px;
      color: var(--color); }
      .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .article-post-meta .icon {
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: -2px; }
        .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .article-post-meta .icon svg {
          width: 14px;
          height: 14px;
          fill: var(--color); }
    .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .post-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px; }
    .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .article-tag {
      color: rgba(30, 30, 30, 0.6); }
      .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .article-tag .icon {
        margin-right: 5px;
        position: relative;
        top: -2px; }
      .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .article-tag .time {
        margin-bottom: 10px; }
        .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .article-tag .time svg path {
          stroke: var(--color); }
      .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .article-tag .address svg {
        fill: var(--color); }
    .section-index-blog-1 .list-blog .article-loop .article-inner .btn-more {
      margin: 20px 0 0; }
      .section-index-blog-1 .list-blog .article-loop .article-inner .btn-more .button {
        font-size: 14px;
        padding: 10px 20px 6px;
        background-color: var(--color); }
        .section-index-blog-1 .list-blog .article-loop .article-inner .btn-more .button .icon {
          margin-top: -5px; }
        .section-index-blog-1 .list-blog .article-loop .article-inner .btn-more .button:before {
          left: 50%;
          width: 0;
          clip-path: none; }
        .section-index-blog-1 .list-blog .article-loop .article-inner .btn-more .button:hover:before {
          left: 0;
          width: 100%; }

@media (min-width: 768px) {
  .section-index-blog-1.has-bg {
    padding: 150px 0; } }

@media (min-width: 1200px) {
  .section-index-blog-1 .heading-title {
    position: relative; }
    .section-index-blog-1 .heading-title:before, .section-index-blog-1 .heading-title:after {
      content: '';
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .section-index-blog-1 .heading-title.has-icon1:before {
      top: calc(50% - 35px);
      left: 20px;
      width: 109px;
      height: 94px;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_blog_1_img_1.jpg?v=23);
      animation: flipbook2 3s infinite alternate ease-in-out; }
    .section-index-blog-1 .heading-title.has-icon2:after {
      top: calc(50% + 35px);
      right: 0;
      width: 213px;
      height: 142px;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_blog_1_img_2.jpg?v=23);
      animation: animateBounceleft 4s linear infinite; } }

@media (max-width: 1199px) {
  .section-index-blog-1 .list-blog .article-loop .article-inner .article-image img {
    width: 100%; } }

@media (max-width: 991px) {
  .section-index-blog-1 .list-blog {
    gap: 15px 0; }
    .section-index-blog-1 .list-blog .article-loop .article-inner {
      flex-flow: wrap; }
      .section-index-blog-1 .list-blog .article-loop .article-inner .article-image {
        flex: 0 0 100%; }
      .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail {
        text-align: center; } }

@media (max-width: 767px) {
  .section-index-blog-1.has-bg {
    padding: 80px 0;
    background-position: center; }
  .section-index-blog-1 .list-blog .article-loop .article-inner .article-detail .post-title {
    font-size: 18px; } }

.section-index-review .review-item .content {
  position: relative;
  padding: 40px 40px 45px;
  border-radius: 16px; }
  .section-index-review .review-item .content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--shop-color-main);
    filter: hue-rotate(170deg);
    border-radius: 16px;
    z-index: -1;
    opacity: 0.08; }
  .section-index-review .review-item .content .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px; }
    .section-index-review .review-item .content .title .icon svg {
      fill: var(--shop-color-main); }
  .section-index-review .review-item .content .desc {
    font-size: 18px;
    color: rgba(30, 30, 30, 0.6);
    margin-bottom: 20px; }
  .section-index-review .review-item .content .star {
    color: #ff853f; }
    .section-index-review .review-item .content .star i {
      margin-right: 5px; }

.section-index-review .review-item .info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px; }
  .section-index-review .review-item .info .img img {
    max-width: 70px;
    border-radius: 50%; }
  .section-index-review .review-item .info .name {
    font-size: 22px;
    font-weight: 600;
    margin: 0; }
  .section-index-review .review-item .info .position {
    color: rgba(30, 30, 30, 0.6);
    margin: 0; }

@media (min-width: 1200px) {
  .section-index-review .heading-title {
    position: relative; }
    .section-index-review .heading-title.has-icon:before {
      content: '';
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      top: calc(50% - 32px);
      right: -50px;
      width: 154px;
      height: 65px;
      background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_review_img.jpg?v=23);
      animation: flipbook 1.5s ease-in-out infinite; }
  .section-index-review .review-item .info {
    max-width: calc(100% - 120px); } }

@media (max-width: 1199px) {
  .section-index-review .row {
    gap: 30px; }
  .section-index-review .review-banner, .section-index-review .heading-title {
    text-align: center; }
    .section-index-review .review-banner .title1, .section-index-review .heading-title .title1 {
      justify-content: center; } }

@media (max-width: 767px) {
  .section-index-review .review-item .content {
    padding: 20px 40px; }
    .section-index-review .review-item .content .title {
      font-size: 18px;
      margin-bottom: 8px; }
    .section-index-review .review-item .content .desc {
      font-size: 16px;
      margin-bottom: 10px; }
  .section-index-review .review-item .info .name {
    font-size: 18px; } }

.section-index-blog-2.has-bg {
  background-image: url(//cdn.hstatic.net/themes/200001110453/1001434753/14/index_blog_2_bg.jpg?v=23);
  background-size: cover;
  background-position: top center; }

.section-index-blog-2 .list-blog {
  margin: 0; }
  .section-index-blog-2 .list-blog .article-loop .article-inner {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 25px 25px 35px;
    border-radius: 16px;
    background: var(--shop-color-bg); }
    .section-index-blog-2 .list-blog .article-loop .article-inner .article-image {
      position: relative; }
      .section-index-blog-2 .list-blog .article-loop .article-inner .article-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg); }
      .section-index-blog-2 .list-blog .article-loop .article-inner .article-image:hover:before {
        animation: animateShine 800ms; }
      .section-index-blog-2 .list-blog .article-loop .article-inner .article-image img {
        border-radius: 16px;
        width: 100%; }
      .section-index-blog-2 .list-blog .article-loop .article-inner .article-image .article-post-meta {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 14px;
        background: var(--color);
        color: #fff;
        padding: 4px 8px 0;
        border-radius: 30px; }
    .section-index-blog-2 .list-blog .article-loop .article-inner .article-detail .article-post-meta {
      margin: 20px 0 10px; }
      .section-index-blog-2 .list-blog .article-loop .article-inner .article-detail .article-post-meta .author {
        font-weight: 600; }
    .section-index-blog-2 .list-blog .article-loop .article-inner .article-detail .post-title {
      font-size: 24px;
      font-weight: 600; }
    .section-index-blog-2 .list-blog .article-loop .article-inner .btn-more {
      margin-top: 25px; }
      .section-index-blog-2 .list-blog .article-loop .article-inner .btn-more .button {
        background: #fff;
        color: var(--color);
        border: 1px solid var(--color);
        padding: 12px 15px 8px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .section-index-blog-2 .list-blog .article-loop .article-inner .btn-more .button:before {
          background: var(--color); }
        .section-index-blog-2 .list-blog .article-loop .article-inner .btn-more .button .icon {
          top: -2px; }
          .section-index-blog-2 .list-blog .article-loop .article-inner .btn-more .button .icon svg {
            stroke: none; }
        .section-index-blog-2 .list-blog .article-loop .article-inner .btn-more .button:hover {
          color: #fff; }

@media (min-width: 768px) {
  .section-index-blog-2.has-bg {
    padding: 150px 0 100px; } }

@media (max-width: 991px) {
  .section-index-blog-2 .list-blog {
    gap: 15px; }
    .section-index-blog-2 .list-blog .article-loop .article-inner .article-detail {
      text-align: center; } }

@media (max-width: 767px) {
  .section-index-blog-2.has-bg {
    padding: 80px 0 40px;
    background-position: center; }
  .section-index-blog-2 .list-blog .article-loop {
    padding: 0; }
    .section-index-blog-2 .list-blog .article-loop .article-inner {
      padding: 15px; }
      .section-index-blog-2 .list-blog .article-loop .article-inner .article-detail .post-title {
        font-size: 18px; } }
