@charset "utf-8";
/* CSS Document */
@import url("fonts.css");
@import url("reset.css");

@-moz-keyframes xoayanh{
0%{
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
 }
100% {
-webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */    
transform: rotate(720deg);
       }
    }
@-o-keyframes xoayanh{
0%{
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
 }
100% {
-webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */    
transform: rotate(720deg);
       }
    }
@-webkit-keyframes xoayanh{
  0%{
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	 }
	100% {
	-webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */    
	transform: rotate(720deg);
	       }
	    }
@keyframes xoayanh {
    0%{ 
      -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */
      transform: rotate(720deg);
    }
}

#loadbody{
position:fixed;
left:0px;
top:0px;
z-index:9999999999;
width:100%;
height:100%;
background: rgba(200,200,200, 0.5);
}
#loadbody img{
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	margin:auto;
	-o-animation: xoayanh 0.7s infinite linear;
	-moz-animation: xoayanh 0.7s infinite linear;
	-webkit-animation: xoayanh 0.7s infinite linear;
	animation: xoayanh 0.7s infinite linear;
}
#wrapper{
    
    width: 1349px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.container{
	width: 1200px;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
.container img{
	max-width: 100%;
	height: auto;
}

/*header*/
#header{
	width: 100%;	
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 6000;

}
#header h1{
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 1px;
	color: #fff;
	z-index: 1;
	opacity: 1;
}
#header .container{
	position: relative;
	text-align: center;
}
.top_header{
    background: #e40424;
    font-size: 12px;
    padding: 10px 0px 5px 0px;
}
.rightheader,.leftheader{
	float: right;
	color: #fff;
}
.home{
	background: url(../images/home_03.png)left center no-repeat;
	padding-left: 20px;
}
.home a{
	color: #fff;
	height: 13px;
}
.mail{
	background: url(../images/mail_03.png) left center no-repeat;
	padding-left: 20px;
}
.leftheader span{
	padding-right: 40px;
}
.hotline{
	background: url(../images/fone_03.png) left center no-repeat;
	padding-left: 20px;
}
/*end header*/
/*menu_top*/


#menu_top{
    width: 100%;
    top: 34px;
    right: 0px;
    font-family: Arial;
    z-index: 5000;
    position: absolute;
}	
#menu_top>nav>ul{
    display: table;
    width: 630px;
    float: right;

}
#menu_top>nav>ul>li{
    display: table-cell;
    text-align: center;
    position: relative;
    background: rgba(0, 174, 239, 0.45);
}
#menu_top>nav>ul>li img{
	padding-bottom: 9px;
}
#menu_top>nav>ul>li a{
	color: #fff;
	font-size: 15px;
font-family: 'utm_helvetinsregular';
}
#menu_top>nav>ul>li a:hover{
    background: #f00;
    color: #fff;
}
#menu_top>nav>ul>li.active a{
    background: #f00;
    color: #fff;
	}
.line{
	background: none !important;
    width: 2px;
	}
#menu_top>nav>ul>li>a{
    color: #fff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'utm_helvetinsregular';
    padding: 10px 0px;
}



#menu_top>nav>ul>li ul{
	position: absolute;
	top: 0px;
	left: 231px;
	display: none;
	z-index: 3000;
}
#menu_top>nav>ul>li>ul{
    top: 29px;
    left: 0px;
    padding-top: 11px;
}
#menu_top>nav>ul>li li{
	width: 230px;
	position: relative;
	background:#005e16;
	line-height: 35px;
	border-bottom:thin #fff solid;

	text-align: left;
}
#menu_top>nav>ul>li li a{
	color:#ff0;
	display:block;
	padding-left:10px;
	}

/*end menu_top*/
.line_after{
	width: 100%;
	background: url(../images/line_after.png) no-repeat top center;
	background-size: 100% 100%; 	
	height: 15px;
	margin-top: 10px;
	margin-bottom: 5px;

}
/*slide_show*/
#slider{
    display: inline-block;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1000;
    min-height: 60px;
    border-bottom: 10px solid #e40424;
}
.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    /* size of bullet elment */
    width: 13px;
    height: 13px;
    text-align: center;
    color: white;
    font-size: 12px;
   	background: #fff;
   	border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div {

 }
.jssorb21 div:hover, .jssorb21 .av:hover {
background: #333;
 }
.jssorb21 .av {
	background: #333;
 }
.jssorb21 .dn, .jssorb21 .dn:hover { 
	background: #333;
}

#slider .caption_slider{
	position: absolute;
	top: 0px;
	left: 220px;
	width: 700px;
	height: 250px;
	display: inline-block;
	font-family: 'opensan';
	text-align: center;
	color: #264D00;
}
#slider .caption_slider .title{
	margin-top: 50px;
	font-size: 60px;
	line-height: 65px;
	color: #264D00;

	font-family: 'opensanb';
}
#slider .caption_slider .name{
	font-size: 30px;
	line-height: 40px;
	color: #264D00;
}
#slider .caption_slider .mota{
	font-size: 14px;
}
#slider .caption_slider .xemthem{
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
	background: #FE6215;
}
#slider .caption_slider .xemthem:hover{
	background: #264D00;
}
#slider .caption_slider .xemthem a{
	border:thin #fff solid;
	padding: 12px 35px;
	display: inline-block;
	color: #fff;

}
/*end slide_show*/
#slogan{
	margin-bottom: 20px;
}
/*right*/
#right{
	width: 21%;
	float: right;
	margin-top: 20px;
}
/*end right*/
/*middle*/
#middle{
	width: 100%;
	display: inline-block;
}

/*middle*/
/*top_content*/
#top_content{
	width: 100%;
	display: inline-block;
	position: relative;
}
/*end top_content*/

/*bottom_content*/
#bottom_content{
	width: 100%;
	text-align: center;
	position: relative;
}
/*end bottom_content*/
/*doitac*/
#doitac{
	width: 100%;
	display: inline-block;
}

/*end doitac*/
/*footer*/
#footer{
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    color: #fff;
    background: #00468e;
    position: relative;
    min-height: 100px;
    margin-top: 20px;
}	

.center_footer{
	    width: 450px;
    float: left;
    margin-left: 60px;
    text-align: center;
}

.center_footer img:hover{
	opacity: 0.7;
}
#footer .container{
	position: relative;
	text-align:left;
}
#footer #content_footer{
	display: inline-block;
	text-align:left: ;
	line-height: 30px;
}
#footer #mangxh{
	padding: 30px 10px;
	display: inline-block;
	float: left;
}
#footer #mangxh img{
	margin: 0px 5px;
}
#footer #mangxh img:hover{
	opacity: 0.5;
}
#footer .container{
	position: relative;
}

#footer #thongke{
	float:right;
}
#footer #copyright{
	border-top:thin #d9d9d9 solid;
	padding:5px 0px;
	text-align:left ;
}
#footer #copyright b{
	color:red;
}
/*end footer*/
/*product*/

.wrap_product{
	width:25%;
	display:inline-block;
	float:left;
	padding:1%;
}
.product{
	display:inline-block;
	width: 100%;
	position: relative;
	text-align: center;
	font-family:Arial;
	padding:10px;
	border:thin #d9d9d9 solid;
	box-shadow:5px 5px 0px #eee;
}
.product  img{
	width: 100%;
}
.product h3{
	margin: 5px 0px;
	line-height: 22px;
	height:44px;
	overflow:hidden;
	color: #000;
	font-size: 15px;
	position: relative;
	text-transform: capitalize;
}
.product:hover h3{
	color: red;
}
.product .mota{
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 22px;
}
.product .gia{
	color: red;
}
.product .gia span{
	color: #333;
	text-decoration: line-through;
}
/*end product*/
#main{
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.line_product{
	width: 100%;
	display: inline-block;
	height: 35px;
	background: linear-gradient(top,#fff,#CDCDCB);
	background: -moz-linear-gradient(top,#fff,#CDCDCB);
	background: -webkit-linear-gradient(top,#fff,#CDCDCB);
	background: -o-linear-gradient(top,#fff,#CDCDCB);
	padding-bottom: 5px;
	border-bottom: thin #FB9EB0 solid;
}
/*title_main*/
.title_main{
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	text-align: left;
}
.title_main h2{
    text-transform: uppercase;
    font-size: 18px;
    color: #00468e;
    position: relative;
    font-weight: bold;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #00468e;
    min-width: 380px;
    padding: 0px 30px 5px 10px;
    margin-bottom: 20px;
}
.title_main h2:before{
    background: url(../images/before_title_05.png) bottom no-repeat;
    position: absolute;
    left: -9px;
    bottom: -1px;
    width: 9px;
    height: 18px;
    content: '';
}

.title_main .xemthem{
	line-height:37px;
	float:right;
	color:#000;
}
.title_main .xemthem:hover{
	color:red;
}
/*end title_main*/
.content{ margin-bottom:20px;}

/*box_tintuc*/
.item_about{
    width: 380px;
    float: left;
    line-height: 1.5;
	}
.item_about h3{
	 text-transform:uppercase;
	 font-size:14px;
	 margin:10px 0px;
	}
.item_about h3 a{    color: #00468e;
    font-weight: bold;}
.img_about{
    border: 1px solid #a7a8a8;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
	}

.item_about:hover a{ color:#f00}
.right_about{
    float: left;
    width: 820px;
}
.element{
    width: 375px;
    float: left;
    margin-left: 35px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}
.element p{
    width: 205px;
    display: inline-block;
    background: #4ba3fd;
    margin-bottom: 10px;
    line-height: 1;
}

.element p:hover{
	background: #e40424;
}
.element p:hover a{
    text-shadow: 0px 0px 0px;
    background: #fa445e;
}
.element p a{
	display: block;
    background: #027efd;
    margin: 0px 5px;
    padding: 5px 0px;
    color: #fff;
}

.itemservice{    
	float: left;
    width: 272px;
    margin-right: 37px;
    margin-bottom: 20px;
}

.img_service{
	border:1px solid #ccc;
	overflow:hidden;
	}
.itemservice:hover .img_service{
	box-shadow:0px 0px 10px #f00;
	}
.img_service img{
	transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
	}
.img_service:hover img{
	transform:scale(1.15) rotate(-5deg);
	-moz-transform:scale(1.15) rotate(-5deg);
	-ms-transform:scale(1.15) rotate(-5deg);
	-o-transform:scale(1.15) rotate(-5deg);
	-webkit-transform:scale(1.15) rotate(-5deg);
	}
.itemservice h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0px;
}
.itemservice h3 a {
    color: #f00;
}
.itemservice:hover a {
    color: #005e16;
}
.wrap_tintuc{
	display:inline-block;
	width:50%;
	float:left;
	text-align:center;
}
.box_tintuc{
    text-align: left;
    width: 100%;
    float: left;
    display: inline-block;
    padding: 10px;
    font-family: Arial;
}
.box_tintuc img{
	padding:3px;
	display: inline-block;
	margin-right:10px;
	margin-bottom:10px;
	border:thin #d9d9d9 solid;
	float:left;

}

.box_tintuc img:hover{
	opacity: 0.5;
}
.box_tintuc h3{
	color:#000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 22px;
	margin-bottom:7px;
}
.box_tintuc h3:hover{
	color: red;
}
.box_tintuc .mota{
	color: #555;
	font-size: 12px;
	line-height: 17px;
	overflow:hidden;

}
.box_tintuc .date{
	color: yellow;
	font-size: 11px;
	margin-bottom: 5px;
}
.box_tintuc .xemthem{
	background: #005FAF;
	padding: 3px;
	display: inline-block;
	margin-top: 10px;

}
.box_tintuc .xemthem p{
	font-size: 17px;
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	border:thin #fff solid;
}
/*box_tintuc*/
/*baiviet_lienquan*/
.baiviet_lienquan{
	width: 100%;
	display: inline-block;
	text-align: left;
}
.baiviet_lienquan .title{
    text-transform: uppercase;
    font-size: 18px;
    color: #00468e;
    position: relative;
    font-weight: bold;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #00468e;
    min-width: 380px;
    padding: 0px 30px 5px 10px;
    margin-bottom: 20px;
}
.baiviet_lienquan .title:before{
	    background: url(../images/before_title_05.png) bottom no-repeat;
    position: absolute;
    left: -9px;
    bottom: -1px;
    width: 9px;
    height: 18px;
    content: '';
}

.baiviet_lienquan li{
	list-style-type: square;
	color: blue;
	font-size: 20px;
}
.baiviet_lienquan li a{
    font-size: 14px;
    color: #000;
}

.baiviet_lienquan li a:hover{
	color: red;
	margin-left: 10px;
	font-weight: bold;
}
.box_tintuc img:hover{
	    border: thin #f00 solid;
	}
.isuka{
	float: left;
	    margin-right: 25px;
    margin-bottom: 20px;
}
.isuka img:hover{
	opacity: 0.7
}
/*baiviet_lienquan*/
/*tabs*/
.tabs{
	width: 100%;
	display: inline-block;
	
}
.tabs .tabs_title{
	display: inline-block;
	text-align: center;
	background: #005FFF;
	border:thin blue solid;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: -5px;
}
.tabs .tabs_title li{
	display: inline-block;
	float: left;
	padding: 10px;
	border-right: thin blue solid;
}
.tabs .tabs_title li:last-child{
	border:none;
}
.tabs .tabs_title li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.tabs .tabs_hidden{
	width: 100%;
	display: none;
}
.tabs .tabs_hidden:first-child{
	display: inline-block;
}
.tabs .tabcontents{
	overflow: hidden;
	border:thin blue solid;
	padding: 10px;
	margin-bottom: 20px;
}
.tabs .tabcontents img{
	max-width: 100% !important;
	height: auto;
}
/*end tabs*/
/* ========== Content pagination ========== */

ul.pagination {
    display:inline-block;
	width:100%;
	margin:10px 0px;
    text-align:center;
    color:#FE0233;
}
ul.pagination li.page_info{
	display: none;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#FE0233;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #FE0233;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background:#FE0233;
    color:#fff; 
}

.pagination {
	margin: auto;
	width: auto;
	text-align: center;
	margin-top: 10px;
}
.pages {
}
.pages li.prev {
	margin-right: 15px;
}
.pages li.next {
	margin-left: 15px;
}
.pages li {
	display: inline-block;
	margin: 5px 2px;
}
.pages li a {
	height: 25px;
	padding: 4px 8px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	background: url(../images/backgrounds/pagingBg.png) repeat-x 0 0;
	border: 1px solid #d5d5d5;
	font-size: 11px;
}
.pages li a:hover {
	background: #f6f6f6;
}
.pages li .active {
	background: url(../images/backgrounds/sideGradient.png) repeat-x;
	color: #fff;
	border-color: #424852;
}
.pages li .active:hover {
	background: #2a313d;
}
/* ==========end  Content pagination ========== */

/*top*/
#top{
	background:url(../images/top.png) no-repeat;
	background-size: 100% 100%;
	height:35px;
	width:35px;
	position:fixed;
	bottom:40px;
	right:10px;
	cursor:pointer;
	z-index: 99999;
}
/*end top*/
/*sodotongquan*/
#sodotongquan{
	width: 1000px;
	
	top: 0px;
	left: 0px;
}
#sodotongquan #sodotongquan_img{
	width: 1000px;
	display: inline-block;
	position: relative;
}
#sodotongquan canvas{
	height: 100% !important;
}
#sodotongquan #sodotongquan_img img{
	max-width: 100%;
}
/*end sodotongquan*/
.content_title .name{
	color: #024FC1;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
}
.owl-carousel .owl-item{
	text-align: center;
}
#at4-share{
	display: none !important;
}

/*product_detail*/
#product_detail{
	width: 100%;
	display: inline-block;
}
#product_detail #product_detail_img{
	width: 50%;
	float: left;
	text-align: center;
}
#product_detail #product_info{
	width: 48%;
	float: right;
	text-align: left;
}
#product_detail #product_info li{
	border-bottom: thin #888 solid;
	padding: 5px 0px;
}
#product_detail #product_info li .addtocart{
	width: 100%;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background: #555;
	text-align: center;
	color: #fff;
}
#product_detail #product_info li .addtocart:hover{
	color: yellow;
}
#product_detail #product_info .gia{
	font-size: 16px;
}
#product_detail #product_info .gia span{
	color: red;
}
#product_detail #product_info .gia b{
	text-decoration: line-through;
}
#product_detail #product_info .name{
	font-size: 25px;
	line-height: 30px;
	color: #333;
	font-family: Arial; 
}
#product_detail #thumb{
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
#product_detail #thumb img{
width: 60px;
height: 60px;
	display: inline-block;
}
#product_detail .muangay{
	width:100%;
	display:inline-block;
	line-height:35px;
	color:#fff;
	font-size:16px;
	background:#049EDD;
	text-align:center;
	text-transform:uppercase;
}
/*product_detail*/
/*left*/
#left{
	display:inline-block;
	width: 22.5%;
	float: left;
}
/* #left .box_left{
	display:inline-block;
	width:100%;
	box-shadow:0px 0px 10px #bbb;
}
#left .title{
	text-align:center;
	line-height:35px;
	background:#DC0000;
	position:relative;
	margin-bottom:10px;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
}
#left .title:before{
	content:'';
	height:10px;
	width:100%;
	position:absolute;
	bottom:-10px;
	left:0px;
	background:url('../images/title_left.png') no-repeat top center;
}
#left #danhmuc_left{
	display:inline-block;
	width:100%;
	padding-left:10px;
}
#left #danhmuc_left>ul>li{
	color:#DC0000;
	font-size:25px;
	text-transform:uppercase;
	list-style-type:square;
	line-height:30px;
}
#left #danhmuc_left>ul>li>a{
	font-size:14px;
	font-weight:bold;
	color:#DC0000;
}
#left #danhmuc_left>ul>li>ul{
	padding-left: 20px;
}
#left #danhmuc_left>ul>li>ul>li>ul{
	padding-left:10px;
	display:none;
}
#left #danhmuc_left>ul>li ul a{
	font-size:14px;
	text-transform:capitalize;
color:#333;
font-weight:bold;
}
#left #danhmuc_left>ul>li ul a:hover{
	color:red;
}
#left #danhmuc_left>ul>li ul li{
	list-style-image:url('../images/list_left.png');
}
#left .content{
	padding:5px;
}
#left #video_lienquan{
	margin-top:10px;
	height:30px;
	line-height:30px;
	text-indent:10px;
	width:100%;
}
#left #doitac{
	height:900px;
	text-align:center;
}
#left #doitac img{
	border:thin #d9d9d9 solid;
	margin:10px 0px	;
	display:inline-block;
} */
/*left*/
#right_content{
	min-height: 600px;
	width: 100%;
	padding-left: 300px;
}
/*product_detail_left*/
#product_detail_left{
	float: left;
	width: 75%;
}
#product_detail_right{
	width: 25%;
	float: right;
}
/*end product_detail_left*/
.select_sort{
	float: right;
	width: 250px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	margin-right: 10px;
	
}

.button_cart{
	display: inline-block;
	line-height: 30px;
	background: #0189FF;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px 10px;
	border-radius: 3px;
}
.button_cart:hover{
	background: #B3002C;
}
.owl-prev,
.owl-next{
	text-indent:10000px;
	height:100%;
	width:35px;
	position:absolute;
	top:0px;
	overflow: hidden;
}
.owl-prev{
	left:-31px;
	background: url(../images/pre_06.png) no-repeat center;
	height:51px;
	top: 20px;
}
.owl-next{
    right: -31px;
    background: url(../images/next_06.png) no-repeat center;
    height: 51px;
    top: 20px;
}
/* box_gallery */
.box_gallery{
	width:25%;
	padding:1%;
	float:left;
}
 .box_gallery img{
	width:100% ;
	border:thin #d9d9d9 solid;
	padding:2px;
	background:#fff;
	box-shadow:5px 5px 0px #ddd ;
}
/* box_gallery */
.left_footer{
	float: left;
    text-align: left;
    line-height: 2;
	}
.right_footer{ float:right; text-align:left; width:210px;}
.right_footer span{ float:right; color:#ff0;}
.right_footer h3{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
	margin-bottom:10px;
}
.online{ background:url(../images/online_11.png) left center no-repeat; padding-left:30px; margin-bottom:5px;}

.tuan{ background:url(../images/tuan_15.png) left center no-repeat; padding-left:30px; margin-bottom:5px;}
.thang{ background:url(../images/thang_18.png) left center no-repeat; padding-left:30px; margin-bottom:5px;}
.tong{ background:url(../images/tong_21.png) left center no-repeat; padding-left:30px}
.copyright{
	color:#949494;
	background:rgba(0,0,0,0.3);
	padding:15px 0px;
	text-align:center;
	margin-top:20px;
	}
.copyright span{
	color:#fff;
	}
.copyright a{ color:#fff;}
.ttile_paner{
    background: url(../images/bg_doitac_11.png) no-repeat;
    width: 1200px;
    height: 40px;
    color: #ff0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
	}
.box_paner{
	width:1150px !important;
	margin:0 auto;
	margin-top:20px;
	}
.item_paner{
	width:137px;
	float:left;
	border:1px solid #ccc;
	}
.item_paner:hover{
	border:1px solid #f00;
	}
.box_top{
	background:#404040;
	padding:20px 0px; 
	}
.left_top_footer{
	float:left;
	}
.box_top h3{
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:bold;
	font-size:15px;
	}
.left_top_footer img{
	transition:all 0.7s;
	-moz-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
	-webkit-transition:all 0.7s;
	margin-right:10px;
	}
.left_top_footer img:hover{
	transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	-webkit-transform:scale(1.15);
	}
.center_top_footer{
    float: left;
    text-align: left;
    color: #fff;
    margin-left: 150px;
	}
.center_top_footer span{ color:#ff0; font-size:16px;}
.center_top_footer p{ margin-bottom:10px;}
#content_nhantin{ width:370px; float:right;}
#content_nhantin form{ background:#fff;}
#mailkhachhang{
	height:35px;
	width:80%;
	padding:0px 15px;
	border:0px;
	}
#sb_nhantin{
    width: 18%;
    padding: 7px 0px;
    border: 0px;
    background: #005e16;
    color: #fff;
	cursor:pointer !important;
	}
.hotline_search{
	position: absolute;
    top: 30px;
    right: 90px;
	}

#search{
height: 16px;
    width: 190px;
    float: left;
    background: #ee6477;
    margin-right: 10px;
	}
#keyword{
    width: 80%;
    border: 0px;
    background: none;
    outline: none;
    float: left;
    padding: 0px 10px;
    font-size: 10px;
    height: 15px;
	}
#sb_search{
    background: url(../images/search_03.png) no-repeat;
    width: 16px;
    height: 10px;
    border: none;
    float: right;
    margin-right: 4px;
    outline: none;
    margin-top: 3px;
    cursor: pointer;
	}
.box_lvct{
    background: #d2e8fe;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.item_field{
	width: 215px;
}
.item_field a{
	color: #6392c2;
}
.item_field:hover a{
	color: #f00;
}
.item_field h3{
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
}
.item_field img{
	margin-bottom: 10px;
}
.made_ongoing li{
    display: inline-block;
    background: #fa445e;
    padding: 7px 67px;
    float: left;
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
}
.made_ongoing{
	margin-bottom: 20px;
}
.check{
    background: #fa0629 !important;
    color: #ff0 !important;
}
.item_works{
	width: 215px;
	float: left;
	margin-right: 31px;
	margin-bottom: 10px;
}
.item_works h3{
	    text-align: center;
    text-transform: uppercase;
    color: #4a4949;
    margin-top: 10px;
}
.img_works{ overflow: hidden;}
.item_works:hover h3{
	color: #f00;
}
.item_works:hover img{
	transform:scale(1.15);
	-moz-transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.left_shar{
	float: left;
	width: 593px;
	height: 360px;
	position: relative;
	overflow: hidden;
}
.left_shar p{
	 position: absolute;
	 bottom: 0px;
	 width: 100%;
	 text-align: center;
	 padding: 10px;
	 color: #fff;
	 background: rgba(0,0,0,0.5);
}
.left_shar:hover img{
	transform:scale(1.15) rotate(-5deg);
	-moz-transform:scale(1.15) rotate(-5deg);
	-webkit-transform:scale(1.15) rotate(-5deg);
	opacity: 0.7;
}
.left_shar:hover p{ color: #ff0;}
.right_shar{
	width: 575px;
    float: right;
}
.item_shar{
    float: left;
    width: 270px;
    position: relative;
    overflow: hidden;
    margin-right: 17px;
    margin-bottom: 30px;
    display: inline-block;
}
.item_shar p{
	 position: absolute;
	 bottom: 0px;
	 width: 100%;
	 text-align: center;
	 padding: 10px;
	 color: #fff;
	 background: rgba(0,0,0,0.5);
}
.item_shar:hover img{
	transform:scale(1.15) rotate(-5deg);
	-moz-transform:scale(1.15) rotate(-5deg);
	-webkit-transform:scale(1.15) rotate(-5deg);
	opacity: 0.7;
}
.item_shar:hover p{ color: #ff0;}
.item_newshot{
	width: 270px;
	text-align: left
}
.item_newshot img{
	margin-bottom: 10px;
}
.item_newshot h3{
    margin-bottom: 10px;
    font-size: 15px;
    color: #4b82b8;
    font-weight: bold;
}
.item_newshot:hover h3{
	color: #f00;
}
.item_newshot:hover img{
	opacity: 0.7
}
.left_member{
	width: 590px;
    float: left;
}
.title_mem{
	    background: #e6e6e6;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
 	margin-bottom: 20px;
}
.title_mem:before{
    background: url(../images/lines_07.png) no-repeat;
    position: absolute;
    bottom: -14px;
    width: 16px;
    height: 14px;
    content: '';
    left: 20%;
}
.title_mem a{
	    color: #3f3f40;
    font-weight: bold;
}
.title_mem a:hover{
	color: #f00;
}
.left_member img:hover{
	opacity: 0.7;
}
.item_mem{
	margin-top: 20px;
}
.right_parner{
	width: 570px;
    float: right;
}
#sl_doitac .vieo{
    border: 1px solid #ccc;
    margin-bottom: 26px;
}
#sl_doitac .vieo:hover{
	border: 1px solid #f00;
}
.baoowl{
    width: 172px;
    float: left;
    margin-right: 18px;
}
.box_file{
	background: #f2f2f2;
    padding: 15px;
}
.box_file ul{
    float: left;
    width: 33.33%;
    padding-right: 10px;
    border-right: 1px dashed #4b82b8;
    padding-left: 10px;
}
.box_file ul li{
	padding-bottom: 10px;
}
.box_file ul li a{
	color: #4b82b8
}
.box_file ul li a:hover{
	text-decoration: underline;
}
.menu1{
	text-align: center;
	margin-top: 10px;
}
.menu1 p{
    display: inline-block;
    border-bottom: 1px solid;
    margin-right: 10px;
}
.menu1 p a{
	color: #fff;
}
.menu1 p a:hover{
color: #ff0;
}
.bous{
	margin-bottom: 20px;
	padding-left: 10px;

}

.tab ul{
    margin: 0px;
    border-bottom: 2px solid #00468e;
    margin-bottom: 20px;
	}
.tab ul li{
    background: #f2f2f2;
    margin: 0px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    list-style: none;
    position: relative;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
    float: left;
    padding: 10px;
    cursor: pointer;
	}
.tab ul li a{
    border: 0px;
    color: #6a6a6a;
    font-size: 14px;
        margin-right: 2px;
    border: 1px solid transparent;
	}
.hiden{ display:none;}
.tab ul li.active{ background:#00468e !important; }
.tab ul li.active a{
	color: #fff !important;
}
.left_detail{
    width: 20%;
    float: left;
    background: #eaeef0;
}
.right_detail{
	    width: 80%;
    float: right;
    padding-left: 30px;
}
.left_detail h3{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #e40424;
    padding: 6px;
}
.filedownload{
	margin-top: 10px;
}

.filedownload img{
	width: 150px;
	height: 40px !important;
}
.list_menu{
	padding: 10px;
}
.list_menu ul li{
border-top: solid 1px #fff;
    border-bottom: solid 1px #c8c6c6;
    background: url(../images/nor-menu.png) left center no-repeat;
    
}
.choid{
	background: #00468e;
	color: #fff !important;
}
.list_menu ul li:hover a{
	background: #00468e;
	color: #fff;
}
.list_menu ul li a{
	display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
}
.itemvieo{
	float: left;
	margin: 10px;
}
.itemvieo img{border: 1px solid #ccc}
.itemvieo p{
	    text-align: center;
    margin-top: 10px;
    color: #000;
}
.itemvieo:hover img{
border: 1px solid #f00;
opacity: 0.8
}
.itemvieo:hover a{ color: #f00;}
.voeit{
    width: 590px;
    float: left;
    margin-right: 20px;
}
.voeit img{
	margin-bottom: 15px;
}
.download_box {
    width: 220px;
    float: left;
    margin-right: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.download_box img {
    border: 1px solid #ddd;
}
.download_box h3 {
    text-align: center;
    font-weight: 100;
    color: #333;
    font-size: 12px;
    clear: both;
    padding: 10px 0px 5px 0px;
}
.download_box a {
    margin: auto;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    background: #DE8801;
    color: #fff;
}
.download_box a:hover{
	background:#e40424
}
.f-nav {
    z-index: 999999999;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #FFF;
    width: 100%;
}
.table_tailieu{
	width: 100%;
	border: 1px solid #E40424;
	border-collapse: collapse;
}
.table_tailieu caption{
	border: 1px solid #E40424;
	padding: 10px;
	background: #E40424;
	color: #FFF;
	text-align: center;
	font-size:  16px;
	text-transform: uppercase;
}
.table_tailieu th, td{
	border: 1px solid #E40424;
	padding: 10px;
}