.list-menu {
    padding: 8px 0px;
    border: 0px solid #ebecf0;
    border-radius: 5px 0px 0px 5px;
    height: 100%;
}

.list-product-card button {
    opacity: 0 !important;
}

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

.sale.sale-2 {
    height: auto;
    padding: 2px 10px;
    width: fit-content;
    border-radius: 0;
}

.product-box {
    position: relative;
}

.list-product-card:hover button {
    opacity: 1 !important;
}

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

.flash-sale-content .price .price {
    text-decoration: line-through;
    color: #838383;
    font-weight: 300;
}

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

.service {
    background: #f3f3f3;
}

.cart {
    float: right;
    display: inline-block;
    width: 85px;
    text-align: right;
    display: none;
}

.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: 410px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.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;
    animation: 4s ease-in-out 0s normal none infinite running fade-bg2;
}

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

.slideshow {
    /*! padding-left: 60px; */
}

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

.news-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.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;

}

.flash-sale-content-btn .btn-web {
    /*! margin-right: 10px; */
}

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

@keyframes fade-bg3 {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(6px, -6px);
    }

    62% {
        transform: translate(-6px, 6px);
    }

    75% {
        transform: translate(6px, -6px);
    }

    85% {
        transform: translate(0);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes fade-bg1 {
    0% {
        transform: translate(-6px);
    }

    12% {
        transform: translate(6px);
    }

    25% {
        transform: translate(-6px);
    }

    37% {
        transform: translate(0);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes fade-bg2 {
    0% {
        transform: translate(0);
    }

    25% {
        transform: translate(0, -6px);
    }

    37% {
        transform: translate(0, 6px);
    }

    50% {
        transform: translate(0, -6px);
    }

    60% {
        transform: translate(0);
    }

    100% {
        transform: translate(0);
    }
}

.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; */
    justify-content: center;
}

.flash-sale-content a h5 {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center !important;
    min-height: 35px;
}

.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; */
    text-align: center;
}

.active2 svg {
    fill: #f00;
}

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

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

.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%;
    padding-right: 20px;
    overflow: hidden;
    height: 41px;
}

h2.product-list__title {
    background-color: #c10013;
    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;
}

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 #c10013;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -30px;
}

.product-content .price span.price {
    text-decoration: line-through;
    font-size: 14px;
    color: #838383;
    font-weight: 400;
    padding-left: 5px;
}

.product-list-body {
    background-color: #f7f7f7;
    padding: 20px 20px 0px 20px;
}

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

.product-box {
    background-color: var(--bg-primary);
    padding: 5px;
}

.product-content {
    padding: 10px 5px 0;
    border-top: 1px solid #eee;
}

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

.product-content h3 {
    font-size: 15px;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center;
    min-height: 25px;
}

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

.product-content .price {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0;
    /* display: flex; */
    align-items: center;
    width: 100%;
    justify-content: center;
    min-height: 20px;
}

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

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

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

.product-img {
    overflow: hidden;
}

.product-img img {
    height: 200px;
    width: 100%;
    transition: transform 350ms ease-out;
}

.sp-yeuthich .image-sp img,
.flash-sale-box .flash-sale-img a img {
    transition: transform 350ms ease-out;
}

.flash-sale-box:hover .flash-sale-img a img,
.product-box:hover .product-img img,
.sp-yeuthich:hover .image-sp img {
    transform: scale(1.1);
}

.sp-yeuthich .image-sp,
.flash-sale-box .flash-sale-img {
    overflow: hidden;
}

.prd-img a img {
    height: auto;
    width: 100%;
    object-fit: fill;
}

.content-sp a h3 {
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #3c3c3c !important;
    text-align: center !important;
    min-height: 50px;
}

.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;
    min-height: 50px;
}

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

.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: #c10013;
}

.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 40px;
}

.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: 17px;
}

.banner-list .row {
    margin: 0px -7px;
}

.banner-list .clm {
    padding: 0px 7px;
}

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

.banner-small {
    height: 385px;
}

.banner-small-box {
    height: auto;
    margin-bottom: 12px;
}

.banner-small-box img {
    height: 129px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

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

.flash-sale {
    margin: 46px 0 0px;
    border-radius: 15px;
    padding: 40px 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: 710px;
    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 {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(156, 0, 0, 0.96);
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 42px;
    margin: 0 18px 0 0;
}

.deal-time-holder {
    display: flex;
    align-items: center;
    border-radius: 18px;
    box-shadow: 0 0 0 1px #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.59) 57.29%, rgba(255, 255, 255, 0.8) 96.87%);
    padding: 5px 14px;
}

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

.deal-time-holder b {
    background: linear-gradient(0deg, #c10013 0%, #c1001376 100%);
    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);
    }
}

.add-cart svg {
    height: 13px;
    fill: white;
}

.add-cart {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.add-cart a {
    height: 32px;
    width: 32px;
    background-color: #c10013;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.product-box:hover .add-cart {
    display: block;
}

.sp-yeuthich:hover .add-cart {
    display: block;
}

.footer-logo {
    margin-bottom: 20px;
}

.flex-1 {
    flex: 1;
}






.slideshow .item-tags ul {
    gap: 0px 10px;
}

@media(max-width:990px) {
    .banner-small {
        display: none !important;
    }
    

    .slideshow {
        overflow-x: scroll;
    }

    .slideshow .item-tags {
        /* position: unset; */
        /* overflow-x: scroll; */
    }

    .slideshow .item-tags ul {
        gap: 0px;
        width: 100%;
        max-width: max-content;
        min-width: max-content;
    }

    .item-tags ul li a {
        font-size: 14px;
    }
}


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

    .banner-small {
        height: auto;
        display: flex;
        margin: 0px -5px;
    }

    .banner-small-box {
        height: auto;
        margin-bottom: 12px;
        padding: 0px 5px;
        flex: 1;
    }
}

@media (max-width: 992px) {
    .flash-sale .group-title {
        display: block !important;
        margin: -60px auto auto;
        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;
    }
}

















@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) {
    .price-sp-noibat span.old-price {
        font-size: 20px;
    }

    .banner-list {
        padding-bottom: 10px;
    }

    .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) {
    .flash-sale-body {
        padding: 10px 5px;
    }

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

    .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;
        margin: 0 auto;
    }

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

    .deal-time-holder b {
        height: 29px;
        width: 29px;
    }

    .flash-sale .group-title {
        padding: 10px 25px;
    }
}


.ealuate-right-box a {
    display: block;
}

.ealuate-right-box a img {
    object-fit: fill;
}
.swal2-title {
    font-size: 25px!important;
}

.swal2-styled.swal2-confirm {
    font-size: 15px!important;
}

.swal2-styled.swal2-cancel {
    font-size: 15px !important; 
}