﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

@-ms-viewport { width: device-width; }
@viewport { width: extend-to-zoom 1070px; min-zoom: 1; max-zoom: 5; user-zoom: zoom; }

@font-face {
    font-family: 'UTM_Bebas';
    src: url('font/UTM Bebas.eot');
    src: url('font/UTM Bebas.eot?#iefix') format('embedded-opentype'),
         url('font/UTM Bebas.woff') format('woff'),
         url('font/UTM Bebas.ttf') format('truetype'),
         url('font/UTM Bebas.svg#UTM Bebas') format('svg');
    font-weight: normal;
    font-style: normal;
   }

body{
	font-family: Times New Roman, Tahoma, Geneva, sans-serif;	
	font-size:14px;
}

ul,ol{
	list-style:none;
}
a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#F00;
}

.khung{
	max-width:1070px;
	margin:0px auto;
}
#thongke{display: block;text-align: right;}
#header{
	width:100%;
}

#nav{
	width:100%;
}


/*PHẦN NGÔN NGỮ*/
#ngonngu{
	height:18px;
	float:right;
	position:absolute;
	top:5px;
	right:5px;
	z-index:999;
}
#ngonngu img{
	float:right;
	margin-left:5px;	
	transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s;
}
#ngonngu img:hover{
	transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transform:scale(1.2);
}

/*Banner*/
#banner{
	width: 100%;
	margin: 0px auto;
	position: relative;	
}
#banner .banner_img { width: 100%; border: none; float: left; }

#hotline_top { position: absolute; bottom: 10px; right: 15px; z-index: 99; font-size: 18px; font-weight: bold; font-style: italic; color: #F00; }


/*PHẦN MENU CHÍNH*/
@media (min-width: 1070px) {
    #menu_top{
    	width:1050px;
    	/*height:40px;
        padding-top: 10px;	 */
        padding: 8px 8px;   	
    }
}
#menu_top{
	background: #3eaa3a;
	margin:0px auto;
    position: relative;
}
#menu_top ul{
	font-size:18px; font-weight: 500;
}
#menu_top ul li{
	line-height:30px;
	padding:0px 20px;
	margin: 1px 0;
	float:left;
	position:relative;
    -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
	
	transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; -webkit-transition:0.4s;
}
#menu_top ul li.likc,#menu_top ul li.likc:hover{
	width:1px !important;
	height:30px !important;
	padding:0px !important;
	margin:0px !important;
	float:left;
    background: none !important;
}
#menu_top ul li a{	
	color:#FFF;	
	font-weight:500;
    font-size: 18px;
}
#menu_top ul li:hover,#menu_top ul li.lihover{
	background-color: #FFF;
}
#menu_top ul li:hover a,#menu_top ul li.lihover a {
    color: #000;
}

#menu_top ul li ul{
	width:240px;
	float:left;
	position:absolute;
	top:30px;
	left:0px;
	padding:5px;
	display:none;
	z-index:9999999;
	background-color:#FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 2px 5px #999;
	font-size:17px;
}
#menu_top ul li:hover ul{
	display:block;
}

#menu_top ul li ul li{
	width:220px;
	display:block;	
	float:none;
	padding:7px 10px;
	line-height:normal;
	text-transform:none;
	margin:0px;
	text-align:left;
	border-bottom:1px solid #CCC;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
#menu_top ul li:hover ul li a{
	color:#000 !important;
	background:none;
	border:none;
}
#menu_top ul li ul li:hover{
    background-color: #F00;
}
#menu_top ul li ul li:hover a{
	color:#FFF !important;
}
#menu_top ul li ul li:hover ul li a {
	color: #000 !important;
}
#menu_top ul li ul li ul li:hover a {
	color: #FFF !important;
}
#menu_top ul li ul li ul{
	width:240px;
	float:left;
	position:absolute;
	top:-5px;
	left:240px;
	z-index:9999999;
	display:none;	
}
#menu_top ul li:hover ul li ul{
	display:none;
}
#menu_top ul li ul li:hover ul{
	display:block;
}

.toggleMenu {
    display: none !important;
    margin-right: 215px;
    width: auto;
    padding: 0px 1%;
    line-height: 50px;
    background: #F00;    
    color: #FFF !important;
}
.drop-icon {
    display: none !important;
    background: #FFF;
    width: 30px;
    height: 24px;
    float: right;
    position: absolute;
    top: 13px;
    right: 10px;
    color: #fff;
    border: none !important;
    border-radius: 3px;
    cursor: pointer;
}
@media (max-width: 1069px) {
    #menu_top ul li.likc, #menu_top ul li.likc:hover { display: none !important; }
}
@media (max-width: 1069px) {
    #menu_top ul li { display: block; padding: 5px 1%; width: 98%; border-bottom: 1px solid #CCC; border-radius: 0; }
    #menu_top ul li ul,
    #menu_top ul li ul li ul{
    	width: 100%;
        padding: 0;
        margin: 0;
    	float:left;
    	position: relative !important;
    	top:0;
    	left:0px;
        box-shadow: none;
    }
    #menu_top ul li ul li ul { border-top: 1px solid #CCC; margin-top: 8px !important; border-bottom: 1px solid #CCC; }
    
    .toggleMenu { display: block !important; position: relative; }
    #menu_top ul.dropdown { border-top: 1px solid #666; display: none; }
    .active { display: block !important; }
    .drop-icon {
        display: block !important;
    }
    .drop-icon:after{
      content:"";
      color: #000;
      position: relative;
      display: inline-block;
      border-left: 5px solid transparent;
      border-top: 5px solid #333;
      border-right: 5px solid transparent;
      z-index: 999;
    }
    #menu_top ul li ul li { clear: both; width: 92%; padding: 7px 4%; }
    #menu_top ul li .drop-icon,
    #menu_top ul li ul li .drop-icon { top: 8px !important; }
}


#giohang_top{
	float:right;
	width:185px;
	height:40px;
	position:absolute;
	top:16px;
	right:0px;
	line-height:40px;
	padding-left:40px;
	background:url(images/giohang.png) top left no-repeat;	
	
	color:#525050;
	font-size:14px;
	font-weight:bold;
}
#giohang_top a{
	color:#525050;
	font-weight:bold;
}
#giohang_top a:hover{
	text-decoration:underline;
}



/*Phần SlideShow*/
#slider_box{	
    background-color: #000;
}

#left_slider{
	width:238px;
	height:323px;
	float:left;
	background:url(images/nen_left_slider.png) no-repeat;
}
#left_slider h2{
	line-height:47px;
	color:#ffff00;
	font-size:20px;
	font-family:'UTM-Bebas', Tahoma, Geneva, sans-serif;
	text-align:center;
	font-weight:400;
	background:url(images/nen_left_slider1.png) bottom left no-repeat;
}
#left_slider ul{
	width:238px;
}
#left_slider ul li{
	padding:12px 0px;
	background:url(images/nen_left_slider1.png) bottom left no-repeat;
	padding-left:30px;
	position:relative;
}
#left_slider ul li a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#left_slider ul li:hover{
	background-image:url(images/lileft.png), url(images/nen_left_slider1.png), url(images/lileft1.png);
	background-position:top left, bottom left, top left;
	background-repeat:no-repeat, no-repeat, repeat-y;
}
#left_slider ul li:hover a{
	color:#105a0a;
}
#left_slider ul li ul{
	width:230px;
	float:left;
	position:absolute;
	top:0px;
	left:238px;
	z-index:999;
	display:none;
}
#left_slider ul li ul li{
	background:#133783 url(images/nen_header1.png) top left repeat-x;
}
#left_slider ul li:hover ul li a{
	color:#FFF;
}
#left_slider ul li ul li:hover a{
	color:#105a0a;
}
#left_slider ul li ul li:hover{
	background-image:url(images/nen_left_slider1.png), url(images/lileft1.png);
	background-position: bottom left, top left;
	background-repeat: no-repeat, repeat-y;
}
#left_slider ul li:hover ul{
	display:block;
}



#slide_show{	   
	overflow:hidden;
}
#slide_show img{
	float:left;	
	overflow:hidden;
}
  #slide_show .container_skitter, #slide_show .box_skitter {max-width: 100% !important;height: 350px !important;}
#slider_bottom{
	width:100%;
	height:10px;
	/*background:url(images/slide_bottom.png) top center no-repeat;*/
}

#slider-right {
    width: 350px;
    float: right;
}
.danhmuc{display: flex;flex-wrap: wrap;list-style: none;margin: 10px 0;position: relative;z-index: 5;}
.danhmuc li{display: block;position: relative;margin-right: 1px;}
.danhmuc li a{display: block;padding:5px 20px;line-height: 30px; max-width: 100%; overflow: hidden;text-overflow: ellipsis;
white-space: nowrap;font-weight: Bolds;color: #f00;text-transform: uppercase;font-size: 18px;background: #f5f5f5;font-family: Timenewroman;}
.danhmuc li a:hover,.danhmuc li a.active2{font-weight: bold;}
.danhmuc li ul{position: absolute;left: 0; top: 100%; width: 200px; background: rgba(62,170,58,1);display: none;
box-shadow: 0 0  1px #ccc;z-index: 5;}
.danhmuc li:hover > ul{display: block;}
.danhmuc li ul li {margin: 0;}
.danhmuc li ul li a{color: #fff;background: none;line-height: 20px;}
@media (min-width: 1070px) {
    #slide_show{
    	width:100%;
        float: left;
    	overflow:hidden;
    }
    #slide_show img{
    	width:100% !important;
    	max-width: 100%;
    	float:left;	
    	overflow:hidden;
    }
}
@media (max-width: 1070px) {    
    #slide_show{
        width: 100%;
    }
    #slider-right {
        display: none !important;
    }
}



#main_khung{	
}
#bottom_timkiem{
	background:url(images/nen_timkiem_bottom.png) center center repeat-x;
	height:16px;
	padding:10px 0px;
	margin:0px 10px;	
}


.only-small-screen { display: none; }
#video-left-main { clear: both; width: 100%; }
#video-left-main iframe { width: 100%; height: 210px; }
#video-left-main .sbHolder,
#video-left-main .sbSelector,
#video-left-main .sbOptions { width: 98% !important; }
#cbvideo_tintuc { width: 98% !important; }

@media (min-width: 1070px) {
    .left_main{
    	width:275px;
    	float:left;	
    }
}
@media (min-width: 550px) and (max-width: 1069px) {
    .left_main{
    	width:275px;
    	float:left;	
    }
}
@media (max-width: 549px) {
    .left_main{
    	width:100%;
    	float:left;	
    }
    .only-small-screen { display: block !important; }
    .no-small-screen { display: none !important; }
}
.left_list{	
}

.left_ttt{
	height:40px;
	line-height:40px;
	background-color: #309A25;
	font-size:18px;
	text-align: center;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;	
}
.left_ttt a{
	font-size:18px;		
	font-weight:bold;
	color:#FFF;
}
.left_ttt a:hover{
	text-decoration:underline;
}
.left_info{	
    border: 1px solid #CCC; border-top: none;
}

/*MENU LEFT*/
.left_ul{
}
.left_ul li{
	padding:10px 0px;
	padding-left:26px;
	position:relative;	
	border-bottom:1px solid #CCC;	
    border-top: none;
	background: url(images/li_icon.png) 7px 14px no-repeat;
}
.left_ul li:last-child{ border-bottom: none; }
.left_ul li a{
	color:#111111;
	font-size:17px;
	font-weight:bold;
}
.left_ul li:hover a{
	color:#F00;
}
/*
.left_ul li ul{
	width:225px;
	position:absolute;
	top:-5px;
	left:210px;
	z-index:999;
	display:none;
	background-color:#FFF;
	padding:5px;
	
	box-shadow:2px 2px 5px #666;
	-moz-box-shadow:2px 2px 5px #666;
	-ms-box-shadow:2px 2px 5px #666;
	-o-box-shadow:2px 2px 5px #666;
	-webkit-box-shadow:2px 2px 5px #666;
}
.left_ul li:hover ul{
	display:block;
}
.left_ul li ul li{
	width:200px;
}
.left_ul li ul li:hover{
}
.left_ul li ul li a,.left_info ul li:hover ul li a{
	color:#313131 !important;
}
.left_ul li ul li:hover a,.left_info ul li ul li:hover a{
	color:#F00 !important;
}
.left_ul ul ul,.left_ul li:hover ul ul{
	display:none !important;
	z-index:999;
}
.left_ul ul li:hover ul{
	display:block !important;
}
.left_ul li:hover ul ul li a,.left_info ul ul li:hover ul li a{
	color:#313131;
}
.left_ul ul ul li:hover a{
	color:#F00 !important;
}
*/
/*END MENU LEFT*/





/*Phần MAIN*/
#main_center{
}
/*@media (min-width: 1070px) {
    .main_info{
    	width:785px;
    	float:right;
        border: 1px solid #CCC;
        border-top: none;	
    }
}
@media (min-width: 550px) and (max-width: 1069px) {
    .main_info{
        width: 80%;
    	width:calc(100% - 285px);
    	float:right;
        border: 1px solid #CCC;
        border-top: none;	
    }
}
@media (max-width: 549px) {
    .main_info{
    	width:100%;
    	float:left;                	
    }
}*/

.main_info{
    	width:100%;
    	float:left;                	
    }




.main_ttt{
    padding: 9px 0px; line-height: 1.3; min-height: 20px;
    display: block;
	background-color: #3eaa3a;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 15px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}
.main_ttt h1,.main_ttt h2{	
	font-size: 18px;	
	font-weight: bold;
	color: #FFF;
}
.main_ttt a{
	font-size: 18px;	
	font-weight: bold;
	color: #FFF;	
}
.main_ttt a:hover{
	text-decoration:underline;
}



.main_noidung_info{
	padding:9px;
    border:  1px solid #CCC;	
    line-height: 1.3;
}
.main_noidung_info1{
	padding:15px 10px;
}

.main_noidung_info table,.main_noidung_info img,.main_noidung_info iframe{
	max-width:100% !important;
}


/*SẢN PHẨM*/
@media (max-width: 549px){
	.dichvu_info{ width:100%; display:block; }
	.dichvu_img{ float:left; width:95% !important; padding:2%; }
	.dichvu_img img{ width:100%; }    
}
@media (min-width: 550px) and (max-width: 1069px){
	.dichvu_info{ width:45%; display:block; }
	.dichvu_img{ float:left; width:95% !important; padding:2%; }
	.dichvu_img img{ width:100%; }
}
@media (min-width: 1070px){	
	.dichvu_info{ width:170px; margin-right:10px; }
	.dichvu_img{ width:158px; height:158px; }
	.dichvu_img img{ width:158px; height:158px; }
}

#sp_noibat_left .dichvu_info{ width:245px; display:block; }
#sp_noibat_left .dichvu_img{ float:left; width:233px !important; padding: 0; }
#sp_noibat_left .dichvu_img img{ width:233px; }

.dichvu_info{
	float:left;
	text-align:center;
	color:#4e4e4e;
}
.dichvu_img{
    border: 1px solid #CCC;
    padding: 5px;    
    position: relative;
	float:left;
	transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	-webkit-transition:0.4s;
	overflow:hidden;
}
.dichvu_img:hover {
    border: 1px solid #999;
}
.dichvu_img img{
	border:none;
	float:left;
	
	transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	-webkit-transition:0.4s;
}
.dichvu_info:hover .dichvu_img img{
	transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1);	
}
.dichvu_info p{
	line-height:25px;
	font-weight:bold;
}
.dichvu_ten{
	font-size:18px;
	font-weight:500;
	color:#000;
}
.dichvu_ten:hover{
	color:#F00;
}


/*SẢN PHẨM*/
.kc_sp{
	width:100%;
	height:25px;
	display:block;	
	clear:both;	
}
.margin_right_0px{ margin-right:0px !important; }
.float_right{ float:right !important; }
@media (max-width: 549px){
	.sp_info{ width:100%; display:block; }
	.sp_img{ float:left; width:95% !important; padding:2%; }
	.sp_img img{ width:100%; }
    .div_kc_sp_so1 { width: 100%; height: 20px; float: left; }
}
@media (min-width: 550px) and (max-width: 1069px){
	.sp_info{ width:45%; display:block; }
	.sp_img{ float:left; width:95% !important; padding:2%; }
	.sp_img img{ width:100%; }
    .sp_right12 { margin-right: 0px; }
    .sp_right2 { float: right !important; margin-right: 0px !important; }
    .div_kc_sp_so2 { width: 100%; height: 20px; float: left; }
}
@media (min-width: 1070px){	
	.sp_info{ width:170px; margin-right:10px; }
	.sp_img{ width:168px; height:168px; }
	.sp_img img{ width:168px; height:168px; }
    .sp_right15 { margin-right: 0px; }
    .sp_right5 { float: right !important; margin-right: 0px !important; }
    .div_kc_sp_so5 { width: 100%; height: 20px; float: left; }
}
.sp_info{
	float:left;
	text-align:center;
	color:#4e4e4e;
}
.sp_img{
	float:left;
	border: 1px solid #CCC;
	overflow:hidden;
    position: relative;
    
    transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	-webkit-transition:0.4s;
}
.star-icon {
    background: url(./images/ljy1312447738.gif) no-repeat;
    width: 60px;
    height: 100px;
    float: left;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
}
.sp_img img{
	border:none;
	float:left;
	
	transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	-webkit-transition:0.4s;
}
.sp_img:hover {
    border: 1px solid #999;
}
.sp_info:hover .sp_img img{
	transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1);	
}
.sp_bottom{
	width:100%;
	height:10px;
	background:url(images/sp_bottom.png) top center no-repeat;
	float:left;
}
.sp_info p{
	line-height:25px;
	font-weight:bold;
}
.sp_ten{
	font-size:18px;
	font-weight:500;
	color:#000;
}
.sp_ten:hover{
	color:#F00;
}
.sp_giaban { color: #F00; float: right; margin-top: 5px; }
.sp_giaban b { color: #F00; }

.giaban_sp{
	margin-top:3px;    
}
.giaban_sp span{
	color:#F00;
	font-weight:bold;
}
.giaban_sp img{
	float:right;
	display:block;
	cursor:pointer;
}
.xemtiep_sp{
	margin-top:3px;
	float:left;
	color:#FFF;
	font-weight:bold;
	line-height:normal;
	padding:0px 20px;
	line-height:22px;
	border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;
	transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s;
	background-color:#00aeef;
}
.xemtiep_sp:hover{
	background-color:#ED1C24;
    color:#FFF !important;
}

/*SỰ KIỆN*/
.sukien_info{
	width:175px;
	float:left;
	margin-right:10px;
	text-align:center;
	padding:25px;
	border:5px solid #F0F0F0;
}
.sukien_img{
	width:175px;
	height:130px;
	float:left;
	overflow:hidden;
}
.sukien_img img{
	width:175px;
	height:130px;
	border:none;
	float:left;
	
	transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	-webkit-transition:0.4s;
}
.sukien_info:hover .sukien_img img{
	transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1);	
}
.sukien_ten{
	font-size:13px;
	font-weight:bold;
	color:#4e4e4e;
}
.sukien_ten:hover{
	color:#F00;
}

/*VIDEO*/
.video_info{
	width:215px;
	float:left;
	margin:0px 10px;
	text-align:center;	
}
.video_img{
	width:205px;
	height:140px;
	float:left;
	border:5px solid #F0F0F0;
	overflow:hidden;
	position:relative;
	box-shadow:-5px 5px 10px #CCC;
}
.video_img img{
	width:205px;
	height:140px;
	border:none;
	float:left;
	
	transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	-webkit-transition:0.4s;
}
.video_icon{
	width:47px !important;
	height:47px !important;
	float:left;
	position:absolute;
	top:51px;
	left:84px;
	z-index:999;
}
.video_info:hover .video_img img{
	transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1);	
}
.video_ten{
	font-size:13px;
	font-weight:bold;
	color:#4e4e4e;
}
.video_ten:hover{
	color:#F00;
}



#congtrinhnoibat_info{
	display:none;
}




/*SẢN PHẨM*/
.duan_info{
	width:317px;
	float:left;
	margin-right:9px;
	text-align:center;	
}
.duan_img{
	width:315px;
	height:250px;
	border:1px solid #CCC;
	float:left;
	overflow:hidden;		
}
.duan_img img{
	width:315px;
	height:250px;
	border: none;
	transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	-webkit-transition:0.4s;
}
.duan_img:hover img{
	transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transform:scale(1.2);	
}
.duan_ten{
	font-size:15px;
	font-weight:bold;
	color:#fd4d00;
	text-transform:uppercase;
}
.duan_ten:hover{
	color:#069042;
}
.duan_mota{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	text-align:left;
}
.duan_lienhe{
	font-size:14px;
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}
.duan_lienhe span{
	font-size:15px;
	color:#fd4d00;
}











/*FOOTER*/
#footer{
	padding:10px 0px 10px;
	line-height: 1.4;
    background-color: #309A25;
	color:#FFF;
}
.footer_info{
	padding:0px 10px;	
    text-align: left;
}
.footer_info table,.footer_info img, .footer_info iframe{
	max-width:100% !important;
}
#footer_bottom{
	width:100%;
	height:27px;
	background:url(images/footer_bottom.png) top left no-repeat;
}
.footer-ttt {    
    font-size: 22px;
    font-weight: bold;
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
}
.footer_info ul li {
    padding: 6px 0px;
    padding-left: 26px;
    position: relative;
    border-bottom: 1px solid #CCC;
    border-top: none;
    background: url(images/li-footer.png) 7px 14px no-repeat;
}
.footer_info ul li a {
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
}
.footer_info ul li a:hover {
    text-decoration: underline;
}

#footer-1 {
    float: left;
}
#footer-2 {
    float: left;
}
#footer-3 {
    float: right;
}
@media (min-width: 1070px) {
    #footer-1 {        
        width: 400px;
        margin-left: 10px;
    }
    #footer-2 {      
        width: 300px;
        margin-left: 20px;
    }
    #footer-3 {
        width: 260px;       
        margin-right: 10px;
    }
}
@media (min-width: 701px) and (max-width: 1069px){
    #footer-1 {        
        width: 37%;
        margin-left: 10px;
    }
    #footer-2 {      
        width: 25%;
        margin-left: 20px;
    }
    #footer-3 {
        width: 25%;       
        margin-right: 10px;
    }
}
@media (min-width: 481px) and (max-width: 700px){	
	#footer-1 {        
        width: 96%;
        padding: 0px 2%;
        margin-bottom: 20px;        
    }
    #footer-2 {      
        width: 45%;
        margin-left: 10px;
    }
    #footer-3 {
        width: 45%;       
        margin-right: 10px;
    }
}
@media (max-width: 480px){	
	#footer-1 {        
        width: 96%;
        padding: 0px 2%;        
    }
    #footer-2 {      
        width: 96%;
        padding: 10px 2% 0;  
    }
    #footer-3 {
        width: 96%;
        padding: 10px 2% 0;  
    }
}


/*#doitac_footer11{
	width:300px;
	margin-right:10px;
	float:right;
	color:#FFF;
}



#footer_ttt{
	background-color:#069042;
	height:52px;
	line-height:52px;
	position:relative;
	margin-bottom:15px;
}
#footer_ttt h2{
	line-height:52px;
	padding-left:25px;
	font-size:16px;
	color:#FFF;
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
	text-transform:uppercase;
}
.footer_info{
	width:265px;
	float:left;
	margin-left:25px;
}
.footer_info table,.footer_info img, .footer_info iframe{
	max-width:265px !important;
}
#xemthem_footer{
	line-height:28px;
	padding:0px 10px;
	float:right;
	color:#FFF;
	margin-top:5px;
	font-size:15px;
	background-color: #606060;
	text-transform:uppercase;
}
#xemthem_footer:hover{
	color:#F75E24;
}

#doitac_footer img{
	width:80px;
	height:40px;
	float:left;
	margin:3px;
	transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; -webkit-transition:0.4s;
}
#doitac_footer img:hover{
	transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1);
}

#lienhe_footer{
}
#lienhe_footer input[type='text']{
	width:188px;
	padding:0px 10px;
	float:left;
	height:28px;
	line-height:28px;
	margin-bottom:5px;
	border:1px solid #CCC;
	background-color:#EDECEC;
	color:#666;
	border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;
}
#lienhe_footer textarea{
	width:190px;
	height:100px;
	background-color:#EDECEC;
	float:left;
	padding:9px;
	border:1px solid #CCC;
	border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;
}
#lienhe_footer input[type='submit'],#lienhe_footer input[type='reset']{
	padding:0px 28px;
	float:left;
	background:url(images/lh.png) top right repeat-x;
	height:27px;
	line-height:27px;
	border:none;
	color:#FFF;
	font-weight:bold;
	margin-top:10px;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;
}
#lienhe_footer input[type='reset']{
	float:right;
}
#lienhe_footer input[type='submit']:hover,#lienhe_footer input[type='reset']:hover{
	color:#F00;
}


#footer_bottom{
	margin-top:5px;
	padding-left:15px;
	font-size:14px;
	background-color:#069042;
	height:40px;
	color:#FFF;
	line-height:40px;
	position:relative;
}
#footer_bottom a{
	color:#FFF;
}
#footer_bottom a:hover{
	text-decoration:underline;
}
*/

#footer_noidung{
	padding:15px 10px 0px 10px;
	color:#000;	
	line-height:normal;
}
#footer_noidung table,#footer_noidung img, #footer_noidung iframe,#footer_noidung div{
	max-width:985px;
}

.clear{
	clear:both;
}

/*TIN NOI BAT*/	
    @media (min-width: 670px){	
    	.tin_info .tin_img{
    		width:180px;
		    height:120px;
    		margin-right:10px;		
    	}
        .tin_info .tin_img img{
    		width:180px;
		    height:120px;
    	}
    }
    @media (min-width: 320px) and (max-width: 669px){	
    	.tin_info .tin_img{
            width:128px;
    		height:86px;
    		margin-right:10px;		
    	}
        .tin_info .tin_img img{
    		width:128px;
    		height:86px;
    	}
    }
    @media (max-width: 319px){	
    	.tin_info .tin_img{
    		width:99%;
    		border:1px solid #CCC;
    		float:left;    			
    	}
        .tin_info .tin_img img{
    		width:100%;		
    	}
    }
	.tin_info{
		position:relative;		
		padding:10px 0px; 
		border-bottom:1px solid #999;	
	}
	.tin_info .ngay_new{
		color:#333;
	}
	.tin_info .tin_img{	
		padding:2px;
		border:1px solid #CCC;
		float:left;
		margin-right:10px;		
	}	
	.tin_info .tin_img:hover{
		border:1px solid #999;
	}
	.tin_ten{
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		margin-bottom:10px;
		margin-top:10px;
		color:#000;
		text-transform:uppercase;
	}
	.tin_ten:hover{
		color:#F00;
	}	
	.mota_tin h2, .mota_tin h3,.mota_tin h4{
		font-size:13px;
		font-weight:500;
		text-align:justify;
	}
	.mota_tin table, .mota_tin img{
		max-width:585px !important;
	}
	.tin_chitiet{
		color:#333;
		line-height:15px;
		float:right;		
		text-decoration:none;
		position:absolute;
		bottom:5px;
		right:5px;	
	}
	.tin_chitiet img{
		width:5px;
		height:5px;
		float:left;
		border:none;
		margin-top:5px;
		margin-right:5px;
	}
	.tin_chitiet:hover{
		color:#F00;
	}	
	/*END TIN NOI BAT*/


/*CHI TIẾT TIN TỨC*/
	#ct_tintuc{
		font-size:16px;
	}
	.image_new{
		width:300px;
		border:1px solid #CCCCCC;
		padding:4px 4px 4px 4px;
		float:left;
		margin-right:10px;		
	}	
	.tieude_new{
		color:#3380CB;
		font-size:18px;
		font-weight:500;
		
	}
	#ct_tintuc .ngay_new{
		color:#333;
		font-size:16px;
		margin-bottom:10px;
	}
	.mota_new,.mota_new h3, .mota_new h2{
		font-weight:bold !important;
		font-size:16px !important;
		padding:5px 10px;
		text-align:justify;		
	}
	.noidung_new{
		margin-top:10px;
		text-align:justify;
	}
	.file_new{
		padding:10px 0px;
		color:#000000;
		font-style:italic;
	}
	.file_new a{
		font-weight:bold;
		color:#F47001;
	}
	.file_new a:hover{
		text-decoration:underline;
	}
	.tailieu_download{
		margin:5px 0px;
	}	
	
	
	a.tinkhac{
		color:#333333;
		text-decoration:none;
		font-weight:bold;				
		line-height:1.3;
		font-size:17px;
        padding: 2px 0px;
        display: block;
	}
	a.tinkhac img{
		width:7px;
		height:7px;
		margin-top:10px;
		margin-right:5px;
		border:none;
	}
	a.tinkhac:hover{
		color:#F00;
	}
	
	/*END CHI TIẾT TIN TỨC*/

/*Phần chung*/
/*Phần phân trang*/
.paging{
	height:20px;
	text-align:center;
	margin:10px;
}
.paging a img{
	height:20px;
	border:none;
}
.paging a:link, .paging a:visited, .paging a:hover, .paging a:active{
	/*border:1px solid #0b395e;*/
	border:none;
	color:#0000FF;
	padding:0px 5px;
	font-weight:bold;
	text-decoration:none;
}
.paging a:hover , #dangxem{
	/*background-color:#FFFFFF;*/
	/*border:1px solid #0b395e;*/
	color:#FF0000;
	padding:0px 5px;
}


/*--------------------------Transition-----------------------------*/

.shadow_bor {
	position:absolute;
	top:50%;
	left:100%;
	width:0px;
	height:0px;	
	background:url(images/album-over.png) repeat center center;
	
	background-size:0px 0px;
	/*border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;*/
	}
.shadow_bor{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
	
	}
.thumb_tin{
	width:89px; height:61px; float:left;
	position:relative;
}
.thumb_tin:hover .shadow_bor{
	background-size:100% 100%;
	width:89px;
	height:61px;
	top:-1px;
	left:-1px;
	
	}


.shadow_bor_duan {
	position:absolute;
	top:0%;
	left:0%;
	width:0px;
	height:0px;	
	background:url(images/album-over.png) repeat center center;
	background-size:0px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	}
.shadow_bor_duan{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
	
	}

.thumb_duan{
	width:232px; height:158px; float:left;
	position:relative;
}
.thumb_duan:hover .shadow_bor_duan{
	background-size:100% 100%;
	width:232px;
	height:158px;
	top:0;
	left:0;
	
	}
