.image_template {
    left: 33px;
    position: absolute;
    top: 0px;
    display:none;
}
#page {
    opacity: 06;
}
@font-face {
    font-family: "Myriad Pro Bold";
    src: url("fonts/MyriadPro-Bold.otf");
}
@font-face {
    font-family: "Myriad Pro Semibold";
    src: url("fonts/MyriadPro-Semibold.otf");
}
@font-face {
    font-family: "Myriad Pro BoldCond";
    src: url("fonts/MyriadPro-BoldCond.otf");
}
@font-face {
    font-family: "Myriad Pro Regular";
    src: url("fonts/MyriadPro-Regular.otf");
}
@font-face {
    font-family: "opensans";
    src: url("fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "semibold";
    src: url("fonts/OpenSans-Semibold.ttf");
}
body {
  font: 13px/1.5 arial,helvetica,clean,sans-serif;
}
.container {
    max-width: 1215px;
}
a{
    color:#333;
}
a:focus{
	outline: none;
}
a:hover{
	text-decoration: none;
}
h1  > *, h2 > *, h3 > *, h4  > *, h5 > *, h6 > *, .h1 *, .h2 > *, .h3 > *, .h4 > *, .h5 > *, .h6 > * {
    font-family: arial,helvetica,clean,sans-serif;
    font-weight: 500;
	font-size: 13px;
}
ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.red,.label_error {
	color: red;
}

address,caption,cite,code,dfn,em,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}
q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}
figure {
  margin: 0;
}

input,button,textarea,select {
	border:1px solid #A9A9A9;	
}
.hidden,.hide,.hiden {
	display: none;
}
.clear:before, .clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    clear: both;
}
.block{
	margin-bottom: 10px;
}
.pd0{
	padding: 0;
}
.mt10{
	margin-bottom:10px;
}
.mt20{
	margin-bottom:20px;
}
.mt30{
	margin-bottom:30px;
}
.mt40{
	margin-bottom:40px;
}
/*
*
*/
#top-header {
    background: #0083bf;
}
@media only screen and (max-width:997px){
	#top-header {
	    position: absolute;
    	top: 86px;
    	 width: 100%;
	}
}
#top-header .th-text {
    padding: 6px 0;
}
#top-header .hotline {
    text-align: center;
}
#top-header #logs {
    text-align: right;
}
#top-header .th-text .th-item {
    display: inline-block;
    line-height: 26px;
}
#top-header .th-text .th-item p{
    margin-bottom: 0;
}
@media only screen and (max-width:768px){
	#top-header .th-text .th-item {
	    display: block;
	     line-height: 32px;
	}
}
@media only screen and (min-width:1200px){
	#top-header .col-lg-l{
	    width: 26%;
	}
/*	#top-header .col-lg-c{
	    width: 44%;
	}*/
	#top-header .col-lg-r{
	    width: 74%;
	}
}

#top-header  .address-item {
    background: url("../images/icon-address.png") no-repeat scroll 0 0;
    color: #fff;
    font-family: semibold;
    font-size: 15px;
    padding-left: 30px;
}
#top-header .address-item > span {
    font-family: opensans;
    color: #fff !important;
}
#top-header .telephone-item {
    background: url("../images/icon-telephone.png") no-repeat scroll 0 0;
    color: #fff;
    font-family: semibold;
    font-size: 15px;
    padding-left: 23px;
    text-transform: uppercase;
}
#top-header .telephone-item  strong {
    font-family: opensans;
    color: #fff;
    font-size: 20px;
}
#top-header  .user_item {
    color: #fff;
    font-family: opensans;
    font-size: 12px;
    text-transform: uppercase;
}
#top-header .login.user_item {
    background: url("../images/dangnhap.png") no-repeat scroll 15px 0;
    padding-left:  38px;
}
#top-header .register.user_item{
    background: url("../images/dangky.png") no-repeat;
    padding-left:25px;
}
#top-header .info_user{
    color: #fff;
    font-weight: bold;
}
@media only screen and (min-width:1200px){
	#header-main {
	    height: 140px;
	}
}
@media only screen and (max-width:997px){
	#header-main {
	    margin-bottom: 50px;
	}
}
#header-main  {
 position: relative;
}
#header-main .branding {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  float: left;
}
#header-main  #logo h1{
	margin: 0;
}
#header-main  #logo a{
	display: inline-block;
    margin-top: 20px;
}
@media only screen and (max-width:997px){
	#header-main  #logo a{
	    margin-top: 0;
	}
	#header-main  #logo a img{
	    margin-top: 0;
		height: 70px;
	}
}
/*----end.top-header----*/
@media only screen and (min-width:1200px){
	#main_container .main-column.main-colum-left{
	    width: 73.8%;
	}
	#main_container #oc-column-right.col-lg-3{
	    width: 26.2%;
	}
	#main_container #oc-column-left {
	    width: 22.2%;
	}
	#main_container .main-colum-right {
	    width: 77%;
	}
}
/*----footer----*/
#footer {
    background: #ededed;
}

#footer #footer-ct{
    margin: 40px 0 20px;
    border-bottom: 1px solid #fff;
}
@media only screen and (min-width:1200px){
	/*#footer #footer-ct .col-lg-l{
		 width: 55%;
	}
	#footer #footer-ct .col-lg-r{
		 width: 45%;
	}*/
	/*#footer-ct .maps {
	    width: 38%;
	}
	#footer-ct .category {
	    width: 26%;
	}
	#footer-ct .sale {
	    width: 36%;
	}*/
	/*#footer-ct .extras {
	    width: 27%;
	}
	#footer-ct .weblinks {
	    width: 27%;
	}
    #footer-ct .list_showroom {
        width: 54%;
    }
	#footer-ct .email {
	    width: 46%;
	}*/
}
#footer-ct .title_item {
    font-family: opensans;
    font-size: 16px;
    display: block;
}
@media only screen and (max-width:768px){
	#footer-ct .title_item {
	  width: 100%;
	  display: block;
	}
}
#footer-ct .maps > span {
    background: url("../images/icon-maps.png") no-repeat;
    border-bottom: 1px solid #f6861f;
    padding: 6px 33px 6px 52px;
}
#footer-ct .category > span {
    background: url("../images/icon-dm.png") no-repeat;
    border-bottom: 1px solid #23B4CA;
    padding: 6px 0px 6px 52px;
}
#footer-ct .sale > span {
    background: url("../images/icon-tgmh.png") no-repeat;
    border-bottom: 1px solid #40AF64;
    padding: 6px 0px 6px 52px;
}
#footer-ct .extras > span {
    background: url("../images/icon-ti.png") no-repeat;
    border-bottom: 1px solid #6E45A7;
    padding: 6px 0px 6px 52px;
}
#footer-ct .weblinks > span {
    background: url("../images/icon-wl.png") no-repeat;
    border-bottom: 1px solid #F7BE24;
    padding: 6px 0px 6px 52px;
}
#footer-ct .list_showroom > span {
    background: url("../images/icon-wl.png") no-repeat;
    border-bottom: 1px solid #F7BE24;
    padding: 6px 0px 6px 52px;
}
#footer-ct .email > span {
    background: url("../images/icon-email.png") no-repeat;
    border-bottom: 1px solid #DE5648;
    padding: 6px 0px 6px 52px;
}
#footer-ct #bottom-nav{
    margin: 15px 0;
}
#footer-ct .discount_title, #footer-ct ul > li > span{
    font-family: opensans;
    font-size: 13px;
    text-align: justify;
}
#footer-ct ul > li {

}
#footer-ct ul  li:hover  {

}
#footer-ct .bottom-nav{
    margin: 15px 0;
}
#footer-ct .bottom-nav ul  li a,#footer-ct .bottom-nav ul li span{
	background: url("../images/icon-item.png") no-repeat scroll 0px 7px;
    color: #333333;
    padding-left:10px;	 
}
#footer-ct .bottom-nav ul  li a:hover {
	background: url("../images/icon-item-active.png") no-repeat scroll 4px 7px;
    color: #3EBCCF;
    padding-left:14px;	 
}

#footer-ct .discount_content {
    margin: 25px 0 0;
}
#footer-ct .block_weblink > a {
    line-height: 30px;
}
#footer-ct .block_weblink > a:hover {
    color: #3EBCCF;
}
#footer-ct .block_weblink,
#footer-ct .inner {
    margin: 15px 0;
}
#footer-ct .block_weblink img {
    margin-right: 8px;
}

.scrollToTop{
    background: url("../images/top.png") no-repeat;
    height: 38px;
    position: fixed;
    right: 0;
    bottom: 50px;
    width: 38px;
}
.youtube{
    background: url("../images/youtube_scroll.png") no-repeat;
    height: 38px;
    position: fixed;
    right: 0;	
    bottom: 168px;
    width: 38px;
}
.facebook{
    background: url("../images/facebook_scroll.png") no-repeat;
    height: 38px;
    position: fixed;
    right: 0;	
    bottom: 130px;
    width: 38px;
}
.google{
    background: url("../images/google_scroll.png") no-repeat;
    height: 38px;
    position: fixed;
    right: 0;	
    bottom: 90px;
    width: 38px;
}
@media screen and (max-width:1200px){
	.scrollToTop,.youtube,.facebook,.google{
		display: none;
	}
}
.search_mobile {
    background: none repeat scroll 0 0 #0083bf;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
     line-height: 26px;
}
.search_mobile  #search_form_simple {
    width: 100%;
}