@charset "utf-8";
/* CSS Document */

body,html{padding:0;margin:0;background:#1c1b19}
ul{
    list-style: none;
    margin: 0
}
*:focus{outline:none}
/*.w-100{width:100%!important}
.d-none{display:none!important}
.d-block{display:block!important}
.d-lg-block{display:block!important}
.d-lg-none{display:none!important}
*/
.imgFull{width:100%;height:auto}
.img-responsive{display: block; max-width: 100%;height: auto;}
.pull-right{float:right!important}
.relative-content{
    position: relative;
}
.p-a {
    position: absolute;
}
.img-full{width: 100%; height: auto;}
.content-container{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.content-container1{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.content-container2{
    max-width: 2000px;
    position: relative;
    margin: 0 auto;
}
.wrapper{
	/*max-width: 1920px;*/
    margin: 0 auto;
    width: 100%;
    background-color: #1c1b19;
    overflow: hidden;
}
@font-face {
  font-family: 'roboto_bold';
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_medium';
  src: url("../font/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_light';
  src: url("../font/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_myriadpro';
  src: url("../font/MYRIADPRO-BLACKCOND.OTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UVNLacLongQuan';
  src: url("../font/UVNLacLongQuan.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.f-UVNLacLongQuan {
  font-family: 'UVNLacLongQuan';
}
.f-myriadpro {
  font-family: 'roboto_myriadpro';
}
.f-roboto-light {
  font-family: 'roboto_light';
}
.f-roboto-medium {
  font-family: 'roboto_medium';
}
.f-roboto-bold {
  font-family: 'roboto_bold';
}

/*----------------------------FRAME1---------------------------------*/
.frame1 {
    background: url(../images/bg01.jpg) top center no-repeat;
	min-height:1015px;
	background-size: cover;
}
/*----------logo-------------*/
.logo{
	width: 100%;
	position: absolute;
	margin:0% 0 0 0; 
	z-index: 1;
}
.logo .img-responsive{
	margin:-2% 0 0 0; 
	width: 25%;
}
@media only screen and (min-width : 992px) {
	.logo{
		margin:1% 0 0 10%; 
	}
	.logo .img-responsive{
		width:15%;
	}
}
.header-menu{
    position: absolute;
    width:100%;
    top:0; 
    left:2%;
	z-index: 8;
}
.header-menu .menu{
	float: left;
	width:8%;
    display: inline-block;
    margin:6.5% 1% 0 1%;
    transform: translateY(-50%);
    background-size: contain;
	max-width: 83px;
}
.header-menu .menu.home:hover{
    background: url('../images/ic-home-hover.png');
    background-size: contain;
	transition: 0.5s;
	filter: brightness(1.2)
}
.header-menu .menu.group:hover{
    background: url('../images/ic-group-hover.png');
    background-size: contain;
	transition: 0.5s;
	filter: brightness(1.2)
}
.header-menu .menu.nap:hover{
    background: url('../images/ic-nap-hover.png');
    background-size: contain;
	transition: 0.5s;
	filter: brightness(1.2)
}
.header-menu .login{
	float: left;
	width:25%;
    display: inline-block;
    margin:16% 1% 0 70%;
    transform: translateY(-50%);
    background-size: contain;
	max-width:250px;
}
.header-menu .login.dn:hover{
    background: url('../images/bt-login-m.jpg');
    background-size: contain;
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
	transition: 0.5s;
}
.menu-item{
	float: left;
    width:20%;
	margin:4% 1% 0 1%;
	font-size: 11px;
}
.no-bg{
    width: auto;
    background: rgba(0, 0, 0,.5) !important;
    height: 5vw;
    max-height: 62px;
}
.menu-item.no-bg span{
    position: relative;
    top: auto;
    line-height: 5vw;
    padding: 0 5px;
    border-radius: 6px;
}
.no-bg canvas{
    max-height: 100%;
}
.menu-item:hover{
	filter: brightness(1.3);
}
.menu-item span{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    color: #e8d8bf;
    transform: translateY(-50%); 
}
.header-menu .menu:hover img{
    opacity: 0;
	text-decoration: none;
}
@media only screen and (min-width : 360px) {
    .menu-item{
		font-size: 12px;
	}
}
@media only screen and (min-width : 375px) {
    .menu-item{
		font-size: 13px;
	}
}
@media only screen and (min-width : 414px) {
    .menu-item{
		font-size: 14px;
	}
}
@media only screen and (min-width : 480px) {
    .menu-item{
		font-size: 16px;
	}
}
@media only screen and (min-width : 540px) {
    .menu-item{
		font-size: 19px;
	}
}
@media only screen and (min-width : 768px) {
    .menu-item{
		font-size: 22px;
	}
}
@media only screen and (min-width : 992px) {
	.header-menu{
		width: 100%;
		left:85.5%;
	}
	.header-menu .menu{
		width:100%;
		margin:2% 0 0 0;
		max-width: 83px;
	}
}
@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 4s linear infinite;
	-moz-animation: rotating 4s linear infinite;
	-ms-animation: rotating 4s linear infinite;
	-o-animation: rotating 4s linear infinite;
	animation: rotating 4s linear infinite;
}
@-webkit-keyframes sloganAni{0%{-webkit-transform:scale(1.8);opacity:0;}60%{-webkit-transform:scale(1);opacity:1;}65%{-webkit-transform:translate(-4px,-4px);}70%{-webkit-transform:translate(0,0);}75%{-webkit-transform:translate(4px,4px);}80%{-webkit-transform:translate(0,0);}85%{-webkit-transform:translate(-4px,4px);}90%{-webkit-transform:translate(0,0);}95%{-webkit-transform:translate(4px,-4px);}100%{-webkit-transform:translate(0,0);opacity:1;}}
@keyframes sloganAni{0%{transform:scale(1.8);opacity:0;}60%{transform:scale(1);opacity:1;}65%{transform:translate(-4px,-4px);}70%{transform:translate(0,0);}75%{transform:translate(4px,4px);}80%{transform:translate(0,0);}85%{transform:translate(-4px,4px);}90%{transform:translate(0,0);}95%{transform:translate(4px,-4px);}100%{transform:translate(0,0);opacity:1;}}
.f1-title{
    position: absolute;
    width: 100%;
	z-index:2;
	top: 0;
	margin: 0 auto;
	text-align: center;
}
.title1{ 
	width: 100%;
	margin:110% 0 0 0%;
	text-align: center;
	animation: sloganAni .4s .7s linear both;
}
.sub {
    width: 25%;
	margin:-107% 0 0 74%;
	text-align: center;
	animation-delay: 1s;
}

@media only screen and (min-width : 992px) {
	.title1{ 
		display: flex;
		justify-content: center;
		width: 100%;
		margin:46% 0 0 0%;
	}
	.sub {
		width:100%;
		margin:-65% 0 0 70%;
	}
}
.play{
	position: absolute;
	z-index:7;
	width:48px;
	height:48px; 
	margin:97% 0 0 79%;
	left: 0;
}
.play .play-icon-in {
	top: 0;
	left: 0;
	width:48px;
}
@media only screen and (min-width : 360px) {
	.play{
		width:58px;
		height:58px; 
	}
	.play .play-icon-in {
		width:58px;
	}
}

@media only screen and (min-width : 480px) {
	.play{
		width:65px;
		height:65px; 
	}
	.play .play-icon-in {
		width:65px;
	}
}
@media only screen and (min-width : 540px) {
	.play{
		width:75px;
		height:75px; 
	}
	.play .play-icon-in {
		width:75px;
	}
}
@media only screen and (min-width : 992px) {
	.play{
		margin:53% 0 0 79%;
		left: 0;
	}
}
@keyframes moveY {
  0% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(3px);
  }
}
.content-bt{
    width: 100%;
    position: absolute;
	margin: 0 auto;
	z-index: 2;
	top: 0;
	text-align: center;
}
.content-bt ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top:136%;
	margin-left:0%;
}
.content-bt ul li{
    width: 30%;
	margin: 3% -1% 0 -1%;
	animation: moveY 0.3s ease infinite;
}
.content-bt ul li:nth-child(2) {
  animation-delay: 0.35s;
}
.content-bt ul li:nth-child(3) {
  animation-delay: 0.55s;
}
.content-bt ul li a:hover{
    filter: brightness(1.3);
}
.content-bt ul li a img{
    max-width: 100%;
}
@media only screen and (min-width : 992px) {
	.content-bt{
		width: 70%;
		margin: 0 auto;
	}
	.content-bt ul{
		width: 100%;
		margin-top:96%;	
		margin-left:20%;
	}
	.content-bt ul li{
		width: 41%;	
		margin: 0 -7% 0 -7%;
	}
}
@keyframes moveYDiv1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes blink {
    0% {
        opacity: 1;
		filter: brightness(1.2);
    }

    100% {
        opacity: 1;
    }
}
.duatop{
    width: 100%;
    position: absolute;
	top: 0;
	z-index:5;
	left:7%;
	margin: 66% 0 0 0;
}
.duatop div{
    display: inline-block;
    width: 100%;
    margin:0;
	animation: moveYDiv1 3s ease-in-out infinite;
	position: absolute;
}
.duatop div img{
    max-width: 45%;
    width: auto;
	animation: blink 0.3s ease-in-out infinite;
}
@media only screen and (min-width : 992px) {
	.duatop{
		left: 83%;
		margin: 55% 0 0 0;
	}
	.duatop div{
		width:100%;
		margin:0;		
	}
	.duatop div img{
		max-width:20%;
		width: auto;
	}
}
.list1_animation-wrap{position:absolute;width:80%;height:1000px;top:0;left:10%;-webkit-animation:thuongminh 2s steps(24,end) infinite;-o-animation:thuongminh 2s steps(24,end) infinite;animation:thuongminh 2s steps(24,end) infinite;background:url("../images/animation_tula.png") no-repeat}
@keyframes thuongminh{0%{background-position:0 0}100%{background-position:0 -17952px}}

@media only screen and (max-width:800px) {	
	.list1_animation-wrap{position:absolute;width:80%;height:1020px;top:0;left:10%;-webkit-animation:thuongminh 2s steps(24,end) infinite;-o-animation:thuongminh 2s steps(24,end) infinite;animation:thuongminh 2s steps(24,end) infinite;background:url(../images/animation_tula.png) no-repeat}
	@keyframes thuongminh{0%{background-position:0 0}100%{background-position:0 -17952px}}
}

@media only screen and (max-width:540px) {	
	.list1_animation-wrap{position:absolute;width:100%;height:550px;top:0;left:0;-webkit-animation:thuongminh 2s steps(24,end) infinite;-o-animation:thuongminh 2s steps(24,end) infinite;animation:thuongminh 2s steps(24,end) infinite;background:url(../images/animation_tula.png) no-repeat}
	@keyframes thuongminh{0%{background-position:0 0}100%{background-position:0 -17952px}}
}


/*----------------------------FRAME2---------------------------------*/
.frame2 {
    background: url(../images/bg02.jpg) top center no-repeat;
	min-height:1060px;
	background-size: cover;
}
.f2-content{
    width:90%;
    position: absolute;
	margin:19% auto 0 5%;
	z-index: 1;
	text-align: center;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}
.skill_section{
	background:none;
	min-height:700px;
}
.paper-body{
	width: 90%;
	background:url(../images/paper.jpg) center top no-repeat;
	padding-top:10px;
	margin: 0 0 0 5%;
}
#paper-body-hor{
	margin:0;
	height:100%;
	align-items: top;
	width:582px;
	/*background:url(../images/paper-hor.jpg) center left no-repeat;*/
	padding: 33px 0 47px 0;
}
#skill_box{
	margin: 0 auto;
	max-width:582px;
}
#skill_box span {
	color:#b8332b ;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 1px dotted #664426;
	padding: 0 0 10px 0;
}
#skill_box p {
	margin:20px 0 0 0;
	font-size:16px; 
	line-height:1.4;
}
.textbox {
	color:#664426;
	display:block;
	width:100%;
	max-width:582px;
	padding:15px;
	text-align: left;
}
.textbox ul{
	list-style:none;
}
@media only screen and (max-width: 912px) {	
	.f2-content{
		margin:30% auto 0 5%;
	}
	#skill_box span {
		font-size: 27px;
	}
	#skill_box p {
		font-size:23px; 
	}
	.paper-body{
		width: 90%;
		padding-top:0;
	}
}
@media only screen and (max-width: 600px) {	
	#skill_box span {
		font-size: 22px;
	}
	#skill_box p {
		font-size:17px; 
	}
}
@media only screen and (max-width: 540px) {	
	#skill_box span {
		font-size: 20px;
	}
	#skill_box p {
		font-size:15px; 
	}
}
@media only screen and (max-width: 480px) {	
	#skill_box span {
		font-size: 17px;
	}
	#skill_box p {
		font-size:14px; 
	}
}
@media only screen and (max-width: 415px) {	
	.textbox {
		padding:8px;
	}
	#skill_box span {
		font-size: 16px;
		padding: 0 0 5px 0;
	}
	#skill_box p {
		font-size:13px; 
		margin:10px 0 0 0;
	}
}
@media only screen and (max-width: 376px) {	
	#skill_box span {
		font-size: 14px;
	}
	#skill_box p {
		font-size:11px; 	
	}
}
@media only screen and (max-width: 360px) {	
	#skill_box span {
		font-size: 13px;
	}
	#skill_box p {
		font-size:10px; 	
	}
}
#skill_thumb {
	transition: all 500ms ease;
}
#skill_thumb:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    transition: all 500ms ease;
}
/*small mobile*/
@media (max-width: 480px) {
	.skill_section {
		background:url(../images/bg_section22.png) center bottom no-repeat;
		padding-bottom:150px;
	}
	#skill_horizontal{
		display:none;
	}
}
/*mobile*/
@media (min-width: 481px) and (max-width: 767px) {	
	#skill_horizontal{
		display:none;
	}
}
/*tablet*/
@media (min-width: 768px) and (max-width:991px) {	
	#skill_horizontal{
		display:none;
	}
}
/*ipad pro*/
@media (min-width: 992px) and (max-width: 1024px) {
	#skill_horizontal{
		display:none;
	}
}
/*PC*/
@media (min-width: 1025px) {
	#skill_vertical{
		display:none;
	}
}
/*----------------------------FRAME3---------------------------------*/
.frame3 {
    background: url(../images/bg03.png) top center no-repeat;
	min-height:3000px;
	background-size: cover;
}
.f3-content{
    width: 100%;
    position: absolute;
	margin:39% auto 0 auto;
	z-index: 1;
	text-align: center;
}
.f3-group{
    width: 100%;
    position: absolute;
	z-index:2;
}
.f3-group ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 0;
}
.f3-group ul li{
    width:42%;
	animation: moveYDiv1 3s ease-in-out infinite;
	margin:6% 4% 0 4%;
}
.f3-group ul li a:hover{
    filter: brightness(0.8)
}
.f3-group ul li:nth-child(2) {
	width: 42%;
  animation-delay: 0.35s;
}
.f3-group ul li:nth-child(3) {
  width: 42%;
  animation-delay: 0.55s;
}
.f3-group ul li img{
    max-width: 100%;
    width: auto;
}
@media only screen and (min-width : 992px) {
	.f3-content{
		margin:17% auto 0 auto;
	}
	.f3-group ul{
		flex-wrap: nowrap;
		justify-content:center;
	}
	.f3-group ul li{
		width: 30%;
		margin: 0 2% 0 2%;
	}
	.f3-group ul li:nth-child(2) {
		width: 30%;
	}
	.f3-group ul li:nth-child(3) {
	  width: 30%;
	}
}
/*----------------------------FRAME4---------------------------------*/
.donate {
    background: url(../images/1nam.jpg) top center no-repeat;
	min-height:900px;
	background-size: cover;
}

.frame4 {
    background: url(../images/bg04.jpg) top center no-repeat;
	min-height:1254px;
	background-size: cover;
}
.center-align{
    margin: 0 auto 0 auto;
}
.class{
    position: absolute;
    top: 0;
    width: 100%;
}
.class_swiper{ position:absolute; width:100%; height:1682px; margin-left:0; margin-top:24%;}
.class_swiper .swiper-slide{ position:relative;width:100%; height:942px;}
.class_cont{ position:absolute;width:100%; height:514px; left:0; top:0;}

.class-video{position: absolute; left: 0; top: 0; z-index:2;margin:12% 0 0 62%;}
.class-video .img1{width: 90%; border: 3px solid #000000; max-width:460px}
.class_skill{ width:18%; position:absolute; margin:18% 0 0 38%; z-index:3;}
.class_info{ position:absolute; margin:55% 0 0 0; z-index:3;}
.class_img{ position:absolute; z-index:1;}
.nhanvat{ margin:0 0 0 -10%; }
	
.class-title{width:35%; text-align: center;position:absolute; z-index: 1; font-size: 14px; color: #95392a;margin:2% 0 0 65%;}
.class-text{position:absolute;padding:10% 5% 0 5%; z-index: 4; color:#211d18; line-height: 1.3; font-size: 10px;}

.class_opa_box{ position:absolute; width:100%; height:auto; z-index:4;margin: 117% 0 0 0}
.class_tab{position:absolute; width:100%; display: flex; flex-wrap: wrap; justify-content: center;}
.class_tab li{width:80px; height:60px; margin-right:-10%; cursor:pointer;}

#class_tab_tinhtuc{ background:url("../images/class/tab-tinhtuc.png") no-repeat; background-size: 50%}
#class_tab_tinhtuc.on{ background:url("../images/class/tab-tinhtuc-hover.png") no-repeat;background-size: 50%}
#class_tab_caibang{ background:url("../images/class/tab-caibang.png") no-repeat;background-size: 50%}
#class_tab_caibang.on{ background:url("../images/class/tab-caibang-hover.png") no-repeat;background-size: 50%}
#class_tab_minhgiao{ background:url("../images/class/tab-minhgiao.png") no-repeat;background-size: 50%}
#class_tab_minhgiao.on{ background:url("../images/class/tab-minhgiao-hover.png") no-repeat;background-size: 50%}
#class_tab_ngamy{ background:url("../images/class/tab-ngamy.png") no-repeat;background-size: 50%}
#class_tab_ngamy.on{ background:url("../images/class/tab-ngamy-hover.png") no-repeat;background-size: 50%}
#class_tab_thienlong{ background:url("../images/class/tab-thienlong.png") no-repeat;background-size: 50%}
#class_tab_thienlong.on{ background:url("../images/class/tab-thienlong-hover.png") no-repeat;background-size: 50%}
#class_tab_thienson{ background:url("../images/class/tab-thienson.png") no-repeat;background-size: 50%}
#class_tab_thienson.on{ background:url("../images/class/tab-thienson-hover.png") no-repeat;background-size: 50%}
#class_tab_thieulam{ background:url("../images/class/tab-thieulam.png") no-repeat;background-size: 50%}
#class_tab_thieulam.on{ background:url("../images/class/tab-thieulam-hover.png") no-repeat;background-size: 50%}
#class_tab_tieudao{ background:url("../images/class/tab-tieudao.png") no-repeat;background-size: 50%}
#class_tab_tieudao.on{ background:url("../images/class/tab-tieudao-hover.png") no-repeat;background-size: 50%}
#class_tab_vodang{ background:url("../images/class/tab-vodang.png") no-repeat;background-size: 50%}
#class_tab_vodang.on{ background:url("../images/class/tab-vodang-hover.png") no-repeat;background-size: 50%}

@media only screen and (min-width : 360px) {
	.class-text{font-size: 12px;}
	.class_tab li{width:85px; height:65px; margin-right:-8%;}
}
@media only screen and (min-width : 414px) {
	.class-text{font-size: 13px;}
	.class_tab li{width:95px; height:75px; margin-right:-8%;}
	.class-title{font-size: 16px;}
}
@media only screen and (min-width : 480px) {
	.class-text{font-size: 15px;}
	.class_tab li{width:115px; height:85px; margin-right:-8%;}
	.class-title{font-size: 20px;}
}
@media only screen and (min-width : 540px) {
	.class-text{font-size: 18px;}
	.class_tab li{width:93px; height:85px; margin-right:1%; margin-bottom: 3%}
	#class_tab_tinhtuc{background-size:80%}
	#class_tab_tinhtuc.on{background-size: 80%}
	#class_tab_caibang{background-size: 80%}
	#class_tab_caibang.on{background-size: 80%}
	#class_tab_minhgiao{background-size: 80%}
	#class_tab_minhgiao.on{background-size: 80%}
	#class_tab_ngamy{background-size: 80%}
	#class_tab_ngamy.on{background-size: 80%}
	#class_tab_thienlong{background-size: 80%}
	#class_tab_thienlong.on{background-size: 80%}
	#class_tab_thienson{background-size: 80%}
	#class_tab_thienson.on{background-size: 80%}
	#class_tab_thieulam{background-size: 80%}
	#class_tab_thieulam.on{background-size: 80%}
	#class_tab_tieudao{background-size: 80%}
	#class_tab_tieudao.on{background-size: 80%}
	#class_tab_vodang{background-size: 80%}
	#class_tab_vodang.on{background-size: 80%}
	.class-title{font-size: 23px;}
}
@media only screen and (min-width : 768px) {
	.class-title{font-size: 30px;}
	.class-text{font-size: 25px;}
	.class_tab li{width:93px; height:110px; margin-right:5%; margin-bottom: 3%}
	#class_tab_tinhtuc{background-size: 100%}
	#class_tab_tinhtuc.on{background-size: 100%}
	#class_tab_caibang{background-size: 100%}
	#class_tab_caibang.on{background-size: 100%}
	#class_tab_minhgiao{background-size: 100%}
	#class_tab_minhgiao.on{background-size: 100%}
	#class_tab_ngamy{background-size: 100%}
	#class_tab_ngamy.on{background-size: 100%}
	#class_tab_thienlong{background-size: 100%}
	#class_tab_thienlong.on{background-size: 100%}
	#class_tab_thienson{background-size: 100%}
	#class_tab_thienson.on{background-size: 100%}
	#class_tab_thieulam{background-size: 100%}
	#class_tab_thieulam.on{background-size: 100%}
	#class_tab_tieudao{background-size: 100%}
	#class_tab_tieudao.on{background-size: 100%}
	#class_tab_vodang{background-size: 100%}
	#class_tab_vodang.on{background-size: 100%}

	
	
}
@media only screen and (min-width : 992px) {
	.class_swiper{ position:absolute; width:2000px; height:1084px; left:50%; margin-left:-1000px; margin-top:33%;}
	.class_swiper .swiper-slide{ position:relative;width:2000px; height:942px;}
	.class_cont{ position:absolute; width:2000px; height:640px; left:0; top:0;}
	.class-video{position: absolute; left: 0; top: 0; z-index:2;margin:8% 0 0 52%;}
	.class-video .img1{width: 100%; border: 3px solid #ffffff; max-width:460px}
	.class_skill{width:16%; position:absolute; margin:20% 0 0 43%; z-index:3;}
	.class_info{ position:absolute; margin:24% 0 0 48%; z-index:3;}
	.class_img{ position:absolute; z-index:1;}
	.nhanvat{ margin:3% 0 0 10%; }
	.class-title{width: 23%; text-align: center;position:absolute; z-index: 1; font-size: 42px; color: #95392a;margin:3% 0 0 53%;}
	.class-text{position:absolute;padding:13% 5% 0 5%;line-height: 1.6;font-size: 16px;}

	.class_opa_box{ position:absolute; width:100%; height:auto; z-index:4;margin: 18% 0 0 0}
	.class_tab{position:absolute; width:100%; height:110px; display: flex; flex-direction: row; justify-content: center;}
	.class_tab li{width:93px; height:110px; margin: 0 2% 0 0; cursor:pointer;}

}
@media only screen and (min-width : 1200px) {
	.class_swiper{ position:absolute; width:2000px; height:1084px; left:50%; margin-left:-1000px; margin-top:23%;}
	.class_opa_box{ position:absolute; width:100%; height:auto; z-index:4;margin: 11% 0 0 0}
}
@media only screen and (min-width : 1600px) {
	.class_swiper{ position:absolute; width:2000px; height:1084px; left:50%; margin-left:-1000px; margin-top:20%;}
	.class_opa_box{ position:absolute; width:100%; height:auto; z-index:4;margin: 9% 0 0 0}
}
@media only screen and (min-width : 1920px) {
	.class_swiper{ position:absolute; width:2000px; height:1084px; left:50%; margin-left:-1000px; margin-top:16%;}
	.class_opa_box{ position:absolute; width:100%; height:auto; z-index:4;margin: 7% 0 0 0}
}
/*----------------------------FOOTER---------------------------------*/
#footer{
    background: #000000;
}
.footer-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
	padding:10px;
    color: #c6cad9;
	line-height: 22px;
	font-size: 12px;
}
.footer-content span{
    color: #ee9914;
}
@media only screen and (min-width : 480px) {
	.footer-content{
		padding-top: 20px;
		padding: 35px;
		line-height: 32px;
		font-size: 18px;
	}
}
/* menu top ================================*/
nav {
  width:100%;
  position: absolute;
  z-index: 9;
  background: #150300;
  height: auto;
}
nav .logo{
	display:block;
	width:28%;
	top:0%;
	left:0%;
	position: absolute;
	z-index: 9;
}
nav .group{
	display:block;
	width:25%;
	top:0;
	left:60%;
	position: absolute;
	z-index: 9;
	margin: 1.5% 0 0 0;
}
nav .fanpage{
	display:block;
	width:25%;
	top:0;
	left:33%;
	position: absolute;
	z-index: 9;
	margin: 1.5% 0 0 0;
}
#overlay-button {
  position: absolute;
  right: 0;
  top:1%;
  padding:13px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}
#overlay-button span {
  height: 3px;
  width: 30px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -6px;
  visibility: visible;
}
#overlay-button span:after {
  top: 6px;
}
#overlay-button span:before, #overlay-button span:after {
  height:3px;
  width: 30px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #ffffff;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(4px, 4px);
  opacity: 1;
}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(4px, -4px);
}

#overlay {
  height: 100%;
  width: 100%;
  background: #150300;
  z-index: 2;
  visibility: hidden;
  position: fixed;
}
#overlay.active {
  visibility: visible;
}
#overlay ul {
  display: flex;
  justify-content: top;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  padding-top: 100px;
  list-style-type: none;
}
#overlay ul li {
  padding: 20px;
}
#overlay ul li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}
#overlay ul li a:hover {
  color: #333332;
}
@media (min-width: 375px) {
  #overlay-button {
	  top:1%;
	  padding:16px 11px;
	}
	#overlay-button span:before {
	  top: -8px;
	  visibility: visible;
	}
	#overlay-button span:after {
	  top: 8px;
	}
	input[type=checkbox]:checked ~ #overlay-button span:before {
	  transform: rotate(45deg) translate(5px, 5px);
	  opacity: 1;
	}
	input[type=checkbox]:checked ~ #overlay-button span:after {
	  transform: rotate(-45deg) translate(5px, -5px);
	}
}
@media (min-width: 414px) {
  #overlay-button {
	  top:1%;
	  padding:18px 11px;
	}
}
@media (min-width: 480px) {
  #overlay-button {
	  top:1%;
	  padding:22px 11px;
	}
	#overlay-button span {
	  height: 4px;
	  width: 40px;
	  border-radius: 2px;
	  background-color: white;
	  position: relative;
	  display: block;
	  transition: all .2s ease-in-out;
	}
	#overlay-button span:before {
	  top: -10px;
	  visibility: visible;
	}
	#overlay-button span:after {
	  top: 10px;
	}
	#overlay-button span:before, #overlay-button span:after {
	  height:4px;
	  width: 40px;
	  border-radius: 2px;
	  background-color: white;
	  position: absolute;
	  content: "";
	  transition: all .2s ease-in-out;
	}
	input[type=checkbox]:checked ~ #overlay-button span:before {
	  transform: rotate(45deg) translate(7px, 7px);
	  opacity: 1;
	}
	input[type=checkbox]:checked ~ #overlay-button span:after {
	  transform: rotate(-45deg) translate(7px, -7px);
	}
}
@media (min-width: 600px) {
  #overlay-button {
	  top:1%;
	  padding:26px 11px;
	}
	#overlay-button span {
	  height: 4px;
	  width: 50px;
	  border-radius: 2px;
	  background-color: white;
	  position: relative;
	  display: block;
	  transition: all .2s ease-in-out;
	}
	#overlay-button span:before {
	  top: -13px;
	  visibility: visible;
	}
	#overlay-button span:after {
	  top: 13px;
	}
	#overlay-button span:before, #overlay-button span:after {
	  height:4px;
	  width: 50px;
	  border-radius: 2px;
	  background-color: white;
	  position: absolute;
	  content: "";
	  transition: all .2s ease-in-out;
	}
	input[type=checkbox]:checked ~ #overlay-button span:before {
	  transform: rotate(45deg) translate(9px, 9px);
	  opacity: 1;
	}
	input[type=checkbox]:checked ~ #overlay-button span:after {
	  transform: rotate(-45deg) translate(9px, -9px);
	}
}
@media (min-width: 768px) {
  #overlay-button {
	  top:1%;
	  padding:31px 11px;
	}
	#overlay-button span {
	  height: 5px;
	  width: 55px;
	  border-radius: 2px;
	  background-color: white;
	  position: relative;
	  display: block;
	  transition: all .2s ease-in-out;
	}
	#overlay-button span:before {
	  top: -13px;
	  visibility: visible;
	}
	#overlay-button span:after {
	  top: 13px;
	}
	#overlay-button span:before, #overlay-button span:after {
	  height:5px;
	  width: 55px;
	  border-radius: 2px;
	  background-color: white;
	  position: absolute;
	  content: "";
	  transition: all .2s ease-in-out;
	}
	input[type=checkbox]:checked ~ #overlay-button span:before {
	  transform: rotate(45deg) translate(9px, 9px);
	  opacity: 1;
	}
	input[type=checkbox]:checked ~ #overlay-button span:after {
	  transform: rotate(-45deg) translate(9px, -9px);
	}
}
@media (min-width: 912px) {
  #overlay-button {
	  top:1%;
	  padding:38px 11px;
	}
}
/*****************************************/
.nav_right {
  display: block;
  position: fixed;
  z-index: 999;
  right: -170px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 187px;
  height:289px;
  background-image:url(../images/sprite.png);
  background-position:0 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav_right.open {
  right: 0;
}
@media (max-width: 1024px) {
  .nav_right {
    display: none;
  }
}
.nav_right ul.buttai {
	width: 122px;
	height: auto;
	position: relative;
	margin: 30px 0 0 33px;
}
.nav_right ul.buttai li {
	float: left;
	margin: 15px 0 0 0;
}
.nav_right ul.buttai .app-info__install--pc>a {
	display: block;
	text-indent: -9999px;
}
.nav_right ul.buttai .app-info__install--pc>a {
	height: 33px;
	width: 122px;
}
.button-fanpage a {
	background-image: url("../images/sprite.png") !important;
	background-position: -187px 0 !important;
}
.button-fanpage:hover a {
	background-image: url("../images/sprite.png") !important;
	background-position: -187px -33px !important;
}
.button-group a {
	background-image: url("../images/sprite.png") !important;
	background-position: -187px  -66px!important;
}
.button-group:hover a {
	background-image: url("../images/sprite.png") !important;
	background-position: -187px -99px !important;
}
.nav_right .top{
  width: 56px;
  height: 56px;
  top: 10px;
  margin: 0 0 0 63px;
  position: relative;
}
.nav_right .top:hover{
  filter: brightness(1.6);
}
.nav_right .i_control {
  width: 28px;
  height: 85px;
  background: url(../images/i_close_nav_right.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 80px;
  left: -5px;
  cursor: pointer;
}
.nav_right .i_control.i_control_active {
  left: -5px;
  background: url(../images/i_open_nav_right.png) no-repeat center center;
}
/*==============================POPUP===================================*/
.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  font-family: Roboto;
}
.popup .content-popup {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup .wrapper-popup {
  min-width: 320px;
  width: 100%;
  height: 380px;
  background: url(../images/pop-m.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .wrapper-popup1 {
  min-width: 320px;
  width: 100%;
  height: 200px;
  background: url(../images/pop_video.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .wrapper-popup2 {
  min-width: 320px;
  width: 100%;
  height: 380px;
  background: url(../images/pop-code.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .wrapper-popup3 {
  min-width: 320px;
  width: 100%;
  height: 180px;
  background: url("../images/pop-duatop.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 360px) {
	.popup .wrapper-popup {
		min-width: 360px;
		height: 400px;
	}
	.popup .wrapper-popup3 {
	  width:360px;
	  height: 294px;
	}
}
@media only screen and (min-width: 375px) {
  .popup .wrapper-popup {
    min-width: 375px;
    height: 420px;
  }
	.popup .wrapper-popup3 {
	  width:375px;
	  height: 244px;
	}
}
@media only screen and (min-width: 414px) {
  .popup .wrapper-popup {
    min-width: 414px;
    height: 440px;
  }
	.popup .wrapper-popup1 {
    min-width: 400px;
    height: 240px;
  }
	.popup .wrapper-popup3 {
	  width:414px;
	  height: 244px;
	}
}
@media only screen and (min-width: 480px) {
	 .popup .wrapper-popup {
		min-width: 480px;
		height: 520px;
	  }
	.popup .wrapper-popup1 {
		min-width: 450px;
		height: 280px;
	  }
	.popup .wrapper-popup2 {
		min-width: 480px;
		height: 480px;
	  }
	.popup .wrapper-popup3 {
	  width:480px;
	  height: 294px;
	}
}
@media only screen and (min-width: 540px) {
  .popup .wrapper-popup {
    min-width: 500px;
    height: 530px;
  }
}
@media only screen and (min-width: 600px) {
  .popup .wrapper-popup {
    min-width: 600px;
    height: 500px;
  }
	.popup .wrapper-popup3 {
	  width:600px;
	  height: 344px;
	}
}
@media only screen and (min-width: 768px) {
	.popup .wrapper-popup3 {
	  width:768px;
	  height: 444px;
	}
}
@media only screen and (min-width: 912px) {
	.popup .wrapper-popup3 {
	  width:912px;
	  height: 544px;
	}
}
@media only screen and (min-width: 1000px) {
  .popup .wrapper-popup {
	  background: url(../images/pop.png) no-repeat center center;
	  background-size: contain;
      width: 702px;
	  height: 680px;
  }
   .popup .wrapper-popup1 {
      width: 902px;
	  height: 510px;
  }
	.popup .wrapper-popup2 {
      width: 553px;
	  height: 530px;
  }
	.popup .wrapper-popup3 {
	  width:1188px;
	  height: 694px;
	}
}
.popup .wrapper-popup .title-detail,.popup .wrapper-popup1 .title-detail{
  	width: 100%;
	display: flex;
	justify-content: center;
	background: none;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
	color: #701108;
	font-size: 20px;
}
@media only screen and (min-width: 411px) {
	.popup .wrapper-popup .title-detail,.popup .wrapper-popup1 .title-detail{
		padding: 40px 0 0 0;
		font-size: 23px;
	}
}
@media only screen and (min-width: 480px) {
	.popup .wrapper-popup .title-detail,.popup .wrapper-popup1 .title-detail{
		padding: 45px 0 0 0;
		font-size: 30px;
	}
}
@media only screen and (min-width: 600px) {
	.popup .wrapper-popup .title-detail,.popup .wrapper-popup1 .title-detail{
		padding: 50px 0 0 0;
		font-size: 30px;
	}
}
@media only screen and (min-width: 1000px) {
  .popup .wrapper-popup .title-detail,.popup .wrapper-popup1 .title-detail{
	  padding:140px 0 0 0;
	  font-size: 46px;
  }
}
.popup .wrapper-popup2 .title-detail{
  	width: 100%;
	display: flex;
	justify-content: center;
	background: none;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}
@media only screen and (min-width: 411px) {
	.popup .wrapper-popup2 .title-detail{
		padding: 30px 0 0 0;
	}
}
@media only screen and (min-width: 480px) {
	.popup .wrapper-popup2 .title-detail{
		padding: 36px 0 0 0;
		font-size: 30px;
	}	
}
@media only screen and (min-width: 600px) {
	.popup .wrapper-popup2 .title-detail{
		padding: 36px 0 0 0;
	}
}
@media only screen and (min-width: 1000px) {
  .popup .wrapper-popup2 .title-detail{
	  padding:40px 0 0 0;
	  font-size: 40px;
  }
}
.popup .content-new-detail {
	height: 280px;
	margin:10px 15px 60px 10px;
	color: #773b04;
}
@media only screen and (min-width: 360px) {
  .popup .content-new-detail {
      height: 300px;
	  margin: 10px 15px 0 15px;
  }
}
@media only screen and (min-width: 375px) {
  .popup .content-new-detail {
      height: 310px;
  }
}
@media only screen and (min-width: 414px) {
	.popup .content-new-detail {
		height: 330px;
	 }
}
@media only screen and (min-width:480px) {
  .popup .content-new-detail {
      height: 400px;
	  margin: 10px 25px 0 25px;
  }
}
@media only screen and (min-width: 600px) {
	.popup .content-new-detail {
	  height: 540px;
      margin: 10px 30px 0 30px;
  	}
}
@media only screen and (min-width: 992px) {
	.popup .content-new-detail {
	    height: 450px;
     	margin: 10px 40px 0 20px;
  	}
}
.popup .content-new-detail .text {
	margin-top: 0;
	line-height: 22px;
	font-weight: 500;
	font-size: 14px;
}
.popup .content-new-detail .text p{
	padding: 5px 0 5px 0;
}
.popup .content-new-detail .text span{
	color: #ff0000;
}
.popup .content-new-detail .text b{
	font-weight: bold;
	color: #ff0000;
}
@media only screen and (min-width: 480px) {
	.popup .content-new-detail .text {
		line-height: 25px;
		font-size: 17px;
	}
}
@media only screen and (min-width: 600px) {
	.popup .content-new-detail .text {
		line-height: 35px;
		font-size: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.popup .content-new-detail .text {
    	font-size: 20px;
    	padding-left: 45px;
    	padding-right:15px;
    }
	.popup .content-new-detail .text p{
		padding: 5px 0 5px 0;
	}
	.popup .content-new-detail .text span{
		font-size: 18px;
		font-weight: bold;
	}	
}
/*---- close----*/
.popup .close-content {
  	position: absolute;
  	background: url(../images/close.png) no-repeat center top;
  	background-size: contain;
  	width:40px;
    height:40px;
    top: 0px;
    right:0px;
  	cursor: pointer;
  	z-index: 999;
}
@media only screen and (min-width: 600px) {
  .popup .close-content {
	background: url(../images/close.png) no-repeat center top;
  	background-size: contain;
  	width:60px;
    height:60px;
    top: 0px;
    right:0px;
  }
}
@media only screen and (min-width: 992px) {
  .popup .close-content {
	background: url(../images/close.png) no-repeat center top;
  	background-size: contain;
  	width:60px;
    height:60px;
    top:100px;
    right:-70px;
  }
}
.popup .close-content1 {
  	position: absolute;
  	background: url(../images/close.png) no-repeat center top;
  	background-size: contain;
  	width:30px;
    height:30px;
    top: 10px;
    right:10px;
  	cursor: pointer;
  	z-index: 999;
}

@media only screen and (min-width: 600px) {
  .popup .close-content1 {
	background: url(../images/close.png) no-repeat center top;
  	background-size: contain;
  	width:48px;
    height:48px;
    top:10px;
    right:10px;
  }
}
.center-align{
    margin: 0 auto;
}

/*---------------- popup register---------------------*/
.popup .detail-code {
	width: 310px;
	font-size: 17px;
	line-height: 1.5;
	position: absolute;
	top:55%;
	left: 59.5%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #ffffff;
}
@media only screen and (min-width: 480px) {
	.popup .detail-code {
		width: 443px;
	}
}
@media only screen and (min-width: 992px) {
	.popup .detail-code {
		width: 543px;
		top: 55%;
	    left: 59%;
	}
}
/*---- thong tin qua ----*/
.form-row{
	width: 100%;
	text-align: left;
	margin: 0 auto;
	color: #5c1200;
}
.form-row .input{
	width: 80%;
	height: 40px;
    border:none;
	border-radius: 8px;
	margin: 5px 0 5px 0;
	font-size: 13px;
	padding: 0 0 0 10px;
	background: #493424;
	color: #ffffff;	
}
.form-row .input input::placeholder, .form-row .input select::placeholder{
    color: #ffffff;	
}
.register-box{
	width: 100%;
	margin: 5% auto 0 -10%;
	text-align: center;
}
.register-box .bt{
	width: 247px;
	height: 57px;
	background: url(../images/bt-dangky1.jpg) no-repeat center top;
  	background-size: contain;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 60px 10px 60px;
	text-align: center;
	text-transform: uppercase;
}
.register-box .bt:hover{
	filter: brightness(1.1);
	text-decoration: none;
}
@media only screen and (min-width: 480px) {
	.form-row .input{
		height: 50px;
	}
	.register-box .bt{
		width: 247px;
		height: 57px;
		font-size: 20px;
		padding: 10px 60px 10px 60px;
	}
}

/*  giai thuong   */
#wysiwyg-content{
    overflow: hidden;
}
#tab-bt{
    width: 100%;
    text-align: center;
}
#tab-bt a{
    display: inline-block;
    width: 30%;
} 
.text-content{
    color: #000000;
}
.text-content span{
	color: #b83002;
	font-weight: bold;
}
#wysiwyg-content .input-group{
    margin-top: 20px;
}
#tab-bt a img{
    filter: grayscale(90%);
}
#tab-bt a.active img, #tab-bt a:hover img{
    filter: grayscale(0%);
}
.tab-pane{
    display: none;
}
.tab-pane.active{
    display: block;
}
@media only screen and (min-width : 1200px) {  
    #tab-bt a {
        display: inline-block;
        width: 18%;
        
    }
}

/*---- login ----*/
.macode-row{
	width: 100%;
	text-align: center;
	margin:10px auto;
	font-size: 12px;
}
.macode-row .code{
	width: 100%;
	height: 40px;
    border: 2px solid #ae6dff;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	color: #925aff;
}
.macode-row1{
	width: 100%;
	text-align: center;
	margin:0 auto;
	font-size: 12px;
}
.macode-row1 .but-log a{
	display: inline-block;
	width: 137px;
	height: 74px;
	background: url("../images/bt-dn.png") no-repeat left top;
	background-size: contain;
	margin: 0 0 0 0;
}
.macode-row1 .but-log a:hover{
	filter: brightness(1.2);
	text-decoration: none;
}
@media only screen and (min-width: 360px) {
	.macode-row1 .but-log a{
		width: 167px;
		height: 74px;
	}
}
@media only screen and (min-width: 414px) {
	.macode-row{
		margin:20px auto;
	}
	.macode-row1 .but-log a{
		width: 197px;
		height: 74px;
	}
}
@media only screen and (min-width: 480px) {
	.macode-row1 .but-log a{
		width: 227px;
		height: 74px;
	}
}
@media only screen and (min-width: 992px) {
	.macode-row{
		font-size: 20px;
	}
	.macode-row1 .but-log a{
		width: 320px;
		height: 67px;
		margin: 20px 0 0 0;
	}
} 

/* bxh*/
.table-rank thead tr th{
    background-color: #8e180a;
    color: #ffffff;
    text-align: center;
	text-transform: uppercase;
	border:none;
	line-height: 25px;
	padding: 0 5px 0 5px 0;
}
.table-rank tbody tr th, .table-rank tbody tr td{
    text-align: center;
	vertical-align: middle;
}
.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 {
    border:none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #320707;
    color: #FFFFFF;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #511713;
    color: #FFFFFF;
}
.chanrge{display: block; background: #f9d65a; color: #ff0000; padding: 3px;border-radius: 10px;font-size: 14px;line-height: 18px;font-weight: bold;}
.table-gift{
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px;
}
.table-gift tr th{
    background-color: none;
    text-align: left;
    color: #000000;
    padding: 5px;
	border: none;
}
.table-gift tr td {
    color: #a80000;
    text-align: left;
	background-color: none;
	border: none;
}
.table-gift tr td a{
    font-weight: bold;
	color: #ff0000;
}
.table-gift tr td a:hover{
    color: #f8a90e;
	text-decoration: none;
}
.macode{
	width: 100%;
	height: 45px;
    border: 1px solid #000000;
	background: #876851;
	text-align: left;
	color: #ffffff;
	padding: 5px 0 0 10px;
}