 
.clear{clear:both;}
*{
	padding: 0;
	margin: 0;
}

ul,li,ol{
	list-style: none;
	list-style-position: inside;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
a{
	text-decoration:none;

}
div{
	display: inline-block;
}

@font-face {
    font-family: 'roboto';
    src: url('fonts/RobotoCondensedRegular.eot');
    src: url('fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('fonts/RobotoCondensedRegular.woff') format('woff'),
         url('fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'robotol';
    src: url('fonts/RobotoLight.eot');
    src: url('fonts/RobotoLight.eot') format('embedded-opentype'),
         url('fonts/RobotoLight.woff2') format('woff2'),
         url('fonts/RobotoLight.woff') format('woff'),
         url('fonts/RobotoLight.ttf') format('truetype'),
         url('fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family: 'lubalin';
    src: url('fonts/LubalinGraphRegular.eot');
    src: url('fonts/LubalinGraphRegular.eot') format('embedded-opentype'),
         url('fonts/LubalinGraphRegular.woff2') format('woff2'),
         url('fonts/LubalinGraphRegular.woff') format('woff'),
         url('fonts/LubalinGraphRegular.ttf') format('truetype'),
         url('fonts/LubalinGraphRegular.svg#LubalinGraphRegular') format('svg');
}

body{
	font-family:Arial;
	text-rendering:optimizelegibility;
	overflow-x: hidden;
	text-align: center;
}
@-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:45%;left:45%;
	-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;
}
#background{
	height: 100%;
	width: 100%;
	z-index: -1;
	position: fixed;
	top: 0px;
	left: 0px;
}
#wapper{
width:1366px;
margin:0 auto;
display: inline-block;
position: relative;
text-align: center;
}
#wapper:after{
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 99999;
	content: '';
	background: url(../images/bottom.png) no-repeat top center;
	background-size: 100% auto;
	bottom: 0px;
	left: 0px;
}
.container{
	width: 1200px;
	margin: 0 auto;
	display: inline-block;
}

/*menu*/
#menu{
width: 100%;
height: 66px;
display: inline-block;
line-height: 35px;
position: fixed;
top: 0px;
left: 0px;
background:rgba(24,134,245,0.9);
z-index: 999;
font-family: 'lubalin';
border-bottom: thin #fff solid;
}

#menu #logo{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 183px;
	height: 94px;
	z-index: 1100;
}

#menu ul{
	float: right;
	position: absolute;
	right: 0px;
	z-index: 2000;
	padding: 15px 0px;
}
#menu ul li{
	display: inline-block;
	position:relative;
	line-height: 35px;

}
#menu ul li:before{
	content: '';
	height: 100%;
	width: 1px;
	background: linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
	background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
	background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
	position: absolute;
	top: 0px;
	left: -1px;
}
#menu ul li:first-child:before{
	background: none;
}
#menu ul  #sb_search{
	position: absolute;
	top: 10px;
	right: 5px;
	background: url(../images/btsearch.png) no-repeat center;
	height: 25px;
	width: 25px;
	border:none;
}
#menu ul #search_menu{
	display: inline-block;
	background: #fff;
	border:none;
	border-radius:10px;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
	width: 220px;
	position: absolute;
	top: 8px;
	right: 0px;
}
#menu .container{
	position: relative;
	
}
#menu .container:before{
	content: '';
	width: 427px;
	height: 149px;
	background: url(../images/rectange.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: -35px;
	z-index: 1000;
}

#menu ul li:hover a{
	color: yellow;
}
#menu ul li a
{
color:#fff;
font-size:17px;
padding:0px 28px;
text-transform:uppercase;
}

#menu ul li ul{
	position:absolute;
	top:35px;
	padding-top: 11px;
	left:0px;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	z-index:9999;
	text-align:left;
	width: 0px;
	overflow:hidden;
}

#menu ul li:hover ul{
	width: 260px;
}
#menu ul li ul li{
	display: block;
	line-height:35px;
	background:#73BA06;
	width:250px;
	text-align: left;
	text-indent: 15px;
	border-bottom: 1px #fff solid;
	text-align:left;
	position:relative;
		display: block;
		clear: both;
}
#menu ul li ul li:before{
	background: none;
}
#menu ul li ul li a{
	font-size:14px;
	padding: 0;
	color: #fff;
}
#menu ul li ul li ul{
	width:0px;
	position:absolute;
	top:0px;
	left:251px;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
	z-index:9999;
	display: block;
}
#menu ul li ul li:hover ul{
	width: 510px;
}
#menu ul li ul li ul li{
	line-height:35px;
	display: block;
	width:250px;
text-indent: 10px;
	border-bottom:1px white dotted;
	text-align:left;
	position:relative;
}
#menu ul li ul li ul li ul{
	display: none;
}
#menu ul li ul li ul li:hover ul{
	display: block;
	left: 251px;
}
/*end menu */

/*slider*/
#slider{
	margin:0 auto;
	width: 100%;
	display: inline-block;
	min-height: 130px;
}
#slider img{
	height: 100%;
	width: 100%;
}
#slider .jssora05l{
	height: 61px;
	width: 61px;
	background: url(../images/prev.png) no-repeat center;
	left: -60px;
		-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
#slider .jssora05r{
	height: 61px;
	width: 61px;
	background: url(../images/next.png) no-repeat center;
	right: -60px;
	padding: 5px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
#slider1_container:hover .jssora05l{
	left: 20px;
}
#slider1_container:hover .jssora05r{
	right: 20px;
}
/*end slider*/
/*top_content*/
.top_content{
	width: 100%;
	display: inline-block;
	margin: 15px 0px;
	border:thin #c3c3c3 solid;
	border-radius: 5px;
}
.slsp_noibat{
	width: 90%;
	margin: 10px auto;
}
.slsp_noibat img{
	border:thin #c3c3c3 solid;
}
.slsp_noibat p{
	line-height: 30px;
	color: #DA0000;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
/*top_content*/
/*left*/
#left{
	width: 250px;
	float: left;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}
#left .box_left{
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;

}

#left .box_left .title_let{
	width: 100%;
	background: url(../images/title_left.png) no-repeat center;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'caviar';
	margin-bottom: -12px;
	text-indent: 14px;
}

#left .box_left .danhmuc{
background: #FBFC96;
padding-top: 10px;
}
#left .box_left .danhmuc li{
	list-style-image: url(../images/list_left.png);
	list-style-position: inside;
	text-align: left;
	text-indent: 20px;
	line-height: 40px;
	border-bottom: 1px #000 dashed;
	width: 100%;
}
#left .box_left .danhmuc li:last-child{
	border:none;
	background: none;
	list-style-type: none;
}
#left .box_left .danhmuc li ul{
	padding-left: 15px;
}
#left .box_left .danhmuc li a{
	font-family: Arial;
	font-size: 15px;
	color: #000;
}
#left .box_left .danhmuc li a:hover{
	color: red;
}
#left .box_left .box_left_content{
	background: #fff;
	width: 100%;
	display: inline-block;
}
#left .box_left .hotrott{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding-top: 72px;
	position: relative;
	background:#fff;
}
#left .box_left .hotrott .hotline{
	position: absolute;
	top: 10px;
    left: 10px;
    font-family: Georgia;
    font-size: 19px;
    font-weight: bold;
	color: #cc0000;
	width: 100%;
	display: inline-block;
	background: url(../images/icon.png) no-repeat left center;
	text-align: left;
	padding-left: 72px;
}
#left .box_left .hotrott .hotro_bottom{
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 11px;
	text-align: left;
}
#left .box_left .hotrott .hotro_bottom .title{
	border-bottom: 1px #fff dotted;
	font-weight: bold;
}
#left .box_left .hotrott .hotro_bottom p{
	line-height: 15px;
	margin-top: 5px;
}
#left .box_left .hotrott ul{
	margin-bottom: 5px;
}
#left .box_left .hotrott ul li{
	background: url(../images/hotline_sub.png) no-repeat center;
	height: 93px;
	width: 100%;
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 12px;
}
#left .box_left .hotrott ul li .stt{
	color: #313B6B;
	position: absolute;
	top: 12px;
	left: 10px;
	font-weight: bold;
	font-size: 13px;
}
#left .box_left .hotrott ul li .name{
	position: absolute;
	top: 43px;
	left: 24px;
	font-size: 15px;
}
#left .box_left .hotrott ul li .phone{
	position: absolute;
    top: 68px;
    left: 80px;
    font-size: 15px;
    color: red;
}
#left .box_left .hotrott ul li .yahoo{
	height: 33px;
	width: 111px;
	position: absolute;
	top: 5px;
	right: 45px;
}
#left .box_left .hotrott ul li .skype{
	height: 35px;
	width: 35px;
	position: absolute;
	top: 33px;
	right: 71px;
}
#left .box_left .hotrott ul li .zalo{
	height: 35px;
	width: 35px;
	position: absolute;
	top: 33px;
	right: 30px;
}
#left .box_left .tienich{
	width: 170px;
	margin: 0 auto;
}
#left .box_left .tienich li{
	line-height: 40px;
	border-bottom: thin #3470C0 solid;
	text-align: left;
	list-style: none;
}
#left .box_left .tienich li a{
	font-size: 11px;
	color: #fff;
}
/*end left*/
/*bottom_content*/
#bottom_content{
	width:100%;
	display: inline-block;
	text-align: center;

}
#bottom_content .dichvu{
	float: left;
	width: 510px;
}
#bottom_content .dichvu .dichvu_sub{
	width: 100%;
	text-align: left;
	display: inline-block;
	margin-bottom: 15px;
}
#bottom_content .dichvu .dichvu_sub img{
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 112px;
	width: 155px;
		-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
#bottom_content .dichvu .dichvu_sub h4{
	font-size: 17px;
	font-family: 'roboto';
	font-weight: normal;
	color: #000;
}
#bottom_content .dichvu .dichvu_sub .mota{
	float: left;
	font-size: 13px;
	width: 345px;
}
#bottom_content .tintuc{
	float: right;
	width: 300px;
}
#bottom_content .tintuc .tintuc_sub{
	width: 100%;
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
}
#bottom_content .tintuc .tintuc_sub img{
	float: left;
	width: 96px;
	height: 72px;
	margin-right: 10px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
#bottom_content .dichvu .dichvu_sub img:hover,
#bottom_content .tintuc .tintuc_sub img:hover{
	opacity: 0.5;
}
#bottom_content .tintuc .tintuc_sub h4{
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
.new_bottom {
	width: 100%;
	display: inline-block;
}
.new_bottom h3{
	font-weight: bold;
	font-size: 22px;
	color: #626262;
}
.new_bottom .new_bottom_mota{
	text-align: left;
	font-size: 14px !important;
	display: inline;
		color: #626262 !important;
		line-height: 16px !important;
}
.new_bottom .new_bottom_mota p,
.new_bottom .new_bottom_mota span{
	font-size: 14px !important;
	text-align: left;
		color: #626262 !important;
		line-height: 16px !important;
}
.new_bottom img{
	width: 160px;
	height: 150px;
	border: 7px #EEEEEE solid;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.new_bottom img:hover{
	opacity: 0.4;
}
/*end bottom_content*/

/*right*/
#right{
	width:100%;
	text-align: left;
	display: inline-block;
}
#right #scroll_timhieu{
	width: 100%;
	display: inline-block;
	padding-top: 70px;
	background: url(../images/bgabout.png) no-repeat bottom center;
}
#right #scroll_timhieu .bx-wrapper li{
	width: 1200px;
}

#right #scroll_timhieu .timhieu_sub{
	width: 100%;
	min-height: 510px;
	display: inline-block;
	position: relative;
	text-align: center;
}
#right #scroll_timhieu .timhieu_sub .retacge{
	background: #1A93E1;
	border:10px #B6ECFD solid;
	border-radius: 50%;
	color: #fff;
	
}
#right #scroll_timhieu .timhieu_sub .retacge .content{
	    width: 80%;
    height: 70%;
    display: inline-block;
    font-size: 13px;
    margin-top: 20%;
}
#right #scroll_timhieu .timhieu_sub .mota1{
	position: absolute;
	height: 220px;
	width: 220px;
	top: 0px;
	left: 100px;
	
}
#right #scroll_timhieu .timhieu_sub .mota1 .content{
	margin-top: 15%;
}
#right #scroll_timhieu .timhieu_sub .mota1 h3{
	text-align: center;
	font-family: 'lubalin';
	text-transform: uppercase;
	    font-size: 22px;
    
    margin-bottom: 5px;
}
#right #scroll_timhieu .timhieu_sub .mota2{
	position: absolute;
	height: 220px;
	width: 220px;
	bottom: 0px;
	left: 100px;
}
#right #scroll_timhieu .timhieu_sub .noidung1{
	position: absolute;
	height: 220px;
	width: 220px;
	top: 0px;
	right: 100px;
}
#right #scroll_timhieu .timhieu_sub .noidung2{
	position: absolute;
	height: 220px;
	width: 220px;
	bottom: 0px;
	right: 100px;
}
#right #scroll_timhieu .timhieu_sub .img_main{
	height: 422px;
	width: 250px;
	margin: 0 auto;

	-moz-animation: move_water 5s infinite;
	-webkit-animation: move_water 5s infinite; /* Chrome, Safari, Opera */ 
    animation: move_water 5s infinite;
    -o-animation: move_water 5s infinite;
}
@keyframes move_water{
    0%   {margin-top: 0px;}
    50%  {margin-top: 20px;}
    100% {margin-top: 0px;}
}
@-webkit-keyframes move_water{
    0%   {margin-top: 0px;}
    50%  {margin-top: 20px;}
    100% {margin-top: 0px;}
}

@-moz-keyframes move_water{
    0%   {margin-top: 0px;}
    50%  {margin-top: 20px;}
    100% {margin-top: 0px;}
}
@-o-keyframes move_water{
    0%   {margin-top: 0px;}
    50%  {margin-top: 20px;}
    100% {margin-top: 0px;}
}

#tintuc_nb{
	width: 100%;
	display: inline-block;
	min-height: 450px;
	padding-top: 70px;
}
#tintuc_nb .tintuc_sub{
	width: 278px;
	display: inline-block;
	float: left;
	margin-left: 25px;
}
#tintuc_nb .tintuc_sub .img{
	height: 208px;
	padding:7px;
	width: 268px;
	border:thin #fff dashed;
	border-radius:15px;
}
#tintuc_nb .tintuc_sub .img img{
	border-radius:15px;
	border:thin #fff solid;
	width: 100%;
	height: 100%;
}
#tintuc_nb .tintuc_sub h3{
	margin-top: 15px;
	color: #000;
	font-size: 20px;
	font-family: 'lubalin';
	text-align: center;
}
#tintuc_nb .tintuc_sub:first-child{
	margin-left: 0px;
}
#tintuc_nb #load_tintuc{
	width: 100%;
}
#tintuc_nb .pagination{
	border-top:thin #fff solid;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	padding-top: 10px;
	text-align: right;
}
#tintuc_nb .pagination .total{
	display: none;
}
#tintuc_nb .pagination li{
	display: inline-block;
	padding: 0px 5px;
	color: #0067D6;
	cursor: pointer;
	font-family: 'roboto';
}
#tintuc_nb .pagination li.actived{
	background: #0067D6;
	color: #fff;
	border-radius:10px;
}
#tuyendung_nb{
	width: 100%;
	min-height: 450px;
	padding-top: 70px;
}
#tuyendung_nb .content{
	background: rgba(255,255,255,0.7);
	width: 1170px;
	display: inline-block;
	padding: 25px 30px;
	position: relative;
}
#tuyendung_nb .content .xemthem{
	background: url(../images/xemthem.png) no-repeat center;
	width: 116px;
	height: 34px;
	position: absolute;
	    bottom: 60px;
    right: 30px;
}
#tuyendung_nb .content img{
	float: left;
	height: 343px;
	width: 452px;
	margin-right: 25px;
}
#tuyendung_nb .content .mota{
	display: inline;
}
#tuyendung_nb .content h2{
	color: red;
	font-family: 'lubalin';
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
}

#tuyendung_nb .content .mota{
	clear: both;
	position: relative;
	    font-size: 13px;
    line-height: 24px;
}
#tuyendung_nb .content .more{
	text-align: center;
	font-size: 13px;
	margin: 0 auto;
}
#tuyendung_nb .content .more span{
	padding-left: 15px;
	margin-left: 15px;
}
#tuyendung_nb .content .more span#name{
	background: url(../images/icon_peole.png) no-repeat left center;
}
#tuyendung_nb .content .more span#time{
	background: url(../images/icon_time.png) no-repeat left center;
}
#gioithieu_nb{
	padding-top: 70px;
	min-height: 450px;
	width: 100%;
	display: inline-block;
	overflow:hidden;
}
#gioithieu_nb .content{
	width: 100%;
	display: inline-block;
	text-align: center;

}
#gioithieu_nb #content_main{
		height: 400px;
		width: 100%;
}
#gioithieu_nb #content_main .gioithieu_sub{
	width: 100%;
	height: 90%;
	display: inline-block;
	padding-bottom: 10%;
}
#gioithieu_nb #content_main .gioithieu_sub .img{
	float: right;
	max-height: 100%;
	width: 50%;
}
#gioithieu_nb #content_main .gioithieu_sub .mota{
	float: left;
	width: 50%;
	height: 100%;
	display: inline-block;

}
#gioithieu_nb .content #img_main{
	height: 100%;
	width: 100%;
}
#gioithieu_nb .content ul#select{
	display: inline-block;
	background: #0B7EC0;
	border:thin #fff solid;
	border-radius:5px;
	margin-top: -22px;
}
#gioithieu_nb .content ul#select li{
	line-height: 45px;
	padding: 0px 100px;
	text-align: center;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}
#gioithieu_nb .content ul#select li .thumb{
	position: absolute;
	bottom: -140px;
	height: 130px;
	width: 130px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
#gioithieu_nb .content ul#select li:hover .thumb{
	bottom: 50px;
}
#gioithieu_nb .content ul#select li.actived p{
color: yellow;
}
#gioithieu_nb .content ul#select li p{
	color: #fff;
	font-family: 'lubalin';
	font-size: 20px;
}
#gioithieu_nb .content ul#select li:after{
	content: '';
	height: 100%;
	width: 22px;
	background: url(../images/line_tintuc.png) no-repeat center;
	position: absolute;
	top: 0px;
	right: -11px;
}
#gioithieu_nb .content ul#select li:last-child:after{
	display: none;
}
/*end right*/
/*title_main*/
.title_main{
	line-height: 65px;
	margin-bottom: 30px;
	clear: both;
	width: 100%;
	display: inline-block;
	}

.title_main h2{
padding: 0px 30px;
background: linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
	background: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
	background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
	background: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
float: right;
color: #0067D6;
font-family: 'lubalin';
text-transform: uppercase;
font-size: 31px;
}
.title_main2{
	border-radius:5px 5px 5px 5px ;
	width:100%;
	height:30px;
	background:#8E589C;
	text-align:center;
	color:white;
	font-size:15px;
	line-height:30px;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:15px;
	
}
/* end title_main*/
.hover_transition{
-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.content_main{
	width:1200px;
	margin:0 auto;
	
}

.chitietsanpham{
	color:black;
	width: 100%;
	display: inline-block;
}
/*product*/
.margin_right{
	margin-right: 15px;
}
.product{
	display: inline-block;
	width: 195px;
	position:relative;
	cursor:pointer;
	margin-bottom: 10px;
	margin-top: 10px;

}
.product .product_img{
	background:white;
	width:100%;
	height:142px;
	position:relative;
	border:5px #F0F0F0 solid;
}
.product .product_img:before{
	content: '';
	width: 100%;
	height: 13px;
	background: url(../images/bottomsp.png) no-repeat top center;
	background-position: 100% 100%;
	position: absolute;
	bottom: -18px;
	left: 0px;
}
.product .product_img  img{
	-webkit-transition:all 0.7s;
	-moz-transition:all 0.7s;
	-o-transition:all 0.7s;
	transition:all 0.7s;
	height:100%;
	width:100%;
}
.product .product_img:hover img{
	opacity:0.5;
}
.product h3{
	color: #464646;
	font-size:16px;
	line-height: 25px;
	text-align: center;
	font-family: 'roboto';
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.product p{
	text-align: center;
	color: red;
	font-size: 15px;
}
.product .chitiet{
	height: 25px;
	width: 100%;
	display: inline-block;
	background: url(../images/chitiet.png) no-repeat center;
	margin-bottom: 10px;
}

/*end product*/
/*footer*/
#footer{
padding-top: 130px;
display: inline-block;
margin-bottom: 50px;
position: relative;
}
#footer #copyright{
	position: absolute;
	bottom: -10px;
	left: 0px;
	z-index: -1;
	display: none;
}
#footer .container{
	width: 1160px;
	background: rgba(255,255,255,0.6);
	box-shadow: 0px 0px 3px #999;
	padding: 30px;
	border-radius:5px;
	padding-bottom: 150px;
	text-align: left;

}
#footer .container .thongtin{
	float: left;
	font-family: 'lubalin';
	color: #0475B6;
	width: 40%;
}
#footer .container .thongtin #name{
	
	font-size: 25px;
	text-transform: uppercase;
}
#footer .container .thongtin li{
	padding-left: 30px;
	margin-top: 15px;
	font-size: 14px;
}
#footer .container .thongtin #diachi{
	background: url(../images/icon_diachi.png) no-repeat left center;
}
#footer .container .thongtin #dienthoai{
	background: url(../images/icon_phone.png) no-repeat left center;
}
#footer .container .thongtin #email{
	background: url(../images/icon_mail.png) no-repeat left center;
}
#footer .container .thongtin #website{
	background: url(../images/icon_global.png) no-repeat left center;
}
#footer #mangxh{
	margin-top: 20px;
}
#footer #mangxh img{
	height: 40px;
	width: 43px;
	margin: 0px 1px;
	float: left;
}
#footer #lienhe_footer{
	width: 270px;
	float: right;
}
#footer #lienhe_footer .mota{
	font-size: 13px;
	font-family: 'roboto';
	color: #0475B6;
	margin-bottom: 20px;
}
#footer #lienhe_footer .input{
	width: 100%;
	margin-top: -1px;
	border:thin #b9b9b9 solid;
	text-indent: 10px;
	line-height: 25px;
}
#footer #lienhe_footer #hotenf{
	border-radius:5px 5px 0px 0px;
	background:#fff url(../images/icon1.png) no-repeat 250px center;

}
#footer #lienhe_footer #emailf{
	background:#fff url(../images/icon2.png) no-repeat 250px center;
}
#footer #lienhe_footer #dienthoaif{
	background:#fff url(../images/icon3.png) no-repeat 250px center;
}
#footer #lienhe_footer #congtyf{
	border-radius: 0px 0px 5px 5px;
	margin-bottom: 10px;
	background:#fff url(../images/icon4.png) no-repeat 250px center;
}
#footer #lienhe_footer #noidungf{
	border-radius:5px;
	height: 70px;
	margin-bottom: 10px;
}
#footer #lienhe_footer #sb_nhantin{
	float: left;
	height: 24px;
	width: 47px;
	background: url(../images/tbsend.png) no-repeat center;
	border:none;
	cursor: pointer;
}
#footer #lienhe_footer #rs_nhantin{
	float: right;
	height: 12px;
	cursor: pointer;
	width: 43px;
	background: url(../images/btclear.png) no-repeat center;
	border:none;
}
/*end footer*/
/*top*/
#top{
	background:url(../images/top.png) no-repeat;
	height:52px;
	width:52px;
	position:fixed;
	bottom:30px;
	right:50px;
}
/*end top*/

/*page*/
.page,
.phantrang span,
.phantrang a{
	padding:5px 8px;
	border:thin #c3c3c3 solid;
	background:#038D3E;
	color:#fff ;
	font-weight:bold;
	font-size:12px;
	
}
.phantrang{
	margin-top:5px;
	margin-bottom: 10px;
	text-align:center;
	width: 100%;
}
.phantrang span{
background:#5E5E5E;
color:#fff;
}
/*end phan trang*/
.mangxh{
	width:100%;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px #b1b1b1  solid;
}
#chitietduan{
	width:99%;
	height:auto;
	padding:10px;
}

.hover_color:hover{
	background:#b1b1b1;
}
.hover_color:hover a{
	color:white !important;
}
.transition{
-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
/*bong mo*/
.bong_mo{
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	height:0px;
	width:0px;
	border-radius: 50% 50% 50% 50% ;
	background:rgba(255,255,255, 0.5);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.slsp_noibat_img:hover.bong_mo{
	width:150%;
	height:150%;
	top:-25%;
	left:-25%;
}
.bong_mo2{
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	height:0px;
	width:0px;
	background:rgba(10,100,10, 0.4);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
/*end bong mo*/

#wrap_guong{
width:100%; 
min-height:400px;
float:left; 
margin-bottom:10px; 
margin-right:10px;
border:1px #b1b1b1 solid;
}
#guong{
	width:50%;
	min-height:350px;
	float:left;
	text-align: center;
}
#guong .thumb{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
#guong .thumb img{
	width: 60px;
}
#guong img{
	max-width: 100%;
	display: inline-block;
}
.product_info{
	width:48%;
	float:right;
	list-style: none;
}
.product_info li{
	border-bottom:1px #000 dotted;
	line-height:30px;
	padding:5px 0px;
	color:black;
	font-size:15px;
	float:left;
	min-width:100%;
}
.product_info li p{
	
}
.product_info li span{
	
}
.content{
width: 100%;
display: inline-block;
}
/*tabs*/

#tabs {
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabs li {
    margin: 0;
    padding: 0;
    float: left;
}

#tabs a {
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    background: #017BF7;
    background: linear-gradient(220deg, transparent 10px, #017BF7 10px);
    background: -moz-linear-gradient(220deg, transparent 10px, #017BF7 10px);
    background: -webkit-linear-gradient(220deg, transparent 10px, #017BF7 10px);
    background: -o-linear-gradient(220deg, transparent 10px, #017BF7 10px);
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    color: #fff;
    float: left;
    font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
    height: 35px;
    padding: 0 30px;
    text-decoration: none;
}

#tabs a:hover {
    background: #3B9513;
    background: linear-gradient(220deg, transparent 10px, #3B9513 10px);     
}

#tabs a:focus {
    outline: 0;
}

#tabs #current a {
   background: #62B000;
    background: linear-gradient(220deg, transparent 10px, #62B000 10px);
    text-shadow: none;    
    color: #fff;
}

#contenttabs {
width: 100%;
    background-color: #fff;
    background-image: linear-gradient(top, #fff, #ddd);
    border-radius: 0 2px 2px 2px;
    box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
    padding: 20px;
}
/*end tabs*/
.doitac img{
	margin: 5px;
}
#video2{
	float: left;
}
.video_thumb{
	left: right;
}
.video_thumb img{
	height: 80px;
	width: 100px;
	margin: 5px;
	cursor:pointer;
}
.sitemap{
	padding-left: 30px;
}
.sitemap ul{
	padding-left: 30px;
	padding-top: 30px;
}
.sitemap>li{
	display: inline-flex;
	padding: 0px 5px;
}
.sitemap a{
	font-size: 16px;
	color: #000;
}
.sitemap a:hover{
	color: red;
}

.bxsliderct img{
	height: 160px;
	width: 220px;
	max-width: auto !important;
	max-height: auto !important;
}
#slogan{
	margin-bottom: 20px;
	color: #0076A3;
	font-family: 'viceroy';
	font-size: 30px;
}