/*
Theme Name: NNCONSMETICSGROUP
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


.worldRotate{
    position: absolute;
    z-index: -1;
    bottom: 0;
}
.worldRotate img{
    -webkit-animation: worldRotate 20s linear infinite;
    animation: worldRotate 20s linear infinite;
}

.box-blog-post .is-divider{
    display: none;
}



.RowThuongHieu .col{
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.RowThuongHieu .col:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);
}
.RowThuongHieu .col:hover > .col-inner{
    background-color: var(--primary-color) !important;
}
.RowThuongHieu .col:hover > .col-inner *{
    color: white;
}

.BlockTinTuc{
    background: url('/wp-content/uploads/2023/12/song-do.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}



@-webkit-keyframes worldRotate {
    0% {
      -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
              transform: rotate(0deg) translateX(0px) rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
              transform: rotate(0deg) translateY(0px) rotate(-360deg);
    }
  }
  @keyframes worldRotate {
    0% {
      -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
              transform: rotate(0deg) translateX(0px) rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
              transform: rotate(0deg) translateY(0px) rotate(-360deg);
    }
  }



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}