/*reset*/
* {
	list-style:none;
	padding:0;
	margin:0;
}

.list-lang{ position:absolute;top: 8px;right: 197px;z-index: 9999;}
.list-lang li{ display:inline-block;margin-right: 9px;}



a {text-decoration:none;}
body {
	font-family:'Arial', 'Helvetica', 'sans-serif';
	font-size:12px;
}
/*commont*/
.text{
	text-align:justify;
	line-height:2em;
}
.text img{max-width:100%;}
.clear{
	display:block;
	clear:both;
}
.my_table{display:table;}
.my_row{display:table-row;}
.my_cell{display:table-cell;}
/*gio hang*/
.table_giohang{
	border:1px solid #d0d0d0;
}
.table_giohang .title_giohang td{
	 background: #fafafa;
}
.btn_delete_giohang{
	display: inline-block;
	width: 20px;
	height:20px;
	border-radius: 50px;
	line-height: 20px;
	color:#000;
	border:1px solid #d0d0d0;
}
.btn_delete_giohang:hover{
	border:1px solid #000;
}

.table_giohang td{
	border-width: 0 1px 1px 0;
    border-style: solid;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
   
    padding: 13px 20px;
    border-color: #d0d0d0;
}
.table_giohang td:last-child{
	border-right:0px;
}
.table_giohang tr:last-child td{
	border-bottom: none;
}
.box-basket-img{
	width: 70px;
	height:70px;
	overflow: hidden;
	float:left;
}
.box-basket-img img{
	width: 70px;
}
.box-basket-name {
	float: left;
	margin-left: 10px;
	width: 128px;
	text-align: left;
}
.box-basket-name h2{
	font-size: 13px;
	font-weight: normal;
}
.contain_number_giohang{
	display: inline-block;
}
.minus_giohang{
	display: inline-block;
	float: left;
	width: 20px;
	height: 28px;
	border:1px solid #d0d0d0;
	border-right:none;
	line-height: 28px;
}
.plus_giohang{
	display: inline-block;
	float: left;
	width: 20px;
	height: 28px;
	border:1px solid #d0d0d0;
	border-left:none;
	line-height: 28px;
}
.number_giohang{
	display: inline-block;
    float: left;
    text-align: center;
    height: 28px;
    line-height: 28px;
    width: 36px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    border:1px solid #d0d0d0;
}
.gia_giohang{
	color: #cb0000;
    font-size: 16px;
    font-weight: bold;
}

.box_tongdonhang{
	 border:1px solid #d0d0d0;
	 max-width: 400px;
	 margin-top: 20px;
}
.title_tongdonhang{
	padding:7px 15px;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
}
.title_tongdonhang h2{
	text-transform: uppercase;
	color: #AD0000;
	font-size: 13px;
}
.body_tongdonhang{
	padding: 7px 15px;
}
.table_tongdonhang{
	width: 100%;
}
.table_tongdonhang .my_row .my_cell:last-child{
	text-align: right;
}
.button_tonggiohang{
	width: 100%;
	text-align: center;
	border-color: #d8d8d8;
    color: #505050;
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #ffffff , EndColorStr= #e9e9e9 );
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
    background: -webkit-linear-gradient(#ffffff, #e9e9e9);
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
    background: -ms-linear-gradient(#ffffff, #e9e9e9);
    background: -o-linear-gradient(#ffffff, #e9e9e9);
    background: linear-gradient(#ffffff, #e9e9e9);
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: inline-block;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    border-width: 1px 1px 2px;
    border-style: solid;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
    margin-bottom: 5px;
}
.button_tonggiohang:hover{
	 background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e9e9e9  , EndColorStr=#ffffff );
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));
    background: -webkit-linear-gradient(#e9e9e9, #ffffff);
    background: -moz-linear-gradient(top, #e9e9e9, #ffffff);
    background: -ms-linear-gradient(#e9e9e9, #ffffff);
    background: -o-linear-gradient(#e9e9e9, #ffffff);
    background: linear-gradient(#e9e9e9, #ffffff);
}
.button_tonggiohang_gui{
	color:#fff;
	background: #e43a1b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f24925 , EndColorStr= #d62b10 );
    background: -webkit-gradient(linear, left top, left bottom, from(#f24925), to(#d62b10));
    background: -webkit-linear-gradient(#f24925, #d62b10);
    background: -moz-linear-gradient(top, #f24925, #d62b10);
    background: -ms-linear-gradient(#f24925, #d62b10);
    background: -o-linear-gradient(#f24925, #d62b10);
    background: linear-gradient(#f24925, #d62b10);
}

.button_tonggiohang_gui:hover{
	background: #e43a1b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #d62b10 , EndColorStr= #f24925 );
    background: -webkit-gradient(linear, left top, left bottom, from(#d62b10), to(#f24925));
    background: -webkit-linear-gradient(#d62b10, #f24925);
    background: -moz-linear-gradient(top, #d62b10, #f24925);
    background: -ms-linear-gradient(#d62b10, #f24925);
    background: -o-linear-gradient(#d62b10, #f24925);
    background: linear-gradient(#d62b10, #f24925);
}
.table_guidonhang{
	max-width: 400px;
}
.table_guidonhang .input{
	height: 20px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    width:100%;
}
.table_guidonhang textarea{
	height: auto !important;
}
/*TOP*/
#top{
	color:#FFF;
	font-weight:500;
	text-align:center;
	position:fixed;
	bottom:4px;
	right:10px;
	display:none;
	cursor:pointer;
	}
#top:hover{}

/*++++++++++Lien he+++++++++++*/
.tablelienhe{margin:20px 0px;}
.tablelienhe span {color:#F00;}
.tablelienhe .my_cell {
	padding:5px 0px;
	vertical-align:top;
}

.tablelienhe .input {
	height: 30px;
    padding: 5px;
    background: #fff;
    border: 1px solid #cbcbcb;
    line-height: 24px;
    color: #666;
    font-size: 12px;
    box-sizing:border-box;
    padding: 5px 10px;
    width: 100%;
}
.tablelienhe textarea{
	 padding: 5px;
}
.tablelienhe .title {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase
}
.button{
	display:inline-block;
	padding:3px 10px;
	border:1px solid #f00;
	cursor:pointer;
	background:#f00;
	color:#fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.button:hover{
	background:#fff;
	color:#f00;
}
/*inner*/
.inner{
	width:1200px !important;
	margin:0 auto !important;
	position:relative !important;
}
/*header*/
#header{height:155px;;background:#fff;width: 1349px;overflow: hidden;margin: 0 auto;}
/*banner*/
#banner{height:155px;}
#banner h1{
	width:0px;
	height:0px;
	text-indent:-9999px;
	position:absolute;
}
.logo{position:absolute;top:0px;left: 80px;}
.hotline_top{
	font-size:16px;
	color:#f00;
	padding-left:52px;
	background:url(images/icon-phone.png) 0px 0px no-repeat;
	position:absolute;
	right:0;
	top:58px;
}
.social_top{
	position:absolute;
	right:0;
	top:10px;
}
/*menu top*/
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoRegular.woff2') format('woff2'),
         url('fonts/RobotoRegular.woff') format('woff'),
         url('fonts/RobotoRegular.ttf') format('truetype'),
         url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'RobotoCondensedRegular';
    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');
}



#menu{height:45px;background:url(images/bg_menu_03.png) top left repeat-x;width: 100%;}
#menu ul li{float:left;position:relative;}
#menu .inner > ul > li{
	padding-bottom: 8px;
}
#menu ul li a{
	line-height:37px;
	font-size:16px;
	padding: 0px 28px;
	color:#fff;
	display:block;
	font-family: 'RobotoCondensedRegular';
	text-transform: uppercase;
}
#menu > .inner > ul > li > a{
	background: url(images/line_menu_03.png) left center no-repeat;
}
#menu ul li.menu_active a,#menu ul li a:hover{color:#ff0;}

#menu ul li ul{
	width:230px;
	position:absolute;
	top:100%;left:0;
	display:none;
	z-index:9999;
}
#menu ul li ul li{
	background: #EE3700;
	display:block !important;
	float:none;
	border-bottom:1px solid #fff;
}
#menu ul li ul li a{
	background:none !important;
	color:#fff !important;
	line-height:normal !important;
	padding: 10px 25px;}
#menu ul li ul li a:hover{color:#ff0 !important;}
#menu ul li ul li ul{top:0;left:100%;}
/*search*/
#search{
	width:258px;
	height:33px;
	background:url(images/bg_search_03.png) 0px 0px no-repeat;
	position:absolute;
	right:0;
	top:2px;
	padding-left: 30px;
	box-sizing:border-box;
}
#search input[type="text"]{
	outline:none;
	background:none;
	border:none;
	height:33px;
	width:180px;
}
#search #btn{
	height:28px;
	width:30px;
	cursor:pointer;
	float:right;
	position:absolute;
	right:0;
	top:0;
}
/*slider*/
#slider{
	margin:auto;
	position:relative;
	margin-bottom:20px;
}
.contain_box_skitter{width:1349px;margin:auto;}

/*left*/
#left{width:240px;float:left;}
.sub_left{margin-bottom:20px;border:1px solid #d9d7d7;
	padding-top: 50px;
	position: relative;
}
.title_left{
	width: 245px;
	position: absolute;
	background: url(images/bg_title_left.png) top left no-repeat;
	top:-6px;
	height: 52px;
	left: -5px;
}
.title_left h2{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:27px;
	margin-top: 18px;
	font-family: 'RobotoCondensedRegular';
	padding-left: 15px;
}


.img_top_hotro{
	text-align: center;
}

.hotline_hotro_left{
	padding: 0px 15px;
}
.name_hotline_left{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-left: 22px;
}
.name_hotline_left:before{
	content: url(images/icon_hotline_left.png);
	position: absolute;
	left:-22px;
}
.hotline_left{
	font-size: 20px;
	font-weight: bold;
	color:#fe0000;
}
.img_top_hotro{
	margin-bottom: 10px;
}
.item_yahoo_left{
	padding: 15px 20px;
	border-top: 1px solid #e6e6e6;
}
.row_yahoo img{
	vertical-align: middle;
	margin-right: 5px;
}
.row_yahoo{
	color:#3853a4;
	font-size: 15px;
}
.top_hotro_left{
	margin-bottom: 10px;
}
.row_dienthoai{
	padding-left: 30px;
	background: url(images/icon_phone.png) left center no-repeat;
	margin-top: 10px;
	color:#4a4a4a;
	font-size: 14px;
}
.row_email{
	padding-left: 30px;
	background: url(images/icon_email.png) left center no-repeat;
	margin-top: 10px;
	color:#4a4a4a;
	font-size: 14px;
}



.contain_news_left{
	padding: 0px 7px;
}
.img_tintuc_left{
	width: 64px;
	float: left;
	padding: 2px;
	background: #fff;
	border:1px solid #d9d7d7;
}
.img_tintuc_left img{
	width: 100%;
}
.name_tintuc_left{
	width: 150px;
	float: right;
}
.name_tintuc_left h2{
	font-size: 12px;
	color:#646464;
}
.name_tintuc_left h2:hover{color:#f00;}
.des_tintuc_left{
	font-size: 12px;
	color:#646464;
	margin-top: 5px;
	width: 150px;
	float: right;
}
/*menu left*/
@font-face {
    font-family: 'SFUEurostileCondensed';
    src: url('fonts/SFUEurostileCondensed.eot');
    src: url('fonts/SFUEurostileCondensed.eot') format('embedded-opentype'),
         url('fonts/SFUEurostileCondensed.woff2') format('woff2'),
         url('fonts/SFUEurostileCondensed.woff') format('woff'),
         url('fonts/SFUEurostileCondensed.ttf') format('truetype'),
         url('fonts/SFUEurostileCondensed.svg#SFUEurostileCondensed') format('svg');
}

.menu_left ul{background:#fff;}
.menu_left ul li{position:relative;}
.menu_left ul li a{
	font-size:16px;
	color:#585858;
	display:block;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;
	padding-left: 35px;
	background: url(images/icon_menu_left.png) 22px center no-repeat;
	font-family: 'SFUEurostileCondensed';
}
.menu_left ul li a:hover{
	color:#f00;
}
.menu_left ul li ul{
	display:none;
	width:100%;
}
.menu_left ul li ul li a{
	padding-left: 45px;
	background: url(images/icon_menu_left.png) 32px center no-repeat;
}
/*main*/
#main{width:935px;float:right;}
.sub_main{
	margin-bottom: 20px;
}
.title_main{
	height:41px;
	margin-bottom:10px;
	border-bottom: 1px solid #444648;
}
.title_main h2{
	color:#fff;
	line-height:41px;
	font-weight:normal;
	background:url(images/bg_title_mainn_03.png) top left repeat-x;
	padding-left: 40px;
	display: inline-block;
	position: relative;
	min-width: 180px;
	padding-right: 20px;
	font-size: 17px;
	font-family: 'RobotoCondensedRegular';
	text-transform: uppercase;
	padding-top: 3px;
	bottom: -1px;
}
.title_main h2:after{
	content: url(images/before_title_main_03.png);
	position: absolute;
	left:0px;
	top:0px;
}

.title_main h2:before{
	content: url(images/after_title_main_03.png);
	position: absolute;
	left:100%;
	top:0px;
}


.img_gioithieu{
	float: left;
	width: 336px;
}
.des_gioithieu{
	width: 585px;
	float: right;
	line-height: 22px;
	font-size: 13px;
	color:#606060;
	text-align:justify;
}


/*css simplycroll*/
.vert,.vert .simply-scroll-clip{
	height: 230px !important;
	width: 100% !important;
}
.vert .simply-scroll-list li{
	width: 100% !important;
	height: auto !important;
	padding: 10px 0px;
	border-bottom: 1px dotted #c7c7c7;
}
.vert .simply-scroll-list li img{
	max-width: 100% !important; 
}

/*product*/
.box_sanpham{
	float:left;
	width:220px;
	margin-bottom:15px;
	
}
.img_sanpham{
	text-align:center;
	overflow:hidden;
	border:1px solid #f0efe6;
}
.img_sanpham:hover img{
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.img_sanpham img{
	width:100%;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

.name_sanpham{
	text-align:center;
	text-transform:capitalize;
	font-size:15px;
	margin-top:5px;
}
.name_sanpham h2{font-size:13px;color:#666666;font-weight: normal; height:35px;}
.box_name_sanpham{
	background: #fafafa;
	padding: 15px 10px;
	text-align: center;
	border:1px solid #f0efe6;
	margin-top: 1px;
}
.gia_sanpham{text-align:center;margin-top:5px;font-size:13px;color:#666666;}
.gia_sanpham span{color:#f00;}
.more_sanpham{text-align:center;margin-top:5px;}
.more_sanpham a{
	background:#2A8FED;
	display:inline-block;
	padding:7px 20px;
	color:#fff;
	font-weight:bold;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.more_sanpham a:hover{color:#000;background:#ff0;}
/*product detail*/

.img_detail{
	float:left;
	width:300px;
}

.contain_des_detail{
	float:right;
	width:615px;
}


.item_detail{
	padding: 10px 0px;
	border-bottom:1px dashed #cdcdcd;	
}
.bottom_detail{
	margin-top: 20px;
}

/*tab*/
.item_tab{
	display: inline-block;
	padding: 10px 25px;
	background: #2A8FED;
	color:#fff;
	font-weight: bold;
	border:1px solid #2A8FED;
	border-bottom: none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	margin-bottom: -1px;
}
.item_tab:hover,.item_tab_active{
	background: #fff;
	color:#000;
	border: 1px solid #2A8FED;
	border-bottom: 1px solid #fff;
}

.contain_content_tab{
	padding: 10px;
	text-align: justify;
	line-height: 22px;
	font-size: 13px;
	border:1px solid #2A8FED;
}
.content_tab{
	display: none;
}
.content_tab_active{
	display: block;
}
/*tin t?c*/
.box_news{
	display:block;
	clear:both;
	padding:10px 0px;
	border-bottom:1px dashed #cdcdcd;
}
.box_news_img{
	width:175px;
	float:left;
	overflow:hidden;
}
.box_news_img:hover img{
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.box_news_img img{
	width:175px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.box_news_name{width:745px;float:right;}
.box_news_name h3 a{
	color:#000;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.box_news_name h3 a:hover{
	color:#f00;
}
.box_news_mota{
	text-align:justify;
	line-height:22px;
	width:745px;
	float:right;
	margin-top:5px;
}
.box_news_readmore{
	width:745px;
	text-align:right;
	float:right;
}
.box_news_readmore a:hover{
	background:#000;
}
.box_news_readmore a{
	display:inline-block;
	padding:10px 20px;
	background: #FF3600;
	color:#fff;
	font-weight:bold;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

.box_news_other{
	display: block;
	clear:both;
	margin-top: 20px;
}
.title_news_other{
	text-transform: uppercase;
	color: #FF3600;
	font-size: 12px;
	font-weight: bold;
	margin-top: 44px;
}
.list_news_other li a{
	color:#000;
	font-size: 14px;
}
.list_news_other li a:hover{
	color:#f00;
}
/*footer*/
#footer{background:url(images/bg_footer_02.png);padding:15px 0px;}
.left_footer{
	width: 565px;
	float: left;
}
.social_footer a:not(:first-child){
	margin-left: -10px;
}
.social_footer{
	margin-top: 15px;
}
.right_footer{
	width: 350px;
	float: right;
	text-align: right;
}
.title_footer h3{
	font-size: 16px;
	color:#fff;
	font-weight: normal;
	font-style: italic;
}
.content_footer{
	margin-top: 15px;
}
.copy_right{
	font-size: 13px;
	color:#fff;
	background: #ff3600;
	padding: 13px 0px;

}
.left_copy_right{
	width: 600px;
	float: left;
}
.right_copy_right {
	text-align: right;
}
.right_copy_right ul li{
	display: inline-block;
	padding: 0px 15px;
	border-right:1px solid #fff;
}
.right_copy_right ul li:last-child{
	border: none;
	padding-right: 0px;
}
.right_copy_right ul li span{
	font-weight: bold;
	color:#ff0;
}
/*pagination*/
.pagination{width:100%;text-align:center;}
.pagination a{width:25px;height:25px;border:1px solid #b4b4b4;border-radius:3px;line-height:25px !important;background:#ebebeb;display:inline-block;vertical-align:top;color:#717171;font-size:12px;}
.pagination span{width:25px;height:25px;border:1px solid #b4b4b4;border-radius:3px;line-height:25px  !important;background:#fff;display:inline-block;vertical-align:top;color:#717171;font-size:12px;}


.box_video{
	width: 210px;
	margin: 0 auto;
}
#list_video{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#owl_dichvu,.owl-wrapper-outer{
	padding-bottom: 38px;
}

.item_dichvu{
	padding: 9px;
	border:1px solid #d9d7d7;
	background: #fff;
	width: 290px;
	box-sizing:border-box;
	float: left;
	box-shadow: 5px 5px #ebebeb;
	position: relative;
	padding-bottom: 38px;
}
.img_item_dichvu img{
	width: 100%;

}

.name_item_dichvu{
	font-family: 'SFUEurostileCondensed';
	font-size: 18px;
	color:#313131;
	text-transform: uppercase;
	text-align: center;
	margin-top: 6px;
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 7px;
	height: 32px;
	overflow: hidden;
	line-height: 34px;
}
.des_item_dichvu{
	font-size: 13px;
	line-height: 20px;
	color:#5c5b5b;
	text-align: justify;
	margin-top: 5px;
}
.more_dichvu{
	position: absolute;
	height: 38px;
	line-height: 38px;
	width: 102px;
	background: #545454;
	display: block;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color:#fff;
	border-radius: 5px;
	box-shadow: 0px 3px 0px #333333;
	left: 50%;
	bottom: -19px;
	margin-left: -51px;
}
.more_dichvu:hover{
	background: #eb0000;
	box-shadow: 0px 3px 0px #a10000;
}

.line_tuvankythuat{
	height: 8px;
	background: url(images/line_tuvan_15.png) top left;
	margin-bottom:30px;
}

.title_tuvankythuat{
	text-align: center;
	height: 45px;
}
.title_tuvankythuat h2{
	position: relative;
	display: inline-block;
	background: url(images/bg_title_tuvan.png) center center no-repeat;
	font-family: 'RobotoCondensedRegular';
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
	line-height: 45px;
	width: 100%;
	font-weight: normal;

}

.name_tuvankythuat{
	font-size: 15px;
	text-transform: uppercase;
	color:#000;
	font-weight: normal;
}
.des_tuvankythuat{
	font-size: 13px;
	color:#555454;
	line-height: 20px;
	margin-top: 10px;
	text-align: justify;
}

.item_tuvankythuat{
	padding-right: 40px;
}
.left_tuvankythuat{
	width: 895px;
	float: left;
}
#owl_tuvankythuat{
	width: 900px;
}
.right_tuvankythuat{
	width: 300px;
	float: right;
	position: relative;
}
.content_tuvankythuat{
	margin-top: 30px;
}
.more_tuvankythuat{
	text-align: right;
	margin-top: 5px;
}
.more_tuvankythuat a{
	color:#ff0000;
	display: inline-block;
	font-size: 12px;
}
.more_tuvankythuat a:hover{
	color:#00f;
}

.menu_footer{
	background:url(images/footer.png) no-repeat;
	text-align: center;
	padding: 13px 0px;

}
.menu_footer ul li{
	display: inline-block;
}
.menu_footer ul li a{
	font-size: 12px;
	color:#fff;
	text-transform: capitalize;
	padding: 0px 30px;
	border-right: 1px solid #fff;
}
.menu_footer ul li:last-child a
{
	border:none;
}