@charset "utf-8";
/* CSS Document */
*, .box_sizing_border_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f8c159;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
* {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none
}
*:focus {
  outline: none
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body,
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  height: 100%;
  width: 100%;
}
body, html {
  padding: 0;
  margin: 0;
}
body {
  position: relative;
  /*min-height: 100%;*/
  margin: 0;
  padding: 0;
  background: url(../images/bg.jpg?v=1.3) top center no-repeat;
  background-size: cover;
  background-color: #040a07;
  color: #fff;
  font-size: 14px;
  z-index: -1;
}

/*body.openedPopup {
  height: 100vh;
  overflow: hidden
}*/
ul {
  list-style: none;
  margin: 0
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.pull-right {
  float: right !important
}
.pull-left {
  float: left !important
}
.relative-content {
  position: relative;
}
.content-container {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
.content-container2 {
  max-width:100%;
  position: relative;
  margin: 0 auto;
}
.p-a {
  position: absolute;
}
.p-r {
  position: relative;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.t {
  text-indent: -9999em;
  overflow: hidden;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.c:after {
  content: "\0020";
  height: 0;
  display: block;
  clear: both;
}
.t {
  text-indent: -9999em;
  overflow: hidden;
}
.c {
  zoom: 1;
}
.full-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.align-content{margin: 0 auto!important}
@font-face {
  font-family: 'SFProDisplay-Bold';
  src: url("../font/SFProDisplay-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.f-SFProDisplay-Bold {
  font-family: 'SFProDisplay-Bold';
}
@font-face {
  font-family: 'SFProDisplay-Medium';
  src: url("../font/SFProDisplay-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.f-SFProDisplay-Medium {
  font-family: 'SFProDisplay-Medium';
}
@font-face {
  font-family: 'SFProDisplay-Regular';
  src: url("../font/SFProDisplay-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.f-SFProDisplay-Regular {
  font-family: 'SFProDisplay-Regular';
}
.wrapper {
  max-width:100%;
  position: relative;
  margin: 0 auto;
}
.wrapper {
  overflow: hidden;
  transform-origin: top left
}
.container {
  max-width: 870px;
	margin: 0 auto;
}
.header{
	width: 100%;
}
.header .logo{
	padding: 20px 0 0 0;display: flex;justify-content: center;align-content: center;vertical-align: middle;text-align: center;
}
.header .logo .img-responsive{
	width: 35%
}
.header .slogan{
	padding: 10px 0 10px 0;display: flex;justify-content: center;align-content: center;vertical-align: middle;text-align: center;
}
.header .slogan .img-responsive{
	width: 75%
}
.bxhiframe {
  max-width: 576px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 2px solid #e7ad21;
  margin: 0 auto;
}
.btn-play{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	align-items: center;
	margin:4% 0 0 0;
}
.btn-play .img-responsive{
	width:100%;
	margin: 0 auto;
}
.btn-play:hover{
	filter: brightness(1.3)
}
.btn1111 {
  background: url(../images/line-btn.png?v=1.3) bottom center no-repeat;
  background-size: auto 3px;
  padding: 0.7rem 0;
}
.vpn{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin:2% 0 0 0;
}
.vpn .img-responsive{
	width:100%;
	margin: 0 auto;
}
.vpn:hover{
	filter: brightness(1.1)
}
.vpn small {
    color: #ffffff;
    font-size: 11px;
	margin:-0.5% 0 0 0;
	letter-spacing:1px;
}
.vpn small a{
    color: #fff;
    text-decoration: underline;
}
.content{
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	margin: 5% 0 0 0;
}
.content strong{
	font-weight: 700;
}
.content p{
	padding: 10px 0 10px 0;
}
.content span{
	font-size: 21px;
	line-height: 30px;
	text-transform: uppercase;
}
.content a{
	color: #01ffcc;
	text-decoration: none;
}
.content a:hover{
	color: #01ffcc;
	text-decoration: underline;
}
.table-rank thead tr th{
    background-color: none;
    color: #fff741;
    text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	border-top: none;border-left: none;border-right: none;
	line-height: 14px;
	font-size: 9px;
	padding: 5px 2px 5px 2px;
}
.table-rank tbody tr th, .table-rank tbody tr td{
    text-align: left;
	padding: 5px 2px 5px 10px;
	vertical-align: middle;
	font-size:14px;
	border: 1px solid #ffffff;
	border-top: none;border-left: none;border-right: none;
	color: #f1f1f1;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	background-color:none;
    border: 1px solid #ffffff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color:none;
    color: #ffffff;
	border: none;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color:none;
    color: #ffffff;
	border: none;
}
.table1{border-collapse:collapse!important}
.table1 td,.table1 th{background-color:#fff!important}

.center-align{
    margin: 0 auto;
}
/*****************footer******************/
.footer{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin:2% 0 3% 0;
}
.footer .img1{
	width: 10%;
	padding:0 0 20px 0;
}
.footer .img2{
	width:60%;
}
/***************** social *****************/
.social-list {
  position: fixed;
  right: 1rem;
  top: 15px;
  z-index: 9;
}
a.icon-livechat,
a.icon-phone {
  cursor: pointer;
  z-index: 99;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: 100% auto;
  display: block;
}
a.icon-phone {
  width: calc(250px + 1rem);
  height: 75px;
  background-image: url(../images/btn-phone1.png?v=1.3);
}
a.icon-phone1 {
  margin-top: 5px;
  background-image: url(../images/btn-phone2.png?v=1.3);
}
a.icon-phone2 {
  margin-top: 5px;
  background-image: url(../images/btn-fb.png?v=1.3);
}
a.icon-phone3 {
  margin-top: 5px;
  background-image: url(../images/btn-tele.png?v=1.3);
}
a.icon-livechat {
  position: fixed;
  background: url(../images/btn-livechat.png?v=1.3) top center no-repeat;
  background-size: contain;
  width: 175px;
  height: 50px;
  right: 1rem;
  bottom: 0;
}
/***************** left frame *****************/
@keyframes icondlNoti {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
#banners {
  top: 1rem;
  width: 280px;
  position: fixed;
  left: 1%;
  z-index: 9;
}
.notis_slogan {
  width: 98%;
  margin: 0 auto;
}
.banners_info {
  border: 2px solid #dbbf71;
  border-radius: 1rem;
  background: linear-gradient(
    180deg,
    #11422d 0,
    #182817 15%,
    #041816 40%,
    #031616 70%,
    #001110 100%
  );
  margin-top: -0.7rem;
  position: relative;
  z-index: 1;
}
.notis_ttl {
  width: 80%;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.banner-lst {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #082a20;
  counter-reset: counter;
}
.banner-lst li {
  border-bottom: 1px solid #082a20;
  counter-increment: counter;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  padding: 1rem 2rem;
  position: relative;
}
.icondlapp {
  width: 40px;
  height: 45px;
  background: url(../images/icon-dlapp.png) center no-repeat;
  background-size: contain;
  display: inline-block;
  animation: icondlNoti 0.5s linear infinite;
}
.icondlapp a {
  display: block;
  height: 100%;
}
.banner-lst-box {
  margin: 0 1rem;
}
.banner-lst-txt,
.banner-lst-txt a {
  text-align: left;
  font-size: 20px;
	line-height: 38px;
  color: #ffe9a4;
  font-weight: 900;
  text-decoration: none;
}
#banners .banner-lst-txt span {
  background: linear-gradient(to bottom, #e60000 0, #911d1d 100%);
  border-radius: 5px;
  color: #fff;
  padding: 2px 8px;
}
.banner-lst-txt img {
  width: 90%;
}
.banner-lst li::before {
  content: counter(counter);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  color: #281701;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.notis_note {
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-weight: 300;line-height: 20px
}
.notis_note span,
.notis_note span > a {
  color: #ffe9a4;
  font-weight: 700;
}
.text-unlines {
  text-decoration: underline;
}

/************ bottom mobile ******************/
.notis_info {
  width: 100%;
  border: 2px solid #c3ad61;
  border-radius: 1rem;
  margin-top: -0.2rem;
  position: relative;
  background: #110a01;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 1rem;
}
#inforModal .notis_slogan {
  width: 72%;
  margin: 0 auto;
}
.notis_info .notis_ttl {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  background-image: linear-gradient(
    to right bottom,
    #7d5105,
    #6f4608,
    #603c09,
    #523209,
    #442908,
    #3b2406,
    #321e04,
    #2a1902,
    #241602,
    #1e1201,
    #170e01,
    #0f0801
  );
}
.notis_info .notis_ttl img {
  width: 68%;
  display: inline-block;
}
.notis_info .banner-lst {
  border-top: 1px solid #7f5812;
  border-bottom: 1px solid #7f5812;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.notis_info .banner-lst li {
  width: calc(100% / 3);
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 1rem;
  border: none;
}
.notis_info .banner-lst li:nth-child(1) {
  padding-right: 1rem;
}
.notis_info .banner-lst li:nth-child(2n) {
  border: 1px solid #5b564f;
  border-width: 0 1px;
}
.notis_info .banner-lst-txt,
.notis_info .banner-lst-txt a {
  text-align: left;
}
.notis_info .banner-lst-txt img {
  width: 70%;
}
.notis_info .icondlapp {
  position: absolute;
  right: 10px;
  bottom: 1rem;
  width: 30px;
  height: 40px;
  animation: icondlNoti 0.6s linear infinite;
}
.notis_info .banner-lst-box {
  padding-top: 5px;
  text-align: left;
  margin: 0;
  width: 100%;
}
.notis_info .banner-lst li::before {
  width: 21px;
  height: 21px;
  font-size: 14px;
  background: #eeda9e;
}
.notis_info .notis_note {
  border-bottom: 1px solid #7f5812;
  font-size: 13px;
	line-height: 10px;
}
.notis_contact {
  color: #fff;
  font-weight: 400;
  padding: 0.8rem 0;
  font-size: 13px;
}
.notis_contact a,
.notis_contact span {
  font-size: 1.7rem;
  font-weight: 700;
  color: #c50000;
  text-shadow: 1.5px 1.5px 0 #f3b948, 1.5px -1.5px 0 #f3b948,
    -1.5px 1.5px 0 #f3b948, -1.5px -1.5px 0 #f3b948, 1.5px 0 0 #f3b948,
    0 1.5px 0 #f3b948, -1.5px 0 0 #f3b948, 0 -1.5px 0 #f3b948;
  line-height: 1.1;
  padding: 5px 0;
  display: inline-block;
  text-decoration: none;
}
.notis_contact span {
  padding: 5px;
}
.notis_contact b {
  background: linear-gradient(to bottom, #e60000 0, #911d1d 100%);
  color: #fff;
  border-radius: 7px;
  padding: 2px 8px;
  text-transform: uppercase;
}
.notis_info button {
  background: 0 0;
  border: none;
  padding: 0;
  box-shadow: none;
  width: 30%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.notis_info button:hover {
  opacity: 0.8;
}
.notis_info .closemodal {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 65px;
}
.notis_info.catfishmb {
  border: none;
  margin-top: 0;
  background: url(../images/bg-linkchinhhang.png?v=1.3) 50% 3.5rem no-repeat;
  background-size: 100% calc(100% - 3.5rem);
  background-color: transparent;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding-bottom: 0;
}
.catfishmb_slogan {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.notis_info.catfishmb .banner-lst {
  border-top: none;
  border-bottom: none;
  padding-bottom: 5px;
  padding-top: 5px;
}
.notis_info.catfishmb .banner-lst li {
  font-weight: 500;
  font-size: 13px;
}
.notis_info.catfishmb .banner-lst-txt,
.notis_info.catfishmb .banner-lst-txt a {
  color: #fff;
}
.notis_info.catfishmb .banner-lst-txt img {
  width: 80%;
}
.notis_info.catfishmb .banner-lst li .icondlapp {
  background-image: url(../images/icon-down-link.png?v=1.3);
}
.notis_ttllink {
  margin: 0 auto;
  width: 70%;
}
.notis_info.catfishmb .notis_note {
  border-bottom: none;
  padding-bottom: 0;
  color: #ffffff;
  padding-top: 0;
}
.notis_info.catfishmb .notis_note a,
.notis_info.catfishmb .notis_note p,
.notis_info.catfishmb .notis_note span {
  color: #ffe9a4;
  display: inline-block;
  margin-bottom: 0;
}
.notis_info.catfishmb .notis_note a,
.notis_info.catfishmb .notis_note span {
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  body {
    background: url(../images/bg-mobile.jpg?v=1.3) top center no-repeat;
    background-size: cover;
    background-color: #040a07;
    padding-bottom: 15rem;
  }
  .container {
	 margin: 0 1% 0 1%;
	 max-width:98%;
  }
  .header .logo .img-responsive{
	width: 45%
  }
  .header .slogan .img-responsive{
	width: 85%
  }
	/*****************footer******************/
	.footer{
		margin:2% 0 5% 0;
	}
	.footer .img1{
		width: 30%;
		padding:0 0 20px 0;
	}
	.footer .img2{
		width:90%;
	}
  .bxhiframe {
	  max-width: 70%;
	  width: 100%;
	  overflow: hidden;
	  border-radius: 0.5rem;
	  border: 2px solid #e7ad21;
	  margin: 0 auto;
  }
	.btn-play .img-responsive{
		width:90%;
	}
	.vpn .img-responsive{
		width:100%;
	}
	.social-list {
		z-index: 99;
	  }
	  a.icon-livechat,
	  a.icon-phone {
		width: 50px;
		height: 50px;
	  }
	  a.icon-phone {
		background-image: url(../images/icon-phone.png?v=1.3);
		top: 20px;
	  }
	  a.icon-phone1 {
		display: none;
	  }
	  a.icon-phone2 {
		background-image: url(../images/icon-fb.png?v=1.3);
	  }
	  a.icon-phone3 {
		background-image: url(../images/icon-tele.png?v=1.3);
	  }
	  .social-list .icon-phone4 {
		display: none;
	  }
	  a.icon-livechat {
		background-image: url(../images/icon-chat.png?v=1.3);
		right: 1rem;
	  }
	  .social-list .icon-phone2,
	  .social-list .icon-phone3 {
		position: fixed;
		left: 1rem;
		z-index: 99;
	  }
	  .social-list .icon-phone2 {
		top: 80px;
		margin-top: 0;
	  }
	  .social-list .icon-phone3 {
		top: 20px;
		margin-top: 0;
	  }
	  .icon-livechat {
		top: 75px;
	  }
	.notis_info.catfishmb {
		display: block;
	  }
	  .notis_info.catfishmb .banner-lst-txt,
	  .notis_info.catfishmb .banner-lst-txt a {
		font-size: 18px;
	  }
	  .notis_info.catfishmb .icondlapp {
		width: 25px;
		height: 30px;
		bottom: 2.5rem;
	  }
	
}
@media (max-width: 800px) {
  .notis_info.catfishmb {
    background: url(../images/bg-linkchinhhang.png?v=1.3) 50% 4.2rem no-repeat;
    background-size: 100% calc(100% - 4.2rem);
  }
}
@media (max-width: 640px) {
  a.icon-livechat,
  a.icon-phone {
    width: 40px;
    height: 40px;
  }
  .social-list,
  .social-list .icon-phone3 {
    top: 10px;
  }
  .icon-livechat,
  .social-list .icon-phone2 {
    top: 55px;
  }
}
@media (max-width: 575px) {
  .notis_info .notis_ttl {
    padding: 10px;
  }
  .notis_info .banner-lst {
    padding: 15px 0;
  }
  .notis_info .banner-lst-txt,
  .notis_info .banner-lst-txt a {
    font-size: 16px;
  }
  .notis_info .icondlapp {
    width: 25px;
    height: 32px;
  }
  .notis_info .banner-lst li {
    padding: 0 10px;
  }
  .notis_info .banner-lst li:nth-child(1) {
    padding-right: 1.5rem;
  }
  .notis_info .banner-lst li::before {
    width: 23px;
    height: 23px;
    font-size: 14px;
  }
  .notis_info .notis_note {
    padding: 10px;
    font-size: 12px;
  }
  .notis_contact {
    font-size: 12px;
  }
  .notis_contact a,
  .notis_contact span {
    font-size: 1.2rem;
  }
  .notis_info button {
    width: 25%;
  }
  .notis_info .closemodal {
    width: 45px;
  }
  .notis_info.catfishmb {
    background: url(../images/bg-linkchinhhang.png?v=1.3) 50% 2rem no-repeat;
    background-size: 100% calc(100% - 2rem);
  }
  .notis_info.catfishmb .icondlapp {
    width: 15px;
    height: 20px;
  }
	.notis_info.catfishmb .banner-lst-txt,
	  .notis_info.catfishmb .banner-lst-txt a {
		font-size: 16px;
	  }
}
@media screen and (max-width: 480px) {
    .bxhiframe {
	    max-width: 80%;
    }
	.btn-play{
		margin:8% 0 0 0;
	}
	.vpn{
		margin:3% 0 0 0;
	}
	.vpn .img-responsive{
		width:90%;
	}
	.content{
		font-size: 14px;
		line-height: 24px;
	}
	.content span{
		font-size: 21px;
		line-height: 30px;
		text-transform: uppercase;
	}
	.table-rank tbody tr th, .table-rank tbody tr td{
		padding: 5px 2px 5px 10px;
		font-size:14px;
	}
}
@media screen and (max-width: 451px) {
  .bxhiframe {
	  max-width:90%;
  }
	.btn-play .img-responsive{
		width:85%;
	}
	.vpn .img-responsive{
		width:80%;
	}
	.notis_info .banner-lst-txt,
	.notis_info .banner-lst-txt a {
		font-size: 12px;
	}
}
@media screen and (max-width: 415px) {
	.vpn .img-responsive{
		width:70%;
	}
	.notis_info.catfishmb .banner-lst-txt,
	  .notis_info.catfishmb .banner-lst-txt a {
		font-size: 14px;
	  }
	/*****************footer******************/
	.footer{
		margin:2% 0 2% 0;
	}
}
@media screen and (max-width: 360px) {
	.notis_info.catfishmb .banner-lst-txt,
	  .notis_info.catfishmb .banner-lst-txt a {
		font-size: 12px;
	  }
	/*****************footer******************/
	.footer{
		margin:2% 0 0 0;
	}
}

/* Đảm bảo các nút có thuộc tính position: relative và che đi phần thừa */
.btn-shine {
    position: relative;
    overflow: hidden; 
    display: inline-block;
    /* Bạn có thể thêm các style khác cho nút tại đây nếu cần (ví dụ: margin, padding) */
}

/* Định nghĩa hiệu ứng vệt sáng (shiny effect) */
.btn-shine:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px; /* Vị trí bắt đầu phía trên */
    left: 0;
    width: 30px; /* Độ rộng của vệt sáng */
    height: 100%;
    background-color: #fff; /* Màu vệt sáng là trắng */
    animation: shiny-btn1 3s ease-in-out infinite; /* Áp dụng chuyển động */
    transform: rotate(45deg); /* Tạo góc chéo */
    opacity: 0.8; /* Độ trong suốt */
}

/* Định nghĩa chuyển động của hiệu ứng từ trái sang phải */
@keyframes shiny-btn1 {
    0% {
        left: -50px; /* Bắt đầu từ ngoài cùng bên trái */
    }
    50% {
        opacity: 0.1; /* Giảm độ trong suốt khi đi qua giữa */
    }
    100% {
        left: calc(100% + 50px); /* Kết thúc ở ngoài cùng bên phải */
        opacity: 0.8;
    }
}
