@keyframes timdap {
  0% {
	animation-timing-function: ease-out;
	transform: scale(1);
	transform-origin: center center;
  }

  10% {
	animation-timing-function: ease-in;
	transform: scale(0.91);
  }

  17% {
	animation-timing-function: ease-out;
	transform: scale(0.98);
  }

  33% {
	animation-timing-function: ease-in;
	transform: scale(0.87);
  }

  45% {
	animation-timing-function: ease-out;
	transform: scale(1);
  }
}


@keyframes laclu {
  0%,
  100% {
	transform: translateX(0%);
	transform-origin: 50% 50%;
  }

  15% {
	transform: translateX(-30px) rotate(-6deg);
  }

  30% {
	transform: translateX(15px) rotate(6deg);
  }

  45% {
	transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
	transform: translateX(9px) rotate(2.4deg);
  }

  75% {
	transform: translateX(-6px) rotate(-1.2deg);
  }
}


a:hover {
    color: #DC5F12;
}

.header-top {
  height: 70px;
  background: #000;
  padding-top: 10px;
}
.header-left{
	width: 50%;
	float: left;
}
.header-left img {
  width: 200px;
  margin-left: -9px;
}
.logo {
  width: 130px;

}
.header-right {
  width: 100%;
  text-align: right;
  float: left;
  margin-top: -45px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.content{
	background: #000000;
background: linear-gradient(to top, #000000 0%, #333333 50%, #000000 100%);
	padding-top: 20px;
}
.banner{
padding: 0px;
  margin-bottom: -3px;
	overflow: hidden;
}
.banner img{
	width: 100%;
}
.linktruycap{
	width: calc(1200px/6);
	float: left;
	text-align: center;
}

.linktruycap img{
	width: 90%;
	
}
.clear{
	clear: both;
}
.icon-dvkh{
	width: calc(1200px/4);
	float: left;
	text-align: center;
	
}
.icon-dvkh img {
  width: 96%;
  margin: 10px 0;
}
.title-link{
	box-shadow: 0px -1px 0px 1px rgba(175, 175, 175, 1);
width: 100%;
  background: #2a2c30;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: Arial, "sans-serif";
  font-weight: bold;
  font-size: 24px;
  padding: 15px 0;
  border-radius: 50px;
  margin: 15px 0;
}
.tieude-gr{
	background: #F40000;
background: linear-gradient(to top, #F40000 0%, #DD5F11 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	font-family:  Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 42px;
	margin: 30px 0;
	
}
p{
	font-family:  Arial, "sans-serif";
	color: #fff;
	line-height: 24px;
}
.col-5{
	width: calc(50% - 10px);
	float: left
}
.col-7{
	width: calc(70% - 10px);
	float: left
}
.col-3{
	width: calc(30% - 10px);
	float: left
}
.taiapp-content{
	text-align: center;
}
.taiapp-content p{
	margin-bottom: 30px;
}
.taiapp-content img{
	margin: 0 5px;
}
.taiapp-content p{
	padding: 0 40px;
	text-align: justify-all;
}
.taiapp-img {
	text-align: center;

}
.taiapp-img img{
	width: 100%;
}
.nganhang{
	height: 130px;
	background: #F40000;
background: linear-gradient(to top, #F40000 0%, #DD5F11 100%);

}
.nganhang img{
	width: 100%;
	padding-top: 20px;
}
img.listgame{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #767676;
	padding-top: 20px;
}

.main-menu{
	background: #2A2C2F;
	height: 84px;
}
#menu {
	background: #2A2C2F;
	height: 84px;
	
	border-radius: 0px;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
	text-align: left;
}
#menu li {
	display: inline-block;
	position: relative;
	text-align: center
}
#menu li img{
	padding-top: 15px;
	height: 20px;
}
#menu a:first-child{
	padding-left: 0px;
}

#menu a {
	display: block;
	line-height: 24px;
	padding: 0 45px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-family:  Arial, "sans-serif";
	font-weight: bold;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #DC5F12;
	
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 64px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 64px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	color: #FFFFFF;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #444444;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	text-align: left;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #FFFFFF;
	font-size: 16px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	
	color: #444444;
}





#menu2 {
	
	height: 40px;
	
	border-radius: 0px;
	width: 200px;
}
#menu2 ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu2 ul {
	width: 100%;
	text-align: left;
}
#menu2 li {
	display: inline-block;
	position: relative;
	text-align: left;
}
#menu2 li img{
	padding-top: 15px;
	height: 20px;
}
#menu2 a:first-child {
    padding-left: 15px;
}

#menu2 a {
	display: block;
	line-height: 24px;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-family:  Arial, "sans-serif";
	font-weight: bold;
}
#menu2 a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu2 li a:hover {
	color: #DC5F12;
	
}
#menu2 input {
	display: none;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu2 label {
	display: none;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu2 label:before {
    font-size: 2.6em;
    color: #FFFFFF;
    content: "\2261";
    margin-left: 10px;
}
#menu2 ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #444444;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu2 ul.sub-menus li {
	display: block;
	text-align: left;
	width: 100%;
}
#menu2 ul.sub-menus a {
	color: #FFFFFF;
	font-size: 16px;
}
#menu2 li:hover ul.sub-menus {
	display: block
}
#menu2 ul.sub-menus a:hover{
	
	color: #444444;
}


.linktruycap:hover img{
	
	animation: timdap 2s ease 0s infinite normal none;
}

.icon-dvkh:hover img{
	
	animation: timdap 2s ease 0s infinite normal none;
}



.nuttaiapp:hover img{
	animation: timdap 2s ease 0s infinite normal none;
}
.taiapp {
	margin: 20px 0;
}

.thongtin{
	margin: 20px 0;
}

.col-25{
	width: calc(25% - 10px);
	float: left
}
.col-33{
	width: 33%;
	float: left
}
.thongtin a {
	color: #fff;
	text-decoration: none;
	font-family:  Arial, "sans-serif";
	font-size: 16px;
	line-height: 32px;
}
.tieude-mau{
		background: #F40000;
background: linear-gradient(to top, #F40000 0%, #DD5F11 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
		font-family:  Arial, "sans-serif"; 
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
	font-size: 20px;
	margin-top: 20px;
}
.textright{
	text-align: right!important;
}
.textleft{
	text-align: left!important;
}
.logo-footer{
	width: 30%;
}

.footer-2 .col-25 h2{
	margin-bottom: 20px;
}
.footer-2 .col-25 img{
	width: 60%;
}
.footer-2 .col-25 a{
	text-decoration: none;
}

.footer-1,.footer-2{
	margin: 30px 0;
}

.thanhtoanz{
	margin-top: 30px;
}
.hdpc{
	display: none;
}



	.footer-2 .col-25 .iconsocial img {
  width: 42px;
}

.hdpc2{
	display: none!important;
}

@media screen and (max-width: 1280px) {
	.logo {
  
  margin-left: -5px;
}
	.header-top{
	height: 40px;

	padding-top: 10px;
		padding-bottom: 10px;
	
}
	.footer-1 .col-3{
		width: 100%;
	}
	.footer-2 .col-25 .iconsocial img{
	width: 30px;
}

	.container{
		width: 90%;
		padding-top: 15px;
	}
	.linktruycap {
  width: calc(100%/3);
}

	.icon-dvkh {
  width: calc(100%/2);
	}
	.content {
		padding: 0;
	}
	.taiapp .col-5{
		width: 100%!important;
		margin-bottom: 20px;
			
	}
	.main-menu .container {
		padding: 0!important
	}
	.main-menu {
    background: #2A2C2F;
    height: 62px;
}
	#menu {
    background: #2A2C2F;
    height: 60px;
    border-radius: 0px;
}
	.hdmb{
		display: none;
	}
	.hdpc{
		display: block;
	}
	.headermb .container{
		padding-top: 0!important;
	}
	.cot-1{
		text-align: left;
	}
	.cot-2{
		text-align: center;
	}
	.cot-3{
		text-align: right;
	}
	.appz{
		width: 24px
	}
	.nganhang {
    height: 100px;
	}
	.title-link {
		font-size: 15px;
	}
.taiapp-content p {
    padding: 0 20px;
    text-align: justify;
}
	.thongtin .col-25{
		width: 50%!important;
		margin-bottom: 20px;
		
	}
	
	.thongtin a{
		font-size: 12px!important
	}
	.logo-footer {
    width: 30%;
}
	.footer-1 .col-5{
		width: 100%!important;
	}
	.footer-1 p{
		font-size: 12px;
	}
	.footer-1  .col-5.textright{
		text-align: left!important;
	}
	.col-5 .textright{
			text-align: left!important;
	}
	
	.footer-2 .col-25{
		width: 50%!important;
	}
	
	.footer-2 .col-25 h2 {
    margin-bottom: 10px;
}
	.thanhtoanz {
    margin-top: 10px;
}
	.tieude-mau{
		font-size: 15px!important;
		margin-top: 0px;
	}
	
	.tieude-gr {

    font-size: 29px;
    text-transform: uppercase;
    line-height: 42px;
    margin: 10px 0;
}
	
	.thongtin {
    margin: 5px 0;
}

	
	
}
@media screen and (max-width: 1280px){
	#menu {position:relative}
	#menu ul {background:#444444;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;text-align:left;}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:#FFFFFF}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
	
	
	#menu2 {position:relative}
	#menu2 ul {background:#444444;position:absolute;top:50px;right:0;left:-54px;z-index:3;height:auto;display:none;text-align:left;}
	#menu2 ul.sub-menus {width:100%;position:static;}
	#menu2 ul.sub-menus a {padding-left:30px;}
	#menu2 li {display:block;float:none;width:auto;}
	#menu2 input, #menu2 label {position:absolute;top:0;left:0;display:block}
	#menu2 input {z-index:4}
	#menu2 input:checked + label {color:#FFFFFF}
	#menu2 input:checked + label:before {content:"\00d7"}
	#menu2 input:checked ~ ul {display:block}
	
	.hdmb2{
		display: none!important;
	}
	.hdpc2{
		display: block!important;
	}
}
@media screen and (max-width: 768px){
	

	.slick-dots{
		display: none!important;
	}
	
}
