/* Main */
@font-face {
        font-family: "VNF-Caviar Dreams";
        src: url('../fonts/VNF-Cariar-Dreams/VNF-Cariar-Dreams-Regular.eot');
        src: url('../fonts/VNF-Cariar-Dreams/VNF-Cariar-Dreams-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VNF-Cariar-Dreams/VNF-Cariar-Dreams-Regular.svg#VNF-Caviar Dreams') format('svg'),
        url('../fonts/VNF-Cariar-Dreams/VNF-Cariar-Dreams-Regular.woff') format('woff'),
        url('../fonts/VNF-Cariar-Dreams/VNF-Cariar-Dreams-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
   @font-face {
    font-family: 'MyriadProCondensed';
    src: url('../fonts/MyriadPro-Cond/myriadpro-cond.eot');
    src: url('../fonts/MyriadPro-Cond/myriadpro-cond.eot') format('embedded-opentype'),
         url('../fonts/MyriadPro-Cond/myriadpro-cond.woff') format('woff'),
         url('../fonts/MyriadPro-Cond/myriadpro-cond.ttf') format('truetype'),
         url('../fonts/MyriadPro-Cond/myriadpro-cond.svg#MyriadProCondensed') format('svg');
   }

   @font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadPro-Regular/myriadpro-regular.eot');
    src: url('../fonts/MyriadPro-Regular/myriadpro-regular.eot') format('embedded-opentype'),
         url('../fonts/MyriadPro-Regular/myriadpro-regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/MyriadPro-Bold/myriadpro-bold.eot');
    src: url('../fonts/MyriadPro-Bold/myriadpro-bold.eot') format('embedded-opentype'),
         url('../fonts/MyriadPro-Bold/myriadpro-bold.woff') format('woff'),
         url('../fonts/MyriadPro-Bold/myriadpro-bold.ttf') format('truetype'),
         url('../fonts/MyriadPro-Bold/myriadpro-bold.svg#MyriadProBold') format('svg');
}
 
.main{width: 1000px;margin:0 auto; }
a{text-decoration: none}

/* header top */
.header-main{width: 100%;margin: 0px;padding: 0px}
.header_top
{
	float:left;
	width: 100%;
        margin-bottom: 10px
}
.header_top .logo_search{float:left;width: 100%}
.logo_search .icon_logo{float:left;width: 610px;}
.logo_search .icon_logo .logo_thumnail{float:left;margin-top: 5px}

.logo_search .icon_logo .logan
{
	background: url('../images/logan.png') no-repeat ;
	width: 210px;
	height:30px;
	float:left;
	position: relative;
	top: 33px;
	left:20px;
}
.logo_search .lay_search
{
	background: url('../images/bg_lay_search.png') repeat-x;
	width: 242px;
	height: 30px;
	float: right;
	border-radius: 5px;
	margin-top: 30px;
}
.lay_search .btn_lay{
border: 1px solid #0684c5;
background: rgb(11,153,225); /* Old browsers */
 

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
color: rgb(255, 255, 255);
font-size: 14px;
font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;	
height: 28px;
width: 236px;
position: relative;
left: 3px;
top: 1px;
}
.lay_search .btn_lay .form_search
{
	
}
.lay_search .btn_lay .txt_submit
{
        border:none;
	background: none;
        
	background: url('../images/icon_search.png') no-repeat top left;
	width: 20px;
	height:20px;
	text-indent: -999px;
	cursor: pointer;
	margin: 4px 1px 1px 0;
}
.lay_search .btn_lay .txt_search
{
	width: 198px;
	height:25px;
	border-radius: 5px;
	border: 2px solid #f8f8f9;
	position: relative;
	top: -1px;
	background: rgb(229,230,232); /* Old browsers */
  
background: -webkit-linear-gradient(top,  rgba(229,230,232,1) 0%,rgba(239,240,241,1) 48%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,230,232,1) 0%,rgba(239,240,241,1) 48%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,230,232,1) 0%,rgba(239,240,241,1) 48%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,230,232,1) 0%,rgba(239,240,241,1) 48%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e6e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

} 
/* slide show */

.lay_slideshow{
float:left; width: 100%;
margin-top: 2px;
margin-bottom: 10px;
-moz-box-shadow: 2px 3px 8px #cbcbcb;
-webkit-box-shadow: 2px 3px 8px #cbcbcb;
box-shadow: 2px 3px 8px #cbcbcb;
position: relative;
}

.lay_slideshow .left_slide{float:left}
.lay_slideshow .list_slide{width: 100% !important}
.lay_slideshow .list_slide li{width: 100%;height:283px}
.lay_slideshow .list_slide li img{height:283px;width: 100%}
.lay_slideshow .pager_slide_list{position: absolute;float:left;right:65px;bottom:15px;z-index: 99}
.lay_slideshow .pager_slide_list .item{
  height: 18px;width: 20px;float:left;
  text-indent: -999px;
  background-image: url(../images/icon_slide_pager.png);
  background-repeat: no-repeat;
  background-position: 2px 0px;
  cursor: pointer;

}
.lay_slideshow .pager_slide_list .item.selected{background-position: -22px 0px}
/* hot san pham */
.lay_hot_sp{
  float:left;
 position: relative;
  width: 100%;border-radius: 5px;background-color: #1190d1;height: 36px;margin: 10px 0px 10px 0px;}
.lay_hot_sp .caroufredsel_wrapper{
height: 36px !important;
width: 800px !important;
margin: 0px auto !important;
float: none !important;    
    
}
.lay_hot_sp .list_hot{float:left !important;width: 100% !important;height:36px !important}
.lay_hot_sp .label
{

    font-family: "MyriadProRegular";
    font-size: 18px;
    float:left;
    width:100%;
    text-align: center;
    padding: 7px 0px;
    
}
.lay_hot_sp .label a{color:#FFFFFF;}
.lay_hot_sp .control_pager
{
    display: inline-block;
    position: absolute;
    width: 31px;
    height:31px;
    background-image: url('../images/icon_control_hot.png');
    cursor: pointer;
    bottom: 4px;
    z-index: 999;
}
.lay_hot_sp .control_prev{background-position: 0px 0px;left:8px}
.lay_hot_sp .control_next{background-position: -42px 0px;right:8px}
/* lay content home */
.main_content_home
{
	float:left;
	width: 100%;

}
.main_content_home.margin-page{margin-top: 15px}
.main_content_home .left{width: 772px;float:left;margin-left: 20px;margin-bottom: 20px}

.left .category{float:left;width: 100%;margin-bottom: 10px}
.category .header {
float:left;
width: 100%;
height: 30px;
padding: 1px 0 2px;
 border-bottom:3px solid #0973a9;
 position: relative;
}
.category .header h2{
font-family: "MyriadProRegular";font-size: 15px;text-transform: uppercase;
 float:left;
 height:30px;
 font-weight: normal;
 padding: 0px 5px 0px 20px;
 display: table;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
background-color:#1190d1;
}
.category .header span.arrow
{
    content:" ";
    display: inline-block;
    width: 0px;
height: 0px;
border-style: solid;
border-width: 30px 0 0 29px;
border-color: transparent transparent transparent #1191d1;
position: relative;
top:0px;
float:left;

}
.category .header a {color:#FFFFFF;display: table-cell;vertical-align: middle;}
.category .header .list_sub{
float:right;
position: absolute;
right: 0px;
bottom: 2px;}
.category .header .list_sub li{float:left}
.category .header .list_sub li a:after
{
    content:"|";
    color:#327bc6;
    text-shadow: 0px 0px #327bc6;
    display: inline-block;
    position: relative;
    margin: 0px 5px 0px 5px
    
}
.category .header .list_sub li:last-child a:after , .category .header .list_sub li.end a:after{content:"";margin: 0px}
.category .header .list_sub li a{color:#848181}
.category .lists_sp{
  float:left;width: 100%; /*background-color: #ebebeb;border:1px solid #d1cfcf;*/} 
.category .lists_sp .caroufredsel_wrapper{width: 100% !important;height: 315px !important}
.category .lists_sp ul.sanphams{height: inherit  !important;float:left;padding: 6px 8px 15px 0;overflow: hidden}
.category .lists_sp li{
background-color:#FFFFFF;float:left;width: 175px;height: 210px;border:1px solid #d6d5d5;
margin-right: 5px;/*margin-left: 6px;*/margin-bottom: 10px;position: relative;z-index: 10;
text-align: center;
}
.category .lists_sp li:last-child,.category .lists_sp li.end{margin-right: 0px}
.category .lists_sp li .thumnail_img{display: inline-block ;text-align: center;width: 100%;margin-top: 7px}
.category .lists_sp li .thumnail_img img {max-width: 160px;max-height: 132px}
.category .lists_sp li .info 
{
display: inline-block;
width: 100%;
text-align: center;

}
.category .lists_sp li .info .title{font-size: 13px;margin-bottom: 5px;line-height: 20px;padding: 0px 5px;}
.category .lists_sp li .info .title a{color:#000000;}
.category .lists_sp li .gia_sp{color:#fa0101;font-size: 15px;font-weight: bold;display: inline-block;width: 100%;position: absolute;bottom: 10px;left: 0px}
.category .lists_sp li .more
{
   font-family: "MyriadProRegular";
   color:#242323;
   font-size: 15px;
   float:right;
   margin-right: 10px;
   margin-bottom: 5px;
   
}
.category .lists_sp li .more:before
{
    content:" ";
    display: inline-block;
    width: 20px;
    height:20px;
    background:url('../images/icon_more.png') no-repeat;
    position: relative;
    top:4px;
    margin-right: 5px;
}
.category .lists_sp li:after,.category .lists_sp li:before
{
    top: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.category .lists_sp li:after
{
/*background: url('../images/bg_shadow.png') no-repeat top -9px left 11px;
bottom: 0px;
left:40%
*/
}

.category .control_slide{float:left;width: 100%;height: 30px;margin: 0px 0px 5px 0px;text-align: center;}
.category .control_slide .icon_control
{
	background: url('../images/control_slide.png') no-repeat;
	display: inline-block;
	width: 58px;
	height: 25px;
	margin-right: 10px;
	cursor: pointer;
}
.category .control_slide .next{background-position: top 0px left -58px;}

/* right */
.main_content_home .right {
float:left;width: 208px;
}
.right .artice_right {
width: 100%;
float:left;
border:1px solid #cdcdcd;
background-color:#FFFFFF;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-bottom: 8px;
}
.right .artice_right .header_right {
	background: #1190d1; 
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height:30px;
text-align: center;

}
.right .artice_right .header_right h3{
color:#FFFFFF;font-family: "MyriadProRegular" ;
font-size: 15px;
text-transform: uppercase;
font-weight: normal;
line-height: 28px;
padding-bottom: 4px;
border-bottom: 3px solid #0973a9;
}
.right .artice_right .content_fanpage_fb{float:left;margin-left: 14px;margin-top: 10px;margin-bottom: 10px}
.artice_right .list_sp_right{float:left;width: 100%;padding-top: 20px;}
.artice_right .list_sp_right li{float:left;width: 100%}
.dich_vu .list_sp_right li{margin-bottom: 15px;}
.artice_right .list_sp_right li .thumnail{position: relative;float:left;width: 100%;text-align: center}
.artice_right .list_sp_right li .thumnail img{width: 176px;height:160px}

.artice_right .list_sp_right li .info {
text-align: center;
font-weight: bold;
float: left;
width: 100%;
margin-top: 5px;}
.artice_right .list_sp_right li .info h4 a {color:#000000;}
.artice_right .list_sp_right li .info .gia_cu{text-decoration: line-through;margin: 4px 0px 4px 0px;}
.artice_right .list_sp_right li .info .gia_km,.artice_right .list_sp_right li .info .gia_ban{color:#fa0101;font-size: 15px;margin: 5px 0px 3px 0px;}
.artice_right .list_sp_right li .info .sp_kem{float:left;width: 100%;text-align: center}
.artice_right .list_sp_right li .info .sp_kem p {display: inline-block;width: 120px;line-height: 18px;}
.artice_right .list_sp_right li .info .more {color:#81b727;font-weight: normal;padding: 5px 0px 10px 0px;display: inline-block}
.artice_right .list_sp_right li .soc {border-top:1px solid #d5d4d4;width: 165px;height: 2px;float:left;margin: 0px 20px 10px 20px}
.artice_right .list_sp_right li:last-child .soc{border: none}
.artice_right .menu-sildebar{float:left;width: 100%;margin-top: 10px}
.menu-sildebar .expand{
    width: 14px;
    height: 14px;
    float:left;
    background: url('../images/expand.png') no-repeat;
    position: relative;
    top:11px;
    left: 5px;
    cursor: pointer;
}
.menu-sildebar .expand.disexpand
{
  width: 14px;
    height: 14px;
    float:left;
    background: url('../images/disenpad.png') no-repeat;
    position: relative;
    top:11px;
    left: 5px;
    cursor: pointer;   
}
.menu-sildebar li{border-bottom: 1px solid #e4e4e4;overflow: hidden;}
.menu-sildebar li a{color: #58585a;font-size: 14px;padding: 10px 10px 10px 25px;display: block;}
.menu-sildebar li.active a {color:#0973a9;}
.slide-down {display: none;}
.slide-down li{border:none}
.slide-down li a {color:#58585a !important}
.slide-down li.active a{color:#0973a9 !important}
.ho_tro .list_sp_right {background-color: #f3f3f3;padding-top: 10px;padding-bottom: 20px;}
.ho_tro .list_sp_right li{}
.ho_tro .list_sp_right li .secoail:before
{
    content: " ";
    display: inline-block;
    width: 30px;
    height:30px;
    position: relative;
    background-image: url('../images/icon_support.png');
    background-repeat: no-repeat;
    margin-right: 5px;
}
.ho_tro .list_sp_right li .yahoo:before{background-position: 0px 7px}
.ho_tro .list_sp_right li .mail{color:#1190d1;font-size: 11px;text-shadow: 0px 0px #1190d1}
.ho_tro .list_sp_right li .phone{color:#fa0101;font-family: "MyriadProBold";font-size: 17px;}
.ho_tro .list_sp_right li .mail:before{background-position: 0px -32px;top:4px;}
.ho_tro .list_sp_right li .phone:before{background-position: 0px -70px;}
/* share secoial */

.main-secoail{width: 100%;height: 36px;background: url('../images/bg_secoial.png') repeat-x;display: inline-block}
.main-secoail .lay_secoail{width: 960px;margin: 0px auto;}
.main-secoail .lay_secoail .lists_secoail{float:right;margin-top: 3px;}
.main-secoail .lay_secoail .lists_secoail .icons_web
{
	float:left;
	width: 28px;
	height: 28px;
	margin-right:5px;
	background: url('../images/icon_web.png') no-repeat;
}

.main-secoail .lay_secoail .lists_secoail .facebook{background-position:-7px -8px}
.main-secoail .lay_secoail .lists_secoail .gmail{background-position: -7px -47px}
.main-secoail .lay_secoail .lists_secoail .yahoo{background-position: -7px -88px}
.main-secoail .lay_secoail .lists_secoail .twitter{background-position: -7px -129px}
.main-secoail .lay_secoail .lists_secoail .camera{background-position: -7px  -165px}

/* footer */
.main-footer{background: url('../images/bg_footer.png') repeat-x;width: 100%;}
.main-footer .lay_footer
{
	width: 960px;
	margin: 0px auto;
        color:#fffefe;
}
.main-footer .lay_footer .top{
	display: inline-block;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 15px;
}
.main-footer .lay_footer .column{float:left;width: 100%}
.main-footer .lay_footer .column p {text-shadow: 0px 0px #fffefe;font-size: 14px;margin-bottom: 3px }

/* page */
#messages 
{
    float: left;
width: 683px;
padding: 10px;
}
#pager-wrapper {float:left;width: 751px;padding: 10px;
-moz-box-shadow: 1px 0px 6px #ccc;
-webkit-box-shadow: 1px 0px 6px #ccc;
box-shadow: 1px 0px 6px #ccc;}
#pager-wrapper h1.title{font-size: 18px}
#pager-wrapper h1.title_small{font-size: 15px;}
#pager-wrapper .tabs{float:left;width: 100%}
.tabs ul.primary {
float: left;
border-bottom: 2px solid #1190d1;
text-transform: uppercase;
font-size: 0.923em;
margin: 0;
padding-top: 0;
}
.tabs ul.primary li {
float: left;
list-style: none;
margin-right: 2px !important;
}
.tabs ul.primary li a:link, .tabs ul.primary li a.active, .tabs ul.primary li a:active, .tabs ul.primary li a:visited, .tabs ul.primary li a:hover, .tabs ul.primary li.active a {
background: url('../images/bg_header_category.png') repeat-x;
display: block;
float: left;
height: 18px;
line-height: 20px;
padding: 3px 10px 3px 10px !important;
color: rgb(255, 255, 255);
font-family: "arial";
font-size: 12px;
text-shadow: 0px 0px rgb(255, 255, 255);
-moz-border-radius: 3px 3px 0 0;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-radius: 3px 3px 0 0;
}
/* page tin tuc */

.page_tintuc_list{float:left}
.page_tintuc_list .header,#pager-wrapper .header
{
    float: left;
width: 100%;
border-bottom: 3px solid #1190d1;
margin-bottom: 5px;
}
.page_tintuc_list .header h1,#pager-wrapper .header h1.line
{
float: left;
width: 100%;
padding-bottom: 3px;
font-size: 22px;
text-shadow: 0px 0px #000;
font-weight: normal;
font-family: "MyriadProCondensed";
}
.page_tintuc_list .header h1:before,#pager-wrapper .header h1.line:before
{
background: url('../images/icon_title_sp.png') no-repeat;
content: " ";
display: inline-block;
width: 8px;
height: 8px;
position: relative;
margin-right: 5px;    
}
.page_tintuc_list .item{
 float:left;
 width: 100%;
 position: relative;
 margin-bottom: 8px;
 border-bottom: 1px solid #ccc;
 padding-bottom: 10px;
}
.page_tintuc_list .item.end{border-bottom: none;padding-bottom: 0px}
.page_tintuc_list .item .title{float:left;margin-bottom: 5px;width: 100%;font-size: 14px}
.page_tintuc_list .item .title a{color:#030303}
.page_tintuc_list .item .thumnail{float:left;width: 120px;height: 90px;border:1px solid #ccc;padding: 1px}
.page_tintuc_list .item img{width: 120px;height:90px}
.page_tintuc_list .item .summary{float:left;width: 540px;margin-left: 5px;line-height: 18px}
.page_tintuc_list .item a.more{
    display: inline-block;
    position: absolute;
    right:0px;
    bottom: 5px;
    color:#1190d1;
}

.share_secoial_page{float:left;width: 100%;margin: 5px 0px 5px 0px}

/* related */
.artice_related {
    float: left;
    margin-top: 15px;
    padding-left: 5px;
    position: relative;
    width: 100%;
}
.artice_related h3{float:left;width: 100%;font-size: 18px;margin-bottom: 5px}
.artice_related ul li {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.artice_related ul li a:before {
    background: url("../images/icon_list.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    content: " ";
    display: inline-block;
    font-size: 11px;
    height: 8px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0;
    position: relative;
    top: 1px;
    width: 8px;
}
.artice_related ul li a {
    color: #404040;
    text-shadow: 0px 0px #404040;
    font-size: 12px;
}

.breadcrumbs {
background: rgb(247, 247, 247);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(223,223,223,1) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(247, 247, 247)),color-stop(100%,rgb(223, 223, 223)));
background: -webkit-linear-gradient(top,rgb(247, 247, 247) 0%,rgb(223, 223, 223) 100%);
background: -o-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(223,223,223,1) 100%);
background: -ms-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(223,223,223,1) 100%);
background: linear-gradient(to bottom,rgb(247, 247, 247) 0%,rgb(223, 223, 223) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#dfdfdf',GradientType=0);
float: left;
width: 100%;
height: 28px;
margin-bottom: 10px;
}
.breadcrumbs .bread {
padding: 5px 0px 5px 8px;
float: left;
}
.breadcrumbs .icon_breadcrumb {
height: 30px;
width: 58px;
background: url('../images/icon_breadbrums.png') no-repeat top left -1px;
float: left;
position: relative;
top: -2px;
}
.breadcrumbs ul.list li {
float: left;
}
.breadcrumbs ul.list li a {
color: rgb(38, 39, 39);
text-shadow: 0px 0px rgb(38, 39, 39);
display: inline-block;
font-size: 13px;
}
.breadcrumbs ul.list li a:after {
content: " ";
display: inline-block;
margin-right: 2px;
padding: 0px;
width: 15px;
height: 8px;
background: url('../images/icon_readmore.png') no-repeat top -2px left -50px;
position: relative;
top: 0px;
}
.breadcrumbs ul.list li.end a:after {background: none}


/* clound zoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #ccc;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #ccc;
	overflow:hidden;
        background-color: #fff;
        background-size: 800px 600px;
        background-repeat: no-repeat;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
.cloud-zoom-gallery-thumbs{margin-top: 5px;text-align: center;width: 220px}
.cloud-zoom-gallery-thumbs .cloud-zoom-gallery{height: 34px;display: inline-block;margin-right: 11px;margin-bottom: 5px;border:1px solid #ccc}
.lay_body_sp{float:left;width: 100%;margin-top: 20px}
.lay_body_sp .title_header{float:left;width: 100%;border-bottom: 3px solid #1190d1;padding-bottom: 3px;font-size: 16px;margin-bottom: 10px}
.lay_sanpham {float:left;width: 100%;margin-top: 10px;}
.lay_sanpham .lay_left{float:left;width: 240px;}
.lay_sanpham .thumnail{float:left;margin-right: 10px;border:1px solid #ccc; padding: 1px}

.lay_sanpham .info_sp
{
    float:left;
    width: 510px;
}
.lay_sanpham .info_sp table ,.lay_sanpham .info_sp tbody , .lay_sanpham .info_sp tbody tr {border:none}
.lay_sanpham .info_sp table tr td {
border-bottom: 1px dotted #999999;
font-size: 12px;
min-width: 100px;
padding-bottom: 3px;
padding-right: 10px;
padding-top: 0;
line-height: 20px;
}
.lay_sanpham .list_info .label{font-size: 15px;font-weight: normal;font-weight: bolder}
.lay_sanpham .price{float:left;width: 440px;font-size: 15px;font-weight: bolder}
.lay_sanpham .label{font-weight: bolder}
.lay_sanpham .price .contact{color:#fa0101;;font-weight: bold;}
.lay_sanpham .price .value{color:#fa0101;font-family: "MyriadProCondensed";font-size: 18px}
.lay_sanpham .share_secoial{float:left;width:225px;margin-top: 10px}
.lay_sanpham .share_secoial .at300b{float:left;}
.lay_sanpham .share_secoial .addthis_button_tweet{width: 82px}
.lay_sanpham .share_secoial .addthis_button_google_plusone{width: 60px}
.lay_sanpham .list_info{float:left;width: 100%;}
.lay_sanpham .list_info .label{float:left;width: 100%;margin-bottom: 3px}
.random_category,.sanpham_category{float:left;width: 100%;margin-top: 15px}
.random_category .header,.sanpham_category .header{float: left;width: 100%;border-bottom: 3px solid #1190d1;margin-bottom: 5px}
.random_category .header h3{float:left;width: 100%;padding-bottom: 3px;font-size: 16px;font-weight: normal; text-shadow: 0px 0px #000}
.random_category .header h3:before
{
    background: url('../images/icon_title_sp.png') no-repeat;
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    margin-right: 5px;
}
.random_category .item,.sanpham_category .item{float:left;position: relative;margin-right: 30px;margin-bottom: 10px}
.random_category .item.end-margin,.sanpham_category .item.end-margin{margin-right: 0px}
.random_category .item .thumnail,.sanpham_category .item .thumnail {border:1px solid #ccc;padding: 1px;width: 160px;height:120px}
.random_category .item img,.sanpham_category .item img{width: 160px;height:120px;}
.random_category .item .title , .sanpham_category .item .title{
 position: absolute;
 bottom: 2px;
 left:2px;
width: 150px;
text-align: center;
padding: 5px;
background-color: rgba(34, 34, 34, 0.67);}
.random_category .item .title a , .sanpham_category .item .title a{color:#fff}
.random_category .item .title a:hover,.sanpham_category .item .title a:hover{text-decoration: underline}
.sanpham_category .header h1{float:left;width: 100%;padding-bottom: 3px;font-size: 17px; text-shadow: 0px 0px #000}
.sanpham_category .header h1:before
{
   background: url('../images/icon_title_sp.png') no-repeat;
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    margin-right: 5px;  
}
.lay_dichvu {float:left;width: 100%}
.lay_dichvu .thumnail{float:left;margin-right: 10px;border:1px solid #ccc; padding: 1px;width: 320px;height:220px}
.lay_dichvu .thumnail img{width: 320px;height:220px}
.lay_dichvu table , .lay_sanpham tr , .lay_dichvu td , .lay_dichvu tbody{border:1px solid;}
.lay_dichvu .info_sp
{
    
}
.lay_dichvu .list_info .label{font-size: 18px;font-weight: normal;}
.lay_dichvu .share_secoial{float:left;width: 100%;margin-top: 10px}
.lay_dichvu .share_secoial .at300b{float:left;}

#pager-wrapper input[type="text"], #pager-wrapper input[type="password"], #pager-wrapper textarea {
border: 1px solid rgb(204, 204, 204);
height: 23px;
}
#pager-wrapper button, .btn_datmua, #pager-wrapper input[type="submit"], #pager-wrapper input[type="reset"], #pager-wrapper input[type="button"] {
background-image: -ms-linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%);
background-image: -moz-linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%);
background-image: -o-linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgb(255, 255, 255)),color-stop(1,rgb(227, 227, 227)));
background-image: -webkit-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(227, 227, 227) 100%);
background-image: linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E3E3E3');
border: 1px solid rgb(219, 219, 219);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 rgb(255, 255, 255);
-o-box-shadow: inset 0 1px 0 0 white;
color: rgb(51, 51, 51);
position: relative;
font-weight: bold;
padding: 4px .8em 5px .8em;
font-size: 13px;
}
#pager-wrapper .description{font-size: 12px;margin-top: 3px;}
#pager-wrapper .lay_lienhe textarea{height:150px;resize: none }
#pager-wrapper .lay_lienhe .grippie{display: none}
#pager-wrapper .form-item label{margin-bottom: 5px;margin-top: 5px}

.list_term_product{float:left;width: 100%}
.list_term_product .category_term{float:left;width: 100%;border:1px solid #ccc;margin-bottom: 10px}
.list_term_product .header{
float: left;
width: 100%;
padding: 0px;
height: 35px;
background-color: #1190d1;
}
.list_term_product .header a h2 {
float: left;
padding: 10px 10px 10px 25px;
color: #fff;
font-size: 20px;
font-weight: normal;
font-family: "MyriadProCondensed";
background: none;   
}
.list_term_product .category .header .list_sub{right:10px}
.list_term_product .category .header .list_sub li a{color:#fff;font-size: 13px;}
.list_term_product .category .header .list_sub li a:after{color:#fff}
.search_term_product .header h1{ 
color:#fff;
font-size: 24px;
font-weight: normal;
font-family: "MyriadProCondensed";
padding: 5px 0px 5px 20px;
}
.pager-term {float:left;width: 100%;margin-top: 10px}
.pager-term .item-list {
    margin: 0 auto;
    width: 60%;
}
.pager-term .item-list ul.pager li {
    background-color: #1190d1;
    border: 1px solid #CCCCCC;
    color: #fff;
    padding: 3px 6px;
}
.pager-term .item-list ul.pager li a {
    color: #fff;
}
.search_term_product .lists_sp{
    background: none;
    border: none;
    width: 750px;
}
.search_term_product .lists_sp ul.sanphams{padding: 0px}
@media (min-width: 1200px)
{
    .navbar-default .navbar-brand{display: none}
}
@media only screen and (max-width: 985px) and (min-width: 768px){
.logo_search .icon_logo {width:100%}    
.main_menu,.main-secoail,.main-footer{width: 1000px}    
}
