/*
Theme Name: netsa.vn
Theme URI: http://netsa.vn
Version:1.0
Author: Dinh Van Tan
Author URI: http://dinhvantan.com
Tags: den, do, trang...
Description: hosting, vps ssd, web design, email maketing...
*/
@import "css/reset.css";
@import "css/table.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap');
#wpadminbar #wp-admin-bar-w3tc, #wp-admin-bar-wp-logo, .woocommerce-ordering{
    display: none;
}
body{
  background: #f4f4f4;
  font-family: Roboto,sans-serif;
}
:root{
  --mau1: #007e7e;
  --mau2: #045f5f;
}
.owl-nav button {
  position:absolute;
  background-color:#c1bfda!important;
  color:#FFFFFF!important;
  width:40px;
  height:40px;
  border-radius:50%!important;
  -webkit-border-radius:50%!important;
  text-align:center;
  line-height:40px!important;
  font-size:24px!important;
  transition:0.7s all;
  -webkit-transition:0.7s all;
  padding:0!important
 }
 .owl-nav button:hover {
  background-color: var(--mau1) !important
 }
 .owl-nav button.owl-prev {
  left:-20px;
  top:26%;
  opacity:0;
  transform:translatex(25px);
  -webkit-transform:translatex(25px);
  transition-delay:0.5s
 }
 .owl-nav button.owl-next {
  right: -20px;
  top:26%;
  opacity:0;
  transform:translatex(-25px);
  -webkit-transform:translatex(-25px);
  transition-delay:0.5s
 }
.owl-loaded:hover .owl-nav button {
  opacity: 1;
  transform: translatex(0);
  -webkit-transform: translatex(0);
  transition-delay: 0s;
}
@media (min-width: 768px){
  .cot5{
    float: left;
    width: 20%;
  }
}

/*** header ***/
header{
  padding: 10px 0px 0px 0px;
  background-color: white;
}
header .item{
  margin-bottom: 10px;
}
header img{
  max-height: 55px;
}
.navbar{
  border: none;
  margin: 0px;
}
.hotlineheader{
  color: var(--mau1);
  margin-right: 20px;
  display: inline-block;
}
.hotlineheader .fa{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px;
  border: 1px solid var(--mau1);
}
.hotlineheader b{
  font-weight: bold;
  font-size: 17px;
}


/*** menu ***/
#main-menu{
  background-color: var(--mau1);
}
.navbar-nav > li > .dropdown-menu{
  padding: 0px;
}
@media (min-width: 768px){
  .menuh{
    height: 50px;
  }
  body:not(.home) .menuh{
    margin-bottom: 15px;
  }
  .navbar-nav > li > a{
    color: white;
  }
  #main-menu .nav > .current-menu-item > a, #main-menu .nav > .current-menu-parent > a, #main-menu .nav > li > a:focus, #main-menu .nav > li > a:hover{
    background-color: var(--mau2);
  }
  .navbar-nav > li > a{
    padding-left: 20px;
    padding-right: 20px;
  }
  .wphotline{
    text-align: right;
  }
  .navbar-nav .dropdown-menu{
    top: 49px;
  }
  .navbar-nav .dropdown .dropdown.open > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    background-color: #f5f5f5;
    font-size: 15px;
  }
}

/*** slider ***/
#slider{
  margin-bottom: 20px;
}

/*** nhom sp home ***/
.home-list-hot {
  border-top: 2px var(--mau1) solid;
  color: var(--mau1);
  line-height: 52px;
  font-size: 20px;
  overflow: hidden;
}
.home-list-hot h2 a{
  padding: 10px; 
  background: var(--mau1); 
  color: #fff; 
  font-weight:bold;
}
.titletext h2 {
  float: left;
  background: var(--mau1);
  color: #fff;
  margin: 0px 0px 0px 0px;
  font-size: 15px;
}
.titletext span {
  width: 0;
  height: 0;
  border-left: 12px solid var(--mau1);
  border-top: 19px solid transparent;
  border-bottom: 20px solid transparent;
  float: left;
  margin-right: 0;
}
ul.thread-list {
  margin: 0px;
  padding: 0px;
  border-left: 1px #ccc solid;
  display: inline-block;
  border-top: 1px #ccc solid;
  width: 100%;
}
ul.thread-list li {
  list-style: none;
}
.thread-list-padding {
  background: #fff;
  margin: 0;
  border: 1px #ccc solid;
  border-left: 0 none;
  border-top: 0 none;
  float: left;
  width: 25%;
  position: relative;
}
.giamgia {
  background: url(images/type-discount.png) no-repeat scroll center center transparent;
  min-height: 3.236em;
  min-width: 4.236em;
  padding: .202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  border-radius: 0%;
  color: #fff;
  font-size: .857em;
  z-index: 9;
}
.thread-list-padding img {
  display: block;
}
.thread-list-mobilebg {
  padding: 15px 10px;
  min-height: 126px;
}
.thread-list-title {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #333;
  margin-bottom: 5px;
} 
.thread-list-title h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  margin-bottom: 10px;
}
.thread-list-title h3 a {
  color: #333;
}
.thread-list-giamoi {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #d12429;
}
.viewmore{
  color:#000; 
  float: right;
  margin: 0;
  line-height: initial;
  padding: 11px;
  font-size: 15px;
  text-transform: none;
}
.home-list-recommend {
  background: var(--mau1);
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.home-list-small1 {
  max-height: 342.5px;
  overflow-x: hidden;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  position: relative;
}
.home-list-small1 ul {
  margin: 0px;
  padding: 15px;
  background: #fff;
}
.home-list-small1 ul li{
  list-style: none;
}
.home-list-small1 ul li:last-child{
  margin-bottom: 0px;
}
.home-list-small1 h3 {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  height: unset;
}
.home-list-small1 h3 a {
  color: #333;
}
bdi, .price-new, .price > .amount, .price ins{
  color: #ff0000;
  float: right;
  font-size: 17px;
  height: 25px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.single bdi, .single .price-new, .single .price > .amount, .single .price ins{
  height: 35px;
}
del bdi{
  text-align: center;
  color: #636363;
  font: 14px Arial;
  text-decoration: line-through;
}
.thread-small-padding bdi{
  font-size:13px;
  font-weight:bold;
  display: inline-block;
  text-align: left;
  line-height: 24px;
}
.thread-small-padding del, .thread-small-padding ins{
  display: inline-block;
}
@media (min-width: 768px){
  .home .thread-list-padding{
    width: 25%;
  }
  .thread-list-padding{
    width: 20%;
  }
}
@media (min-width: 1024px){
  
}

/*** news ***/
#news{
  padding: 30px 0px 10px 0px;
}
.title_h3 {
  margin: 0px;
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  border: 0 none;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.title_h3::after {
  width: 6%;
  left: 47%;
  border-width: 1.5px;
  min-width: auto;
  content: "";
  position: absolute;
  bottom: -2px;
  border-bottom: 2px var(--mau1) solid;
}
.news {
  background: #fff;
  box-shadow: 2px 2px 3px 0 #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.news img { 
  border-bottom: 1px #f2f2f2 solid;
}
.echbay-blog-title {
  margin-bottom: 0px;
  height: 50px;
  overflow: hidden;
  font-weight: bold;
  padding: 0px 10px;
  font-size: 15px;
}
.echbay-blog-title a{
  color: #333;
}
.btn-border{
  border-width: 2px;
  background-color: white;
  color: #333;
}
.btn:hover, .btn:active, .btn:focus{
  color: white;
}
.btn-success.btn-border{
  border-color: var(--mau1);
  color: var(--mau1);
}

/*** uudiem ***/
#uudiem{
  padding: 30px 0px 15px 0px;
  background-color: var(--mau1);
  color: white;
}
#uudiem .item{
  margin-bottom: 15px;
}
#uudiem .fa{
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: var(--mau1);
  float: left;
  margin: 0px 15px 0px 0px;
}

/*** footer ***/
footer .content{
  padding-top: 15px;
  padding-bottom: 15px;
}
.title-f{
  color: var(--mau1);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
}
.contentf .menu a {
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
.contentf .menu a::before {
  content: "\f101";
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
}
footer .item{
  margin-bottom: 15px;
}
#copyright{
  background-color: var(--mau1);
  color: white;
  padding: 5px 0px;
  font-size: 13px;
}
#copyright a{
  color: white;
}
#iconshot {
  position: fixed;
  right: 5px;
  bottom: 100px;
  z-index: 999;
  width: 50px;
  left: auto;
  padding-left: 0px;
}
#iconshot li {
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
  list-style: none;
}


/** product ***/
.box-dv {
  margin-bottom: 15px;
  border: 1px solid #eee;
  position: relative;
  background: #fff;
}
.box-dv .thumb{
position: relative;
}
.box-dv .thumb img{
display: block;
}
.box-dv .sale {
background: red;
color:white;
height: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 14px;
position: absolute;
top: 10px;
left: 10px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.box-dv .thumb a {
  display: block;
}
.nd-box {
  padding: 10px 10px 0px 10px;
}
.post-edit-link{
  float: left;
  margin-right: 5px;
}
.title-pro-cat {
  max-height: 60px;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
}
.title-pro-cat a.title {
  color: #444444;
  display: block;
  height: 75px;
  text-transform: capitalize;
}
.gia {
  font-weight: bold;
  color: red;
  height: 25px;
}
ins .woocommerce-Price-amount, .woocommerce-Price-amount {
  font-weight: bold;
  color: red;
  font-size: 16px;
}
.thread-small-padding ins .woocommerce-Price-amount, .thread-small-padding .woocommerce-Price-amount {
  float: left;
}
.cauhinh {
  padding: 5px 7px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: white;
}
.cauhinh.active{
  background: #f0fff8;
  border-color: #8ffbcc;
}
.cauhinh.active .fa{
  color: #00e280;
}
.cauhinh.active .fa:before {
content: "\f192";
}
.cauhinh.hethang {
  background: #f0f0f0;
  cursor: no-drop;
  color: #888;
  border: 1px solid #e5e5e5 !important;
}
.cauhinh.hethang::before {
  content: '';
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-18deg);
  height: 1px;
  z-index: 2;
  width: 100%;
}
.cauhinh strong{
  color: red;
}
.cauhinh p{
  overflow: hidden;
}


/*** page woo ***/
.title-page{
  background: var(--xanh);
  color: white;
  padding: 5px 0px 5px 10px;
  border-left: 3px solid #2686e9;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
}
.title-pro-sing{
  font-size: 17px;
  line-height: 33px;
  margin-bottom: 10px;
  font-weight: bold;
}
.main-thumbnail{
  background: #fff;
}
.main-thumbnail img{
  display: block;
}
.bgwhite{
  padding: 10px;
  background: #fff;
}
.uudai {
  padding: 13px 10px 10px 10px;
  border: 1px dashed red;
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
}
.uudai .head {
  position: absolute;
  background: #f5f5f5;
  padding: 0px 12px;
  top: -12px;
  left: 30px;
  display: inline-block;
  font-weight: bold;
}
.price-old, .price-old *{
  color: #aaa !important;
  font-size: 13px !important;
}
.price-sing{
  overflow: hidden;
  height: 35px;
}
.price-sing .price-new, .price-sing .price > .amount, .price-sing .price ins {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.price-sing > ins , .price-sing del, .price-sing .per{
  float: left;
  margin-right: 10px;
}
.itemc {
  padding: 5px 7px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 7px;
  display: inline-block;
}
.itemc.active {
  color: red;
  border: 1px solid red;
  background: transparent url("images/check.png") bottom right no-repeat;
}
.title-chon {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 7px;
  margin-right: 10px;
}
.bntruot{
position: fixed;
top: 10px;
}
.static {
  position: static !important;
}
.nextowl {
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  right: 0px;
  top: calc(50% - 20px);
  transition: all 1s ease 0s;
  z-index: 10;
}
.previousowl {
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  left: 0px;
  top: calc(50% - 20px);
  width: 40px;
  transition: all 1s ease 0s;
  z-index: 10;
}

/*** home  ***/
.searchform .item{
  margin-bottom: 10px;
}
#listhang{
  padding: 0px 0px 0px 0px;
}
.wphang{
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
}
.wphang img{
  line-height: 50px;
  vertical-align: middle;
}

/** product ***/
.box-dv {
  margin-bottom: 15px;
  border: 1px solid #eee;
  position: relative;
  background: #fff;
}
.box-dv .thumb{
position: relative;
}
.box-dv .thumb img{
display: block;
}
.box-dv .sale {
background: red;
color:white;
height: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 14px;
position: absolute;
top: 10px;
left: 10px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.box-dv .thumb a {
  display: block;
}
.nd-box {
  padding: 10px 10px 0px 10px;
}
.post-edit-link{
  float: left;
  margin-right: 5px;
}
.title-pro-cat {
  max-height: 60px;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
}
.title-pro-cat a.title {
  color: #444444;
  display: block;
  height: 75px;
  text-transform: capitalize;
}
.gia {
  font-weight: bold;
  color: red;
  height: 25px;
}
ins .woocommerce-Price-amount, .woocommerce-Price-amount {
  font-weight: bold;
  color: red;
  font-size: 16px;
}
.cauhinh {
padding: 5px 7px;
border: 1px solid #e5e5e5;
margin-right: 10px;
cursor: pointer;
display: inline-block;
width: 100%;
position: relative;
overflow: hidden;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: white;
}
.cauhinh.active{
background: #f0fff8;
border-color: #8ffbcc;
}
.cauhinh.active .fa{
color: #00e280;
}
.cauhinh.active .fa:before {
content: "\f192";
}
.cauhinh.hethang {
background: #f0f0f0;
cursor: no-drop;
color: #888;
border: 1px solid #e5e5e5 !important;
}
.cauhinh.hethang::before {
content: '';
background-color: #e0e0e0;
position: absolute;
top: 50%;
left: 0%;
transform: rotate(-18deg);
height: 1px;
z-index: 2;
width: 100%;
}
.cauhinh strong{
color: red;
}
.cauhinh p{
overflow: hidden;
}
.bntruot{
  position: fixed;
  top: 10px;
}
.static {
    position: static !important;
}
.w100pc {
  width: 100%;
}

/*** single ***/
.title-page{
  color: var(--mau1);
  text-transform: uppercase;
  padding: 5px 0px 5px 10px;
  border-left: 3px solid var(--mau1);
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
}
.sp{
    position: relative;
}
.price-sing *{
  text-align: left;
  display: inline-block;
  line-height: 35px;
}
.per{
  color: red;
}
.percent{
    background: red;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 200;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    padding: 5px;
    font-size: 13px;
}
.title-pro-cat{
    display: block;
    height: 25px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 25px;
}
.title-pro-cat a{
    color: #333;
}
.gia{
    height: 25px;
}
.price-old, .price-old span, .price del {
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
}
.price-new, .price > .amount, .price ins {
    color: red;
    font-size: 15px;
    font-weight: bold;
}
.thread-small-padding  .price-new{
  text-align: left;
}


/*** page and single ***/
#breadcrumbs{
  padding:10px 0px;
  background: #f5f5f5;
}
#content{
  padding:10px 0px;
}
.content p, .content img, .wp-caption{
  margin-bottom: 10px;
}
.content img{
    height: auto !important;
}
.content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #ddd;
}
.content table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.content table td, table th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: 1px solid #ddd;
}
/* .content table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
} */
.content{
    overflow-x: auto;
}
.alignleft{
  float: left;
  margin: 0px 10px 10px 0px;
}
.alignright{
  float: right;
  margin: 0px 0px 10px 10px;
}
.aligncenter{
  margin: 0px auto 10px;
  display: block;
}
.wraper-related .thumbnail{

}
.comment-list article{
  overflow: hidden;
}
.comment-list .children{
  padding-left: 30px;
}
.comment-meta{
  margin-right: 15px;
}
.comment-list .avatar{
  width: 80px;
  height: auto;
  float: left;
  margin: 0px 10px 0px;
  border-radius: 100%;
}
.comment-date{
  margin-bottom: 0px;
}
.author .comment-reply-link{
  display: none;
}
.author #respond, .author .btn-sm{
  display: none;
}
li.comment{
  overflow: hidden;
  margin-bottom: 10px;
}
.wp-caption-text{
  text-align: center;
  background: #e0e0e0;
  font-size: 15px;
  padding:5px;
  display: block;
  width: calc(100% - 10px);
}
.wp-caption img, .wp-caption p{
  margin-bottom: 0px;
}

/*** category ***/
.thumbnail-post-cat{
  max-width: 150px;
  height: auto;
  margin-right: 10px;
}
.thumbnail-post-cat img{
  max-width: 100%;
  max-height: 100%;
}
.title-post-cat{
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 25px;
}
.info{
    overflow: hidden;
}
.info li{
    float: left;
    margin-right: 7px;
    font-size: 14px;
    color: #888;
}
.poscat{
  margin-bottom: 15px;
}
.pagination{
  margin: 0px 0px 10px 0px;
}
.catsp{
  text-align: center;
}
.catsp img{
  margin-bottom: 10px;
}
.xam{
  color: #555;
}
.do{
  color: red;
}
.title-sp{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 25px;
  display: inline-block;
  height: 50px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background: var(--mau1);
	border-color: var(--mau1);
}
.pagination > li > a, .pagination > li > span,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: var(--mau1);
}

/*** sidebar ***/
.sb{
  margin-bottom: 15px;
}
.menuf .menusb li{
  background: #005b29;
  padding:5px 10px;
  border-top: 1px solid #167b3b;
  border-bottom: 1px solid #053d1a;
}
.menuf .menusb li:first-child{
  border-top: 0px;
}
.menuf .menusb li:last-child{
  border-bottom: 0px;
}
.sb .thumbnail img{
  height: 80px;
}
.sb .title{
  color: #555;
}
.sb .title h2{
  font-size: 15px;
  line-height: 25px;
}
.sb .thumbnail{
  margin:0px 10px 10px 0px;
}

/*** responsive ***/
@media (min-width: 1024px) {
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media (max-width: 767px) {
  .hidden-mobile, .hotlineheader, header img{
    display: none !important;
  }
  body{
    padding-top: 50px;
  }
  #main-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 555;
    box-shadow: 0px 0px 4px #999;
  }
  #menu-main-menu{
    max-height: 350px;
    overflow-y: auto;
  }
  .navbar-brand{
    padding: 5px 10px;
  }
  .navbar-brand img{
    max-height: 40px;
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: white;
  }
  .navbar-toggle .icon-bar{
    background: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* ANIMATED X */
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  /* ANIMATED X COLLAPSED */
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  /* END ANIMATED X */
  .navbar-collapse{
    border: none;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav{
    position: relative;
    z-index: 999;
    background: #f5f5f5;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
  }
  .navbar-nav{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .navbar-nav > li > a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
  }
  .navbar-nav .open .dropdown-menu>li>a{
    font-size: 15px;
    padding: 10px 0px 10px 30px;
  }
  .navbar-nav > li:first > a{
    border-top: 0px;
  }
  .navbar-nav > li:last > a{
    border-bottom: 0px;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > .current-menu-parent > a{
    background: #f0f0f0;
  }
  .thread-list-padding{
    width: 33.33%;
  }
}
@media (max-width: 580px) {
  
}
@media (max-width: 480px) {
  .thread-list-padding{
    width: 50%;
  }
  .thread-list-mobilebg{
    padding: 10px;
  }
  .home-list-small1{
    max-height: unset;
  }
  bdi, .price-new, .price > .amount, .price ins{
    font-size: 17px;
  }
}

