.list-menu {
    padding: 8px 0px;
    border: 0px solid #ebecf0;
    border-radius: 5px 0px 0px 5px;
    height: 100%;
}
h3.title-template-news {
    margin-bottom: 20px;
}
.list-menu li {
    margin-bottom: 0;
    padding: 0px 15px;
}

.list-menu_icon {
    height: 29px;
    width: 29px;
    border-radius: 100px;
    border: 1px solid #a006;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.breadcrumbs.clearfix {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 10px 0px;
    margin-bottom: 10px;
}

ol.breadcrumb li a {
    font-size: 14px;
}

.breadcrumb {
    background-color: #ffffff;
    padding: unset;
}
.service {
    background: #f3f3f3;
}


.list-menu_icon img {
    border-radius: 100%;
    height: 17px;
}

.list-menu-sale .list-menu_icon {
    border: 0px solid var(--bg-body);
}

.list-menu-sale .list-menu_icon img {
    border-radius: unset;
    height: auto;
    width: 22px;
}

.list-menu li a {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.slideshow__img img {
    height: 450px;
    border-radius: 15px;
}

.service-box {
    padding: 20px;
    overflow: hidden;
    /*! background: linear-gradient(24deg, rgba(239, 239, 239, 1) 68%, rgba(255, 255, 255, 1) 93%); */
}

.service-icon img {
    height: auto;
    width: 125px;
    margin-right: 0;
}

.service-content h5 {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

.service-content .desc {
    padding: 0;
    font-size: 14px;
}

.service-box {
    width: 100%;
    /*! background: #fff; */
    /*! margin-bottom: 20px; */
    border-radius: 5px;
}

.service-box1::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 156px solid transparent;
    border-left: 556px solid #fff;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    left: 0;
}

.service .clm {
    display: flex;
    justify-content: center;
}

.flash-sale-body {
    background-color: var(--bg-body);
    padding: 45px 25px;
    background: rgb(0, 87, 0);
    background: linear-gradient(0deg, rgba(0, 87, 0, 1) 0%, rgba(55, 142, 0, 1) 100%);
    background: #c10013;
    margin-top: -34px;
    border-radius: 10px;
    padding-bottom: 20px;
}

.flash-sale-box {
    background-color: white;
    padding: 15px 10px 15px 10px;
}

.btn-web--primary {
    background-color: #c10013;
    border: 1px solid #c10013;
    color: white;
}

.btn-web {
    padding: 3px 5px;
    font-weight: 400;
    font-size: 14px;

}

.btn-orange {
    display: inline-block;
    background-color: #d99645; 
    color: white;
    padding: 10px 20px;
    border-radius: 6px; 
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #d99645; 
}
.btn-orange-parent {
    text-align: center;
    margin-bottom: 10px;
}

.transpi__list-item.style-2 ul li strong {
    font-weight: 500;
}
.flash-sale-content-btn .btn-web {
    margin-right: 10px;
}

.btn-web svg {
    height: 17px;
    fill: rgb(0, 0, 0);
    margin-right: 10px;
}

.btn-web--primary svg {
    fill: rgb(255, 255, 255);
}

.btn-web--second {
    background-color: #f6831f00;
    border: 1px solid #bbb;
}

.flash-sale-content-btn {
    /* right: 20px; */
    /* bottom: 20px; */
}

.flash-sale-content a h5 {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    overflow: hidden;
}

.flash-sale-content .desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
    overflow: hidden;
}

.price {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    /* display: inline-block; */
}

.price span {
    font-size: 15px;
    font-weight: 600;
    color: #c10013;
}

.flash-sale-img a img {
    width: 100%;
    object-fit: cover;
}

.flash-sale-box .sale {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: #c10013;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100%;
    font-size: 12px;
}

.product-list-head {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 41px;
    border-bottom: 1px solid #06515a70;
    margin-bottom: 20px;
}

.prd-img a,
.prd-img a img{
    display: block;
    height: 100% !important;
}
h2.product-list__title {
    background-color: #055c00;
    min-width: 215px;
    position: relative;
    padding: 10px 20px 9px 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    background: linear-gradient(297deg, rgb(67, 183, 127) 0%, #06515a 60%);
}

h2.product-list__title a {
    color: white;
}

h2.product-list__title::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 47px solid transparent;
    border-left: 30px solid #3dad7b;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -30px;
}

.product-list-body {

}

.product-list-body .clm {
    margin-bottom: 20px;
}

.product-box {
    background-color: var(--bg-primary);
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.49), 0 1px 11px rgba(0, 0, 0, 0.03);
    /*! padding: 7px; */
    border-radius: 5px;
    z-index: 1;
}

.product-content {
    padding: 10px 5px;
    border-top: 1px solid #eee;
    background: linear-gradient(297deg, rgb(67, 183, 127) 0%, #09646f 60%);
    border-radius: 0px 0px 5px 5px;
}

.product-content .btn-web--primary {
    background-color: #055c00;
    border: 1px solid #055c00;
    color: white;
    margin-right: 10px;
}

.product-content h3 {
    font-size: 15px;
    font-weight: bold;
    color: #3c3c3c;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 5px;
    margin-top: 0px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*! height: 40px; */
    overflow: hidden;
}

.product-content .price {
    margin: 5px 0px 0px 0px;
}

.product-content .price {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-content .price span {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 5px;
}

.product:nth-child(2n+1) .prd-content {
    order: 2;
}

.product:nth-child(2n+1) .prd-img {
    order: 1;
}

.prd-img a img {
    height: 96.7% !important;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.49), 0 1px 11px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    margin-bottom: 20px;
}


.news {
    background-color: #f7f7f7;
    margin-top: 25px;
}

.new-body {
    background-color: white;
    padding: 20px;
}

.news-content {
    padding-top: 10px;
}

.news-content ul li svg {
    height: 11px;
    fill: #ccc;
    margin-right: 5px;
}

.news-content ul li {
    margin-right: 15px;
}

.news-content ul li a {
    color: #ccc;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.news__title {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
section.slideshow.slideshow-desktop {
    padding-top: 15px;
}
.news-content .desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.new-body .slide-4-1 {
    margin: 0px -10px
}

.news .product-list-head ul {
    padding-left: 35px;
    display: flex;
}
.slideshow-list img {
    height: 220px !important;
    width: 100%;
}

.slideshow__img.animation-img {
    margin-bottom: 10px;
    border-radius: 10px;
}
.news .product-list-head ul li a {
    color: #353535;
    font-size: 16px;
    padding: 0px 15px;
}

.news .product-list-head ul li:nth-child(1) a {
    border-right: 1px solid black
}

.news-img img {
    height: 169px;
    width: 100%;
}

.ealuate-right {
    grid-template-rows: repeat(2, 185px);
}

.ealuate-right-box:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}

.ealuate-right-box:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
}

.ealuate-right-box:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
}

.ealuate-right-box:nth-child(1),
.ealuate-right-box:nth-child(2) {
    margin-right: 20px;
}

.ealuate-right-box:nth-child(1) {
    margin-bottom: 20px;
}

.ealuate-left {
    background-color: #055c00;
}

.ealuate-left h3 {
    background: linear-gradient(0deg, rgba(223, 223, 223, 1) 57%, rgba(255, 255, 255, 1) 93%);
    width: fit-content;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    padding: 13px 25px;
    border-radius: 0px 0px 12px 12px;
}

.comma svg {
    height: 30px;
    fill: white;
}

.comma-right svg {
    transform: rotate(180deg);
}

.ealuate-left-box {
    padding: 40px 40px 10px;
}

.ealuate-left-box .desc {
    padding: 20px 50px;
}

.ealuate-left-box .desc p {
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
}

.comma-right {
    display: flex;
    align-items: end;
}

.ealuate-customer__img img {
    margin-right: 15px;
    height: 85px;
    width: 85px;
    border: 2px solid white;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.ealuate-customer__content {
    line-height: 1.0;
}

.ealuate-customer__content h5 {
    color: #fff;
    font-size: 18px;
}

.ealuate-customer__content span {
    font-size: 14px;
    color: #fff;
}

.ealuate-customer {
    padding: 0px 70px;
}

.submenu {
    z-index: 1;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 3px;
    border-radius: 5px;
    padding: 15px 5px;
    display: none;
}

.list-menu li:hover .submenu {
    display: flex;
    flex-wrap: wrap;
}

.submenu li {
    margin-bottom: 0;
    break-inside: avoid;
    min-width: 25%;

}

.submenu li ul li {
    min-width: 100%;
}

.submenu li a {
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0px;
}

.submenu li ul li {
    padding: 0px 10px;
}

.submenu li ul li a {
    color: rgb(64, 64, 64);
    font-size: 13px;
    font-weight: 300;
    display: block;
    padding: 3px 0px;
}

.banner-list {
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 0px;
}

.banner-list.fixed2 {
    /* position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 10;
  top: 47px;
  display: none;
  padding: 0; */
}

.list-menu.active {
    display: block;
}

/* .banner-list.fixed2 .slideshow{
    display: none;

} */
.banner-list.fixed2 .list-menu-sale ul {
    display: block;
}

.banner-list.fixed2 .list-menu {
    min-height: 400px;
}

.service-content {
    padding-left: 10px;
}

.flash-sale {
    /* margin: 46px 0 0px; */
    border-radius: 15px;
    padding: 20px 0px 20px;
    position: relative;
}

.flash-sale .group-title {
    background-image: url(../images/home-deal-bg.png);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    width: 638px;
    margin: 0 auto;
    margin: -69px auto auto;
    position: relative;
}

.flash-sale .group-title img {
    height: 42px;
    width: auto;
    transition: transform 0.8s ease;
    animation: shake 0.8s ease-in-out 0.7s infinite;
    margin-right: 10px;
}

.flash-sale .group-title p {
}

.deal-time-holder {
    display: flex;
    align-items: center;
    border-radius: 18px;
    padding: 5px 14px;
}

.deal-time-holder span {
    font-size: 15px;
}

.deal-time-holder b {
    background: linear-gradient(297deg, rgb(67, 183, 127) 0%, #06515a 60%);
    height: 35px;
    width: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 5px;
    position: relative;
    margin-left: 6px;
    font-size: 13px;
}

.deal-time-holder b:not(:last-child):after {
    content: ':';
    position: absolute;
    right: -8px;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.deal-hot-body {
    background: linear-gradient(270deg, #00A551 0%, #8EB958 102.33%);
    margin: 46px 0 16px;
    border-radius: 15px;
    padding: 40px 16px 20px;
    position: relative;
}

@keyframes shake {

    0%,
    100% {
        transform: scale(1) translateX(0);
    }

    25%,
    75% {
        transform: scale(1.2) rotate(5deg);
    }

    50% {
        transform: scale(1.2) rotate(-5deg);
    }
}

.slideshow .slick-dots {
    display: block !important;
    bottom: 10px;
}

.slideshow .slick-dots li {
    width: 10px;
    height: 10px;
}


.slideshow .slick-dots li button:before {
    content: "";
}

.slideshow .slick-dots li.slick-active button {
    background: #f99d1b;
    border-radius: 100%;
    width: 13px;
    height: 13px;
}

.slideshow .slick-dots li {
    margin-left: 10px;
}

.slideshow .slick-dots li button {
    background-color: #f1f1f1;
    border-radius: 50%;
    /* border: 2px solid #cdcdcd; */
    width: 13px;
    height: 13px;
}


.slideshow .slide-1 {
    /* margin-bottom: 17px; */
    padding-bottom: 5px;
}



.flash-sale .slick-dots {
    display: block !important;
    bottom: -32px;
}

.flash-sale .slick-dots li button:before {
    content: "";
}

.flash-sale .slick-dots li {
    width: 13px;
    height: 13px;
    background: #f1f1f1;
    border-radius: 100%;
}

.flash-sale .slick-dots li.slick-active {
    background: #f99d1b;
}

.content-sp a h3 {
    font-size: 15px !important;
    font-weight: bold;
    color: #3c3c3c !important;
}

.sp-yeuthich {
    border: 1px solid #eee;
    border-radius: 5px;
    padding-bottom: 5px;
}

.box-cart-prices {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.sp-yeuthich .content-sp {
    padding: 5px 10px;
}

.sp-yeuthich .new-price {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 5px;
}

.sp-yeuthich span.old-price {
    font-size: 14px;
}

.sp-yeuthich .cart {
    width: 50px;
}

.sp-yeuthich .content-sp .box-price .new-price {
    display: flex;
    font-size: 15px;
    align-items: center;
    padding-bottom: 0px;
    padding-left: 0px;
}

.sp-yeuthich .content-sp .box-price .new-price p {
    padding-bottom: 0px;
    padding-right: 5px;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 500;
}

.sp-yeuthich .image-sp {
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
}

.page-item.active .page-link {
    padding-bottom: 5px;
}

.page-item.disabled .page-link {
    padding-bottom: 5px;
}

.sp-yeuthich .content-sp a h3 {
    text-align: left;
}

.box-cart-prices .box-price {
    display: flex;
    align-items: center;
}

.sp-yeuthich .content-sp .box-price .old-price {
    padding-bottom: 0px;
}


.title__top h1 {
    color: #06515a;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900 !important;
    background: linear-gradient(to bottom, #06515a, #4f9f61c4);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
}


@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
    .slideshow {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .flash-sale .group-title {
        display: block !important;
        margin: 0 auto !important;
        background-size: 100% 100%;
        width: fit-content;
        padding: 10px 40px;
    }

    .deal-time-holder {
        margin: 0 auto;
        width: fit-content
    }

    .flash-sale .group-title .d-flex {
        justify-content: center;
        margin-bottom: 10px;
    }

    .flash-sale .group-title p {
        font-size: 30px;
    }

    .flash-sale-body {
        padding: 75px 5px 10px 5px !important;
        margin-top: -61px;
    }
    .container-question-customer .clm:first-child{
        margin-bottom: 20px !important;
    }
    ul.form-lich li {
        width: calc(100% / 2);
      }
}
@media (max-width: 586px) {

}
@media (max-width: 486px) {
    .product-content .star, .product-content .view{
        width: 100%;
    }
    .product-content .price{
   display: block !important;
    text-align: center;
    margin: 0 auto;
            }
    .deal-time-holder b {
        height: 27px;
        width: 27px;
    }
    .flash-sale .group-title img {
        height: 25px;
        margin-right: 5px;
    }
    .flash-sale .group-title p {
        font-size: 20px;
        margin: 0 0px 0 0;
      }
      .flash-sale .group-title .d-flex {
        justify-content: left;
        margin-bottom: 5px;
        flex: 1;
      }
      .flash-sale .group-title {
        display: flex !important;
        margin: 0 auto;
    background-size: 100% 100%;
    width: 100%;
    padding: 6px 25px;
  }
      .deal-time-holder{
        border-radius: 5px;
        padding: 5px 5px 5px 0px;
      }
      .flash-sale-body {
        padding: 49px 5px 10px 5px !important;
        margin-top: -36px;
      }
      ul.form-lich li {
        width: calc(100% / 1);
      }
    }
















@media (max-width: 992px) {
    .service-box {
        padding: 20px 10px;
        margin-bottom: 0;
    }

    .product:nth-child(2n+1) .prd-content {
        order: unset;
    }

    .flash-sale-body {
        padding: 20px;
    }

    .product-list-body {
        padding: 20px;
        margin-bottom: 20px;
    }

    .btn-web {
        padding: 3px 5px;
    }

    .product-content {
        padding: 10px 5px;
    }

    .product-list-head ul {
        display: none !important;
    }

    .ealuate-right-box:nth-child(1) {
        margin-bottom: 15px;
    }

    .ealuate-right-box:nth-child(1),
    .ealuate-right-box:nth-child(2) {
        margin-right: 15px;
    }

    .ealuate-right {
        grid-template-rows: repeat(2, 250px);
        margin-top: 15px;
    }

    .service-icon img {
        height: 65px;
        margin-right: 15px;
        width: unset;
    }

    .service-content {
        flex: 1;
    }

    .service-content h5 {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .service .clm {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .slideshow__img img {
        height: unset;
    }

    .flash-sale-body {
        padding: 15px;
    }

    .product-list-body {
        padding: 15px;
    }

    .flash-sale-content-btn {
        right: 10px;
        bottom: 8px;
    }

    .prd-img a img {
        height: unset;
    }

    .product-content {
        padding: 5px;
    }

    .ealuate-left-box {
        padding: 15px;
    }

    .ealuate-left-box .desc {
        padding: 20px 15px;
    }

    .ealuate-right-box:nth-child(1) {
        margin-bottom: 7px;
    }

    .ealuate-right-box:nth-child(1),
    .ealuate-right-box:nth-child(2) {
        margin-right: 7px;
    }

    .ealuate-customer {
        padding: 0px 20px;
    }

    .ealuate-right {
        grid-template-rows: repeat(2, 180px);
        margin-top: 7px;
    }
}


@media (max-width: 586px) {
    section.banner-list.pd-section-top.pd-section-bottom {
        padding-bottom: 0px;
    }

    .flash-sale-body {
        padding: 10px 5px;
    }

    .flash-sale-box {
        display: block !important;
        padding: 5px;
    }

    .flash-sale-content-btn {
        margin-top: 10px;
        position: relative;
    }

    .flash-sale-img a img {
        /*! width: 68%; */
        /*! margin: 0 auto; */
        margin-bottom: 10px;
    }

    .product-list-body {
        padding: 10px 5px;
    }

    .btn-web {
        font-size: 12px;
    }

    .btn-web svg {
        height: 12px;
    }

    .flash-sale-content {
        text-align: center;
    }

    .flash-sale-content-btn {
        justify-content: center;
    }

    .flash-sale-content-btn .btn-web {
        font-size: 14px;
    }
}

.list-category-prd {
    padding-top: 10px;
    display: none;
}

.list-category-prd-body {
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-stop: always;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 15px;
    overflow-x: auto;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 4px 5px 4px;
    border-radius: 8px;
}

.list-category-prd-body .clm {
    scroll-snap-align: start;
}

.category-prd__img {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    border-radius: 50%;
    box-shadow: rgba(134, 134, 134, 0.2) 0px 1px 7px 0px;
    margin: 0 auto
}

.category-prd__img img {
    height: 21px;
}

.category-prd-box {
    margin-bottom: 10px;
    height: 80px;
}

.category-prd-box a {
    text-align: center;
    display: block;
    font-size: 13.2px;
    color: #242424;
    line-height: 1.4;
}

.category-prd__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
    overflow: hidden;
    padding: 0px 12px;
}
.product-img img{
    width: 100%;
    aspect-ratio: 1/.7;
}
.content-sp-noibat ul li{
    list-style: disc !important;
  margin-left: 14px;
}




.box-slider-product-details-left {
    width: 150px;
}

.slider-secon-right-products {
    width: calc(100% - 160px);
}

.slider-products-left {
    display: flex;
    justify-content: space-between;
	background: white;
}

.item-slicks-left {
    margin-bottom: 10px;
}

.item-slicks-left img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.wrap-content-main.wrap-template-product-detail.template-detail {
    padding-top: 20px;
    padding-bottom: 20px;
      background: unset;
}

.item-slider-right-details img {
    border-radius: 10px;
}
.item-slider-right-details img {
    height: 100%;
}















.box-models-content-detail-border {
    padding: 17px;
    border: 2px solid rgb(170 170 170 / 30%);
    border-radius: 8px;
    margin-top: 15px;
    background: #fff;
}
.box-btn-details-liper {
    display: flex;
    align-items: center;
    width: 100%;
}
.promotion_wrapper {
    border: #e11b1e solid 1px;
    border-radius: 4px;
    padding: 10px 0 0;
    position: relative;
    overflow: visible;
    margin: 20px 0;
    float: left;
    width: 100%;
    margin-top: 45px;
    background: #fff;
}
.btn-plus {
    display: inline-flex;
    border: 1px solid #cdcdcd;
    width: 17%;
    justify-content: space-between;
    margin-top: 0px;
    border-radius: 7px;
    overflow: hidden;
    /* margin-right: 15px; */
}
.btn-plus input {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    width: 50px !important;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0px 0px 0px 0;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    transition: none;
    -webkit-transition: none;
}
.qty-adjust a {
    color: rgba(0, 0, 0, 0.4);
    border-radius: 0 5px 0 0;
    background-clip: padding-box;
    background-color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}
.qty-adjust svg {
    color: rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    background-color: #e2e2e2;
    display: block;
    width: 30px;
    height: 23px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}
.qty-adjust a {
    color: rgba(0, 0, 0, 0.4);
    border-radius: 0 5px 0 0;
    background-clip: padding-box;
    background-color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}
.qty-adjust svg {
    color: rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    background-color: #e2e2e2;
    display: block;
    width: 30px;
    height: 23px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}
button.single_add_to_cart_button {
    display: block;
}

button.single_add_to_cart_button {
    color: #fff;
    vertical-align: middle;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 5px;
    /* height: 48px; */
    /* line-height: 48px; */
    border: none;
    text-align: center;
    box-shadow: none;
    text-shadow: none;
    border-radius: 5px;
    background: #f00;
    font-size: 15px;
    width: 47%;
    margin-left: 20px;
}
button.single_add_to_cart_button a {
    color: #fff;
}
button.single_add_to_cart_button span {
    font-size: 12px;
    display: block !important;
    text-transform: math-auto;
    font-weight: 400;
}
.promotion_wrapper b {
    background: #e11b1e;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -13px;
    left: 10px;
    vertical-align: middle;
    line-height: 26px;
    clear: both;
    padding: 0 15px;
    text-transform: uppercase;
}
.promotion_wrapper .khuyenmai-info {
    padding: 10px 10px 0;
}
.promotion_wrapper .pack-detail {
    margin-bottom: 5px;
    position: relative;
}
.promotion_wrapper .el-promotion-pack {
    padding: 0 15px;
}
.promotion_wrapper .el-promotion-pack li {
    list-style-type: disc;
    color: #e11b1e;
}


.price-products-tion {
    padding-bottom: 20px;
    padding-top: 10px;
}
.price-products-tion span {
    padding-right: 10px;
}

.price-products-tion span {
    font-size: 25px;
    font-weight: 600;
    color: #cc2020;
    line-height: 25px;
}
.price-products-tion s {
    color: #9f9f9f;
    font-size: 20px;
    font-weight: 500;
    margin-left: 8px;
}


.title-detail-right h3 {
    font-size: 28px;
    line-height: 40px;
    display: block;
    margin: 10px 0 10px 0;
    color: #000;
    font-weight: 500;
}


.slider-secon-right-products img {
    height: 620px;
}






.box-tabs-detailss {
    border-bottom: 1px solid #d9d4d459;
    margin-bottom: 20px;
}
section.tabs-products-details {
    padding-top: 20px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
}
.box-tabs-detailss .tablinks.active {
    border: none;
    border-radius: unset;
    border-bottom: 2px solid #293e2c;
    font-size: 17px;
    text-transform: uppercase;
    color: #293e2c;
    font-weight: 500;
    margin: unset;
}

.box-tabs-detailss .tablinks {
    border: none;
    border-radius: unset;
    background: none;
    font-weight: 500;
    color: #6f6f6f;
    text-transform: uppercase;
    padding: unset !important;
    margin: 0px;
    margin-right: 30px !important;
}
.tablinks {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 17px;
    /* width: 100%; */
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.2s ease;
    color: #2d2d2d;
    background-color: transparent;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid #dee2e6;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    padding: 5px 15px 3px 15px;
    border-radius: 20px;
    background-color: #fbfbfb;
    margin: 0px 5px;
}

.box-tabs-detailss .tablinks:focus {
    outline: none;
}

.tabcontent.active {
    display: block;
}

.tabcontent.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    height: auto;
}
.tabcontent {
    display: none;
}

.tabcontent {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    height: 0;
}



.wrap-content-main.wrap-template-contact.template-detail {
    background: #f3f5f6;
    padding-top: 30px;
}

a.navi-link {
    transition: color .3s;
    color: #505050;
    font-size: 14px;
}

section.widget.widget-featured-posts.card.rounded.p-4 {
    border: none;
}

.social-button.shape-circle {
    border-radius: 50%;
}

.social-button.shape-circle, .social-button.shape-rounded, .social-button.shape-square {
    width: 36px;
    height: 36px;
    margin-right: 8px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    text-align: center;
}
.social-button {
    display: inline-block;
    margin-top: 5px;
    margin-right: 18px;
    margin-bottom: 5px;
    transition: color .3s;
    color: #505050;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
}
.list-icon>li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 22px;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.list-icon>li>i {
    display: block;
    position: absolute;
    left: 0;
    line-height: inherit;
    font-size: 17px;
}

.contacts .widget {
    margin-bottom: 25px;
}
















.contact-form-box {
    padding: 30px 15px 30px;
    border:none;
}

.contact-form-box h2{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
}

.contact-form-box .form-group label{
    margin-bottom: 8px;
    padding-left: 1px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.btn-contacts {
    background: #d99645;
    padding: 9px 22px;
    border-radius: 6px;
    font-size: 15px;
}



span.a-vendor {
    color: #bf953f;
}

.inventory_quantity {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}

.model-content-center-details {
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    border: 1px dotted #ccc;
    padding: 20px;
}

.model-content-center-details > p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    color: #333;
    font-size: 16px;
}

.model-content-center-details ul li {
    font-size: 15px;
    list-style: disc !important;
}

.model-content-center-details ul {
    margin-top: 15px;
}


.btn-hethong svg {
    width: 22px;
    height: 22px;
    vertical-align: -5px;
}

.btn-hethong {
    margin: auto;
    font-weight: 500;
    color: #72a834;
    line-height: 1;
}

.layout-product .flex-quantity {
    display: block;
    font-size: 14px;
}
.layout-product .custom-btn-number {
    display: inline-block;
    margin-right: 10px;
}
.layout-product .custom-btn-number label {
    margin: 0;
    font-weight: 500;
    display: block !important;
    margin-bottom: 5px;
}
.layout-product .input_number_product {
    width: auto;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    display: inline-flex;
}
.layout-product .input_number_product .btn_num.num_1 {
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.layout-product .input_number_product .btn_num {
    font-size: 20px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layout-product .input_number_product input {
    display: block;
    color: #333;
    text-align: center;
    box-shadow: none;
    background: #fff;
    margin: 0;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    width: 60px;
    padding: 0;
    border: none;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}
.layout-product .input_number_product .btn_num.num_2 {
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.layout-product .button_actions {
    display: inline-block;
    width: calc(100% - 155px);
}
.layout-product .button_actions .btn {
    background: #a97a31;
    color: #fff;
    padding: 0px 15px;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    width: auto;
}
.layout-product .button_actions .btn svg {
    margin-bottom: 8px;
}
.layout-product .button_actions .btn svg path {
    fill: #fff;
}
.layout-product .button_actions .btn-buyNow {
    background: linear-gradient(to right,#b2d18f), #8cc7a8;
    font-weight: 500;
    margin-left: 10px;
    width: 130px;
}


span.label_product {
    color: #fff;
    position: relative;
    background: #72a834;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 12px;
    min-width: 35px;
    margin-left: 15px;
}

span.label_product:before {
    border-right: 5px solid #72a834;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(0%, -50%);
}





@media (max-width: 992px) {
  .slider-item {
    margin-bottom: 10px;
}
  .wrap-content-main.wrap-template-product.template-detail table tr td {
    width: 100% !important;
    display: block !important;
}
    .box-tabs-detailss .tablinks {
        width: 100%;
        max-width: fit-content;
        min-width: max-content;
    }

    .box-tabs-detailss {
        display: flex;
        overflow-x: scroll;
    }
    section.service-section .clm {
        margin-bottom: 10px !important;
    }
    .slideshow__img.animation-img {
        width: 49%;
    }

    .slideshow-list{
        display: flex;
        justify-content: space-between;
        display: none;
    }
    .list-category-prd {
        display: block;
    }
}

@media (max-width: 786px) {


    .slideshow-list img {
        height: 110px !important;
        width: 100%;
    }
    .slideshow .slide-1 {
        /* margin-bottom: 5px !important; */
        padding-bottom: 0px;
    }
    .category-prd__text {
        padding: 0px 5px;
    }

    .category-prd-box a {
        font-size: 11px;
    }

    .category-prd__img {
        height: 45px;
        width: 45px;
    }

    .list-category-prd .clm {
        padding-inline: 0px;
    }

    .list-category-prd .row {
        margin-inline: 0px;
    }

    .flash-sale {
        padding: 24px 0px 20px;
    }
}
@media (max-width: 586px) {
    button.single_add_to_cart_button {
        width: 60%;
    }

    .btn-plus {
        width: 21%;
    }
    .item-slicks-left img {
        height: 120px;
    }

    .item-slicks-left {
        padding: 5px;
    }
    .slider-secon-right-products img {
        height: unset;
        width: 100%;
    }
    .box-slider-product-details-left {
        width: 100%;
        order: 1;
    }

    .slider-secon-right-products {
        width: 100%;
    }

    .slider-products-left {
        display: flex;
        flex-wrap: wrap;
    }

  .product-box .product-item{
      display: flex;
  }
   .product-box .product-img{
 width: 154px;
    margin-right: 10px;
   }
    .product-box .product-img img{
       width: 100%;
  aspect-ratio: unset;
  border-radius: 5px;
    }
     .product-box .product-content{
         flex: 1;
     }
     .product-content a h3{
         color: rgb(0, 0, 0);
         text-align: left;
         min-height: unset;
     }
       .product-content .price {
    display: block !important;
    text-align: left;
    margin: unset;
       }
       .product-content .view {
  width: 100%;
  text-align: left;
  color: #666;
       }
       .product-content {
  display: block;
       }
       .product-content {
  background: unset;
       }
       .product-box {
box-shadow: unset;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
    border-radius: 0px;
       }
       .product-content {
  border-top: 0px;
       }
       .price-new {
  color: #D00000 !important;
}
.product-list-body .clm {
  margin-bottom: unset;
}
}
