@charset "utf-8";
@font-face {
    font-family:'RobotoCondensed-Regular';
  
    src:url('../fonts/RobotoCondensed-Regular.ttf') format('truetype') ;
      font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family:'RobotoCondensed-Bold';
  
    src:url('../fonts/RobotoCondensed-Bold.ttf') format('truetype') ;
      font-weight: normal;
  font-style: normal;
}

.icon-chevron-right:before{content:'\f488'}
body {
font-family: Arial; 
font-size: 12px;
line-height: 1.5;
width: 100%;
}
.view_dv
{
	float:right;
	

}
.bottom1 {
    background: #0093DD;
    /* position: fixed; */
    bottom: 0px;
    height: 40px;
    /* margin-bottom: -40px; */
    width: 100%;
}
.goidien {
    float: left;
    margin-right: 10px;
}
.goidien img{vertical-align:middle;margin:0 10px;}
.goidien a{color:#fff;font-size:16px;}
.doigd {
text-align:center;
    line-height: 40px;
}
.doigd a{
font-size:15px;
    color: #fff;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.box_utility ul {
	margin:10px auto;
 
  list-style:none;
}

.box_utility ul li a {
	color:#000;
 
  list-style:none;
}
.view_dv a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:16px;
	line-height:20px;
}
.view_dv a:hover
{
	color:#004676;
	
}
h3.gform_title
{
	font-family:Arial, Helvetica, sans-serif;
	color: #004676;
}
*
{
	margin:0;
}

a, ul, li {
text-decoration: none;
}
.clear
{
	clear:both; 
}
#banner_main {
    position: relative;
    margin: 0 auto;
    width: 100%;
    /*background: #fdbedf url(../images/bg_banner.png) no-repeat top;*/
    background: url(../images/bg_banner.png) no-repeat top;
}
.banner_top
{
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.banner_flash {
	position: relative;
    float: left;
    width: 50%;
    margin: 38px 0px;
    margin-top: 15px;
}
.banner_thongtin {
    position: relative;
    width: 100%;
    padding: 4px 0px;
	background:#FDBEDF;
}
.banner_thongtin_content{ width:1200px; margin:auto;}
.banner_thongtin img {
    float: left;
    padding: 3px 4px;
}
.hotline_top {
    position: relative;
    float: left;
}
.hotline_top b
{
	color: #0093dd;
    font-weight: normal;
}
.hotline_top span
{
    color: #d40054;
    font-size: 14px;
    font-weight: bold;
}
.datmua_top {
	float: right;
   position:relative;
   color:#28166f;
   line-height:26px;
}
.datmua_top a {
    color:#28166f;
}
.datmua_top span {
    color:#b70058;
}
.lang_con {
    float: right;
}

div#search_frm_vi {
    bottom: 55px;
    position: absolute;
    right: 102px;;
}
input#search_input {
    padding: 12px;
    width: 400px;
    border-radius: 5px;
    border: 1px solid #efefef;

}
div#search_frm_ge {
    top: 43%;
    position: absolute;
    right: 21%;
}
.img_search {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fe1f6e;
    padding: 10px 24px;
    border-radius: 0px 5px 5px 0px;
}
a#tnSearch {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
#bg_menu_bottom
{
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 0px;

}
div#menu
{
    margin: 0px auto;
    top: -22px;
    width: 1200px;
    position: relative;
    /*background-color: #f3a4c0;*/
    border-radius: 5px;
    border: 1px solid #f9c6d8;
} 

div#menu ul
{
	position:relative;
	padding:0;
	list-style:none;
}
div#menu ul li
{
    float: left;
    padding: 10px 8px;
    position: relative;
    border-right: 1px solid #f9c6d8;
}
div#menu ul li:hover
{
	background:#f26194;
	
}
div#menu ul li.active
{
	background:#f26194;
	
}
div#menu ul li a
{
	color: #d71c5e;
    font-family: RobotoCondensed-Regular;
    font-size: 15px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 0px 25px;
}
div#menu ul li:hover a
{
	color:#fff;
}
div#menu ul li a.active
{
	/* color:#fff; */
}
div#menu ul li ul,div#menu ul li:hover ul ul,div#menu ul li ul li:hover ul ul,div#menu ul li ul li ul li:hover ul ul
{
    background:#f26194;            
    width: 200px;
    float: left;
}
div#menu ul li div.sub_menu{
  position: absolute;
  display: none;
  left: 0px;
  top: 40px;
  z-index: 999999999999999;
  height: 300px;  
  width: 780px;

}
div#menu ul li:hover div.sub_menu
{
  display:block;
}
div#menu ul li ul li ul
{
	top:0px;
}
div#menu ul li ul li
{

    border-top: 1px solid #EF415E;
    background: none;
    height: auto;
    margin: 0 auto;
    text-indent: 10px;
    text-align: left !important;
    border-right: none;
    padding:0px;
    float: none;
}
div#menu ul li ul li:hover
{

	background:#f3a4c0;
	text-align:left !important;
}
div#menu ul li ul li a:hover
{
	color:#fff !important;
}
div#menu ul li ul li a
{
	
    height: !important;
    text-align: left !important;
    font-size: 13px;
    font-family: arial;
    display: block;
    color: #fff !important;
    margin: 0;
    padding:5px;
    background: none !important;
    border: none;
}

div#menu ul li ul li ul
{
    top: -3px !important;
    left: 216px !important;

}

div#menu ul li ul li:hover ul
{
	left:200px;
	top:0px;
	display:block;
	
}

div#menu ul li ul li ul li:hover ul
{
	left:200px;
	display:block;
	top:0px;
}
div#menu ul li ul li ul li ul li:hover ul{
    left:200px;
    display:block;
    top:0px; 
}
.bg_input span
{
font-weight: bold;
font-size: 12px;
padding-top: 5px;
margin-right: 10px;
float: left;
color: #FFF;
font-family: Tahoma, Geneva, sans-serif;
}
.bg_input .search
{
	float:right;
}
div.bg_input {
/* top: 5px; */
  line-height: 9px;
  width: 298px;
  height: 148px;
  background: url(../images/bg_search.png) no-repeat;
  float: right;
  z-index: 99;
  display: inline;
  position: relative;
  text-align: center;
  right:70px;
}
.bg_input input {

  text-indent: 12px;
  border: none !important;
  right: 0px;
  top: 10px;
  color: #00c944;
  font-size: 12px;
  padding-right: 30px;
  padding-left: 15px;
  width: 129px;
  background: #f3f3f3;
  height: 21px;
  line-height: 30px;
  margin-left: 0px;
  border-radius: 10px
}
.dienthoai
{
	float:right;
	float: right;

top: 10px;
position: relative;
}
.name_sdt {
float: left;
}
.dienthoai .name_sdt span {
font-size: 18px;
color:#0066ff;
line-height: 25px;
font-weight: bold;
}
.name_sdt b
{
color:#ee0000;
}
img
{
	border:none;
}
#search_frm_vi form
{
	border:none !important;
}
.bg_input a {
padding-top: 0px;
}

#slide_show
{
    position: relative;
    margin: 0px auto;
    width: 75%;
    float: right;
    border: 8px solid #f26194;
	z-index:1;
}

#slide_sp
{
  position: relative;
  margin: 0px auto;
  width: 100%;
  top: 0px;
  z-index: 1;
}

#sanpham_danhmuc
{
margin: 15px auto;
width: 100%;
}
.product-item{
    position: relative;
    width: 24%;
    float: left;
	height:340px;
    margin: 3px;
    background: url(../images/bg_sp.png) no-repeat;
    border: 1px solid #f1f1f1;
}
.product-item img.has-tt{
		max-width:100%;
	}
	
	.product-item .product-image{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}	
.name-sanpham  h3 > a
{
  margin-top: 24px;
  color: #E1B813;
  padding-top: 5px;
  font-weight: normal;
  font-family: UTM Aristote;
  font-size: 14px;
}
.icon_dathang
{
background:url(../img/icon_dathang.png) no-repeat left;
}

/*
.hover_shine {
	width: 100%;
    height: 100%;
    background-image: url(http://i.minus.com/iuvzYDPlYu8RR.png);
    position: absolute;
    opacity: .7;
    background-position: -265px 0;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    -webkit-transition: background-position .3s ease;
    -moz-transition: background-position .3s ease;
    -o-transition: background-position .3s ease;
    transition: background-position .3s ease;
    z-index: 124;
}

.hover_shine:hover{
    /*Final position
    background-position: 10px 0;
}
*/
a.xem_all {
    position: absolute;
    right: 18px;
    top: 9px;
    font-size: 11px;
    font-family: Roboto-Regular;
    color: #000;
}
.product-item .product-image a img{
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
	}
.product-item .cart
{
display:inline-block;
font-size: 15px;
padding: 3px;
margin-top: 10px;
}	
.product-item .product-name,.product-item .product-price{
	overflow: hidden;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    border-top: 1px solid #F1F1F1;
}
.product-item .product-name h4{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: #b61849;
    text-transform: uppercase;
}
.product-item .product-price,.product-item .cart
{
white-space: nowrap;
}
.product-item .cart a
{
font-weight: normal;
color: #fff;
background: #60c73f;
background: -moz-linear-gradient(top, #ffbc1f 0%, #fdb200 46%, #d89800 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60c73f), color-stop(46%,#60c73f), color-stop(100%,#60c73f));
background: -webkit-linear-gradient(top, #60c73f 0%,#60c73f 46%,#60c73f 100%);
background: -o-linear-gradient(top, #ffbc1f 0%,#fdb200 46%,#d89800 100%);
background: -ms-linear-gradient(top, #ffbc1f 0%,#fdb200 46%,#d89800 100%);
background: linear-gradient(to bottom, rgba(129, 228, 98, 0.79) 0%,#60c73f 46%,#36AD10 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc1f', endColorstr='#d89800',GradientType=0 );
border-radius: 4px;
padding: 5px 8px;
font-size: 15px;
}
.product-item .cart a:hover
{
background: #c00000;
background: -moz-linear-gradient(top, #c00000 0%, #c00000 46%, #c00000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00000), color-stop(46%,#c00000), color-stop(100%,#c00000));
background: -webkit-linear-gradient(top, #c00000 0%,#c00000 46%,#c00000 100%);
background: -o-linear-gradient(top, #c00000 0%,#c00000 46%,#c00000 100%);
background: -ms-linear-gradient(top, #c00000 0%,#c00000 46%,#c00000 100%);
background: linear-gradient(to bottom, #c00000,#c00000 46%,#c00000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc1f', endColorstr='#d89800',GradientType=0 );
text-decoration:none;
}

.product-item .product-name a:hover{
    color: red;
}	
.product-item .product-name p{
    color: #6f6f6f;
    font-size: 14px;
    font-weight: normal;
}

.product-item .product-name b{
    color: #e70000;
    font-size: 16px;
    font-weight: bold;
}
span.gia {
    font-size: 14px;
    color: #363636;
    text-decoration: line-through;
    padding: 0px 10px;
    font-weight: bold;
}
span.giakm {
	font-weight: bold;
    font-size: 14px;
    color: #ff0000;
    padding: 0px 0px;
}
span.giohang a {
    color: #ff0000;
    font-size: 13px;
    cursor: pointer;
}
.box-sp-price {
	position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon_sale.png) no-repeat;
    color: #a30a2f;
    font-weight: bold;
	height:58px;
	width:46px;
	line-height:72px;
	text-align:center;
}
#back-top span {
width: 48px;
height: 63px;
display: block;
margin-bottom: 7px;
background: url(../images/up-arrow.png) no-repeat left 0px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#back-top {
bottom: 60px;
cursor: pointer;
display: none;
position: fixed;
z-index: 10000;
right: 45px;
}
#back-top {
position: fixed;
bottom: 85px;
z-index: 9999;
left: 52%;
margin-left: 520px;
}
#footer {
    margin: 0 auto;
    width: 100%;
    position: relative;
   border-top: 7px solid #F4709E;
    /*background: url(../images/bg_footer.png) repeat;*/
}

#footer_bootom {
	margin: 0 auto;
    font-size: 15px;
    color: #F4709E;
    max-width: 1200px;
    height: auto;
	padding-top: 14px;
}
.menu_footer {
    position: relative;
    width: 100%;
    padding: 13px 0px;
}
.item_footer {
	position: relative;
    float: left;
    width: 333px;
    height: 188px;
    text-align: center;
    background: url(../images/bg_title_vanchuyen.png) no-repeat 26px center;
}
.item_footer img
{
	position: relative;
    margin-top: 35px;
}
.item_footer h3
{
	font-family: UTM Kabel KT;
    font-size: 24px;
    font-weight: normal;
    color: #61ae01;
    width: 60%;
    margin: 0 auto;
    line-height: 23px;
    text-transform: uppercase;
    margin-top: 4px;
}
.left_footer
{
	margin: 0 auto;
    width: 45%;
    float: left;
}
span.copy {
    font-size: 13px;
    font-family: Arial;
    float: left;
    color: #fefefe;
	margin-top: 11px;
}
.center_footer {
    float: right;
    width: 20%;
    padding: 11px;
    background-color: rgba(255, 255, 255, 0.34);
    border-radius: 8px;
     margin: 0px 200px 0px 0px;
}
.center_footer1 {
    padding: 10px;
    border: 1px dotted;
    border-radius: 8px;
}
.center_footer1 h3 {
    font-size: 18px;
    font-weight: normal;
}
.time {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
}
.center_footer1 span
{
	font-size:14px;
	color:#a4063d;
}
input#email_newsletter {
    padding: 5px;
    width: 61%;
    border: none;
    border-radius: 3px;
}
input#send_email_newsletter {
    padding: 5px 8px;
    border: none;
    background-color: #fff;
    color: #cf1857;
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.46);
}
.copy_bottom {
    background-color: rgba(243, 103, 151, 0.53);
	padding:2px 0px;
	    /* margin-bottom: 40px; */
}
.bottom1 {
	z-index: 99;
    background: #F26194;
    /* position: fixed;
    bottom: 0px;
    height: 40px; */
    /* margin-bottom: -40px; */
    width: 100%;
}
.bottom1 img{margin-top:5px;}
.copy_sub
{
	width:1200px;
	margin:0 auto;
}
.right_footer
{
	float: right;
    margin: 0 auto;
}

.right_footer ul
{
	list-style:none;
}

.right_footer ul li 
{
	font-size:14px;
    line-height: 2;
}

.thongke h3
{
	text-transform: uppercase;
    font-weight: normal;
}
.thongke ul li img
{
	margin-right:10px;
}
#ser_onl {
		position:fixed;
		bottom:0;
		width:450px;
	
		right:0;
		z-index:100;
		z-index: 10000;
	}
	.label_serv_onl {
		height: 64px;
		background: url(../images/bg_support.png) no-repeat right;
		cursor:pointer;
		}
		
	.cont_serv_onl {
		display: none;
  background: #FFF;
  font-size: 20px;
  padding: 10px 10px 10px;
  border-top: 2px solid #D6D6D6;
  border-left: 2px solid #D6D6D6;
  -moz-border-radius: 15px 0 0 0;
  -webkit-border-radius: 15px 0 0 0;
  border-radius: 15px 0 0 0;
  cursor: pointer;
  color: #4B4A4A;
	}
	.cont_serv_onl h2 {
		  font-size: 23px;
  font-family: UTMAlterGothic;
  font-weight: normal;
  text-transform: uppercase;
  color: #006795;
  margin-bottom: 10px;
  }
	#ser_onl .active {
		  background: url(../images/bg_support.png) no-repeat right;
		cursor: pointer;
	}
#main_dm_product
{
    width: 100%;
}
.mang_xh {
    margin-top: 14px;
}
.mang_xh ul li {
    float: left;
    margin: 0px 5px;
}
.mang_xh_ft {
    line-height: 0px;
    /* position: absolute; */
    margin: 0px 200px 0px 0px;
    right: 0;
    float: right;
}
.mang_xh_ft ul li {
height: auto !important;
float: none !important;
padding-right: 5px;
list-style: none;
display: inline-block;
background: none !important;
}
.mang_xh_ft ul
{

	padding:0;
	float: none !important;
}

.mang_xh_ft li img {
position: relative !important;
display:block !important;
bottom:0 !important;
left: initial !important;
}
#bottom ul {
width: auto;
padding-top: 5px;
padding-bottom: 5px;
margin: auto;
text-align: center;
}

.container
{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main{
	max-width: 1164px;
    margin: 0px auto;
    padding: 18px;
    border-radius: 8px;
    background: url(../images/bg_container.png) repeat;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.col_l {
	position: relative;
    width: 22%;
    float: left;
    border-radius: 5px;
    background-color: #f26194;    
}
.col_right {
    width: 77%;
    margin: 0 auto;
    float: right;
}
.col_r{
	width: 100%;
	float: right;
}

.col_main
{
margin: 0 auto;

width: 100%;
 margin-top: 20px;
border-radius: 10px;
margin-bottom: 10px;
}
.product-group {
    position: relative;
    width: 100%;
    float: left;
}
.product_group {
	position:relative;
    width: 78%;
    float: right;
}
/* ================= BOX CATE ================= */
.title_menu {
    border-radius: 5px 5px 0px 0px;
    background: #ed4a83;
}

h3.title_menu_h3 {
    font-family: RobotoCondensed-Bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    padding: 6px 0px;
    text-align: center;
}
.cate-pro{
    width: 100%;
    margin: 0 auto;
}

div#tab_detail {
  width: 225px;
  margin-bottom: 10px;
  background: url(../images/bgdm_left_05.png) repeat-y left,url(../images/bgdm_left_05.png) repeat-y right;
}

div#tabs {
  width: 207px;
  margin-left: 8px;
  border-left: 1px solid #EDC415;
  border-right: 1px solid #EDC415;
}

div#tabs ul
{
	  padding-left: 72px;
}

li#tab_spformat {
  font-size: 15px;
  list-style: none;
  float: left;
  margin-left: 15px;
  margin-top: 7px;
}

li#tab_spformat a
{
	  font-family: arial;
  color: #CEA10F;
}

.info-content
{
	color: #fff;
	margin-left: 9px;
}
.border_dm {
	margin: 0 auto;
    width: 98%;
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0px;
    padding-right: 1px;
    background: url(../images/bg_dm2.png) repeat top;
    margin-left: 2px;
    text-align: center;
}
.li_hotro {
    margin: 0 auto;
    width: 70%;
    text-align: left;
    line-height: 2;
}
.li_hotro b img, .li_hotro span img {
	margin-right:5px;
}

.li_hotro b
{
	color:#b6b6b6;
	font-family: Tahoma;
	font-weight:normal;
}
.li_hotro span {
    font-size: 15px;
    font-family: Tahoma;
    color: #fff;
    font-weight: bold;
}
ul.cateUl{
    margin: 0 auto;
    width: 89%;
    position: relative;
    z-index:99;
    list-style: none;
    padding: 0px;
}
ul.cateUl li{transition:all 0.3s ease;padding-left:0}
ul.cateUl li:hover{transition:all 0.3s ease;padding-left:10px}
ul.cateUl > li{
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    background: url(../images/icon_dmsp.png) no-repeat 1px 16px;
    text-indent: 18px;
    border-bottom: 1px solid #f67db3;
    padding: 10px 0px;
    z-index: 99;
}
ul.cateUl > li:hover
{
	/*background:#F3A4C0;*/
}
ul.cateUl li a{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
div.cate-pro ul li ul,div.cate-pro ul li:hover ul ul, div.cate-pro ul li ul li:hover ul ul {
    left: 225px;
    top: 0px;
    list-style: none;
    margin: 0 auto;
    position: absolute;
    display: none;
    background: #ee8daf;
    z-index: 9999999;
    width: 100%;
}
div.cate-pro ul.cateUl li ul,ul.cateUl li:hover ul ul,ul.cateUl li ul li:hover ul ul {
    left: 225px;
    top: 0px;
    padding-left: 10px;
    list-style: none;
    margin: 0 auto;
    position: absolute;
    display: none;
    background: #f1729f;
    z-index: 9999999;
    width: 100%;
}
div.cate-pro ul.cateUl li:hover > ul{ 
	display: block;
}
ul.cateUl li ul li:hover ul {
    display: block;
}
ul.cateUl li ul li ul li:hover > ul {
    display: block;
}
ul.cateUl>li>ul>li{
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background: url(../images/icon_dmsp.png) no-repeat 1px 16px;
	text-indent: 0px;
	border-bottom: 1px solid #f67db3;
	padding: 10px 0px;
}
ul.cateUl>li>ul>li:hover
{
	/*background:#F3A4C0;*/
}
ul.cateUl>li>ul>li ul li:hover
{
	/*background:#F3A4C0;*/
}
ul.cateUl>li>ul>li>ul>li {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    background: url(../images/icon_dmsp.png) no-repeat 1px 16px;
    text-indent: 18px;
    padding: 10px 0px;
}

ul.cateUl>li>ul>li>ul>li>ul>li {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    background: url(../images/icon_dmsp.png) no-repeat 1px 16px;
    text-indent: 18px;
    padding: 10px 0px;
}

ul.cateUl>li>ul>li>ul>li>a {
	text-indent: 35px;
    display: block;
    background: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
ul.cateUl>li>ul>li>a{
    text-indent: 15px;
    display: block;
    background: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
ul.cateUl > li > a.active {
}
ul.cateUl>li>ul>li>ul>li>a.active
{
}
ul.cateUl>li>ul>li>a.active{
}

ul.cateUl>li>ul>li>a:hover{
}

ul.cateUl>li>ul>li>ul>li{
	display: block;
}

ul.cateUl>li>ul>li>ul>li>a{
    text-indent: 15px;
    display: block;
    background: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

ul.cateUl>li>ul>li>ul>li>a:hover{
}

ul.cateUl>li>ul>li>ul>li>ul>li>a{
    text-indent: 35px;
    display: block;
    background: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.paging{
	text-align:center;
	margin:10px;
	
}
.paging a:link, .paging a:visited, .paging a:hover, .paging a:active{
	border:1px solid #0b395e;
	color:#FFFFFF;
	background:#000000;
	padding:1px 5px;
	font-weight:bold;
	text-decoration:none;
}
.paging a:hover{
	background-color:#fff;
	color:#2A9FE2;
}
div.show-pro {
    width: 100%;
    text-align: left;
    color: #727272;
}
div.show-pro-mau-nha {
background: #F5F5F5;
text-align: justify;
}
.mota_soluocdanhmuc
{
	margin:0 auto;
	width:95%;
}
/*----------------TIN TUC-----------------*/
.block {
    position: relative;
    width: 84%;
    margin: 0 auto;
}
.box_news {
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 1px dotted;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.image_boder {
    width: 20%;
    padding: 3px;
    float: left;
    position: relative;
}

.h2_news {
    position: relative;
    float: left;
    text-align: justify;
    margin-left: 1%;
	width:78%;
}

.h2_news h4{
    text-transform: uppercase;
    font-size: 20px;
    font-family: Tahoma;
    font-weight: normal;
    color: #000;
}
.h2_news b
{
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    color: #EF415E;
}
/*-------------CHI TIET (TIN TUC)--------------------*/

.title_news{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

.othernews {
  color: #FF0000;
  padding-left:10px;
  padding-top:20px;
  padding-bottom:15px;
}

.othernews h3 {
  color:#FF0000;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
}
.othernews ul {
  list-style:inside;
  margin:10px 0 0 0;
  padding:0;
}

.othernews ul li {
	list-style:none;
	background: url(../images/icon_others.png) no-repeat 0px;
  padding-left:10px;
  margin:0 0 5px 0;
}

.othernews ul li a:hover{
	text-decoration:underline;
}
/*----tin tuc moi----*/
.tintuc{
	background: url(../images/bg_news.png) no-repeat;
	float: left;
}
/* --------------------- Phan trang ------------------*/
.phantrang{
	text-align:center;
	margin: 25px 0px 5px 0px;
}
.phantrang a{
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	margin-right:5px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
		background-color:#004676;
}
.phantrang span{
		color:#FFF;
	background-color:#BC0000;
	
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	margin-right:5px;
	font-weight:bold;
}
.phantrang a:hover{
	color:#FFF;
	background-color:#BC0000
}
.contact
{
	/*margin:0 auto;
	width:1000px;*/
}
.main_map
{

}

.contact .breadcrum {
font-size: 12px;
height: 44px;
line-height: 51px;
display: block;
border-bottom: 1px solid #d1d1d1;
margin-bottom: 15px;
}

.contact .breadcrum ul.nav {
padding: 0;
margin: 0;
list-style: none;
}
.breadcrum li:first-child {
margin-left: 0;
}
ul.nav li {
float: left;
}
.breadcrum a {
color: #666;
}

ul.nav li {
float: left;
}
.breadcrum li {
margin-left: 10px;
}
.breadcrum .active {
color: #1668b2;
}

.breadcrum .active span.separate, .breadcrum a:hover span.separate {
background: url(../images/bredum-a.png) no-repeat scroll 0 4px;
margin-right: 4px;
}
.left-contact {
    width: 50%;
    float: left;
}

.left-contact h2 {
color: #1668b2;
font-size: 16px;
margin-bottom: 7px;
text-align:left;
}

.left-contact p 
{
	color:#000000;
	text-align:left;
}

.left-contact h3 {
color: #666;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}
.left-contact .contact-frm {
padding-top: 20px;
margin-bottom: 20px;
}
.contact-frm {
clear: both;
}

.info-contact {
    clear: both;
    padding-top: 10px;
    background: url(images/bg-top-c.pnasasg) repeat-x scroll top;
    color: #3e3e3e;
    margin-bottom: 20px;
    text-align: left;
    width: 95%;
}
.map-c {
  float: right;
  width: 50%;
}
/*STYLE FOR LIENHE*/

.tablelienhe {
  float: left;
}
.tablelienhe label span img{
	position:absolute;
	left:0px;
	top:10px;
}
.tablelienhe label {
	display: inline-block;
    height: 25px;
    line-height: 25px;
    min-width: 100px;
    font-weight: normal;
    position: relative;
    font-size: 15px;
    color: #000;
    text-align: left;
}
.tablelienhe .input_block{
	margin:0 0 10px 0;
}
.tablelienhe .input_item{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	min-width: 100px;
	font-weight: bold;
}
.tablelienhe .input{
	border: 1px solid #F3CB16;
	width: 310px;
	height: 22px;
	line-height: 22px;
	outline-color: #0085FF;
}
.tablelienhe textarea{
	border: 1px solid #F3CA16;
	width: 310px;
	outline-color: #0085FF;
}
.tablelienhe .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.button {
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border: 1px solid #F3CA16;
  cursor:pointer;
  font-family:tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding:5px 30px;
  font-weight:bold;
}
.button:hover{
	 color:red;
}
#main_contact
{
	width:100%;
}
.othernews h3 {
  font-size: 18px;
  font-weight: normal;
  font-family: arial;
  text-transform: uppercase;
}
.othernews ul li a {
  color: #3e3e3e;
  font-size: 15px;
}
.othernews ul li a:hover {
  color: #305891;
  text-decoration: none;
}
ul.product_info {
	padding: 0px;
    font-size: 14px;
    float: right;
    width: 100%;
}
div.product-description {
    width: 500px;
    float: right;
    line-height: 2em;
}
ul.product_info li {
margin: 0 0 3px 0;
border-bottom: 1px dashed #CCC;
padding: 0 0 3px 0;
list-style:none;
}
span.name_ctsp {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Tahoma;
}
.detail_product {
margin-top: 15px;
}
.left_sp {
    width: 40%;
    position: relative;
    left: 18px;
    float: left;
}
.nd_chitiet span
{
}

p.notice {
  color: #ffffff;
  }
  
.nd_chitiet h3
{
    font-size: 16px;
    text-transform: uppercase;
    color: #039500;
}
.nd_chitiet .noidung_ct
{
	border:1px solid #d0d0d0;
	padding:10px;
}
/*++++++++++JS ZOOM PRODUCT+++++++++++*/
div.jszoom-product{float: left;width:350px;}
div.thumb ul {
    max-height: 417px;
    width: 350px !important;
    position: relative;
    list-style: none;
    padding: 0px;
}
div.thumb ul li{/*position: absolute;*/ position:relative;z-index: 0;width: 350px;display: none;}
div.thumb ul li.active{z-index: 10;display: block;}

.block_content_detail
{
float:left;
margin: 0 auto;
width: 90%;
padding-top: 15px;
}
.khung_tin_mt
{
	min-height: 150px;
}
.image_boder a img
{
	width: 100%;
    height: 121px;
}


li.chitiet-news {
	white-space:nowrap;
margin-top: 10px;
margin-right: 25px;
padding: 5px 10px 5px 10px;
background: #004676;
float:left;
list-style: none;
text-decoration: none;
}
li.chitiet-news:hover{
	background:#007DAC;
}
li.chitiet-news > a {
color: #fff;
font-size: 16px;
display:block;
}


.bong
{
	margin:0 auto;
	width:1000px;
}


.left_tung_catalog {
margin: 0 auto;
width: 98%;
padding-top: 10px;
padding-bottom: 15px;
}
.title_about {
padding-bottom: 10px;
}
.title_about b {
text-transform: capitalize;
color: #3b5998;
font-family: 'UTMAvoBold';
font-size: 24px;
}

.img_catalog {
margin-top: 10px;
margin-bottom: 10px;

text-align:center;
}
div.title_thanh {
text-align: center;
}
.left_tung_catalog .title_thanh b a {
padding-left: 8px;
font-size: 12px;
font-family: Tahoma, Geneva, sans-serif;
color: #f00000;
}
.content_catalog {
margin: 0 auto;
width: 90%;
padding-top: 5px;
}
.content_catalog p span {
color: #6d6d6d;
}
#bg_sologo
{
	margin:0 auto;
	width:1000px;
}
#quangcao_Sologan b
{
	float:left;
	width:15%;
	font-size:20px;
	color:#ffa200;
	  font-family:'UTM Alter Gothic';
	  font-weight:normal;
}
#right_tinoibat
{
	width: 80%;
	background:#dfdfdf;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #fff;

	float:right;
}
#right_tinoibat ul
{
	margin:0 auto;
	width:98%;
}
#right_tinoibat ul li a
{
	float:left;
	  font-family:'UTM Alter Gothic';
	  font-size:16px;
	color:#002bcc;
	
}

#right_tinoibat ul li span
{
	float:right;
	  font-size:16px;
	color:#002bcc;
	padding-left:5px;
	 font-family:'UTM Alter Gothic';
	border-left:2px solid #002bcc;
	
}
.tintuc_news {
	margin:0 auto;

width: 1000px;


text-align: center;
}
.img_catalog a img
{
	border:2px solid #fff;
}

.left_tung_catalog {
	float:left;
margin: 0 auto;
width: 25%;
padding-top: 10px;
padding-bottom: 15px;
}

li.xemthem {

margin-right: 25px;
padding: 5px 10px 5px 10px;

float: right;
}
li.xemthem > a {
	text-transform:uppercase;
color: #002bcc;
 font-family:'UTM Alter Gothic';
 font-weight:normal;
font-size: 15px;

}
li.xemthem > a:hover
{
	color:#F00;
}

.counter {
margin-top: 15px;
  float: left;
  width: 250px;
  margin-left: 35px;
  /* margin: 15px auto; */
  margin-bottom: 15px;

}
.counter li.online {
background: url(../images/icon_dangtruycap.png) no-repeat left;


}

.counter_left {

width: 100%;
margin-left: 15px;

}
.counter_left li.online {
background: url(../images/icon_dangtruycap.png) no-repeat left;


}


.counter_left li.online {
background: url(../images/icon_dangtruycap.png) no-repeat left;


}

.counter_left li.online span {
padding-left: 25px;
color: #5f5f5f;
}
.counter_left li span {
padding-left: 25px;
color: #5f5f5f;
}
.counter_left li b {
color: #5f5f5f;
}
.counter_left li.statistics {
background: url(../images/icon_luottruycap.png) no-repeat left;

}
.counter_left li.day {
background: url(../images/icon_truycapngay.png) no-repeat left;

}
.counter_left li.month {
background: url(../images/icon_truycapthang.png) no-repeat left;

}

.counter_left li {
list-style: none;
line-height: 30px;
}
.counter_left li.statistics span {
padding-left: 25px;
color: #5f5f5f;
}
.counter_left li.statistics b {
color: #5f5f5f;
}

.hotro_tructuyen
{
margin:10px auto;
width:100%;
}
.hotline_ft b
{
font-size:20px;
font-weight: bold;

}
.email_ft
{
text-indent: 30px;
background: url(../images/email_ft.png) no-repeat left;

}
.hotline_ft span
{
font-weight: bold;
font-size:18px;
}
.counter li.online span {
padding-left: 25px;
color: #fff;
}
.counter li span {
padding-left: 25px;
color: #fff;
}
.counter li b {
color: #fff;
}
.counter li.statistics {
background: url(../images/icon_luottruycap.png) no-repeat left;

}
.counter li.day {
background: url(../images/icon_truycapngay.png) no-repeat left;

}
.counter li.month {
background: url(../images/icon_truycapthang.png) no-repeat left;

}

.counter li {
list-style: none;
line-height: 30px;
}
.counter li.statistics span {
padding-left: 25px;
color: #fff;
}
.counter li.statistics b {
color: #fff;
}


.title_about {
padding-bottom: 10px;
}
.title_about b a {
text-transform: capitalize;
color: #002bcc;
 font-family:'UTM Alter Gothic';
 font-weight:normal;
font-size: 20px;
}
.img_catalog {
margin-top: 43px;
margin-bottom: 0px;
}
.content_catalog {
	min-height:115px;
margin: 0 auto;
width: 90%;
padding-top: 5px;
}
.content_catalog p span {
color: #6d6d6d;
}
.thanh_items {
margin-left: 10px;
height: 30px;

}
.thanh_items h2.title_primary {

}
.thanh_items span {
font-size: 20px;
font-family:'UTM Alter Gothic';

font-weight:normal;
text-transform: uppercase;
color: #002bcc;
}

/************************************************ slide cummtomer****************************/
.product_tieubieu
{
	margin:0 auto;
	margin-bottom:10px;
	width:1020px;
}
.background {
  margin-top: 0px;
background: 0 ;
height:350px;
}

.background1 {
    margin: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 3px solid #b7b7b7;
    border-bottom: 3px solid #b7b7b7;
    margin-bottom: 10px;
}

.title_img h2 {
    font-family: 'UTM French Vanilla';
    font-size: 30px;
    color: #727272;
    font-weight: normal;
    position: absolute;
    top: -26px;
	background: url(../images/bg_title_img_06.png) no-repeat;
}

.background .block {
	margin:0 auto;
	width:100%;
	position: relative;

}

.background .block .slide-product {
overflow: hidden;
position: relative;
margin:0 auto;
background: url(../images/bg_doitac_02.png) no-repeat;
position: relative;

}

.background .block .slide-sp {
overflow: hidden;
position: relative;
margin:0 auto;
position: relative;
width:100% !important;
height:350px;

}

.background .block .slide-product li {
margin-top: 4px;
overflow: hidden;
padding: 0px 0px 0px 0px;
text-align: center;
margin-bottom: 10px;
}

.background .block .slide-sp li {
margin-top: 4px;
overflow: hidden;
padding: 0px;
margin-left: 7px;
width:235px;
height:350px;
  background: url(../images/khung_dv.png) no-repeat;
}
.name_sp_moi
{
	top: 34px;
    position: absolute;
    width: 218px;
    background: url(../images/bg_name_dv.png) no-repeat 6px bottom;
    height: 216px;
    /* margin-top: -221px; */
    margin-left: 22px;
    border-radius: 50%;
}

.name_sp_moi p
{
	font-size: 16px;
    color: #ffffff;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    width: 110px;
    margin-left: 58px;
    margin-top: 182px;
    line-height: 1;
}
.img_sp_moi img{

}

.background .block .slide-product li a img {
	/*border:2px solid #ccc;*/

}

.background .block .slide-product .btn-pre {
width: 16px;
height: 32px;
position: absolute;
top: 60px;
cursor: pointer;
z-index: 999;
}
.background .block .slide-product .btn-pre {
background: url(../images/btn-left.png);
display:none;
right: 55px;
}
.background .block .slide-product .btn-next {

right: 35px;
display:none;
background: url(../images/btn-right.png);
}

.background .block .slide-product .btn-next,.background .block .slide-product .btn-pre {
width: 15px;

height: 20px;
position: absolute;
top:0px;
cursor: pointer;
z-index: 999;
}

.background .block .slide-sp li a img {
	/*border:2px solid #ccc;*/

}

.background .block  .btn-pre {
	width: 36px;
    height: 42px;
	position: absolute;
	top: 122px;
	cursor: pointer;
	z-index: 999;
}
.background .block  .btn-pre {
background: url(../images/previous.png) no-repeat;

left: -36px;
}
.background .block .btn-next {
	top: 122px;
    height: 42px;
    position: absolute;
    width: 34px;
    right: -42px;
    background: url(../images/next.png) no-repeat;
}

.background .block  .btn-next,.background .block  .btn-pre {


cursor: pointer;
z-index: 999;
}

.title_index {
    position: relative;
    margin: 0 auto;
    background: #f26194;
    height: 35px;
    border-bottom: 4px solid #F1F1F1;
    border-radius: 7px;
    margin-bottom: 10px;
}

.title-pro-new {
    font-family: RobotoCondensed-Bold;
    position: relative;
    font-size: 17px;
    color: #b61849;
    text-indent: 22px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0px;
    background: url(../images/bg_title.png) no-repeat 0px 2px;
}
.spcap2 {
    position: relative;
    width: 21%;
    float: left;
    border-radius: 5px;
    background-color: #f26194;
}
.left_mota
{
font-size:18px;
font-family:UTMSwissCondensed;
}
div#bottom_index {
    width: 100%;
    float: left;
}
.box_partner {
	width: 100%;
    float: left;
    padding: 10px 0px;
    margin: 10px 0px;
    position: relative;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    background: url(../images/line_bottom2.png) no-repeat top,url(../images/line_bottom1.png) no-repeat bottom;
}
.news_bottom {
    width: 68%;
    float: left;
}
.tin_item {
	width: 47%;
    float: left;
    padding: 0px 10px;
    border-right: 1px dotted;
}
.hotro_bottom {
    width: 32%;
    float: right;
}
h3.hotro_title {
    color: #d71c5e;
    font-size: 20px;
    border-left: 3px solid;
    padding: 0px 10px;
    font-family: RobotoCondensed-Bold;
    text-transform: uppercase;
    margin: 10px 0px;
}
.item_tin {
    padding: 10px 0px;
    border-bottom: 1px dotted;
}
.img_tin {
    width: 30%;
    float: left;
    height: 78px;
    padding: 3px;
    border: 1px solid #F1F1F1;
}
.img_tin img {
	width:100%;
	height:78px;
}
.name_tin {
    width: 67%;
    float: right;
}
.name_tin b {
    color: #C73065;
}
.name_tin a{color:#000; font-size:13px; font-weight:bold; display:block;}
.name_tin a:hover{ color:#00f;}
.hotro_bottom1 {
    width: 54%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #2f2e2e;
}
.hotro_bottom1 img {
	padding:0px 5px;
}
.hotro_bottom1 b {
    color: #252525;
    font-size: 14px;
    text-decoration: underline;
}
span.hotline {
    font-size: 20px;
    color: #d70000;
    font-weight: bold;
}
.hotline1 {
    border-bottom: 1px solid #cccccc;
    margin: 5px 0px;
}
.fb-like-box.fb_iframe_widget {
    margin-left: 48px;
}
.main_prouduct_dm {
    padding-bottom: 50px;
}



.dungtich{ float: left;	width:195px;}

.dungtich p{	line-height:25px;}

.gia_chitiet{ float:left; width:108px;}

.chonhang{ float:left; width:80px; text-align:center;}

.chonhang input{ margin-top:5px;}

.chonhang_pro{ border-bottom:thin dotted #ccc; margin-bottom:0px;}

.spt-cat-pad{
  margin-top: 5px;
}
.spt-cat-pad .blue-bg{  
  display: block;
  margin: 0 0 10px;
  padding: 1px 1px 8px;
  border: 1px solid #F26194;
}
.spt-cat-pad div.panel-hdr{
  border-bottom: dashed 1px #ccc; width:100%;
}
.spt-cat-pad div.panel-hdr h2 {
    background-color: #F26194;
    border-radius: 0;
    clear: none;
    color: #fff;
    float: left;
    font-size: 11pt !important;
    padding: 5px 10px;
    font-weight: normal;
    text-transform: uppercase;
}
div.blue-bg .scrollCont{
  padding: 5px;
}
div.panel-bdy ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
div.panel-bdy ul li {
    float: left;
    padding-top: 5px;
    width: 25%;
}
div.panel-bdy ul li a{
  color: #333;
}
div.panel-bdy ul li a:hover{
  color: #F00;
}