html {
    scroll-behavior: smooth;
}
.fs-11{
    font-size: 1.1rem !important;
}
.fs-12{
    font-size: 1.2rem !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-19{
    font-size: 1.9rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.bg-main{
    background: var(--color-main) !important;
}
.font-weight-500{
    font-weight: 500 !important;
}

.color-red {
    color: red !important;
}
.shadow-1{    
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}
.hover-img{
    overflow: hidden;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.hover-img:hover img{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.btn-submit-1:hover {
    background-color: var(--color-highlight) !important;
    color: var(--white) !important;
}
.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

.no-gutters {
    margin: 0;
}

[class^="col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 1rem;
    padding-left: 1rem;
}

a.view-all {
    padding: 0.7rem 1rem;
    border-radius: 0.4rem;
    background: var(--light);
}

a.view-all:hover {
    color: var(--white) !important;
    background:var(--color-highlight) !important;
}
.rounded-10{
    border-radius: 1rem !important;
}
.rounded-15{
    border-radius: 1.5rem !important;
}
.rounded{
    border-radius: 0.5rem !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.mb-2rem {
    margin-bottom:2rem !important;
}
.color-text {
    color: var(--color-text);
}
.object-cover {
    object-fit: cover !important;
}
.scale-down {
    object-fit: scale-down !important;
}


.account-mini {
    border: 1px solid #000;
    border-radius: 1rem;
    background: rgb(0 0 0 / 9%);
    padding: 0.4rem 0.8rem 0;
}
.search-section {
    max-width: 100%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.09);
}
.search-section .btn {
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 0 1rem;
    line-height: 3.8rem;
}
.search-section .input-group input.form-control {
    border-radius: 0.5rem !important;
}
.form-control {
    border-radius: 0.4rem;
}
.setting-menu.fixed {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color .3s, opacity .3s;
    width: 100%;
    z-index: 10;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
@-webkit-keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}

.swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 60px;
    opacity: .75;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    background: #fff !important;
}

.swiper-button-next {
    border-radius: 100px 0 0 100px;
    right: 0;
    padding-left: 0.5rem;
}

.swiper-button-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 0.5rem;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
    color: var(--color-text);
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-slider-main .swiper-pagination-bullet {
    background: #f9a6a6;
}
.swiper-slider-main .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-bottom: 0.25rem solid var(--color-highlight) !important;
    font-weight: bold;
}
.swiper-slider-main {
    height: 42.1rem;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}
.swiper-slider-main .gallery-top {
    height: 80%;
}
.swiper-slider-main .gallery-thumb {
    height: 20%;
}

.swiper .swiper-slide.product-item {
    margin: 2rem 0;
}
.title-child a {
    color: gray;
}

.title-child a:hover {
    color: var(--color-highlight);
}
.product-item:hover{
    box-shadow: 0px 0px 20px #eaeaea;
}
.cate-section >.row>div:nth-child(1) .item {
    border-radius: 1rem 0 0;
}
.cate-section >.row>div:nth-child(6) .item {
    border-radius: 0 1rem 0 0;
}

.cate-section >.row>div:nth-child(7) .item {
    border-radius: 0 0 0 1rem;
}

.cate-section >.row>div:nth-child(12) .item {
    border-radius: 0 0 1rem 0;
}

.title-tab .block-tab.nav .nav-item {
    padding-left: 2rem;
}

.title-tab .block-tab.nav .nav-item .nav-link {
    padding: 0;
    color: gray;
    font-weight: 400;
    font-size: 1.5rem;
}

.title-tab .effect-nav li a::after {
    height: 2px;
    bottom: -1.3rem;
}
.title-tab .block-tab.nav .nav-item .nav-link.active, .title-tab .block-tab.nav .nav-item .nav-link:hover {
    color: var(--color-highlight);
    font-weight: bold;
}

.footer-top {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}
.branch-section .name:before {
    position: absolute;
    content: '';
    height: 2px;
    background: var(--color-main);
    width: 5rem;
    bottom: 0px;
    left: 0px;
}
.footer-menu-section a {
    color: var(--color-main);
}
.footer-menu-section ul  a:hover{text-decoration: underline;!i;!;}
.social-section li a {
    display: block;
    height: 3.5rem;
    color: var(--color-top);
    line-height: 3.5rem;
    text-align: center;
    width: 3.5rem;
    border: 1px solid var(--color-top);
    border-radius: 50%;
}
.social-section li {
    padding-right: 1rem;
}
.social-section li a:hover {
    background: var(--color-highlight);
    color: white;
    border-color: var(--color-highlight);
}
.img-bct img{
    max-height: 6.1rem;
}

.toCall {
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 99;
}
.toCall a{
    display:block;
    padding-bottom: 10px;
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
@keyframes hvr-buzz-out {
  10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
  20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
  40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
  60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
  70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
  80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
  90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
  100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}


.float-contact {
    position: fixed;
    bottom: 60px;
    left: 10px;
    z-index: 99;
}
.float-contact a {
    display: block;
    margin-bottom: 6px;
}
.float-contact a  span{
    background: #0091FF;
    border-radius: 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    display: inline-block;
    padding: 7px 20px;
}

.float-contact a:nth-child(2) span{
    background: #0866FF;
}
.float-contact a:nth-child(3) span{
    background: var(--red);
}
.products-banner .swiper-button-prev, .products-banner .swiper-button-next {
    opacity: 0;
}

.products-banner .swiper:hover .swiper-button-prev, .products-banner .swiper:hover .swiper-button-next{
    opacity:0.5
}
.products-banner .swiper .swiper-button-prev:hover, .products-banner .swiper .swiper-button-next:hover{
    opacity:01
}
#productLongDescription {
  display: block;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
}
#productLongDescription {
  max-height: 302px;
}
.copy__inner {
  overflow: hidden;
}

.copy__gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, white 100%);
  bottom: 0;
  height: 150px;
  left: 0;
  position: absolute;
  transition: bottom 1s ease;
  width: 100%;
  z-index: 10;
}
.reveal .copy__gradient {
  bottom: -150px;
  transition: bottom 2s ease;
}

.more-less {
  color: var(--color-highlight);
  cursor: pointer;
  bottom: 0;
  font-weight: bold;
  left: 0;
  margin-left: 0px;
  position: relative;
  z-index: 50;
  display:  inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid var(--color-highlight);
}
.more-less:hover {
  color: #fff;
  background: var(--color-highlight);
}

.reveal + .more-less:after {
  border-top: none;
  border-bottom: 6px solid black;
}

.products-cat .category-image img {
    max-height: 330px;
    width: 100%;
    object-fit: cover;
}

#lg-zoom-out, #lg-zoom-in {
    display: inline-block !important;
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 300;
}

#lg-zoom-in:after {
    content: "\f00e";
}

#lg-zoom-out:after {
    content: "\f010";
}
.orderby-cus-section a:hover , .orderby-cus-section a.active{
    background: #e6f1ff !important;
    border-color: var(--color-highlight) !important;
    color:var(--color-highlight) !important;
}


.btn-filter-mobile {
    display: block;
    color: var(--color-main);
}
.btn-filter-mobile, .content-filter-head {
    display: block;
    
}
.content-filter-product {
    position: fixed;
    width: 32rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-32rem, 0, 0);
    -moz-transform: translate3d(-32rem, 0, 0);
    -ms-transform: translate3d(-32rem, 0, 0);
    -o-transform: translate3d(-32rem, 0, 0);
    transform: translate3d(-32rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}
.content-filter-product.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.filter-url .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}
.filter-url .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}
.content-filter-head {
    background: #faf9f8;
    padding: 2rem 3rem;
}
.filter-cate .row>div {
    flex: 0 0 15rem !important;
    max-width: 15rem !important;
}
.product-image-detail .inner-image {
    padding-top: 56.25%;
}
.product-content-detail .khuyenmai .title {
    background: #ffd401;
    border-radius: 1rem 1rem 0 0;
    color: #fff !important;
}
.product-content-detail .khuyenmai .item ul, .product-content-detail .khuyenmai .item ol {
	counter-reset: section;
	list-style-type: none;
	position: relative;
	margin: 0;
    padding: 0;
}
.product-content-detail .khuyenmai .item li:not(:last-child) {
    margin-bottom: 1rem;
}
.product-content-detail .khuyenmai .item li::before {
	counter-increment: section;
	content: counter(section);
	background: var(--color-highlight);
	color: #fff;
	border-radius: 50%;
	padding: 0.1rem 0.5rem;
	margin-right: 0.5rem;
	font-size: 1.1rem;
	width: 1.8rem;
	height: 1.8rem;
	align-items: center;
	display: inline-flex;
}
.product-content-detail .add-to-cart.add-to-cart-buy {
    width: calc(100% - 7rem) !important;
    background: linear-gradient(#ea7878, #c34a4a);
}
.product-content-detail .add-to-cart:hover{
    background: var(--color-highlight);
    color: white;
    border-color: var(--color-highlight);
}
.product-content-detail .add-to-cart:hover .text {
    color: white;
}

.product-content-detail .add-to-cart span.text {
    font-size: 0.75rem;
    margin-top: 0.1rem;
    color: var(--red);
    font-weight: 600;
    line-height: 1.1;
}
.product-detail-bottom .thongso {
    color: var(--gray-bold);
}
.product-detail-bottom .thongso table {
    border: 1px solid #ececec;
    max-width: 100%;
    width: 100%;
}

.product-detail-bottom .thongso table a {
    color: var(--color-main);
}

.product-detail-bottom .thongso table td {
    padding: 6px 10px;
	border-left-width: 0;
	border-right-width: 0;
}

.product-detail-bottom .thongso table tr:nth-child(odd) {
    background: var(--light);
}
.product-detail-bottom #modal-thongso .modal-dialog {
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    max-width: 630px;
    width: calc(100% - 1rem);
}

.product-detail-bottom #modal-thongso {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

.product-detail-bottom #modal-thongso .modal-header .close {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    top: 5px !important;
    right: 5px;
    position: absolute;
    background: hsla(0, 0%, 4%, .2);
    padding: 0;
    margin: 0;
    text-shadow: unset;
    opacity: 1;
    font-size: 1.3rem;
    border: 1px solid #eee;
    border-radius: 50%;
}
.product-detail-bottom .thongso .item table tr:nth-child(n+9) {
    display: none;
}
.product-detail-footer .tab-content h2 {
    font-size: 2rem;
}

.product-detail-footer .tab-content h3, .product-detail-footer .tab-content h4, .product-detail-footer .tab-content h5 {
    font-size: 1.6rem;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.form-group {
    /* margin-bottom: 1.5rem; */
}
.is-mobile .setting-menu-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.is-mobile .search-mb {
    margin: 3.5rem 1.5rem 1.5rem !important;
}

.is-mobile .title-tab .effect-nav li a::after {
    bottom: -1.4rem;
}
.swiper .swiper-slide {
    height: auto;
}
.filter-url .img-filter img{
    max-width: 10rem;
    width: 10rem;
    vertical-align: middle;
    height: 5rem;
}
.img-filter-cate {
    max-width: 10rem;
    width: 10rem;
    vertical-align: middle;
}
.filter-url .filter-cate .inner-name {
    background: rgba(0, 0, 0, 0.35);
    margin-bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    overflow: hidden;
    position: absolute;
}
.toolbar{
    display: none;
}
.toolbar__item a.dropdown-item {
    padding: 0.5rem 1.5rem !important;
    display: block;
}

.toolbar__item a.dropdown-item i {
    color: var(--color-main);
    font-size: 1.4rem;
}
.box-suggest .btn-submit {
    z-index: 10;
}
@media (min-width:992px) {
    html {
        scroll-padding-top: 15rem;
    }
    .menu-container:hover .menu-vertical--nav {
        opacity: 1;
        visibility: visible;
        width: 16.66667%;
    }
    .menu-vertical--content {
        top: 7.1rem;
        border-radius: 1.5rem;
        box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
        transition: opacity .25s, visibility .25s;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: 30;
        background-color: #fff;
        position: unset;
        left: 0;
        max-height: 42.1rem;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        min-width: 20.5rem;
    }
    .setting-menu.fixed .menu-vertical--content{
        top: 6.4rem;
        opacity: 0;
        visibility: hidden;
    }
    
    .bg-overlay {
        background-color: rgba(0, 0, 0, .3);
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 7rem;
        transition: visibility .3s, opacity .3s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 10;
    }
    
    .bg-overlay.active {
        opacity: 1;
        background-color: rgba(0, 0, 0, .7);
        visibility: visible
    }
    .menu-vertical:hover .menu-vertical--content , .home .setting-menu:not(.fixed) .menu-vertical--content{
        opacity: 1;
        visibility: visible;
    }
    .menu-vertical--content {
        display: block !important;
    }
    .menu-vertical--content li.more {
        font-weight: 600;
        cursor: pointer;
    }
    .menu-vertical--content>li {
        border-bottom: 1px solid #ddd;
    }
    .menu-vertical .entry-menu .container-menu ul{
        margin-bottom:1rem
    }
    .menu-vertical .entry-menu .container-menu ul li a {
        padding: 5px 15px 5px 10px;
        font-weight: normal;
        font-size: 13px;
    }
    .menu-vertical .entry-menu .container-menu .menu-title {
        font-size: 1.4rem;
        text-transform: uppercase;
    }
    .col-3-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1000px) {
    
    .menu-vertical--nav {
        position: absolute;
        left: 1rem;
        right: 0;
        z-index: 9;
        top: 7.5rem;
        width: 0;
        opacity: 0;
    }
    .home .setting-menu:not(.fixed) .menu-vertical--nav {
        width: 16.66667%;
        opacity: 1;
    }
}
@media (min-width: 1268px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1268px;
    }
}

@media (max-width:1200px) and (min-width:1000px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%;
    }
}

@media (min-width:1080px) {
    .search-section {
        width: 44rem;
    }
}
@media (max-width:1024px) and (min-width:1000px) {
    .menu-vertical--content {
        width: 17.5rem;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .search-section {
        width: 30rem;
    }
}

@media (max-width: 1200px) {
    .filter-url .filter-section, .filter-cate ul, .itemby-priority-sort .content-select-by, .orderby-cus-section .content-sort {
        overflow-x: scroll;
        padding-bottom: 1rem;
        display: block;
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .slide-home >.container>.row>div:nth-child(1) {
        display: none;
    }
    .slide-home >.container>.row>div:nth-child(2) {
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .slide-home >.container>.row>div:nth-child(3) {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .toolbar{
        display: flex;
    }
}


@media (max-width:992px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .setting-menu-mb .items-number {
        position: absolute;
        right: -7px;
        bottom: 0;
        top: unset;
    }
    .product-item .price-amount {
        display: block;
    }
    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }
    .title-section {
        font-size: 2.2rem !important;
    }

    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .logo-section a {
        font-size: 2.5rem !important;
    }
    .search-mb {
        margin: 3.5rem 1.5rem 1.5rem !important;
    }
    .title-main h2 , .title-main h3 {
        font-size: 2.3rem;
    }
    .title-child a:not(.view-all) {
        background: #efefef;
        padding: 6px 10px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
        font-size: 1.4rem;
    }
    .view-all {
        margin-top: 0.5rem;
        display: inline-block;
        padding: 6px 10px;
        margin-left: 0 !important;
    }
    
    #nh-admin-bar {
        display: none;
    }
    .acc-cart a i {
        font-size: 2.5rem !important;
        margin-bottom: 0 !important;
    }
    .acc-cart img{
        width:28px;
        height:28px
    }
    .swiper-slider-main .swiper-slide img {
        height: 50vw;
    }
    .title-tab .effect-nav li a::after {
        bottom: -1.4rem;
    }
    .title-footer {
        font-size: 16px !important;
    }
    .hot-product .title-section i {
        font-size: 2.5rem !important;
    }

}
@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .title-tab {
        flex-direction: column;
        border: none;
    }
    
    .title-tab .effect-nav li a::after {
        opacity: 0;
    }
    
    .title-tab .block-tab.nav .nav-item .nav-link {
        background: #DBDBDB;
        border-radius: 0.9rem;
        padding: 0.7rem 0.8rem 0.5rem 0.8rem;
        font-size: 1.4rem !important;
    }
    
    .title-tab .block-tab.nav .nav-item .nav-link.active, .title-tab .block-tab.nav .nav-item .nav-link:hover {
        background: var(--color-highlight);
        color: white;
    }
    
    .title-tab .block-tab.nav .nav-item {
        padding: 0 1rem 0 0;
    }
}

/*CSS quyettq*/
.btn-map {
    background: #E1E1E1;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
}

.btn-map a {
    color: var(--color-main);
}

.btn-map:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

.setting-menu {
    background-position: 50% 0;
    transition: background .4s;
}

li.item-strong a {
    color: var(--red) !important;
}

.newsletter .form-control {
    padding: 0 1.25rem;
    height: calc(1.2em + 1.5rem + 2px);
    line-height: normal;
    border: 1px solid #ced4da;
}

.acc-cart ul li a {
    color: var(--color-main);
}

.acc-cart ul li a:hover {
    color: #fff;
}

.acc-cart .account-mini:hover, .acc-cart .account-mini:hover a {
    border-color: #fff;
    color: #fff;
}
.baohanh .item ol, .baohanh .item ul {
    line-height: 1.7;
    padding-left: 1.5rem;
}