.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-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !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, .banner-1 .banner-section a{    
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
}
.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;
}
.rounded{
    border-radius: 0.5rem !important;
}
.rounded-8{
    border-radius: 0.8rem !important;
}
.shadow-2{
    box-shadow: 2px 2px 20px rgb(0 0 0 / 9%);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.color-gray-bold{
    color: var(--gray-bold);
}
.pt-2rem, .py-2rem{
    padding-top:2rem;
}

.pb-2rem, .py-2rem{
    padding-bottom:2rem;
}

.mt-2rem, .my-2rem{
    margin-top:2rem;
}

.mb-2rem, .my-2rem{
    margin-bottom:2rem;
}
.p-2rem {
    padding: 2rem;
}
.pl-2rem, .px-2rem {
    padding-left: 2rem;
}
.pr-2rem, .px-2rem {
    padding-right: 2rem;
}
.object-cover {
    object-fit: cover !important;
}
.border {
    border: 1px solid #ebebeb !important;
}
.border-top {
    border-top: 1px solid #ebebeb !important;
}

.border-right {
    border-right: 1px solid #ebebeb !important;
}

.border-bottom {
    border-bottom: 1px solid #ebebeb !important;
}

.border-left {
    border-left: 1px solid #ebebeb !important;
}
.color-text{
    color: var(--color-text);
}
.text-underline {
    text-decoration: underline;
}
.border-width-2{
    border-width: 2px !important;
}
.swiper .swiper-slide{
    height: auto;  
}



body.home {
    background: var(--light);
}
header {
    background: var(--color-highlight);
}

header .logo-section .text {
    color: white;
    font-weight: bold;
    display: inline-block;
    font-size: 1.6rem;
    padding-left: 0.5rem;
}
.header-top {
    background: var(--color-second);
}
.keyword-section .swiper-button-prev, .keyword-section .swiper-button-next {
    color: white;
    font-size: 1.6rem;
    top: 49%;
    transform: translateY(-49%);
}

.keyword-section .swiper-button-next {
    right: inherit;
    left: 1.5rem;
}

.keyword-section .swiper-button-prev {
    left: 0;
}
.top-menu .menu-section > ul > li > a {
    color: white !important;
    height: inherit;
    line-height: 1.5;
}
.menu-section > ul > li > a:hover {
    text-decoration: underline;
}
.mid-top>.container>.row>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-section {
    max-width: 415px;
    width: 100%;
}
.search-section .input-group > .form-control {
    border-radius: 0.5rem !important;
}
.search-section .btn {
    background: var(--color-second);
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: 10;
    display: flex;
    align-items: center;
    border: none;
}
.search-section .btn:hover {
    background: var(--color-highlight);
    color: white;
}
.input-group input::-webkit-input-placeholder,.input-group textarea::-webkit-input-placeholder,.form-group input::-webkit-input-placeholder,.form-group textarea::-webkit-input-placeholder {
   color: var(--gray-bold);
}

.input-group input:-moz-placeholder,.input-group textarea:-moz-placeholder,.form-group input:-moz-placeholder,.form-group textarea:-moz-placeholder { /* Firefox 18- */
   color: var(--gray-bold);
}

.input-group input::-moz-placeholder,.input-group textarea::-moz-placeholder,.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder {  /* Firefox 19+ */
   color: var(--gray-bold); 
}

.input-group input:-ms-input-placeholder,.input-group textarea:-ms-input-placeholder,.form-group input:-ms-input-placeholder,.form-group textarea:-ms-input-placeholder {  
   color: var(--gray-bold);
}


.btn-account i, .btn-mini-cart i {
    width: 4.2rem;
    height: 4.2rem;
    border: 1px solid;
}
.btn-mini-cart i {
    background: var(--color-second);
    border:none;
}

.menu-main .menu-section ul {
    display: flex;
    justify-content: space-between;
}

.menu-main .menu-section > ul > li:first-child {
    margin-left: 0;
}

.menu-main .menu-section > ul > li > a {
    color: white;
}
.menu-main .menu-section > ul > li > a.active {
    color: white !important;
}
.home .menu-vertical--content {
    display: block !important;
    margin-top: 2rem;
}
.menu-vertical--content>li>a {
    font-weight: 500;
}
.menu-vertical--content li.more {
    font-weight: 600;
    cursor: pointer;
}
.menu-vertical--content>li {
    border-bottom: 1px solid var(--light);
    font-size: 14px;
}
.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-size: 1.4rem;
}
.swiper-slider-main .swiper-slide .image {
    padding-top: 49%;
}
.banner-section .item-banner .image {
    padding-top: 51.5%;
}
.item-banner a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    transition: transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    -ms-transition: -ms-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
}
.item-banner a:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
}
.swiper-button-prev, .swiper-button-next {
    font-size: 2.5rem;
}
.swiper-slider-main .swiper-button-prev, .swiper-slider-main .swiper-button-next {
    opacity:0;
    color: white;
}
.swiper-slider-main:hover .swiper-button-prev, .swiper-slider-main:hover .swiper-button-next {
    opacity:1
}
.discount {
    background-color: var(--red);
}
.list-category-home>.row>div:nth-child(1) .item {
    background-color: #3D5A80 !important;
}
.list-category-home>.row>div:nth-child(2) .item {
    background-color: #98C1D9 !important;
}
.list-category-home>.row>div:nth-child(3) .item {
    background-color: #EE6C4D !important;
}
.list-category-home>.row>div:nth-child(4) .item {
    background-color: #293241 !important;
}
.list-category-home>.row>div:nth-child(5) .item {
    background-color: #31bac1 !important;
}
.list-category-home>.row>div:nth-child(6) .item {
    background-color: #767C85 !important;
}
.list-category-home>.row>div:nth-child(7) .item {
    background-color: var(--color-highlight) !important;
}

.list-category-home>.row>div:nth-child(8) .item {
    background-color: #8a1279 !important;
}

.list-category-home>.row>div:nth-child(9) .item {
    background-color: #69c9a9 !important;
}

.list-category-home>.row>div:nth-child(10) .item {
    background-color: var(--color-second) !important;
}

.list-category-home>.row>div:nth-child(11) .item {
    background-color: #bf8846 !important;
}
.list-category-home>.row>div:nth-child(12) .item {
    background-color: #b56594 !important;
}

/*swiper mobile*/
.sp-bc .title-section {
    color: white;
}
.bg-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.banner-desc-section >.row>div:nth-child(1) .item {
    background-color: #fcefe3;   
    color: #91563a;
}
.banner-desc-section >.row>div:nth-child(2) .item {
    background-color: #eaeaff;
    color: #47479b;
}
.banner-desc-section >.row>div:nth-child(3) .item {
    background-color: #eeffea;
    color: #2e8014;
}
.banner-desc-section >.row>div:nth-child(4) .item {
    background-color: #f2f4ff;
    color: #47479b;
}
.banner-desc-section >.row>div:nth-child(5) .item {
    background-color: #eaeaff;
        color: #47479b;
}
.banner-desc-section .item .title {
    line-height: 1.4;
}

.sticky-sidebar {
    display: none;
}
.sticky-sidebar a {
    position: fixed;
    top: 2rem;
    width: 22rem;
    height: 39rem;
    z-index: 999;
}
.sticky-sidebar a.banner-left {
    left: calc(((100% - 1200px) / 2) - 23rem)
}
.sticky-sidebar a.banner-right {
    right: calc(((100% - 1200px) / 2) - 23rem)
}
.sticky-sidebar a img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}
footer {
    background: var(--white);
    margin-top:3rem;
    padding: 3rem 0 0;
    border-top: 1px solid #ebebeb;
}
.social-section li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--light);
    display: block;
    height: 35px;
    color: var(
    --color-main);
    text-align: center;
    border-radius: 0.5rem;
}
.social-section li {
    padding-right: 1rem;
}
.social-section li a:hover {
    background: var(--color-highlight);
    color: white;
}
footer .article-item .description {
    line-height: 1.7;
}
.title-main h3 {
    font-size: 2rem;
}

#productLongDescription {
  display: block;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
}
#productLongDescription {
  max-height: 200px;
}
.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-main);
  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-main);
}
.more-less:hover {
  color: #fff;
  background: var(--color-main);
}

.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";
}
.footer-menu-section ul  a:hover{
    color: var(--color-highlight) !important;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.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;
}
.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: 2rem;
}
.is-mobile .setting-menu-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.is-mobile .title-tab .effect-nav li a::after {
    bottom: -1.8rem;
}
.form-control {
    border: 1px solid #e1e1e1;
}
.contact-form-section .contact .desc {
    line-height: 1.7;
}
.product-image-detail .inner-image {
    padding-top: 66.66%;
}
.setting-menu-mb {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.is-mobile .setting-menu-mb .menu-mb {
    display: block !important; 
}

.is-mobile .setting-menu-mb .menu-section{
    position: fixed;
    width: 29rem;
    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(-29rem, 0, 0);
    -moz-transform: translate3d(-29rem, 0, 0);
    -ms-transform: translate3d(-29rem, 0, 0);
    -o-transform: translate3d(-29rem, 0, 0);
    transform: translate3d(-29rem, 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);
}

.is-mobile .setting-menu-mb .menu-section.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);
}

.is-mobile .setting-menu-mb .menu-section .close-sidebar{
    position: absolute;
    font-size: 2.5rem;
    color: var(--white);
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}

.is-mobile .setting-menu-mb .menu-top {
    display: block;
    position: relative;
    margin: 1.5rem;
}

.is-mobile .setting-menu-mb .menu-section > ul {
    background-color: transparent;
    position: static;
    border-top: 0.1rem solid #e3e3e3;
}

.is-mobile .setting-menu-mb .menu-section > ul li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .setting-menu-mb .menu-section > ul li:last-child {
    border-bottom: 0;
}

.is-mobile .setting-menu-mb .menu-section > ul li a {
    display: block !important;
    height: 5rem;
    line-height: inherit;
    padding: 0 4rem 0 1.5rem !important;
    display: flex !important;
    align-items: center;
}

.is-mobile .setting-menu-mb .menu-section > ul > li > a {
    text-align: left;
    color: var(--color-main);
}

.is-mobile .setting-menu-mb .menu-section > ul > li:last-child {
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .setting-menu-mb .menu-section > ul > li.has-child:hover > a {
    background-color: transparent;
    color: var(--color-main);
}

.is-mobile .setting-menu-mb .menu-section .grower {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    border-left: 0.1rem solid #e3e3e3;
    pointer-events: auto;
}

.is-mobile .setting-menu-mb .menu-section .grower::after {
    content: "\f107";
}

.is-mobile .setting-menu-mb .menu-section .grower.open::after {
    content: "\f106";
}

.is-mobile .setting-menu-mb .menu-section .menu-title {
    font-weight: normal;
    margin-bottom: 0;
    color: var(--color-text);
    font-size: 1.4rem !important;
}

.is-mobile .setting-menu-mb .menu-section .menu-title::before {
    content: none;
}

.is-mobile .setting-menu-mb .menu-section .row-menu {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.is-mobile .setting-menu-mb .menu-section .row-menu > div, .is-mobile .setting-menu-mb .menu-section .row-menu li {
    max-width: 100%;
    padding: 0;
}

.is-mobile .setting-menu-mb .menu-section .container-menu {
    min-height: auto !important;
}

.is-mobile .setting-menu-mb .menu-section .container-menu .sub-menu {
    display: none;
    padding: 0;
    margin-bottom: 0 !important;
}

.is-mobile .setting-menu-mb .menu-section .container-menu .sub-menu li {
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .setting-menu-mb .menu-section .container-menu .sub-menu li:last-child {
    border-bottom: 0;
}

.is-mobile .setting-menu-mb .menu-section .child-indicator {
    display: none;
}

.is-mobile .setting-menu-mb .menu-section .entry-menu {
    background-color: transparent;
    border-top: 0.1rem solid #e3e3e3;
}

.is-mobile .setting-menu-mb .menu-section .entry-menu.dropdown ul {
    border-top: 0.1rem solid #e3e3e3;
    background-color: transparent;
    position: static;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    display: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.is-mobile .setting-menu-mb .menu-section .entry-menu.full-width .container-menu {
    padding: 0;
    width: 100%;
}

.is-mobile .setting-menu-mb .menu-section .entry-menu.full-width .container-menu > .row-menu {
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .setting-menu-mb .menu-section .entry-menu.full-width .container-menu > .row-menu:last-child {
    border-bottom: 0;
}

.is-mobile .setting-menu-mb .menu-section .entry-menu.full-width .container-menu > .row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
}

.is-mobile .setting-menu-mb .menu-section .entry-menu.multil-column .row-menu > div {
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .setting-menu-mb .menu-section .entry-menu.multil-column .row-menu:last-child > div {
    border-bottom: 0;
}

.is-mobile .setting-menu-mb .menu-section .entry-menu.multil-column .row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
}

.is-mobile .setting-menu-mb .menu-section .has-child {
    position: relative;
}

.is-mobile .setting-menu-mb .menu-section .has-child > a {
    position: relative;
}

.is-mobile .setting-menu-mb .menu-section .has-child > a > span {
    display: none !important;
}

.is-mobile .setting-menu-mb .menu-section .has-child > .entry-menu {
    position: static;
    padding: 0;
    min-width: auto;
    width: auto;
    display: none;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.is-mobile .setting-menu-mb .menu-section .has-child > .entry-menu::before {
    content: none;
}

.is-mobile .setting-menu-mb .menu-section .has-child:hover > a {
    background-color: transparent !important;
    color: var(--color-main) !important;
}

.is-mobile .setting-menu-mb .btn-menu-mobile {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 3.5rem;
    display: inline-block;
    color: var(--white);
}

.is-mobile .setting-menu-mb .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;
}

.is-mobile .setting-menu-mb .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}
.product-item .price {
    margin: 0 -0.25rem;
}

.product-item .price-amount {
    margin: 0.25rem;
}
.is-mobile footer .logo-section {
    text-align: left;
}
#login-modal {
    z-index: 9999;
}
footer .logo-section .text {
    display: inline;
    font-weight: bold;
    font-size: 1.6rem;
    padding-left: 0.5rem;
}
@media screen and (max-width: 1366px) {
    .sticky-sidebar a {
        width: 16rem;
        height: 43rem;
    }
}
@media (min-width:992px) {
    .header-bottom>.container>.row>div:first-child, .slide-main>.container>.row>div:first-child {
        flex: 0 0 21%;
        max-width: 21%;
    }
    .header-bottom>.container>.row>div:last-child {
        flex: 0 0 79%;
        max-width: 79%;
    }
    .slide-main>.container>.row>div:nth-child(2) {
        flex: 0 0 54%;
        max-width: 54%;
    }
    .col-3-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .setting-menu .minicart-section {
        display: none;
    }
}
@media (max-width:1200px) and (min-width:1000px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%;
    }
    
    .top-menu .menu-section > ul > li > a {
        font-size: 1.3rem;
    }
}
@media (max-width:1000px) {
    .setting-menu > .container > .row > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 1rem 0;
    }

}
@media (max-width:1024px) and (min-width:992px) {
    .is-mobile .setting-menu .menu-mb {
        display: none !important;
    }
}
@media (max-width:992px) {
    .search-section {
        width: 55%;
    }
    
    .setting-menu .btn-menu-mobile {
        color: white;
    }
    .mid-top>.container>.row>div {
        flex-direction: column;
    }
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .title-main h2 , .title-main h3 {
        font-size: 2.3rem;
    }
    
    #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
    }
    .title-footer {
        font-size: 1.6rem !important;
    }
    .mid-top .minicart-section {
        display: none;
    }
    .menu-mb {
        display: block !important; 
    }
}

@media (max-width:767px) {
    
    .search-section {
        width: calc(70% - 6rem);
    }
    
    
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .product-action-detail a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    
    .product-content-detail .add-to-cart {
        height: 4rem;
        line-height: 4rem;
    }
    
    .product-quantity input {
        height: 3.8rem;
        width: 5rem;
    }
}

.hotline-phone-ring-wrap {
    right: 10px;
    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;
    position: absolute;
    bottom: 4px;
    white-space: nowrap;
    z-index: 999;
    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%);
}

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

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

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

#zalo .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #005ce0;
}

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

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

.custom-square {
    width: calc(100% - 10px);
    height: 77px;
    margin-right: 10px;
	margin-bottom: 10px;
}
 
.list-category-home .item.square {
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 5px;
	background: linear-gradient(63.66deg, #D9D9D9 39.66%, #F3F3F3 72.98%, #F8F8F8 98.89%);
	box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ratio-cate img {
	aspect-ratio: 1/1;
	height: 2.6rem;
}


@media (max-width: 767px) {
    .list-category-home.mobile > .swiper {
        margin-left:  1rem;
        
    }
    .list-category-home.mobile .item-title-category {
        font-size: 11px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-top: 5px ;
    }
}

/*Lien he*/
.address-box {
    position: relative;
    padding: 70px 40px 20px 40px;
    transition: all 0.3s ease-out 0s;
    background-color: #F0F4F5;
}