/*
Theme Name: VinaWebsite.VN
Description: Templates develop by vinahost.vn
Author: VINAHOST.VN
Template: flatsome
Support: website@vinahost.vn
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@keyframes star
{
	0% {
	    transform: scaleX(1);
	}
	10%, 20% {
	    transform: scale3d(.9,.9,.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
	    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}
	40%, 60%, 80% {
	    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}
	100% {
	    transform: scaleX(1);
	}
}
@-moz-keyframes star
{
	0% {
	    transform: scaleX(1);
	}
	10%, 20% {
	    transform: scale3d(.9,.9,.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
	    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}
	40%, 60%, 80% {
	    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}
	100% {
	    transform: scaleX(1);
	}
}
@-webkit-keyframes star
{
	0% {
	    transform: scaleX(1);
	}
	10%, 20% {
	    transform: scale3d(.9,.9,.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
	    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}
	40%, 60%, 80% {
	    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}
	100% {
	    transform: scaleX(1);
	}
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

body .uppercase {
  letter-spacing: 0;
}

body a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

body .back-to-top.button {
    width: 30px;
    height: 30px;
    background-color: #999;
    border-radius: 0 !important;
    bottom: 10px;
    right: 10px;
    border: none;
    min-width: unset;
    min-height: unset;
    line-height: 30px;
    color: #fff;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}