/*
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";
*/

/*** header ***/
#top{
  border-bottom: 1px dashed #e0e0e0;
  padding: 5px 0px;
  background: #f5f5f5;
}
header{
  padding: 10px 0px;
}


/*** cat home ***/
.product{
  margin-bottom: 15px;
}
.thumbnail{
  margin-bottom: 7px;
}
.post-edit-link{
  float: left;
  margin-right: 5px;
}
.title-t{
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
  height: 50px;
}
.title-t *{
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 5px;
}
.gia{
  height: 30px;
}
.giatt{
  font-weight: bold;
  color: red;
}
.giam{
  color: #999;
  font-size: 15px;
  text-decoration: line-through;
}

.banner {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.banner:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out 0s; }

.banner:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

/*** sidebar ***/
.sb{
  margin-bottom: 15px;
}
.sb .thumbnail img{
  height: 80px;
}
.sb .title{
  color: #555;
}
.sb .title h2{
  font-size: 17px;
}
.sb .thumbnail{
  margin-right: 10px;
}

/*** doi tac ***/
.owl-loaded{
  overflow: hidden;
}
.owl-item{
  float: left;
}
#doitac{
  padding: 10px 0px;
  background: #f0f0f0;
}
#doitac .owl-item{
  height: 100px;
  text-align: center;
  padding:5px;
  background: #fff;
}
#doitac img{
  display: inline;
  vertical-align: middle;
  line-height: 100px;
  max-height: 90px;
  width: auto;
}
.next{
  position: absolute;
  right: 0px;
  top: calc(50% - 13px);
  z-index: 3;
  font-size: 30px;
  color: #38A9E7;
  cursor: pointer;
}
.previous{
  position: absolute;
  left: 0px;
  top: calc(50% - 13px);
  z-index: 3;
  font-size: 30px;
  color: #38A9E7;
  cursor: pointer;
}



/*** bgsl ***/
.bgsl{
  background: #f5f5f5;
  margin-bottom: 10px;
  position: relative;
}
.bgsl:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("images/b3.png") repeat top center;
    width: 100%;
    height: 100%;
    opacity : 0.3;
}
#slider{
  position: relative;
  z-index: 1;
}

/*** footer ***/

/*** info footer ***/
.info-footer{
  padding:15px 0px;
  background: #333;
}
.info-footer li{
  list-style: inside;
  transition: all 1s;
  margin-bottom: 7px;
}
.info-footer li:hover{
  padding-left: 10px;
}
.info-footer li:hover a{
  color: white;
}
.info-footer{
  color: #999;
}
.info-footer  .title-page{
  color: white;
}
.info-footer a{
  color: #999;
  transition: all 1s;
}
.info-footer p{
  margin-bottom: 7px;
}
.info-footer .content-info .fa{
  width: 25px;
}
.fb-like-box iframe, .fb-like-box span, .fb-like-box{
  max-width: 100%;
}
footer{
  background: #202020;
  padding: 10px 0px;
}

#icons{
  position: fixed;
  right: 5px;
  bottom: 100px;
  z-index: 999;
  width: 50px;
  left: auto;
  padding-left: 0px;
}
#icons li{
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
  list-style: none;
}

.buy-now {
  position: fixed;
  z-index: 99;
  left: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px
}
.buy-now .buy-now-btn {
  background: red;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
  -moz-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
  -ms-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
  -o-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
  -webkit-transform-origin:center;
  transform-origin:center;
  position: relative;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 1.3em;
  color: #fff;
  z-index: 1;
  display: block;
}
.buy-now .ripple,
.buy-now .ripple:before,
.buy-now .ripple:after {
  position: absolute;
  top: 0;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, .3);
  -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, .3);
  -ms-box-shadow: 0 0 0 0 rgba(255, 0, 0, .3);
  -o-box-shadow: 0 0 0 0 rgba(255, 0, 0, .3);
  box-shadow: 0 0 0 0 rgba(255, 0, 0, .3);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.buy-now .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  top: 0
}
.buy-now .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  top: 0
}
@-webkit-keyframes ripple {
  70% {box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);}
}
@keyframes ripple {
  70% {box-shadow: 0 0 0 50px rgba(255, 0, 231, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);}
}

/*** single ***/
#breadcrumbs{
  padding: 5px 0px;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.content img{
  margin-bottom: 10px;
}
.content p{
  margin-bottom: 10px;
}
.alignleft{
  float: left;
  margin: 0px 10px 10px 0px;
}
.alignright{
  float: right;
  margin: 0px 0px 10px 10px;
}
.aligncenter{
  display: block;
  margin: 0px auto 10px;
}

/*** category ***/
.thumbnail-post-cat{
  width: 100px;
  height: 100px;
  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;
}
.poscat{
  margin-bottom: 15px;
}
.pagination{
  margin: 0px 0px 10px 0px;
}
.pagination .next, .pagination .previous{
  position: static;
  font-size: 17px;
}
.navbar-brand{
  padding: 0px 10px;
  height: auto;
}
.navbar{
  min-height: 40px;
  margin-bottom: 0px;
  border:none;
  width: 100%;
}

.dropdown-menu > li > a{
  font-size: 17px;
}
#wp-admin-bar-w3tc img{
  display: inline-block;
}

/*** responsive ***/
@media (min-width: 1024px){

}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none;
  }
  .navbar-nav .dropdown-menu .dropdown-menu{
    left: 100% !important;
    margin: -6px 0px 0px -1px;
  }
  .navbar-brand img{
    height: 80px;
  }
  .navbar-nav{
    float: right;
    margin-top: 15px;
  }
  .navbar-nav > li > a{
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding:7px 20px;
    color: #555;
    text-transform: uppercase;
    margin-left: 5px;
  }
  .navbar-nav > li:hover > .dropdown-menu{
    display: block !important;
  }
  .navbar-nav .dropdown-menu{
    top: 34px !important;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
    background: #38A9E7;
    color: white;
  }
  #menu-search{
    padding:7px 9px;
    background: #aaa;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: white;
  }
  .title-t *{
    height: 50px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media (max-width: 767px) {
  .hidden-mobile{
    display: none !important;
  }
  #top{
    display: none;
  }
  .navbar-toggle .icon-bar{
    background: white;
  }
  body{
    padding-top: 42px;
  }
  header{
    padding:0px;
    height: 40px;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  header .container{
    padding: 0px;
  }
  .navbar{
    background: #38A9E7;
    color: white;
    width: 100%;
    min-height: 40px;
  }
  header img{
    height: 30px;
  }
  .navbar-header a{
    color: white;
  }
  .navbar-brand{
    padding: 5px 0px 0px 10px;
  }
  .button-search{
    padding: 10px 5px 0px 0px;
  }
  .navbar-toggle{
    padding: 5px 10px 0px 10px;
  }
  .navbar-collapse{
    background: #f5f5f5;
    padding: 0px;
    margin-top: 5px;
  }
  .navbar-nav{
    margin: 0px;
  }
  .navbar-nav>li>a{
    border-top: 1px solid #fff;
    border-bottom:1px solid #f0f0f0;
    color: #555;
  }
  .navbar-nav>.current-menu-item>a, .navbar-nav>.current-menu-item>a:hover, .navbar-nav>.current-menu-item>a:focus{
    background: #38A9E7;
    color: white;
  }
  .bgsl .container{
    padding: 0px;
  }
}
@media (max-width: 580px) {

}
@media (max-width: 480px) {

}

