.fs-11{
    font-size: 1.1rem !important;
}
.fs-12{
    font-size: 1.2rem !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-24{
    font-size: 2.4rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.fs-40{
    font-size: 4rem !important;
}
.bg-main{
    background: #8e949a !important;
}
.font-weight-500{
    font-weight: 500 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.text-underline{
    text-decoration: underline;
}

.color-red {
    color: red !important;
}
.shadow-1, .banner-1 .banner-section a{    
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
}
.hover-img{
    overflow: hidden;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.hover-img:hover img{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.btn-submit-1:hover {
    background-color: var(--color-highlight) !important;
    color: var(--white) !important;
}
.rounded-8{
    border-radius: 0.8rem;
}
.rounded-10{
    border-radius: 1rem;
}
.shadow-2{
    box-shadow: 2px 2px 20px rgb(0 0 0 / 9%);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.color-gray-bold{
    color: var(--gray-bold);
}

.object-cover {
    object-fit: cover !important;
}
.border {
    border: 1px solid #ebebeb !important;
}
.border-top {
    border-top: 1px solid #ebebeb !important;
}

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

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

.border-left {
    border-left: 1px solid #ebebeb !important;
}
.color-text{
    color: var(--color-text);
}






.header-top>.container>.row>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top a:hover{
    color: var(--color-highlight) !important;
}
.search-section .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-section:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setting-menu.fixed  .logo-section img {
    max-height: 6rem;
}
.input-group input::-webkit-input-placeholder,
.input-group textarea::-webkit-input-placeholder,
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
   color: var(--gray-bold);
}

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

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

.input-group input:-ms-input-placeholder,
.input-group textarea:-ms-input-placeholder,
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {  
   color: var(--gray-bold);
}
.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    background: var(--white);
    border-bottom: 1px solid var(--gray);
}
.items-number {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
}
.swiper-button-prev, .swiper-button-next {
    font-size: 2.2rem;
    background: var(--light);
    width: 4rem;
    height: 4rem;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-highlight) !important;
    color: white !important;
}
.swiper-slider-main .swiper-button-prev, .swiper-slider-main .swiper-button-next {
    opacity:0;
}
.swiper-slider-main:hover .swiper-button-prev, .swiper-slider-main:hover .swiper-button-next {
    opacity:1
}
.swiper-slider-main .swiper-slide .btn-submit:hover{
    color: white !important;
    background: var(--color-highlight) !important;
}
.swiper-slider-main .swiper-slide-active .title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}
.swiper-slider-main .swiper-slide-active .description {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}
.swiper-slider-main .swiper-slide-active .desc-short {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}


.swiper-slider-main .swiper-slide-active .btn-submit {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.list-category .item a:hover{
    color: var(--color-highlight) !important;
}

.banner-section .item-banner .btn-banner:hover{
    color: var(--color-main) !important;
}
.banner-section .item-banner .btn-banner:hover i {
    color: var(--color-main) !important;
}
.banner-section .item-banner .description {
    line-height: 1.2;
}
.product-item {
    position: relative;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.product-item .inner-image {
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-item:hover .inner-image img {
    transform: scale(1.1);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

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

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

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

.product-item:hover .product-hover:before {
    opacity: 1;
    pointer-events: all
}
.product-home .swiper-wrapper {
    margin: 2rem 0;
}

.cart-action .btn-product-action {
    display: inline-block;
    position: relative;
    color: var(--color-main);
    background: var(
    --light);
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
}
.cart-action .btn-product-action:hover {
    background: var(--color-highlight);
    color: white;
}
.banner-text-top .swiper-slide--wrap {
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: unset;
    top: 1rem;
}

.banner-text-top .swiper-slide--wrap>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-text-top .swiper-slide--wrap * {
    color: white !important;
}
.item-banner a img {
    transition: filter 0.3s ease;
}
.item-banner a:hover img {
    filter: brightness(0.8);
}
.item-banner a:hover {
    color: var(--color-main) !important;
}
.banner-btn-section .banner-section .btn-banner {
    background-color: var(--white);
    color: var(--color-main) !important;
    text-decoration: unset;
    display: inline-block;
    padding: 1.25rem 3rem;
}

.banner-btn-section .banner-section .btn-banner:hover {
    background: var(--color-highlight) !important;
    color: white !important;
}
.banner-btn-section .banner-section .btn-banner:hover i {
    color: white !important;
}

.project-section .post-date {
    display: none;
}
footer {
    margin-top:3rem;
}
.social-section li a {
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    background: var(--light);
    display: block;
    color: var(--color-main);
    text-align: center;
    border-radius: 50%;
}
.social-section li {
    padding-right: 1rem;
    display: inline-block;
}
.social-section li a:hover {
    color: var(--color-highlight);
}
.footer-menu-section ul  a:hover{
    color: var(--color-highlight) !important;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.float-contact {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 99;
}
.float-contact a {
    display: block;
    margin-bottom: 6px;
}
.float-contact a  span{
    background: #0091FF;
    border-radius: 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    display: inline-block;
    padding: 7px 20px;
}

.float-contact a:nth-child(2) span{
    background: #0866FF;
}
.float-contact a:nth-child(3) span{
    background: var(--color-main);
}
.info-contact .desc {
    max-width: 80rem;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 2rem;
}
.form-control {
    border: 1px solid #e1e1e1;
}
.breadcrumbs-section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 8rem 0;
}
.breadcrumbs-section-bg .breadcrumbs-section a, .breadcrumbs-section-bg .breadcrumbs-section span {
    color: white;
}
.description-product ul {
    padding-left: 2rem;
}

.description-product ul li {
    margin-bottom: 1rem;
}
.title-main h3 {
    font-size: 2rem;
}

.border-width-2{
    border-width: 2px !important;
}
.swiper .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";
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.product-detail-footer .tab-content h2 {
    font-size: 2rem;
}

.product-detail-footer .tab-content h3, .product-detail-footer .tab-content h4, .product-detail-footer .tab-content h5 {
    font-size: 1.6rem;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}

.is-mobile .search-mb {
    margin: 3.5rem 1.5rem 1.5rem !important;
}

.is-mobile .title-tab .effect-nav li a::after {
    bottom: -1.8rem;
}
.product-item:hover .product-action {
    opacity: 1;
    margin: 0 auto;
}
.language-section a img {
    width: 2.4rem;
    height: 1.6rem;
    object-fit: cover;
    margin-right: 1rem;
}
.toolbar__item #member-info img {
    margin: 0 !important;
}
.toolbar__item a.dropdown-item {
    padding: 0.5rem 1.5rem !important;
    display: block;
}

.toolbar__item a.dropdown-item i {
    color: var(--color-main);
    font-size: 1.4rem;
}
.swiper-slide a {
    pointer-events: auto;
}

.swiper-slide {
    pointer-events: none;
}

@media (max-width:1024px) {
    .menu-section > ul > li {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .logo-section img {
        max-height: 7rem;
    }
}

@media (max-width:992px) {
    .footer-mb>.container>.row>div:first-child {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .footer-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .search-mb {
        margin: 3.5rem 1.5rem 1.5rem !important;
    }
    .title-main h2 , .title-main h3 {
        font-size: 2.3rem;
    }
    
    #nh-admin-bar {
        display: none;
    }
    .acc-cart a i {
        font-size: 2.5rem !important;
        margin-bottom: 0 !important;
    }
    .acc-cart img{
        width:28px;
        height:28px
    }
    .banner-section .item-banner .description {
        font-size: 2.5rem !important;
    }
    .banner-btn-section .item-banner a img {
        height: 50vh !important;
    }
}

@media (max-width:768px) {
    .swiper-slider-main .swiper-slide--wrap {
        padding: 1rem 2rem;
    }
    
    .swiper-slider-main .title {
        font-size: 1.3rem !important;
    }
    
    .swiper-slider-main .description {
        font-size: 3rem !important;
        line-height: 1.2;
    }
    
    .swiper-slider-main .desc-short {
        font-size: 1.4rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .swiper-slider-main .swiper-slide img {
        height: 34vh;
    }
    .sidebar-mini-cart .content-mini-cart .total-price .price-amount {
        font-size: 2.2rem;
    }
    .title-section {
        font-size: 3rem;
    }
}




/*Button-Contact-Fixed*/
.contact-fixed {
    z-index: 999;
    right: 2rem;
    bottom: 7rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 1.1rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 2.2rem;
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: var(--color-highlight);
    border-radius: 50%;
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 2.2rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 24rem;
    position: absolute;
    bottom: 8rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -0.7rem;
    right: 2.5rem;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 0.8rem 2rem;
    width: 100%;
    color: var(--color-main);
    font-weight: bold;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    border-radius: 50%;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.box-border-product {
    border: 1px solid #d1d5db;
    border-radius: 12px;
}

.box-border-product .title-section {
    padding: 10px 15px;
    border-bottom: 1px solid #d1d5db;
}

.box-border-product .box-product {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.order-review .price-amount {
    font-weight: 600;
}

/*End-Button-Contact-Fixed*/

/*CSS by quyettq*/
.bg-gcn {
    background-color: var(--color-highlight);
}

.cndkdn_footer {
    font-size: 2.0rem;
    font-weight: normal;
}

.item-highlight i {
    width: 6rem;
    height: auto;
    font-size: 4rem;
    flex: none;
}

.contact-fixed__item .description {
    font-size: 12px;
}