﻿*{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif,"Tahoma";
	color:#444;
	line-height: 1.35;
}

h1{
    font-size: 30px;
	font-weight: 600;
	line-height: 36px;    
	margin-bottom: 5px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
	line-height: 40px;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
}

h4 {
    font-size: 14px;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    font-weight: 400;
}

h6 {
    font-size: 13px;
	text-transform: uppercase;
    font-weight: 400;
	color: #999999;
}

a:link {
	color: #464646;
	-moz-transition:  color 0.3s linear 0s;
	-webkit-transition:  color 0.3s linear 0s;
	transition:  color 0.3s linear 0s;	
	text-decoration:none;
}
a:visited {
	color: #464646;
} 

a:hover{
	color: #3a9c18;
}

:focus {
	outline: 0;
}
img{
	border:none !important;
}
a{
	text-decoration: none !important;
	border:none !important;
}
body{
	width: 100%;
	text-align: center;
	font: 14px;
	font-family: "Tahoma";
	margin: 0px;
	padding: 0px;
}
.show_load{
	width: 0px;
	height: 2px;
	background: #3a9c18;
	clear: both;
	box-shadow: 0px 2px 5px #3a9c18;
	position: fixed;
	z-index: 9999;
}
#sc_iphone{
	width: 40px;
	height: 40px;
	background: url(../images/icon/iphone.png) no-repeat center center #aaa;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99999999;
	cursor: pointer;
}
#sc_iphone .sctop,.scleft,.scright,.scbottom{
	position: absolute;
	z-index: 99999999;
	background: #aaa;
	top:-40px;
	width: 40px;
	height: 40px;
	display: none;
	background: url(../images/icon/arrow_len.png) no-repeat center center #aaa;
	cursor: pointer;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
#sc_iphone .scright{
	left: 40px;
	top: 0px;
	background: url(../images/logo/home.png) no-repeat center center #aaa;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}
#sc_iphone .scbottom{
	left: 0px;
	top: 40px;
	background: url(../images/icon/icon_close.png) no-repeat center center #aaa;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}
#sc_iphone .scleft{
	left: -40px;
	top: 0px;
	background: url(../images/icon/search_ip.png) no-repeat center center #aaa;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}
#wapper{
	width: 1024px;
	text-align: left;
	background: #fff;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
}

.main_pop{
	position: fixed;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(3,3,3,0.5);
	top:0px;
	left: 0px;
	z-index: 10;
	display: none;
}
#box_thongke{
	width: 50%;
	position: fixed;
	top:150px;
	left: 25%;
	background-color: #fff;
	z-index: 11;
	display: none;
}

/*=============================================================================*/
/*| Header   |====================================================*/
/*=============================================================================*/
.header{
	width: 100%;
	float:left;
}

/* Sologan
/*=========================================================================*/
.header .sologan_social{
	width: 100%;
	height: 70px;
	clear: both;
}
.header .sologan_social .sologan{
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin: 10px 0px;
	float: left;
}
.header .sologan_social .sologan a{
	text-decoration: none;
}
.header .sologan_social .sologan h1{
	font-size: 30px;
	font-weight: normal;
}
.header .sologan_social .sologan h1 span{
	color:#3a9c18;
	font-weight: bolder;
}
.header .sologan_social .current_time{
	height: 50px;
	width: 300px;
	line-height: 25px;
	margin: 15px 10px;
	text-align: center;
	color:#aeaeae;
	font-size: 14px;
	float: left;
}
.header .sologan_social .box_search{
	width: 270px;
	height: 50px;
	line-height: 50px;
	margin: 15px 10px 15px 0px;
	float:left;
}
.header .sologan_social .box_search input[type=text]{
	width: 220px;
	height: 30px;
	margin: 10px 0px;
	color: #999;
	float: left;
	border: none;
	font-size: 16px;
}
.header .sologan_social .box_search input[type=submit]{
	width: 50px;
	height: 50px;
	border:none;
	background: url(../images/logo/search.png) no-repeat top center;
	cursor: pointer;
}
.header .sologan_social .social{
	width: 215px;
	height: 50px;
	margin: 15px 0px;
	float: left;
	margin-left: 23px;
}
.header .sologan_social .social ul{
	width: 215px;
	height: 50px;
	list-style-type: none;
}
.header .sologan_social .social ul li{
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 5px;
}
.header .sologan_social .social ul li a{
	text-decoration: none;
}
.header .sologan_social .social ul li img{
	transition:width 2s, height 2s, transform 2s;
	-webkit-transition:width 2s, height 2s, -webkit-transform 2s; /* Safari */
	border:none;
}
.header .sologan_social .social ul li img:hover{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg); /* Safari */
}
.header .sologan_social .social ul li:first-of-type{
	margin-left: 0px;
}
.header .sologan_social .social ul li.li_first{
	margin-left: 0px;
}

/* Menu |======================================================================*/
/*=============================================================================*/
.header .menu{
	clear: both;
	width: 100%;
	height: 80px;
}
.header .menu ul{
	width: 100%;
	height: 60px;
	margin-top: 20px;
	list-style-type: none;
	background-color: #333;
	position: relative;
}
.header .menu ul li{
	height: 60px;
	line-height: 60px;
	float:left;
	position: relative;
	z-index: 4;
}
.header .menu ul li#li_special{
	width: 95px;
	z-index: 3;
	top: 0px;
	left: 0px;
	position: absolute;
	background-position: center center; 
	background-repeat: no-repeat; 
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#3a9c18), to(#333));
	background: -moz-radial-gradient(circle, #3a9c18, #333); 
	background: -ms-radial-gradient(circle, #3a9c18, #333); 
}
.header .menu ul li h2{
	font-weight: normal;
}
.header .menu ul li a{
	height: 60px;
	float:left;
	line-height: 60px;
	color:#fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 15px;
}
.header .menu ul li a.home{
	padding: 0px 30px;
}
.header .menu ul li img{
	margin: 15px 0px;
	height: 30px;
}

.header .menu ul li:hover ul{
	display: block;
}
/*| Sub menu
/*========================================*/
.header .menu ul li ul{
	position: absolute;
	width: 160px;
	top:40px;
	left: 0px;
	z-index: 9999;
	display: none;
}
.header .menu ul li ul li{
	width: 190px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #3a9c18;
}
.header .menu ul li ul li h3{
	font-weight: normal;
}
.header .menu ul li ul li h3 a{
	width: 160px;
	height: 30px;
	background: #fff;
	color:#000;
	font-family: "Tahoma";
	line-height:30px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 0px;
}
.header .menu ul li ul li h3 a:hover{
	background-color: #fff;
	color:#3a9c18;
	animation:myfirst 1s;
	-webkit-animation:myfirst 1s;
	text-indent: 20px;
}
@keyframes myfirst
{
	from {text-indent:0px;}
	to {text-indent:20px;}
}
@-webkit-keyframes myfirst
{
	from {text-indent:0px;}
	to {text-indent:20px;}
}



/*=============================================================================*/
/*| Body    |====================================================*/
/*=============================================================================*/
.body{
	width: 100%;
	clear: both;
	margin-top: 10px;
	float: left;
}

/*| Khung bên trái phần body
/*=============================================================================*/
.body .bd_left{
	width: 724px;
	float: left;
	overflow: hidden;
	position: relative;
	left: -800px;
	animation:mysecond 1s;
	-webkit-animation:mysecond 1s; /* Safari and Chrome */
	left: 0px;
}
@keyframes mysecond
{
	from {left:-800px;}
	to {left:0px;}
}

@-webkit-keyframes mysecond /* Safari and Chrome */
{
	from {left:-800px;}
	to {left:0px;}
}

/*| Slide tin tức
/*=============================================================================*/
.body .bd_left .slide{
	width: 100%;
	height: 495px;
	position: relative;
	overflow: hidden;
}
.body .bd_left .slide ul{
	width: 5068px;
	height: 495px;
	position: absolute;
	list-style-type: none;
	top:0px;
	left: -724px;
}
.body .bd_left .slide ul li{
	width: 724px;
	height: 495px;
	float:left;
}
.body .bd_left .slide ul li .top{
	width: 724px;
	height: 395px;
}
.body .bd_left .slide ul li .top img{
	width: 724px;
	height: 395px;
}
.body .bd_left .slide ul li .bottom{
	width: 644px;
	height: 100px;
	padding: 0px 40px;
	background: #333333;
}
.body .bd_left .slide ul li .bottom .title{
	width: 644px;
	height: 40px;
	margin-top: 10px;
	float: left;
	overflow: hidden;
}
.body .bd_left .slide ul li .bottom .title a{
	width: 644px;
	height: 40px;
}
.body .bd_left .slide ul li .bottom .title a h3{
	color:#fff;
	line-height: 40px;
	font-size: 22px;
	font-weight: normal;
	font-family: "Tahoma";
}
.body .bd_left .slide ul li .bottom .intro{
	width: 644px;
	height: 50px;
	line-height: 25px;
	font-size:16px;
	color:#aeaeae;
	font-family: "Tahoma";
}



.body .bd_left .slide .btn_control{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	background: #3a9c18;
	height: 100px;
	width: 40px;
}
.body .bd_left .slide .btn_control .btn_pre{
	width: 40px;
	height: 50px;
	background: url(../images/logo/btn_pre.png) no-repeat top center;
	cursor: pointer;
}
.body .bd_left .slide .btn_control .btn_next{
	width: 40px;
	height: 50px;
	background: url(../images/logo/btn_next.png) no-repeat top center;
	cursor: pointer;
}

/*| Box left: News for Category;
/*=============================================================================*/
.body .bd_left .box_bdleft{
	width: 100%;
	margin-top: 30px;
	clear: both;
	float: left;
}
.body .bd_left .box_bdleft .box_title{
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
	background-color: #3A9C18;
}
.body .bd_left .box_bdleft .box_title .logo_league{
	width: 50px;
	height: 30px;
	overflow: hidden;
	float:left;
	margin: 5px;
}
.body .bd_left .box_bdleft .box_title .txt_title{
	width: 624px;
	height: 40px;
	line-height: 40px;
	float:left;
	color:#fff;
	font-size: 16px;
	text-indent: 10px;
}
.body .bd_left .box_bdleft .box_title .icon_arrow{
	width: 40px;
	height: 40px;
	background: #333;
	float:left;
}
.body .bd_left .box_bdleft .box_title .icon_arrow img{
	margin:12px;
	transition:width 1s, height 1s, transform 1s;
	-webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari */
}
.body .bd_left .box_bdleft .box_title:hover .icon_arrow img{
	margin: 10px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg); /* Safari */
	width: 20px;
	height: 20px;
}


.body .bd_left .box_bdleft .box_content{
	width: 100%;
	margin-top: 30px;
}
.body .bd_left .box_bdleft .box_content .col_left{
	width: 374px;
	height: 260px;
	overflow: hidden;
	float: left;
	position: relative;
}
.body .bd_left .box_bdleft .box_content .col_left .img_art{
	width: 374px;
	height: 200px;
	position: absolute;
	z-index: 1;
}
.body .bd_left .box_bdleft .box_content .col_left .art_title{
	width:354px;
	height: 120px;
	background: url(../images/bg_tt.png) repeat-x top left;
	position: absolute;
	z-index: 2;
	padding: 0px 10px;
	bottom: 0px;
}
.body .bd_left .box_bdleft .box_content .col_left .art_title h4{
	margin-top: 70px;
	height: 40px;
	overflow: hidden;
	font-weight: normal;
}
.body .bd_left .box_bdleft .box_content .col_left .art_title a{
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	line-height: 20px;
}
.body .bd_left .box_bdleft .box_content .col_right{
	width: 320px;
	float: left;
	margin-left: 30px;
	height: 260px;
	overflow: hidden;
}
.body .bd_left .box_bdleft .box_content .col_right ul{
	width: 320px;
	height: 260px;
	list-style-type: none;
}
.body .bd_left .box_bdleft .box_content .col_right ul li{
	width: 320px;
	padding: 6px 0px;
	height: 40px;
	overflow: hidden;
}
.body .bd_left .box_bdleft .box_content .col_right ul li>img{
	width: 60px;
	height: 40px;
	float: left;
}
.body .bd_left .box_bdleft .box_content .col_right ul li h4{
	font-weight: normal;
	float:left;
	height: 40px;
	width: 250px;
	margin-left: 10px;
}
.body .bd_left .box_bdleft .box_content .col_right ul li a{
	line-height: 20px;
	font-style: "Tahoma";
	color:#000;
}

/*| Lịch thi đấu hôm nay
/*=============================================================================*/
.body .bd_left .schedule{
	width: 724px;
}
.body .bd_left .schedule .title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "Tahoma";
	font-size: 20px;
	color:#555;
	background: #3A9C18;
	text-indent: 30px;
	color:#fff;
}
.body .bd_left .schedule #tbl_calander_today{
	width: 100%;
	border:1px solid #000 !important;
	margin-top: 20px;
}
.body .bd_left .schedule #tbl_calander_today tr:first-of-type td{
	display: none;
}

.body .bd_left .schedule #tbl_calander_today tr td{
	background: #fff;
}
.body .bd_left .schedule #tbl_calander_today tr td p font{
	font-family: "Tahoma";
}
.body .bd_left .schedule #tbl_calander_today tr td.team-a,td.team-b{
	text-align: center;
}
.body .bd_left .schedule #tbl_calander_today tr td.chat:nth-of-type(3){
	width: 30px;
}


/*| Khung bên phải phần body
/*=============================================================================*/
.body .bd_right{
	width: 270px;
	background-color: none;
	margin-left: 30px;
	float:left;
	overflow: hidden;
}
.body .bd_right .box_right{
	width: 270px;
	clear: both;
	margin-top: 30px;
}
.body .bd_right .box_right:first-of-type{
	margin-top: 0px;
}
.body .bd_right .first{
	margin-top: 0px;
}
.body .bd_right .box_right .top{
	width: 270px;
	height: 40px;
	background-color: #3a9c18;
	cursor: pointer;
}
.body .bd_right .box_right .top .title{
	width: 230px;
	height: 40px;
	font-size: 16px;
	color:#fff;
	font-family: "Tahoma";
	line-height: 40px;
	float:left;
	text-indent: 10px;
}
.body .bd_right .box_right .top .icon_arrow{
	width: 40px;
	height: 40px;
	float: left;
	background: #333;

}
.body .bd_right .box_right .top .icon_arrow img{
	margin: 12px;
	width: 16px;
	height: 16px;
	transition:width 1s, height 1s, transform 1s;
	-webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari */
}
.body .bd_right .box_right .top:hover .icon_arrow img{
	width: 20px;
	height: 20px;
	margin: 10px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg); /* Safari */
}
.body .bd_right .box_right .bottom{
	width: 270px;
	margin-top: 20px;
}

/* Tin tức xem nhiều nhất
/*=============================================================================*/
.body .bd_right .box_right .bottom ul{
	width: 100%;
	list-style-type: none;
}
.body .bd_right .box_right .bottom ul li{
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.body .bd_right .box_right .bottom ul li .ele_left{
	width: 35px;
	max-height: 60px;
	min-height: 40px;
	float:left;
	position: relative;
	overflow: hidden;
}
.body .bd_right .box_right .bottom ul li .ele_left img{
	width: 65px;
	height: 40px;
	position: absolute;
	left: -15px;
}
.body .bd_right .box_right .bottom ul li .ele_right{
	width: 215px;
	max-height: 60px;
	float:left;
	padding: 0px 10px;
}
.body .bd_right .box_right .bottom ul li .ele_right .title{
	width: 100%;
	line-height: 18px;
	float:left;
	max-height: 40px;
}
.body .bd_right .box_right .bottom ul li .ele_right .title h4{
	font-weight: normal;
	font-size: 15px;
	color: #333;
}
.body .bd_right .box_right .bottom ul li .ele_right .title h4 a{
	font-family: "Tahoma";
	line-height: 16px;
}
.body .bd_right .box_right .bottom ul li .ele_right .icon_date{
	width: 18px;
	height: 18px;
	float:left;
}
.body .bd_right .box_right .bottom ul li .ele_right .date_post,.view{
	color:#aeaeae;
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
	float:left;
	font-size: 14px;
}



/*| Trận đấu nổi bật    |====================================================*/
/*=============================================================================*/
.body .bd_right .box_right .bottom .match-time{
	width: 270px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.body .bd_right .box_right .bottom .team-1,.team-2{
	width: 100px;
	height: 100px;
	float:left;
	margin-top: 10px;
}
.body .bd_right .box_right .bottom .team-1 img,.team-2 img{
	width: 100px;
	height: 100px;
	cursor: pointer;
	transition:width 2s, height 2s, transform 2s;
	-webkit-transition:width 2s, height 2s, -webkit-transform 2s; /* Safari */
}
.body .bd_right .box_right .bottom .team-1 img:hover{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg); /* Safari */
}
.body .bd_right .box_right .bottom .team-2 img:hover{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg); /* Safari */
}
.body .bd_right .box_right .bottom .vs{
	width: 70px;
	height: 120px;
	line-height: 130px;
	text-align: center;
	float: left;
	margin-top: 10px;
	font-size: 20px;
}
.body .bd_right .box_right .bottom .stadium{
	width: 270px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-family: "Tahoma";
	float:left;
	text-align: center;
}
.body .bd_right .box_right .bottom .stadium span{
	font-weight: 500;
}


/*| Khung bên phải phần body ====| Phần Girl xinh
/*=============================================================================*/
.body .bd_right .box_right .bottom #gallery{
	position:relative;
	height:250px;
	width: 270px;
}
.body .bd_right .box_right .bottom #gallery a {
	float:left;
	position:absolute;
}
.body .bd_right .box_right .bottom #gallery a img {
	border:none;
	width: 270px;
	height: 250px;
}
.body .bd_right .box_right .bottom #gallery a.show {
	z-index:500
}
.body .bd_right .box_right .bottom #gallery .caption {
	z-index:600; 
	background-color:#000; 
	height:40px;
	width:100%; 
	position:absolute;
	bottom: 5px;
}

.body .bd_right .box_right .bottom #gallery .caption .content {
	height: 40px;
	line-height: 20px;
	width: 230px;
	padding: 0px 10px;
	font-size: 14px;
	color:#fff;
}



/*| Khung bên phải phần body ====| Phần bình chọn
/*=============================================================================*/
.body .bd_right .box_right .bottom .vote_title{
	width: 250px;
	padding: 10px;
	font-size: 18px;
	font-family: "Tahoma";
	text-align: center;
	color:#333;
}
.body .bd_right .box_right .bottom .vote_content{
	width: 100%;
}
.body .bd_right .box_right .bottom .vote_content ul{
	list-style-type: none;
	width: 100%;
}
.body .bd_right .box_right .bottom .vote_content ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin:0px;
}
.body .bd_right .box_right .bottom .vote_content ul li input[type=radio]{
	padding-right: 20px;
}
.body .bd_right .box_right .bottom .vote_control{
	width: 100%;
	height: 60px;
	clear: both;
}
.body .bd_right .box_right .bottom .vote_control input{
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	background-color: #333;
	border: none;
	float:right;
	color:#fff;
	font-weight: bolder;
	cursor: pointer;
}
.body .bd_right .box_right .bottom .vote_control input:hover{
	border-right:20px solid #3a9c18;
}
.body .bd_right .box_right .bottom .vote_control input.btn_thongke{
	background-color: #3a9c18;
	margin-right: 5px;
}
.body .bd_right .box_right .bottom .vote_control input.btn_thongke:hover{
	border-right: 20px solid #333;
}

/* Top video
/*=============================================================================*/
.body .bd_right .box_right .bottom .top_video{
	width: 270px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.body .bd_right .box_right .bottom .top_video .img_video{
	width: 270px;
	height: 310px;
	position: absolute;
	z-index: 1;
	top:-30px;
}
.body .bd_right .box_right .bottom .top_video .img_player{
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 110px;
}

/*| Top hài hước
/*=============================================================================*/
.body .bd_right .box_right .bottom .top_funny{
	width: 270px;
	clear: both;
}
.body .bd_right .box_right .bottom .top_funny .f_img,.f_video{
	width: 270px;
	margin-top:10px;
	overflow: hidden;
	position: relative;
}
.body .bd_right .box_right .bottom .top_funny img{
	width: 270px;
}
/*=============================================================================*/
/*| Footer                |====================================================*/
/*=============================================================================*/
.footer{
	width: 100%;
	margin-top: 30px;
}
.footer .box_ft{
	width: 321.3px;
	float:left;
	margin-left: 30px;
}
.footer .box_ft:first-of-type{
	margin-left: 0px;
}
.footer .first{
	margin-left: 0px;
}
.footer .box_ft .top{
	width: 100%;
	height: 40px;
	background: #333;
}
.footer .box_ft .top:hover img{
	width: 20px;
	height: 20px;
	margin: 10px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg); /* Safari */
}
.footer .box_ft .top .title{
	width: 80%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: "Tahoma";
	color:#fff;
	text-indent: 15px;
	float:left;
	font-weight: normal;
	font-variant: small-caps;
}
.footer .box_ft .top .arrow_icon{
	width: 40px;
	height: 40px;
	float:right;
	background-color: #3a9c18;
}
.footer .box_ft .top img{
	width: 16px;
	height: 16px;
	margin:12px;
	transition:width 1s, height 1s, transform 1s;
	-webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari */
}
.footer .box_ft .bottom{
	width: 100%;
	margin: 20px 0px;
}

/*| FT: Giới thiệu
/*=============================================================================*/
.footer .box_ft .bottom .ct_intro{
	width: 100%;
	line-height: 20px;
	font-size: 15px;
	font-family: "Tahoma";
	text-indent: 15px;
	text-align: justify;
}

/*| FT: Tốp từ khóa
/*=============================================================================*/
.footer .box_ft .bottom .top_key_search{
	width: 100%;
	font-size: 15px;
	font-family: "Tahoma";
}
.footer .box_ft .bottom .top_key_search a{
	padding: 5px;
	background-color: #3a9c18;
	margin:0px 2px 2px 0px;
	float:left;
	color: #fff;
}

/*| FT: Liên hệ
/*=============================================================================*/
.footer .box_ft .bottom .contact{
	width: 100%;
	font-size: 14px;
	font-family: "Tahoma";
}
.footer .box_ft .bottom .contact p{
	line-height: 30px;
}

/*| FT: Góp ý
/*=============================================================================*/
.footer .box_ft .bottom .gop_y{
	width: 100%;
	font-family: "Tahoma";
}
.footer .box_ft .bottom .gop_y input[type=text]{
	border: 1px solid #ccc;
	background-color: none;
	height: 24px;
	width: 100%;
	margin-bottom: 5px;
}
.footer .box_ft .bottom .gop_y textarea{
	width: 80%;
	height: 50px;
	float: left;
}
.footer .box_ft .bottom .gop_y input[type=button]{
	width: 18%;
	height: 55px;
	float:right;
	background-color: #333;
	color: #fff;
	border: none;
	cursor: pointer;
}
.footer .copy_r{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: "Tahoma";
	text-align:center;
	font-size: 14px;
	border-top: 1px solid #ccc;
}

/*=============================================================================*/
/*| For 1200px or less    |====================================================*/
/*=============================================================================*/


/*=============================================================================*/
/*| For 1200px or less    |====================================================*/
/*=============================================================================*/


/*=============================================================================*/
/*| For 1200px or less    |====================================================*/
/*=============================================================================*/


/*=============================================================================*/
/*| For 1200px or less    |====================================================*/
/*=============================================================================*/


/*=============================================================================*/
/*| For 1200px or less    |====================================================*/
/*=============================================================================*/


/*=============================================================================*/
/*| For 1200px or less    |====================================================*/
/*=============================================================================*/


/*=============================================================================*/
/*| For 1200px or less    |====================================================*/
/*=============================================================================*/




/*==============================================================================
/*| For 1200px or less 
/*=============================================================================
@media screen and (max-width: 980px) {
	#wapper{
		width: 90%;
		background: red;
	}
}