#section-banner-group .d-grid .item-banner:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0; }
  50% {
    left: 25%;
    opacity: 0.5; }
  100% {
    left: 100%;
    opacity: 0; } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

/* Slider */
#home-slider .video-slide {
  position: relative;
  height: 100vh; }
  #home-slider .video-slide:before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2; }
  #home-slider .video-slide video {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    position: absolute;
    top: 0; }
  #home-slider .video-slide .video-poster {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    z-index: 1; }
    #home-slider .video-slide .video-poster.loaded {
      opacity: 0;
      visibility: hidden; }

#slick-slider-home.swiper-initialized .item {
  display: block !important; }

.wrap-box-text {
  position: absolute;
  z-index: 9;
  max-width: 400px;
  width: 100%;
  color: var(--colorshop);
  transition: all 0.9s ease-in-out 0.3s;
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .wrap-box-text {
      left: 25px !important;
      max-width: calc(100% - 50px); } }
  .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; }

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

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

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

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

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

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

#home-slider .swiper-button-prev-wd {
  left: 10px; }

#home-slider .swiper-button-next-wd {
  right: 10px; }

/* end slider*/
/* section banner */
.d-grid {
  display: grid; }

#section-banner-group .d-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  margin-top: 3px;
  margin-bottom: 3px; }
  #section-banner-group .d-grid .item-banner:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0; }
  #section-banner-group .d-grid .item-banner:hover:after {
    opacity: 1; }
  #section-banner-group .d-grid .item-banner:hover img {
    scale: 1.2; }
  #section-banner-group .d-grid .item-banner:nth-child(3) {
    grid-column: 1 / -1; }
  #section-banner-group .d-grid .item-banner .box-text {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 30px;
    top: 30px; }
    #section-banner-group .d-grid .item-banner .box-text h3 {
      font-size: 32px;
      font-weight: bold;
      color: #fff;
      line-height: normal;
      margin: 0; }
    #section-banner-group .d-grid .item-banner .box-text p {
      color: #fff;
      font-size: 16px;
      border-bottom: 1px solid #fff; }
  #section-banner-group .d-grid .item-banner img {
    transition: scale 8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media only screen and (max-width: 767px) {
    #section-banner-group .d-grid .item-banner .box-text {
      left: 15px;
      top: 15px; }
      #section-banner-group .d-grid .item-banner .box-text h3 {
        font-size: 20px; }
      #section-banner-group .d-grid .item-banner .box-text p {
        font-size: 12px; } }

#section-h-banner-video .d-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
  padding: 0 15px; }
  #section-h-banner-video .d-grid .item-block:hover p:after {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    #section-h-banner-video .d-grid {
      grid-template-columns: repeat(1, 1fr); } }
  #section-h-banner-video .d-grid video {
    width: 100%;
    height: auto;
    display: block; }
  #section-h-banner-video .d-grid .box-text {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    left: 20px;
    width: 100%; }
    #section-h-banner-video .d-grid .box-text h3 {
      margin-bottom: 5px;
      font-weight: 600; }
    #section-h-banner-video .d-grid .box-text p {
      font-weight: 500;
      display: inline-block;
      position: relative; }
      #section-h-banner-video .d-grid .box-text p:after {
        content: '';
        position: absolute;
        width: 0;
        height: 1.5px;
        left: 0;
        bottom: 0px;
        transition: width 0.3s ease;
        background: var(--wd-color-shop); }

/* product tab */
.wrap-box-container-tab .nav-tabs li {
  margin-right: 30px; }
  .wrap-box-container-tab .nav-tabs li a {
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 1;
    color: #838383; }
    .wrap-box-container-tab .nav-tabs li a.active {
      font-weight: bold;
      color: var(--wd-color-shop); }

.section-home-product-tab .wd-top-title .title-section span {
  font-size: 24px;
  font-weight: bold; }

.section-home-product-tab .tab-pane {
  display: none; }
  .section-home-product-tab .tab-pane.show {
    display: block; }

@media only screen and (max-width: 991px) {
  #home-slider .video-slide {
    height: 70%;
    max-height: 600px; }
    #home-slider .video-slide video, #home-slider .video-slide:before {
      height: 70vh;
      max-height: 600px; }
    #home-slider .video-slide .video-poster {
      position: absolute;
      height: 70vh;
      width: 100%;
      object-fit: cover;
      object-position: center;
      max-height: 600px; } }

@media only screen and (max-width: 767px) {
  .wrap-box-container-tab .nav-tabs li {
    flex: 0 0 auto; } }

.artile-item-large .label-date {
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  background: var(--wd-bg_button);
  padding: 5px;
  color: #fff;
  border-radius: 0 0 3px 3px; }
  .artile-item-large .label-date .label-big {
    font-size: 20px;
    font-weight: bold; }
  .artile-item-large .label-date span {
    display: block; }

.artile-item-large .blog-post-content {
  margin: 10px 0; }
  .artile-item-large .blog-post-content .blog-title {
    font-size: 16px; }
