.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-20{
    font-size: 2rem !important;
}
.fs-24{
    font-size: 2.4rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.row-reverse {
    flex-direction: row-reverse;
}
.gap-1 {
    gap: 1rem;
}
.gap-15 {
    gap: 1.5rem;
}
.gap-2 {
    gap: 2rem;
}

body.no-scroll {
    overflow: hidden;
}

body:not(.home) {
    padding-top: 9.6rem;
}

.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.2);
    transform: scale(1.2);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.btn-submit-1:hover {
    background-color: var(--color-highlight) !important;
    color: var(--white) !important;
}

.box-tskt,
.box-tskt > div{
    width: 100%;
}

.inner-content_info {
    min-height: 15.5rem;
}

.view-all {
    background: #e4f2ff;
    padding: 7px 10px;
    border-radius: 5px;
    color: var(--color-highlight) !important;
    font-size: 15px;
}

.view-all:hover {
    background: var(--color-highlight);
    color: white !important;
}
.rounded-5{
    border-radius: 5px;
}
.rounded-8{
    border-radius: 8px;
}
.rounded-10{
    border-radius: 10px;
}
.shadow-2{
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.shadow-2-hover:hover{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
}
.object-cover{
    object-fit: cover;
}

.header-top {
    background: var(--color-main);
    padding: 0.7rem 0;
    height: 3.8rem;
    overflow: hidden;
}

.header-top > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-section.social-section {
    display: flex;
    align-items: center;
    gap: 5px;
}

.topbar-section.social-section > a {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    color: var(--white);
    margin-right: 1.2rem;
}

.topbar-section.social-section > a:last-child {
    margin-left: 1.2rem;
}

.topbar-section.social-section .icon-discord {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 5px;
}

.topbar-section.social-section > a i, .box-title-value .description {
    font-size: 1.8rem;
}

.topbar-section.social-section > ul {
    gap: 0.6rem 0.8rem;
}

.social-section li a {
    display: flex;
    height: 2.2rem;
    width: 2.2rem;
    color: white;
    text-align: center;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
}

.topbar-section.social-section > ul > li a i,
.topbar-section.social-section > ul > li a svg {
    transition: transform 0.5s;
}

.topbar-section.social-section > ul > li a:hover i,
.topbar-section.social-section > ul > li a:hover svg {
    transform: scale(1.2);
}

.language-switch .dropdown-toggle {
    color: var(--white);
    font-size: 1.6rem;
    padding: 0;
    border: none;
}

.language-switch.single-lang .dropdown-toggle::after,
.language-switch.single-lang .dropdown-menu {
    display: none;
}

.topbar-section.social-section a:hover,
.language-switch:not(.single-lang) .dropdown-toggle:hover {
    color: #999;
}

.setting-menu .logo-section {
    width: max-content;
    position: relative;
    display: block;
    flex: 0 0 16.5rem;
    max-width: 16.5rem;
}

.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
}

.home header:not(.fixed) .btn-action-header a.btn-action-header.color-main {
    color: var(--white) !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 {
    /* margin-top: 3rem; */
}
.title-footer {
    font-size: 1.8rem;
}
.footer-menu-section ul li a {color: var(--white);font-size: 1.6rem;line-height: 1.6;}
.footer-menu-section ul a:hover{
    color: var(--color-highlight) !important;
}
.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: white;
}

.footer-social-content a {
    margin-right: 5px;
}
.footer-social-content img {
    height: 30px;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}
.toCall {
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 99;
}
.toCall a{
    display:block;
    padding-bottom: 10px;
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
@keyframes hvr-buzz-out {
  10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
  20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
  40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
  60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
  70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
  80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
  90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
  100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
.form-control {
    border-color: #e7e7e7;
    border-radius: 6px;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.swiper .swiper-slide {
    height: auto;
}
.description-product {
    color: var(--color-main);
    font-size: 16px;
    line-height: 26px;
}

.description-product ol, .description-product ul, .bao-hanh ul, .bao-hanh ol {
    padding-left: 1.5rem;
}
.bao-hanh {
    background: #e8f3fe;
}
.bao-hanh ul, .bao-hanh ol{
    margin:0;
}
.btn {
    border-radius: 6px;
}

.is-mobile .header-top-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: end;
}

.is-mobile .header-top-mb .btn-mini-cart {
    color: white;
    padding: 5px 7px;
}

.is-mobile .header-top-mb .items-number {
    color: white;
}
.is-mobile .header-top-mb .btn-action-header {
    color: white !important;
}

.is-mobile .product-card__aside > button {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.is-mobile .product-card__aside > button:last-child {
    margin-right: 0;
}


.is-mobile  #quick-view-modal .modal-dialog{
    height: auto !important;
    min-height: 100vh;
    justify-content: flex-start !important;
}

.is-mobile  #quick-view-modal .modal-content{
    max-height: 100vh;
    overflow-y: auto;
}


/*CSS by quyettq*/
[class*="line-clamp-"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.line-clamp-1 { -webkit-line-clamp: 1 !important; }
.line-clamp-2 { -webkit-line-clamp: 2 !important; }
.line-clamp-3 { -webkit-line-clamp: 3 !important; }

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .4s ease;
}

header.fixed, header.fixed.scroll-down {
    margin-top: -9.8rem;
    transition: all .4s ease;
}

header.fixed.scroll-up {margin-top: -3.8rem;}

header.fixed .setting-menu {
    background: rgb(240 240 240);
    box-shadow: 0 2px 5px #0000000f;
}

header.fixed .setting-menu .logo-section img {
    transition: filter .25s;
}

.home header:not(.fixed) .setting-menu .logo-section img {
    filter: brightness(0) invert(1);
}
.home header:not(.fixed) .block-menu-custom .logo-section img {
    filter: brightness(1) invert(0);
}

.header__secondary-nav {
    justify-content: flex-end;
    justify-self: end;
    align-items: center;
    gap: 1.2rem 2rem;
    flex-wrap: wrap;
    display: flex;
}

.header__icon-list {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

.header__icon-list .btn-action-header > i {
    color: var(--color-main);
    font-size: 2.2rem;
    transition: transform .5s ease;
}

.header__icon-list .btn-action-header:hover > i {
    transform: scale(1.2);
}

.home header:not(.fixed) .header__icon-list .btn-action-header > i, .home header:not(.fixed) .btn-menu-mobile {
    color: var(--white) !important;
}
.home header:not(.fixed) .block-menu-custom .header__icon-list .btn-action-header i{
    color: var(--black) !important;
}
/*search custome*/
.search-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    width: 0;
    align-items: center;
    padding: 1.6rem;
    height: 100%;
    max-width: 680px;
    transition: width .4s ease, opacity .6s ease, visibility .6s ease;
}

.search-backdrop.active {
    visibility: visible;
    opacity: 1;
    width: 100%;
}
    
.search-backdrop .backdrop-content {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    background: var(--white);
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
    display: flex;
}

.search-backdrop.active .backdrop-content {
    opacity: 1;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.backdrop-content .input-group-append {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
}

.backdrop-content .input-group-append #btn_search_header {
    border: 0;
    background: none;
    padding: 0 1rem;
    font-size: 2rem;
}

.search-backdrop .close-backdrop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    right: 15px;
    background: transparent;
    border: none;
    color: var(--white);
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-backdrop .close-backdrop i {
    transform: rotate(0deg);
    transition: transform .25s ease;
}

.search-backdrop .close-backdrop:hover i {
    transform: rotate(90deg);
}

.search-backdrop .input-group {
    justify-content: space-between;
    align-items: center;
    gap: 1.6rem;
    padding-block-end: 1.2rem;
    border-bottom: 2px solid rgb(26 26 26 / 12%);
    transition: border-bottom-color .1s;
}

.search-backdrop .input-group:focus-within {
    border-bottom-color: rgb(var(--color-main));
}

.search-backdrop input {
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--black);
    height: auto;
    font-size: 3.2rem;
    padding: 0;
    font-weight: bolder;
}

.search-backdrop input::placeholder {
    color: var(--gray-bold);
}

.wrap-suggestion > div {
    color: var(--color-highlight);
} 

.search-mn .btn-action-header {
    position: relative;
    transition: all .4s ease;
    width: 3.6rem;
    height: 3.6rem;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: rgba(0,0,0,.05);
    border-radius: 3px;
}

.search-mn:hover .btn-action-header {
    background: rgba(0,0,0,.2);
}

.backdrop-body {
    padding: 3.2rem 4rem;
    overscroll-behavior-y: contain;
    flex: auto;
    align-items: start;
    display: grid;
    overflow-y: auto;
}

.outside-close-button {
    width: 4.8rem;
    height: 4.8rem;
    bottom: 100%;
    left: calc(50% - 2.4rem);
    background: var(--white);
    color: var(--color-main);
    border-radius: 50%;
    z-index: 1;
    place-items: center;
    margin-block-end: 1.6rem;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: grid;
    position: absolute;
    border: none;
}

.overlay {
    background: #0006;
    min-height: 100lvh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: url(https://cdn6685.cdn4s6.io.vn/media/icon/cursor-close.svg) 28 28, auto;
}

.close-button {
    -webkit-appearance: button;
    text-align: inherit;
    background-color: #0000;
    background-image: none;
    border: 0;
    padding: 0;
    transition: transform .5s;
}

.close-button:hover {
	transform: rotate(90deg);
}

.text-subdued {
    border: 0;
    opacity: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: rgb(26 26 26 / 70%);
    padding: 0;
    -webkit-appearance: button;
    text-align: inherit;
    background-color: #0000;
    background-image: none;
    transition: opacity .2s;
}
/*end search custome*/
/*End header*/

.item-slide-main .swiper-slide--wrap {
    color: var(--white);
    text-shadow: 1px 1px var(--text_shadow_radius) rgb(var(--text-shadow));
}
    
.swiper-slide--wrap.content-slide-center {
    text-align: center;
}

.swiper-slide--wrap.content-slide-right {
    text-align: right;
}

.slideshow__controls {
    width: max-content;
    right: 50%;
    transform: translateX(50%);
    position: absolute;
    bottom: 3.5rem;
    z-index: 22;
}

.group-button-on-slide {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.swiper-button-next[class*="custome"],
.swiper-pagination[class*="custome"],
.swiper-button-prev[class*="custome"] {
    position: unset;
    transform: unset;
}

.swiper-button-next[class*="custome"] {
    order: 3;
}

.swiper-pagination[class*="custome"] {
    order: 2;
}

.swiper-button-prev[class*="custome"] {
    order: 1;
}

.swiper-pagination[class*="custome"] .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 8px;
    margin: 0 1rem;
    opacity: .5;
    background: var(--color-main);
    transition: opacity .5s cubic-bezier(.34, 1.56, .64, 1), width .5s cubic-bezier(.34, 1.56, .64, 1);
}

.swiper-pagination[class*="custome"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.4rem;
    opacity: 1;
}
    
.swiper-button-next[class*="custome"],
.swiper-button-prev[class*="custome"] {
    width: 4rem;
    height: 4rem;
    border: 2px solid var(--color-main);
    display: grid;
    flex: none;
    border-radius: 50%;
    place-items: center;
    transition: opacity .15s ease-in;
}

.scrollbar-pagination {
    gap: 4rem;
    color: var(--color-main);
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 3rem;
}

.scrollbar-pagination .group-button-on-slide {
    order: 2;
}

.swiper-pagination.custome-2 {
    height: 2px;
    background: rgb(26 26 26 / 10%);
    position: relative;
}

.swiper-button-next.custome-2,
.swiper-button-prev.custome-2 {
    width: 4.8rem;
    height: 4.8rem;
    border: 1px solid rgb(26 26 26 / 12%);
}

.animated-arrow--reverse {
    transform: rotate(180deg);
}

.animated-arrow {
    pointer-events: none;
    place-items: center;
    display: grid;
}

.animated-arrow::after {
    content: "";
    grid-area: 1 / -1;
    transition: all .2s ease-in-out;
    border-style: solid;
    border-width: 0;
    width: 1rem;
    height: 2px;
    transform-origin: center;
    opacity: 0;
    background: var(--color-main);
    transform: scaleX(.5);
}

.animated-arrow::before {
    content: "";
    left: 0;
    grid-area: 1 / -1;
    border-width: 0;
    border-block-start-width: 2px;
    border-inline-end-width: 2px;
    border-style: solid;
    transform: rotate(calc(var(--transform-logical-flip) * 45deg));
    border-color: var(--color-main);
    width: 8px;
    height: 8px;
    position: relative;
    transition: all .2s ease-in-out;
}

.swiper-slider-main .slideshow__controls .swiper-pagination.custome .swiper-pagination-bullet,
.swiper-slider-main .slideshow__controls .swiper-button-next.custome .animated-arrow::after,
.swiper-slider-main .slideshow__controls .swiper-button-prev.custome .animated-arrow::after {
    background: var(--white);
}

.swiper-slider-main .slideshow__controls .swiper-button-next.custome,
.swiper-slider-main .slideshow__controls .swiper-button-prev.custome,
.swiper-slider-main .slideshow__controls .swiper-button-next.custome .animated-arrow::before,
.swiper-slider-main .slideshow__controls .swiper-button-prev.custome .animated-arrow::before  {
    border-color: var(--white);
}

.swiper-button-next[class*="custome"]:hover .animated-arrow:before,
.swiper-button-prev[class*="custome"]:hover .animated-arrow:before,
.simple-pagination .nav-btn:not(.disabled):hover .animated-arrow:before {
    left: 2px;
}

.swiper-button-next[class*="custome"]:hover .animated-arrow:after,
.swiper-button-prev[class*="custome"]:hover .animated-arrow:after,
.simple-pagination .nav-btn:not(.disabled):hover .animated-arrow:after {
    opacity: 1;
    transform: scaleX(1);
}

/*CSS filter*/
.filter-header {
	padding: 20px 30px 20px 0;
}

.filter-header {
	font-weight: 500;
	color: #505050;
	position: relative;
}

.filter-header::after {
    content: '\f106';
	position: absolute;
	top: 50%;
	right: 0;
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	transform: translateY(-50%);
	font-weight: 400;
    font-size: 19px;
}

.filter-header.collapsed::after {
	content: '\f107';
}

.filter-section {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
      padding-bottom: 2rem;
}
.filter-section > a {
	display: block;
	position: relative;
	padding-left: 2.8rem;
	line-height: 1.8;
	color: var(--color-text);
	text-decoration: none;
}

.filter-section > a::before {
	content: '';
	width: 18px;
	height: 18px;
	background: var(--white);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: translateY(23%);
	border-radius: 50%;
}

.filter-section > a::after {
	content: '\f00c';
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	font-size: 10px;
    font-weight: 600;
	top: 0;
	left: 0;
	bottom: 0;
    transform: translateX(45%) translateY(15%);
	opacity: 0;
	transition: 200ms ease-in-out;
}

.filter-section > a:hover::after, .filter-section > a.active::after{
    opacity: 1;
}

.filter-section li {
    margin-bottom: 0.6rem;
}

.filter-section li .inner-switch > span {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    display: block;
    position: relative;
    border: 0.1rem solid #e3e3e3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.filter-section li .inner-switch.circle > span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.filter-section li > a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin: 0.6rem 0;
}

.filter-section li > a:hover {
    color: var(--color-main);
}

.filter-section li > a:hover .inner-switch > span {
    background-color: transparent !important;
}

.filter-section li > a:hover .inner-switch > span::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

.filter-section li > a.active .inner-name {
    color: var(--color-main);
    font-weight: 500;
}

.filter-section li > a.active .inner-switch > span {
    background-color: transparent !important;
}

.filter-section li > a.active .inner-switch > span::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

.filter-section.filter-inline {
    display: flex;
    align-items: center;
}

.values {
    font-size: 18px;
}

.cus-sub-menu img {
    height: 7rem;
}

.box-track-item {
    border: 1px solid var(--gray);
    padding: 1.1rem 0.5rem;
    width: 100%;
    max-width: 42%;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
}
span.subtract-customize {
    display: block;
    width: 17px;
    height: 2px;
    background: #4d2e2e;
}
.card {
	border-bottom: 1px solid var(--black);
	color: var(--black);
}

.card-header h5 button {
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 2rem 3rem 2rem 0;
    display: block;
    font-weight: bold;
    position: relative;
}

.card-body {
    padding-bottom: 2rem;
}

.acc-title::before, .acc-title::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 11px;
  height: 2px;
  background-color: currentColor;
  transition: 0.3s ease;
  transition-property: transform, opacity;
}

.acc-title::before {
  transform: rotate(-90deg);
}

.acc-title:not(.collapsed)::before {
  transform: rotate(90deg);
  opacity: 0;
}

.acc-title:not(.collapsed)::after {
  transform: rotate(180deg);
}

.range-slider {
    width: 100%;
    position: relative;
}

.slider-track {
    width: 100%;
    height: 2.5px;
    background: var(--color-text);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

.slider-range {
    height: 2px;
    background: var(--color-text);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: none;
    position: absolute;
    top: -9px;
    pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 1px solid black;
    cursor: pointer;
    pointer-events: auto;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 1px solid black;
    cursor: pointer;
    pointer-events: auto;
}

/*Banner grid*/
.banner-grid {
    display: grid;
    grid: auto-flow dense 220px / repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
    width: 100%;
}

.image-grid {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 2.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    isolation: isolate;
    grid-area: span 1 / span 2;
}

.item-image-2, .item-image-3 {
    grid-area: span 1 / span 1;
}

.image-grid .inner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: var(--white);
}

.image-grid .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-grid .inner-content {
    color: var(--color-highlight);
    font-size: 2.8rem;
    z-index: 2;
    font-weight: 600;
    text-align: center;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.text-with-icon {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.6rem;
    color: var(--color-main);
}

.reversed-link, .menu-customize .menu-section .entry-menu.dropdown li .menu-link {
    text-underline: none;
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0 1px no-repeat;
    transition: background-size .3s ease-in-out;
}

.circle-chevron {
    width: 2.4rem;
    height: 2.4rem;
    flex: none;
    background: #1a1a1a1a;
    border-radius: 50%;
    flex-shrink: 0;
    place-items: center;
    transition: all .2s ease-in-out;
    display: grid;
}

.text-with-icon:hover {
    color: var(--color-main);
}

.group:hover .reversed-link {
    background-size: 100% 1px;
}

.group:hover .circle-chevron.group-hover\:colors:not([disabled]) {
    background: rgb(26 26 26);
    color: rgb(240 240 240);
}

.swiper-products .slideshow__controls {
    position: unset;
    margin: 3rem auto 0;
    transform: unset;
}

@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.small_logo {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 4px 0 0 0;
    background: #f0f0f0;
}

.small_logo img {
    max-height: 4rem;
    overflow: hidden;
}

.item-intro-product {
    border-radius: 6px;
    display: grid;
    /*grid-template:*/
    /*    0 minmax(0, 1fr) 0 /*/
    /*    minmax(0, 1fr)*/
    /*    minmax(0, min(var(--container-max-width), calc(100% - var(--content-over-media-gap, var(--container-gutter)) * 2)))*/
    /*    minmax(0, 1fr);*/
    grid-template-rows: auto 1fr auto;

    gap: 4.8rem;
    place-items: center;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}

.item-intro-product:before {
    content: "";
    border-radius: inherit;
    background: transparent;
    z-index: 1;
    pointer-events: none;
    transition: background .2s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.item-intro-product img {
    height: auto;
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    grid-area: 1 / 1 / span 3 / span 3;
    place-self: stretch stretch;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    transform-origin: center;
    transition: transform 1.5s 
    cubic-bezier(.22, 1, .36, 1);
}

.item-intro-product:hover img {
    transform: scale(1.06);
}

.content_product, .btn_product {
    max-width: var(--content-over-media-content-max-width, 780px);
    z-index: 1;
    grid-area: 2 / 2 / auto / span 1;
    position: relative;
    place-self: start;
    text-align: start;
}

.item-intro-product .btn_product {
    place-self: end start;
}

.btn-product, .floatingbox .dsale .textbtn {
    display: inline-block;
    position: relative;
    padding: 1.4rem 3.2rem;
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 12px;
    background: rgb(84 140 252);
    transition: background-color .15s ease-in-out, color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-product:hover {
    background: rgb(84 140 252 / 85%);
    color: var(--white);
}

.collection-card__content > * {
    animation: fadeUpIn 0.6s ease-out forwards;
}

.collection-card__content {
    transition: transform .2s;
}

.item-intro-product:hover .collection-card__content {
    transform: translateY(calc(var(--transition-direction) * -8px));
}

.star-rating-box .star-rating::before, .star-rating-box .star-rating span::before {
    color: var(--color-highlight);
}

.star-rating-box .star-rating {
    width: 7rem;
}

.product-sold {
    font-size: 13.2px;
    line-height: 17px;
    margin-left: 8px;
}

.product-item {
    border-radius: 6px;
    overflow: hidden;
}

.product-action .btn-product-action.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}




.wrp-effect-change-img {
    position: relative;
}

.wrp-effect-change-img .effect-change-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 7;
}

.wrp-effect-change-img:hover .effect-change-img img {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.product-card__aside {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.product-card__aside .attr-btn.btn-active {
    border-color: #0aa7ff;
}

.product-card__aside .attr-btn,
.product-card__aside .attr-more-btn {
    width: 4rem;
    height: 4rem;
    padding: 2px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.product-card__aside .attr-more-btn {
    color: var(--color-main);
    opacity: .7;
}

.item-ytb .btn-video {
    display: flex;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.item-ytb.item-tiktok .btn-video {
    background-color: rgb(0 0 0 / 20%);
}

.item-tiktok.item-ytb .btn-video .icon-play {
    width: 5rem;
    height: 5rem;
    display: flex;
    border: 2px solid var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.item-tiktok .btn-video i {
    color: var(--white);
    font-size: 3rem;
    margin-left: 4px;
    transition: color .5s;
}

.logo-tiktok {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.6rem;
    color: var(--white);
    z-index: 3;
}

.item-ytb .btn-video .overimg {
    transition: transform 0.5s;
}

.item-ytb .btn-video:hover {
    cursor: pointer;
}

.item-ytb .btn-video:hover .overimg {
    transform: scale(1.2);
}

.item-tiktok.item-ytb .btn-video:hover .overimg {
    background: rgb(255 255 255 / .6);
}

.item-ytb .article-title {
    font-size: 2.1rem;
}

.btn-view-ytb {
    color: var(--black);
    font-size: 1.6rem;
    position: relative;
    width: max-content;
}

.btn-view-ytb::before {
    content: "";
    position: absolute;
    bottom: 2px;
    height: 1px;
    left: 0;
    width: 0;
    background: currentColor;
    transition: all .25s ease;
}

.btn-view-ytb:hover:before {
    width: 100%;
}

.overlay_list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup_list {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 83vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.overlay_list.active {
    display: block;
}

.pop-iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--black);
}

.pop-tiktok.popup_list {
    width: max-content;
}

.pop-tiktok .pop-iframe {
    width: calc(325px + 3.5rem);
    margin: 0 auto;
    padding: 1rem;
    background: var(--white);
}

.close_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.close-btn_list, .goto_shop, .menu-section .close-sidebar {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
    margin-left: 1rem;
}

.goto_shop {
    transition: all .3s ease;
    line-height: 5rem;
    margin-top: 2rem;
}

.close-btn_list:hover {
    transform: rotate(180deg);
}

.goto_shop:hover {
    background: var(--light);
}

.box-title-value .title-section, .box-title-value .title-section .text-value {
    font-size: 2.8rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-title-value .title-section span {
    z-index: 1;
    position: relative;
}

.box-title-value .title-section .box-value svg {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    bottom: -30%;
    height: 40%;
    z-index: -1;
}

.box-title-value.title-feedback .title-section .box-value svg {
    height: 30%;
    bottom: -20%;
}
    
.marquee-container {
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    color: var(--color-highlight);
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    transform: skewY(var(--rotation, 0deg));
    overflow: hidden;
}

.scroll-wrapper {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 10;
    transform: skew(calc(-1 * var(--rotation, 0deg)));
}

.scroll-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    animation: marquee 50s linear infinite;
}

.scroll-text {
    padding: 0 3rem;
    font-size: 4.8rem;
    font-weight: 600;
    -webkit-text-stroke: 1px var(--color-highlight);
    -webkit-text-fill-color: transparent;
    font-family: 'Inter',sans-serif;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.article-item.item-home {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: var(--white);
}

.article-item.item-home .article-title {
    line-height: 1.4em;
    height: calc(3 * 1.4em);
}

.article-item.item-home .article-description {
    -webkit-line-clamp: 2;
}

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

.btn-doc-tin.btn-view-ytb {
    color: var(--color-highlight);
    font-weight: 600;
}

.scrolling-images--item {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 0 5px;
    border-radius: 16px;
    overflow: hidden;
}

.scrolling-images {
    animation: marquee 50s linear infinite;
}

.content-about-us {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    font-size: 5.4rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-events .inner-content {
    padding: 2.5rem;
}

.section-events .inner-image {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}

.section-events .inner-content .swiper-slide--tile {
    font-size: 3.4rem;
}

.section-events .box-title-value .title-section .box-value svg {
    height: 30%;
    bottom: -25%;
}

.item-history .icon-history {
    flex: 0 0 6.4rem;
    max-width: 6.4rem;
    margin-right: 2rem;
}

.item-history .icon-history svg {
    width: 100%;
    height: auto;
    fill: var(--color-main);
}

.view-small .article-item {
    display: block;
}


.view-small .article-item .inner-content {
    padding: 0;
}

.info-category h1 {
    font-size: 5rem;
    line-height: 1;
}

.simple-pagination {
    background: rgb(240 240 240);
    border-radius: 12px;
    border: 1px solid rgb(26 26 26 / 12%);
    justify-self: center;
    display: flex;
    font-size: 1.6rem;
}

.simple-pagination .nav-btn {
    place-content: center;
    padding-inline-start: 2rem;
    padding-inline-end: 2rem;
    display: grid;
}

.simple-pagination .nav-btn.disabled {
    opacity: 0.5;
}

.page-text {
    padding: 1.2rem 0.8rem;
}

.breadcrumb-ol {
    display: block;
    margin: 0;
}

.breadcrumb-item {
    word-break: break-all;
    display: contents;
}

.article-detail-name {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 30px;
}

.panel-footer-menu {
    padding: 0 1.5rem 1.5rem;
    display: grid;
    gap: 2rem;
    font-size: 14px;
    font-weight: 600;
}

.panel-footer-menu ul {
    gap: 1.2rem;
}

.panel-footer-menu ul li a {
    display: flex;
    width: 3rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    font-size: 2.6rem;
    color: var(--color-main);
}

.panel-footer__localization-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-footer__localization-wrapper .dropdown-toggle {
    color: var(--color-main);
    font-size: 14px;
    font-weight: 600;
}

.menu-section .close-sidebar {
    width: 4rem;
    height: 4rem;
    background: var(--white);
    border: 1px solid rgb(0 0 0 / .12);
    font-size: 2rem;
    color: var(--color-main);
    top: 1rem;
    left: 1.5rem;
    margin: 0 15px 0 auto;
}

.section-table-contact .box-title-value .text-value {
    font-weight: 600;
}

.section-table-contact {
    padding-top: 5rem;
}

.blog-post-detail, .contact-page {
    max-width: 1060px;
    margin: 0 auto;
}

.contact-page form {
    width: calc(80.3% - 2px);
    margin: 0 auto;
}

.contact-page .form-control {
    background: transparent;
    border-color: #D3D3D3;
}

.post-content table {
    text-align: left;
    border-spacing: 0;
    margin-bottom: 3rem;
    font-size: 1.5rem;
    border-collapse: collapse;
    border: 1px solid #DADCE0;
}

.post-content table tr td {
    padding: 1rem 1.5rem;
    border: 1px solid #dadce0;
}

.post-content table tr td a {
    color: var(--color-main);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.post-content table tr td a:hover {
    color: var(--color-highlight);
}

.container-contact {
    margin-bottom: 5rem;
}

.svg-marker path {
    stroke-dasharray: none !important;
    stroke-dashoffset: 0 !important;
}

.btn-social a img {
    max-height: 2.6rem;
    aspect-ratio: 1;
}

.banner-about-us {
    box-shadow: rgb(0 0 0) 0px 7px 5px -7px;
    max-height: 720px;
}
/*END body*/

footer {
    background: var(--black);
}

.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

.footer-menu-section ul li a i {
    margin-right: 1.5rem;
    width: 2.1rem;
}

.section-copy__pay {
    padding: 2.2rem 0;
    border-top: 1px solid rgb(134 141 148 / 50%);
    display: flex;
    justify-content: space-between;
    gap: 1rem 4rem;
}

.footer-payment-icons figure {
    display: inline-flex;
    margin: 0;
}

.copyright {
    font-size: 1.6rem;
    color: var(--white);
    opacity: 0.8;
}

.footer-payment-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.footer-menu-section .description, .description-section {
    font-size: 1.6rem;
}

.form-newsletter .form-group .form-control {
    background: transparent;
    height: 5rem;
    border-color: #d3d3d3;
    font-size: 1.5rem;
    color: var(--white);
    position: relative;
    padding-right: 4rem;
}

.form-newsletter .form-group .form-control::placeholder {
    color: var(--white);
}

.form-newsletter .form-group .newsletter--submit {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 5.2rem;
    height: 100%;
    max-width: 4rem;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
    border: 0;
    border-left: 1px solid #d3d3d3;
}

.form-newsletter .form-group .newsletter--submit:hover {
    background: var(--white);
    border-left-color: var(--white);
    color: var(--color-main);
}

.hotline-phone-ring-wrap {
    right: 17px;
    bottom: 83px;
    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;
}

.hotline-phone-ring-img-circle {
    width: 4rem;
    height: 4rem;
    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%;
}

#zalo .hotline-phone-ring-circle {
    border-color: #0e95e5;
}

#zalo .hotline-phone-ring-circle-fill {
    background-color: #0a92e8;
}

#tiktok .hotline-phone-ring-circle {
    border-color: #7c7c7c;
}

#tiktok .hotline-phone-ring-img-circle {
    background-color: #fff;
}

#tiktok .hotline-phone-ring-circle-fill {
    background: #585858;
}

#facebook .hotline-phone-ring-circle {
    border-color: #3c5996;
}

#facebook .hotline-phone-ring-circle-fill {
    background: #3c5996;
}

#call .hotline-phone-ring-circle {
    border-color: #f48045;
}

#call .hotline-phone-ring-circle-fill {
    background: #f48045;
}

@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(-15deg) scale(1) skew(1deg);
    }

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

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

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

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

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


.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%);
}

.messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: var(--color-highlight);
}

.messenger-toggle .hotline-phone-ring-circle {
    border-color: var(--color-highlight);
}

.messenger-toggle {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 9999;
    cursor: pointer;
    animation: shake 1.5s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
}

.social-buttons.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

@keyframes shake {
    0%, 100% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    75% {
        transform: rotate(2deg);
    }
}

.is-mobile .hotline-phone-ring-wrap {
    right: 0;
    bottom: 70px;
}

.messenger-toggle .hotline-phone-ring-img-circle i {
    font-size: 2.2rem;
    color: var(--white);
}

.messenger-toggle.active i::before {
    content: '\f00d';
}
/*End footer*/

/*CSS nghia*/
/* Grid sanpham */
/*MENU CSS*/
.article-menu .swiper-slide.item-article-menu {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: all 0.25s ease;
}

.article-menu .swiper-slide.item-article-menu:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.article-menu .item-article-menu .content .img {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.article-menu .item-article-menu .content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-menu .item-article-menu .name {
    padding: 12px 14px 16px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    line-height: 1.4;
}
.menu-block-article {
    padding: 4rem 4rem !important;
}

.product-filter-container {
    display: flex;
    /* gap: 20px; */
    /* max-width: 1422px; */
    /* margin: 0 auto; */
    /* background-color: #f0f0f0; */
}

.filter-sidebar {
    background: #f0f0f0;
    width: 240px;
    flex-shrink: 0;
}

.filter-section {
    /* border-radius: 8px; */
    /* margin-bottom: 15px; */
}

.filter-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.filter-item:hover {
    background-color: #f8f8f8;
}

.filter-item.active {
    background-color: #e6f4ff;
    border-left-color: #ff6b35;
  
}

.filter-label > a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.filter-item.active .filter-label {
    color: #2a2624;
    font-weight: 500;
}
.product-sub--menu {
    background: white;
    padding: 2rem;
    width: 100%;
}
.product-sub--menu .product-title {
    -webkit-line-clamp: 3;
}
.badge {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-hot {
    background-color: #ff6b35;
    color: white;
}

.badge-new {
    background-color: #5b7dff;
    color: white;
}

.product-grid {
    background: white;
    padding: 10px;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-content: start;
}

.product-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

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

.product-image {
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-ribbon {
    position: absolute;
    top: 10px;
    right: -30px;
    transform: rotate(45deg);
    padding: 5px 35px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ribbon-yellow {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #333;
}

.ribbon-white {
    background: white;
    color: #666;
    border: 1px solid #ddd;
}

.ribbon-pink {
    background: linear-gradient(135deg, #ff69b4, #ff85c1);
    color: white;
}

.product-info {
    padding: 10px;
}

.product-title {
    font-size: calc(var(--font-product-title-scale, 1) * 17.6px);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
    font-weight: var(--font-body-medium-weight, 500);
    color: var(--black);
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* GiÃƒÆ’Ã‚Â¡ sÃƒÂ¡Ã‚ÂºÃ‚Â£n phÃƒÂ¡Ã‚ÂºÃ‚Â©m */
.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-sale {
    font-size: 16px;
    font-weight: 700;
    color: #e74c3c;
}

.price-original {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}
.menu-customize .entry-menu.dropdown-product {
    max-width: 1570px;
    left: 0;
    margin: 0 auto;
    padding: 1.5rem 1.5rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    right: 0;
    background: #f0f0f0;
}

.section-drivers {
    margin: 5rem 0;
}

.item-highlight img {
    max-height: 70px;
    object-fit: cover;
    margin-right: 1rem;
}

.highlight-section {
    background: var(--white);
    border-radius: 14px;
}

.item-highlight {
    padding: 4rem 2rem;
    color: #303030;
    height: 100%;
}

.highlight-section > .row > [class*="col-"]:last-child .item-highlight {
    border: none;
}

.item-highlight .info .name {
    font-weight: 500;
    color: #787878;
}

.item-highlight .desc {
    font-size: 2.2rem;
    line-height: 1.1;
}

.slideshow-image--desktop {
    display: none;
}

.slider-banner-about {
    height: 650px;
    min-height: 100%;
    max-height: 100%;
    border-radius: 16px;
}

.slider-banner-about .swiper-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
    left: 0;
    transform: translateX(0%);
}

.slider-banner-about .swiper-slide {
    will-change: z-index;
    display: flex;
    background: rgba(0, 0, 0,.03);
    min-height: 100%;
    pointer-events: auto;
    z-index: 1;
    --color-text: #2c2d2e;
    --bg-blur: 0px;
    position: absolute;
    left: 0px;
    transform: translateX(0%);
    opacity: 1;
}

.slideshow__slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: var(--white, #f5f5f5);
    transform: scale(1.1);
}

.slider-banner-about .swiper-slide.swiper-slide-active .slideshow__slide-bg {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    transition: transform .8s ease;
}

.slideshow__slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow__slide-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 11;
    pointer-events: none;
}

.slideshow__slide-inner {
    display: flex;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 15;
    max-width: 1570px;
    transform: translate(-50%);
    justify-content: center;
    align-items: center;
}

.slideshow__slide-content {
    z-index: 20;
    padding: 1.5rem;
    width: 100%;
    position: relative;
    max-width: 720px;
}

.slideshow__slide-heading {
    color: var(--color-text);
    font-weight: 600;
    letter-spacing: -2.7px;
    font-size: 3.4rem;
    line-height: 3.8rem;
    opacity: 0;
    transition: opacity .8s ease;
}

.slider-banner-about .swiper-slide.swiper-slide-active .slideshow__slide-heading {
    opacity: 1;
}

.line-parent {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.line-child {
    transform: translateY(100%);
    transition: transform .8s ease;
}

.slider-banner-about .swiper-slide.swiper-slide-active .line-child {
    display: block;
    text-align: center;
    position: relative;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}

.slideshow__slide-content::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    z-index: -1;
    transform: translateZ(0);
    backdrop-filter: blur(var(--bg-blur, 20px));
    isolation: isolate;
    border-radius: 16px;
}

.shopify-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.article-support-item .title, .article-support-content .subtitle {
    font-size: 2.4rem;
}

.article-support-content .subtitle {
    margin: 4rem 0 0;
}

.article-support-content .list {
    list-style: none;
    padding: 0;
}

.article-support-content .list .item {
    font-size: 2rem;
    color: #5f5f5f;
    margin: 2rem 0;
}

.article-support-content .table-bordered {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
}

.article-support-content .table-bordered td {
    padding: 0.8rem;
    border: 1px solid var(--black);
}

.article-support-content .list_content,
.article-support-content .list_contnet {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}

.article-support-content .item_content {
    line-height: 1.5;
    margin: 2rem 0 2rem 3rem;
    list-style: square;
    font-size: 1.8rem;
}

.article-support-content .numitem {
    margin-left: 3rem !important;
}

.shopify-section-driver {
    background: rgb(240 240 240);
}

.section-blends {
    padding-inline-end: max(4.8rem, 50% - 800px);
    padding-inline-start: max(4.8rem, 50% - 800px);
}

.content-over-media {
    grid-template: 0 minmax(0, 1fr) 0 / minmax(0, 1fr) minmax(0, min(var(--container-max-width), 100% - var(--content-over-media-gap, var(--content-over-media-column-gap, var(--container-gutter))) * 2)) minmax(0, 1fr);
    gap: 4.8rem;
    place-items: center;
    display: grid;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    margin-inline-start: calc(-1 * var(--container-outer-width));
    margin-inline-end: calc(-1 * var(--container-outer-width));
}

.content-over-media::before {
    content: "";
    background: rgb(0 0 0 / 0.0);
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
    transition: background .2s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content-over-media picture {
    height: auto;
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    grid-area: 1 / 1 / span 3 / span 3;
    place-self: stretch stretch;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    opacity: .3;
}

.text-over-media {
    max-width: 780px;
    z-index: 1;
    grid-area: 2 / 2 / auto / span 1;
    position: relative;
}

.prose-over-media [class*="text-in"] {
    margin-block-start: 3.2rem;
}

.text-over-media .text-in,
.text-over-media .text-in-des {
    display: grid;
    gap: 5px;
}

.text-over-media .text-in {
    font-size: 4.8rem;
    line-height: 1.1;
}

.text-over-media .text-in-des {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 500;
}

.text-over-media .text-in .animation-over-media,
.text-over-media .text-in-des .animation-over-media {
    opacity: 0;
    display: inline-block;
}

.text-over-media .text-in .animation-over-media {
    animation: fadeUpIn 0.6s ease-out forwards;
}

.text-over-media .text-in-des .animation-over-media {
    animation: fadeUpIn 0.6s ease-out both;
    animation-delay: 0.6s;
}

@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-container-driver > .container {
    padding: 0 15px;
}

.search-driver .input-group {
    max-width: 75%;
    width: 100%;
}

#search-driver .input-group-append {
    margin-left: 0;
    margin-right: -1px;
}

#search-driver .form-control {
    box-shadow: 0 0 0 1px var(--el-input-border-color);
    border: none;
    height: 4rem;
    border-radius: 4px;
}

#search-driver .input-group-append .btn-submit {
    box-shadow: 0 0 0 1px var(--el-input-border-color);
    border: none;
    background: var(--el-fill-color-light);
    color: var(--el-color-info);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 2rem;
    z-index: 22;
}

.is-top {
    padding: 0 2rem;
}

.block-tab.nav .is-top:nth-child(2) {
    padding-left: 0;
}

.title-tab::after {
    background-color: #e4e7ed;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.el-tabs__active-bar {
    content: "";
    background: var(--el-color-primary);
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    transition: width .3s cubic-bezier(.645, .045, .355, 1),transform .3s;
    z-index: 2;
}

.item-driver .inner-content {
    padding: 0.8rem 1rem;
}

.btn-product.btn-driver {
    padding: 0.8rem 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
}

.item-driver_body .close-pop {
    position: absolute;
    padding: 0;
    margin: 0;
    top: -0.5rem;
    right: -0.5rem;
}

.item-driver_body .modal {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
}

.item-driver_body .modal-dialog {
    max-width: 600px;
    --el-dialog-width: 50%;
    --el-dialog-margin-top: 25vh;
    --el-dialog-bg-color: var();
    --el-dialog-bg-color: var(--white);
    --el-dialog-title-font-size: 18px;
    --el-dialog-content-font-size: 14px;
    --el-dialog-font-line-height: 24px;
    --el-dialog-padding-primary: 16px;
    --el-dialog-border-radius: 4px;
    background: var(--el-dialog-bg-color);
    border-radius: var(--el-dialog-border-radius);
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    box-sizing: border-box;
    margin: var(--el-dialog-margin-top, 25vh) auto 50px;
    overflow-wrap: break-word;
    padding: var(--el-dialog-padding-primary);
    position: relative;
    width: var(--el-dialog-width, 50%);
}

.floatingbox {
    position: fixed;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    z-index: 10;
}

.dsale {width: 200px;height: 300px;box-shadow: 0 0 0 0 #9cc2ea;display: flex;overflow: hidden;border-radius: 10px;background-size: cover;justify-content: center;align-items: flex-end;padding-bottom: 1rem;}

.floatingbox .dsale .textbtn {
    background: #9cc2ea;
    color: var(--white);
    border-radius: 8px;
    min-width: 70%;
    font-size: 1.28rem;
    text-align: center;
    padding: 0.5rem 1rem;
    letter-spacing: 0.16rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.floatingbox .dsale .textbtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    z-index: 0;
}

.floatingbox .dsale .textbtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.floatingbox .dsale .textbtn:hover:before {
    width: 150px;
    height: 150px;
}

.row-sticky > .container > .row > div:first-child {
    position: sticky;
    top: 0rem;
    left: 0;
    height: max-content;
}

.btn-add-to-card a {
    background: var(--color-highlight);
    color: var(--white);
    height: 4.4rem;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 3rem;
    border-radius: 8px;
    line-height: 1;
}



.product .inner-content {
    display: inline-flex;
    flex-direction: column;
    min-height: 18.8rem;
    justify-content: space-between;
    width: 100%;
}

.section-about-thumb {
    margin: 0 auto;
    padding: 0 1rem;
}

.section-about-thumb .box-content {
    /* min-height: 650px; */
    padding: 2.5rem;
}

.section-about-thumb .row.mx-0, .section-about-thumb .box-content {
    overflow: visible;
}

.section-about-thumb .box-content [nh-slider-thumbs].swiper {
    overflow: hidden;
    touch-action: pan-y;
}

.section-about-thumb .box-content [nh-slider-thumbs] .swiper-wrapper {
    align-items: stretch;
}

.section-about-thumb .box-content [nh-slider-thumbs] .swiper-slide {
    height: auto;
    min-height: 4rem;
    opacity: 1;
    visibility: visible;
    box-sizing: border-box;
}

.item-content--product {
    height: 100% !important;
}

.section-about-thumb > .row {
    background: #e9651a;
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.box-content .swiper .item-content--product {
    padding: 2rem 0;
    border: 0;
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #f2a274 !important;
}

.box-content .swiper .item-content--product::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--white);
    transform-origin: left center;
    transform: scaleX(0);
    transition: all .25s ease;
}

.item-content--product .product-title {
    font-size: 2.2rem;
    color: var(--white);
    opacity: .4;
    margin: 0;
    position: relative;
    padding-left: 3.5rem;
}

.item-content--product .product-title i {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
}

.item-content--product .product-description {
    transition: all .25s ease;
    max-height: 0;
    overflow: hidden;
    padding-left: 3.5rem;
    color: var(--white);
}

.box-content .swiper .item-content--product.swiper-slide-thumb-active::after {
    transform: scale(1);
}

.item-content--product.swiper-slide-thumb-active .product-title {
    opacity: 1;
}

.item-content--product.swiper-slide-thumb-active .product-description {
    max-height: 200px;
    padding-top: 5px;
}

.section-about-thumb .box-image .inner-image {
    position: relative;
    min-height: 650px;
}

.section-about-thumb .box-image .inner-image > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 3rem;
    /* padding: 3.2rem 0px; */
}

.main-wrapper h1 {
    margin: 0;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
    width: 100%;
    word-break: break-all;
    text-align: center;
}

.product-technicalspecs {
    padding: 2rem;
    border: 0px solid #ccc;
    box-shadow: 15px 15px 40px #0033ff26;
    border-radius: 20px;
    gap: 2.4rem;
    background: #fff;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex: 3 !important;
    align-content: flex-start;
}

.combo-download-webdrives {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    border: 0px solid #ccc;
    box-shadow: 15px 15px 40px #0033ff26;
    margin-bottom: 40px;
}

.product-technicalspecs .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #4e4e4e;
    border-radius: 8px;
    justify-content: space-between;
}

.product-technicalspecs .column tr {
    padding: 0.6rem 1.2rem;
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.product-technicalspecs .column tr:last-child {
    border: none;
}

.product-technicalspecs .column tr td {
    word-break: break-all;
    font-size: 1.3rem;
}

.product-technicalspecs .column tr td:first-child {
    min-width: 30%;
    font-weight: 700;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: var(--black);
    word-break: break-all;
}

.is-mobile .product-technicalspecs tbody tr:nth-child(even) {
    background: #0000000d;
}

.product-technicalspecs tbody tr td {
    padding: 8px 12px !important;
    font-size: 1.4rem !important;
    color: #1a1a1a !important;
}

.product-technicalspecs tbody tr td:first-child {
    text-transform: uppercase;
    font-weight: 700 !important;
    color: var(--black) !important;
}

.filter_sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-novf .product-action {
    top: 40%;
}

.text-with-icons__icon img {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 2rem;
}

.text-with-icons__block {
    display: flex;
    align-items: center;
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.text-with-icons__block-content h6 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
}

.box-ar-detail {
    box-shadow: 0 4px 6px #00000014;
    border-radius: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}

/*Responsive */
@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .item-highlight .info .name {
        font-size: 1.8rem;
    }
}

@media (max-width: 1000px) {
    .setting-menu > .container > .row > div > div:not(.logo-section) {
        flex: 0 0 calc((100% - 16.5rem - 4rem) / 2);
        max-width: calc((100% - 16.5rem - 4rem) / 2);
    }
    
    header.fixed, header.fixed.scroll-down {
        margin-top: calc(-9.8rem - 4rem);
    }
    
    .setting-menu > .container > .row > div {
        padding: 2rem 15px;
    }
    
    .setting-menu .logo-section {
        text-align: center;
    }
    
    body:not(.home) {
        padding-top: 12.6rem;
    }
    
    .menu-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 2rem);
        height: calc(100% - 50px - 2rem);
        margin: 1rem;
        padding-top: 6rem;
        border-radius: 6px;
        -webkit-transform: translate3d(-120%, 0, 0);
        -moz-transform: translate3d(-120%, 0, 0);
        -ms-transform: translate3d(-120%, 0, 0);
        -o-transform: translate3d(-120%, 0, 0);
        transform: translate3d(-120%, 0, 0);
        max-width: 576px;
    }
    
    .product-technicalspecs {
        flex: 1 !important;
    }
    
    .product-technicalspecs .column {
        flex: 1 1 auto;
        width: 100%;
    }
    
    .product-technicalspecs .column tr:nth-child(2n) {
        background: #0000000d;
    }
    
    .menu-section.open > ul > li > a {
        line-height: 1;
        border-bottom: 1px solid #DADCE0;
        font-size: 22px;
        text-transform: unset;
    }
    
    .menu-section.open > ul > li > ul.entry-menu {
        border: none;
    }
    
    .menu-section.open > ul li {
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .product-filter-container {
        flex-direction: column;
    }
    
    .filter-sidebar {
        width: 100%;
    }
    
    .filter-item {
        white-space: nowrap;
        padding: 10px 15px;
        border-radius: 20px;
        background: #f8f8f8;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}
/*Css nghia end*/

@media (min-width: 1000px) {
    .setting-menu .menu-section > ul > li > a {
        height: auto;
        color: var(--color-main);
        min-height: 4.8rem;
        line-height: 5.8rem;
        display: inline-block;
        font-weight: 700;
        transition: opacity .2s ease-in-out;
    }
    
    .menu-customize .menu-section .entry-menu.dropdown {
        padding: 2rem;
        border-radius: 6px;
        background: #f0f0f0;
        box-shadow: 0 5px 15px rgb(26 26 26 / 0.1),0 0 0 1px rgb(26 26 26 / .12);
        display: grid;
        gap: 1.2rem;
    }
    
    .menu-customize .menu-section .entry-menu.dropdown li {
        border: none;
        line-height: 1.5;
        opacity: 0;
        transform: translateY(-15px);
        transition: all.25s ease;
    }
    
    .menu-customize .menu-section > ul > li:hover .entry-menu.dropdown li {
        opacity: 1;
        transform: translateY(0);
    }
    
    .menu-customize .menu-section .entry-menu.dropdown li .menu-link {
        padding: 0;
        width: max-content;
    }
    
    .menu-customize .menu-section .entry-menu.dropdown li:hover .menu-link {
        background-size: 100% 1px;
    }
    
    .menu-customize .header__icon-list, .menu-customize .menu-section .close-sidebar,
    .menu-customize .panel-footer-menu {
        display: none !important;
    }
    
    .setting-menu .logo-section {
        order: -1;
    }
    
    .home header:not(.fixed) .setting-menu .menu-section > ul > li > a {
        color: var(--white) !important;
    }
    .home header:not(.fixed) .block-menu-custom .menu-section > ul > li > a {
        color: var(--black) !important;
    }
    
    .setting-menu > .container > .row > div > div:first-child {
        flex: 1;
    }
    
    .setting-menu .menu-section > ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .setting-menu .menu-section > ul > li {
        margin: 0;
    }
    
    .setting-menu .menu-section > ul > li > a:hover {
        opacity: 0.7;
    }
}

@media (min-width: 768px) {
    .box-ar-detail {
        margin-bottom: 50px;
    }
    
    .box-ar-detail .article-image-detail {
        padding-right: 30px;
    }
    
    .box-ar-detail .d-flex.flex-column {
        padding: 50px !important;
    }

    .btn-add-to-card a:hover {
        background: #db4f00;
    }

    .banner-grid {
        grid: auto-flow dense 369px / repeat(4, minmax(0, 1fr));
    }
    
    .menu-customize .panel-footer-menu {
        display: none !important;
    }
    
    .article-detail-name {
        font-size: 3.6rem;
    }
    
    .item-image-0 {
        grid-area: span 2 / span 2;
        padding: 3.5rem;
    }
    
    .item-image-0.image-grid .inner-content, .box-content .title-section {
        font-size: 4.2rem;
    }
    
    .item-image-1 {
        grid-area: span 1 / span 2;
        padding: 3.5rem;
    }
    
    .item-image-2, .item-image-3 {
        padding: 3.5rem;
    }
    
    .row-mobile > .container > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .section-table-contact .box-title-value {
        max-width: 580px;
        margin: 0 auto;
    }
    
    .section-table-contact {
        padding-top: 9rem;
    }
    
    .post-content table tr td {
        padding: 1.5rem 2.5rem;
    }
    
    .container-contact {
        margin-bottom: 9rem;
    }
    
    .section-drivers {
        margin: 9rem 0;
    }
    
    .slideshow-image--desktop {
        display: block;
    }
    
    .slideshow-image--mobile {
        display: none;
    }
    
    .slideshow__slide-content, .section-about-thumb {
        padding: 3.5rem;
    }
    
    .slideshow__slide-heading {
        font-size: 3.8rem;
        line-height: 4.2rem;
    }
    
    .section-events .inner-content, .section-about-thumb .box-content {
        padding: 4.5rem;
    }
    
    .shopify-section {
        max-width: calc(85% + 30px);
    }
    
    .article-support-item .title {
        font-size: 3.6rem;
    }
    
    #search-driver .input-group {
        max-width: 50%;
        width: 100%;
    }
}

@media (min-width:992px) {
    .fixed .menu-section > ul > li > a {
        height: 6rem;
        line-height: 6rem;
    }
    
    .fixed .logo-section img {
        height: 4rem;
    }
    
    .col-3-custom{
        max-width: 20%;
        flex: 0 0 20%;
    }
    
    .box-title-value .title-section, .box-title-value .title-section .text-value {
        font-size: 4.2rem;
        line-height: 4rem;
    }
    
    .image-grid .inner-content {
        font-size: 3.6rem;
    }
    
    .section-events .inner-content {
        padding: 7rem;
    }
    
    .highlight-section > .row > [class*="col-"] {
        border-right: 3px solid #e3e3e3;
    }
    
    .slideshow__slide-content {
        padding: 5rem;
    }
    
    .slideshow__slide-heading {
        font-size: 5.4rem;
        line-height: 5.8rem;
    }
    
    .product-information--image img {
        max-width: 500px;
    }
}

@media (min-width: 1000px) and (max-width: 1110px) {
    body:not(.home) {
        padding-top: 15.6rem;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
    
    .article-detail-name {
        font-size: 4.2rem;
    }
    
    .slider-novf > .swiper {
        padding: 0 calc((100% - 1400px) / 2 + 15px);
    }
    
    .item-highlight .desc {
        font-size: 3rem;
    }
}

@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1600px;
    }
    
    .slider-novf > .swiper {
        padding: 0 calc((100% - 1600px) / 2 + 15px);
    }
    
    .item-highlight .desc {
        font-size: 3.2rem;
    }
    
    .item-highlight img {
        max-height: 125px;
    }
    
    .item-highlight {
        padding: 4rem 2rem;
    }
    
    .section-container-driver > .container {
        padding: 0 15.5rem;
    }
}

@media (max-width: 1165px) and (min-width: 1000px) {
    body:not(.home) {
        padding-top: 15.5rem;
    }
    
    header.fixed, header.fixed.scroll-down {
        margin-top: -16.5rem;
    }
}

@media (max-width: 1280px) {
    .section-events .inner-image [class*="ratio-"] {
        padding-top: 100%;
    }
}

@media (max-width:992px) {
    .setting-menu-mb>.container>.row>div {
        justify-content: space-between;
    }
    .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%;
    }
    .title-parent {
        font-size: 2rem;
    }
    .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;
    }
    .header-top-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .header-top-mb .btn-mini-cart {
        color: white;
        padding: 5px 7px;
    }
    
    .header-top-mb .items-number {
        color: white;
    }
    .header-top-mb .btn-action-header {
        color: white !important;
    }
    
    .is-mobile #button {
        right: 0.8rem;
    }
    
    .is-mobile .messenger-toggle {
        bottom: 8rem;
    }
    
    .is-mobile .hotline-phone-ring-wrap {
        bottom: 123px;
    }
}

@media (max-width:991.98px) and (min-width:768px) {
    .footer-mb>.container>.row>div:first-child {
        flex:  0 0 100%;
        max-width: 100%;
    }
    
     .highlight-section>.row>div:nth-child(4) .item-highlight,.highlight-section>.row>div:nth-child(5) .item-highlight, .highlight-section>.row>div:nth-child(6) .item-highlight {
        margin-bottom:0 !important
    }
    
    .inner-content_info {
        min-height: 19rem;
    }
}

@media (max-width:991.98px) and (min-width:576px) {
    .highlight-section > .row > div:last-child {
        border-top: 3px solid #e3e3e3;
        border-left: 3px solid #e3e3e3;
        margin: 0px 0 0 -3px;
    }
    
    .highlight-section > .row > div:first-child {
        border-bottom: 3px solid #e3e3e3;
        border-right: 3px solid #e3e3e3;
        margin: 0 -3px -3px 0px;
    }
}

.menu-customize #menu-open-search-backdrop {
    display: none;
}

@media (max-width:767.98px) {
    .filter_sort {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    
    .section-about-thumb {
        padding: 0;
    }
    
    .popup_list {
        position: relative;
        max-width: 360px;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        flex-direction: column !important;
    }
    
    .pop-iframe iframe {
        min-height: 300px;
    }
    
    .close_box {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .close_box > * {
        margin: 2rem 1rem;
    }
    
    .menu-customize #menu-open-search-backdrop {
        display: block;
    }
    
    .name-company {
        font-size: 1.6rem;
    }
    
    .swiper-slide--tile {
        font-size: 4rem;
    }
    
    .swiper-slide--wrap.content-slide-left, .swiper-slide--wrap.content-slide-right {
        text-align: center;
    }
    
    .block-tab.nav .is-top {
        padding: 0 1rem;
    }
    .footer-social-content img {
        height: 26px;
    }
    
    .swiper-slider-main .swiper-slide img {
        height: 100vw;
        max-height: 100%;
    }
    
    .header__secondary-nav .header__icon-list a:not(:last-child) {
        display: none;
    }
    
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .content-about-us {
        font-size: 3.4rem;
    }
    
    .slider-banner-about {
        height: 52vw;
    }
    
    .slideshow__slide-bg img {
        object-fit: contain;
    }
    
    .box-content .title-section {
        font-size: 2.8rem;
    }
    
    .section-about-thumb .box-image .inner-image {
        min-height: 500px;
    }
    
    .block_list_product > .row {
        margin: 0 -5px;
    }
    
    .block_list_product > .row > [class*="col-"] {
        padding: 0 5px;
    }
    
    .is-mobile .logo-section img {
        object-fit: contain;
    }
}

@media (max-width: 600px) {
    .header-top {
        display: none;
    }
    
    body:not(.home) {
        padding-top: 10.6rem;
    }
    
    .is-mobile .swiper-slider-main .swiper-slide img {
        height: 80vh;
    }
    
    header.fixed.scroll-up {
        margin-top: 0;
    }
    
    .setting-menu .logo-section {
        max-width: 10rem;
        width: 100%;
    }
    
    .setting-menu > .container > .row > div > div:not(.logo-section) {
        flex: 0 0 calc((100% - 14rem) / 2);
        max-width: calc((100% - 14rem) / 2);
    }
    
    .dsale {
        width: 150px;
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .highlight-section > .row > div:not(:last-child) {
        border-bottom: 3px solid #e3e3e3;
    }
    
    .inner-content_info {
        min-height: 15.5rem;
    }
    
    .slider-novf .inner-content_info {
        min-height: 13rem;
    }
    
    .item-ytb .article-title, .article-item.item-home .article-title {
        font-size: 1.6rem;
    }
    
    .box-content .title-section {
        font-size: 2.2rem;
    }
    
    .item-content--product .product-title {
        font-size: 1.8rem;
    }
    
    .item-home .inner-content {
        padding: 0 15px;
    }
    
    .article-detail-name {
        font-size: 3.2rem;
        text-align: left !important;
    }
    
    /*.product-card__aside {*/
    /*    display: none;*/
    /*}*/
    
    
    .product-card__aside{
        display: none;
    }
    .product-card__aside.active{
        display: flex;
    }
}
.image-bct {
    max-width: 45%;
}

@media (max-width: 450px) {
    .star-rating-box .star-rating {
        width: 8.5rem;
    }
    
    .star-rating-box :before {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

@media (max-width:375px) {
    .swiper-slide--tile {
        font-size: 2.6rem;
    }
    
    .swiper-slide--link {
        padding: 0.8rem 2.4rem;
    }
    
    .pop-tiktok.popup_list, .pop-tiktok .pop-iframe {
        width: 100%;
    }
    
    .product-sold {
        margin: 5px 8px 0;
    }
    
    .block_list_product .inner-content_info {
        min-height: 16.25rem;
    }
    
    .panel-footer-menu ul {
        gap: 0.5rem;
    }
} 

@media (min-width: 1150px) {
    .article_detail .main-article-detail .container .container {
        max-width: 1000px !important;
    }
    
    .shopify-section {
        max-width: calc(62% + 30px);
    }
}

@media (min-width: 1380px) {
    .container-contact > .container, .section-about-thumb {
        max-width: 1380px;
        padding: 0 3.5rem;
    }
}

