body {
	margin: 0px;
	font-size: 12px;
	color: #000;
	background: url(../images/bg-body.png) #F5F5F5;
}
/*  background: url(../images/bg_header0.jpg) no-repeat; */
a {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
}
.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.container,
.container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}


ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}



.top_menu {
    background: #f5f5f5;
    height: 30px;
}
.sf_menu li {
  float: left;
  padding: 0 7px;
}
.sf_menu li a {
  text-decoration: none;
    color: #3d3d3d;
    font-size: 13px;
    float: left;
    padding: 5px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
    font-weight: normal;
    
}
.sf_menu li:hover a {
	text-decoration:underline;
}
.sf_menu .fa{
    padding: 5px 0;
    float: left;
    font-size: 18px;
	color: #585858;
}
.sf_menu li h5 {
    color: #585858;
    font-weight: bold;
    margin: 5px 4px 0px 1px;
}
.line_doc {
    height: 12px;
    border-right: 1px solid #585858;
    float: left;
    margin: 8px 0;
    opacity: 0.7;
}
/*---------------------------------------------------end top menu--------------------------------------*/
.logo img, img{
	max-width: 100%;
}
.logo h1{
    margin: 10px;
}

.ten-cty {
    text-align: center;
}
.ten-cty p {
    font-size: 25px;
    line-height: 35px;
    color: #007bc3;
    margin: 10px 0 0;
}
.ten-cty span {
    font-size: 35px;
    font-weight: bold;
    color: #ff5f15;
}
.hotLine {
    position: relative;
    float: right;
    margin-top: 25px;   
    padding-left: 40px;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #0098da;
}
.hotLine .fa {
    position: absolute;
    left: 0;
    top:5px;
    font-size: 45px;
    color: #0098da;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
}
.linkOver {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hotLine b {
    color: #0098da;
	float: right;
}
.hotLine span {
    font-size: 13px;
    color: #262626;
    cursor: default;
    float: right;
    margin-top: 7px;
}
.hotLine:hover b {
    color: #ff5f15;
}
.hotLine:hover .fa {
    color: #ff5f15;
    animation: lax 0.3s infinit !importante;
    -moz-animation: lax 0.3s infinite !important;
    -webkit-animation: lax 0.3s infinite !important;
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}

/*---------------------------------------------------end header--------------------------------------*/

.line_doc2 {
  height: 26px;
  border-right: 1px solid #FFFFFF;
  float: left;
  margin: 9px 0;
  opacity: 0.7;
}

.header_conten {
width:1100px;
margin:0 auto;}
.main_nav {
margin: 0;
height:28px;
width: auto;
padding: 0;
line-height: 1;
display: block;
position: relative;
}
.main_nav li{
height:100%;
float:left;
list-style:none;
}
.main_nav li.nav a:hover{
background:url(../images/button_down.png) top center no-repeat;
height:32px;

}
.main_nav li.nav a{
font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
color: #4d4d4f;
text-decoration: none;
line-height: 25px;
margin:0 5px;
}
.main_nav li span {
font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
color: #4d4d4f;
text-decoration: none;
line-height: 25px;
padding-left: 5px;
padding-right: 5px;
}

.menu_childen ul {
position:absolute;

}
.nav-container ul li:hover .menu_children {
display:block;
}

/* -----------------------------------------------------------------------------------------------end Hearder ---*/
.title-group-product h3{
    color: #ff5f15;
    font-family: dtech24hmediumthin;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ff5f15;
}

.body_conten {

}
.list_menu {
height: 338px;
width: 198px;
float: left;
box-shadow: -2px 2px 10px #DDD;
-moz-box-shadow: -2px 2px 10px #DDD;
-webkit-box-shadow: -2px 2px 10px #DDD;
list-style: none;
border: 1px solid #ffd800;
margin-top:-41px;
}
/* -----------------------\/----FLOATING MENU-----\/---------------*/
.f-nav{
  z-index: 9999;
  position: fixed;
  top: 0;
  
  -webkit-box-shadow: 0px 1px 7px;
}

.nav ul {
margin:0px;
}

.nav ul li {
    padding: 0px 5px;
    float: left;
	position: relative;
}
.nav ul li ul {
	margin: 05px 0 0 2px;
  padding: 0;
  float: left;
  }
.nav ul li ul li{
background:none;
}

.nav ul li:hover {
background:url(../images/bg_nav_hover.jpg);
}

.list_menu .nav ul li.phukien{
border-bottom:none;
}
.f-nav home:hover img{
display:none;
}
.f-nav ul li.home {
/*  background: url(/content/style/images/nut_home.png) no-repeat;*/
  height: 40px;
  width: 27px;
}
.f-nav ul li.home:hover {
  background: url(/content/style/images/nut_home_h.png) no-repeat !important;
}
.nav ul li.home:hover{
background: url(/content/style/images/nut_home_h.png) no-repeat !important;
}
/* -----------------------^----FLOATING MENU-----^---------------*/

/*.dich vu uy tin */
.promotion{
    padding: 20px 0;
}
#ap-promotion .box-apreassurances {
    width: 100%;
	background: #fff;
}
.box-apreassurances .reassurances-left {
    position: relative;
    padding: 15px 5px;
    text-align: center;
}
.box-apreassurances .icon-box {
    float: left;
    margin-right: 5px;
}
.box-apreassurances .description {
    vertical-align: top;
    text-align: left;
}
.box-apreassurances .description h4 {
    color: #828282;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0 0 4px 0;
}
.box-apreassurances .description p {
    font-size: 13px;
    color: #828282;
	margin:0;
}
/*end dich vu uy tin */

.nav-container {
    height: 44px;
    background-color: #007bc3;
}



.nav-container ul li:hover a {
color:#007bc3;
}
.nav-container ul li:hover ul li a {
color: rgb(47, 47, 47);
}
.nav-container ul li ul li:hover a {
color: #fa1f8a;
}
.nav-container ul li ul li:hover{
background:none;
}
.list_menu .nav-container ul li.phukien{
border-bottom:none;
}
.nav-container ul li a {
    text-decoration: none;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    margin: 6px 0 0 0;
    text-align: center;
}
.menu_children {
  position: absolute;
  z-index: 2000;
  background-color:#fff;
  top: 44px;
  margin-left: -7px;
  display: none;
    border: 5px solid pink;
  border-radius: 0 0 6px 6px;
}
.memu-children ul {
width: 210px;
float: left;
}
.nav-container ul .memu-children ul li a {
font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #4d4d4f !important;
text-decoration: none;
line-height: 25px;
margin-left: 7px;
}

.menu_children ul{
float:left;
width:320px;
  margin: 7px 0 0 20px;
  background-color: #fff;
  padding: 0 0 10px 0;
}
.menu_children ul li {
width: 90%;
height: 25px;
float: left;
border-bottom: 1px dotted #DDD;
margin-left: 2px;
}
.menu_children ul li:hover {
background:#fa1f8a;
-moz-transition: all 0.9s ease-out;
transition: all 0.9s ease-out;
-o-transition: all 0.9s ease-out;
-webkit-transition: all 0.9s ease-out;
}
 .menu_children ul li a {
margin: 4px 0 0 6px;
float:left;
  text-transform: none;
color: rgb(47, 47, 47);
}
.
 .menu_children ul li:hover a {
 color:#fff;
 }
 .gomsu .menu_children { margin-left:-8px;}
.maymac .menu_children { margin-left:-8px;}
.giadung .menu_children { margin-left:-8px;}
.vanphong .menu_children { margin-left:-8px;}
.thuytinh .menu_children { margin-left:-8px;}
.hienmau .menu_children { margin-left:-8px;}
.inan .menu_children { margin-left:-8px;}

.hotro ul li {
background:none;
  border-bottom: none;
  font-size: 28px;  
  color: red;
  text-align: center;
  line-height:30px;
}
.ProductImage{
    border: thin solid #e9e9e9;
}
.ProductImage img{
    max-width: 100%;
    height: auto;
}
.ProductDetails {
    padding: 5px 0;
    margin-bottom: 10px;
    text-align: center;
    background: #ffffffa6;
}
.ProductDetails a {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.prd_content .info_content img{
	max-width:100% !important;
	height:auto !important;
}
/* -----------------------------------------------col-left-----------------------------------*/
.widget > div:first-child {
    background: #ff5f15;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: rgba(0,128,0,0) thin solid;
    position: relative;
}
.widget > div:first-child > h5 {
	margin: 1px 0;
    padding: 10px 17px 7px;
    border-top: #fff thin dashed;
    border-bottom: #fff thin dashed;
    font-size: 18px;
}

#primary {
	
	margin: 0 -26.4% 0 0;
	width: 100%;
}

.singular #primary {
	margin: 0;
}
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
#primary {
	float: left;
    margin-top: 20px;
    width: 100%;
    background-color: #ffffffa6;
    box-shadow: 1px 1px 5px 4px #eee;
}
#primaryhome .widget-content-notitle img{
	float:left;

}

#primaryhome .widget_nav_menu{
	background:url(images/bg-danhmucsp.jpg) #fff no-repeat left top;
   padding-left: 400px;
    padding-top: 10px;
	padding-bottom: 10px;
	width:590px;
	height:141px;
	margin:0px;
}
 
#primaryhome .widget_nav_menu h3{
	border-bottom: 1px solid #C6C6C6;
	font-weight:bold  !important;
	margin-bottom:10px;
	}
#primaryhome .widget_nav_menu a {
	color:#000;
	font-weight: normal !important;
}
#primaryhome .widget_nav_menu ul{
	list-style: none outside none !important;
}
#primaryhome .widget_nav_menu li{
	float:left;
	width:185px;
	padding-right:7px;
	padding-bottom:5px;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}


#newsletterwidget-2 .widget-title {
color:#fff;
}


#left-widget .widget-home-title {
  border: 1px solid #F20F7E;
  color: #F20F7E;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 0px 5px 0px 20px;
  border-bottom: 0px !important;
  margin: 10px 0 0 1px;
  width: 227px;
  font-family: sans-serif;
   
}
#left-widget .danhmuc .widget-home-title {
background: url(../images/gift.png) no-repeat;
  background-position: 200px 1px;
}
#left-widget .hotro .widget-home-title {
background: url(../images/hotro.png) no-repeat;
  background-position: 200px 2px;
}
#left-widget .sp_noi_bat .widget-home-title {
background: url(../images/new.png) no-repeat;
  background-position: 190px -8px;
}
#left-widget .widget-home-title a {
color:#fff;
}
 


#left-widget .danhmuc ul li{
	background: url(../images/li_none.gif) no-repeat;
    background-position: 5px 10px;
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    float: left;
    padding: 0 5px;
}
#left-widget .widget_nav_menu ul li a{
padding-left:25px;
line-height:36px;
text-decoration:none;




}
#left-widget .widget_nav_menu ul ul {
margin-left: 15px;
margin: -10px 0 10px 15px;
float: left;
}
#left-widget .widget_nav_menu ul ul li{
	background:url(../images/li_sub.gif) no-repeat;
	background-position:0 9px;
	padding-left:5px;
	border-bottom: none;
	  line-height: 26px;
    height: 20px;
}
#left-widget .widget_nav_menu ul ul li:hover{
	background:url(../images/li_sub.gif) no-repeat;
	background-position:0 13px;
	 
}
#left-widget .widget_nav_menu ul ul li a{
	padding-left:5px !important;
	line-height: normal;
}

#left-widget .widget_nav_menu ul a{
color: #565656;
  font-weight: 600;
  font-size: 14px;  
  font-style: italic;
	
}
#left-widget .widget_nav_menu ul a:hover{
color:#ff5f15 !important;
}
#left-widget .widget_nav_menu ul ul li a{ 
  font-style: italic;
  font-weight: normal;

	
}
#left-widget .widget_nav_menu ul ul li a:hover{
color:#ff5f15;
}

.item-sp {
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
	padding: 10px;
	font-family: roboto;
}
.image-sp {
    width: 23%;
    float: left;
    overflow: hidden;
	border-radius: 50%;
}
.image-sp img {
    width: 100%;
}

.image-sp img {
	opacity: 1;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
}
.item-sp:hover .image-sp img{
    -webkit-transform: scale3d(1.1,1.1,8);
    transform: scale3d(1.1,1.1,1);
}
.info-sp {
    width: 74%;
    float: right;
}
.info-sp .name-sp {
	font-weight: bold;
	color: #565656;
	margin: 0;
}
.info-sp .phone-sp {
    color: red;
    font-size: 16px;
    margin: 0;
	font-weight: bold;
}
.info-sp .mail-sp {
    color: #797979;
    font-size: 12.5px;
}


/*--------------------------------------------- //footer --*/
.slide_doitac {
	display:none;
}
.footer {
	padding: 1em 0;
    background: rgba(87, 87, 87, 0.08);
}
.footer .container {
	padding:0;
}

.logo-bottom a{
    width: 100%;
    float: left;

    margin-top: 10px;
}

.logo-bottom span{
    font-size: 18px;
    font-weight: bold;
    color: #ff5f15;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.footer-grid ul li.fa a{
    padding-left: 10px;
}
.footer-grid ul{
    padding: 0;
}
.footer-grid ul li.fa:before {
    content: "\f290";
    
}
.footer-grid ul li.addr:before {
    content: "\f041";
	font-size: 22px;
}
.footer-grid ul li.mobile:before  {
    content: "\f10b";
	font-size: 25px;
}
.footer-grid ul li.tel-fax:before {
	content: "\f095";
    font-size: 18px;
}
.footer-grid ul li.email1:before, .footer-grid ul li.email2:before {
    content: "\f0e0";
}
.footer-grid h3 {
    color: #007bc3;
    font-size: 18px;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
}
.footer-grid p {
    color: #848383;
    line-height: 2.2em;
    font-size: 14px;
}
.footer-grid ul li{
	list-style-type:none;
	font-size:14px;
	line-height:2.2em;
    color: #777;
    width: 100%;

}
.footer-grid ul li a{

    color: #000;		
}
.footer-grid ul li a:hover{
    color: #ff5f15;	
}

.copy-right p {
    color: #848383;
    font-size: 14px;
    text-align: center;
    margin-top: 1em;
}
.copy-right p a {
    color: #3B5998;	
}
.copy-right p a:hover {
    color: #E21737;	
}
.logo-bottom a img {
	width:50%;
}
.maps iframe {
    padding: 0;
}