:root {    
    --main-border-radius: 8px;
    --white: #ffffff;
    --body: #1B2C51;
    --heading: #1B2C51;
    --mainColor: #004fea;
    --mainColorSumary: #8D8E92;
    --oldColor: #ffc700;
    --priceColor: #ff0000;
    --middleHeaderColor: #ffffff;
    --middleHeaderTextColor: #000000;
    --topBarColor: #ffc700;
    --topBarTextColor: #000000;
    --oldColor: #ffc700;
    --backgroundlight: #EFF5FF;
    --backgroundColorFooter: #1B2C51;
    --backgroundColorReview: #152755;
    --oldColorReview: #ffc700;
    --backgroundColorFlashSale: #152755;
    --oldColorFlashSale: #000f36;
    --oldColorFlashSale2: #fcdb10;
    --oldColorFlashSale3: #152755;
    --backgroundColorService: #152755;
    --backgroundColorItemVoucher: #305a9b
    --color-cerulean-blue-50: #edf7ff;
    --color-cerulean-blue-100: #d7ebff;
    --color-cerulean-blue-200: #b8deff;
    --color-cerulean-blue-300: #87caff;
    --color-cerulean-blue-400: #4facff;
    --color-cerulean-blue-500: #2689ff;
    --color-cerulean-blue-600: #0f68ff;
    --color-cerulean-blue-700: #084fe9;
    --color-cerulean-blue-800: #0e40bf;
    --color-cerulean-blue-900: #123b96;
    --color-cerulean-blue-950: #10255b;


}

@media (min-width: 1300px) {
    .container {
        max-width: 1280px
    }
}

.promotion-popup {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999
}

.promotion-popup .promotion-popup-content {
    background-color: white;
    border-radius: 16px;
    max-width: 1000px;
    transform: translateY(-100%);
    transition: all 0.6s ease;
    position: relative;
    margin: 10% auto;
    width: 90%;
    display: flex;
    overflow: hidden
}

.promotion-popup .promotion-popup-content .col-left {
    width: 50%;
    background-color: var(--mainColor);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff
}

.promotion-popup .promotion-popup-content .col-left p {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 16px
}

.promotion-popup .promotion-popup-content .col-left h2 {
    font-size: 70px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px
}

.promotion-popup .promotion-popup-content .col-left .coupon-code {
    display: inline-block;
    background: #fff;
    color: var(--mainColor);
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px
}

.promotion-popup .promotion-popup-content .col-right {
    width: 50%
}

.promotion-popup .promotion-popup-content .col-right .block-product {
    padding: 35px 30px
}

.promotion-popup .promotion-popup-content .col-right .block-product h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px
}

@media (max-width: 991px) and (min-width: 767px) {
    .promotion-popup .promotion-popup-content .col-left h2 {
        font-size: 50px
    }
}

@media (max-width: 480px) {
    .promotion-popup .promotion-popup-content {
        display: block
    }

    .promotion-popup .promotion-popup-content .col-left {
        width: 100%;
        padding: 18px 0
    }

    .promotion-popup .promotion-popup-content .col-left p {
        margin-bottom: 18px
    }

    .promotion-popup .promotion-popup-content .col-left h2 {
        font-size: 30px;
        margin-bottom: 18px
    }

    .promotion-popup .promotion-popup-content .col-right {
        width: 100%
    }

    .promotion-popup .promotion-popup-content .col-right .block-product {
        padding: 18px
    }

    .promotion-popup .promotion-popup-content .col-right .block-product h2 {
        font-size: 16px;
        margin-bottom: 18px;
        text-align: center
    }
}

.promotion-popup.show {
    opacity: 1;
    visibility: visible
}

.promotion-popup.show .promotion-popup-content {
    transform: translateY(0)
}

.promotion-popup .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    background: #e9e9e9;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    transition: all .3s ease
}

.promotion-popup .close-btn:hover {
    background: var(--mainColor);
    color: #fff
}

.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 25px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
    overflow: hidden
}

@media (max-width: 480px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 290px
    }

    .jas-sale-pop .jas-sale-pop-content {
        overflow: hidden;
        max-width: 180px
    }
}

.jas-sale-pop a img {
    max-width: 80px
}

@media (max-width: 321px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 220px
    }

    .jas-sale-pop .jas-sale-pop-content {
        max-width: 180px
    }
}

.jas-sale-pop .mr__20 {
    margin-right: 10px
}

.jas-sale-pop h4 {
    color: #222;
    margin: 0;
    font-size: 14px;
    margin-bottom: 0px
}

.jas-sale-pop h3 {
    margin: 0;
    font-size: 13px;
    max-width: 255px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 300
}

.jas-sale-pop h3 a {
    color: #878787;
    margin: 0;
    font-size: 13px
}

.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 12px;
    font-weight: 300
}

.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 5px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(//bizweb.dktcdn.net/100/570/902/themes/1027061/assets/close.svg?1750129613863);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible
}

.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center
}

.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jas-sale-pop.flex {
    z-index: 1024;
    top: auto !important
}

.thumb {
    position: relative;
    display: block;
    padding-bottom: 100%
}

.thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: var(--main-border-radius)
}

.hover-banner {
    position: relative;
    display: block;
    overflow: hidden
}

.hover-banner:before {
    background: rgba(255, 255, 255, 0.1);
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    left: -100%;
    top: -100%
}

.hover-banner:after {
    background: rgba(255, 255, 255, 0.1);
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    left: 100%;
    top: 100%
}

.hover-banner:hover:before,
.hover-banner:hover:after {
    left: 0;
    top: 0
}

.active-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99
}

.base-popup {
    max-width: 960px;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 10%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%)
}

.position-relative {
    position: relative
}

.social-fixed {
    position: fixed;
    right: 40px;
    top: initial !important;
    bottom: 100px;
    z-index: 99
}

.social-fixed.social-mess-facebook {
    bottom: 155px
}

.social-fixed.social-tiktok {
    bottom: 210px
}

.social-fixed>a {
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 38px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3)
}

.social-fixed>a svg {
    width: 25px;
    height: 25px;
    fill: var(--mainColor)
}

.social-fixed>a:hover {
    background: var(--mainColor)
}

.social-fixed>a:hover svg {
    fill: #fff
}

.social-fixed .backtop {
    display: none
}

.social-fixed .backtop.show {
    display: block
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 var(--mainColor);
    top: 50%;
    transform: translateY(calc(-50% - 0px));
    margin: 0;
    transition: .3s;
    outline: none;
    background: #fff;
    box-shadow: 0 0 4px 0 var(--mainColor);
    border-radius: var(--main-border-radius)
}

.swiper-container .swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-container .swiper-button-prev:not(.swiper-button-disabled):hover {
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 4px 0 var(--mainColor)
}

@media (min-width: 1199px) {

    .swiper-container .swiper-button-next:not(.swiper-button-disabled):hover,
    .swiper-container .swiper-button-prev:not(.swiper-button-disabled):hover {
        width: 33px;
        height: 33px
    }
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
    font-size: 14px;
    color: var(--mainColor);
    font-weight: bold
}

.product-action {
    transition: all ease-in-out .2s;
    overflow: hidden;
    height: 100%;
    border-radius: var(--main-border-radius);
    padding: 16px;
    position: relative
}

.product-action:before {
    content: "";
    background: var(--mainColor);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.1
}

.product-action .product-swatchs {
    flex-wrap: wrap;
    display: flex;
    margin-top: 10px
}

.product-action .product-swatchs .item-swatch {
    margin: 0 3px 0px 3px;
    outline: 0;
    float: none;
    position: relative;
    border: 1px solid #E4E4E4;
    border-radius: var(--main-border-radius);
    padding: 2px;
    cursor: pointer
}

.product-action .product-swatchs .item-swatch:first-child {
    margin-left: 0
}

@media (max-width: 767px) {
    .product-action .product-swatchs .item-swatch {
        margin: 0 3px 3px 0px
    }
}

.product-action .product-swatchs .item-swatch a {
    display: block;
    position: relative;
    margin-bottom: 0px;
    width: 24px;
    height: 24px;
    border-radius: var(--main-border-radius)
}

@media (max-width: 767px) {
    .product-action .product-swatchs .item-swatch a {
        width: 18px;
        height: 18px
    }
}

.product-action .product-swatchs .item-swatch a:hover {
    cursor: pointer
}

.product-action .product-swatchs .item-swatch.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--mainColor)
}

.product-action .product-thumbnail {
    position: relative;
    border-radius: var(--main-border-radius);
    background: #fff
}

.product-action .product-thumbnail .smart {
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: url(//bizweb.dktcdn.net/100/570/902/themes/1027061/assets/bg-smart.png?1750129613863);
    background-repeat: no-repeat;
    font-size: 14px;
    border-radius: var(--main-border-radius);
    color: #ffff;
    padding: 2px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mainColor);
    font-weight: 500
}

.product-action .product-thumbnail .thumb {
    overflow: hidden
}

.product-action .product-thumbnail .thumb img {
    transition-duration: .7s
}

/* .product-action .product-thumbnail .thumb img:last-child {
    opacity: 0;
    visibility: hidden;
    z-index: 0
} */

.product-action .product-thumbnail .list-action-right {
    transition: all .4s ease;
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translateX(60px)
}

.product-action .product-thumbnail .list-action-right a {
    width: 32px;
    height: 32px;
    background: #fff;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--main-border-radius);
    transition-duration: .3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1)
}

.product-action .product-thumbnail .list-action-right a svg {
    width: 20px;
    height: 20px
}

.product-action .product-thumbnail .list-action-right a.active {
    background: var(--mainColor)
}

.product-action .product-thumbnail .list-action-right a.active.btn-wish svg path {
    stroke: #fff
}

.product-action .product-thumbnail .list-action-right a.active.btn-compare svg path {
    fill: #fff
}

.product-action .product-thumbnail .list-action-right a:hover {
    background: var(--mainColor)
}

.product-action .product-thumbnail .list-action-right a:hover.btn-wish svg path {
    stroke: #fff
}

.product-action .product-thumbnail .list-action-right a:hover.btn-compare svg path {
    fill: #fff
}

.product-action .product-thumbnail .list-action-bottom {
    width: 100%;
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all .4s ease;
    z-index: 1;
    padding: 0 18px
}

.product-action .product-thumbnail .list-action-bottom button,
.product-action .product-thumbnail .list-action-bottom a {
    transition-duration: .3s;
    border-radius: var(--main-border-radius);
    border: none;
    font-weight: 500;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 16px;
    width: 100%;
    display: block;
    text-align: center
}

.product-action .product-thumbnail .list-action-bottom button:hover,
.product-action .product-thumbnail .list-action-bottom a:hover {
    background: var(--mainColor);
    color: #fff
}

.product-action .product-info {
    position: relative;
    margin-top: 10px
}

.product-action .product-info__category {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--mainColor);
}

.product-action .product-info__name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 10px
}

.product-action .product-info__name a {
    color: #000;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-action .product-info__name a:hover {
    color: var(--mainColor)
}

.product-action .product-info__viewdetail {
    font-size: 13px
}

.product-action .product-info__viewdetail svg {
    width: 19px;
    height: 11px;
    transform: translateY(-1px);
    margin-left: 3px;
    fill: var(--mainColor)
}

.product-action .product-info__price {
    font-size: 16px;
    color: var(--priceColor);
    font-weight: 500
}

.product-action .product-info__price .compare-price {
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
    text-decoration: line-through
}

.product-action.product-action-lookbook .product-thumbnail .thumb img:last-child {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.product-action:hover:not(.product-action-lookbook) .product-thumbnail .thumb img {
    transform: scale(1.05)
}

.product-action:hover:not(.product-action-lookbook) .product-thumbnail .thumb img:first-child {
    opacity: 0
}

.product-action:hover:not(.product-action-lookbook) .product-thumbnail .thumb img:last-child {
    opacity: 1;
    visibility: visible
}

.product-action:hover:not(.product-action-lookbook) .product-thumbnail .list-action-right {
    transform: translateX(0)
}

.product-action:hover:not(.product-action-lookbook) .product-thumbnail .list-action-bottom {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-action .product-vendor {
    margin-top: 8px;
    border-top: 1px solid var(--mainColor);
    padding-top: 8px
}

.product-action .product-type {
    margin-top: 8px;
    border-top: 1px solid var(--mainColor);
    padding-top: 8px
}

.product-action .product-specifications {
    margin-top: 8px;
    border-top: 1px solid var(--mainColor);
    padding-top: 8px
}

.product-action .product-specifications h2 {
    font-size: 14px;
    margin-bottom: 10px
}

.product-action .product-specifications table {
    width: 100%
}

.product-action .product-specifications table td:first-child {
    width: 160px;
    font-weight: 500
}

.product-action .product-specifications table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.product-action .product-specifications table tr td {
    background: #edf0f3;
    border-color: #fff;
    padding: 8px
}

.product-action .product-specifications table tr th {
    background: #c1c8d1;
    border-color: #fff;
    padding: 8px
}

.item_project_main {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    padding: 16px;
    border-radius: var(--main-border-radius)
}

.item_project_main .block-project {
    display: flex
}

.item_project_main .block-project .product-thumbnail {
    width: 260px
}

.item_project_main .block-project .product-thumbnail .thumb {
    padding-bottom: 46%
}

.item_project_main .block-project .product-thumbnail .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_project_main .block-project .product-info {
    position: relative;
    width: calc(100% - 260px);
    padding-left: 16px
}

.item_project_main .block-project .product-info__name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 10px
}

.item_project_main .block-project .product-info__name a {
    color: #000;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.item_project_main .block-project .product-info__name a:hover {
    color: var(--mainColor)
}

.item_project_main .block-project .product-info__price {
    font-size: 16px;
    color: var(--priceColor);
    font-weight: 500
}

.item_project_main .block-project .product-info__price .compare-price {
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
    text-decoration: line-through
}

.item_project_main .block-project .product-info__summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px
}

.item_project_main .block-project .product-info__utilities {
    margin-bottom: 15px
}

.item_project_main .block-project .product-info__utilities .item {
    margin-bottom: 5px
}

.item_project_main .block-project .product-info__utilities .item svg path {
    fill: var(--mainColor)
}

.item_project_main .block-project .product-info__details a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid var(--mainColor);
    border-radius: var(--main-border-radius);
    color: var(--mainColor);
    font-size: 14px
}

.item_project_main .block-project .product-info__details a svg {
    width: 17px;
    height: 17px;
    position: relative;
    top: -2px
}

.item_project_main .block-project .product-info__details a svg path {
    fill: var(--mainColor)
}

.item_project_main .block-project .product-info__details a:hover {
    background: var(--mainColor);
    color: #fff
}

.item_project_main .block-project .product-info__details a:hover svg path {
    fill: #fff
}

@media (max-width: 565px) {
    .item_project_main .block-project {
        display: block
    }

    .item_project_main .block-project .product-thumbnail {
        width: 100%;
        margin-bottom: 10px
    }

    .item_project_main .block-project .product-info {
        width: 100%;
        padding-left: 0
    }
}

.popup-video {
    position: fixed;
    z-index: 99999;
    top: 0 !important;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.89);
    display: none
}

.popup-video.active {
    display: flex
}

.popup-video .close-popup-video {
    background: #fff;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer
}

.popup-video .close-popup-video:hover {
    opacity: 0.8
}

.popup-video iframe {
    height: calc(100vh - 200px);
    width: 1100px
}

@media (max-width: 1100px) {
    .popup-video iframe {
        width: 700px
    }
}

@media (max-width: 767px) {
    .popup-video .body-popup {
        padding: 0 5px;
        width: 100%
    }

    .popup-video .body-popup iframe {
        width: 100%;
        height: 300px
    }
}

.item-blog:not(.relate) {
    overflow: hidden
}

.item-blog:not(.relate) .block-thumb {
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: var(--main-border-radius)
}

.item-blog:not(.relate) .block-thumb .article-published {
    position: absolute;
    bottom: -15px;
    left: 25px;
    background: var(--oldColor);
    padding: 10px;
    z-index: 9
}

@media (max-width: 991px) {
    .item-blog:not(.relate) .block-thumb .article-published {
        left: 15px
    }

    .layout-project .col-sidebar {
        padding:10px;
        position: fixed;
        width: 300px;
        max-width: calc(100% - 40px);
        background: #fff;
        top: 0 !important;
        bottom: 0;
        right: -100%;
        overflow: hidden;
        overflow-y: auto;
        z-index: 99999;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .personabar-visible .layout-project .col-sidebar {
        max-width: calc(100% - 120px);
    }

    .layout-project .col-sidebar.show {
        right: 0;
    }

    .layout-project #open-filters {
        color: #fff;
        background: var(--mainColor);
        position: fixed;
        right: 0;
        top: 35% !important;
        cursor: pointer;
        z-index: 99;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        width: 40px;
        height: 40px;
        background-image: url("../img/icon-filter-bg.png")
    }

    .layout-project #open-filters .fa:before {
        display: none
    }

    .layout-project #open-filters.show {
        right: 300px;
        background-image: url("../img/icon-filter-close-bg.png");
        z-index: 999
    }
}

.item-blog:not(.relate) .block-thumb .thumb-blog {
    padding-bottom: 56%;
    display: block
}

.item-blog:not(.relate) .block-thumb .thumb-blog img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
    transition: all 0.5s ease
}

.item-blog:not(.relate) .block-thumb .thumb-blog.video_play:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%)
}

.item-blog:not(.relate) .block-thumb .thumb-blog.video_play:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #333;
    opacity: 0.5;
    z-index: 1
}

.item-blog:not(.relate) .block-info {
    margin-top: 15px
}

.item-blog:not(.relate) .block-info .time-post {
    margin-bottom: 6px
}

.item-blog:not(.relate) .block-info .time-post span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 16px;
    font-size: 16px
}

.item-blog:not(.relate) .block-info .time-post span svg {
    width: 22px;
    height: 22px
}

.item-blog:not(.relate) .block-info .time-post span svg path {
    stroke: var(--mainColor)
}

.item-blog:not(.relate) .block-info h3 {
    font-size: 18px;
    font-weight: 600;
    word-break: break-all
}

.item-blog:not(.relate) .block-info h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2
}

.item-blog:not(.relate) .block-info .article-content {
    font-size: 15px;
    color: #4d4e50;
    line-height: 1.4
}

.item-blog:not(.relate):hover .block-thumb .thumb-blog img {
    transform: translateZ(0) scale(1.07)
}

.page-content {
    margin-bottom: 30px
}

.page-content .page-wishlist .col-fix {
    margin-bottom: 20px
}

#noti-wish {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 99999
}

#notification-container {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 99999
}

.notifyed,
.notification {
    background-color: #333;
    margin-bottom: 10px;
    color: #fff;
    border-radius: .45rem;
    width: 255px;
    padding: .75rem 1.25rem
}

@media (max-width: 767px) {

    .notifyed,
    .notification {
        font-size: 14px
    }
}

.notifyed.success,
.notification.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.notifyed.warning,
.notification.warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.notifyed.error,
.notification.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.notifyed .title,
.notification .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.footer {
    border-top: 3px solid var(--mainColor);
    background: var(--backgroundColorFooter)
}

.footer .mid-footer {
    padding: 50px 0
}

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

.footer .social-footer {
    padding: 24px 0
}

.footer .social-footer h4 {
    margin-bottom: 8px
}

.footer .social-footer .social-share a {
    display: inline-block;
    padding: 0 4px
}

.footer .social-footer .social-share a svg {
    fill: #fff
}

.footer .social-footer .social-share a:hover {
    opacity: 0.8
}

.footer .copyright {
    color: #fff
}

.footer .copyright a {
    color: #fff
}

.footer .copyright a:hover {
    opacity: 0.8
}

.footer .copyright .border {
    border-top: 1px dashed var(--mainColor);
    padding: 12px 0
}

.footer .col-footer h4 {
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px
}

.footer .col-footer .contact-footer .item {
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px
}

.footer .col-footer .contact-footer .item .icon {
    background: var(--mainColor);
    height: 30px;
    width: 30px;
    border-radius: var(--main-border-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.footer .col-footer .contact-footer .item .icon svg {
    width: 18px;
    height: 18px
}

.footer .col-footer .contact-footer .item .icon svg path {
    fill: #fff
}

.footer .col-footer .contact-footer .item a {
    color: #fff
}

.footer .col-footer .contact-footer .item a:hover {
    color: var(--mainColor)
}

.footer .col-footer .contact-footer .item:last-child {
    margin-bottom: 0
}

.footer .col-footer .list-menu a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    padding-left: 23px
}

.footer .col-footer .list-menu a svg {
    width: 11px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 6px
}

.footer .col-footer .list-menu a svg path {
    stroke: var(--mainColor)
}

.footer .col-footer .list-menu a:hover {
    color: var(--mainColor)
}

.footer .col-footer .list-menu a:last-child {
    margin-bottom: 0
}

.footer .col-footer .list-instagram {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    display: grid
}

.footer .col-footer .list-instagram a img {
    border-radius: var(--main-border-radius);
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%
}
.footer .col-footer .list-instagram .image-light {
  position: relative;
}
.footer .col-footer .list-instagram .total-item {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255,255,255,.7);
  padding: 5px;
  border-radius: 5px 0 0 5px;
}

div#bizweb-theme-previewer {
    display: none
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

.img-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@media (min-width: 1199px) {
    .item-effect {
        opacity: 0;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
        animation-delay: 0s
    }

    .footer .logo-social-footer.item-effect.on-show {
        animation-duration: 0.6s;
        animation-name: img-anim-top
    }

    .footer .copyright .border.item-effect.on-show {
        animation-name: fadeInDown
    }

    .footer .col-footer.item-effect.on-show {
        animation-name: fadeInDown
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .footer .logo-social-footer {
        width: 100%
    }

    .footer .contact-footer {
        margin-bottom: 30px
    }

    .social-fixed {
        bottom: 210px
    }

    .social-fixed.social-mess-facebook {
        bottom: 260px
    }

    .social-fixed.social-tiktok {
        bottom: 315px
    }
}

@media (max-width: 767px) {
    .product-action {
        padding: 10px
    }
}

.popup-compare {
    top: unset !important;
    bottom: 0;
    border-radius: 6px 0 0 0;
    border-top: 1px solid #e5e5e5;
    display: flex;
    width: 100%;
    margin: auto;
    position: fixed;
    left: 50%;
    z-index: 999;
    background: #fff;
    transition: all .5s ease;
    box-shadow: 0 5px 18px 5px rgba(64, 72, 87, 0.15);
    transform: translate(-50%, 135%);
    max-width: 1270px
}

.popup-compare.show {
    transform: translate(-50%, 0)
}

.popup-compare .mini-compare {
    position: absolute;
    right: 0;
    top: -30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    text-align: center;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.12);
    cursor: pointer
}

.popup-compare .mini-compare:hover {
    color: var(--mainColor)
}

.popup-compare .bottom-compare {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.popup-compare .bottom-compare .button-go-compare {
    width: 50%;
    text-align: center;
    background: var(--mainColor);
    color: #fff;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 6px;
    font-size: 14px;
    border: 1px solid var(--mainColor)
}

.popup-compare .bottom-compare .button-go-compare:hover {
    background: transparent;
    color: var(--mainColor);
    border-color: var(--mainColor)
}

.popup-compare .list-compare {
    display: inline-flex;
    width: calc(100% - 25%);
    border: unset;
    padding: 0;
    margin-bottom: 0
}

.popup-compare .list-compare .compare-item {
    width: calc(100% / 3);
    border-right: 1px solid #e0e0e0;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    padding: 10px;
    position: relative
}

.popup-compare .list-compare .compare-item .addCompare .add-icon {
    height: 45px;
    display: inline-flex;
    width: 45px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bdbdbd;
    color: #bdbdbd;
    font-size: 18px;
    margin-bottom: 10px
}

.popup-compare .list-compare .compare-item .addCompare p {
    color: #666;
    margin: 0
}

.popup-compare .list-compare .compare-item .compare-thumb img {
    height: 70px;
    object-fit: scale-down
}

.popup-compare .list-compare .compare-item .compare-info {
    margin-top: 10px
}

.popup-compare .list-compare .compare-item .compare-info h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 39px;
    margin: 0
}

.popup-compare .list-compare .compare-item .compare-info h3 a {
    display: block
}

.popup-compare .list-compare .compare-item .remove-compare {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: initial;
    border: initial
}

.popup-compare .list-compare .compare-item .remove-compare:before {
    content: '';
    width: 18px;
    height: 1px;
    background: #999494;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    overflow: hidden
}

.popup-compare .list-compare .compare-item .remove-compare:after {
    content: '';
    width: 18px;
    height: 1px;
    background: #999494;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    overflow: hidden
}

.popup-compare .list-compare .compare-item .remove-compare:hover:before,
.popup-compare .list-compare .compare-item .remove-compare:hover:after {
    background: var(--mainColor)
}

.popup-search-compare {
    max-width: 500px;
    width: 100%;
    position: fixed;
    background: #fff;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%);
    top: 10% !important;
    padding: 10px;
    border-radius: 6px;
    display: none
}

.popup-search-compare.show {
    display: block
}

.popup-search-compare .search-compare form {
    position: relative
}

.popup-search-compare .search-compare form input {
    height: 40px;
    border-radius: 5px;
    padding: 0 40px 0 20px;
    border: solid 1px #ebebeb;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    width: 100%
}

.popup-search-compare .search-compare form .icon-search {
    position: absolute;
    right: 10px;
    top: 8px
}

.popup-search-compare .search-compare .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block
}

.popup-search-compare .search-compare .result-compare {
    margin-top: 15px
}

.popup-search-compare .search-compare .result-compare .result-text {
    margin-top: 10px
}

.popup-search-compare .search-compare .result-compare .list-result-compare {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto
}

.popup-search-compare .search-compare .result-compare .list-result-compare .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ebebeb
}

.popup-search-compare .search-compare .result-compare .list-result-compare .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.product-suggest-compare {
    margin-top: 20px
}

.product-suggest-compare .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block
}

.product-suggest-compare .list-product-suggest {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto
}

.product-suggest-compare .list-product-suggest .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ebebeb
}

.product-suggest-compare .list-product-suggest .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.product-action-compare {
    display: flex
}

.product-action-compare .product-thumbnail {
    width: 100px
}

.product-action-compare .product-thumbnail .thumb {
    padding-bottom: 66%
}

.product-action-compare .product-info {
    width: calc(100% - 100px);
    padding-left: 15px;
    position: relative
}

.product-action-compare .product-info .product-compare {
    position: absolute;
    right: 0;
    top: 3px
}

.product-action-compare .product-info .product-compare a {
    width: 32px;
    height: 32px;
    background: #fff;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition-duration: .3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1)
}

.product-action-compare .product-info .product-compare a svg {
    width: 20px;
    height: 20px
}

.product-action-compare .product-info .product-compare a.active {
    background: var(--mainColor)
}

.product-action-compare .product-info .product-compare a.active svg path {
    fill: #fff
}

.product-action-compare .product-info h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-action-compare .product-info__price {
    font-size: 16px;
    color: var(--priceColor);
    font-weight: 500
}

.product-action-compare .product-info__price .compare-price {
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
    text-decoration: line-through;
    display: block
}

.compare-fixed {
    position: fixed;
    cursor: pointer;
    right: 40px;
    bottom: 265px;
    top: initial !important;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 38px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    z-index: 9
}

.compare-fixed svg {
    width: 25px;
    height: 25px
}

.compare-fixed svg path {
    fill: var(--mainColor)
}

.compare-fixed .fixed-count {
    position: absolute;
    right: -9px;
    top: -8px;
    background: var(--mainColor);
    width: 19px;
    height: 19px;
    color: #fff;
    border-radius: 19px;
    line-height: 19px;
    font-size: 12px
}

.compare-fixed:hover {
    background: var(--mainColor)
}

.compare-fixed:hover svg path {
    fill: #fff
}

@media (max-width: 1199px) and (min-width: 991px) {
    .popup-compare {
        max-width: 935px;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .popup-compare {
        max-width: 700px
    }

    .popup-compare .bottom-compare .button-go-compare {
        width: 70%
    }

    .social-fixed {
        bottom: 210px
    }

    .social-fixed.social-mess-facebook {
        bottom: 260px
    }

    .compare-fixed {
        bottom: 370px
    }
}

@media (max-width: 767px) {
    .footer .col-footer {
        margin-bottom: 30px
    }

    .footer .logo-social-footer {
        width: 100%
    }

    .footer .opacity1 {
        display: block
    }

    .footer .col-right {
        padding-top: 0
    }

    .footer .col-right .col-footer {
        margin-top: 20px
    }

    .footer .mid-footer {
        padding-bottom: 0
    }

    .social-fixed {
        right: 10px;
        bottom: 180px
    }

    .social-fixed.social-mess-facebook {
        bottom: 225px
    }

    .social-fixed.social-tiktok {
        bottom: 275px
    }

    .social-fixed>a {
        height: 35px;
        width: 35px;
        line-height: 33px;
        margin-bottom: 10px
    }

    .compare-fixed {
        height: 35px;
        width: 35px;
        line-height: 33px;
        right: 10px;
        bottom: 320px
    }

    .popup-compare.show {
        display: block
    }

    .popup-compare .list-compare {
        width: 100%
    }

    .popup-compare .list-compare .compare-item {
        padding: 6px
    }

    .popup-compare .list-compare .compare-item .compare-thumb img {
        height: 40px
    }

    .popup-compare .list-compare .compare-item .compare-info h3 {
        font-size: 13px
    }

    .popup-compare .bottom-compare {
        width: 100%;
        flex-flow: nowrap;
        max-width: 100%;
        border-top: 1px solid var(--mainColor)
    }

    .popup-compare .bottom-compare .button-go-compare {
        border-radius: 0;
        margin-bottom: 0
    }

    .popup-compare .bottom-compare .remove-all {
        width: 50%;
        text-align: center
    }
}

.popup-sale {
    position: fixed;
    bottom: 20px;
    top: initial !important;
    left: -100%;
    background-color: #fffae6;
    border: 1px solid #f9c74f;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 1000;
    border-radius: 6px
}

.popup-sale.show {
    left: 20px;
    opacity: 1;
    visibility: visible
}

.popup-sale #product-random {
    display: flex
}

.popup-sale #product-random .block-thumb {
    width: 80px
}

.popup-sale #product-random .block-thumb a {
    position: relative;
    display: block;
    padding-bottom: 100%
}

.popup-sale #product-random .block-thumb a img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: var(--main-border-radius)
}

.popup-sale #product-random .block-content {
    width: calc(100% - 80px);
    padding-left: 16px
}

.popup-sale #product-random .block-content h3 {
    max-width: 240px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.popup-sale #product-random .block-content h3 a {
    margin: 0
}

.popup-sale #product-random .block-content #product-user {
    margin-bottom: 5px;
    font-size: 14px
}

.popup-sale #product-random .block-content #product-time {
    color: #878787;
    font-size: 12px
}

@media (max-width: 375px) {
    .popup-sale {
        width: 275px
    }

    .popup-sale #product-random .block-content h3 {
        font-size: 16px
    }
}

.widget-title {
    position: relative;
    margin-bottom: 16px;
    font-size: 20px;
    padding-bottom: 8px
}

.widget-title:before {
    position: absolute;
    content: '';
    width: 10px;
    border-bottom: 3px solid var(--mainColor);
    bottom: 0;
    left: 0
}

.widget-title:after {
    position: absolute;
    content: '';
    width: 25px;
    border-bottom: 3px solid var(--mainColor);
    bottom: 0;
    left: 15px
}

.popup-sapo {
    position: fixed;
    bottom: 60px;
    left: 17px;
    margin: 0;
    z-index: 99;
    top: auto !important;
    font-size: 1.4rem
}

@media (min-width: 992px) {
    .popup-sapo {
        bottom: 30px
    }
}

@media (max-width: 1199px) {
    .popup-sapo {
        display: none
    }
}

.popup-sapo .icon {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: var(--mainColor);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer
}

.popup-sapo .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available
}

.popup-sapo .content {
    background: var(--mainColor);
    color: #fff;
    padding: 20px 20px 40px;
    border-radius: 10px;
    width: 300px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 0 bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (max-width: 767px) {
    .popup-sapo .content {
        width: 250px;
        padding: 14px
    }
}

.popup-sapo .content .title {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .popup-sapo .content .title {
        margin-bottom: 12px
    }
}

.popup-sapo .content .close-popup-sapo {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer
}

.popup-sapo .content .close-popup-sapo svg {
    width: 15px;
    height: 15px
}

.popup-sapo .content .close-popup-sapo svg path {
    fill: #fff
}

.popup-sapo .content ul {
    margin-bottom: 20px
}

.popup-sapo .content ul li {
    margin-bottom: 10px
}

.popup-sapo .content ul li svg {
    margin-right: 6px;
    width: 14px;
    height: 14px;
    margin-top: -2px
}

.popup-sapo .content ul li svg path {
    fill: #fff
}

.popup-sapo .content ul li a {
    color: #fff
}

.popup-sapo .content ul li a:hover {
    opacity: var(--subColor)
}

.popup-sapo .content .ghichu {
    font-style: italic
}

.popup-sapo.active .content {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.popup-ngonngu {
    position: fixed;
    right: 0px;
    top: 30% !important;
    z-index: 999
}

@media (max-width: 1199px) {
    .popup-ngonngu {
        display: none
    }
}

.popup-ngonngu .icon {
    width: 40px;
    height: 40px;
    background: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px
}

.popup-ngonngu .icon path {
    fill: #fff
}

.popup-ngonngu .language {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    top: 100%;
    right: 0;
    width: 110px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    padding: 5px
}

.popup-ngonngu .language li {
    margin-bottom: 5px
}

.popup-ngonngu .language li:last-child {
    margin-bottom: 0px
}

.popup-ngonngu .language a {
    display: flex;
    align-items: center;
    font-size: 1.4rem
}

.popup-ngonngu .language a img {
    margin-right: 4px
}

.popup-ngonngu:hover .language {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

/*********************************************GIỚI THIỆU - BAN LÃNH ĐẠO********************************************/
.BanLanhDao .NoiDung {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.LanhDao_GD {
	text-align: center;
}

.BanLanhDao .NoiDung div[class*="LanhDao"] img {
	width: auto;
	height: 300px !important;
	object-fit: cover;
	border-radius: 20px;
	margin-bottom: 16px;
}

.BanLanhDao .NoiDung div[class*="LanhDao"] .info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BanLanhDao .NoiDung div[class*="LanhDao"] .info span:first-child {
    color: #091F0F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
}

.BanLanhDao .NoiDung div[class*="LanhDao"] .info h3 {
    color: #A0642F;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.33; /* 133.333% */
    text-transform: uppercase;
    margin-bottom: 0;
}

.BanLanhDao .NoiDung div[class*="LanhDao"] .info span:last-child {
    color: #091F0F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}

.BanLanhDao .NoiDung .LanhDao_Pho {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: nowrap;
    justify-content: center;
}
.LanhDao_Pho1 {
	flex: 1 1 0;
	text-align: center;
}

.paginationjs-pages ul,
.pagination.pagination-customize {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: flex-end;
}

.pagination.pagination-customize {
    gap: 8px;
    justify-content: center;
}

.paginationjs-pages ul li,
.pagination.pagination-customize li.page-item {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.pagination.pagination-customize li.page-item {
    display: flex;
    min-width: 30px;
    width: auto;
    height: 30px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
    border: 1px solid #e9e9e9;
    padding: 0 !important;
}

.pagination.pagination-customize li.page-item a.page-link {
    display: block;
    padding: 0;
    width: 100%;
    border: none;
    text-align: center;
    color: var(--body) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 0.1px;
    margin: 0 auto;
    height: auto;
}

.pagination.pagination-customize li.page-item a.page-link:hover,
.pagination.pagination-customize li.page-item a.page-link:focus {
    box-shadow: none;
    background-color: transparent;
    border: 0;
}

.pagination.pagination-customize li.page-item.active,
.pagination.pagination-customize li.page-item.active a.page-link {
    color: var(--white) !important;
    background-color: var(--mainColor) !important;
    pointer-events: none;
    cursor: none;
}

.paginationjs-pages ul li.active,
.pagination.pagination-customize li.page-item.active {
    border-radius: 4px;
    background: var(--mainColor);
}

.pagination.pagination-customize li.page-item.active a.page_link {
    background-color: var(--mainColor) !important;
}

.paginationjs-pages ul li a,
.pagination.pagination-customize li.page-item .page_link {
    color: var(--body) !important;
    /* Roboto/Label/Large */

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42;
    /* 142.857% */
    letter-spacing: 0.1px;
}

.paginationjs-pages ul li.active a {
    color: var(--white) !important;
    pointer-events: none;
}

.pagination.pagination-customize li.page-item.disabled {
    pointer-events: none;
    cursor: none;

}

.paginationjs-pages .paginationjs-prev a,
.paginationjs-pages .paginationjs-next a,
.pagination.pagination-customize li.page-item.first-page i,
.pagination.pagination-customize li.page-item.prev-page i,
.pagination.pagination-customize li.page-item.next-page i,
.pagination.pagination-customize li.page-item.last-page i {
    font-size: 0;
}

.paginationjs-pages .paginationjs-prev a::after,
.pagination.pagination-customize li.page-item.prev-page i::after {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.0834 3.58341C13.2361 3.73919 13.3216 3.94862 13.3216 4.16675C13.3216 4.38487 13.2361 4.59431 13.0834 4.75008L7.8501 10.0001L13.1001 15.2501C13.2356 15.4105 13.3055 15.616 13.296 15.8258C13.2864 16.0355 13.198 16.2339 13.0486 16.3813C12.8991 16.5286 12.6994 16.6142 12.4896 16.6208C12.2798 16.6273 12.0752 16.5545 11.9168 16.4167L6.08343 10.5834C5.93074 10.4276 5.84521 10.2182 5.84521 10.0001C5.84521 9.78195 5.93074 9.57252 6.08343 9.41675L11.9168 3.58341C11.9942 3.50531 12.0864 3.44331 12.1879 3.401C12.2895 3.3587 12.3984 3.33691 12.5084 3.33691C12.6184 3.33691 12.7274 3.3587 12.8289 3.401C12.9305 3.44331 13.0226 3.50531 13.1001 3.58341H13.0834Z" fill="%23182940"/></svg>');
}

.pagination.pagination-customize li.page-item.first-page i::after {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5.00085 2.50002C4.79612 2.49854 4.59801 2.57248 4.44431 2.70774C4.29061 2.84299 4.19208 3.0301 4.16752 3.23336V16.6667C4.15425 16.8877 4.22933 17.1049 4.37624 17.2706C4.52314 17.4362 4.72984 17.5368 4.95085 17.55C5.17186 17.5633 5.38909 17.4882 5.55475 17.3413C5.72041 17.1944 5.82092 16.9877 5.83418 16.7667V3.33336C5.83418 3.11234 5.74638 2.90038 5.5901 2.7441C5.43382 2.58782 5.22186 2.50002 5.00085 2.50002ZM15.5842 2.75002C15.4419 2.6079 15.253 2.52203 15.0524 2.50824C14.8518 2.49446 14.6529 2.55369 14.4925 2.67502L14.4092 2.74169L7.74252 9.40835C7.5994 9.55217 7.51367 9.74325 7.5014 9.94576C7.48912 10.1483 7.55115 10.3483 7.67585 10.5084L7.74252 10.5917L14.4092 17.2584C14.5579 17.4132 14.7607 17.5047 14.9752 17.5137C15.1898 17.5227 15.3995 17.4485 15.5607 17.3067C15.7219 17.1648 15.8221 16.9662 15.8405 16.7523C15.8588 16.5383 15.7939 16.3256 15.6592 16.1584L15.5925 16.075L9.50085 10L15.5842 3.91669C15.7369 3.76091 15.8224 3.55148 15.8224 3.33336C15.8224 3.11523 15.7369 2.9058 15.5842 2.75002Z" fill="%23182940"/></svg>');
}

.paginationjs-pages .paginationjs-next a::after,
.pagination.pagination-customize li.page-item.next-page i::after {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.91652 3.58341C6.76383 3.73919 6.67831 3.94862 6.67831 4.16675C6.67831 4.38487 6.76383 4.59431 6.91652 4.75008L12.1582 10.0001L6.90819 15.2501C6.82153 15.3254 6.75137 15.4178 6.70212 15.5216C6.65287 15.6253 6.62559 15.7381 6.62199 15.8529C6.61839 15.9676 6.63855 16.0819 6.6812 16.1885C6.72386 16.2951 6.78808 16.3918 6.86985 16.4724C6.95162 16.553 7.04917 16.6159 7.15638 16.657C7.26359 16.6982 7.37814 16.7167 7.49285 16.7115C7.60756 16.7062 7.71995 16.6774 7.82297 16.6266C7.92599 16.5759 8.01742 16.5045 8.09152 16.4167L13.9249 10.5834C14.0775 10.4276 14.1631 10.2182 14.1631 10.0001C14.1631 9.78195 14.0775 9.57252 13.9249 9.41675L8.09152 3.58341C8.01405 3.50531 7.92188 3.44331 7.82034 3.401C7.71879 3.3587 7.60986 3.33691 7.49985 3.33691C7.38984 3.33691 7.28092 3.3587 7.17937 3.401C7.07782 3.44331 6.98566 3.50531 6.90819 3.58341H6.91652Z" fill="%23182940"/></svg>');
}

.pagination.pagination-customize li.page-item.last-page i::after {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M14.9994 2.50002C15.2042 2.49854 15.4023 2.57248 15.556 2.70774C15.7097 2.84299 15.8082 3.0301 15.8328 3.23336V16.6667C15.846 16.8877 15.771 17.1049 15.6241 17.2706C15.4771 17.4362 15.2705 17.5368 15.0494 17.55C14.8284 17.5633 14.6112 17.4882 14.4455 17.3413C14.2799 17.1944 14.1794 16.9877 14.1661 16.7667V3.33336C14.1661 3.11234 14.2539 2.90038 14.4102 2.7441C14.5665 2.58782 14.7784 2.50002 14.9994 2.50002ZM4.41611 2.75002C4.55686 2.60885 4.74356 2.52281 4.94233 2.50752C5.14109 2.49223 5.33875 2.5487 5.49944 2.66669L5.58278 2.73336L12.2494 9.40002C12.3926 9.54383 12.4783 9.73491 12.4906 9.93743C12.5028 10.1399 12.4408 10.34 12.3161 10.5L12.2494 10.5834L5.58278 17.25C5.43403 17.4049 5.23125 17.4963 5.01671 17.5054C4.80218 17.5144 4.59245 17.4402 4.43125 17.2983C4.27005 17.1565 4.16983 16.9579 4.15149 16.744C4.13314 16.53 4.19808 16.3172 4.33278 16.15L4.39944 16.0667L10.4994 10L4.41611 3.91669C4.26342 3.76091 4.1779 3.55148 4.1779 3.33336C4.1779 3.11523 4.26342 2.9058 4.41611 2.75002Z" fill="%23182940"/></svg>');
}

.pagination.pagination-customize li.page-item.disabled i::after {
    opacity: 0.3
}

.title-page.title-category {
    font-size: 24px;
}

.main-layout.main-loading {
    opacity: 0;
    height: 100svh;
    overflow: hidden;
}

.loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    z-index: 999;
}

.loading-page .loading-inner {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid var(--mainColor);
    border-top-color: var(--white);
}

.personabar-visible .loading-page:not(.loading-inner) {
    left: 80px;
    width: calc(100% - 80px);
}

.animate-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

.personabar-visible div.popup-search {
    left: 80px;
    width: calc(100% - 80px);
}

.aside-filter .filter-container__content .filter-item {
    padding: 15px 15px;
    border-radius: 6px;
    border: 1px solid #efefef;
}

.aside-filter .filter-container__content .filter-item:not(:last-child) {
    margin-bottom: 30px;
}

.aside-filter .filter-container__content .filter-item:last-child {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.aside-filter .filter-container .filter-item__title {
    position: relative;
    margin-bottom: 16px;
    font-size: 20px;
    padding-bottom: 8px;
    color: var(--body);
}

.aside-filter .filter-container .filter-item__title::before {
    position: absolute;
    content: '';
    width: 10px;
    border-width: 0 0 3px 0;
    border-bottom: 3px solid var(--mainColor);
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
}

.aside-filter .filter-container .filter-item__title::after {
    position: absolute;
    content: '';
    width: 25px;
    border-bottom: 3px solid var(--mainColor);
    bottom: 0;
    left: 15px;
}

.aside-cate .dx-treeview-node {
    padding-inline-end: 0;
}

.aside-cate .dx-treeview-item {
    padding: 8px 0 8px 8px;
}

.aside-cate .dx-treeview-item.dx-state-hover,
.aside-cate .dx-treeview-item.dx-state-focused,
.aside-cate .dx-treeview-node.dx-state-focused .dx-treeview-item {
    background: transparent;
}

.aside-cate .dx-treeview-toggle-item-visibility {
    top: 8px;
}

.aside-cate .dx-treeview-item .dx-treeview-item-content {
    font-size: 15px;
    line-height: 22px;
}

.supplier-other {
    margin-top: 30px;
}

.supplier-other h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.pagenav,
.pagenav .pagination.pagination-customize:empty {
    margin-top: 0;
}

.search-box {
    margin-bottom: 20px;
}

.search-box .input-group {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
}

.search-box .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 40px 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #0A0D14;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E2E4E9;
    border-radius: 8px;
    box-shadow: unset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-box .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.search-box .icon.icon-search::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    mask: url("../img/icon-search.svg") no-repeat center / 20px 20px;
    -webkit-mask: url("../img/icon-search.svg") no-repeat center / 20px 20px;
    background-color: #000;
}

.overflow-hidden {
    overflow: hidden;
}

.video-intro {
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    /* .product-action .product-info__name {
        font-size: 14px;
        line-height: 18px;
        min-height: 36px
    }

    .product-action .product-info__price {
        font-size: 14px
    } */

    .product-tab .tab-link h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .product-details__productName {
        font-size: 22px;
    }

    .list-unstyled > div {
        margin-bottom: 10px
    }

    .product-details__priceBox .special-price {
        font-size: 20px;
    }

    .product-relate h2,
    .supplier-other h2 {
        font-size: 24px;
    }

    .layout-contact .block-title h2 {
        font-size: 24px;
    }

    .home-banner {
        margin-bottom: 30px !important;
    }

    .home-banner .col-padding .thumb-banner,
    .home-banner .col-padding > div .content .view-more {
        display: none;
    }

    .home-banner .col-padding > div .content {
        position: static;
        width: 100%;
        min-height: 70px;
        border-radius: var(--main-border-radius);
        background-color: rgba(0, 79, 234, 0.1);
        border-bottom: 3px solid var(--mainColor);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-banner .col-padding .content {
        margin-bottom: 20px;
    }

    .home-banner .col-padding .row-margin {
        margin-bottom: 0;
    }

    .home-banner .col-padding .row-margin.margin-top {
        margin-top: 0;
    }

    .home-banner .col-padding .content h3 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 0;
    }
}


.table-price{
    width: 100%;
}
.table-price tr td {
    padding: 25px 5px;
    vertical-align: top;
}
.table-price tr:not(:last-child) td {
    border-bottom: 1px solid var(--mainColorSumary);
}
.table-price tr td.td-1{
    border-bottom: none;
}
.table-price tr td.td-1 span {
	background-color: var(--mainColor);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--white);
	font-weight: 600;
	display: block;
	line-height: 30px;
	margin: 0 auto;
}
.table-price tr td.td-2 {
    font-size: 18px;
  font-weight: 600;
  color: var(--mainColor);
}
.table-price tr td.td-2 span {
    font-size: 12px;
    font-weight: 400;
    color: var(--mainColorSumary);
}
.table-price tr td.td-3 {
    
}