@charset "UTF-8";
:root {
  --color-main: #fabc11;
  --color-primary: #1206c0;
  --color-text: #563121;
  --color-white: #fff;
  --color-black: #000;
  --color-phone: #fabc11;
  --color-price: #d00;
  --bg-footer: #1206c0;
  --color-active: rgb(145, 5, 5);
}

/*Hiệu ứng menu*/
@keyframes slideInDown1 {
  0% {
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/**/
/*Hieu ung*/
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
  to {
    transform: translateX(-25%);
  }
}
/*Phone anima*/
/* Loading */
/*Line*/
@keyframes animborder {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(113px);
  }
}
.centery {
  transform: translateY(-50%);
}

.centery-after:after {
  transform: translateY(-50%);
}

.centery-before:before {
  transform: translateY(-50%);
}

.ease-in-200 {
  transition: all 500ms ease-in;
}

.slideInDown1 {
  animation-name: slideInDown1;
}

.fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  animation: slideInDown1 1s 0s;
}

.fixed-res {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  animation: ease 0.3s;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.hvr-float-shadow:active {
  transform: translateY(-5px);
}
.hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
}
.hvr-float-shadow:focus {
  transform: translateY(-5px);
}
.hvr-float-shadow:focus:before {
  opacity: 1;
  transform: translateY(5px);
}
.hvr-float-shadow:hover {
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

.btn-sweep-center {
  position: relative;
  z-index: 10;
  color: var(--color-main);
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  border: 1px solid var(--color-main);
}
.btn-sweep-center:hover {
  color: #fff;
}
.btn-sweep-center:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.btn-sweep-center:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.btn-sweep-center:before {
  left: -20px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--color-main);
  border-radius: 50%;
  z-index: -1;
}
.btn-sweep-center:after {
  right: -20px;
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--color-main);
  border-radius: 50%;
  z-index: -1;
}

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a0304;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:active {
  color: #fff;
}
.hvr-sweep-to-top:active:before {
  transform: scaleY(1);
}
.hvr-sweep-to-top:focus {
  color: #fff;
}
.hvr-sweep-to-top:focus:before {
  transform: scaleY(1);
}
.hvr-sweep-to-top:hover {
  color: #fff;
}
.hvr-sweep-to-top:hover:before {
  transform: scaleY(1);
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #33cbcc;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active {
  color: #fff;
}
.hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}
.hvr-sweep-to-right:focus {
  color: #fff;
}
.hvr-sweep-to-right:focus:before {
  transform: scaleX(1);
}
.hvr-sweep-to-right:hover {
  color: #fff;
}
.hvr-sweep-to-right:hover:before {
  transform: scaleX(1);
}

.btn-hover {
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid rgb(61, 106, 255);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.2s ease-in;
}
.btn-hover:hover {
  background: rgb(61, 106, 255);
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  transition: all 0.2s ease-out;
}
.btn-hover:hover::before {
  animation: sh02 0.5s 0s linear;
}
.btn-hover::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  transform: skewX(-20deg);
}
.btn-hover:active {
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.2s ease-in;
}

.codepen-button {
  display: block;
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  padding: 3px;
  isolation: isolate;
}
.codepen-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
  background-size: 25% 100%;
  animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop 0.75s linear infinite;
  animation-play-state: paused;
  translate: -5% 0;
  transition: translate 0.25s ease-out;
}
.codepen-button:hover::before {
  animation-play-state: running;
  transition-duration: 0.75s;
  translate: 0 0;
}
.codepen-button span {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  background: #000;
  border-radius: 3px;
  height: 100%;
}

.box {
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.box::before {
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
.box::after {
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
.box:hover::after {
  -webkit-transform: scale(1);
}
.box:hover::before {
  -webkit-transform: scale(1);
}

.foo::before {
  border-bottom: 3px solid #e00c09;
  border-left: 3px solid #e00c09;
  -webkit-transform-origin: 0 100%;
}
.foo::after {
  border-top: 3px solid #e00c09;
  border-right: 3px solid #e00c09;
  -webkit-transform-origin: 100% 0%;
}

.hover_sang2 {
  position: relative;
  overflow: hidden;
}
.hover_sang2:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 10;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.hover_sang2:hover:before {
  transition: 1s;
  left: 100%;
}

.hover_sang {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover_sang:hover:before {
  left: 0;
  top: 0;
}
.hover_sang:hover img {
  transform: scale(1.2, 1.2);
}
.hover_sang:hover:after {
  right: 0;
  bottom: 0;
}
.hover_sang:before {
  left: -100%;
  top: -100%;
  display: block;
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 8;
}
.hover_sang:after {
  bottom: -100%;
  right: -100%;
  display: block;
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 8;
}
.hover_sang img {
  transition: 0.7s;
}

.hover_xam {
  position: relative;
  overflow: hidden;
}
.hover_xam::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}
.hover_xam::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}
.hover_xam:hover::before {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.hover_xam:hover::after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__tada {
  animation-name: tada;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  overflow: hidden;
}
.mask span {
  width: 100%;
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, #fff 0, #fff 100%);
  transition: width 0.9s ease-in-out;
}
.mask span:nth-child(1) {
  height: 30vh;
  top: 0;
  transition-delay: 0.3s;
}
.mask span:nth-child(2) {
  height: 40vh;
  top: 30vh;
  transition-delay: 0.5s;
}
.mask span:nth-child(3) {
  height: 30vh;
  top: 70vh;
  transition-delay: 0.6s;
}

.mask.hideg {
  pointer-events: none;
}
.mask.hideg span {
  width: 0;
}

.loadicon {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 140px;
  margin: -70px 0 0 -100px;
  z-index: 110000;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
}
#loading .logo_2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
#loading .logo_2 span {
  display: block;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  animation: Ani 2s infinite;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  z-index: 9999999999;
}
#loading .logo_2 img {
  position: relative;
  max-width: 80px;
  z-index: 4;
}

#loading.finish {
  z-index: -9999;
}
#loading.finish .logo_2 span {
  display: none;
}
#loading.finish .logo_2 img {
  display: none;
}

.animate-border {
  position: relative;
  display: block;
  width: 100px;
  height: 3px;
  background: var(--color-main);
  overflow: hidden;
}
.animate-border:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  animation: animborder 2s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%, 30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}
.scale-img img {
  transform: scale(1, 1);
}
.scale-img:hover > img {
  transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
/*# sourceMappingURL=css_effect.css.map */