@charset "UTF-8";
#section-four-banner #owl-banner .item .img-cat img, #section-two-banner .item img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#owl-blog-wanda .artile-item {
  padding-left: 15px; }

@media (min-width: 1200px) {
  #owl-collection {
    margin-left: -15px; }
    #owl-collection:not(.slick-initialized) .d-flex-column {
      flex: 0 0 25%;
      width: 25%; }
    #owl-collection .d-flex-column {
      padding-left: 15px; }
  #owl-instar:not(.slick-initialized) .item {
    flex: 0 0 calc(100% / 6);
    width: calc(100% / 6); } }

@media (min-width: 992px) and (max-width: 1199px) {
  #owl-collection {
    margin-left: -15px; }
    #owl-collection:not(.slick-initialized) .d-flex-column {
      flex: 0 0 33.33333%;
      width: 33.33333%; }
    #owl-collection .d-flex-column {
      padding-left: 15px; }
  #owl-instar:not(.slick-initialized) .item {
    flex: 0 0 25%;
    width: 25%; } }

@media (min-width: 768px) and (max-width: 991px) {
  #owl-collection {
    margin-left: -15px; }
    #owl-collection:not(.slick-initialized) .d-flex-column {
      flex: 0 0 33.333333%;
      width: 33.33333%; }
    #owl-collection .d-flex-column {
      padding-left: 15px; } }

@media (max-width: 767px) {
  #owl-collection {
    margin-left: -10px; }
    #owl-collection:not(.slick-initialized) .d-flex-column {
      flex: 0 0 50%;
      width: 50%; }
    #owl-collection .d-flex-column {
      padding-left: 10px; }
  #owl-instar:not(.slick-initialized) .item {
    flex: 0 0 50%;
    width: 50%; }
  #owl-blog-wanda:not(.slick-initialized) .artile-item {
    flex: 0 0 100%;
    width: 100%; }
  #owl-blog-wanda .artile-item {
    padding-left: 10px; } }

/*****  Main slider ******/
#home-slider {
  position: relative; }
  @media (max-width: 480px) {
    #home-slider {
      min-height: 500px; } }
  #home-slider:hover > .slick-arrow {
    opacity: 0.5; }
  #home-slider .slick-arrow.slick-next {
    right: 20px; }
  #home-slider .slick-arrow.slick-prev {
    left: 20px; }
  #home-slider .slick-arrow:hover {
    opacity: 1; }
  #home-slider a {
    display: block; }
  #home-slider .item {
    width: 100%;
    flex: 0 0 100%; }
  #home-slider .slider-text {
    position: absolute;
    top: 50%;
    transform: translatey(-50%); }
    #home-slider .slider-text h4 {
      font-size: 60px;
      font-weight: bold;
      color: var(--colorshop) !important; }
    #home-slider .slider-text p {
      font-size: 20px;
      color: var(--colorshop) !important; }
    #home-slider .slider-text .review-now {
      background: #fff;
      color: var(--colorshop);
      padding: 10px 20px;
      font-size: 18px;
      margin-top: 10px;
      display: inline-block;
      transition: all .3s; }
      #home-slider .slider-text .review-now:hover {
        background: var(--colorshop);
        color: #fff; }
    #home-slider .slider-text.left-slide {
      left: 100px; }
    #home-slider .slider-text.right-slide {
      right: 100px;
      text-align: right; }
    #home-slider .slider-text.center-slide {
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
    @media (max-width: 480px) {
      #home-slider .slider-text {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center  !important;
        width: 100%;
        padding: 0 40px; }
        #home-slider .slider-text h4 {
          font-size: 24px; }
        #home-slider .slider-text p {
          font-size: 16px; } }

/*** section-four-banner ***/
#section-four-banner #owl-banner .item {
  position: relative;
  flex: 0 0 25%; }
  #section-four-banner #owl-banner .item .img-cat picture {
    display: block; }
    #section-four-banner #owl-banner .item .img-cat picture:before {
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 1; }
  #section-four-banner #owl-banner .item .img-cat:hover picture:before {
    opacity: .3; }
  #section-four-banner #owl-banner .item .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 9; }
    #section-four-banner #owl-banner .item .banner-content p {
      color: #fff; }
    #section-four-banner #owl-banner .item .banner-content h3, #section-four-banner #owl-banner .item .banner-content .h3 {
      font-size: 18px;
      margin-top: 5px;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 24px;
      margin-bottom: 10px;
      color: #fff; }
      #section-four-banner #owl-banner .item .banner-content h3 span, #section-four-banner #owl-banner .item .banner-content .h3 span {
        font-weight: 500; }
      @media (max-width: 767px) {
        #section-four-banner #owl-banner .item .banner-content h3, #section-four-banner #owl-banner .item .banner-content .h3 {
          font-size: 15px;
          line-height: 21px;
          margin-bottom: 5px; } }
    @media (max-width: 767px) {
      #section-four-banner #owl-banner .item .banner-content {
        left: 30px; } }

@media (max-width: 992px) {
  #section-four-banner #owl-banner {
    flex-wrap: nowrap;
    overflow: auto; }
    #section-four-banner #owl-banner .item {
      flex: 0 0 45%; } }

@media (max-width: 767px) {
  #section-four-banner #owl-banner {
    flex-wrap: nowrap;
    overflow: auto; }
    #section-four-banner #owl-banner .item {
      flex: 0 0 90%; } }

/** section collection **/
#section-collection:hover .owl-nav > button, #owl-collection-tab:hover .owl-nav > button, .owl-collection-ajax:hover .owl-nav > button, #owl-blog-wanda:hover .owl-nav > button {
  opacity: 1; }
  @media (min-width: 992px) {
    #section-collection:hover .owl-nav > button.owl-prev, #owl-collection-tab:hover .owl-nav > button.owl-prev, .owl-collection-ajax:hover .owl-nav > button.owl-prev, #owl-blog-wanda:hover .owl-nav > button.owl-prev {
      left: -20px; }
    #section-collection:hover .owl-nav > button.owl-next, #owl-collection-tab:hover .owl-nav > button.owl-next, .owl-collection-ajax:hover .owl-nav > button.owl-next, #owl-blog-wanda:hover .owl-nav > button.owl-next {
      right: -20px; } }
  #section-collection:hover .owl-nav > button:hover, #owl-collection-tab:hover .owl-nav > button:hover, .owl-collection-ajax:hover .owl-nav > button:hover, #owl-blog-wanda:hover .owl-nav > button:hover {
    background: #ff0000;
    color: #fff; }

@media (min-width: 992px) {
  #section-collection .owl-nav > .owl-prev, #owl-collection-tab .owl-nav > .owl-prev, .owl-collection-ajax .owl-nav > .owl-prev, #owl-blog-wanda .owl-nav > .owl-prev {
    left: 0px; }
  #section-collection .owl-nav > .owl-next, #owl-collection-tab .owl-nav > .owl-next, .owl-collection-ajax .owl-nav > .owl-next, #owl-blog-wanda .owl-nav > .owl-next {
    right: 0; } }

/* Collection tab */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 15px; }
  .nav li {
    margin-right: 15px;
    margin-bottom: 10px;
    display: flex; }
    @media (max-width: 767px) {
      .nav li {
        margin: 0; } }
    .nav li a {
      padding: 10px;
      border-radius: 20px;
      font-weight: 500;
      text-transform: uppercase;
      color: #636363;
      letter-spacing: 0;
      font-weight: 500;
      border: 1px dashed transparent; }
      @media (max-width: 767px) {
        .nav li a {
          padding: 7px 10px; } }
      .nav li a.active {
        color: var(--colorshophover);
        font-weight: 600;
        border: 1px dashed var(--colorshophover); }

.tab-result .tab-pane {
  display: none; }
  .tab-result .tab-pane.in {
    opacity: 1; }
  .tab-result .tab-pane.show {
    display: block; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

/* Banner one */
.banner-effect {
  position: relative;
  overflow: hidden;
  display: block; }
  .banner-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .banner-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s; }

.banner-hover > a {
  position: relative;
  overflow: hidden;
  display: block;
  transition: none; }
  .banner-hover > a:before, .banner-hover > a:after {
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    transition: all .5s ease-in-out; }
  .banner-hover > a:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    transform-origin: center; }
  .banner-hover > a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: center; }
  .banner-hover > a:hover:before, .banner-hover > a:hover:after {
    opacity: 1;
    transform: scale(1); }
  .banner-hover > a:hover img {
    transform: scale(1.1); }

/* article loop*/
.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }
  .artile-item .blog-post-image a {
    display: block;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: flex;
    height: 230px; }
    @media (max-width: 767px) {
      .artile-item .blog-post-image a {
        height: 250px; } }
    .artile-item .blog-post-image a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity .7s ease;
      z-index: 99; }
    .artile-item .blog-post-image a img {
      object-fit: cover;
      height: 100%; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 95%;
  margin: 0 auto;
  margin-top: -29px;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0px 4px 8px -2px #ccc;
  margin-bottom: 10px; }
  .artile-item .blog-post-content .blog-publish {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -10px; }
    .artile-item .blog-post-content .blog-publish span {
      background: #fff;
      padding: 0 5px;
      border: 1px solid #e7e7e7;
      border-radius: 15px; }
    .artile-item .blog-post-content .blog-publish a {
      display: flex;
      align-items: center; }
      .artile-item .blog-post-content .blog-publish a i {
        margin-right: 5px; }
  .artile-item .blog-post-content .blog-title {
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    min-height: 56px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb; }
    .artile-item .blog-post-content .blog-title a {
      color: #000;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .artile-item .blog-post-content .blog-desc {
    color: #474343;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }

.artile-item:hover .blog-post-image a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }
  .artile-item:hover .blog-post-image a:before {
    opacity: 1; }

#section-two-banner .item {
  width: 50%;
  position: relative; }
  @media (max-width: 767px) {
    #section-two-banner .item {
      width: 100%; } }
  #section-two-banner .item .banner-content {
    color: #fff;
    position: absolute;
    bottom: 20%;
    left: 10%; }
    #section-two-banner .item .banner-content h3 {
      font-weight: 600;
      font-size: 22px;
      text-transform: uppercase; }
    #section-two-banner .item .banner-content p {
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 500; }

#section-instagram .title-section {
  margin-bottom: 30px; }
  #section-instagram .title-section:before, #section-instagram .title-section:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #222; }
    @media (min-width: 992px) {
      #section-instagram .title-section:before, #section-instagram .title-section:after {
        width: 60px; } }
  #section-instagram .title-section span {
    margin: 0 10px;
    font-weight: 700;
    color: #2a3b68; }
    @media (max-width: 480px) {
      #section-instagram .title-section span {
        font-size: 18px; } }
    @media (max-width: 325px) {
      #section-instagram .title-section span {
        font-size: 15px; } }

#section-instagram .slick-arrow {
  opacity: 1 !important; }
  #section-instagram .slick-arrow.slick-prev {
    left: 0; }
  #section-instagram .slick-arrow.slick-next {
    right: 0; }

#section-instagram .item {
  position: relative;
  overflow: hidden; }
  #section-instagram .item h4 {
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 20px; }
  #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); }

#player-wrap {
  position: relative;
  padding-top: 56.25%;
  display: block;
  width: 100%;
  background: #000; }
  #player-wrap #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important; }
  @media (min-width: 1200px) {
    #player-wrap {
      /*padding-top: 45.25%;
		width: 80%;*/ } }

.row-left-list {
  align-items: start; }

.section-content img {
  object-fit: cover; }

@media (max-width: 480px) {
  #home-slider {
    min-height: auto; } }

.item.itemdelete.lazy.itemvideo {
  padding: 15px; }

.itemvideo {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1024px) {
    .itemvideo {
      height: auto; } }

.plyr__video-embed iframe {
  object-fit: cover;
  /* Giữ tỷ lệ khung hình */ }

.plyr__video-embed {
  width: 100%;
  height: 100%; }
  @media (max-width: 1024px) {
    .plyr__video-embed {
      height: auto; } }

.plyr__video-wrapper {
  width: 100%;
  height: 100%; }
  @media (max-width: 1024px) {
    .plyr__video-wrapper {
      height: auto; } }

.plyr--video {
  height: 100%; }
  @media (max-width: 1024px) {
    .plyr--video {
      height: auto; } }

@media (max-width: 767px) {
  #catindex {
    display: none !important; }
  #section-collection-tab .tab-flex-nws ul, #section-collection-tab-2 .tab-flex-nws ul, #section-collection-tab-3 .tab-flex-nws ul, #section-collection-tab-4 .tab-flex-nws ul, #section-collection-tab-5 .tab-flex-nws ul, #section-collection-tab-6 .tab-flex-nws ul, #section-collection-tab-7 .tab-flex-nws ul {
    margin-bottom: 0 !important;
    gap: 5px;
    margin-bottom: 7px !important; }
  .tab-flex-nws .nav li a {
    padding: 5px 3px;
    font-size: 13px; } }
