/* lg */ 
@media (min-width: 1200px) {
  .left-sidebar{
    width: 230px;
    float: left;
    z-index: 2;
    position: relative;
  }
  .content-sidebar{
    /*width: 520px;*/
    border: 1px solid rgb(14,92,154);
    float: left;
    /*margin-left: 60px;*/
  }
  #mainpage .col-sm-8{
    z-index: 1;
    position: relative;
  }
  .right-sidebar{
    width: 230px;
    float: right;
    z-index: 2;
    position: relative;
  }

}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-header{
    width: 100%;
    height: 40px;
    float: left;
    background-color: rgb(49,141,206);
}
.navbar-brand{
  height: 40px;
  background-color: #c60a01;
  padding: 0px;

}
.navbar-brand i{
  font-size: 22px;
  line-height: 40px;
  float: left;
  color: #fff;
  padding: 0px 15px;
}
#mainpage{
  margin-top: 10px;
}

#footer .bottom{
  background-color: none;
  height: auto;
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 60px;
  padding-top: 20px;
}
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  #footer .bottom{
  background-color: none;
  height: auto;
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 60px;
  padding-top: 20px;
}
.bg-header{
  height: auto;
  background-color: #fff;

  background-image: url('../images/header-mobile.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px;
  padding: 0px;
}
.navbar-header{
    width: 100%;
    height: 40px;
    float: left;
    background-color: rgb(49,141,206);
}
.navbar-brand{
  height: 40px;
  background-color: #c60a01;
  padding: 0px;

}
.navbar-brand i{
  font-size: 22px;
  line-height: 40px;
  float: left;
  color: #fff;
  padding: 0px 15px;
}
#mainpage{
  margin-top: 10px;
}
.nav-tabs li a{
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  color: #000;
  text-align: center;

  border: none;
  height: 70px;
}
.content-sidebar{
    border: 1px solid rgb(14,92,154);
    float: left;
  }
}

/* xs */
@media (max-width: 767px) {
  body {
  background-color: #f5f5f5;
}
.navbar-header{
    width: 100%;
    height: 40px;
    float: left;
    background-color: rgb(49,141,206);
}
.navbar-brand{
  height: 40px;
  background-color: #c60a01;
  padding: 0px;

}
.navbar-brand i{
  font-size: 22px;
  line-height: 40px;
  float: left;
  color: #fff;
  padding: 0px 15px;
}
#mainpage{
  margin-top: 10px;
}

h2.title {
  height: auto;
  line-height: 18px;
  font-size: 13px;
  color:rgb(255,245,0);
  font-weight:bold;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index:3;
  background-color: rgb(14,92,154);
  padding: 7px;
  margin: 0px;
  float: left;
  width: 100%;
  margin-top:15px;
}
.nav-tabs li{
  float: left;
  width: 50%;
  height:10%;
  margin-bottom: 5px;
}
.nav-tabs li a{
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  color:#FFF;
  text-align: center;

  border: none;
  border-radius: 0;
  margin-right: 0px;
}
.nav-tabs li a:hover{
  border: none;
  border-radius: 0;
  margin-right: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  border-radius: 0;
}
.brands-name{
  /*margin-top: 15px;*/
}
.brands-name .nav-stacked li a {
  /*background-color: #FFFFFF;*/
  color: #fff;
  font-weight: normal;
  padding: 10px 15px;
  padding-left: 30px;
  border-radius:0;
  float: left;
  width: 100%;
}
.left-sidebar h2,
.right-sidebar h2{
  height: auto;
  line-height: 18px;
  color:#fff;
  font-size: 13px;
  font-weight:bold;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index:3;
  background-color: rgb(14,92,154);
  padding: 10px 15px;
  float: left;
  width: 100%;
  margin-top:10px;
}
.vanban{
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
  float:left;
  padding: 15px;
  padding-bottom: 0px;
  margin: 5px 0px;
  font-size:14px;
}
.vanban a{
	font-size: 15px;
}
.vanban a:hover{
	font-size: 15px;
}

.tinmoidang a{
	font-size: 15px;	
}

.tinmoidang a:hover{
	font-size: 15px;	
}

.tinmoidang {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
  color:#353535;
  float:left;
  padding:10px 5px;
  padding-bottom: 0px;
  font-size: 14px;
  margin: 5px 0px;
}
#footer {
  border-top: 1px solid #000;
}

#footer .container .row{
  
  margin-left: -15px;
  margin-right: -15px;
}

#footer .center .text-center{
  text-align: left;
}
#footer .bottom{
  background-color: none;
  height: auto;
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 60px;
  padding-top: 20px;
}
#footer .bottom .text-right{
  text-align: right;
  margin-top:20px;
}

.bg-header{
  height: auto;
  background-color: #fff;

  background-image: url('../images/header-mobile.png');
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0px;
  padding: 0px;
}
.bg-header .logo{
  margin-bottom: 10px;
  padding: 0px 0px;
  margin-top: 10px;
  float: left;
}
.left-sidebar,
.right-sidebar{
  padding: 0px 0px;
  background-color: #fff;
  float: left;
  width:100%;
}
#mainpage .col-sm-8{
  padding: 0px;
}

.breadcrumb{
	min-height:40px;
}

}
/* XS Portrait */
@media (max-width: 480px) {
.tab-content p{
	font-size:16px !important;
}
.tab-content p span{
	font-size:16px !important;
}
.tinmoidang p{
	font-size:16px;
}
#footer p{
	font-size:16px !important
}
  
}
