@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Main */
:root {
  --main-color: #28c784;
  --hover-color: #f28e00;
}

body {
  font-family: Roboto-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

strong {
  font-family: Roboto-Bold;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.flex-grow {
  flex-grow: 1;
}

img {
  max-width: 100%;
  height: auto;
}

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img.img-full,
img.img-responsive,
img.img-fluid {
  width: 100% !important;
  height: auto;
}

div[data-slick] {
  display: none;
}

div[data-slick].loaded {
  display: block;
}

.fw-normal {
  font-weight: normal !important;
}

.text-main {
  color: var(--main-color);
}

.btn-main {
  color: #fff;
  background: var(--main-color);
  transition: 0.4s;
}

.btn-main:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-outline-main {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.4s;
}

.btn-outline-main:hover {
  background: var(--main-color);
  color: #fff;
}

.share-box {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}

.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

.article iframe,
.article object {
  max-width: 100% !important;
}

.article table {
  max-width: 100% !important;
}

.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  .article img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-wrap: wrap;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  transition: 0.7s !important;
}

.hover-scale:hover img {
  transform: scale(1.1);
}

.hover-rotateZ img {
  transition: 0.8s !important;
}

.hover-rotateZ:hover img {
  transform: rotateZ(30deg);
}

.hover-rotateY img {
  transition: 0.8s !important;
}

.hover-rotateY:hover img {
  transform: rotateY(180deg);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 139/106;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* General */
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.goTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

.backtop {
  right: 26px;
  bottom: 60px;
  top: auto !important;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 44px;
  width: 44px;
  background-color: var(--main-color);
  line-height: 36px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff !important;
  margin-bottom: 5px;
}

.backtop:hover {
  filter: brightness(1.3);
}

.backtop.show {
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: customzoomIn;
  animation-name: customzoomIn;
}

@keyframes customzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.vibration-icon {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.text-nhapnhay {
  animation: my 700ms infinite;
}

@keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

.rotate360 {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------*/
.frm_quay {
  text-align: center;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(50% - 160px));
}

.frm_quay .btn_quay a {
  background: url(../img/quay_img.png) no-repeat center center;
  background-size: 100% 100%;
  width: 125px;
  height: 125px;
  display: inline-block;
  transition: all 0.4s;
  cursor: pointer;
  animation: shockwaveJump 1s ease-out infinite;
}

.frm_quay .btn_quay a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

.frm_quay .btn_quay a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(238, 192, 22, 0.5), inset 0 0 1px rgba(237, 192, 22, 0.5);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.frm_quay .btn_quay a:hover {
  transition: all 0.4s;
}

.the_wheel {
  padding: 30px 0;
}

.the_wheel .bg_outline {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 435px;
  height: 435px;
  aspect-ratio: 1 / 1;
  z-index: 0;
  transform: translate(-50%, 0);
  background: url(../img/vongxoay.png) no-repeat center;
  border-radius: 50%;
  animation: changebg 0.5s infinite;
  background-size: 100% 100% !important;
}

@keyframes changebg {
  from {
    background: url(../img/lightoff.png) no-repeat center;
    background-size: 100% 100%;

  }

  to {
    background: url(../img/coden.png) no-repeat center;
    background-size: 100% 100%;

  }
}

.change_modal_dk {
  cursor: pointer;
}

.spin_wheel_section .devongquay {
  text-align: center;
  margin-top: -25px;
  position: relative;
  z-index: -1;
}

.footer_section,
.spin_wheel_section {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.spin_wheel_section {
  z-index: 2;
}

/* Firework */
.firework {
  position: fixed;
  top: 0;
  z-index: 9999999999;
  pointer-events: none;
  width: 100%;
  opacity: 0;
}

.firework.active {
  opacity: 1;
}

.firework svg {
  width: 100%;
  height: 100vh;
}

.firework .toggle {
  opacity: 0;
}

/*container*/
#main_vongquay {
  background: url(../img/nen_bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 0 15px;
  height: 100vh;
  overflow: hidden;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  #main_vongquay {
    height: auto;
    padding: 2.2238vh 15px;
    overflow: auto;
    background-size: auto 100% !important;
  }
}

/*left-prize*/
.left_prize {
  position: relative;
  z-index: 222;
  width: 26%;
}

.left_prize ul {
  margin: 0;
  /* width: 330px; */
  height: 305px;
}

.left_prize ul li {
  font: 11px Roboto-Bold;
}

.left_prize ul li+li {
  margin-top: 25px;
}

.prizePerson {
  padding: 15px 15px 15px 35px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 7px 7px 0px rgba(0, 0, 0, 0.07), 0px 15px 9px 0px rgba(0, 0, 0, 0.04), 0px 27px 11px 0px rgba(0, 0, 0, 0.01), 0px 42px 12px 0px rgba(0, 0, 0, 0.00);
  position: relative;
  animation: customfadeInRight;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.prizePerson::before {
  position: absolute;
  content: "";
  background: url(../img/avatar_img.png) no-repeat;
  background-size: 100% 100%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  left: -53px;
  top: 10px;
}

.prizePerson h4 {
  font-size: 13px;
  margin-bottom: 5px;
  font-family: Montserrat-SemiBold;
}

/* Khung Giải thưởng */
.right-body {
  color: #fff;
  width: 24%;
}

.vongquay-inner {
  width: 50%;
}

.right-body>a,
.right-body article {
  text-align: center;
}

.user-toggle a:hover span {
  color: #ffd600 !important;
}

.user-toggle a span {
  transition: all .3s;
}

.right-body article {
  font-family: Roboto-Bold;
  margin-bottom: 12px;
}

.right-body a {
  color: #fff;
  display: block;
  margin-left: 5px;
  text-align: center;
  transition: .3s;
}

.right-body a:hover {
  color: yellow;
}

.right-body span {
  font-family: Roboto-Bold;
  color: #fff !important;
}

.cocaugiaithuong {
  box-sizing: border-box;
  background: linear-gradient(180deg, #0D994B 0%, #027C38 100%);
  border: 3px solid #FBCE6E;
  border-radius: 24px;
}

.cocaugiaithuong h2 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  border-bottom: 2px solid #FBCE6E;
  font-family: 'Montserrat-Bold';
}

.cocaugiaithuong ul {
  padding: 24px 20px 1px;
}

.cocaugiaithuong li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  margin: 0 0 18px;
  font-family: 'Montserrat-Regular';
}

.cocaugiaithuong li span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin-right: 12px;
  position: relative;
}

.cocaugiaithuong li span::before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background: linear-gradient(180deg, #D08C2A 0%, #FACE73 22.12%, #FCEAC1 48.56%, #FACE73 71.63%, #D08C2A 100%);
  border-radius: 100%;
}

.cocaugiaithuong li font {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 28px;
  color: black;
  font-size: 16px;
  font-family: 'Montserrat-Semibold';
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}

@media screen and (min-width: 767px) {
  .wrapper {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1440px;
  }
}

.logo_vongquay {
  text-align: center;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}

.logo2 {
  margin-bottom: 40px;
}

.prizePerson p {
  font-size: 13px;
  font-family: 'Roboto-Regular';
  color: #666666;
  line-height: 21px;
  margin-bottom: 12px;
}

.vongquay-bot {
  position: relative;
}

.vongquay-bot:after {
  position: absolute;
  background: url(../img/top_vq.png) no-repeat;
  content: '';
  width: 677px;
  height: 430px;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: auto;
  top: -51px;
}

.spin_wheel_section:after {
  position: absolute;
  background: url(../img/rate1.png);
  width: 87px;
  height: 86px;
  -webkit-animation: animation_star 1.0s infinite;
  -moz-animation: animation_star 1.0s infinite;
  -ms-animation: animation_star 1.0s infinite;
  -o-animation: animation_star 1.0s infinite;
  animation: animation_star 1.0s infinite;
  top: -2px;
  right: 49px;
  content: '';
}



img.star.animation {
  position: absolute;
  top: -22px;
  left: 9px;
}

@keyframes animation_star {
  0% {
    transform-origin: center center;
    transform: scale(0.2) rotate(90deg);
    opacity: 0.2;
  }

  15% {
    transform-origin: center center;
    transform: scale(0.6) rotate(45deg);
    opacity: 0.7;
  }

  35% {
    transform-origin: center center;
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }

  55% {
    transform-origin: center center;
    transform: scale(0.8) rotate(-20deg);
    opacity: 0.8;
  }

  70% {
    transform-origin: center center;
    transform: scale(0.6) rotate(-40deg);
    opacity: 0.6;
  }

  85% {
    transform-origin: center center;
    transform: scale(0.4) rotate(-60deg);
    opacity: 0.4;
  }

  100% {
    transform-origin: center center;
    transform: scale(0) rotate(-90deg);
    opacity: 0;
  }
}

.vongquay-bot:before {
  position: absolute;
  background: url(../img/after_chan.png);
  content: '';
  width: 215px;
  height: 87px;
  bottom: -51px;
  left: 0;
  right: 2px;
  margin: auto;
}

.after_bot:after {
  position: absolute;
  background: url(../img/vision.png);
  content: '';
  width: 376px;
  pointer-events: none;
  height: 273px;
  bottom: -15%;
  right: -3.9%;
}

.after_bot:before {
  z-index: 9;
  position: absolute;
  background: url(../img/head_vision.png);
  content: '';
  width: 110px;
  pointer-events: none;
  height: 78px;
  bottom: 126px;
  right: 81px;
}

img.old_absolute {
  position: absolute;
  bottom: -17%;
  left: 16.5%;
  z-index: 9;
}

.box_optsetting {
  margin-top: 100px;
  position: relative;
}

.infor_setting {
  padding: 18px 22px 18px 70px;
  background: url(../img/khung_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  color: #fff;
}

.infor_setting h3 {
  font-size: 16px;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  margin-bottom: 10px;
}

.desc_setting {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  color: #ffff;
}

.photo_setting {
  position: absolute;
  z-index: 6;
  left: -83px;
  top: 15px;
}

div#full-vongquay {
  position: relative;
}


a.login_block {
  margin: 0 2px;
  display: flex;
  padding: 11px 14px;
  gap: 10px;
  width: 100%;
  background: linear-gradient(180deg, #0D994B 0%, #027C38 100%), linear-gradient(0deg, #007032, #007032), #D9D9D9;
  border: 2px solid #FBCE6E;
  box-shadow: -3px 20px 8px rgba(0, 0, 0, 0.02), -2px 11px 7px rgba(0, 0, 0, 0.08), -1px 5px 5px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-size: 13px;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}

a.login_block:hover img {
  transform: rotateY(182deg);
}

a.login_block img {
  transition: all .6s;
}

.flex_login {
  position: relative;
  margin: 0px 3px 25px -2px;
  justify-content: space-between;
}

.cocaugiaithuong {
  position: relative;
}

.cocaugiaithuong:after {
  position: absolute;
  background: url(../img/rate1.png);
  width: 87px;
  height: 86px;
  -webkit-animation: animation_star 1.0s infinite;
  -moz-animation: animation_star 1.0s infinite;
  -ms-animation: animation_star 1.0s infinite;
  -o-animation: animation_star 1.0s infinite;
  animation: animation_star 1.0s infinite;
  top: -43px;
  right: 1px;
  content: '';
}

.chosse_ground h3 {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 84px;
  gap: 10px;
  top: 601px;
  background: linear-gradient(180deg, #0D994B 0%, #027C38 100%), linear-gradient(90deg, #007032 0%, #015A28 100%);
  border: 2px solid #FBCE6E;
  box-shadow: -3px 20px 8px rgba(0, 0, 0, 0.02), -2px 11px 7px rgba(0, 0, 0, 0.08), -1px 5px 5px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
  line-height: 27px;
  margin-top: 18px;
}

.chosse_ground {
  margin-top: 35px;
}

.cocaugiaithuong ul {
  overflow-y: auto;
  height: 390px;
}

.cocaugiaithuong ul::-webkit-resizer {
  background-color: #e7e7e7;
}

.cocaugiaithuong ul::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}

.cocaugiaithuong ul::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}



.cocaugiaithuong ul::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4a234;
}

.cocaugiaithuong ul::-webkit-scrollbar-track-piece {
  background-color: #027C38;
}

.cocaugiaithuong:before {
  position: absolute;
  background: url(../img/rate1.png);
  width: 87px;
  height: 86px;
  pointer-events: none;
  -webkit-animation: animation_star 1.0s infinite;
  -moz-animation: animation_star 1.0s infinite;
  -ms-animation: animation_star 1.0s infinite;
  -o-animation: animation_star 1.0s infinite;
  animation: animation_star 1.0s infinite;
  bottom: 35px;
  content: '';
  left: -44px;
}

.right-body:after {
  position: absolute;
  background: url(../img/after_dis.png);
  content: '';
  width: 174px;
  pointer-events: none;
  height: 105px;
  bottom: 10%;
  right: -61px;
}

.chosse_ground:after {
  position: absolute;
  background: url(../img/rate1.png) no-repeat;
  background-size: 100% 100%;
  width: 47px;
  height: 51px;
  -webkit-animation: animation_star 1.0s infinite;
  -moz-animation: animation_star 1.0s infinite;
  -ms-animation: animation_star 1.0s infinite;
  -o-animation: animation_star 1.0s infinite;
  animation: animation_star 1.0s infinite;
  bottom: -9px;
  content: '';
  left: -23px;
}

.wrap-user {
  margin: 40px auto;
  border-radius: 5px;
  max-width: 500px;
  padding: 25px;
}

.wrap-register {
  margin: 30px;
  padding: 25px;
}

.wrap-register label {
  font-weight: bold;
}

.title-user {
  margin-bottom: 15px;
}

.title-user.login h4 {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
}

.login-user,
.forgot-password-user {
  width: 100%;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: .4s;
  border: 1px solid var(--main-color);
}

.login-user:hover,
.forgot-password-user:hover {
  background: #fff;
  color: var(--main-color);
}

.registration-user,
.activation-user,
.info-user {
  width: 150px;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: .4s;
  border: 1px solid var(--main-color);
}

.registration-user:hover,
.activation-user:hover,
.info-user:hover {
  background: #fff;
  color: var(--main-color);
}

/* nav-user-res */
.nav-user-res {
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-user-res::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.nav-user-res::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.nav-user-res::-webkit-scrollbar-track {
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-resizer {
  background-color: #e7e7e7;
}

.nav-user-res .nav-tabs .nav-item.show .nav-link,
.nav-user-res .nav-tabs .nav-link.active {
  color: var(--main-color);
  background-color: #fff;
  border-bottom: 0;
  border-top-width: 3px;
  border-top-color: var(--main-color);
}

.nav-user-res .nav-tabs .nav-link {
  font: 14px Montserrat-SemiBold;
  white-space: nowrap;
}

.nav-user-res .nav-tabs .nav-link:hover {
  color: var(--main-color);
}

.nav-user-res .nav-tabs {
  border-color: #eee;
  flex-wrap: nowrap;
}

/* history-nav */
.history-nav {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-nav a {
  display: block;
  text-align: center;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  font-family: Montserrat-SemiBold;
  padding: 12px 25px;
  white-space: nowrap;
}

.history-nav a:hover,
.history-nav a.active {
  border-color: var(--main-color);
  color: var(--main-color);
}

/* form-search-order */
.form-search-order {
  position: relative;
  background: #fff;
}

.form-search-order button {
  position: absolute;
  top: 3px;
  right: 4px;
  outline: none;
  border: none;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background: var(--main-color);
  color: #fff;
}

/* order item */
.orderItem_top h4 {
  font: 15px Montserrat-SemiBold;
  color: var(--main-color);
}

.orderItem_top p {
  font-family: Montserrat-SemiBold;
}

.orderItem+.orderItem {
  margin-top: 15px;
}

.orderItem_bottom span {
  font-family: Montserrat-SemiBold;
}

/* Column fallback (thay mixin tạm) */
.orderBox_photo {
  width: 100px;
  flex: 0 0 100px;
}

.orderBox_price {
  width: 100px;
  flex: 0 0 100px;
}



.orderBox_price del {
  font-size: 13px;
  color: #666;
}

.orderBox_info {
  flex-grow: 1;
  padding: 0 15px;
}

.orderBox_info h3 {
  font: 13px Montserrat-SemiBold;
}

.orderBox_info h3.text-split {
  -webkit-line-clamp: 2;
}

.orderBox+.orderBox {
  margin-top: 10px;
}

.detailOrder-title {
  font: 13px Montserrat-SemiBold;
  color: var(--main-color);
}

.pay-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title-orderDetail {
  color: var(--main-color);
  font-family: Montserrat-SemiBold;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}


.price-cart-detail del {
  color: #aaa;
}

.user-dropdown {
  margin: 0 4px;
  display: flex;
  padding: 11px 8px;
  gap: 10px;
  width: 100%;
  background: linear-gradient(180deg, #0D994B 0%, #027C38 100%), linear-gradient(0deg, #007032, #007032), #D9D9D9;
  border: 2px solid #FBCE6E;
  box-shadow: -3px 20px 8px rgba(0, 0, 0, 0.02), -2px 11px 7px rgba(0, 0, 0, 0.08), -1px 5px 5px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-size: 13px;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}



.flex_login2 {
  display: none;
}

@media screen and (max-width: 991px) {
  a.login_block {
    font-size: 12px;
  }

  .flex_login2 {
    display: block;
    width: 100%;
            order: 1;
  }

  .flex_center {
    flex-direction: column;
  }

  .infor_setting {
    padding: 15px;
    background: #067231;
    background-size: 100% 100%;
    position: relative;
    color: #fff;
    width: 65%;
    border-radius: 10px;
  }

  .login {
    width: 100%;
  }

  .flex_login2 {
    position: relative;
    padding: 30px 0px 0;
  }

  .after_bot:after {
    display: none;
  }

  .after_bot:before {
    display: none;
  }

  .left_prize {
    order: 3;
    width: 100%;
  }

  .logo2 {
    margin-bottom: 40px;
    text-align: center;
  }



  div#full-vongquay {
    position: relative;
    overflow: hidden;
  }

  #main_vongquay {
    overflow: hidden;
  }

  .cocaugiaithuong h2 {
    font-size: 17px;
    padding: 14px;
  }

  .right-body {
    color: #fff;
    width: 100%;
    order: 4;
  }

  .flex_login {
    display: none !important;
  }

  img.old_absolute {
    display: none;
  }

  .vongquay-bot:after {
    display: none;
  }

  .photo_setting {
    position: relative;
    z-index: 6;
    left: 0;
    top: 0;
  }

  div#main_vongquay .wrapper {
    padding: 0;
  }

  .logo_vongquay {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  a.login_block {
    width: 100%;
    color: #fff;
    margin-bottom: 13px;
  }

  .cocaugiaithuong li {
    font-size: 13px;
  }


  .bg_outline img {
    width: 29px;
  }

  .chosse_ground {
    margin-top: 25px;
  }
}

@media screen and (max-width:480px) {
  .flex_setting {
    display: block !important;
    text-align: center;
  }

  .infor_setting {
    width: 100%;
  }

  .desc_setting {
    font-size: 13px;
  }

  .chosse_ground h3 {
    font-size: 14px;
    line-height: 23px;
  }


  .logo2 {
    margin-bottom: 29px !important;
    text-align: center;
    width: 65%;
    margin: auto;
  }
}

.vongquay-center {
  text-align: center;
  padding: 15px 10px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  width: fit-content;
  margin: 0 auto;
}

.vongquay-center .txt-luotquay {
  font-size: 17px;
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
}

.vongquay-center .txt-luotquay span {
  color: #ff3b3b;
  font-weight: 700;
}

.vongquay-center a {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  transition: 0.25s ease;
  font-family: 'Montserrat-SemiBold';
}

.vongquay-center .add-turn {
  padding: 6px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffae00, #ff6a00);
  color: #fff !important;
  margin-left: 8px;
  display: inline-block;
  box-shadow: 0 3px 10px rgba(255, 0, 80, 0.3);
}

.vongquay-center .add-turn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.vongquay-center .view-history {
  display: inline-block;
  margin-top: 3px;
  padding: 5px 10px;
  border-radius: 6px;
  background: #098e44;
  color: #ffffff;
}

.vongquay-center .view-history:hover {
  background: #003d1c;
}

.mb {
  display: none;
}

.logo3 {
  text-align: center;
  width: 50%;
  display: none;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .vongquay-inner {
    width: 100%;
    margin: 0px 0 90px;
    order: 2;
  }

  .box_optsetting {
    margin-bottom: 40px;
  }

  .cocaugiaithuong ul {
    height: auto;
  }

  .mb_Xoay .vongquay-inner {
    display: block;
  }

  .logo3 {
    display: block;
  }

  .logo2 {
    display: none;
  }

  .c_lg {
    position: relative;
    padding: 0 8px;
  }

  .row.lg {
    margin: 0 -9px;
  }

  .pd {
    position: relative;
    padding: 0 8px;
  }

  .mb {
    display: block;
  }

  .row.r_loginmb {
    margin: 0 -12px;
  }
}


@media screen and (max-width: 500px) {
  .the_wheel .bg_outline {
    width: 326px !important;
    height: 327px !important;
    top: 13px !important;
  }
}