.home-video video {
  width: 100%;
  height: auto; }

/* style default */
#slick-slider-home.slick-initialized .item {
  display: block !important; }

.wrap-box-text {
  position: absolute;
  z-index: 9;
  max-width: 400px;
  width: 100%;
  color: var(--colorshop);
  transition: all .9s ease-in-out .3s;
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .wrap-box-text {
      left: 10px !important;
      max-width: calc(100% - 20px); } }
  .wrap-box-text .large-title {
    font-size: 36px;
    margin-bottom: 15px; }
  .wrap-box-text .small-title {
    font-size: 16px; }
  .wrap-box-text .btn-slider {
    background: var(--bg_btn_slider);
    color: var(--color_btn_slider);
    border: none;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px; }
    .wrap-box-text .btn-slider:hover {
      background: var(--color_btn_slider);
      color: var(--bg_btn_slider); }
  .wrap-box-text.position-box-left {
    left: 10%;
    top: 50%;
    transform: translate(100%, -50%);
    text-align: left; }
  .wrap-box-text.position-box-right {
    right: 10%;
    top: 50%;
    transform: translate(100%, -50%);
    text-align: right; }
  .wrap-box-text.position-box-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }

.slick-active .animation-left-to-right {
  animation-name: fadeInLeft !important; }

.slick-active .animation-right-to-left {
  animation-name: fadeInRight !important; }

.slick-active .animation-top-to-bottom {
  animation-name: fadeInDown !important; }

.slick-active .animation-bottom-to-top {
  animation-name: fadeInUp !important; }

.slick-active .wrap-box-text.animation-top-to-bottom {
  animation-name: fadeInDowncenter !important; }

.slick-active .wrap-box-text.animation-bottom-to-top {
  animation-name: fadeInUpcenter !important; }

#section-category .box-cat {
  padding: 15px; }
  #section-category .box-cat .img-cat {
    transition: all .5s ease 0s;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
    #section-category .box-cat .img-cat .icon-eye {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      transition: .25s;
      opacity: 0;
      visibility: hidden; }
    #section-category .box-cat .img-cat:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      top: 0;
      left: 0;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      visibility: hidden; }
    #section-category .box-cat .img-cat:hover:before {
      opacity: 1;
      visibility: visible; }
    #section-category .box-cat .img-cat:hover .icon-eye {
      opacity: 1;
      visibility: visible; }
    #section-category .box-cat .img-cat:hover img {
      -webkit-animation-name: bounce_effect;
      animation-name: bounce_effect;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      transform: scale(1.04); }
    #section-category .box-cat .img-cat img {
      transition: all .8s linear; }
  #section-category .box-cat .banner-content {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500; }

/* collection tab*/
.section_collection_group .menu-col {
  padding: 10px 0px;
  flex: 0 0 100%; }
  @media only screen and (max-width: 991px) {
    .section_collection_group .menu-col {
      margin-top: 15px; } }
  .section_collection_group .menu-col li {
    padding-left: 8px;
    flex: 0 0 auto;
    display: block; }
    .section_collection_group .menu-col li:first-child {
      padding-left: 0; }
    .section_collection_group .menu-col li a {
      padding: 8px 15px;
      border: 1px solid #e6e6e6;
      border-radius: 20px;
      background: transparent;
      display: block;
      font-size: 15px; }
      .section_collection_group .menu-col li a:hover, .section_collection_group .menu-col li a.active {
        border-color: var(--colorshophover);
        background: linear-gradient(45deg, var(--colorshophover) 0%, var(--colorshop) 100%);
        color: #fff; }

.section_collection_group .tab-pane {
  display: none; }
  .section_collection_group .tab-pane.show {
    display: block; }

.bg-color {
  background-image: var(--bg-group-collection-new);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media (min-width: 992px) {
  .section_collection_new .bg-color {
    background-attachment: fixed; } }

.section_collection_new .bg-color .heading-line {
  color: var(--color-heading); }

.section_collection_new .product-block .product-detail {
  padding: 0 10px;
  margin-bottom: 10px; }

.section_hight_light .category-info h3 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase; }

.section_hight_light .category-info .banner-subtitle {
  font-size: 15px; }

.section_hight_light .block-img-1 img {
  border-radius: 0 100px; }

.section_hight_light .block-img-2 img {
  border-radius: 100px 0px; }

@media only screen and (max-width: 991px) {
  .section_hight_light .block-info {
    order: 1;
    margin-bottom: 15px; }
  .section_hight_light .block-img-1, .section_hight_light .block-img-2 {
    order: 2; } }

@media only screen and (max-width: 767px) {
  .section_hight_light .block-img-1 img {
    border-radius: 0 50px; }
  .section_hight_light .block-img-2 img {
    border-radius: 50px 0px; }
  .section_hight_light .category-info h3 {
    font-size: 20px; } }

#section-banner-group .item-banner {
  position: relative;
  flex: 1; }
  @media only screen and (max-width: 767px) {
    #section-banner-group .item-banner {
      flex: 0 0 80%; } }
  #section-banner-group .item-banner:hover .wrap-box-content {
    background: rgba(0, 0, 0, 0.8); }
  #section-banner-group .item-banner .wrap-box-content {
    position: absolute;
    padding: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; }
    #section-banner-group .item-banner .wrap-box-content * {
      color: #fff; }
    #section-banner-group .item-banner .wrap-box-content .sub-title {
      font-size: 16px; }
    #section-banner-group .item-banner .wrap-box-content .main-title {
      font-size: 24px; }
    #section-banner-group .item-banner .wrap-box-content .description {
      font-size: 16px; }
    #section-banner-group .item-banner .wrap-box-content .btn-view-all {
      font-size: 20px;
      text-transform: uppercase; }
    #section-banner-group .item-banner .wrap-box-content a:hover {
      color: var(--colorshophover); }

.countdown-deal li {
  margin-right: 10px;
  text-align: center;
  background: var(--bg-item-coudown);
  color: var(--color-item-coudown);
  border-radius: 5px;
  min-width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .countdown-deal li:last-child {
    margin-right: 0; }
  .countdown-deal li strong, .countdown-deal li span {
    display: block;
    line-height: 1;
    margin: 2px 0; }
  .countdown-deal li span {
    font-size: 10px; }

#owl-blog-wanda .artile-item {
  padding-left: 5px; }
  #owl-blog-wanda .artile-item .blog-post {
    padding: 0 5px; }
  @media only screen and (max-width: 767px) {
    #owl-blog-wanda .artile-item {
      padding-left: 15px; }
      #owl-blog-wanda .artile-item .blog-post {
        padding: 0; } }

#section-instagram .item {
  position: relative;
  overflow: hidden; }

#section-instagram .item img {
  transform: scale(1);
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

#section-instagram .item:hover img {
  transform: scale(1.2); }

#section-home-banner video {
  width: 100%;
  height: auto; }

.item-tag {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 0 25px 0;
  box-shadow: 0 0 20px #ccc;
  height: 100%; }

.head-tag {
  text-align: center;
  border-bottom: 1px solid #ccc; }

.item-tag.fix-cus .head-tag {
  padding: 0 10px 0;
  display: flex;
  padding-bottom: 10px; }

.item-tag.fix-cus img {
  height: 58px;
  width: 58px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffc813;
  margin-right: 15px; }

.item-tag.fix-cus .body-tag {
  padding: 15px 20px 0; }

.item-tag.fix-cus .head-tag h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #ffc813;
  margin-bottom: 0; }

.item-tag.fix-cus .head-tag p {
  font-size: 12px;
  color: #737171;
  font-weight: 400; }

.body-tag p {
  text-align: justify; }

.list-customer {
  display: flex;
  flex-wrap: wrap; }

.group-info {
  text-align: left; }

.list-customer .item {
  padding-bottom: 20px; }

#section-customer .wd-section-title {
  padding-bottom: 30px; }
