﻿/*
	Ex Machina by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';

@font-face {
	 font-family: 'UVN Van';
	  src: url('/fonts/UVNVan.eot');
	  src: url('/fonts/UVNVan.eot') format('embedded-opentype'),
	       url('/fonts/UVNVan.woff') format('woff'),
	       url('/fonts/UVNVan.ttf') format('truetype'),
	       url('/fonts/UVNVan.svg') format('svg');
}
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
	html
	{
	overflow-y: scroll;
	}

	body,input,textarea,select
	{
		font-family: 'UVN Van', sans-serif;
		font-weight: 300;
		font-size: 11pt;
		line-height: 1.75em;
		color:#555;
	}

	h1,h2,h3,h4,h5,h6
	{
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: 300;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #ff0000;
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		color: #339999;
		text-decoration: none;

	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
		margin-bottom: 2em;
		line-height: 1.7em;
	}
	
		header h2
		{
			font-size: 1.3em;
			font-weight:bold;
		}
		header .byline
		{
			display: block;
			font-size: 0.9em;
		}
		header ul
		{
			color:#999;
		}
		header  li
		{
			display:inline;
		}
		header  li.active
		{
			color:#339999;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}
	.clr{clear: both;}
	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin-bottom: 2em;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			ul.default li
			{
				display: block;
				padding: 2em 0em 1.25em 0em;
				border-top: 1px solid #303030;
			}
			
			ul.default li:first-child
			{
				padding-top: 0em;
				border-top: none;
			}
			
			ul.default a
			{
				text-decoration: none;
				color: rgba(255,255,255,.5);
			}
			
			ul.default a:hover
			{
				text-decoration: underline;
			}

		ul.style1
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			ul.style1 li
			{
				padding: 0.60em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
			}
			
			ul.style1 li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}
			
			ul.style1 img
			{
			}


		ul.style2
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}

			ul.style2 li
			{
				padding: 1.90em 0em 1.60em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
			}
			
			ul.style2 li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}

			ul.style2 img
			{
				float: left;
				padding-right: 1em;
			}
			
		ul.style5
		{
			overflow: hidden;
			margin: 0em 0em 1em 0em;
			padding: 0em;
			list-style: none;
		}
		
			ul.style5 li
			{
				float: left;
				padding: 0.25em 0.25em;
				line-height: 0;
			}
			
			ul.style5 a
			{
			}

			

	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 0.5em;
			padding: 0.50em 1.5em;
			background: #e95d3c;
			border-radius: 6px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #de3d27;
				color: #FFF !important;
			}

/*********************************************************************************/
/* Icon                                                                        */
/*********************************************************************************/
.icon_mem { background:url(../images/icon/note40.png) no-repeat;}
.icon_list { background:url(../images/icon/note40.png) no-repeat;}
.icon_pass { background:url(../images/icon/password4.png) no-repeat;}
.icon_pass:hover { background:url(../images/icon/password4-hv.png) no-repeat;}
.icon_pay { background:url(../images/icon/automated.png) no-repeat left top -3px;}
.icon_pay:hover { background:url(../images/icon/automated-hv.png) no-repeat left top -3px;}
.icon_history { background:url(../images/icon/copy12.png) no-repeat;}
.icon_history:hover { background:url(../images/icon/copy12-hv.png) no-repeat;}
.icon_sub { background:url(../images/icon/sub.png) no-repeat;}
.icon_sub:hover { background:url(../images/icon/sub-hv.png) no-repeat;}
.icon_infor { background:url(../images/icon/user.png) no-repeat center 15px;}
.icon_security { background:url(../images/icon/key5.png) no-repeat center 15px;}
.icon_securitycode { background:url(../images/icon/password13.png) no-repeat center 15px;}
.icon_securityst { background:url(../images/icon/shield65b.png) no-repeat center 15px;}
.icon_securityst2 { background:url(../images/icon/shield65b2.png) no-repeat center 15px;}
.icon_card { background:url(../images/icon/credit.png) no-repeat center 15px;}
.icon_logout { background:url(../images/icon/arrow35.png) no-repeat center 15px;}
.icon_sec { background:url(../images/icon/shield65.png) no-repeat; }
.signed-box  ul.list-box  a:hover .icon_infor:hover { background:url(../images/icon/user-hv.png) no-repeat center 15px;}
.signed-box  ul.list-box  a:hover .icon_security:hover { background:url(../images/icon/key5-hv.png) no-repeat center 15px;}
.signed-box  ul.list-box  a:hover .icon_card:hover { background:url(../images/icon/credit-hv.png) no-repeat center 15px;}
.signed-box  ul.list-box  a:hover .icon_logout:hover { background:url(../images/icon/arrow35-hv.png) no-repeat center 15px;}
.signed-box  ul.list-box  a:hover .icon_securitycode:hover { background:url(../images/icon/password13-hv.png) no-repeat center 15px;}
/*********************************************************************************/
/* Form                                                                        */
/*********************************************************************************/

	.help {
		display:none;
		color:#339999;
		font-size:90%;
	}
	input:focus + .help {
    display:block;
	margin-bottom:-1em;
	}
	input[placeholder]
	{
	padding-left:0.2em;
	}
	input:required  /*Mặc định*/
	{
	margin-top:1em;
	height:3em;
    border:1px solid #ccc;
	}
	input:required:hover 
	{
    border:1px solid #c8e5e0;
	}
	input:required:focus  /*Mặc định*/
	{
    border:1px solid #339999;
	}
	input:optional  /*Tùy chỉnh*/
	{
    background:hsl(300, 50%, 90%);
    border:1px dotted hsl(180, 50%, 90%);
	}
	
	input:valid, /* Hợp lệ */
	input:in-range {
    border-color:hsl(120, 50%, 50%);
	}

	input:invalid, /* Không hợp lệ */
	input:out-of-range {
	}
	input:required:invalid, input:focus:invalid 
	{ 
	background-image: url(/images/icon/delete63.png);
	background-position: right;
	background-repeat: no-repeat; 
	padding-right:20px;
	box-shadow:none;
	-moz-box-shadow: none;
	}
	input:required:valid {
	background-image: url(/images/icon/check33.png);
	background-position: right;
	background-repeat: no-repeat; 
	padding-right:20px;
	}
	input[id="security"]
	{
		text-align:center;
		/*color:#3399cc;
		background-color: #fff;
		border: 1px solid #ddd;
		border-top: 2px solid #3399cc;*/
		color:#fff;
		background-color: #339999;
		text-transform: uppercase;
	}
	input[id="security"]:required:invalid, input[id="security"]:focus:invalid, input[id="security"]:required:valid {
	background-image: url(/images/icon/shield65-white.png);
	background-position: left;
	background-repeat: no-repeat; 
	padding-left:20px;
	box-shadow:none;
	-moz-box-shadow: none;
    border:1px solid #339999;
	border-right:1px solid #fff;
	}
	input[type="submit"]
	{
		margin-top:1em;
		height:44px;
		text-align:center;
		/*color:#3399cc;
		background-color: #fff;
		border: 1px solid #ddd;
		border-top: 2px solid #3399cc;*/
		color:#fff;
		font-weight: bold;
		background-color: #339999;
		text-transform: uppercase;
		cursor: pointer;
	}
	input[type="reset"]
	{
		margin-top:1em;
		height:43px;
		text-align:center;
		/*color:#3399cc;
		background-color: #fff;
		border: 1px solid #ddd;
		border-top: 2px solid #3399cc;*/
		color:#fff;
		font-weight: bold;
		background-color: #339999;
		text-transform: uppercase;
		cursor: pointer;
	}
*/

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		background: #FFF;
	}

		#header .container
		{
			position: relative;
			padding: 4em 0em;
			border-bottom: 1px solid #ddd;
		}
		
	
/*********************************************************************************/
/* Header Top                                                                          */
/*********************************************************************************/
	#header-top
	{
		position: relative;
	}

	#top-box
	{
		position: absolute;
		top:-1.5em;
		right:0;
		background: #fff;
		color:#339999;
		width:23%;
		height:35px;
		margin: 0 10% 0 0;
		padding-top: 4px;
		border-radius: 5px;
		border:1px solid #ddd;
		text-align:center;
		font-size: 14px;
	}
	
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		left: 0em;
		top: 3em;
	}
	
		#logo h1
		{
		}
	
		#logo a
		{
			display: block;
			text-decoration: none;
			font-size: 2.8em;
			font-weight: 600;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		right: 0em;
		top: 2.2em;
	}

		#nav > ul > li
		{
			float: left;
		}
		
			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				margin-left: 0.7em;
				padding: 0.80em 1em;
				letter-spacing: 0.06em;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 14px;
				outline: 0;
				color: #333;

			}

			#nav li a:hover
			{
				color: #339999;
			}
			
			#nav li.active a
			{
				border-radius: 20px;
				border-top: 2px solid #339999;
				border-bottom: 2px solid #339999;
				color: #339999;
			}

			#nav > ul > li > ul
			{
				display: none;
			}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		padding: 12em 0em;
		background: url(../images/banner.jpg) no-repeat center;
		background-size: cover;
		color: #fff;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#page
	{
		background: #fff;
		overflow:auto;
	}

	#main
	{
		border-color: rgba(0,0,0,.2);
	}
	
	.sidebar header h2
	{
		font-size: 1.6em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
	}
	
	#footer .container
	{
	}

	#footer h2
	{
		padding-bottom: 1.5em;
		font-size: 1.6em;
		color: #FFF;
	}

	#footer strong
	{
		color: rgba(255,255,255,.7);
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{	
		position: not fixed;
		font-size:12px;
		border-top: 1px solid #ddd;
		letter-spacing: 1px;
		overflow:hidden;
	}
	
	#copyright .container
	{
	}
	
	#copyright-left
	{
	float:left;
	}
	
	#copyright-right
	{
	float:right;
	}
	
	#copyright a
	{
		color: #339999 !important;
	}

/*********************************************************************************/
/* topgames                                                                     */
/*********************************************************************************/
	
	#topgames
	{
		position: relative;
	}
	#topgames header h2
	{
		font-size: 1.6em;
	}
	#topgames  ul.list-game-hot
	{
		position: relative;
		margin:0 auto;
		float:left;
		width:100%;
		margin-left: 0;
		padding-left: 0;
	}
	#topgames  ul.list-game-hot li
	{
		float:left;
		margin: 0 3% 0 0;
		width:30%;
		list-style: none;
	 }
	#topgames  ul.list-game-hot li .game-box
	{
		height:200px;
		border-radius:10px;

	}
	#topgames  ul.list-game-hot li .game-box img
	{
		width:100%;
		height:135px;
		border-radius:10px 10px 0 0;

	}
	#topgames  ul.list-game-hot li .game-box .left-box
	{
		float:left;
	}
	#topgames  ul.list-game-hot li .game-box .right-box
	{
		float:none;
	}
	#topgames  ul.list-game-hot li .game-box .title
	{
		font-size:1em;
		padding: 5px 0 0 5px;
	}
	#topgames  ul.list-game-hot li .game-box .views
	{
		font-size:0.8em;
		padding-left:5px;

	}
	#topgames  ul.list-game-hot li .game-box .fb
	{
		float:right;
		margin:7px 0 0 0;
		width:150px;
		height:43px;
		padding-top:7px;
		text-align:center;
		color:#555;
		background-color: #fff;
		border-radius: 3px;
		border: 1px solid #c8e5e0;
		border-top: 3px solid #3399cc;
		text-decoration: none;
	}
	#topgames  ul.list-game-hot li .game-box .fb:hover
	{
		color:#3399cc;
		background-color: #fff;
		border: 1px solid #c8e5e0;
		border-top: 3px solid #3399cc;
	}
	#topgames  ul.list-game-hot li .game-box .home
	{
		float:right;
		margin:7px 0 0 0;
		width:150px;
		height:43px;
		text-align:center;
		padding-top:7px;
		color:#555;
		background-color: #fff;
		border-radius: 3px;
		border: 1px solid #c8e5e0;
		border-top: 3px solid #339999;
		/*color:#fff;
		background-color: #339999;*/
		text-transform: uppercase;
	}
	#topgames  ul.list-game-hot li .game-box .home:hover
	{
		color:#339999;
		background-color: #fff;
		border: 1px solid #c8e5e0;
		border-top: 3px solid #339999;
	}
	#topgames  ul.list-game-hot li .game-box  a.home
	{
		font-size:13px;
		text-decoration: none;
	}
	
/*********************************************************************************/
/* UnSigned                                                                      */
/*********************************************************************************/

	.register-box
	{
        float:left;
        width: 50%;
	}

/*********************************************************************************/
/* Login                                                                      */
/*********************************************************************************/

	.login-box
	{
		margin: 0 auto;
        width: 50%;		
	}
	.login-box a
	{
		color:#339999;
		display:inline;	
		margin-top: 0.5em;

	}

	
/*********************************************************************************/
/* Signed                                                                      */
/*********************************************************************************/

	.signed-box
	{
        float:left;
        width: 70%;
	}
	.signed-box  ul.list-box
	{
		position: relative;
		width:90%;
		padding-left: 0;
	}
	.signed-box  ul.list-box li
	{	
		float:left;
		width:46%;
		margin:0 2% 2% 0;
		list-style: none;
	 }
	.signed-box  ul.list-box li .select-box
	{
		height:130px;

	}
	.signed-box  ul.list-box  li .select-box .text-box
	{
		text-align:center;
		padding-top:80px;
	}
	.signed-box  ul.list-box  a
	{
		color:#555;
	}
	.signed-box  ul.list-box  a:hover
	{
		color:#339999;
	}
	.menu-right
	{
        float:left;
        width: 30%;
		border-radius: 3px;
		border: 1px solid #c8e5e0;

	}
	.menu-right .header
	{
	width:100%;
	padding-top:0.3em;
	height:2.5em;
	border-bottom: 2px solid #c8e5e0;
	margin:auto;
	}	
	.menu-right  h2
	{
	padding-left:2em;
	font-size:1.2em;
	color:#339999 ; /* #08addd */
	display:inline;
	}
	.menu-right .more 
	{
	float:right;
	padding-right:0.5em;
	}
	.menu-right .more > a
	{
	font-style:italic;
	font-size:0.8em;
	color: #339999;
	} 
	
	.menu-right .menu-account .info,
	.menu-right .menu-list .list
	{
	margin:0.2em 0 0.2em 0;
	}
	.menu-right  .menu-account p
	{
	padding:0em 0 0 1em;
	}
	.menu-right .menu-account,
	.menu-right  .menu-list
	{
	border-top: 3.5px solid #339999;
	border-radius: 2px 2px 0 0;
	}
	.menu-right  .menu-list p
	{
	color: #333;
	height:2em;
	padding:0 0 0 2.5em;
	margin:7px auto;
	}
	.menu-right  .menu-list p:hover
	{
	border-top: 1px soild #c8e5e0;
	border-left: 3px solid #339999;
	color: #339999;
	}	
	
	.menu-right .menu-account .info span
	{
	color:#339999;
	}

	.menu-right .menu-account .info  a
	{
	padding-left:24px;
	}

	
/*********************************************************************************/
/* Page Info                                                                      */
/*********************************************************************************/

	.main-page .row-info,
	.main-page .submit-info
	{
	float:left;
	width:80%;
	}
	.main-page .row-info
	{
	border-bottom: dotted 1px #ddd;
	}
	.main-page .row-info  label,
	.main-page .row-info	div
	{
	float:left;
	width:40%;
	margin:0.5em;
	}
	
	.main-page .row-info span
	{
	float:left;
	margin:0.5em;
	}
	.main-page .row-info span a
	{
	font-size:0.8em;
	}
	.main-page .row-info input:required  /*Mặc định*/
	{
	margin-top:0;
	height:2em;
    border:none;
    border-bottom:1px solid #ccc;
	}
	.main-page .row-info	input:required:hover 
	{
    border-bottom:1px solid #c8e5e0;
	}
	.main-page .row-info input:required:focus  /*Mặc định*/
	{
    border-bottom:1px solid #339999;
	}
	.main-page .row-info input:optional  /*Tùy chỉnh*/
	{
    background:hsl(300, 50%, 90%);
    border-bottom:1px dotted hsl(180, 50%, 90%);
	}
	
	.main-page .row-info input:valid, /* Hợp lệ */
	.main-page .row-info input:in-range {
    border-bottom-color:hsl(120, 50%, 50%);
	}

	.main-page .row-info input:invalid, /* Không hợp lệ */
	.main-page .row-info input:out-of-range {
	}

/*********************************************************************************/
/* Effect                                                                      */
/*********************************************************************************/

	.effect1
	{
    -moz-box-shadow: 0px 0px 3px #ababab;
    -webkit-box-shadow: 0px 0px 3px #ababab;
    box-shadow: 0px 0px 3px #ababab;
	-o-box-shadow: 0px 0px 3px #ababab;
	-webkit-transition: -webkit-transform 0s ease;
	-moz-transition: -moz-transform 0s ease;
	-o-transition: -o-transform 0s ease;
	transition: transform 0s ease;
	}
	.effect1:hover
	{
    -moz-box-shadow: 0px 0px 7px #3399cc;
    -webkit-box-shadow: 0px 0px 7px #3399cc;
    box-shadow: 0px 0px 7px #3399cc;
	-o-box-shadow: 0px 0px 7px #3399cc;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);

	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	
	#featured
	{
		position: relative;
	}
	
	#featured .divider
	{
		border-bottom: 1px solid #303030;
	}
	
	#featured .box
	{
		background: #FFF;
		padding: 1.4em;
		font-size: 0.95em;
	}
	
	blockquote
	{
		margin: 0;
		padding: 0;
		border: none;
		font-style: normal;
	}
	
	.balloon {
		padding: 1.87em;
		background: url(images/img08.jpg) repeat left top;
		border-radius: 5px;
		line-height: 180%;
		font-size: 1.2em;
		color: #333;
	}
	
	.ballon-bgbtm {
		height: 1.87em;
	}
	
	.balloon strong
	{
		color: #333 !important;
	}

