@font-face {
  font-family: "Roboto_Regular";
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.tab-content {
  line-height: 28px;
  font-size: 18px;
}

.list_head_top ul {
  float: right;
}
.list_head_top ul li {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.list_head_top ul li a {
  font-size: 14px;
  color: #5c5b5b;
}
.list_head_top ul li a:hover {
  color: #000;
}
.list_head_top ul .tb-cart .fa {
  margin-right: 5px;
}
.list_head_top ul li:before {
  position: absolute;
  content: "|";
  left: 0;
  top: 0;
}
.logo_pc {
  text-align: center;
  /*margin-top: -17px;*/
}
/*============================menu_main-----------------==================*/
/*background-color: rgba(0, 0, 0, 0.65);*/

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}
.nav-dropdown menu {
  background: #fff;
}
.menu_main {
  background-size: 100% 100%;
}

/* Content wrapper */
@media (min-width: 1200px) /* lg*/ {
  .container_km {
    width: 1000px;
  }
}
.container_km {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.wrapper {
  /*width: 94%;*/
  /*max-width: 75%;*/
  margin: 0 auto;
}
.wrapper-small {
  max-width: 728px;
}
.wrapper-flush {
  width: 100%;
}
.nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}
.nav-container {
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden;
  width: 300px;
  max-width: 70%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  /*background-color: #c0c0c0;*/
  -webkit-overflow-scrolling: touch;
}
.nav-container.is-visible {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 1.25rem 1rem;
  border: 0;
  background-color: transparent;
  float: left;
  width: 60px;
  /*position: fixed;*/
  z-index: 99;
}
.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}
.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #5c5b5b;
}
.icon-menu .line-1 {
  top: 0;
}
.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}
.is-active .icon-menu .line-2 {
  opacity: 0;
}
.icon-menu .line-3 {
  bottom: 0;
}
.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu {
  background-color: #5c5b5b; /* 1 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; /* 2 */
}
.nav-menu .menu-item {
  border-top: 1px solid #ffffff;
}
.nav-menu > .menu-item.is-active {
  background: #292929b8;
}
.nav-menu > .menu-item:hover {
  background: #292929b8;
}
.nav-menu > .menu-item.is-active.has-dropdown:after,
.nav-menu > .menu-item:hover.has-dropdown:after {
  color: #ffffff;
}
.nav-menu > .menu-item.is-active a,
.nav-menu > .menu-item:hover a {
  color: #ffffff;
}
.nav-menu > .active > .menu-link:after {
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
.nav-dropdown > .menu-item {
  padding-left: 10px;
}
.nav-dropdown > .menu-item:hover {
  opacity: 0.85;
}
.nav-menu .menu-link {
  color: #fff;
  font-size: 14px;
  display: block; /* 1 */
  text-decoration: none;
  padding: 8px 15px;
}
.has-dropdown {
  position: relative;
  cursor: pointer;
}
.has-dropdown > .menu-link {
  display: inline-block;
}
.has-dropdown:after {
  padding-top: 0px;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "+";
  color: #fff;
  line-height: 32px;
  width: 57px;
  height: 37px;
  text-align: center;
}
.has-dropdown.is-active:after {
  content: "\2013"; /* 1 */
}
.nav-dropdown {
  display: none;
  background-color: #ad2424b8;
}
.has-dropdown.is-active > .nav-dropdown {
  display: block; /* 1 */
}
.nav-dropdown .nav-dropdown {
  background-color: #aaa;
}
.nav-dropdown .menu-item {
  border-color: #ffffff;
}
.nav-dropdown .nav-dropdown .menu-item {
  background-color: rgb(15, 155, 163) !important;
}
.logo_mobile {
  text-align: center;
}
.logo_mobile img {
  width: 180px;
  height: auto;
}
.nav-menu > .menu-item > .menu-link {
  padding: 8px 15px;
}

.title_cat i {
  margin: 0 10px;
  font-size: 16px;
  padding: 8px;
}
.title_cat {
  background: #e9619f;
  color: #fff;
  padding: 6px 0;
}
.title_cat span {
  font-size: 16px;
}
/*=================================================== menu_desktop =====================================================*/

@media (min-width: 992px) {
  .nav {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .nav,
  .nav-container,
  .nav-container.is-visible {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-container,
  .nav-container.is-visible {
    visibility: visible;
    height: auto;
    min-height: 0;
    overflow-y: visible;
    width: 100%;
    max-width: 100%;
  }
  .nav-toggle {
    display: none;
  }
  .nav-menu > .menu-item:hover,
  .nav-menu > .menu-item.is-active {
    background-color: transparent;
  }
  .nav-menu .menu-item {
    -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .has-dropdown:after {
    content: "" !important;
  }
  .nav-menu > .menu-item:hover.has-dropdown:after {
    border-color: transparent transparent transparent transparent !important;
  }
  .menu-item:hover.has-dropdown:after {
    border-color: rgb(117, 173, 33) transparent transparent transparent !important;
  }
  .nav-menu > .has-dropdown:after {
    position: absolute;
    top: 50%;
    /*right: 0.3rem;*/
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    content: "";
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
  }
  .has-dropdown > .menu-link {
    padding-right: 2rem;
  }
  .nav-dropdown {
    left: 0px;
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 215px;
    margin: 0;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
    /* visibility: hidden; */
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  }
  .has-dropdown:hover > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav-dropdown .menu-item {
    border: 1px;
    /*margin-top: 1px;*/
  }
  .nav-dropdown .menu-item:last-child {
    border: 0;
    border-bottom: none;
  }
  .nav-dropdown .menu-item:hover,
  .nav-dropdown .nav-dropdown .menu-item:hover {
    background-color: #000000ad;
  }
  .nav-dropdown .menu-item:hover .menu-link,
  .nav-dropdown .menu-item:hover .menu-link {
    color: #ffffff;
  }
  .nav-dropdown .nav-dropdown,
  .nav-dropdown .nav-dropdown .menu-item {
    background-color: #dedede;
  }
  .nav-dropdown .nav-dropdown {
    z-index: 998;
    top: 0;
    left: 100%;
  }
  .content {
    margin-top: 0;
  }
  .nav-menu > .menu-item > .menu-link {
    display: block;
    line-height: 20px;
    padding: 8px 13px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: "Roboto_Regular";
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .nav-menu > .menu-item.active {
    font-weight: bold;
  }
  .nav-menu > .menu-item.active .nav-menu > .menu-item:hover {
    background: #0098da;
    font-weight: bold;
  }
  .nav-menu > .menu-item {
    position: relative;
    float: left;
    padding: 0px 0px 0px 0px;
    border-top: 0px;
  }
  .nav-menu,
  .nav {
    background: none;
  }
  .nav-menu > .menu-item.is-active > .menu-link,
  .nav-menu > .menu-item:hover > .menu-link {
    color: #a20303;
  }
  .nav-menu > .menu-item > a:hover {
    color: #2350a5;
  }
  .nav-dropdown > .menu-item {
    padding: 0;
    background: #ffffff;
    border: 1px solid #0d0d0d;
  }
  .nav-menu .menu-link {
    padding: 8px 15px 8px 15px;
  }
  .nav-dropdown > .menu-item > .menu-link {
    color: #0d0d0d !important;
  }
  .nav-dropdown > .menu-item:hover > .menu-link {
    color: #ffffff !important;
  }
  .nav-menu > .menu-item {
    position: relative;
  }
  .nav-dropdown {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .has-dropdown:hover > .nav-dropdown {
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
  }
  .nav-dropdown .has-dropdown .nav-dropdown {
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .nav-dropdown .has-dropdown:hover .nav-dropdown {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
  .nav-dropdown .nav-dropdown .menu-item {
    background: #fff !important;
  }
  .nav-dropdown .nav-dropdown .menu-item:hover {
    background: #b00303 !important;
  }
  .menu_main .nav-menu .menu-item .menu-link .fa-home {
    margin-right: 10px;
    font-size: 18px;
  }
  .nav-menu > .menu-item > .menu-link:after {
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
  }
  .nav-menu > .menu-item:hover > .menu-link:after,
  .nav-menu > .menu-item.active > .menu-link:after {
    backface-visibility: hidden;
    border-color: #a20303;
    transition: width 350ms ease-in-out;
    width: 100%;
  }
  .menu_main .nav-menu > .menu-item:not(:last-child) > .menu-link:before {
    content: "\f054 ";
    font-family: FontAwesome;
    width: 2px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 16px;
  }
}

.logo_pc a {
  display: inline-block;
  margin-top: -17px;
}

/*----------------------------------set_media--------------------------------*/

@media (min-width: 1200px) /* lg*/ {
  .row_pc {
    margin-right: -15px;
    margin-left: -15px;
  }
  .container {
    width: 1200px;
  }
  .qts_head_mid .container {
    text-align: center;
  }

  .qts_head_mid .nav-container {
    float: none;

    display: inline-block !important;

    width: auto;

    clear: none;
  }
  .menu_main .wrapper-flush {
    font-size: 0;
  }
  /*-------------------search-------------------*/
  .list_head_top .sb-icon-search {
    line-height: 10px;
  }

  .list_head_top .sb-icon-search:before {
    font-size: 12px;
  }
  .list_head_top .sb-search {
    height: auto;
  }
  .list_head_top .sb-search-input {
    height: 36px;
    font-size: 14px;
    top: 18px;
    z-index: 999999;
  }

  /*======================end search=======*/
}

@media (min-width: 992px) and (max-width: 1199px) /* md*/ {
  .list_link_hd {
    float: left !important;
  }
  /*-------------------search-------------------*/
  .list_head_top .sb-icon-search {
    line-height: 10px;
  }

  .list_head_top .sb-icon-search:before {
    font-size: 12px;
  }
  .list_head_top .sb-search {
    height: auto;
  }
  .list_head_top .sb-search-input {
    height: 36px;
    font-size: 14px;
    top: 18px;
    z-index: 999999;
  }
  .nav-menu > .menu-item > .menu-link {
    padding: 10px 7px 10px 7px;
    font-size: 12px;
  }
  span.taikhoan {
    display: none;
  }
  .quanlity_pro {
    font-size: 13px;
  }
  .title_cat i {
    padding: 6px;
  }
  .title_cat span {
    font-size: 15px;
  }

  /*======================end search=======*/
}
@media (max-width: 991px) /* sm*/ {
  .header {
    position: relative;
  }
  .menu_mb {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .sc_slide_brand .col-md-10 .row .col-sm-3 {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) /* sm*/ {
  .sc_header_menu.sticky-header {
    position: relative !important;
  }
  .list_head_top ul {
    margin: 15px 0;
  }
  .list_head_top .sb-search {
    margin-bottom: 15px;
  }
  .list_head_top ul li:first-child:before {
    display: none;
  }
}

@media (max-width: 767px) /* xs*/ {
  .sc_header_menu.sticky-header {
    position: relative !important;
  }
  .list_head_top ul {
    margin: 15px 0;
  }
  .list_head_top .sb-search {
    margin-bottom: 15px;
  }
  .list_head_top ul li:first-child:before {
    display: none;
  }
}

@media (max-width: 480px) {
  .col-480-12 {
    width: 100% !important;
  }
  .col-480-6 {
    width: 50% !important;
  }
  .hidden-480 {
    display: none !important;
  }
  .visible-480 {
    display: block !important;
  }
  .list_head_top ul {
    margin: 15px 0;
  }
  .list_head_top .sb-search {
    margin-bottom: 15px;
  }
  .img-line,
  .img-pr {
    display: none;
  }
  .list-support .row {
    max-width: 100%;
    overflow-x: hidden;
  }
  .img-qc,
  .support {
    display: none;
  }
  .slider_main .item img {
    height: 200px;
  }
  .title-array .col-md-10 {
    display: none;
  }
  .btn-prd {
    display: block;
    margin-top: 10px;
  }
  .list-news .col-md-3 {
    margin-bottom: 30px;
  }
  .qts-all-product .col-md-3 {
    width: 100%;
  }
  .all-product > .row {
    padding: 0;
  }
  .slider_selling .item .row .col-sm-6 {
    padding: 0;
  }
  .product-detail .container > .row > .col-md-3 {
    display: none;
  }
  .qts-prd-detail .form-group {
    padding-left: 15px !important;
  }
  .link-page.col-md-9 {
    width: 100%;
  }
  .qts-content-detail .col-md-9 ul {
    border-bottom: 0;
  }
  .qts-content-detail li.active {
    border-bottom: 0;
  }
  .qts-prd-detail {
    padding-top: 0;
  }
  .gc-thumbs-area.gc-hz {
    top: 290px !important;
  }
  .detail h4 {
    margin-top: 30px;
  }
  .qts-comment .form-group .col-md-4:nth-child(2) {
    margin-left: 0 !important;
    margin-top: 30px;
  }
  .qts-comment .form-group .col-md-4:nth-child(2) .col-xs-12 input {
    margin-top: 20px;
  }
  .prd-same-price {
    width: 100% !important;
  }
  .product-detail .row .col-md-3 {
    width: 33%;
  }
  #mua_ngay span,
  #giohang span {
    padding: 13px 3px !important;
  }
  .danhmuc_prd {
    display: none;
  }
  .qts_content_home {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* .nav-dropdown.menu{
        background: #fff;
    } */
  .qts_content_home .content img {
    max-width: 100%;
  }
  .combo-prd .col-xs-10 ul li {
    width: 23%;
  }
  .slider_brand {
    display: none !important;
  }
  .sc_slide_brand .row .col-md-10 .col-sm-6 {
    width: 100%;
  }
  .sc_slide_brand .col-md-10 .row .col-sm-1,
  .sc_slide_brand .col-md-10 .row .col-sm-2,
  .sc_slide_brand .col-md-10 .row .col-sm-3 {
    display: none;
  }
  .sc_slide_brand {
    margin-top: 50px;
  }
  .list-product .col-md-9 .col-md-4 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .img-selling-product {
    height: 120px;
  }
  .list-product .row .col-md-2 {
    width: 50%;
    padding: 0 10px;
  }
  .slider_selling .item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .qts-all-product .col-md-9 {
    width: 100%;
    padding: 0 15px !important;
  }
  .slider_selling .row .row {
    border: 1px solid #ccc;
  }
  .slider_selling .caption-selling {
    padding: 10px !important;
  }
  .link-page {
    margin-bottom: 20px;
  }
  .link-page li {
    height: 30px;
    line-height: 30px;
  }
  .link-page li a {
    padding: 0 5px;
  }
  .tab-pane table {
    width: 100% !important;
    overflow-x: auto;
  }
  .mobile_acc .col-sm-1 span {
    left: 55%;
  }
  .sc_slide_brand {
    margin-top: 0;
  }
  .cart_mb {
    padding-top: 10px;
  }
  .sc_slide_brand {
    padding-top: 5px;
  }
  #loginModal .modal-dialog {
    margin: 70px auto;
  }
  .caption-selling h4 {
    overflow-y: hidden;
  }
}

.visible-480 {
  display: none;
}
.footer-top .col-md-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.w1 {
  width: 100% !important;
}
.w_100 {
  width: 100% !important;
}
.p0 {
  padding: 0 !important;
}
.clb10 {
  height: 10px;
}
.sc-sanpham-home {
  margin-top: 20px;
}

.sc-sanpham-home .title-home {
  font-family: "brandontext_bold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}

.sc-sanpham-home .title-home a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px 5px 0;
  border-bottom: 3px solid #00a651;
}

.sc-sanpham-home .list-cate-block li a {
  display: inline-block;
  text-align: center;
  padding: 5px;
  float: left;
  width: 50%;
  border: 1px solid #ccc;
  margin-top: -1px;
  margin-left: -1px;
}

.sc-sanpham-home .list-cate-block li a span {
  display: block;
}

.sc-sanpham-home .list-cate-block li a img {
  width: 100px;
  height: 100px;
}

.sc-sanpham-home .main-block {
  /* background: #fff; */
}

.sc-sanpham-home_title-list-link {
  background: #fff;
  /* margin-bottom: 20px; */
}

.sc-sanpham-home_title-list-link .section-title {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  background: #e9619f;
  float: left;
  padding: 0 10px;
  margin: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sc-sanpham-home_title-list-link .section-title:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  border: 20px solid transparent;
  border-left-width: 15px;
  border-left-color: #e9619f;
}

.sc-sanpham-home_title-list-link .section-title a {
  color: #fff;
}

.sc-sanpham-home_title-list-link .home-tab-mb.btn {
  position: absolute;
  top: 5px;
  right: 20px;
  border: none;
  background: #e9619f;
  color: #fff;
  cursor: pointer;
}

.sc-sanpham-home_title-list-link .home-tabs {
  text-align: right;
  float: right;
  margin-left: -1px;
}

.sc-sanpham-home_title-list-link .home-tabs:after {
  content: "";
  clear: both;
  display: table;
}

.sc-sanpham-home_title-list-link .home-tabs li {
  display: inline-block;
}

.sc-sanpham-home_title-list-link .home-tabs li a {
  color: #333;
  font-size: 15px;
  display: block;
  padding: 7px 15px;
  border: 1px solid transparent;
}

.sc-sanpham-home_title-list-link .home-tabs li a:hover {
  color: #00a651;
}

@media (max-width: 766px) {
  .sc-sanpham-home_title-list-link .home-tabs {
    text-align: left;
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: 10;
    background: #fff;
    min-width: 250px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }
  .sc-sanpham-home_title-list-link .home-tabs.open {
    visibility: visible;
    opacity: 1;
    top: 40px;
  }
  .sc-sanpham-home_title-list-link .home-tabs li {
    display: block;
  }
  .sc-sanpham-home_title-list-link .home-tabs li.active:after {
    content: none;
  }
  .sc-sanpham-home_title-list-link .home-tabs li.active a {
    border-color: transparent;
    border-left-color: #00a651;
  }
}

.sc-sanpham-home_title-list-link ~ .more-in-top {
  display: block;
  color: #00a651;
  text-align: center;
  border: 1px solid #00a651;
  padding: 5px 20px;
  width: 100px;
  margin: 0px auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.sc-sanpham-home_title-list-link ~ .more-in-top:hover {
  color: #fff;
  background: #00a651;
}

@media (min-width: 992px) {
  .sc-sanpham-home_title-list-link ~ .more-in-top {
    position: absolute;
    top: 3px;
    right: 20px;
  }
}

.sc-sanpham-home .home-tabs-content .home-prod {
  background: #fff;
  /* padding: 10px; */
  /* height: 300px; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.sc-sanpham-home .home-tabs-content .home-prod .reRenderImg {
  display: block;
  text-align: center;
}

.sc-sanpham-home .home-tabs-content .home-prod .reRenderImg img {
  display: inline-block;
  width: auto;
  max-height: 100%;
  height: 180px !important;
  object-fit: contain;
}

.sc-sanpham-home .home-tabs-content .home-prod h3 {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  margin-top: 0;
}

.sc-sanpham-home .home-tabs-content .home-prod .relative {
  overflow: hidden;
  width: 100%;
}

.sc-sanpham-home .home-tabs-content .home-prod .relative.img-flip:hover .img-efect {
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.sc-sanpham-home .home-tabs-content .home-prod .relative.overlay:hover > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}

.sc-sanpham-home .home-tabs-content .home-prod .relative.overlay:hover .dp-spread {
  visibility: visible;
  opacity: 1;
}

.sc-sanpham-home .home-tabs-content .home-prod .relative.overlay:hover .dp-spread a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.sc-sanpham-home .home-tabs-content .home-prod .relative.overlay:hover .dp-spread a:nth-of-type(1) {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.sc-sanpham-home .home-tabs-content .home-prod .relative.overlay:hover .dp-spread a:nth-of-type(2) {
  -webkit-transition-delay: 0.07s;
  -o-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

.sc-sanpham-home .home-tabs-content .home-prod .relative.overlay:hover .dp-spread a:nth-of-type(3) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.sc-sanpham-home .home-tabs-content .home-prod .img-efect {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.sc-sanpham-home .home-tabs-content .home-prod .dp-spread {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}

.sc-sanpham-home .home-tabs-content .home-prod .dp-spread .icon-wrap {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 0;
  width: 100%;
}

.sc-sanpham-home .home-tabs-content .home-prod .dp-spread .icon-wrap a {
  display: block;
  float: right;
  clear: both;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(30px, 30px);
  -ms-transform: translate(30px, 30px);
  transform: translate(30px, 30px);
  visibility: hidden;
  opacity: 0;
  margin-bottom: 5px;
}

.sc-sanpham-home .home-tabs-content .home-prod .dp-spread .icon-wrap a img {
  display: inline-block;
  max-width: 17px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sc-sanpham-home .home-tabs-content .home-prod .dp-spread .icon-wrap a img:hover {
  -ms-transform: rotate3d(0, 0, 1, 360deg);
  -webkit-transform: rotate3d(0, 0, 1, 360deg);
  transform: rotate3d(0, 0, 1, 360deg);
}

.sc-sanpham-home .home-tabs-content .home-prod .dp-top-left {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.sc-sanpham-home .home-tabs-content .home-prod .badge-rank {
  background: url("../img/bg_seller.png") top left no-repeat;
  width: 40px;
  height: 50px;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0;
  text-align: center;
  color: #d78e25;
  font-weight: bold;
  line-height: 32px;
}

.sc-sanpham-home .home-tabs-content .home-prod .dp-top-right {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
}

.sc-sanpham-home .home-tabs-content .home-prod .badge-discount {
  background: #e9619f;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}

.sc-sanpham-home .home-tabs-content .home-prod .txt {
  padding: 5px 0;
}

.sc-sanpham-home .home-tabs-content .home-prod .txt h3 {
  position: relative;
  height: 33px;
  line-height: 16.5px;
  overflow: hidden;
}

.sc-sanpham-home .home-tabs-content .home-prod .txt h3:after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 6em;
  height: 1.2em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
}

.sc-sanpham-home .home-tabs-content .home-prod .price {
  text-align: center;
}

.sc-sanpham-home .home-tabs-content .home-prod .price .current {
  font-family: "brandontext_bold", sans-serif;
  font-size: 17px;
  color: #00a651;
}

.sc-sanpham-home .home-tabs-content .home-prod .price .older {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  padding-left: 10px;
}

.sc-sanpham-home .home-tabs-content .home-prod:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
  z-index: 1;
}

.sc-sanpham-home .home-tabs-content .home-prod:hover:hover {
  background: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(36, 50, 66, 0.14);
  box-shadow: 0 5px 30px 0 rgba(36, 50, 66, 0.14);
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .panel-heading {
  background: #fff;
  text-transform: uppercase;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row {
  overflow: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row a img {
  width: 50px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  float: left;
  margin-right: 10px;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row a img:hover {
  opacity: 0.85;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row h3 {
  margin-top: 0;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row h3:hover {
  color: #00a651;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row p {
  text-align: justify;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row h3 {
  font-size: 13px;
  position: relative;
  height: 29px;
  line-height: 14.5px;
  overflow: hidden;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row h3:after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 6em;
  height: 1.2em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row p.pdPrice {
  color: #00a651;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .layout-row p.pdPrice s {
  color: #999;
  display: block;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .viewAll {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #e9619f;
  color: #e9619f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.sc-sanpham-home .home-tabs-content .pdMoreBlock .viewAll:hover {
  color: #fff;
  background: #e9619f;
}

.sc-sanpham-home .home-tabs-content .imageHover {
  position: relative;
  overflow: hidden;
}

.sc-sanpham-home .home-tabs-content .imageHover a > img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sc-sanpham-home .home-tabs-content .imageHover a:hover > img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sc-sanpham-home .home-tabs-content .imageHover a:hover:before,
.sc-sanpham-home .home-tabs-content .imageHover a:hover:after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sc-sanpham-home .home-tabs-content .imageHover a:before,
.sc-sanpham-home .home-tabs-content .imageHover a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid transparent;
}

.sc-sanpham-home .home-tabs-content .imageHover a:before {
  border-top-color: #fff;
  border-bottom-color: #fff;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.sc-sanpham-home .home-tabs-content .imageHover a:after {
  border-left-color: #fff;
  border-right-color: #fff;
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.sc-sanpham-home .slider_prod_home.owl-carousel:hover .owl-nav div {
  opacity: 1;
}

.sc-sanpham-home .slider_prod_home.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
}

.sc-sanpham-home .slider_prod_home.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
}

.sc-sanpham-home .slider_prod_home.owl-carousel .owl-nav {
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc-sanpham-home .slider_prod_home.owl-carousel .owl-nav div {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sc-sanpham-home .slider_prod_home.owl-carousel .owl-nav [class^="owl-"] {
  font-family: serif;
  font-size: 50px;
  /* background: #fff; */
  padding: 0 0px;
  width: 30px;
  height: 50px;
  line-height: 40px;
  /* border: 1px solid #00a651; */
  color: #00a651;
  text-shadow: none;
}

.sc-sanpham-home .slider_prod_home.owl-carousel .owl-nav [class^="owl-"]:hover {
  /* color: #fff;
  background: #00a651; */
}

.slider_prod_home .fa-chevron-right:before,
.slider_prod_home .fa-chevron-left:before {
  font-size: 35px;
}

.sc-sanpham-home .slider_prod_home.owl-carousel .owl-nav .owl-prev {
  left: 20px;
}

.sc-sanpham-home .slider_prod_home.owl-carousel .owl-nav .owl-next {
  right: 20px;
}

@-webkit-keyframes pulse {
  0% {
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(237, 22, 80, 0);
    box-shadow: 0 0 0 10px rgba(237, 22, 80, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 22, 80, 0);
    box-shadow: 0 0 0 0 rgba(237, 22, 80, 0);
  }
}

@keyframes pulse {
  0% {
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(237, 22, 80, 0);
    box-shadow: 0 0 0 10px rgba(237, 22, 80, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 22, 80, 0);
    box-shadow: 0 0 0 0 rgba(237, 22, 80, 0);
  }
}

@media (min-width: 768px) {
  .sc-sanpham-home .home-tabs-content .col-lg-200:nth-of-type(n + 10) {
    display: none;
  }
}

@media (min-width: 992px) {
  .sc-sanpham-home .home-tabs-content .col-lg-200:nth-of-type(n + 9) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .col-lg-200 {
    position: relative;
    float: left;
    width: 20%;
  }
  .col-lg-800 {
    position: relative;
    float: left;
    width: 80%;
  }
  .sc-sanpham-home .home-tabs-content .col-lg-200:nth-of-type(n + 0) {
    display: block;
  }
}
