html {
    scroll-behavior: smooth;
}

.fa-thin {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 100;
    font-style: normal;
}

.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-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-25{
    font-size: 2.5rem !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;
}
.gap-5 {
    gap: 0.5rem;
}
.color-red {
    color: red !important;
}
.shadow-1{    
    box-shadow: 0 1.4rem 2.8rem rgb(0 0 0 / 25%), 0 1rem 1rem 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;
}
.view-all {
    padding: 0.7rem 1rem;
    border-radius: 0.4rem;
    color: white !important;
}

.view-all:hover {
    color: var(--color-highlight) !important;
}
.rounded{
    border-radius: 0.5rem !important;
}
.rounded-8{
    border-radius: 0.8rem !important;
}
.shadow-2{
    box-shadow: 0.1rem 0.2rem 2rem rgb(0 0 0 / 9%);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.font-weight-300 {
    font-weight: 300;
}
.color-text {
    color: var(--color-text);
}

.header-top {
    position: relative;
    background: var(--color-second);
}

.header-top > .container > .row > div:first-child {
    float: left;
    line-height: 4.1rem;
}
.language-section a img {
    width: 16px;
    height: 14px;
    object-fit: cover;
    margin-right: 0.5rem;
    vertical-align: inherit;
}
.social-section li a {
    display: block;
    height: 4.1rem;
    color: white;
    line-height: 4.1rem;
    text-align: center;
    font-size: 1.5rem;
}
.social-section li a:hover{
  color: rgba(255,255,255,0.8);
}
.social-section li {
    padding-left: 1.5rem;
}
.social-section li a:hover {
    color: var(--color-highlight);
}
.header-top .btn-mini-cart {
    padding: 0 2rem 0.6rem 2rem;
    background: var(--color-highlight);
    position: relative;
    bottom: -0.5rem;
    border-radius: 0 0 0.6rem 0.6rem;
    -webkit-border-radius: 0 0 0.6rem 0.6rem;
    -moz-border-radius: 0 0 0.6rem 0.6rem;
}.header-top .btn-mini-cart:before {
    background: var(--color-highlight);
    content: "";
    width: 100%;
    height: 100%;
    top: -0.5rem;
    left: 0;
    right: 0;
    position: absolute;
}.header-top .btn-mini-cart a {
    line-height: 3.5rem;
    display: block;
    width: inherit;
    text-align: center;
    transition: all 350ms ease;
}
.mid-top>.container>.row>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-section {
    max-width: 50rem;
    width: 100%;
    border: 1px solid var(--color-highlight);
}

.search-section .wrap-suggestion {
    top: 100%;
}.search-section .wrap-suggestion > div {
    display: none;
}.search-section .wrap-suggestion > ul > li > a {
    text-align: left;
}
.search-section .wrap-suggestion > ul > li > a > div:first-child {
    max-width: 20%;
    flex: 0 0 20%;
}.search-section .wrap-suggestion > ul > li > a > div:last-child {
    max-width: 80%;
    flex: 0 0 80%;
}

.search-section input {
    border-left: 1px solid #dee2e6 !important;
}
.opt-search {
    
    border-radius: 5px 0 0 5px;
    outline: none;
}

.search-section .btn:hover {
    color: var(--color-highlight) !important;
}
.search-section input::-webkit-input-placeholder {
   color: var(--color-text);
}

.search-section input:-moz-placeholder { /* Firefox 18- */
   color: var(--color-text);  
}

.search-section input::-moz-placeholder {  /* Firefox 19+ */
   color: var(--color-text);  
}

.search-section input:-ms-input-placeholder {  
   color: var(--color-text);  
}
.account-user a:hover i, .track-order a:hover i, .store-location a:hover i {
     color: var(--color-highlight) !important;  
}
header .hotline {
    background: #fd6500;
}
.setting-menu>.container>.row {
    background: var(--color-second);
    margin: 0;
    border-radius: 0.5rem 0.5rem 0 0;
}

.setting-menu>.container>.row>div {
    padding: 0;
}
.setting-menu>.container>.row>div:first-child{
    flex: 0 0 20%;
    max-width: 20%;
}
.setting-menu>.container>.row>div:last-child{
    flex: 0 0 80%;
    max-width: 80%;
}

.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    animation: slide-down 0.7s;
}
.home .setting-menu.fixed .menu-vertical--content {
    display: none !important;
}
.home .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;
    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;
}
.slide-home>.container>.row {
    margin: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
}

.item-banner:hover img {
    opacity: 0.8;
}
.whoweare-section .title-main {
    max-width: 50rem;
    margin: 0 auto;
}
.whoweare-section .image {
    padding-top: 18%;
}
.whoweare-section .item {
    color: var(--color-main);
}
.who .item .img {
    padding-top: 34%;
    width: 34%;
}
.who .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: scale-down;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.who .item:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.wehave-section .who {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem;
}

.wehave-section .title-main {
    color: white;
}
.wehave-section  .item {
    color: white;
}
.wehave-section .who .item .img {
    background: white !important;
    padding-top: 39%;
    width: 39%;
}
.wehave-section .who .item .img img {
    padding: 0.5rem;
}
.wehave-section .title, .wehave-section .desc {
    color: var(--white) !important;
}
.product-promotion {
    padding-top: 4rem;
}
.product-promotion .title-section {
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    z-index: 1;
}
.product-promotion .title-section span{
    background: var(--color-highlight);
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 5rem;
    padding: 1rem 2.5rem;
}
.cate-section .cate-item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
}
.cate-section>.row>div:nth-child(1) .cate-item .info,.cate-section>.row>div:nth-child(1) .btn {
    background: #21988a;
}
.cate-section>.row>div:nth-child(2) .cate-item .info,.cate-section>.row>div:nth-child(2) .btn {
    background: #5e516c;
}
.cate-section>.row>div:nth-child(3) .cate-item .info,.cate-section>.row>div:nth-child(3) .btn {
    background: #f26a0f;
}
.cate-section>.row>div:nth-child(4) .cate-item .info,.cate-section>.row>div:nth-child(4) .btn {
    background: #de2432;
}
.cate-section  .cate-item .name {
    font-size: 1.8rem;
}

.cate-section .cate-item .image {
    padding-top: 110%;
}

.title-parent, .title-main h3, .btn-play i,
.product-detail-footer .tab-content h2 {
    font-size: 2rem;
}

.title-category a {
    font-size: 1.5rem;
    color: gray;
}

.title-category a:hover {
    color: var(--color-highlight);
}
.item-view-category:nth-child(2n) {
    background: var(--light);
    padding: 3rem 0;
}

.border-width-2{
    border-width: 2px !important;
}
.swiper .article-item.swiper-slide{
    height: auto;  
}

#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 {color: var(--white);line-height: 3rem;}

.product-item:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
} 

.float-contact {
    position: fixed;
    bottom: 40px;
    left: 20px;
    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: #1991fb;
}
.float-contact a:nth-child(3) span{
    background: var(--color-highlight);
}
.bottom-contact {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    left: 0;
}
.bottom-contact ul li {
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 13.5px;
}
.bottom-contact ul li img {
    width: 35px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.bottom-contact ul li span {
    color: black;
    font-size: 1.4rem;
}
.swiper-pagination-bullet {
    width: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 10px;
    background: var(--color-dot);
    transition: all .3s ease;
}

.custome .swiper-pagination-bullet-active {
    width: 18px;
}.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    opacity: 1;
    background-color: var(--color-highlight-yellow);
}

.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: transparent;
    border: 2px solid var(--white);
    width: 14px;
    height: 14px;
    opacity: 1;
}
.swiper-slider-main .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-slider-main .swiper-pagination-bullet:hover {
    background: var(--white);
}

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

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

.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;
}
.highlight-section .swiper-slide:hover {
    background: #e54270;
}
.tag-footer-section span{
    color: var(--gray-bold);
}
.tag-footer-section a {
    color: #d4d4d4;
}

.tag-footer-section a:hover {
    color: var(--color-main);
}

.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.8rem;
}

.swiper .swiper-slide {
    height: auto;
}

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

/*CSS by quyettq*/
footer {
    background-color: #f5f5f5;
}

.footer-menu-section > ul > li > a,
.entire-info-website p {
    color: var(--color-btn);
}

.entire-info-website address p:nth-child(1) i,
.entire-info-website address p:nth-child(4) i {
    font-size: 16px;
}

.footer-bottom {
    background: #52555c;
}

.title-footer {
    color: #222222;
}

.app-list ul {
    flex-flow: row wrap;
    padding: 5rem 0;
    margin: 0;
}

.item-socials {
    width: 4.2rem;
    height: 4.2rem;
    background-color: #52555c;
    color: var(--white);
    font-size: 1.8rem;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}.item-socials:hover {
    background-color: var(--color-highlight);
    color: var(--white);
}

.footer-main > .container > .row {
    padding-top: 5rem;
    border-top: 1px solid #dddddd;
}

.btn-play {
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}.video .btn-play i {
    border: none;
    font-size: 4rem;
    width: auto;
    opacity: 0.65;
    height: auto;
    visibility: visible;
}

.title-library {
    position: absolute;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease;
    background: 0 0;
    z-index: 5;
}

.btn-play i {
    height: 3.5rem;
    width: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 4;
}.section-library .inner-image:hover .btn-play {
    cursor: pointer;
    background: rgb(255 186 0 / 65%);
}.section-library .inner-image:hover .btn-play i {
    opacity: 1;
    visibility: visible;
}.section-library .inner-image:hover .title-library {
    opacity: 1;
}

.footer-menu-section > ul > li > a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: var(--color-highlight);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -1rem;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .25s ease;
}.footer-menu-section > ul > li > a:hover:before {
    left: 0.5rem;
    opacity: 1;
}.footer-menu-section > ul > li > a:hover {
    padding-left: 2rem;
}

/*social footer*/
.hotline-phone-ring-wrap {
    left: 4rem;
    bottom: 4rem;
    position: fixed;
    z-index: 1025;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 10rem;
    height: 10rem;
    top: -2.5rem;
    left: -2.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: 7rem;
    height: 7rem;
    top: -1rem;
    left: -1rem;
    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%;
}

.hotline-phone-ring-img-circle {
    background-color: rgb(246 68 57);
    width: 5rem;
    height: 5rem;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -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;
    z-index: 2;
}

.hotline-bar {
    position: absolute;
    background: rgb(243 82 72);
    height: 4rem;
    max-width: 20rem;
    line-height: 4rem;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 0.5rem;
    bottom: 0.5rem;
    text-align: center;
    color: #fff;
    padding: 0 3rem 0 6rem;
    width: max-content;
    z-index: 0;
}

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

.under {
    margin-bottom: 5rem;
    
}.title-section.under:before {
    content: '';
    height: 2px;
    width: 60px;
    display: block;
    margin: 0 auto;
    background: #e01222;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}

.item-view-category .product-right .product-item {
    border: none;
}
.item-view-category .product-item:hover,
.product-promotion .product-item.product-carousel:hover,
.product-item.item-small:hover {
    box-shadow: none;
}.view-small .item-small .inner-content {
    margin: 0;
    width: 100%;
}.view-small .item-small .inner-image {
    margin: 0;
    width: 100%;
}
.product-promotion .list-product-custome .product-custome .product-item > .row {
    border-right: 1px solid #ddd;
}.product-promotion .list-product-custome .product-custome .product-item,
.item-view-category .product-custome .product-item {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: -1px;
}.product-carousel {
    overflow: visible;
}

.item-view-category .product-custome:last-child .product-item {
    border: none;
}

.product-promotion .list-product-custome {
    margin-bottom: 4rem;
}

.title-category {
    padding: 0.8rem 1.5rem;
}

.item-view-category {
    border: 1px solid #ddd;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top: 3px solid var(--color-highlight);
}

.title-category .title-parent {
    color: var(--color-highlight);
}

.item-2 .item-view-category {
    border-top-color: var(--color-highlight-orange);
}.item-2 .item-view-category .title-category .title-parent {
    color: var(--color-highlight-orange);
}

.box-status {
    padding: calc(4.5rem / 2);
    position: relative;
    background-size: cover;
    margin-bottom: 5px;
}.box-status span {
    position: absolute;
    top: 50%;
    left: 2px;
    right: 2px;
    transform: translate(0%, -50%);
    padding: 0;
    background: transparent;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: normal;
    height: auto;
}

.product-item:not(.product-carousel):not(.item-small) .inner-image:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    width: 100%;
    height: 100%;
    z-index: 1;
}.product-item:not(.product-carousel):not(.item-small):hover .inner-image:before,
.product-item:hover .inner-image .product-action {
    opacity: 1;
    visibility: visible;
}.product-action .btn-product-action:hover i {
    background: var(--btn-hover);
}

.title-tab ul {
    gap: 1.5rem;
}.title-tab .block-tab.nav .nav-item .nav-link {
    display: block;
    font-size: 1.4rem;
    background: var(--gray);
    color: var(--color-btn);
    padding: 0.8rem 2.5rem;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}.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: var(--white);
}

.product-item .inner-content {
    padding: 2rem;
}

.item-view-category .product-item .product-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: calc(2 * 1.3em);
}

.product-item .product-title a {
    color: var(--color-title);
    line-height: 1.3em;
}.product-item .product-title a:hover {
    color: var(--color-highlight);
}

.btn-more {
    font-size: 1.3rem;
    color: var(--color-highlight);
}.btn-more i {
    font-size: 1rem;
    transition: all .25s ease;
}.post-more-link {
    border-top: 1px solid #ebebeb;
}.btn-more:hover i {
    transform: translateX(5px);
    transition: all .25s ease;
}

.item-view-category .product-carousel .price .price-amount.old-price {
    display: none;
}

.form-newsletter {
    margin: 0 auto;
    max-width: 575px;
}

.item-highlight {
    border: 2px solid #ebebeb;
    transition: all .3s ease;
    padding: 0.8rem;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    transition: all .25s ease;
}.item-highlight:hover {
    border-color: var(--color-highlight);
}

.icon-highlight {
    background: var(--color-highlight);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 5.5rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 3rem;
}

.title {
    color: var(--color-text_dark);
}.desc, .whoweare-section .title {
    color: var(--color-text_gray);
}

.img-menu {
    display: block;
    position: absolute;
    width: 40px;
    height: 22px;
    background-repeat: no-repeat;
    top: -22px;
    right: 0;
}

.breadcrumbs.breadcrumbs-custome {
    padding: 3rem 0;
}.breadcrumbs-custome .breadcrumbs-section * {
    font-size: 1.4rem;
    color: var(--white);
}.breadcrumbs-custome .breadcrumbs_delimiter {
    display: inline-block;
    position: relative;
    margin: 0 0.75rem;
    vertical-align: top;
    text-align: center;
}.breadcrumbs-custome .breadcrumbs_delimiter:after {
    content: '|';
}.breadcrumbs-custome a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0,1,1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25,0.8,0.25,1);
    -ms-transition: -ms-transform 0.25s cubic-bezier(0.25,0.8,0.25,1);
    transition: transform 0.25s cubic-bezier(0.25,0.8,0.25,1);
    will-change: transform;
}.breadcrumbs-custome a:hover {
    color: var(--white);
}
.breadcrumbs-custome a:hover:after{
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1, 1, 1);
}

.orderby-section .orderby-select {
    padding: 0.6rem 1.2rem;
    border-color: #ddd;
    color: var(--color-top);
    line-height: normal;
}

.btn-view {
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-text);
    color: var(--white);
    font-size: 2.2rem;
}.btn-view:hover, .btn-view.active {
    background: var(--color-highlight);
    color: var(--white);
}

.title-categories {
    margin: 0;
    background: #f3f3f3;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 500;
}.title-categories i {
    color: var(--color-highlight);
}.categories-section {
    padding: 0 2rem;
}.content-filter-product .title-categories {
    color: var(--color-text_light-gray);
}.title-filter {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    background: transparent;
    text-align: left;
    border: none;
    padding: 0;
    background: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    color: var(--color-text_light-gray);
}
.title-filter::before {
    content: '\f068';
    font-weight: 600;
    font-family: 'Font Awesome 6 Pro';
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    padding-right: 1px;
    -webkit-transition: right 0.3s ease, opacity 0.3s ease;
    -ms-transition: right 0.3s ease, opacity 0.3s ease;
    transition: right 0.3s ease, opacity 0.3s ease;
}.title-filter.collapsed::before {
    content: '\2b';
}.cart-filter .collapse:not(.show) {
    display: none !important;
}.filter-section li:last-child {
    margin: 0;
}.filter--form-search .btn-search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
}.filter--form-search .form-control {
    padding-right: 4.5rem;
    position: relative;
    z-index: 0;
}.filter--form-search .btn-search:hover {
    background: var(--color-highlight);
    color: var(--white);
}.filter-section li > a:hover {
    color: var(--color-highlight-yellow);
}.btn_dat_lai .btn-submit {
    background: #d9534f;
    border-color: #d43f3a;
    padding: 0.6rem 1.2rem;
}.btn_dat_lai .btn-submit:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: var(--white);
}.filter-section .box-price {
    width: 100%;
    max-width: 100%;
}.filter-section .box-price span {
    font-size: 85%;
}.filter-section .ui-widget.ui-widget-content {
    height: 0.6rem !important;
    top: 1rem;
    border-color: #ddd;
    border-radius: 4px;
}.filter-section .ui-slider .ui-slider-range {
    top: 0 !important;
    height: 100% !important;
    border-radius: 4px;
    background-color: var(--color-btn) !important;
}.filter-section .ui-slider .ui-slider-handle {
    background: #fff;
    border-radius: 50px;
    top: -0.7rem;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: -0.9rem;
}.filter-section .ui-state-default:before {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 0.8rem;
    height: 0.8rem;
    left: 0.4rem;
    top: 0.4rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--color-highlight);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}.filter-section .ui-state-default.ui-state-hover {
    background: #383838;
    border-color: #383838;
}.filter-section .ui-state-default.ui-state-hover:before {
    background-color: var(--white);
}

.view-small .item-small:not(:last-child),
.view-small .article-item:not(:last-child) {
    margin-bottom: 2rem;
}

.img-support img {
    max-height: 8rem;
    object-fit: cover;
    aspect-ratio: 1;
    border: 1px solid #b5e4f8;
}.section-support .item-support:nth-child(even) {
    background-color: #E9E9E9;
}.section-support .btn-hotline {
    color: #f30013;
}.section-support .btn-hotline:hover {
    color: var(--color-highlight-yellow);
}.btn-app img {
    max-height: 2.5rem;
    border-radius: 4px;
}

.show-list {
    display: none;
}.view-list {
    flex: 0 0 100%;
    max-width: 100%;
}.view-list .product-item, .view-list .article-item {
    display: flex;
}.view-list .product-item .inner-image {
    flex: 0 0 30.33333%;
    max-width: 30.33333%;
}.view-list .product-item .inner-content {
    flex: 0 0 69.66667%;
    max-width: 69.66667%;
}.view-list .product-item .inner-image [class^="ratio-"] {
    padding-top: 83%;
}.view-list .show-list {
    display: block;
}.view-list .desc-product-thumb ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}.view-list .product-item .product-title, .view-list .article-item .article-title {
    height: auto;
}.view-list .article-item .inner-content {
    padding-left: 1.5rem;
}.view-list .article-item .inner-image [class^="ratio-"] {
    padding-top: 60%;
}.view-list .article-item .inner-image {
    flex: 0 0 25.33333%;
    max-width: 25.33333%;
}.view-list .article-item .inner-content {
    flex: 0 0 74.66667%;
    max-width: 74.66667%;
}

.tag-discount {
    background: var(--color-highlight);
    color: var(--white);
    padding: 2px 6px;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    position: relative;
    margin-left: 25px;
}.tag-discount:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 14px solid var(--color-highlight);
    position: absolute;
    top: 0;
    left: -14px;
}.tag-discount:after {
    content: '';
    color: var(--white);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 92%;
}

.attributes--detail label {
    font-weight: 300;
}

.code label {
    color: #888888;
    font-weight: 400;
}

.description-product ul {
    list-style: none !important;
    padding-left: 0;
}

.product-quantity .btn-quantity.quantity-subtract i,
.product-quantity .btn-quantity.quantity-add i {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    border: 1px solid #ddd;
    transition: all 0.25s ease;
}.product-quantity .btn-quantity.quantity-subtract:hover i,
.product-quantity .btn-quantity.quantity-add:hover i {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}.product-quantity .btn-quantity.quantity-subtract:hover,
.product-quantity .btn-quantity.quantity-add:hover {
    background: transparent;
}

.swiper-button-prev.custome, .swiper-button-next.custome {
    height: 4.5rem;
    width: 3rem;
    font-size: 2.2rem;
    background: var(--color-highlight);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}.swiper-button-prev.custome {
    left: -1.5rem;
}.swiper-button-next.custome {
    right: -1.5rem;
}

.product-detail-footer .tab-content .tab-pane .edit-comment {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #f6f7f9;
    width: 100%;
    max-width: calc(100% - 0rem);
    position: relative;
    border: 1px solid #e5e6e9;
    border-radius: 10px;
}.product-detail-footer .tab-content .tab-pane .edit-comment textarea {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    border: 1px solid #dddfe2;
    border-radius: 20px;
    padding-left: 1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    min-height: 3.4rem;
}.product-detail-footer .tab-content .tab-pane .edit-comment .box-comment {
    display: flex;
    align-items: center;
    height: 3.4rem;
    right: 2.5rem;
    top: 1rem;
    padding: 0;
}.product-detail-footer .tab-content .tab-pane .edit-comment .btn-submit {
    border-radius: 20px;
    padding: 0.65rem 1rem;
}

.product-detail-footer .tab-content .tab-pane ul {
    padding-left: 1.8rem;
}

.space-5 .section-library .inner-image {
    margin-bottom: 1rem !important;
}

.item-whychoose {
    margin-bottom: 5rem;
    font-size: 1.2rem;
    color: var(--color-btn);
}.icon-whychoose {
    max-width: 10rem;
    width: 100%;
}.icon-whychoose img {
    max-height: 6rem;
    object-fit: contain;
    aspect-ratio: 1;
    filter: brightness(0) invert(0);
}.item-whychoose .title {
    color: var(--color-btn);
    font-size: 1.8rem;
}

.fun-fact-section {
    padding: 5.5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}.item_tk {
    background-color: transparent;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    padding: 1.2rem;
}.number_tk {
    font-size: 4rem;
    position: relative;
    width: 100%;
    line-height: 1.1;
    font-weight: 500;
}.title_tk {
    font-size: 2rem;
}

.author-item .inner-image .wrap-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .5);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}.author-item .wrap-info {
    background: #f5f5f5;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
}.author-item .inner-image:hover .wrap-content,
.author-item:hover .wrap-info {
    opacity: 1;
    visibility: visible;
}.social-item {color: var(--white);}

.bg-whoarewe {
    background-color: #f5f5f5;
    padding: 7rem 0;
}

.video-about iframe {
    width: 100%;
    max-width: 100%;
}

.progress-group .progress {
    overflow: unset;
    margin-top: 2.5rem;
    background: var(--white);
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ebebeb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 4.8rem;
    margin-bottom: 4.5rem;
}.progress-group .bar-label {
    font-size: 100%;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: -2.5rem;
    text-transform: uppercase;
    z-index: 10;
    color: var(--color-btn);
}.progress-bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: var(--color-highlight);
    width: 0;
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    box-shadow: none;
}.progress-group .progress:last-child {
    margin-bottom: 0;
}

.bg-menu {
    background: var(--color-second);
}

.border-md-right {
    border-bottom: 1px solid #ddd;
}

.hotline-phone-ring-img-circle img {
    max-height: 3rem;
}

/*back to top*/
#backToTop {
    background-color: var(--color-highlight-orange);
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    text-align: center;
    position: fixed;
    z-index: 999;
    border: none;
    right: 2em;
    bottom: 15em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#backToTop:hover {
    background-color: var(--color-highlight);
}

.is-mobile #backToTop {
    background-color: rgb(15 79 86 / 70%);
}
#backToTop.show {
    opacity: 1;
}

.section--normal .text-acc {
    display: block;
}

.bocongthuong img {
    width: 200px;
}
/*End css quyettq*/

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
}

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

@media (max-width: 1024px) and (min-width: 992px) {
    body:not(.is-mobile) .slide-home > .container > .row > div:nth-child(1) {
        display: none;
    }body:not(.is-mobile) .slide-home > .container > .row > div:nth-child(2) {
        flex: 0 0 75%;
        max-width: 75%;
    }body:not(.is-mobile) .slide-home > .container > .row > div:nth-child(3) {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    body:not(.is-mobile) .slide-home > .container > .row > div:nth-child(1) {
        display: none;
    }body:not(.is-mobile) .slide-home > .container > .row > div:nth-child(2) {
        flex: 0 0 70%;
        max-width: 70%;
    }body:not(.is-mobile) .slide-home > .container > .row > div:nth-child(3) {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 576px) {
    .header-top > .container > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .footer-top > .container > .row > div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }.footer-top > .container > .row > div > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .border-md-right {
        border-right: 1px solid #ddd;
        border-bottom: none;
    }
    
    .slide-home>.container>.row>div:nth-child(1), .slide-home>.container>.row>div:nth-child(3) {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .slide-home>.container>.row>div:nth-child(2) {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .slide-home>.container>.row>div:last-child {
        padding-left: 0;
    }
    
    .app-list ul {
        justify-content: flex-end;
    }.section-fanpage .app-list ul {
        justify-content: flex-start;
    }.app-list {
        padding: 0 5rem;
    }
    
    .is-mobile .banner-section [class^="col-"] {
        flex: 0 0 calc(100% / 3);
        flex: calc(100% / 3);
    }
    
    .breadcrumbs.breadcrumbs-custome {
        padding: 6rem 0;
    }
}

@media (min-width:992px) {
    .col-3-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .product-promotion .list-product-custome .product-custome:nth-child(3) .product-item > .row,
    .product-promotion .list-product-custome .product-custome:nth-child(6) .product-item > .row,
    .product-promotion .list-product-custome .product-custome:nth-child(4) .product-item,
    .product-promotion .list-product-custome .product-custome:nth-child(5) .product-item,
    .product-promotion .list-product-custome .product-custome:last-child .product-item {
        border: none;
    }
    
    .btn-all-tab .btn-submit {
        position: absolute;
        bottom: 3rem;
        right: 0;
        flex: 0 0 25%;
        max-width: calc(25% - 1.5rem);
        width: 100%;
    }
    
    .author-item .wrap-info {
        visibility: hidden;
        opacity: 0;
    }
}

@media (min-width: 1000px) {
    .menu-section > ul > li.has-child > a span {
        display: none;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs.breadcrumbs-custome {
        padding: 9.3rem 0;
    }
}

@media (max-width:1024px) {
    .setting-menu > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slide-home >.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (max-width:992px) and (min-width: 768px) {
    .product-promotion .list-product-custome .product-custome:nth-child(2) .product-item > .row,
    .product-promotion .list-product-custome .product-custome:nth-child(4) .product-item > .row,
    .product-promotion .list-product-custome .product-custome:nth-child(6) .product-item > .row,
    .product-promotion .list-product-custome .product-custome:nth-child(5) .product-item,
    .product-promotion .list-product-custome .product-custome:nth-child(6) .product-item {
        border: none;
    }
    
    .is-mobile .footer-main > .container > .row > div {
        display: flex;
        flex-wrap: wrap;
    }.is-mobile .footer-main > .container > .row > div > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .is-mobile .mid-top>.container>.row>div {
        flex-wrap: wrap;
    }
    
    .is-mobile .section--normal {
        justify-content: center !important;
    }
    
    .is-mobile .mid-top > .container > .row > div > div:nth-child(1),
    .is-mobile .mid-top > .container > .row > div > div:nth-child(3) {
        flex: 0 0 50%;
        max-width: 50%;
    }.is-mobile .mid-top > .container > .row > div > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        order: 3;
        margin: 0.5rem 0 0 !important;
    }
}

@media (max-width:992px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .setting-menu .btn-menu-mobile {
        color: var(--white);
    }
    
    .price-amount {
        display: block;
    }
    .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }
    .title-section {
        font-size: 2.2rem;
    }

    .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;
    }
    .swiper-slider-main .swiper-slide img {
        height: 50vw;
    }
    .title-tab .effect-nav li a::after {
        bottom: -1.8rem;
    }
    .title-footer {
        font-size: 1.6rem !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;
    }
    
    .product-promotion .list-product-custome .product-custome .product-item > .row,
    .product-promotion .list-product-custome .product-custome:last-child .product-item {
        border: none;
    }
    
    .product-promotion .list-product-custome .product-custome:first-child .product-item {
        border-top: 1px solid #ddd;
    }
    
    .social-section {
        float: left;
        position: absolute;
        top: 0;
        left: 0rem;
        z-index: 9;
        margin-bottom: 0.5rem;
    }
    
    .mid-top>.container>.row>div {
        flex-wrap: wrap;
    }
    
    .mid-top > .container > .row > div > div:nth-child(1),
    .mid-top > .container > .row > div > div:nth-child(3) {
        flex: 0 0 50%;
        max-width: 50%;
    }.mid-top > .container > .row > div > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        order: 3;
        margin-top: 0.5rem;
    }
    
    .app-list ul {
        padding: 2rem;
        justify-content: center;
    }.section-fanpage .app-list ul {
        padding-top: 0rem;
    }
    
    .section-library .inner-image [class^="ratio-"] {
        padding-top: 56.25%;
    }
    
    .hotline-bar {
        display: none;
    }
    
    .product-action {
        display: none;
    }
    
    .cart-info-section .item-quantity .product-quantity {
        margin-left: auto;
        margin-right: 0;
    }
    
    .responsive-table tbody td.item-quantity::before {
        line-height: 4rem;
    }
}

@media (max-width: 575px) {
    body:not(.is-mobile) .social-section {
        left: -5.5rem;
    }
    
    .mid-top > .container > .row > div > div:nth-child(1),
    .mid-top > .container > .row > div > div:nth-child(3),
    .mid-top > .container > .row > div > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }.mid-top > .container > .row > div > div:nth-child(2) {
        order: unset;
        margin: 3rem 0;
    }
    
    .header-hotline {
        display: none;
    }
    
    .section--normal > div {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
    
    .header-top > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .header-top .btn-mini-cart, .header-top .btn-mini-cart:before {
        border-radius: 6px;
    }
    
    .product-detail-footer .nav li a {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 415px) {
    .mid-top > .container > .row > div > div:nth-child(3) {
        display: none;
    }
    
    .mid-top > .container > .row > div > div:nth-child(2) {
        margin: 1rem 0;
    }
    
    .search-section .wrap-suggestion > ul > li > a > div:first-child {
        max-width: 30%;
        flex: 0 0 30%;
    }.search-section .wrap-suggestion > ul > li > a > div:last-child {
        max-width: 70%;
        flex: 0 0 70%;
    }
}

/*#btn-chatbot {*/
/*    width: 21rem;*/
/*    height: 10rem;*/
/*    display: block;*/
/*    position: fixed;*/
/*    bottom: 10%;*/
/*    right: 0;*/
/*    background: red;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    padding: 5px 10px;*/
/*}*/

#btn-chatbot .bubble {
    background: #1f7a5a !important;
}

#btn-chat {
    position: fixed;
    right: -7px;
    bottom: 95px;
    z-index: 1000;
    padding: 5px 10px 5px 20px;
    background-color: #1f7a5a;
    border-radius: 5px;
    font-weight: 500;
    color: var(--white);
    transform: rotate(-90deg);
}