/* Clear-fix */
.clearfix:after, .w1000:after, #header:after, #gnav:after, .ctn-main:after, #service-top:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/*============================
Base
==============================*/
body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #333;
}
#wrapper {
  width: 100%;
  min-width: 1000px;
}
#header {
  min-width: 1000px;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
#header #logo {
  width: 288px;
  float: left;
  margin: 10px 50px 5px 10px;
}
.box-search {
  width: 390px;
  float: left;
  margin: 30px 0 0 0;
}
.box-search .s-field {
  width: 290px;
  height: 33px;
  float: left;
  line-height: 33px;
  outline: none;
  padding-left: 10px;
  margin: 0 3px 0 0;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
}
.box-search .s-send {
  width: 90px;
  height: 33px;
  line-height: 32px;
  text-align: center;
  float: left;
  color: #fff;
  background: #da251c;
  border: none;
  outline: none;
}
.box-search .s-send:hover {
  cursor: pointer;
}

.header-right {
  float:  right;
  text-align: right;
  margin-top: 20px;
}
.header-right .sns {
  list-style: none;
  margin: 0;
	overflow: hidden;
}
.header-right .sns li {
	display: inline-block;
	margin-left: 10px;
	float: right;
}
.header-right .hotline {
  margin-top: 10px;
}

/* gnav
------------------*/
#ctn-gnav {
  min-width: 1000px;
  background: #da251c;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
#ctn-gnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
#gnav {
  list-style: none;
  margin: 0;
  border-left: 1px solid #d8d8d8;
}
#gnav li {
  float: left;
  border-right: 1px solid #d8d8d8;
  position: relative;
}
#gnav li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  display: block;
  padding: 0 15px;
  text-decoration: none;
  transition: 0.5s;
}
#gnav > li:hover > a,
#gnav > li > a:hover,
#gnav > li.active > a {
  background: #fff;
  color: #da251c;
}
#gnav ul {
  width: 250px;
  display: none;
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -1px;
  top: 40px;
  z-index: 2;
  border-top: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
}
#gnav ul li {
  border: none;
  display: block;
  float: none;
}
#gnav ul li a {
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #ebebeb;
  transition: 0.5s;
}
#gnav ul li a:hover {
  background: #ebebeb;
}


#slider {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* breadcrumb
========================*/
#breadcrumb {
	border-bottom:1px solid #dedede;
	list-style-type:none;
	padding: 0 0 5px 0;
	margin:0 0 10px 0;
	}
#breadcrumb li {
	display:inline;
	color:#333;
	font-weight: bold;
	}		
#breadcrumb li a {
	color: #333;
	padding:0 5px 0 0;
	text-decoration: none;
	}			
#breadcrumb li a:after {
	content: "»";
	margin-left: 5px;
}

#breadcrumb li a:hover,
#breadcrumb li a:focus {
	color:#da251c;
}	


/* ctn-main
-----------------*/
#ctn-main {

}
#ctn-main .lead-txt {
  margin-bottom: 40px;
}

#ctn-main #main-content {
	width: 730px;
	float: left;
	display: inline;
}
#ctn-main #sidebar {
	width: 250px;
	float: right;
	display: inline;
}

#ctn-main #main-content .title {
	font-size: 20px;
	color: #333;
	margin-bottom: 0px;
}

#service {
  overflow: hidden;
  padding-bottom: 50px;
}
#service .tit {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 70px;
}
#service .tit span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}
#service .tit:before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #da251c;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
#service-top {
  list-style: none;
}
#service-top > li { 
  background: url(../images/bg_laptop.png) no-repeat;
  float: left;
  margin: 0px 10px 70px 10px;
  position: relative;
}
#service-top > li > a {
  width: 230px;
  height: 125px;
  display: block;
  position: relative;
}
#service-top > li > a > img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
  opacity: 0.8;
  transition: 0.7s;
}
#service-top > li:hover img,
#service-top > li > a:hover img {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  opacity: 1;
}
#service-top ul {
  display: none;
  width: 230px;
  background: rgba(0,0,0,0.8);
  list-style: none;
  border-radius: 5px;
  margin: 0;
  position: absolute;
  top: 70%;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
}
#service-top ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  left: 50%;
  position: absolute;
  top: -6px;
  vertical-align: middle;
  margin-left: -3px;
  opacity: 0.8;
}
#service-top ul li {
  border-bottom: 1px solid #999999;
}
#service-top ul li:last-child {border: none;}
#service-top ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 7px 5px 7px 20px;
  background: url(../images/ico_arrow.png) 10px 11px no-repeat;
}
#service-top ul li a:hover {
  color: #999;
}


/* box service
======================*/
.box-service {
	box-sizing:border-box;
	border: 1px solid #d8d8d8;
	margin-bottom: 10px;
}
.box-service h3 {
	background: #da251c;
	height: 36px;
	line-height:36px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 35px;
	margin: 0;
	border-bottom:1px solid #ebebeb;
}
.list-service {
	margin: 0;
	padding:0;
	list-style: none;
}
.list-service li {
	display: block;
	padding: 0px;
	border-bottom: 1px solid #ebebeb;
}
.list-service li:last-child {
	border: none;
}
.list-service li a {
	display: block;
	font-size: 13px;
	color: #333333;
  text-decoration: none;
	padding:7px 0px 7px 15px;
	background: url(../images/ico_arrow02.png) 7px 13px no-repeat;
	-webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
}
.list-service > li > a:hover {
	color: #fff;
	background: #da251c url(../images/ico_arrow03.png) 7px 13px no-repeat;
}
.list-service ul {
  display: none;
  background: #ebebeb;
}
.list-service ul li a {
  padding-left: 25px;
  background: url(../images/muiten.gif) 12px 13px no-repeat;
}
.list-service ul li a:hover {
  background: #d8d8d8 url(../images/muiten.gif) 12px 13px no-repeat;
}

/* box-support
==========================*/
.box-support {
  background: #F7F7F7;
	box-sizing:border-box;
	border-top: 1px solid #d8d8d8;
	margin: 20px 0 10px;
}
.box-support h3 {
	height: 30px;
	line-height:30px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: -5px 40px 0;
  background: #da251c;
  border-radius: 4px;
  border-bottom: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
}
.list-support {
	padding: 0 10px;
}
.list-support h4 {
	text-transform: uppercase;
	color: #da251c;
	padding: 10px 0 5px 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.list-support h4:first-child {
  border: none;
}
.list-support p {
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	overflow:hidden;
}
.list-support p.tel {
  background: url(../images/ico-phone.png) 0 2px no-repeat;
}
.list-support p.email {
  background: url(../images/ico-mail.png) -2px 0px no-repeat;
}
.list-support p span {
	float: left;
	margin-right: 10px;
}
.list-support p a {
	color: #333333;
	text-decoration: none;
}
.list-support ul {
  padding: 10px 0;
  text-align: center;  
}
.list-support ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}



/* advs
=======================*/
.advs,
.col .advs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.advs li {
	padding: 0px;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
}	

#main-content a {
	text-decoration: none;
}

/* box product
==================================================*/
.box_product {
  margin-bottom: 20px;
}

.pro-title {
   margin: 0 0 10px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #da251c;
    overflow: hidden;
}
.pro-title .more {
  float: right;
  font-size: 10px;
  color: #da251c;
  background: #e8e8e8;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 5px;
  font-weight: normal;
  text-decoration: none;
}
.pro-title .more:hover {
  background: #d8d8d8;
}
.pro-title span {
  display: inline-block;
  position: relative;
  background: #da251c;
  line-height: 30px;
  padding: 0 20px;
  float: left;
}
.pro-title span:after {
  content: "";
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #b00d05;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -20px;
}
.pro-title span a,
.pro-title a {
  color: #fff;
}

.wrap-pro {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-top: none;
  overflow: hidden;
  margin-bottom: 30px;
}
.row{
  background:url(../images/bg_wrapper_pro2.gif) top center repeat-y;
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
  box-sizing: border-box;
}
.pro{
  width: 50%;
  float:left;
  display:inline;
  padding:5px;
  margin:0px;
  position: relative;
  box-sizing: border-box;
}
.pro a {
  text-decoration: none;
  display: block;
}
.pro a:hover {
  opacity: 0.7;
  filter: alpha(opacity=7);
}
.pro .ico-new {
  position: absolute;
  left: 5px;
  top: 5px;
}
.pro .ico-hot {
  position: absolute;
  right: 5px;
  top: 5px;
}
.pro .name{
  height: 40px;
  color:#333333;
  font-size: 13px;
  font-weight: bold;
  /*text-align: center;*/
  margin: 5px 0px;
  padding: 0px 10px;
  /*overflow: hidden;*/
}
.pro .thumb{
  width:170px;
  height:130px;
  position:relative;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 5px;
}
.pro .thumb > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.pro a .price{
  display: block;
  font-weight: bold;
  margin: 0 0 5px 5px;
  /*overflow: hidden;*/
  color: #333;
}
.pro a .price > p span {
  color: #ea0303;
}
.pro a .price > p {
  float: left;
  line-height: 28px;
  font-size: 14px;
  font-style: italic;
  text-shadow:1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,3px 3px 5px #333;
}
/* product detail
===============================================*/
.pro_view{
width:100%;
margin:0px 0px 10px 0px;
}
.pro_left{
width: 350px;
text-align: center;
float:left;
display:inline;
overflow: hidden;
margin: 0px;
/*border: 1px solid #d8d8d8;*/
}
.pro_left .slides img:hover {
  cursor: zoom-in;
}
.pro_detail{
clear:both;
margin:5px 0px 5px 0px;
}
.pro_detail .sub-title {
  font-size: 16px;
  color: #333;
  padding: 5px 15px;
  background: #f7f7f7;
  margin-bottom: 10px;
}
p.bold{
  font-weight:bold;
  padding:5px 0px;
}
.pro_info{
width:360px;
float:right;
}
.pro_info h1{
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px;
}
.pro_info .desc {
  margin-top: 10px;
}

.pro_info ul.list-desc{
  list-style:none;
  margin:0px 0px 10px 0px;
  padding:0px;
}
.pro_info ul.list-desc li{
  display:block;
  padding:7px 0px;
  margin:0px;
  border-bottom: 1px dotted #d8d8d8;
}
.pro_info ul.list-desc li span{
  font-weight:bold;
  color:#055399;
  text-shadow:1px 1px 1px #ccc;
  font-size:12px;
}

.pro_info .pro_price span{
  color:#ea0303;
  font-weight:bold;
  font-size: 18px;
  font-style: italic;
  text-shadow:1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,3px 3px 5px #333;
}
.pro_info .pro_price .gray {
  color: #333333;
  text-decoration: line-through;
}
.pro_info ul.list-support {
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0px;
  margin: 10px 0 0 0;
}
.pro_info ul.list-support li {
  float: left;
  display: inline-block;
  padding: 0;
  margin-right: 20px;
  line-height: 25px;
}
.pro_info ul.list-support li a {
  color: #000000;
  text-decoration: none;
}
.pro_info ul.list-support li .fa {
  font-size: 25px;
  float: left;
  color: #8BC94C;
}
.pro_info ul.list-support li .fa.disable {
  color: #d8d8d8;
}
.waranty {
  display: inline-block;
  position: relative;
  font-size: 11px;
  color: #fff;
  background: #d1021b;
  border-radius: 0 3px 3px 0;
  vertical-align: middle;
  padding: 0 5px 0 8px;
  margin: 0 0 5px 15px;
  height: 18px;
  font-weight: 700;
}
.waranty:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 7px solid #d1021b;
  position: absolute;
  top: 0;
  left: -7px;
}
.waranty:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -2px;
}

.box-gift {
  border: 1px solid #d8d8d8;
  margin: 20px 0 10px;
  border-radius: 5px;
  overflow: hidden;
}
.box-gift h3 {
  color: #ea0303;
  padding: 5px 10px 5px 30px;
  border-bottom: 1px solid #d8d8d8;
  text-transform: uppercase;
  background: #f7f7f7 url(../images/ico-gift.png) 7px 5px no-repeat;
}
.box-gift h3.ico-promotion {
  background: #f7f7f7 url(../images/tag.png) 7px 5px no-repeat;
}
.box-gift .inner {
  overflow: hidden;
  padding: 10px;
}
.box-gift .inner ul {
  list-style: none;
}

.title-other {
  font-size: 15px;
  border-left: 5px solid #da251c;
  font-weight: bold;
  display: block;
  padding: 5px;
  margin-top: 20px;
}

.btn-red {
  display: block;
  background: #ea0303;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.btn-red a {
  display: block;
  text-align: center;
  padding: 8px 15px ;
  text-decoration: none;
  color: #ffffff;
}
.btn-blue {
  display: inline-block;
  background: #0449bb url(../images/icon-carttop.png) 10px center no-repeat;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 10px 10px 0;
}
.btn-blue a {
  display: block;
  padding: 8px 15px 8px 40px;
  text-decoration: none;
  color: #ffffff;
}

/* news
===========================================*/
.blk-news {
	width: 100%;
	padding: 0 0 3px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #d8d8d8;
}
.blk-news h3 {
    color: #000000;
    font-size: 15px;
    margin: 0;
    padding: 3px 0 5px;
}
.blk-news h3 a {
    color: #333;
    text-decoration: none;
}
.blk-news:hover h3 {
    color: #da251c;
    text-decoration: none;
}
.blk-news img {
    border: 1px solid #CBCBCB;
    display: inline;
    float: left;
    margin: 0 10px 3px 0;
    padding: 2px;
}
.blk-news:hover {
	opacity: 0.7;
}
.blk-news.blk-service img {
	border: none;
	margin-right: 10px;
}
.blk-news p {
    margin: 0;
    padding: 0;
    color: #333;
}
div.news_detail h1 {
    color: #055399;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
	 margin:0px;
    text-transform: uppercase;
	 text-shadow:1px 1px 1px #ccc;
}
div.news_detail h1 span {
    color: #999999;
    font-size: 11px;
    text-transform: none;
}
div.news_detail{border:1px solid #e1e1e1;}
.tin_khac {
    padding: 10px 5px 5px;
		margin-top: 20px;
		border-top: 3px solid #d8d8d8;
}
.tin_khac p {
    font-weight: bold;
}
.tin_khac ul {
    list-style: none outside none;
    margin: 5px 0;
	padding:0px 0px 0px 10px;
}
.tin_khac ul li {
    display: block;
    padding: 3px 0;
}
.tin_khac ul li a {
    background: url("../images/icon_arrow_4.gif") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
    color: #000000;
    padding: 0 0 0 10px;
    text-decoration: none;
}
.tin_khac ul li a:hover {
    color: #da251c;
    text-decoration: none;
}
.date_post {
	color: #666666;
	font-size: 11px;
	margin: 0 0 10px;
	padding:0px 0px 0px 18px;
	background:url(../images/ico_calenda.png) 0 1px no-repeat;
}
p.readmore {
	color:#000;
	font-weight:bold;
    display: inline;
    float: right;
    padding: 0 5px 0 0;
}
p.readmore a{
	color:#da251c;
}
p.readmore a:hover{
	color:#333333;
}
.readmore.block {
	display: block;
	float: none;
	margin: 5px 0 10px;
	text-align: right;
}

.gotop {
	width: 32px;
	height: 32px;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 40px;
}
.gotop:hover {
	cursor: pointer;
	opacity: 0.8;
}
.lienhe {
	overflow: hidden;
}
.lienhe .right {
	width: 480px;
	float: right;
}
.form_lien_he {
	width: 500px;
	float: left;
}
#map_canvas { 
width: 100%; 
height: 400px;
border: 4px solid #d8d8d8;
margin-bottom: 10px;
}
/* bottom
------------------*/
#bottom {
  background: #2f2f2f;
  color: #fff;
  padding: 25px 0 10px;
}
#bottom .col-1 {
  width: 25%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}
#bottom .col-2 {
  width: 440px;
  float: left;
}
#bottom .col-1 h3,
#bottom .col-2 h3 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#bottom .col-1 .congthuong {
  margin-top: 30px;
}
.hotline2 p {
  margin-top: 10px;
}
.hotline2 strong,
.hotline2 strong a {
  color: #FBFE31;
  font-size: 16px;
  text-decoration: none;
}
.sns-footer {
  list-style: none;
}
.sns-footer li {
  float: left;
  display: inline-block;
}

.box-tel {
  padding: 10px 0;
}
.box-tel input[type=text] {
  line-height: 25px;
  height: 25px;
  border: 1px solid #ebebeb;
  padding: 0 5px;
}
.box-tel input[type=submit] {
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  background: #da251c;
  color: #fff;
  border: none;
  outline: none;
}
.box-tel input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding: 10px 0;
  border-bottom: 1px solid #3f3f3f;
}
ul.list li a {
  background: url(../images/ico_arrow.png) 0 4px no-repeat;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
}
ul.list li a:hover {text-decoration: underline;}

#footer {
  min-width: 1000px;
  background: #212121;
  color: #a3a3a3;
  padding: 20px 0;
  border-top: 1px solid #191919;
  text-align: center;
}
#footer .copyright {
  display: block;
}
#footer .copyright span {
  color: #fff;
  text-transform: uppercase;
}
#footer .dev {
  display: block;
}
#footer .dev a {
  font-size: 11px;
  color: #a3a3a3;
  text-decoration: none;
}


/* Phân trang
=========================*/
.pagination {
    padding: 20px;
    margin-bottom: 20px;
	 text-align: center;
}
.pagination p {
	display: block;
	margin: 8px 0px;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 5px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #da251c;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}
.pagination a:hover, .pagination span:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pagination span.active {
    border: none;
    background: #da251c;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.sp-call {
  width: 130px;
  height: 40px;
  background: #e60702;
  border-radius: 10px;
  display: block;;
  position: fixed;
  bottom: -10px;
  left: 0;
}
.sp-call a {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.sp-call a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/call.png) no-repeat;
  position: absolute;
  top: -15px;
  right: -15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}


.sp-on {
  display: none;
}
@media screen and (max-width:640px) {

.sp-on {
  display: block;
}
.sp-off {
  display: none;
}
img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
}
table {
	width: auto !important;
}
#wrapper,
#header,
.w1000,
#slider,
#footer {
  width: auto;
  min-width: inherit;
}
#wrapper {
  background: #fff;
  overflow: hidden;
  padding-top: 60px;
}
.header-right, .box-search {
  display: none;
}
#header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background:  #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
#header #logo {
  width: 160px;
  margin: 5px;
}
#header #toggle-menu {
  width: 25px;
  height: auto;
  padding: 7px;
  margin: 10px 10px 10px;
  float: right;
}
#ctn-gnav {display: none;}

#slider {margin-bottom: 10px;}
.slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}
.slick-dots {display: none !important;}

#ctn-main .lead-txt {margin: 0 10px 20px 10px;}

#service {padding-bottom: 20px}
#service .tit {
  margin-bottom: 0px;
  padding: 7px 0;
  font-size: 12px;
  background: #ebebeb;
}
#service .tit span {background: none;}
#service .tit:before {display: none}
#service-top {
  width: auto;
  margin: 0px;
  border-top: 1px solid #ebebeb;
}
#service-top > li {
  display: block;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  vertical-align: middle;
  border-bottom: 1px solid #fff;

}
#service-top > li > a {
  width: auto;
  height: auto;
  color: #333;
  font-size: 13px;
  padding: 7px 5px 7px 10px;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;


  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
#service-top > li > a > img {
  /*display: none;*/
  position: static;
  float: right;
  width: auto !important;
  height: 15px !important;
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
  opacity: 1;
}
#service-top ul {display: none;}


.blk-news img {
	width: 90px;
}
.blk-news h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#main-content,
#breadcrumb {
	margin: 0 10px;
}
#ctn-main #main-content {
	width: auto;
	float: none;
	display:block;
	padding: 10px 0 0 0;
}

#ctn-main #sidebar {
	display: none;
}


.pro {
  width: 50%;
  padding: 0;
  /*border-bottom: 1px solid #d8d8d8;*/
}
.pro a {
  display: block;
}
.pro .thumb {
  width: auto;
  height: inherit;
  padding: 5px;
}
.pro .thumb img {
  position: static;
}
.pro .price > p {
  display: block;
  float: none;
}

.wrap-pro {
  width: auto;
  border: none;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-top: none;
}
.wrap-pro .row {
  display: table;
  width: 100%;
}
.wrap-pro .pro {
  width: 50%;
  display: inline-table;
  /*float: none;*/
  box-sizing: border-box;
  border-right: none;
}
.pro .thumb {
  width: 130px;
  height: 100px;
  float: none;
  margin: 0 auto;
}
.pro .name {
  text-align: center;
}


.pro_left {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .pro_info {
    width: 100%;
    float: none;
  }
  .pro_info p.pro_price {
    margin-bottom: 10px;
  }
  .btn-red a, {    
    padding: 5px 10px 5px 30px;
    font-size: 13px;
  }
  .btn-blue,
  .btn-red {
    margin: 0 0 10px 0; 
  }
  .btn-blue a, {    
    padding: 5px 15px 5px 45px;
    font-size: 13px;
  }


.contact-footer {
  width: 100%;
  text-align: center;
}
.contact-footer li {
  display: inline-block;
  width: 30%;
  background: #e60702;
  border-radius: 5px;
  text-align: center;
  margin: 0 1%;
}
.contact-footer li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
}
.contact-footer li span {
  display: block;
}


.lienhe .right {
	width: auto;
	float: none;
}
.form_lien_he {
	width: auto;
	float: none;
}
#map_canvas {
	width: auto; 
height: 300px;
}
#bottom {padding: 15px 0;}
#bottom .col-1,
#bottom .col-2 {
  width: auto;
  float: none;
  padding: 0px 10px;
  margin: 0 0 20px;
}
#bottom .col-1 h3, #bottom .col-2 h3 {
  margin-bottom: 0;
}
#bottom .col-1 .congthuong {
  width: 150px;
  margin: 0 0 0 0;
}
#footer {
  padding-bottom: 50px;
}
#footer .copyright,
#footer .dev {
  float: none;
  width: auto;
  text-align: center;
}
	/* Phân trang
=========================*/
.pagination {
    padding: 0px;
    margin-bottom: 10px;
	 text-align: center;
}
.pagination p {
	display: block;
	margin: 8px 0px;
}



}