body{font:14px/21px Tahoma,Arial,Verdana,sans-serif;margin:0;padding:0}
h1,h2,h3,h4,h5,h6,p,form,ul,ul li,ol,ol li,dl,dl dt,dl dd,blockquote{margin:0;padding:0}
ul,ul li,ol,ol li{list-style:none}
img{border:0}
a {
    color: #f9b411;
    text-decoration: none;
}
a:hover {
    color: #ff6600;
    text-decoration: underline;
}
a:visited {
    color: #551a8b;
}
a:active {
color: #cc0000;
}
fieldset{border:0;background:0;margin:0;padding:0}
fieldset legend{display:none}
input,select,textarea{font:13px/19px Tahoma,Arial,Verdana,sans-serif}
input[type="image"],
input[type="submit"]{outline:0}
input {
    vertical-align: middle;
    margin: 0;
} 
input{vertical-align:text-bottom;margin:0}
object,embed{outline:0}
.Hidden{display:none}
.Wrapper {
    overflow: hidden;
}
.Wrapper::after {
    content:"";
    display:block;
    clear:both;
}
#thewindowbackground{background-color:#000;left:0;top:0;opacity:.8;z-index:990;width:auto;position:absolute;display:none;filter:alpha(opacity=80)}
#ad_zone_TV{z-index:1000}

ul.Disc li{list-style-type:disc;margin-bottom:0;padding:0 0 0 5px;text-align:justify} 
.breadcrumb ul li, ul li span {    white-space: nowrap;}
#topbar{height:40px;display:block;font-family:Tahoma,Arial,Verdana,sans-serif;position:relative;z-index:800;overflow:hidden}
#Topbar_Forum{height:40px;display:block;font-family:Tahoma,Arial,Verdana,sans-serif;position:relative;z-index:800}
body{padding:0;margin:0}
img{border:0}
h5,h6,form,ul,ul li,ol,ol li,dl,dl dt,dl dd{margin:0;padding:0}
#boxTop{width:100%;margin:0 auto;position:absolute;z-index:2;background:url(../images/bg.jpg) repeat-x;height:40px;overflow:visible}
#box{width:1000px;margin:0 auto;position:relative;height:40px;overflow:visible}
.Left{float:left}
.Right{float:right}
.BoxLeft{float:left;margin:0;overflow:hidden;background:#000;height:40px;width:200px;line-height:0;display:none}
#Logo a{background:url(../images/space.gif);height:40px;width:220px;display:block;z-index:20}
.BoxLeft a:link{width:216px;text-decoration:none}
.StyleLink{color:#737373;text-decoration:none;padding-top:12px;font-weight:bold;font-size:13px;float:right}
.StyleLink a:link,.StyleLink a:visited,
.StyleLink a:active{color:#000;text-decoration:none;font-weight:bold;font-size:13px}
.StyleLink a:hover{color:#000;text-decoration:underline}#gameBanner{width:1000px;margin:0 auto;z-index:10;position:relative}
.HoverBanner{height:150px;width:500px;position:relative;overflow:hidden}
.SBanner{float:left;padding:0}
.BBanner{display:none;height:0}
.BigBanner{position:absolute;left:0;top:0;z-index:10000}
.TBoxBanner{width:1000px;display:block;height:40px;float:left;overflow:visible}
.Detect{background:none repeat scroll 0 0 transparent;border:0;height:540px;padding:0;width:848px;position:absolute;z-index:1001;left:0;top:0;display:none}
.Detect a.SurveyClose{background:url(../images/close.gif) no-repeat;width:35px;height:34px;display:block;text-indent:-9999px;position:absolute;top:30px;right:30px}
.Detect a.SurveyClose:hover{background-position:0 -34px}
#advTopBar1_temp{z-index:1000;display:none}.Zone{z-index:10;display:none} 

.AvatarBox{
    position: relative;
    display: inline-block;
}

.AvatarBox > span{
    cursor:pointer;
}

.AvatarInfo{
    position:absolute;
    top:45px;
    left:0;
    margin-left:-20px;
    width:338px;
    background:#0b1a22;
    border-radius:10px;
    padding:10px;
    color:#eaeaea;
    display:none;
    z-index:9999;
    overflow:hidden;
}


/* Layout */
.AvatarInfoContent{
    position:relative;
    display:flex;
    gap:10px;
    z-index:2;
}

/* Avatar */
.AvatarInfoLeft{
    width:135px;
    flex-shrink:0;
    text-align:center;
}

.AvatarInfoLeft img{
    width:120px;
    height:120px;
    border-radius:30%;
    border:2px solid #1e90ff;
}

/* Nội dung */
.AvatarInfoRight{
    flex:1;
}

.AvatarInfoRight ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:13px;
    line-height:1.6;
}

.AvatarInfoRight img{
    vertical-align:middle;
    height:18px;
}
.online{ color:#2aff2a; }

.AvatarInfoBorder{
    position:absolute;
    inset:0;
    border-radius:10px;
    padding:2px;
    background:linear-gradient(
        90deg,
        #ff00cc,
        #3333ff,
        #00ffee,
        #ff00cc
    );
    background-size:300% 300%;
    animation:borderRun 4s linear infinite;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;

    pointer-events:none;
    z-index:1;
}


@keyframes borderRun{
    0%{background-position:0% 50%}
    100%{background-position:300% 50%}
}


/* Menu Nav */
.c-header {
  width: 100%;
  height: auto;
 background: rgba(30, 34, 38, 0.85);
backdrop-filter: blur(6px);
  position:fixed;
  z-index: 9999;
}

.c-header #main-nav {
  width: 100%;
  max-width: 1359px;
  height: 52px;
  margin: 0 auto;
}

.c-header #main-nav ul {
  width: 100%;
  height: 52px;
  margin: 0 auto;
  font: 20px/36px fontNav, Glory;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
    justify-content: center;
}

.c-header #main-nav ul li {
  width: calc(100%/7);
  position: relative;
}
.c-header #main-nav ul li a.home::before {
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  font-size: 38px;
  color: #fff;
}

.c-header #main-nav ul li:last-child a {
  border-right: 0px;
}

.c-header #main-nav ul li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 6px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-right: 1px solid #160200;
}

.c-header #main-nav ul li a.active {
  background: #ac1100;
  -webkit-box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
          box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
  color: #fff;
}

.c-header #main-nav ul li a:hover {
  background: #ac1100;
  -webkit-box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
      box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
  color: #fff;
}

.c-header #main-nav ul li > ul {
  background: #34383c;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  height: auto;
  z-index: 100;
  font-size: 15px;
  line-height: 20px;
}

.c-header #main-nav ul li > ul li {
  width: 100%;
  background: #34383c;
  border-top: 1px solid #824639;
  border-bottom: 1px solid #34383c;
  margin: 0;
}

.c-header #main-nav ul li > ul li:first-child {
  margin-left: 0;
}

.c-header #main-nav ul li > ul li a {
  color: #bfcbbd;
  padding: 5px 15px;
}

.c-header #main-nav ul li > ul li a:hover {
  background: #ac1100;
  -webkit-box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
          box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
  color: #fff;
}

.c-header #main-nav ul li:hover ul {
  display: block;
}


#button-contact-vr {
    position: fixed;
    bottom: 30px;
    right: 5px;
	width: 99px;
    z-index: 9999;
	text-align: center;
}
/*phone*/
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -150px;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 73px;
    height: 73px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 62px;
    height: 62px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(77, 0, 0, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.2s infinite;
}
.phone-vr-img-circle {
    background-color: #ffd6cc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 40%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 35px;
}
.phone-vr-img-circle img {
    max-height: 40px;
    max-width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  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);}
}
@-webkit-keyframes zoom{
	0%{transform:scale(.9)}
	70%{transform:scale(1);box-shadow:0 0 0 15px transparent}
	100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
@keyframes zoom{
	0%{transform:scale(.9)}
	70%{transform:scale(1);box-shadow:0 0 0 15px transparent}
	100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}
@media(max-width: 736px){
    .phone-bar{display: none;}
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px;
}
#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2;
}
#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%);
}
/*css all in one*/
#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}


/* News */

body {
      padding-bottom: 21px;
    }

.ticker-container {
      background: #34383c;
      color: #fff;
	  position: fixed;
	  bottom: 0;
	  left: 0;   /* body dính sát bên trái */
	  right: 0;  /* body dính sát bên phải */
      width: 100%;
      height: 21px;
      overflow: hidden;
      display: flex;
		align-items: center;      /* giữ nội dung căn giữa theo chiều dọc */
		justify-content: flex-start; /* căn nội dung sang trái */
		padding-left: 50px;       /* cách lề trái 50px */
      z-index: 1000;
      backdrop-filter: blur(5px);
    }

    .ticker {
      position: relative;
      height: 50px;
      width: 100%;
      text-align: center;
      overflow: hidden;
      padding: 0 10px;
    }

    .ticker-item {
      position: absolute;
      width: 100%;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7rem;
      font-weight: bold;
      white-space: nowrap;
      opacity: 0;
      transform: translateY(100%);
      transition: all 0.5s ease-in-out;
    }

    .ticker-item.active {
      opacity: 1;
      transform: translateY(0);
    }

    /* Responsive 600px */
    @media (max-width: 600px) {
      .ticker-container {
        height: 50px;
      }
      .ticker {
        height: 40px;
      }
      .ticker-item {
        font-size: 1rem;
        height: 40px;
      }
      body {
        padding-bottom: 60px;
      }
    }

    /* Responsive dưới 400px */
    @media (max-width: 400px) {
      .ticker-item {
        font-size: 0.9rem;
      }
    }
	
/* Ticker Mod riêng cho TitleMain	*/

.title-ticker-container {
  width: 100%;
  height: 22px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  position: relative;
  top: 10px;    
  box-sizing: border-box;
}

.title-ticker {
  position: relative;
  height: 22px;
  overflow: hidden;
  width: auto;
  min-width: 500px;          /* Max ký tự */
}

.title-ticker-item {
  position: absolute;
  right: 0;
  width: auto;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* text canh phải */

  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;

  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}

.title-ticker-item.active {
  opacity: 1;
  transform: translateY(0);
}

	
.tuithantai {
    position: fixed;
    left: 50px;      /* khoảng cách với mép trái */
    bottom: 30px;    /* khoảng cách với mép dưới */
    z-index: 9999;
    display: block;
    width: 65px;     /* tùy chỉnh kích thước */
    height: 65px;
    transition: transform 0.3s ease;
}

.tuithantai img {
    width: 100%;
    height: 100%;
    border-radius: 50%;      /* nếu muốn bo tròn như nút bên phải */
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.tuithantai:hover {
    transform: scale(1.1);
}
@keyframes glow {
    0% { box-shadow: 0 0 5px gold; }
    50% { box-shadow: 0 0 20px gold; }
    100% { box-shadow: 0 0 5px gold; }
}
.tuithantai img {
    animation: glow 2s infinite;
}


.TAT-chatwidget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
}
.TAT-chatwidget.active { opacity: 1;}

.TATlivechat-text {
    background-color: #fff;
    color: #28a745;
    padding: 8px 24px 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.TATlivechat-text.hide { display: none;}
.TATlivechat-button {
    width: 60px;
    height: 60px;
    background-color: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-left: -20px;
}
.TATlivechat-button .close-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: transform 0.2s ease;
}
.TATlivechat-button .close-icon svg {
    width: 24px;
    height: 24px;
}

.TATlivechat-button .close-icon.show { transform: scale(1);}
.TATlivechat-button .pulsation {
    position: absolute;
    width: 68px;
    height: 68px;
    background-color: #28a745;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    animation: pulse 2s infinite;
}

.TATlivechat-button .pulsation:nth-child(2) { animation-delay: 0.5s;}
.TATlivechat-button .pulsation.stop { animation: none; }

@keyframes pulse {
    0% { transform: scale(0); opacity: 1; }
    50% { opacity: 0.5; }
    100% {transform: scale(1.3); opacity: 0; }
}
.TATlivechat-button .icons {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    overflow: hidden;
    transition: transform 0.2s ease;
}
.TATlivechat-button .icons.hide {
    transform: scale(0);
    opacity: 0;
}
.TATlivechat-button .icons-line {
    display: flex;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: transform 0.5s ease-in-out;
}
.TATlivechat-button .icons-line span {
    width: 24px;
    height: 24px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.TATlivechat-button .icons-line span img {
    width: 24px;
    height: 24px;
}
.TATlivechat-button .icons-line span img.shake {
    animation: iconShake 0.7s ease-in-out infinite;
}

@keyframes iconShake {
    0%, 100% {transform: rotate(0deg);}
    10%,30% {transform: rotate(-10deg);}
    20%,40% {transform: rotate(10deg);}
}
.TATlivechat-menu {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 300px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    transform: scale(0);
    transform-origin: 80% 105%;
    transition: transform 0.2s ease-out;
}
.TATlivechat-menu.open {
    transform: scale(1);
}
.TATlivechat-menu .menu-header {
    background: #28a745;
    color: #fff;
    padding: 12px 15px;
    border-radius: 7px 7px 0 0;
    font-size: 17px;
    position: relative;
}
.TATlivechat-menu .menu-header .close-support {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.TATlivechat-menu .menu-header .close-support svg {
    width: 12px;
    height: 12px;
}
.TATlivechat-menu .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TATlivechat-menu .menu-list li a {
    display: flex;
    align-items: center;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 44px;
    text-decoration: none;
    color: #000;
}
.TATlivechat-menu .menu-list li a:hover {
    background: #eee;
}
.TATlivechat-menu .menu-list li a span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.TATlivechat-menu .menu-list li a span img {
    width: 20px;
    height: 20px;
}
.TATlivechat-menu .menu-list li a .item-label {
    margin: 0;
}
.TATlivechat-menu .menu-list li a .item-title {
    font-size: 15px;
}
.TATlivechat-menu .menu-list li a .item-subtitle {
    font-size: 13px;
    color: #787878;
}
@media (max-width: 428px) {
    .TAT-chatwidget.open {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .TAT-chatwidget.open .TATlivechat-button {
        display: none;
    }
    .TAT-chatwidget.open .TATlivechat-text {
        display: none;
    }
    .TAT-chatwidget.open .TATlivechat-menu {
        width: 100%;
        bottom: 0;
        border-radius: 0;
    }
    .TAT-chatwidget.open .TATlivechat-menu .menu-header {
        border-radius: 0;
        padding-right: 40px;
    }
}
.option-support img {
    border-radius: 50%;
    border: 1px solid #28a745;
}
@keyframes rotateShake {
    0%, 100% {transform: rotate(0deg);}
    10%, 30% {transform: rotate(-10deg);}
    20%, 40% {transform: rotate(10deg);}
}

@keyframes borderPulse {
    0% {box-shadow: 0 0 5px #28a745;}
    50% {box-shadow: 0 0 20px #28a745;}
    100% {box-shadow: 0 0 5px #28a745;}
}
.option-support img {
    display: inline-block;
    animation: rotateShake 0.7s ease-in-out infinite, borderPulse 2s infinite;
    transition: transform 0.3s ease-in-out;
}

/* Fix chung cho browser cũ */
@supports not (display: flex) {
    /* fallback layout */
}

.btn-dangky-tk {}

.btn-dangky-tk a {
	position: relative;
	overflow: hidden;
	line-height: 40px;
	display: inline-block;
	padding: 0 9px;
	transition: 0.3s;
	/* background: linear-gradient(28deg, #ff0000 1%, #7e0604 87%);*/
	display: block
}

.btn-dangky-tk a:hover {}

.btn-dangky-tk a:hover {
	/* color: #fff; */
	border-radius: 5px;
	box-shadow: 0 0 5px #EAF571, 0 0 5px #EAF571, 0 0 20px #EAF571, 0 0 100px #EAF571;
}

.btn-dangky-tk a span {
	position: absolute;
	display: block
}

.btn-dangky-tk a span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #EAF571);
	animation: btn-anim1 1s linear infinite;
	border-radius: 15px
}

@keyframes btn-anim1 {
	0% { left: -100% }
	50%, 100% { left: 100% }
}

.btn-dangky-tk a span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #EAF571);
	animation: btn-anim2 1s linear infinite;
	animation-delay: .25s
}

@keyframes btn-anim2 {
	0% { top: -100% }
	50%, 100% { top: 100% }
}

.btn-dangky-tk a span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #EAF571);
	animation: btn-anim3 1s linear infinite;
	animation-delay: .5s
}

@keyframes btn-anim3 {
	0% { right: -100% }
	50%, 100% { right: 100% }
}

.btn-dangky-tk a span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #03e9f4);
	animation: btn-anim4 1s linear infinite;
	animation-delay: .75s
}

@keyframes btn-anim4 {
	0% { bottom: -100% }
	50%, 100% { bottom: 100% }
}


/* Css mod riêng cho QR pay */
.td-neon {
    position: relative;
    padding: 0;
}
.td-neon-box {
    position: absolute;
    inset: 0;
    overflow: hidden;
    padding: 4px 8px;        /* padding nội dung */
    border-radius: 4px;
    box-sizing: border-box;
    pointer-events: auto;
}

.td-neon-box:hover {
    box-shadow:
        0 0 1px #EAF571,
        0 0 2px #EAF571,
        0 0 3px #EAF571;
}
/* ===== viền chạy ===== */
.td-neon-box span {
    position: absolute;
    display: block;
}

/* top */
.td-neon-box span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #EAF571);
    animation: btn-anim1 1s linear infinite;
}

/* right */
.td-neon-box span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #EAF571);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s;
}

/* bottom */
.td-neon-box span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #EAF571);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s;
}

/* left */
.td-neon-box span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s;
}

@media (hover:none) {
    .td-neon-box:hover {
        box-shadow: none;
    }
}

/*------ not use ---------------*/

.btn-dangky-duoi {}

.btn-dangky-duoi a {
	position: relative;
	overflow: hidden;
	line-height: 50px;
	display: inline-block;
	padding: 0 9px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	transition: .5s;
	background: linear-gradient(28deg, #ff0000 1%, #7e0604 87%);
	display: block
}

.btn-dangky-duoi a:hover {}

.btn-dangky-duoi a:hover {
	/* color: #fff; */
	border-radius: 5px;
	box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4
}

.btn-dangky-duoi a span {
	position: absolute;
	display: block
}

.btn-dangky-duoi a span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #03e9f4);
	animation: btn-anim-duoi1 1s linear infinite;
	border-radius: 15px
}

@keyframes btn-anim-duoi1 {
	0% {
		left: -100%
	}

	50%,
	100% {
		left: 100%
	}
}

.btn-dangky-duoi a span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #03e9f4);
	animation: btn-anim-duoi2 1s linear infinite;
	animation-delay: .25s
}

@keyframes btn-anim-duoi2 {
	0% {
		top: -100%
	}

	50%,
	100% {
		top: 100%
	}
}

.btn-dangky-duoi a span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #03e9f4);
	animation: btn-anim-duoi3 1s linear infinite;
	animation-delay: .5s
}

@keyframes btn-anim-duoi3 {
	0% {
		right: -100%
	}

	50%,
	100% {
		right: 100%
	}
}

.btn-dangky-duoi a span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #03e9f4);
	animation: btn-anim-duoi4 1s linear infinite;
	animation-delay: .75s
}

@keyframes btn-anim-duoi4 {
	0% {
		bottom: -100%
	}

	50%,
	100% {
		bottom: 100%
	}
}

/*---------------------*/

.btn-dangky-tg {}

.btn-dangky-tg a {
	position: relative;
	overflow: hidden;
	line-height: 30px;
	display: inline-block;
	padding: 0 9px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	transition: .5s;
	background: linear-gradient(28deg, #ff0000 1%, #7e0604 87%);
	display: block
}

.btn-dangky-tg a:hover {}

.btn-dangky-tg a:hover {
	/* color: #fff; */
	border-radius: 5px;
	box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4
}

.btn-dangky-tg a span {
	position: absolute;
	display: block
}

.btn-dangky-tg a span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #03e9f4);
	animation: btn-anim-tg1 1s linear infinite;
	border-radius: 15px
}

@keyframes btn-anim-tg1 {
	0% {
		left: -100%
	}

	50%,
	100% {
		left: 100%
	}
}

.btn-dangky-tg a span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #03e9f4);
	animation: btn-anim-tg2 1s linear infinite;
	animation-delay: .25s
}

@keyframes btn-anim-tg2 {
	0% {
		top: -100%
	}

	50%,
	100% {
		top: 100%
	}
}

.btn-dangky-tg a span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #03e9f4);
	animation: btn-anim-tg3 1s linear infinite;
	animation-delay: .5s
}

@keyframes btn-anim-tg3 {
	0% {
		right: -100%
	}

	50%,
	100% {
		right: 100%
	}
}

.btn-dangky-tg a span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #03e9f4);
	animation: btn-anim-tg4 1s linear infinite;
	animation-delay: .75s
}

@keyframes btn-anim-tg4 {
	0% {
		bottom: -100%
	}

	50%,
	100% {
		bottom: 100%
	}
}