.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;
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}
.row>div {
    padding-right: 8px;
    padding-left: 8px;
}
.bg-main{
    background: var(--color-main) !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;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}
.rounded-8{
    border-radius: 0.8rem;
}
.rounded-10{
    border-radius: 1rem;
}
.rounded-24{
    border-radius: 2.4rem;
}
.rounded-topbottom-24{
    border-radius: 2.4rem 0 0 2.4rem;
}
.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 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:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}
.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: 5rem;
    height: 5rem;
    border-radius: 50%;
}
.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;
    border-radius: 30px
}

.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);
    border-radius: 30px
}

.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;
    border-radius: 5rem;
    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;
}
.toolbar{
    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);
}
.newsletter .invalid-feedback {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: left;
}
.info-contact .desc {
    max-width: 80rem;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 2rem;
}
.form-control {
    border: 1px solid #e1e1e1;
    border-radius: 2.4rem;
}
.breadcrumbs-section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 10rem 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 .setting-menu-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.is-mobile .search-mb {
    margin: 3.5rem 1.5rem 1.5rem !important;
}

.is-mobile .title-tab .effect-nav li a::after {
    bottom: -1.8rem;
}
.product-item:hover .product-action {
    opacity: 1;
    margin: 0 auto;
}
.bootstrap-select>.dropdown-toggle, .bootstrap-select .dropdown-menu {
    border-radius: 2.4rem !important;
}
.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;
}

@media (min-width:992px) {
    .testimonial-section {
        width: 80%;
        margin: 0 auto;
    }
}

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

@media (min-width:992px) {
    .menu-vertical {
        margin-top: -5rem;
    }
    .article .menu-vertical--content , .article_detail .menu-vertical--content , .product .menu-vertical--content {
        display: block !important;
        position: relative;
        margin-bottom: 3rem !important;
    }

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

@media (max-width:992px) {
    .toolbar{
        display: flex;
    }
    .setting-menu > .container > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-mb>.container>.row>div:first-child {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 33.333333%;
        max-width: 33.333333%;
    }
    .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: 49vh;
    }
    .newsletter .title {
        font-size: 2.8rem;
    }
    .sidebar-mini-cart .content-mini-cart .total-price .price-amount {
        font-size: 2.2rem;
    }
}
.list-category .img-category {
    background: #f6f6f6;
}
.list-category .img-category img {
    padding: 2rem;
}
.object-contain {
    object-fit: contain !important;
}
.box-flashsale {
    background: linear-gradient(to right, #dceef8, #dce9fa);
    padding: 15px;
    border-radius: 6px;
}
.box-flashsale .title-flashsale {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-flashsale .title-flashsale .title-section {
    font-size: 24px;
    margin: 0;
    display: flex;
    font-weight: 900;
    text-transform: uppercase;
    color: #ed1c24;
}
.box-flashsale .title-flashsale .title-section>span {
    margin-left: 6px;
    color: #ee7642;
}
.box-flashsale .title-flashsale .title-section svg {
    margin-left: 6px;
}
.box-flashsale .title-flashsale .countdown--item .countdown--number {
    font-size: 12px;
    color: #c33;
    font-weight: 500;
    background: #fff;
    width: 47px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-flashsale .title-flashsale .countdown--item .countdown--number > span:first-child {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
}
.box-flashsale .title-flashsale .countdown--item {
    padding-left: 5px;
    padding-right: 5px;
}
.box-flashsale .product-item .product-hover:before {
    background: #ffffff9c;
    box-shadow: none;
}
.highlight-section-top>.row>div:before {
    content: '';
    background: #dbdbdb;
    height: calc(100% + 3rem);
    width: 1px;
    left: 0;
    position: absolute;
    top: -1.5rem;
}
.highlight-section-top>.row>div:first-child:before {
    opacity: 0;
}
.highlight-section .item-highlight img {
    height: 40px;
    width: 45px;
    object-fit: scale-down;
}
.view-category .banner-cate {
    margin-bottom: 2rem;
    position: relative;
    padding-top: 24%;
}

.view-category .banner-cate>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.banner-section .item-banner .image {
    position: relative;
    padding-top: 20%;
}
.banner-section.banner-two .item-banner .image {
    position: relative;
    padding-top: 37%;
}
.banner-section.banner-three .item-banner .image {
    position: relative;
    padding-top: 42%;
}
.banner-section .item-banner .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-section .item .avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonial-section .item .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.product-item {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.product-item .inner-content {
    padding: 10px;
}
.box-flashsale .product-item {
    background: #fff;
}
.item-view-category.mb-5.pb-lg-5 {}

.view-category .item-view-category .title-child .item-child,
.view-category .item-view-category .title-child .view-all {
    background: #f3f4f6;
    color: #000;
    display: inline-block;
    padding: 5px 5px;
    margin-left: 10px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    font-size: 13px;
}
.view-category .item-view-category .title-child .item-child:hover,
.view-category .item-view-category .title-child .view-all:hover {
    background: var(--color-highlight);
    color: #fff;
}
.bg-breadcrums-category {
    background: #F1F1F1;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.categories-title-section .inner-title {
    font-size: 64px;
}
.categories-title-section .breadcrumb-category span {
    border-radius: 23px;
}
.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.categories-title-section .breadcrumb-category span a {
    color: #F4EEDC;
}
.pl-30 {
    padding-left: 30px !important;
}
.categories-title-section .breadcrumb-category span .title-name:before, .categories-title-section .breadcrumb-category span .title-cgr:before {
    position: absolute;
    left: 15px;
    content: '';
    width: 8px;
    height: 8px;
    background: #eb6500;
    border-radius: 50%;
    top: 8px;
}
.categories-title-section .breadcrumb-category span .title-name {
    color: #eb6500;
}
.choose-ours {
    background: #d70018;
}
.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.image-policy {
    flex: 0 0 15%;
    max-width: 20%;
}
.image-policy img {
    border-radius: 50%;
}
.color-white {
    color: #fff !important;
}
.mt-20 {
    margin-top: 20px !important;
}
@media (min-width: 992px) {
    .mb-lg-20 {
        margin-bottom: 20px !important;
    }
}
.list-category-product>.row>div {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 1200px) {
    .list-category-product>.row>div {
        flex: 0 0 120px !important;
        max-width: 120px !important;
    }
}
.list-category-product .item-category .img-category {
    padding-top: 110%;
    background: #404040;
}
.rti-abs-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.rti-abs-contain {
    object-fit: contain;
}
.list-category-product .item-category .img-category img {
    width: 75%;
    margin: 0 auto;
    padding: 15px 0;
}
.list-category-product .item-category .name-category {
    line-height: 1.1 !important;
}
.fs-10 {
    font-size: 10px !important;
}
@media (min-width: 768px) {
    .fs-md-13 {
        font-size: 13px !important;
    }
}
@media (min-width: 992px) {
    .fs-lg-14 {
        font-size: 14px !important;
    }
}
.list-category-product>.row>div:nth-child(2) .item-category .img-category {
    background: #C4B5FD;
}

.list-category-product>.row>div:nth-child(3) .item-category .img-category {
    background: #B5E0FD;
}

.list-category-product>.row>div:nth-child(4) .item-category .img-category {
    background: #FDBA74;
}

.list-category-product>.row>div:nth-child(5) .item-category .img-category {
    background: #94B9FF;
}

.list-category-product>.row>div:nth-child(6) .item-category .img-category {
    background: #6EE7B7;
}

.list-category-product>.row>div:nth-child(7) .item-category .img-category {
    background: #93C5FD;
}

.list-category-product>.row>div:nth-child(8) .item-category .img-category {
    background: #FDA4AF;
}

.list-category-product>.row>div:nth-child(9) .item-category .img-category {
    background: #F9A8D4;
}

.list-category-product>.row>div:nth-child(10) .item-category .img-category {
    background: #A5B4FC;
}
.list-category-product .name-category>a {
    color: #000;
}
.pt-15 {
    padding-top: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
@media (min-width: 992px) {
    .mr-lg-10 {
        margin-right: 10px !important;
    }
}
.itemby-priority-sort .content-sort>ul>li, .itemby-priority-sort .content-select-by>ul>li {
    list-style: none;
}
.pr-10 {
    padding-right: 10px !important;
}
.itemby-priority-sort .content-sort>ul>li>a, .itemby-priority-sort .content-select-by>ul>li>a, .itemby-priority-sort .content-select-by .category-filter > ul > li > a {
    font-size: 11.4px;
    padding: 5px 10px;
    display: inline-block;
    white-space: nowrap;
    color: #000;
    background: #eaeaea;
}
.p-15 {
    padding: 15px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.producr-detail-combined .title-section, .title-section-4 {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 0 !important;
    padding-left: 25px !important;
    position: relative;
    line-height: 1.4;
}
.title-section-4 {
    color: #d70018;
    font-weight: 700;
}
.producr-detail-combined .title-section:before, .title-section-4:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 11px;
    background: #d70018;
    border-radius: 4px;
}
.title-section-1 {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}
.filter-section {
    padding-left: 0;
    list-style: none;
}
.w-45 {
    flex: 0 0 45%;
    max-width: 45%;
}
.irs--flat .irs-to {
    left: initial !important;
    right: 0;
}
.filter-section {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.page-products .product-item .inner-image {
    padding: 10px 10px 0;
}
.page-products .product-item {
    background: #fff;
}
.content-filter {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.mb-20 {
    margin-bottom: 20px;
}
.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.product-content-detail .product-title-detail {
    color: #d70018;
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1.3;
    font-weight: 600;
}
@media (min-width: 768px) {
    .fs-md-24 {
        font-size: 24px !important;
    }
}
.product-image-detail {
    padding: 15px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.rounded-5 {
    border-radius: 5px;
}
@media (min-width: 992px) {
    .mb-lg-10 {
        margin-bottom: 10px !important;
    }
}
.swiper-thumbs .swiper-slide {
    border-color: #333;
    border-radius: 5px;
}
@media (min-width: 992px) {
    .mr-lg-25 {
        margin-right: 25px !important;
    }
}
.product-content-detail .product-rating .star-rating {
    margin-right: 15px;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.product-content-detail .entire-attribute .list-attribute .reset-attribute {
    border: 0;
    font-weight: normal;
}
.product-attribute-switch.image-switch .inner-product-attribute {
    width: 42px;
    margin: 0px 7px;
    text-align: center;
}
.product-attribute-switch.image-switch .inner-product-attribute:first-child {
    margin-left: 0;
}
.product-attribute-switch .inner-product-attribute.active {
    color: #d70018;
}
.product-attribute-switch .inner-product-attribute .img-avatar {
    width: 42px;
    height: 45px;
    border: 1px solid #8b8b8b;
    border-radius: 3px;
}
.product-attribute-switch .inner-product-attribute.active .img-avatar {
    border-color: #d70018;
}
.product-attribute-switch .inner-product-attribute .img-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mt-10 {
    margin-top: 10px;
}
.cart-drop-botoom .icon-card {
    display: flex;
    align-items: center;
    flex: 0 0 34px;
}
.cart-drop-botoom .icon-card>i {
    color: #d70018;
    font-size: 22px;
}
@media (min-width: 1200px) {
    .fs-xl-16 {
        font-size: 16px !important;
    }
}
.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.p-10 {
    padding: 10px !important;
}
.cart-drop-botoom .card-body {
    display: inline-block;
    width: 100%;
    background: #f8f9fa;
    border-radius: 4px;
}
.card .collapse.show {
    display: flex;
}
.producr-detail-combined .title-section, .title-section-4 {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 0 !important;
    padding-left: 25px !important;
    position: relative;
    line-height: 1.4;
    color: #d70018;
    font-weight: 700;
    text-transform: uppercase;
}
.note-light .note-content {
    line-height: 1.7;
}
.note-light .note-content>a {
    color: #000;
}
@media (min-width: 1200px) {
    .fs-xl-15 {
        font-size: 15px !important;
    }
}
.view-category .swiper {
    margin-left: -10px;
    margin-right: -10px;
}
.view-category .swiper .swiper-wrapper {
    padding: 10px;
}
.shadow-pr {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15)
}
.product-detail-footer .nav li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 15px;
    position: relative;
    border-radius: 2px;
}
.product-detail-footer .nav li a.active {
    background-color: #000;
    color: #fff;
}
.product-detail-footer .tab-content {
    margin-top: 2rem;
}
.table-content-section {
    margin-bottom: 30px;
}
.product-content .items-prduct-content {
    max-height: 490px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.load-more .btn-view-all, .load-more-config .btn-view-all-config {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 10px auto;
    cursor: pointer;
    border: 1px solid #d70018;
    text-align: center;
    position: relative;
    background-color: #d70018;
    width: 300px;
    padding: 8px;
}
.product-content.transform-active .btn-view-all, .btn-hide {
    display: none !important;
}
.thong-so-ky-thuat {
    overflow: hidden;
    max-height: 53rem;
}
.thong-so-ky-thuat table {
    width: 100%;
}
.thong-so-ky-thuat table tbody tr:nth-child(2n+1) {
    background: #f5f5f5;
}
.thong-so-ky-thuat table tbody tr td, .thong-so-ky-thuat table tbody tr th {
    font-weight: 400;
    padding: 9px 15px;
}
.btn-view-detail .btn-specifications {
    background: #d70018;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border-radius: 4px;
}
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (min-width: 1024px) {
    .h-lg-100 {
        height: 100% !important;
    }
}
#product_config_detail_show .title-config {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #d70018;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#product_config_detail_show button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}
#product_config_detail_show table {
    width: 100% !important;
    max-width: 100%;
    border: 0;
    margin-bottom: 15px;
}
#product_config_detail_show table tbody>tr:nth-child(2n +1) {
    background: #f8f8f8;
}
#product_config_detail_show table tbody>tr:nth-child(2n +2) {
    background: #e4e4e4;
}
#product_config_detail_show table tbody>tr>td {
    padding: 10px;
}
#product_config_detail_show .table-scroll {
    max-height: 80vh;
    overflow-y: auto;
}
.title-section-3 {
    font-size: 16px;
    color: #d70018;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.title-section-3:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 11px;
    background: #d70018;
    border-radius: 5px;
}
.overall-rating .rating-average .point-comment {
    font-size: 51px;
    color: #eb6500;
    font-weight: bold;
    line-height: 1.2;
}
.product-content.transform-active .items-prduct-content {
    max-height: 100%;
}
.product-content.transform-active .btn-view-all.btn-hide {
    display: inline-block !important;
}
.home-slider .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.bo-cong-thuong {
    margin: 3rem 0;
}

.bo-cong-thuong img.img-fluid {
    width: 18rem;
}
.article-detail a:hover {
    color: #ed1c24;
}

@media (max-width: 767px) {
    .highlight-section>.row>div:nth-child(2n+1):before {
        opacity: 0;
    }
    .highlight-section>.row>div:after {
        content: '';
        background: #dbdbdb;
        height: 1px;
        width: calc(100% + 1.5rem);
        left: 0;
        position: absolute;
        top: 0;
    }
    .highlight-section>.row>div:nth-child(1):after, .highlight-section>.row>div:nth-child(2):after {
        opacity: 0;
    }
    .highlight-section {
        padding: 0 !important;
    }
    .highlight-section>.row {
        align-items: unset !important;
    }
    .highlight-section .item-highlight {
        padding: 15px;
    }
    .box-flashsale .title-flashsale {
        flex-direction: column;
    }
    .view-category .item-view-category .title-child .item-child, .view-category .item-view-category .title-child .view-all {
        margin-left: 0;
        margin-right: 10px;
    }
    .bo-cong-thuong {
        margin: 1rem 0;
    }
}