.banner-breadcrumds {
  object-fit: cover;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #000;
  padding: 0px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.banner-breadcrumds img {
  height: 300px;
  object-fit: cover;
}
.banner-breadcrumds .wrap-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
.banner-breadcrumds .wrap-content .box-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 60px;
  min-width: 40%;
}
.banner-breadcrumds .wrap-content .box-content h1 {
  font-size: 60px;
  margin: 0;
  text-align: left;
}
.bg_procuct {
	background: #eee;
	padding: 20px 0;
}
.content_product {
	background: #fff;
	padding: 20px 0;
}
.slide_project {
  background: #febd17;
  padding: 20px;
  margin: 10px 0;
}
.topsanpham {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.slide_project .col-product-card {
    padding: 0 15px 20px;
}
.small-image {
	margin: 0 5px
}
.small-image img{
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 5px;
}
.box-price-deis {
    display: flex;
    align-items: baseline;
}

.box-price-deis {
    display: flex;
    align-items: baseline;
}

.box-price-deis {
    display: flex;
    padding: 3px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-top: 5px;
}

.box-price-deis div:first-child {
    margin-left: 0px !important;
    margin-right: 10px;
}

s.woocommerce-Price-old-products {
    font-size: 16px;
    /*! margin-left: 7px; */
}

.woocommerce-Price-products {
    font-size: 25px;
    color: #f00;
    font-weight: 600;
    margin-left: 15px;
    line-height: 1.2;
}
.woocommerce-Price-products sub {
	font-size: 18px;
	  position: relative;
	  top: -5px;
}




.product-card .box {
    margin-bottom: 0px;
    margin-top: 5px;
    padding-bottom: 10px;
    background: #fff;
    transition: all .3s ease;
}

.product-card .box:hover {
    transform: translateY(-5px);
}

.product-card .card-top {
    position: relative;
    overflow: hidden;
}

.product-card .card-top .image {
    position: relative;
    overflow: hidden;
}
.product-card .card-top .image a {
    display: block;
}

.product-card .card-top .image a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-card:hover .card-top .image a::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.product-card .card-top .image-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    min-height: 150px;
}

.product-card .card-top .image-default {
}
.product-card .card-top .image img {
    object-fit: cover;
    height: auto;
}

.product-card .card-top .image-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.product-card .box:hover .image-hover {
    opacity: 1;
}

.product-card .card-top .list-status {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
}

.product-card .card-top .list-status>li {
    position: relative;
    width: auto;
    margin-bottom: 5px;
}

.product-card .card-top .list-status>li>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.product-card .card-top .list-status .new span {
    color: #ffffff;
    background-color: #5eb100;
}

.product-card .card-top .list-status .sale span {
    color: #ffffff;
    background-color: #90c7e0;
}

.product-card .card-top .list-status .hot span {
    color: #ffffff;
    background-color: #f20600;
}

.product-card .card-top .list-quick {
    display: flex;
    position: absolute;
    bottom: 30px;
    right: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 10;
    width: 35px;
    /* padding: 10px; */
    /* background: rgba(0, 0, 0, 0.3); */
    flex-direction: column;
}

.product-card .box:hover .card-top .list-quick {
    /* bottom: 15px; */
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* left: 0; */
    right: 10px;
    /* padding: 10px; */
    /* bottom: 0; */
}

.product-card .card-top .list-quick>li {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    margin-bottom: 5px;
}

.product-card .card-top .list-quick>li>a {
    background: #fff;
    border: 1px solid #2f4b8c;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    /* margin-left: 5px; */
    color: #2f4b8c;
}

.product-card .card-top .list-quick>li>a:hover {
    background: #2f4b8c;
    color: #fff;
    border-color: #2f4b8c;
}

.product-card .card-body {
    padding: 10px 0px 0;
}

.product-card .card-body .card-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    min-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card .card-body .card-name a {
    color: #333;
    text-transform: uppercase;
}

.product-card .card-body .card-name a:hover {
    color: #febd17;
}


.product-card .card-body .rate {
    margin-top: 8px;
    line-height: 1;
}

.product-card .card-body .rate span {
    display: inline-block;
    width: 91px;
}

.product-card .card-body .rate span:before {
    content: "\f006\f006\f006\f006\f006";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    letter-spacing: 4px;
    color: #fabe00;
    width: attr(data-foo);
}

.product-card .card-body .rate span i {}

.product-card .card-body .action-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-card .card-body .add-to-cart {
    display: inline-block;
    font-size: 14px;
    background: #e9242d;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 7px 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    font-size: 16px;
    width: calc(100% - 40px);
    padding: 5px 10px;
    height: 35px;
    text-align: center;
}

.product-card .card-body .add-to-cart:hover {
    background-color: #fff;
    color: #e9242d;
    border-color: #e9242d;
}

.product-card .card-body .add-to-withlist {
    border: 1px solid #e9242d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    background: #fff;
    color: #e9242d;
    margin-left: 5px;
}

.product-card .card-body .add-to-withlist:hover {
    background: #e9242d;
    color: #fff;
}
.product-card .box:hover .product_hover-block {
    transform: translate(-50%, 50%) scale(1);
}
.sale-1 {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    align-items: center;
    margin: 1px 0px 0px;
    padding-bottom: 4px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    width: 40px;
    height: 36px;
    background-image: url(../images/bg-sale.png);
    background-size: 40px 36px;
    background-position: 0px 0px;
}



/*  */
.wrap-top {
    background-color: #fff;
    padding: 10px 0px 10px;
}

.product-information {}

.product-information .hang{
    text-transform: inherit;
    font-size: 16px;
    line-height: 22px;
}

.product-information .quantity{
    text-transform: inherit;
    font-size: 16px;
    line-height: 22px;
}

.product-information .hang span{
    font-weight: 700;
    color: #000;
}

.product-information .quantity span{
    font-weight: 700;
    color: #000;
}

.product-information p {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    color: #febd17;
    font-weight: 700;
}
.product-information p span {
    font-weight: 600;
    color: #f00;
    font-size: 17px;
}

.tab-category-1 .box-view-all {
    width: 130px;
    text-align: right;
}

.tab-category-1 .view-all {
    display: block;
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    padding: 0 20px;
    line-height: 39px;
}

.box-view-all-mobile {
    text-align: center;
}
.tabs-product{

}
.tab-category-1 .box-view-all {
    width: 130px;
    text-align: right;
}

.tab-category-1 .view-all {
    display: block;
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    padding: 0 20px;
    line-height: 39px;
}

.box-view-all-mobile {
    text-align: center;
}

.tab-category-1 .view-all:hover {
    background: #ff6f00;
    color: #fff;
    border-color: #ff6f00;
}

.tab-category-1 .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    border: unset;
    justify-content: left;
    align-items: center;
}

.tab-category-1 .nav-tabs>li {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0px;
    background: #eee;
    padding: 0;
    line-height: 30px;
    height: 100%;
    position: relative;
    margin-right: 40px;
    height: 40px;
}

.tab-category-1 .nav-tabs>li:after {
    content: "";
    border-width: 20px;
    border-left: 20px solid #eee;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #eee;
    border-top: 20px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}

.tab-category-1 .nav-tabs>li.active:after {
    border-bottom-color: #febd17;
    border-left-color: #febd17;
}

.tab-category-1 .nav-tabs>li+li.active:before {
    border-right-color: #febd17;
    border-top-color: #febd17;
}

.tab-category-1 .nav-tabs>li+li:before {
    content: "";
    border-width: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid #eee;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #eee;
    position: absolute;
    top: 0;
    right: 100%;
}

.tab-category-1 .nav-tabs>li.active>h3,
.tab-category-1 .nav-tabs>li>h3:focus {}

.tab-category-1 .nav>li>h3:focus,
.tab-category-1 .nav>li>h3:hover {
    background-color: unset;
    border: unset;
    color: #febd17;
}

.tab-category-1 .nav-tabs>li.active {
    background-color: #febd17;
    border: 0;
    padding: 0;
}


/*
.tab-category-1 .nav-tabs>li.active:before,
.tab-category-1 .nav-tabs>li:hover:before {
    width: calc(100% - 3.2px);
}

.tab-category-1 .nav-tabs>li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
*/

.tab-category-1 .nav-tabs>li.active>h3 {
    border: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    background-color: #febd17;
    font-weight: 600;
    /* padding: 5px 20px; */
    line-height: 30px;
    margin: 0 0px 0 0;
}

.tab-category-1 .nav-tabs>li>h3:focus {
    color: #fff;
    border: unset;
    background-color: inherit;
    outline: unset;
}

.tab-category-1 .nav-tabs>li>h3 {
    padding: 0;
    border-radius: 0;
    line-height: 30px;
    background-color: unset;
    border: unset;
    margin-right: 0;
    padding: 5px 20px;
	font-size: inherit;
}

.box-price-detail {
    margin-bottom: 0px;
    background-color: #fff;
    padding: 5px 0px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.box-price-detail .new-price {
    font-size: 22px;
    font-weight: 700;
    color: #ff0000;
    line-height: 30px;
    display: inline-block;
    letter-spacing: 0px;
    padding-top: 0;
}
.box-price-detail .desc-price {
   margin-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    text-decoration: line-through;
   margin-left: 20px;
}

.box-price-detail .desc-price .txt-color {
    color: #b88e40;
}


.box-price-detail .old-price {
    color: #8d8d8d;
    font-size: 20px;
    margin-left: 15px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 0px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: bottom;
}
.name-product {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.list-btn-action.clearfix {
    display: flex !important;
    flex-wrap: wrap;
}
.list-btn-action a {
	background: #febd17;
	padding: 8px 25px;
	border-radius: 30px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.action-pro {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: center;
  border-bottom: solid 1px #eee;
  margin-bottom: 10px;
}
.action-pro .link-action {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
	padding: 0;
}





.list-btn-action a:hover {
	color: #ff0;
}

.product-action .list-btn-action {
    margin-top: 15px;
    /* width: calc(100% - 20px); */
    font-weight: 600;
    margin-right: 11px;
}

.product-action .list-btn-action a:hover {
    color: inherit;
}

.product-action:not(.out-of-stock) .list-btn-action button {
    width: calc(100% / 2 - 5px);
    text-align: center;
    margin-bottom: 15px;
}

.product-action .list-btn-action button:first-child {
    margin-right: 14px;
}
.tab-content:not(.active){
	display: none;
}
/*  */
.product-card .box {
    margin-bottom: 0px;
    margin-top: 5px;
    padding-bottom: 10px;
    background: #fff;
    transition: all .3s ease;
}

.product-card .box:hover {
    transform: translateY(-5px);
}

.product-card .card-top {
    position: relative;
    overflow: hidden;
}

.product-card .card-top .image {
    position: relative;
    overflow: hidden;
}
.product-card .card-top .image a {
    display: block;
}
.product-card .card-top .image a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-card:hover .card-top .image a::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.product-card .card-top .image-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    min-height: 150px;
}

.product-card .card-top .image-default {
}
.product-card .card-top .image img {
    object-fit: cover;
    height: auto;
}

.product-card .card-top .image-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.product-card .box:hover .image-hover {
    opacity: 1;
}

.product-card .card-top .list-status {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
}

.product-card .card-top .list-status>li {
    position: relative;
    width: auto;
    margin-bottom: 5px;
}

.product-card .card-top .list-status>li>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.product-card .card-top .list-status .new span {
    color: #ffffff;
    background-color: #5eb100;
}

.product-card .card-top .list-status .sale span {
    color: #ffffff;
    background-color: #90c7e0;
}

.product-card .card-top .list-status .hot span {
    color: #ffffff;
    background-color: #f20600;
}

.product-card .card-top .list-quick {
    display: flex;
    position: absolute;
    bottom: 30px;
    right: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 10;
    width: 35px;
    /* padding: 10px; */
    /* background: rgba(0, 0, 0, 0.3); */
    flex-direction: column;
}

.product-card .box:hover .card-top .list-quick {
    /* bottom: 15px; */
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* left: 0; */
    right: 10px;
    /* padding: 10px; */
    /* bottom: 0; */
}

.product-card .card-top .list-quick>li {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    margin-bottom: 5px;
}

.product-card .card-top .list-quick>li>a {
    background: #fff;
    border: 1px solid #2f4b8c;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    /* margin-left: 5px; */
    color: #2f4b8c;
}

.product-card .card-top .list-quick>li>a:hover {
    background: #2f4b8c;
    color: #fff;
    border-color: #2f4b8c;
}

.product-card .card-body {
    padding: 10px 0px 0;
}

.product-card .card-body .card-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    min-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card .card-body .card-name a {
    color: #febd17;
    text-transform: uppercase;
}

.product-card .card-body .card-name a:hover {
    color: #febd17;
}
.product-card .card-body .card-price {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
}

.product-card .card-body .card-price .new-price {
    font-size: 17px;
    color: #ff0000;
    font-weight: 600;
}

.product-card .card-body .card-price .old-price {
    color: #8d8d8d;
    margin-left: 0px;
    font-weight: 500;
	font-size: 15px;
	width: 100%;
}

.product-card .card-body .rate {
    margin-top: 8px;
    line-height: 1;
}

.product-card .card-body .rate span {
    display: inline-block;
    width: 91px;
}

.product-card .card-body .rate span:before {
    content: "\f006\f006\f006\f006\f006";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    letter-spacing: 4px;
    color: #fabe00;
    width: attr(data-foo);
}

.product-card .card-body .rate span i {}

.product-card .card-body .action-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-card .card-body .add-to-cart {
    display: inline-block;
    font-size: 14px;
    background: #e9242d;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 7px 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    font-size: 16px;
    width: calc(100% - 40px);
    padding: 5px 10px;
    height: 35px;
    text-align: center;
}

.product-card .card-body .add-to-cart:hover {
    background-color: #fff;
    color: #e9242d;
    border-color: #e9242d;
}

.product-card .card-body .add-to-withlist {
    border: 1px solid #e9242d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
    display: block;
    background: #fff;
    color: #e9242d;
    margin-left: 5px;
}

.product-card .card-body .add-to-withlist:hover {
    background: #e9242d;
    color: #fff;
}

.product_hover-block:hover {
    background: #2f4b8c;
}

.product_hover-block {
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 99;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    background: #2f4b8c;
    border-radius: 100%;
    padding: 5px;
    transform: translate(-50%, 50%) scale(0);
}

.product_hover-block .actions {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.product_hover-block .actions a {
    color: #fff;
}
.title-1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 0 10px;
}
.product-card .box:hover .product_hover-block {
    transform: translate(-50%, 50%) scale(1);
}
.list-product-card{
	margin: 0 -10px;
}
.list-product-card .product-card{
	margin: 0 0px;
}
.slider.slide_small img {
    height: 80px;
    width: 100%;
}
.slider.slide_small {
    padding: 2px;
}
.slider.slide_small img {padding: 5px;border: 1px solid #cdcdcd;}
.gioi_thieu ul li {
    list-style: disc;
    margin-left: 20px;
}

.gioi_thieu h3 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
}
.custom-block {
    margin-bottom: 30px;
    padding-bottom: 15px;
    background: url(../images/bkg_4.png) bottom no-repeat;
}
.custom-block-1>div {
    min-height: 50px;
    margin-bottom: 14px;
    clear: both;
    align-items: center;
    display: flex;
}
.custom-block-1>div img {
    font-size: 30px;
    PADDING: 7px;
    color: #000;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #bbb;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.custom-block-1>div h3 {
    color: #313131;
    font-size: 15px;
    margin: 0;
    line-height: 1.2;
    margin-left: 0;
    padding-top: 0;
}
.custom-block-1>div p {
    font-size: 12px;
    margin: 0;
    margin-left: 50px;
    line-height: 1;
}









@media (min-width:1200px) {
    .product-action .list-btn-action button {
        float: left;
    }
    .product-action .list-btn-action button:nth-of-type(2n+1) {
        margin-right: 9px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .product-action {
        display: flex;
    }
}
@media (max-width: 992px){
	.wrap-top{
		padding: 30px 0;
	}
}
@media (max-width:767px) {
	.topsanpham {
		padding: 10px 0;
	}
	.list-product-card .product-card {
		margin-bottom: 15px;
	}
	.list-product-card {
		margin: 0;
	}
	.slide_project {
		padding: 5px 0;
		margin: 0;
	}
	.breadcrumbs {
		background: #fff;
	}
	.breadcrumbs ul {
		padding: 5px 0;
	}
	.banner-breadcrumds {
		display: none
	}
	.an_mobile {
		display: none
	}
	.product-card .card-body .card-price .new-price{
		font-size: 16px;
	}
	.product-card .card-body .card-price .old-price{
		font-size: 14px;
	}
	.title-template-news{
        font-size: 15px;
    }
	.title-template-news span a{
        padding: 8px 0;
        font-size: 15px;
    }
	.tab-category-1 .nav-tabs>li:after {
        display: none;
    }
    .tab-category-1 .nav-tabs>li+li:before {
        display: none;
    }
    .tab-category-1 .nav-tabs>li {
        margin-right: 5px;
        font-size: 13px;
    }
    .tab-category-1 .nav-tabs>li>h3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tab-category-1 .nav-tabs {
        width: 100%;
    }
}
@media (max-width: 550px) {
	.title-template-news{
        font-size: 13px;
    }
	.title-template-news a{
        width: 100%;
    }

    .title-template-news span{
        display: none;
    }
	.product-card .card-top .image-card{
        min-height: unset;
    }
	.product-card .card-body .card-name{
        font-size: 15px;
    }
	.product-card .card-body .card-name{
        font-size: 15px;
    }
	.product-card .box{
        margin-bottom: 0;
    }
}
