/*
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";
#wpadminbar #wp-admin-bar-w3tc, #wp-admin-bar-wp-logo{
    display: none;
}
:root{
    --do:#dc0024;
    --den: #333;
    --xanh:#0090cc;
    --xanhn:#01a9ef;
}
.mb-10px{
    margin-bottom: 10px;
}
.prdctfltr_tabbed_selection .prdctfltr_filter{
    visibility: visible !important;
    max-height: unset !important;
    overflow: visible  !important;
}
.modal-dialog{
    width: auto;
}
.cotk{
    display: none;
}

/** top ***/
.logo img{
    max-height: 45px;
}
#top{
    padding: 10px 0px;
}
#top a{
    color: var(--den);
}
.iconh .fa{
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f0f0f0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
}
.iconh.icored .fa{
    background: var(--do);
    color: white;
}
.dgwt-wcas-search-wrapp{
  max-width: 100%;
  min-width: 200px;
}


/*** menu  ***/
#main-menu{
    background: #6c61e5;
    color: white;
}
.navbar{
    border: none;
    margin: 0px;
}
body .navbar-nav li a{
    color: #fff;
}
body .navbar-nav li li a{
  color: #555;
}
.navbar .container {
    position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}
@media (min-width: 767px) {
  .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    padding: 1rem;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px !important;
    display: block;
    visibility:hidden;
    min-width: 150px;
    transition: all  0.2s ease-in-out;
  }
  .dropdown:hover > .dropdown-menu {
    visibility:visible;
    display: block;
    opacity: 1;
    margin-top: 0px !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all  0.2s ease-in-out;
  }
  .mega-menu-parent.dropdown .dropdown-menu {
    position: absolute;
    left:  0;
  }
  .nav > li > a img{
    display: inline-block;
    max-height: 30px;
    margin: 10px 0px 10px 0px;
  }
  .ico-top {
    position: relative;
    text-align: center;
    margin-bottom: -8px;
    margin-top: -11px;
  }
  .nav > li{
    text-align: center;
  }
  .nav > li > a{
    border-right: 1px dashed #e0e0e0;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .nav > li ul a{
    line-height: 28px;
  }
  .nav > li ul a::before{
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
  }
  .wpmenuchild{
    overflow: hidden;
    position: relative;
  }
  .nav [des]:not([des=" "]) .wpmenuchild{
    padding-right: 350px;
    min-height: 340px;
  }
  .nav [des]:not([des=" "]) .wpimgmn{
    /* background: red; */
    float: right;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .nav [des]:not([des=" "]) ul.menu{
    float: left;
  }
  .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus, .nav > li.current-menu-item > a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background: #5a50ce;
  }
}
@media (min-width: 1140px) {
  .nav > li > a{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*** slider ***/
#wpslider{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.owl-loaded{
    overflow: hidden;
}
.owl-item{
    float: left;
}
.previousowl{
    position: absolute;
    top: calc(50% - 15px);
    line-height: 30px;
    left: 0px;
    z-index: 200;
    cursor: pointer;
    text-align: center;
}
.previousowl div{
    position: relative;
    width: 100%;
    height: 100%;
}
/* .previousowl div::before{
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #fff;
    z-index: 111;
} */
.previousowl div i{
    position: absolute;
    top: 8px;
    left: 4px;
    font-size: 22px;
    line-height: 30px;
    z-index: 112;
}
.nextowl{
    line-height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    text-align: center;
    right: 0px;
    z-index: 200;
    cursor: pointer;
}
.nextowl div{
    position: relative;
    width: 100%;
    height: 100%;
}
/* .nextowl div::before{
    width: 0;
    height: 0;
    content: "";
    right: 0px;
    position: absolute;
    border-style: solid;
    border-width: 25px 40px 25px 0;
    border-color:  transparent #fff transparent transparent;
    z-index: 111;
} */
.nextowl div i{
    position: absolute;
    top: 8px;
    right: 4px;
    font-size: 22px;
    line-height: 30px;
    z-index: 112;
}
.nextowl2{
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc( 50% - 15px );
    right: 0px;
    color:#fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: #888;
}
.previousowl2{
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc( 50% - 15px );
    left: 0px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: #888;
}

/*** home ***/
.title-home{
    font-size: 30px;
    padding: 40px 30px 20px 50px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.title-home:before{
    content: "NEW";
    position: absolute;
    color: #eee;
    font-weight: bold;
    font-size: 100px;
    left: 0px;
    top: 25px;
    z-index: -1;
    letter-spacing: 3px;
}
.title-home.catalog:before{
    content: "Hot";
}
.title-home.news:before{
    content: "News";
}
.sp{
    margin-bottom: 20px;
    position:relative;
}
.thumbnail-pro-cat{
    margin-bottom: 5px;
}
.thumbnail-pro-cat img{
    border: 1px solid #e5e5e5;
}
.post-edit-link{
    float: left;
    margin-right: 10px;
}
.title-pro-cat{
    font-size: 14px;
    color: var(--den);
    line-height: 20px;
    display: inline-block;
    /* height: 50px; */
    margin: 0px;
}
.wp-btn{
    padding: 15px 0px 10px 0px;
}
.gia{
    /* margin-bottom: 10px; */
}
.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;
}
a.button, .woocommerce a.button, .add_to_cart_button,.woocommerce #respond input#submit, a.button, .woocommerce button.button, .woocommerce input.button{
  background: var(--xanhn);
  background-image: -webkit-linear-gradient(top, var(--xanhn), var(--xanh));
  background-image: -moz-linear-gradient(top, var(--xanhn), var(--xanh));
  background-image: -ms-linear-gradient(top, var(--xanhn), var(--xanh));
  background-image: -o-linear-gradient(top, var(--xanhn), var(--xanh));
  background-image: linear-gradient(to bottom, var(--xanhn), var(--xanh));
  border-radius: 0px;
  moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition: all 1s;
  font-family: Arial;
  color: #ffffff;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.add_to_cart_button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: var(--xanh);
  background-image: -webkit-linear-gradient(top, var(--xanh), var(--xanhn));
  background-image: -moz-linear-gradient(top, var(--xanh), var(--xanhn));
  background-image: -ms-linear-gradient(top, var(--xanh), var(--xanhn));
  background-image: -o-linear-gradient(top, var(--xanh), var(--xanhn));
  background-image: linear-gradient(to bottom, var(--xanh), var(--xanhn));
  text-decoration: none;
  color: white;
}
#payment li{
    list-style: none !important;
}
.page-template-page-cart .kk-star-ratings{
    display: none
}
.percent{
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: white;
    color: white;
    background: var(--do);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.wpmau span{
    display: block;
    padding: 2px;
    border: 1px solid #f0f0f0;
    margin-right: 5px;
    float: left;
}
.sp .wpmau img, .sp .wpmau span{
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.wpmau img{
    height: 22px;
    display: block;
}
@media (min-width: 1140px) {
  .sp{
    height: 300px;
  }
}

/*** cat home ***/
.cathome{
    position: relative;
    margin-bottom: 25px;
}
.cathome h3{
    position: absolute;
    background: rgba(255,255,255,0.65);
    padding: 5px 10px;
    font-size: 19px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    height: 45px;
    line-height: 35px;
    color: var(--den);
    margin: 0px;
}
.cathome img{
    border: 1px solid #e5e5e5;
}
.effect, .banners-effect {
    position: relative;
    overflow: hidden;
}
.banners-effect{
  overflow: hidden;
  position: relative;
  display: block;
}
.effect a{
  display: block;
}
.banners-effect a {
    display: block;
    position: relative;
    overflow: hidden;
}
.effect::before{
  border: 3px solid rgba(0, 0, 0, .3);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  content: "";
  transition: all 1s;
}
.effect::after{
  border: 1px solid rgba(0, 0, 0, .3);
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  z-index: 5;
  content: "";
  transition: all 1s;
  left: 30px;
  top: 30px;
}
.effect:hover::after{
  width: calc(100% - 24px);
  height: calc(100% - 20px);
  top: 10px;
  left: 12px;
}
.effect:hover::before{
  border: 3px solid rgba(0, 0, 0, .3);
  left: 0px;
  top: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.effect img{
  transition: all 1s;
}
.effect:hover img{
  transform: scale(1.3);
  -webkit-transform:scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.banners-effect:hover a::before, .banners-effect:hover a::after {
    border: 0 solid rgba(0, 0, 0, 0.7);
    opacity: 0;
}
.banners-effect a::before, .banners-effect a::after {
    border: 50px solid transparent;
    border-radius: 50px;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 60px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(7);
    transition: all 0.6s ease-in-out 0s;
    visibility: visible;
    width: 190px;
    z-index: 1;
}
.banners-effect2 a::before, .banners-effect2 a::after{
  width: 100px;
  height: 100px;
}
@media (min-width: 1140px) {
  .cathome{
    height: 462px;
  }
}

/*** nhom sp ***/
.title-cat{
    padding: 20px 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--den);
    position: relative;
    text-align: center;
}
.title-cat:before{
    content: '';
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: calc( 50% - 75px );
    width: 150px;
    background:  var(--den);
}
.cat-child{
    text-align: center;
    margin-bottom: 15px;
}
.cat-child a{
    padding: 6px 10px;
    color: var(--den);
    display: inline-block;
}

/*** product cat ***/
ul.products{
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

/*** single product ***/
.rank-math-breadcrumb .last, .rank-math-breadcrumb .separator:last-child{
    display: none;
}
.rank-math-breadcrumb, .codepro{
    font-size: 14px;
}
.title-pro-sing{
    font-size: 17px;
    float: left;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
}
.statuspro{
    float: right;
    margin-left: 0px;
    padding: 2px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #00d60a;
    color: #00d60a;;
}
.uudai{
    padding: 13px 10px 10px 10px;
    border: 1px dashed red;
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
}
.uudai .head{
    position: absolute;
    background: white;
    padding: 0px 12px;
    top: -12px;
    left: 30px;
    display: inline-block;
    font-weight: bold;
}
.statuspro.text-danger{
    border: 1px solid red;
    color: red;
}
.price-sing{
    margin-bottom: 10px;
    color: white;
}
.price-sing .price-old, .price-sing .price-old span, .price-sing .price del{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
.price-sing .price-new, .price-sing .price > .amount, .price-sing .price ins{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.per{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: red;
}
.wpchon{
    margin-bottom: 10px;
}
.title-chon{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
}
.itemc{
    padding: 2px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.itemc img{
    height: 30px;
    display: block;
}
.itemc span{
    display: block;
    padding: 0px 8px;
}
.itemc.active{
    color: red;
    border: 1px solid red;
}
.itemc.active:before{
    content: "";
    background: transparent url("images/check.png") bottom right no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.linkcs{
    text-decoration: underline;
    margin-left: 10px;
}
.modal-header{
    padding: 5px 10px;
}
.modal-title{
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
    display: inline-block;
}
.custom-buy{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 14px;
}
.custom-buy:before{
    /* content: "Số Lượng"; */
    margin-right: 10px;
}
.other-buy .quantity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #cbcbcb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}

.other-buy .quantity .btn{
  color: #cbcbcb;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 0;
  font-size: 12px;
  line-height: 31px;
}
.other-buy .quantity .btn:hover{
  color: #fff;
  background: #cbcbcb;
}
.other-buy .txtNumPro{
  width: 40px;
  height: 31px;
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  text-align: center;
  border: 0;
  padding: 7px 0;
  border-right: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.main-thumbnail{
    text-align: center;
}
.main-thumbnail a{
    display: block;
}
.main-thumbnail img{
    display: inline-block;
    max-height: 100%;
}
.wp-listthumb img{
  
}
@media (min-width: 1024px) {
    .main-thumbnail{
        max-height: 450px;
    }
    .main-thumbnail a, .main-thumbnail img{
        height: 450px;
    }
}
.title-sing2{
    font-size: 19px;
    font-weight: bold;
    line-height: 33px;
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
}
#scrollbn {
    max-width: 100%;
    z-index: 100;
    width: 100%;
}
.w100pc {
    width: 100%;
}
.bntruot{
  position: fixed;
  top: 10px;
}
.static {
    position: static !important;
}
#wphotro{
    padding: 10px 0px 0px 0px;
}
#wphotro h5{
    font-weight: bold;
    text-transform:  uppercase;
    margin-bottom: 10px;
    font-size: 19px;
}
#wphotro .fa{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid red;
    color: red;
}
.htphone{
    font-size: 19px;
    font-weight: bold;
}
.hotro{
    margin-bottom: 10px;
}


/*** page cart ***/
#ship-to-different-address{
    font-size: 18px;
}
.variation  p{
    display: inline-block;
    margin: 0px !important;
}

/*** page and single ***/
#breadcrumbs{
  padding:10px 0px;
}
.title-sing{
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
}
.info-sing {
    margin-bottom: 15px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
}
.single .author {
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.single .author img {
    margin-bottom: 0px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-right: 10px;
    max-width: 30px;
    max-height: 30px;
    float: left;
}
#breadcrumbs a{
    color: var(--den);
}
#content{
  padding:10px 0px;
}
.content{
    text-align: justify;
}
.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% !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 iframe{
    max-width: 100%;
}
/* .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;
  font-size: 15px;
  padding:5px;
  display: block;
  width: calc( 100% );
}
.wp-caption img, .wp-caption p{
  margin-bottom: 0px;
}



/*** category ***/
.thumbnail-post-cat{
  max-width: 180px;
  height: auto;
  display: block;
  float: left;
  margin-right: 10px;
}
.thumbnail-post-cat img{
  max-width: 100%;
  max-height: 100%;
}
.title-post-cat{
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
.block{
    display: block;
}
.title-post-cat a{
    color: #333;
}
.re{
  font-weight: normal;
  text-align: left;
  text-transform: capitalize;
}
.re a{
    color: #333;
}

.poscat{
  margin-bottom: 15px;
}
.poscat p{
    color: #aaa;
}
.pagination{
  margin: 0px 0px 10px 0px;
}
.xam{
  color: #555;
}
.do{
  color: red;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background: var(--xanh);
	border-color: var(--xanh);
}
.pagination > li > a, .pagination > li > span,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: var(--xanh);
}

/*** 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, .sb .title h3{
  font-size: 17px;
  line-height: 25px;
}
.sb .thumbnail{
  margin:0px 10px 10px 0px;
  float: left;
}
#scrollbn{
  max-width: 100%;
  z-index: 100;
}
.bntruot{
  position: fixed;
  top: 10px;
}
.wpyk{
    width: 100%;
}
.w100pcall *{
    max-width: 100%;
}
.static {
    position: static !important;
}
.yk .item{
    padding: 20px;
    background: #e5e5e5;
    text-align: center;
    margin-bottom: 15px;
}
.yk img{
    border-radius: 50%;
    margin-bottom: 10px;
}
.yk .item p{
    margin-bottom: 10px;
}
.yk .item strong{
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.yk .td p{
    margin-bottom: 25px;
}

/*** footer ***/

footer{
    padding: 30px 0px 15px 0px;
    background: #6c61e5;
    color: #fff;
    border-top: 1px solid #ccc;
}
footer a{
    color: #fff;
}
footer img{
    margin-bottom: 10px;
}
footer .title-footer {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}
footer .menu li {
    padding: 0 0 10px 15px;
    position: relative;
}
footer .menu li::before {
    content: "\f0da";
    left: 5px;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
}

ul.social-network {
    list-style: none;
    margin-left:0 !important;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
}
ul.social-network li {
    display: inline-block;
    margin: 0 5px;
}


.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;
}
@media (min-width: 768px){

}
@media (max-width: 767px){
    body{
        padding-bottom: 40px;
    }


}
/* footer social icons */
.social-network a.icoRss {
    background-color: #F56505;
}
.social-network a.icoFacebook {
    background-color:#3B5998;
}
.social-network a.icoTwitter {
    background-color:#33ccff;
}
.social-network a.icoGoogle {
    background-color:#BD3518;
}
.social-network a.icoVimeo {
    background-color:#0590B8;
}
.social-network a.icoLinkedin {
    background-color:#007bb7;
}
.social-network a.icoInstagram {
    background-color:#b3378f;
}
.social-network a.icozalo {
    background-color:#019fff;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}
.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 30px;
    height: 30px;
    font-size:17px;
}
.social-circle li i {
    margin:0;
    line-height:30px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-circle a {
    background-color: #D3D3D3;
}
#copyright{
    padding: 7px 0px;
    background: #ccc;
    color: #888;
    font-size: 13px;
}

#place_order{
    display: inline-block;
    margin: 0px auto;
    float: none !important;
}
.place-order{
    text-align: center;
}
.prdctfltr_wc{
    margin-bottom: 0px;
}
.prdctfltr_woocommerce .prdctfltr_filter{
    padding-bottom: 0px;
}

/*** responsive ***/
@media (min-width: 1024px) {
    .owltt .poscat{
        margin-bottom: 7px;
    }
    footer .title-footer {
        margin-bottom: 56px;
    }
    .cot5{
      width: 20%;
    }
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none;
  }
  .navbar-nav > li > .dropdown-menu{
    top: 73px !important;
    left: auto !important;
  }
  /* #menu-main-menu{
    display: block;
    text-align: center;
    width: 100%;
  }
  #menu-main-menu > li{
    float: none;
    display: inline-block;
    position: relative;
  } */
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media (max-width: 767px) {
  .hidden-mobile, #top, #menu-main-menu .ico-top, .poscat p{
    display: none;
  }
  body{
    padding-top: 50px;
  }
  #main-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 444;
  }
  body{
    /* padding-top: 50px; */
  }
  /* #main-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 0px 3px #aaa;
  } */
  .wpmenumb{
    background: #e5e5e5;
    padding: 5px;
  }
  #main-menu .menu-item-has-children a:before{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 11px;
    font-size: 20px;
    right: 15px;
  }
  .menu-mb{
    text-align: center;
    height: 67px;
    overflow: hidden;
  }
  .menu-mb .fa {
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 25px;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0px auto;
  }
  .menu-mb a {
    color: #444;
    font-size: 13px;
  }
  .navbar-brand{
    padding: 5px 0px;
  }
  .navbar-brand img{
    max-height: 40px;
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: white;
  }
  .navbar-toggle .icon-bar{
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 0px;
  }
  .navbar-header a{
    color: white;
  }
  body .navbar-nav li a {
    color: #444;
  }
  /* 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;
  }
  .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;
    color: var(--den);
  }
  .dropdown-menu{
    padding: 0px;
  }
  .navbar-nav li li a{
    padding: 7px 0px 7px 30px;
    display: block;
    border-top: 1px solid #fff;
  }
  #menu-main-menu{
    max-height: 300px;
    overflow-y: auto;
  }
  .navbar-toggle{
    float: left;
  }
  .iconhead{
    font-size: 20px;
    line-height: 50px;
    padding: 0px 5px 0px 5px;
    margin-right: 7px;
    float: right;
    position: relative;
  }
  .iconhead span{
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: red;
    color: white;
    position: absolute;
    top: 10px;
    left: -2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 13px;
    text-align: center;
  }
  .ico-top{
    padding: 0px;
    margin: 0px;
    line-height: 10px;
  }
  .ico-top img{
    max-height: 40px;
    margin: 0px;
    padding: 0px;
  }
  .wpowltt .mb-10px{
    margin: 0px auto;
    display: block;
    text-align: center;
  }
  .prdctfltr_wc{
    margin-bottom: 5px;
  }
  .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter:first-child, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter:last-child{
    display: none !important;
  }
  footer .item{
    margin-bottom: 15px;
  }
  .callus{
    padding-right: 0px;
    width: 50px;
    height: 50px;
    bottom: 5px;
  }
  .callus a span{
    display: none;
  }
  .callus i{
    margin: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .ppocta-ft-fix{
    left: 67px;
  }
}
@media (max-width: 580px) {
  .title-home.catalog:before{
    font-size: 35px;
  }
  footer{
    background: #fff;
    color: #333;
    border-top: 5px solid #aaa;
  }
  footer a{
    color: var(--xanh);
  }
  .wraper-related .thumbnail{
    float: left;
    margin: 0px 10px 0px 0px;
  }
  .wraper-related img{
    max-width: 100px;
  }
}
@media (max-width: 480px) {
    .thumbnail-post-cat{
        max-width: 100px;
    }
    .wpowltt .previousowl, .wpowltt .nextowl{
        top: 10px;
    }
}
@media (max-width: 414px) {
    .woocommerce table.shop_table .product-name > a{
        display: block;
        overflow: hidden;
    }
    .woocommerce table.shop_table .product-name img{
        height: unset !important;
        width: unset !important;
    }
    .title-home{
        padding: 40px 30px 20px 25px;
    }
    .title-home:before{
        font-size: 60px;
    }
    .sp{
        height: 355px;
    }
}
@media (max-width: 375px) {
    .sp{
        height: 285px;
    }
}
@media (max-width: 320px) {
    .sp{
        height: 275px;
    }
}

