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;
}
.shadow-1 {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}
.color-red {
    color: red !important;
}
.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;
}

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-24{
    border-radius: 2.4rem !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;
}
.color-text {
    color: var(--color-text);
}
.object-cover {
    object-fit: cover !important;
}
.scale-down {
    object-fit: scale-down !important;
}

/*Header*/
.account-mini {
    border: 1px solid white;
    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);
}

.top-bar .search-section {
    width: 80%;
    border-radius: 28px;
    overflow: hidden;
}
.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;
    border-color: #ebebeb;
}
.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%;
}

header .top-bar > .container > .row > .col-12 {
    display: flex;
    gap: 1.6rem;
}

/*Main*/

.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;
}
.slide-home>.container {
    padding: 0 1rem;
}

.slide-home>.container>.row {
    margin: 0 -1rem;
}

.slide-home>.container>.row>div {
    padding: 0 1rem;
}
.banner-home .item-banner img {
    height: calc(38rem / 3);
}
.title-child a {
    color: gray;
}

.title-child a:hover {
    color: var(--color-highlight);
}

.btn-product-action {
	background-color: var(--gray);
	color: var(--color-main);
	width: 3rem;
	height: 3rem;
	display: block;
	align-content: center;
	text-align: center;
	border-radius: 50%;
	transition: 400ms ease-in-out;
}
.btn-product-action:hover {
    background-color: var(--color-highlight);
    color: var(--white);
}

.btn-action {
	color: var(--white);
	width: 4rem;
	display: block;
	height: 4rem;
	align-content: center;
	text-align: center;
	border: 1px solid var(--white);
	border-radius: 7px;
}

.product-item {
    position: relative;
}

.item-view-category .swiper-wrapper, .hot-product .swiper-wrapper {
    margin: 2rem 0 ;
} 

.hot-product .product-item .inner-image{
    border-radius: 1rem 1rem 0 0 !important;
}
.hot-product .product-item .inner-content {
    padding: 1.5rem !important;
}

.product-item .product-hover {
	position: absolute;
	transition: transform .55s cubic-bezier(.2,.75,.5,1);
	transform: scale(.95) translateY(0) translateZ(0);
	display: block;
	height: calc(100% + 39px);
	width: calc(100% + 20px);
	z-index: -1;
	top: -9px;
	left: -10px;
	border-radius: 30px;
}

.product-item .product-hover::before {
	content: "";
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform-origin: center;
	opacity: 0;
	transition: opacity .55s cubic-bezier(.2,.75,.5,1), background-color .55s cubic-bezier(.2,.75,.5,1);
	box-shadow: 0 1px 24px 0 rgba(0,0,0,.09);
	border-radius: 30px;
	background-color: var(--white);
}

.product-item:hover .product-hover::before {
	opacity: 1;
	pointer-events: all;
}

.product-item:hover .product-hover {
	transform: scale(1) translateY(0) translateZ(0);
}

.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{
    color: var(--color-highlight) !important;
}
.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;
}
.float-contact {
    position: fixed;
    bottom: 60px;
    right:  10px;
    z-index: 99;
}
.float-contact a {
    display: block;
    margin-bottom: 6px;
    text-align: right;
}
.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:1
}
.category-image .swiper-slide img {
    height: 20rem;
    object-fit: cover;
}
#productLongDescription {
  display: block;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
}
#productLongDescription {
  max-height: 300px;
}
.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: 9;
}
.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: 9;
  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: #f6fffc !important;
    border-color: var(--color-highlight) !important;
    color:var(--color-highlight) !important;
}
.orderby-cus-section .content-scroll, .itemby-priority-sort .content-select-by, .orderby-cus-section .content-sort {
	overflow-x: auto;
	padding-bottom: 1rem;
	display: block;
	width: 100%;
	scrollbar-width: thin;
}

.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: 75.25%;
}
.product-content-detail .khuyenmai{
    border: 1px solid #fee2e2;
}
.product-content-detail .khuyenmai .title {
    background: #fee2e2;
    border-radius: 1rem 1rem 0 0;
    color: var(--red);
}
.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(--red);
	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(#f52f32, var(--red));
}
.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;
}

.article-detail span.seperate {
	display: inline-block;
	margin: 0 10px;
	color: #747474;
}

.action-share--content {
	position: absolute;
	width: 170px;
	background: #e1e1e1 !important;
	right: 0;
	padding: 1rem 1.5rem;
	border-radius: 0.8rem;
	z-index: 1;
}

 .action-item--title {
	color: #000;
	font-size: 16px;
	margin-bottom: 1rem;
}

.list-social {
  -ms-flex-pack: distribute;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.list-social .btn-social a {
	text-align: center;
	font-size: 16px;
	display: inline-block;
	color: #000000;
}
/*Article*/

.article-page .article-item {
	border-radius: 8px;
	border: 1px solid #ddd;
	margin-bottom: 0;
}

.article-page .article-item .inner-content {
	padding: 10px;
}

.categories, .small-article {
	background-color: var(--white);
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	box-shadow: none !important;
}


.view-small .article-item .article-title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
}



/*Lien_he*/
.box-map-contact {
	background: #f3f3f3;
	margin-top: 50px;
	padding-left: calc((100% - 1170px)/2);
	overflow: hidden;
}

.box-map-contact > .row {
	display: flex;
	align-items: center;
}

.info-website .info .name {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
	  line-height: 2;
}

.info-website .info .name i {
    font-size: 2rem;
}

@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: 41rem;
        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: 7.5rem;
        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: 1.5rem;
        right: 0;
        z-index: 9;
        top: 8.1rem;
        width: 0;
        opacity: 0;
    }
    .home .setting-menu:not(.fixed) .menu-vertical--nav {
        width:16.66667%;
        opacity: 1;
    }
}
@media (min-width: 1200px) {
    .box-sticky-cat > .container > .row > div {
    	height: fit-content;
    	position: sticky;
    	top: 8rem;
    	z-index: 4;
    	display: inline-block;
    }
}

@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: 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: var(--light);
        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
    }
    .is-mobile .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;
    }
	.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;
	}
	
	/*Lien_he*/
	.box-map-contact > .row > div[class*="col-"] {
	    flex: 0 0 100%;
	    max-width: 100%;
        padding: 0 1rem;
    }

}
@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;
    }
}


/*CTA*/

.hotline-phone-ring-wrap {
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 990;
}


.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 7rem;
    height: 7rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Animation*/
.hotline-phone-ring-img-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-circle {
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(246 68 57);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 5rem;
    height: 5rem;
    position: absolute;
    background-color: rgb(246 68 57 / .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
/*End of animation*/

.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    /* Vị trí của tooltip */
    position: absolute;
    bottom: 4px;
    /* Điều chỉnh để thay đổi khoảng cách */
    white-space: nowrap;
    z-index: 999;
    /* Hiệu ứng */
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 130%;
}

.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    left:100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent  transparent transparent rgba(0, 0, 0, 0.75);
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

#phone .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #61f77c;
}

#phone .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #61f77c;
}

#facebook .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #2095f4;
}

#facebook .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #2095f4;
}

#zalo .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #2095f4;
}

#zalo .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #2095f4;
}
.product-detail-head .btn-product-action {
    width: auto;
    height: auto;
    background: inherit;
    border: none !important;
}
