@font-face {
    font-family: 'SVN-Gilroy';
    src: url(../fonts/SVN-GilroyBold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url(../fonts/SVN-Gilroy.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Gilroy XBold';
    src: url(../fonts/SVN-GilroyXBold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
.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-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-26{
    font-size: 2.6rem !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.btn-submit {
    border: 1px solid var(--color-red-logo);
    background-color: var(--color-red-logo);
}

.btn-submit:hover {
    color: var(--color-red-logo);
}

.btn-submit-2 {
    border: 1px solid var(--white);
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 2rem;
    padding-left: 2rem;
}

.btn-submit-2:hover {
    background-color: var(--color-red-logo);
    color: var(--white);
    border-color: var(--color-red-logo);
}
.shadow-1{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
.btn-highlight-alt{
    background: var(--color-highlight-alt) !important;
}
.btn-highlight-alt:hover{
    background: var(--color-main) !important;
    color: var(--white) !important;
}

#quick-view-modal.modal.show .modal-dialog {
    transform: translate(0, 150px) !important;
}

.product-action {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product-action .btn-product-action {
    transform: translateX(40px);
}

.product-item:hover .btn-product-action {
    transform: translateX(0);
}

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

.menutop-container .menu-section > ul > li > a:hover, .menutop-container .menu-section > ul > li > a.active, .menutop-container .menu-section > ul > li:hover > a {
    opacity: .8;
    color: white !important;
}

.menutop-container .menu-section > ul > li > a {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 10px !important;
    line-height: 3.4rem;
    height: 3.4rem;
    display: inline-block !important;
    position: relative;
    color: white;
}
.menutop-container .menu-section > ul > li > a:before {
    content: "";
    position: absolute;
    top: 1rem;
    width: 1px;
    border-left: 1px solid rgba(255, 255, 255, .6);
    height: 1.6rem;
    left: 0;
}
.menutop-container .menu-section > ul > li:first-child > a:before{
    opacity:0
}
.menutop-container .menu-section > ul > li {
    margin: 0;
}
.header-mid>.container>.row>div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}
.search-section .btn {
    position: absolute;
    right: 0;
    z-index: 10;
}
.search-section {
    min-width: 30rem;
}
.search-section .btn:hover{
    color:var(--color-highlight)
}
.search-section .input-group 
 input.form-control{
    height: 36px;
    line-height: 36px;
    border-radius: 50rem !important;
}

.search-section .btn {
    padding: 0.7rem 1.25rem;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: var(--color-highlight) !important;
}
.swiper-button-custom {
    width: 3.2rem;
    height: 3.2rem;
    background: var(--color-highlight);
    color: white;
    border-radius: 50%;
}

.swiper-button-custom:hover {
    color: var(--color-highlight);
    background: var(--white);
}

.slider-main .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 26%);
    width: 100%;
    height: 100%;
}

.slider-main .swiper-pagination-bullet {
    background: var(--light);
    opacity: 0.5;
}
.slider-main .swiper-button-custom{
    opacity: 0;
    -webkit-transition: opacity 0.3s,background 0.3s,-webkit-transform 0.3s,-webkit-box-shadow 0.3s;
    transition: opacity 0.3s,background 0.3s,-webkit-transform 0.3s,-webkit-box-shadow 0.3s;
    -o-transition: transform 0.3s,opacity 0.3s,background 0.3s,box-shadow 0.3s;
    transition: transform 0.3s,opacity 0.3s,background 0.3s,box-shadow 0.3s;
    transition: transform 0.3s,opacity 0.3s,background 0.3s,box-shadow 0.3s,-webkit-transform 0.3s,-webkit-box-shadow 0.3s
}

.slider-main .swiper-button-custom.swiper-button-next {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    right: 2%
}

.slider-main .swiper-button-custom.swiper-button-prev {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    left: 2%
}

.slider-main:hover .swiper-button-custom.swiper-button-next,.slider-main:hover .swiper-button-custom.swiper-button-prev{
    opacity: .7;
    -webkit-transform: translateX(0)!important;
    -ms-transform: translateX(0)!important;
    transform: translateX(0)!important
}


@media (min-width: 1600px) {
    .swiper-slide--wrap.effect-wrapper {
        left: 8%;
    }
}

.swiper-slide--wrap.effect-wrapper {
    transition: 2s all;
}

.swiper-slide-active .swiper-slide--wrap.effect-wrapper {
    opacity: 1;
    top: 50%;
}

.swiper-slide--wrap.effect-wrapper{
    top: 70%;
}



.menu-vertical--content ul.row-menu li ul li {
    padding: 0.5rem 0 !important;
}
.menu-vertical--content> li{
    padding: 1rem 1.5rem !important;
    border-bottom: 1px solid #ececec;
}
.menu-vertical--content> li> a {
    
}
.menu-vertical--content ul li {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.product-highlight .product-item .info .background{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
    transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
    -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
}
.product-highlight .product-item .info .background:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}
.product-highlight .product-item .price-amount.old-price::after {
    background-color: white;
}

.product-highlight>.row>div:nth-child(2n+2) .product-item .info {
    text-align: right;
}

.product-highlight>.row>div:nth-child(2n+2) .btn-action {
    justify-content: end;
}
/*.product-item:hover .background {*/
/*    transform: scale(1.05);*/
/*    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;*/
/*    transition: opacity 1s ease 0s, transform 1s ease 0s;*/
/*}*/
.item-view-category:nth-child(2n+2)>.row>div:first-child {
    order: 3;
}
.product-highlight .item-view-category .product-item .info .inner-content {
    width: 100%;
    padding: 12rem 1.5rem !important;
}
.product-item .description ul, .product-item .description ol {
    padding-left: 1.5rem;
}
.swiper-prev, .swiper-next {
    border-radius: 0 6px 6px 0;
    width: 2.6rem;
    height: 5rem;
    line-height: 5rem;
    background: #ebebeb;
    color: var(--color-main);
    opacity: 1;
}

.swiper-next  {
    right: 0;
    border-radius: 6px 0 0 6px;
}

.swiper-prev{
    left: 0;
}
.swiper-prev:hover, .productthumbs-section .swiper-next :hover{
    background: var(--color-highlight);
    color: white;
}
.gallery-thumbs .swiper-slide-active:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: var(--color-highlight);
    z-index: 1;
}
.gallery-thumbs .product-item .inner-image {
    cursor: pointer;
}
.swiper .swiper-slide {
    height:auto;
}
.btn-more:hover{
    color: var(--color-main) !important;
}

.brand-section {
    /* border-bottom: 1px solid #ebebeb; */
    /* border-right: 1px solid #ebebeb; */
}
.brand-section .item {
    border: 1px solid #ebebeb;
    /* border-bottom: none; */
    /* border-right: none; */
}
footer {
    background: #f6f6f6;
    padding-top: 3rem;
    position: relative;
    -webkit-box-shadow: 5px 0px 2px rgb(191 191 191);
    box-shadow: 5px 0px 2px rgb(191 191 191);
    z-index: 1;
}
.footer-menu-section ul li {
    margin-bottom: 0.8rem;
}
.img-pay img {
    height: 23px;
    object-fit: contain;
}
footer .logo-section {
    text-align: left !important;
}
.entire-info-website .image img {
    height: 4rem;
}
footer .entire-map {
    padding-top: 75%;
    margin-bottom: 3rem;
}
footer .title-footer{
    display: block !important;
    font-size: 14px;
}

.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);}
}
.contact-section .form-group {
    margin-bottom: 2rem;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.highlight-section .item img {
    width: 24px;
}
.highlight-section .promotion {
    margin-top: 4rem;
    border: 1px solid #D60003;
    position: relative;
    padding: 2.5rem 2rem 2rem 2rem;
}

.highlight-section .promotion .title{
    background-color: #D60003;
    position: absolute;
    top: -1.5rem;
    left: 2rem;
    width: auto;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
}

.product-list>.row {
    margin: 0;
}
.product-list>.row>div {
    border: 1px solid #ebebeb;
    margin: 0 -1px -1px 0;
    padding: 1.5rem;
}
.product-image-detail .inner-image {
    padding-top: 100%;
}
.product-content-detail .btn-cart-buy {
    width: calc(100% - 9.1rem);
}
.form-group {
    margin-bottom: 1.5rem;
}
.product-detail-footer .nav li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    height: 3px;
    content: "";
}
.product-detail-footer .nav li {
    padding: 0 2rem;
}

#productLongDescription {
  display: block;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
}
#productLongDescription {
  max-height: 200px;
}
.copy__inner {
  overflow: hidden;
}

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

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

.reveal + .more-less:after {
  border-top: none;
  border-bottom: 6px solid black;
}
.company-name{
    font-size: 13px;
}
.is-mobile .setting-menu-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.is-mobile .logo-section img {
    height: 5rem;
}
.is-mobile .btn-mini-cart.btn-action-header i {
    font-size: 2.3rem;
}
.is-mobile .search-section {
    padding: 0 !important;
}


@media (min-width: 768px) {
    .article-item .inner-content .info {
        min-height: 10rem;
    }
}
@media (min-width: 1200px) {
    .product-highlight .product-item .info .inner-content {
        padding: 15rem 1.5rem !important;
        max-width: 50rem;
    }
    .product-highlight .item-view-category .product-item .info .inner-content {
        width: 100%;
        padding: 12rem 1.5rem !important;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    header .container {
        max-width: 1850px;
    }
}

@media (max-width:992px) {
    .menutop-container .menu-section {
        position: inherit;
        background: transparent;
        box-shadow: none;
        width: 100%;
        transform: unset;
    }
    
    .menutop-container .menu-section > ul {
        border: none;
    }
    
    .menutop-container .menu-section > ul li {
        border: none;
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    
    .menutop-container .menu-section > ul > li > a {
        padding: 0 0px 0px 8px !important;
    }
    
    #nh-admin-bar {
        display: none;
    }
    .header-mid>.container>.row>div:last-child {
        justify-content: center;
        margin-top: 1.5rem;
    }
    .setting-menu {
        background: var(--light);
    }
    .setting-menu > .container > .row > div {
        justify-content: start;
    }
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo-section img {
        height: 5rem;
    }
    .btn-mini-cart.btn-action-header i {
        font-size: 2.3rem;
    }
    .search-section {
        padding: 0 !important;
    }
    
    .product-item .price-amount {
        display: block;
    }
    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }
}

@media (max-width:767px) {
    .productthumbs-section .product-item>.row {
        flex-direction: column-reverse;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .product-detail-footer .nav li {
        border-bottom: 1px solid #dee2e6 !important;
    }
    
    .product-detail-footer .nav {
        display: block;
        text-align: center;
        border: none !important;
    }
    
    .product-detail-footer .nav li a.active::before, .product-detail-footer .nav li a:hover::before {
        opacity: 0;
    }
    
    .product-detail-footer .nav li a {
        padding-top: 1rem;
    }

}

.bct-img img {
    width: 70%;
    height: auto;
    object-fit: contain;
}
@media (max-width:550px) {
    .bct-img img {
        width: 50%;
        height: auto;
        object-fit: contain;
    }
}

.is-mobile .product-noi-bat .product-item {
    min-height: 20vh;
}

.is-mobile .product-noi-bat .product-item .inner-content > * {
    display: block !important;
}

/*CSS by quyettq*/
@media(max-width: 400px) {
    .swiper-slide--tile {
        font-size: 3rem;
    }
}