/*
Theme Name: netsa.vn
Theme URI: http://netsa.vn
Version:1.0
Author: Đinh Văn Tấn
Author URI: http://dinhvantan.com
Tags: den, do, trang...
Description: hosting, vps ssd, web design, email maketing...
*/

.fb_customer_chat_bubble_animated_no_badge{
    right: 90px !important;
    bottom: 13px !important;
}
.truot{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 200;
}
.mw100pc, iframe{
  max-width: 100%;
}
.btn-danger{
    color: white !important;
}
img{
  max-width: 100%;
  display: block;
}
.row5px{
  margin-left: -5px;
  margin-right: -5px;
}
.row5px [class*="col-"]{
  padding-left: 5px;
  padding-right: 5px;
}
#google_translate_element, .skiptranslate{
  display: none;
}
body{
  top: 0px !important;
}

/*** header ***/
header{
  color: white;
  padding: 15px 0px;
}
.responsive-menu-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: -5px;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after{
  background-color: black;
  width: 25px;
  height: 3px;
  border-radius: 4px;
  margin-bottom: 3px;
  display: block;
  transition: all 1s;
  content: '';
  position: absolute;
}
.responsive-menu-box {
}
.responsive-menu-inner{
  top: 0px;
}
.responsive-menu-inner:before{
  top: 6px;
}
.responsive-menu-inner:after{
  top: 12px;
}
.responsive-menu-inner.active{
  transform: rotate(45deg);
  top: 8px;
}
.responsive-menu-inner.active:before{
  display: none;
}
.responsive-menu-inner.active:after{
  transform: rotate(-90deg);
  top: 0px;
}

.owl-dots{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  z-index: 333;
}
.owl-dots.disabled{
  display: none;
}
.inline-block{
  display: inline-block;
}
.linkcart{
  position: relative;
  padding-right: 20px;
  color: #000;
}
.linkcart .fa{
  font-size: 19px;
}
.linkcart .slsp{
  background-color: var(--mau1);
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: 0px;
}
header .logo{
  margin: 0px auto;
}
@media ( min-width: 768px ){
  .socials{
    margin-top: 10px;
  }
  header form{
    width: 240px;
  }
  header .last, header .first{
    text-align: right;
    padding-top: 7px;
  }
}
@media ( max-width: 767px ){
  header{
    display: none;
  }
}


/*** menu ***/
.navbar{
  margin: 0px;
  border:0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-height: 30px;
}
.menuh{
  height: 50px;
}
#menuh ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}
#menuh  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}
#menuh  ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
.caret{
  float: right;
  margin-top: 5px;
}
@media ( min-width: 768px ){
  .navbar{
    min-height: unset !important;
  }
  #menu{
    position: fixed;
    z-index: 200;
    left: -300px;
    top: 74px;
    transition: all 1s;
    width: 290px;
    padding: 0px;
    overflow-y: auto !important;
    height: calc( 100vh - 74px ) !important;
    background-color: #000;
    border-right: 3px solid var(--mau1);
  }
  #menu.active{
    left: 0px;
  }
  .logged-in #menu{
    top: 106px;
    height: calc( 100vh - 106px ) !important;
  }
  .navbar-nav, .nav>li{
    float: none;
  }
  .nav>li>a{
    padding: 15px 20px;
    color: #fff;
    font-weight:bold;
    position: relative;
    display: block;
  }
  #menu .navbar-nav > .current-menu-item > a, #menu .nav>li>a:hover, #menu .nav>li>a:focus, #menu .nav>li>a:active,
  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background: var(--mau1);
    color: white;
  }
  .dropdown-menu{
    padding: 0px;
    position: static;
    background-color: #000;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 100%;
    float: none;
  }
  .dropdown-menu > li > a{
    padding: 10px 12px 10px 40px;
    font-size: 15px;
  }
  .dropdown-menu > li  a:hover{
    background: var(--mau1);
    color: white;
  }
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: var(--mau1);
  }
}
@media ( max-width: 767px ){
  .navbar-brand{
    padding: 5px 0px 0px 10px;
  }
  .navbar-brand>img{
    height: 40px;
  }
  #menu-main-menu{
    max-height: 330px;
    overflow-y: auto;
  }
  .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;
    float: none;
    width: 100%;
  }
  .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-header{
    background: #333;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .navbar-nav > li > a, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
  }
  .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .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;
  }
}

/*** slider ***/
.slider{
  margin-bottom: 20px;
  text-align: center;
}
.owl-prev{
  position: absolute;
  left: 0px;
  top: calc( 50% - 17px );
  background-color: #f5f5f5;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #ccc;
}
.owl-next{
  position: absolute;
  right: 0px;
  top: calc( 50% - 17px );
  background-color: #f5f5f5;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #ccc;
}
.slider img{
  display: inline-block;
  max-height: 100%;
  width: auto !important;
  max-width: 100%;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .slider, .slider img{
    max-height: 500px;
  }
}

/*** nhomsp ***/
#nhomsp{
  padding-top: 30px;
  padding-bottom: 10px;
}
#nhomsp a{
  position: relative;
  display: block;
}
#nhomsp a:before{
  content: "";
  width: calc( 100% - 1px );
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  transition: all 1s;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 55%, rgba(0,0,0,0.65) 100%);
}
#nhomsp a:hover:before{
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.75) 100%);
}
#nhomsp h2{
  position: absolute;
  color: white;
  bottom: 20px;
  left: 20px;
  font-size: 22px;
  line-height: 33px;
  z-index: 10;
  border-bottom: 1px solid #fff;
}
.item1, .item2{
  margin-bottom: 15px;
}
@media ( min-width: 768px ){
  .item1{
    height: 460px;
    margin-bottom: 20px;
  }
  .item2{
    height: 220px;
    margin-bottom: 20px;
  }
  #nhomsp a{
    width: 100%;
    height: 100%;
  }
  #nhomsp img{
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
  }
}
@media ( max-width: 767px ){
  #nhomsp img{
    width: 100%;
  }
}



/*** title-home ***/
#spnoibat{
  margin-bottom: 20px;
}
.title-home{
  margin-bottom: 25px;
}
.title-home .txt-main{
  font-weight: bold;
  font-size: 17px;
}
.title-home .txt-sub{
  color: #888;
}
#spnoibat .item{
  margin-bottom: 15px;
}
.banner{
  margin-bottom: 20px;
  display: block;
}
.banner, .banner img{
  transition: all 1s;
}
.banner:hover, .banner:hover img{
  opacity: 0.85;
}
.sp{
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0 0 13px 0 rgb(0 0 0 / 9%);
}
.sp img{
  transition: all 1s;
}
.thumbnail-pro-cat{
  overflow: hidden;
}
.sp:hover img{
  transform: scale(1.1);
}
.percent{
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: red;
  color: white;
  font-size: 13px;
  text-align: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  z-index: 1;
  line-height: 33px;
}
.wptitle{
  margin-bottom: 5px;
}
.wptitle .title-pro-cat{
  color: #333;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
}
.ttsp {
  padding: 10px;
}
.gia{
  height: 25px;
}
.gia del{
  color: #999;
  text-decoration: line-through;
}
.gia ins, .gia > .amount, .ins .price-new, .gia > .price-new{
  color: red;
  font-weight: bold;
}
.linkmore{
  color: #333;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}
.wpndsp{
  padding: 10px;
}
.btn-add-to-cart{
  background-color: var(--mau1) !important;
  color: white !important;
}
.added_to_cart.wc-forward{
  display: none !important;
}
@media ( min-width: 768px ){
  .linkmore{
    float: right;
  }
}

/*** news ***/
#news{
  padding: 30px 0px 15px 0px;
}
.postcol{
  margin-bottom: 15px;
}
.postcol img{
  margin-bottom: 10px;
}
.postcol a{
  color: #333;
}
.postcol h3{
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 4px;
  color: #333;
}


/*** single product ***/
.main-thumbnail{
  position: relative;
}
.rating-symbol{
  color: #eabd09;
}
.btn-danger {
  background: #ed1b2f;
  color: white !important;
  transition: all 1s;
}
.title-sing-pro{
  color: red;
  font-size: 19px;
  font-weight: bold;
  color: var(--mau1);
  line-height: 30px;
  margin-bottom: 5px;
}
.inforating{
  margin-bottom: 8px;
}
.giasing{
  font-size: 19px;
  margin-bottom: 15px;
}
.giasing ins.price-new{
  font-size: 25px;
}
ul.page-numbers{
    display: none !important;
}
.wpuudiem .item{
  margin-bottom: 15px;
}
.wpuudiem strong{
  color: var(--mau3);
}
.wpuudiem .fa{
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 10px;
  font-size: 45px;
  text-align: center;
  color: var(--mau1);
}
.gcgh{
    background: #d8ffc5;
    border: 1px solid #92fc5e;
    font-weight: bold;
    color: #318607;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.wpchon{
    margin-bottom: 10px;
}
.title-chon{
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 100px;
    line-height: 40px;
}
.itemc{
    padding: 5px 7px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 7px;
    display: inline-block;
    position: relative;
}
.choosecolor img{
  max-width: 35px;
  display: block;
}
.choosecolor{
  padding: 1px !important;
}
.itemc.active{
    color: red;
    border: 1px solid red;
}
.itemc.active:before{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 14px;
  width: 14px;
  content: "";
  background: transparent url("images/check.png") center center no-repeat;
}
.itemc.hethang{
  background: #f0f0f0;
  cursor: no-drop;
  color: #888;
  border: 1px solid #e5e5e5 !important;
}
.itemc.hethang:before{
  background: none;
}
.itemc.hethang:before {
  content: '';
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-18deg);
  height: 1px;
  z-index: 2;
  width: 100%;
}
.itemc.hethang .pr{
  color: #777;
}
.linkcs{
    text-decoration: underline;
    margin-left: 10px;
}
.modal-header{
    padding: 5px 10px;
}
.modal-title{
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
}
.cart .giakgiam{
    text-decoration: none;
}
.price-sing del{
  color: #777;
}
.price-sing {
  padding: 2px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: unset !important;
  margin-bottom: 15px;
}
.price-sing > .price-new > span, .price-sing > span {
  font-size: 27px;
  line-height: 40px;
  color: red;
}
.price-sing > .per{
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    color: red;
}
.title-chon {
  font-weight: bold;
  font-size: 14px;
  float: left;
  width: 100px;
  line-height: 40px;
}
.choosecolor {
  padding: 1px;
}
.itemc {
  padding: 5px 7px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
}
.uudai {
  padding: 10px;
  border: 2px dashed red;
  background-color: #FEF5F0;
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
}
.uudai .head {
  position: absolute;
  background: #fff;
  padding: 0px 12px;
  top: -12px;
  left: 30px;
  display: inline-block;
  font-weight: bold;
}
.uudai > ul > li:before {
  color: green;
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  margin-right: 5px;
  color: #4bda05;
}
.uudai ul ul{
  margin-left: 30px;
}
.uudai ul ul li{
  list-style: inside;
}
#textsl {
  float: left;
  margin-right: 10px;
  line-height: 40px;
}
.single .quantity {
  margin: 0px 0px 15px 10px;
  border: 1px solid #eee;
  padding: 0px;
  width: 120px;
  text-align: center;
  display: inline-block;
}
.sub-qty {
  cursor: pointer;
  padding: 6px 12px;
  border-right: 1px solid #eee;
  text-align: center;
  line-height: 100%;
}
.quantity .txtNumPro {
  background: none;
  border: none;
  text-align: center;
  width: 32px;
  color: var(--mau2);
  font-weight: bold;
  display: inline;
  box-shadow: none;
  padding: 0px;
  height: 28px;
}
.add-qty {
  padding: 6px 12px;
  border-left: 1px solid #eee;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
}
.cauhinh{
  font-size: 13px;
  line-height: 20px;
}
.chuky{
  padding-top: 10px;
}
.contentinfo{
  padding: 10px;
  box-shadow: 0 0 5px #ccc;
  box-sizing: border-box;
}
#wphotro i{
  background-color: red;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: white;
  text-align: center;
  margin-right: 10px;
}
.htphone{
  color: red;
}
.title-related-sing{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.title-related-sing h2{
  display: inline-block;
  line-height: 25px;
  font-weight: bold;
  font-size: 17px;
}

.wpnumberstar{
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 10px;
}
.starmain{
  color: #dbc616;
  font-size: 29px;
  line-height: 130px;
  text-align: center;
}
.starcon{
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.starcon span{
  display: inline-block;
  margin-right: 8px;
}
.starcon .progress{
  width: 230px;
  height: 12px;
  display: inline-block;
  margin: 0px;
}
.starcon .progress-bar{
  height: 12px;
}
.sodg{
  color: #00afe9;
}
.list-thumbs .owl-prev{
  position: absolute;
  top: calc( 50% - 10px );
  left: 0px;
  z-index: 333;
}
.list-thumbs .owl-next{
  position: absolute;
  top: calc( 50% - 10px );
  right: 0px;
  z-index: 333;
}
.owl-theme .owl-nav .disabled{
  display: none !important;
}
@media (min-width: 768px){
  .sentcomment {
      margin-top: 50px;
  }
}

/*** woo ***/
ul.wc_payment_methods li{
  list-style: none !important;
}

/*** page and single ***/
#breadcrumbs{
  margin-bottom: 15px;
}
.comment-form-cookies-consent, .comment-form-url,#reply-title{
    display: none;
}
.comment-form-email{
    margin-bottom: 10px;
}
#comment{
    height: 150px;
}
.comment-form-author{
    float: left;
    width: 49%;
}
.comment-form-email{
    float: right;
    width: 49%;
}
#submit{
    margin-top: 10px;
}
#breadcrumbs{
  padding:10px 0px;
  background: #f5f5f5;
}
#breadcrumbs a{
  color: #222;
}
.content p, .content img, .wp-caption{
  margin-bottom: 10px;
}
.content img{
    height: auto !important;
}
.content ol li{
  list-style: decimal;
  margin-left: 15px;
}
.content ul li{
  list-style: inside;
}
.wp-caption{
    max-width: 100%;
}
.excerpt{
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 5px;
}
.content-xam{
  background: #f0f0f0;
  padding: 10px;
}
.alignleft{
  float: left;
  margin: 0px 10px 10px 0px;
}
.alignright{
  float: right;
  margin: 0px 0px 10px 10px;
}
.aligncenter{
  margin: 0px auto 10px;
  display: block;
}
.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% - 0px);
}
.wp-caption img, .wp-caption p{
  margin-bottom: 0px;
}
a.thumbnail:hover, a.thumbnail:focus{
  color: var(--mau1);
}


/*** 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;
}
.poscat{
  margin-bottom: 15px;
}
.poscat a{
  color: #222;
}
.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;
}
.title-sb, .woocommerce-order-details__title, .woocommerce-column__title{
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}
.content-sb{
  position: relative;
}
.spsb{
  padding: 10px;
  border: 1px solid var(--mau1);
  margin-bottom: 10px;
}
.menusb li{
  background: #f0f0f0;
  padding:5px 10px;
  border-bottom: 1px solid #fff;
}
.menusb a:before{
  content: "\f101";
  font:normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.menusb li:hover a{
  padding-left: 15px;
}
.menusb li:first-child{
  border-top: 0px;
}
.menusb li:last-child{
  border-bottom: 0px;
}
.sb .thumbnail img{
  height: 80px;
}
.sb .sp img{
  height: auto;
}
.sb .sp .thumbnail{
  margin:0px;
}
.sb .title{
  color: var(--mau1)
}
.sb .title h2{
  font-size: 15px;
  color: #222;
  line-height: 25px;
  margin: 0px;
}
.sb .thumbnail{
  margin:0px 10px 10px 0px;
}
a.thumbnail:hover, a.thumbnail:active{
  border-color: var(--mau1);
}
.sbnewpro .nextowl, .sbnewpro .previousowl{
  top: 100px;
}
.sb .post .thumbnail{
  float: left;
  margin:0px 10px 0px 0px;
}
.sb .post img{
  width: 90px;
  height: auto;
}
.sb .post .title-post{
  font-size: 15px;
  line-height: 25px;
}

/*** footer ***/
footer{
  background: var(--mau1);
  color:#fff;
  padding: 20px 0px 10px 0px;
}
.copyright{
  background: var(--mau1);
  font-size: 13px;
  padding: 8px 0px;
  color: #e5e5e5;
  position: relative;
}
.copyright a{
  color: #e5e5e5;
}
footer .links li{
  list-style: none;
  display: inline-block;
  line-height: 17px;
  margin-bottom: 7px;
}
footer .links li{
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
footer .links li:last-child{
  border-right: none;
}
footer a{
  color: #fff;
}
#social_block li{
  display: inline-block;
  font-size: 25px;
  margin-right: 20px;
}
#social_block li:last-child{
  margin-right: 0px;
}

.ppocta-ft-fix {
  position: fixed;
  bottom: 5px;
  left: 200px;
  text-align: center;
  z-index: 9999;
}
#callNowButton {
  background: red;
}
#zaloButton {
  background: #5ac5ef;
}
#messengerButton {
  background: #4267b2;
}
.ppocta-ft-fix .it{
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 10px -2px rgba(0,0,0,.7);

}
.ppocta-ft-fix a{
  color: white;
}
.callus {
  -webkit-animation-duration: .60s !important;
  animation-duration: .60s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  background: #005389;
  position: fixed;
  bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 0px;
  border-radius: 40px;
  color: #fff;
  left: 10px;
  z-index: 99 !important;
}
.callus.down{
  bottom: -100px;
}
.callus a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.callus i {
  -webkit-animation-duration: .60s !important;
  animation-duration: .60s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  font-size: 20px;
  line-height: 40px;
  background: #0073bd;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}
.callus:hover {
background: #f96b18;
}
.callus:hover a {
  color: #fff;
}
.callus:hover i {
  background: #ffbb00;
}


/*** responsive ***/
@media (min-width: 1025px) {
  .cot5{
    width: 20%;
  }
}
@media (max-width: 992px) {
  .hidden-mm{
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .nav>li>a{
    padding: 5px 6.4px;
  }
}
@media (max-width: 767px) {
  .hidden-mobile{
    display: none;
  }
  body{
    padding-top:50px;
  }
  .row5pxmb{
    margin-left: -5px;
    margin-right: -5px;
  }
  .row5pxmb [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
  }
  .modal-body iframe{
    width: calc(100vw - 60px);
    min-height: 250px;
  }
}
@media (max-width: 580px) {
    
}
@media (max-width: 480px) {
  .title-post{
      height: 68px;
      overflow: hidden;
  }
  .title-product{
      height: 85px;
      overflow: hidden;
  }
}
@media (max-width: 480px) {
  
}
