@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 50px, 0px);
        -moz-transform: translate3d(0px, 50px, 0px);
        transform: translate3d(0px, 50px, 0px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
}

@keyframes snakeItem {
    50% {
        -webkit-transform: translate(0, -8px);
        -moz-transform: translate(0, -8px);
        -o-transform: translate(0, -8px);
        transform: translate(0, -8px)
    }
}

@-webkit-keyframes animationDuoi {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
}

.section-index {
    padding: 25px 0
}

.section-index .section-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px
}

.section-index .section-title h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 2.6rem;
    text-transform: uppercase;
    margin-bottom: 0px
}

.section-index .section-title h2 span {
    color: #009bff
}

@media (max-width: 767px) {
    .section-index .section-title h2 {
        font-size: 2rem
    }
}

.section_slider.swiper-container {
    margin-top: 0px;
    margin-bottom: 25px !important
}

.section_slider.swiper-container .swiper-pagination-bullets {
    text-align: center
}

.section_slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    opacity: 1
}

.section_slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all .2s;
    background: #333
}

.section_slider.swiper-container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: 1px solid #ddd;
    border-right: 0px;
    outline: none;
    background: #141414;
    line-height: 30px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px
}

.section_slider.swiper-container .swiper-button-next:after {
    color: #fff
}

@media (max-width: 767px) {
    .section_slider.swiper-container .swiper-button-next {
        display: none
    }
}

.section_slider.swiper-container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #141414;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #ddd;
    border-left: 0px;
    outline: none;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%);
    -ms-transform: translate(-32px, -50%);
    transform: translate(-32px, -50%);
    margin-top: 0px
}

.section_slider.swiper-container .swiper-button-prev:after {
    color: #fff
}

@media (max-width: 767px) {
    .section_slider.swiper-container .swiper-button-prev {
        display: none
    }
}

@media (max-width: 767px) {

    .section_slider.swiper-container .swiper-button-next,
    .section_slider.swiper-container .swiper-button-prev {
        width: 25px;
        height: 25px;
        line-height: 25px
    }

    .section_slider.swiper-container .swiper-button-next:after,
    .section_slider.swiper-container .swiper-button-prev:after {
        font-size: 1.2rem
    }
}

.section_slider.swiper-container:hover .swiper-button-next {
    right: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_slider.swiper-container:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35
}

.section_slider.swiper-container:hover .swiper-button-prev {
    left: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_slider.swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35
}

.section_slider.swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0
}

.section_slider.swiper-container .swiper-slide {
    background: #ebebeb;
    overflow: hidden;
    aspect-ratio: 1920/533
}

.section_slider.swiper-container .swiper-slide img {
    width: 100%
}

.section_services .promo-box .col-6:nth-child(1) .promo-item {
    background: #EBF2FC
}

.section_services .promo-box .col-6:nth-child(2) .promo-item {
    background: #FAE9EF
}

.section_services .promo-box .col-6:nth-child(3) .promo-item {
    background: #FFFBDB
}

.section_services .promo-box .col-6:nth-child(4) .promo-item {
    background: #E9FFE3
}

.section_services .promo-box .promo-item {
    padding: 7px;
    border-radius: 12px;
    height: 100%;
    text-align: center
}

.section_services .promo-box .promo-item:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)
}

.section_services .promo-box .promo-item .icon {
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    position: relative
}

.section_services .promo-box .promo-item .icon img {
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain
}

.section_services .promo-box .promo-item .info {
    text-align: left;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0;
    color: #141414
}

.section_services .promo-box .promo-item .info h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 3px;
    line-height: initial
}

.section_services .promo-box .promo-item .info span {
    color: #666;
    font-size: 1.4rem;
    display: block;
    line-height: initial
}

@media (min-width: 992px) {
    .section_services .promo-box .promo-item .info {
        text-align: left;
        flex-grow: 1;
        margin-left: 10px;
        max-width: calc(100% - 65px)
    }
}

@media (min-width: 992px) {
    .section_services .promo-box .promo-item .icon {
        display: inline-block;
        margin-bottom: 0px;
        flex-grow: 0;
        flex: none
    }
}

@media (max-width: 1024px) {
    .section_services .promo-box .promo-item {
        display: block;
        text-align: center
    }

    .section_services .promo-box .promo-item .icon {
        margin: 0 auto 5px auto
    }

    .section_services .promo-box .promo-item .info h3 {
        font-size: 1.4rem
    }

    .section_services .promo-box .promo-item .info span {
        font-size: 1.3rem
    }
}

.section_services .promo-box .promo-item:last-child,
.section_services .promo-box .promo-item:nth-child(3) {
    border-right: 0px none
}

@media (max-width: 767px) {
    .section_services .promo-box {
        margin-bottom: -14px
    }

    .section_services .promo-box .col-6 {
        margin-bottom: 14px
    }
}

.section_3_banner .three_banner {
    display: block
}

.section_3_banner .three_banner a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 500/212
}

.section_3_banner .three_banner a:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px)
}

@media (max-width: 767px) {
    .section_3_banner .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .section_3_banner .row .col-xs-12 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%
    }

    .section_3_banner .row .col-xs-12 .three_banner a {
        transform: translateY(0px)
    }
}

.section_flash_sale .block-sale {
    border-radius: 12px;
    background: linear-gradient(180deg, #071637 0%, #131313 50%, #232f3a 100%);
    overflow: hidden
}

.section_flash_sale .block-sale .block-title {
    padding: 20px;
    padding-bottom: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section_flash_sale .block-sale .block-title h2 {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    top: 3px;
    position: relative;
    flex-grow: 1
}

.section_flash_sale .block-sale .block-title h2 a {
    font-size: 2.6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}

.section_flash_sale .block-sale .block-title h2 a:hover {
    color: #F4A32C
}

.section_flash_sale .block-sale .block-title h2 svg {
    width: 40px;
    height: 40px;
    position: relative;
    bottom: 5px;
    margin-left: 5px
}

.section_flash_sale .block-sale .block-title .count-down {
    min-width: 260px;
    flex-grow: 0;
    display: flex;
    align-items: center
}

.section_flash_sale .block-sale .block-title .count-down .timer-view {
    display: inline-block;
    width: 100%;
    text-align: right
}

.section_flash_sale .block-sale .block-title .count-down .timer-view .block-timer {
    height: auto;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    display: inline-block;
    line-height: 50px;
    padding: 5px;
    margin-right: 5px;
    text-align: center
}

.section_flash_sale .block-sale .block-title .count-down .timer-view .block-timer:last-child {
    margin-right: 0px
}

.section_flash_sale .block-sale .block-title .count-down .timer-view .block-timer p {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 1.8;
    margin: 0;
    line-height: initial
}

.section_flash_sale .block-sale .block-title .count-down .timer-view .block-timer span {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    line-height: initial
}

.section_flash_sale .block-sale .block-title .count-down .timer-view .lof-labelexpired {
    height: auto;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600
}

.section_flash_sale .block-sale .block-product-sale {
    padding: 20px
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale {
    padding-left: 8px;
    margin-left: -8px
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-pagination-bullets {
    text-align: center
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    opacity: 1
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all .2s;
    background: #333
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: 1px solid #ddd;
    border-right: 0px;
    outline: none;
    background: #141414;
    line-height: 30px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-next:after {
    color: #fff
}

@media (max-width: 767px) {
    .section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-next {
        display: none
    }
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #141414;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #ddd;
    border-left: 0px;
    outline: none;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%);
    -ms-transform: translate(-32px, -50%);
    transform: translate(-32px, -50%);
    margin-top: 0px
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-prev:after {
    color: #fff
}

@media (max-width: 767px) {
    .section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-prev {
        display: none
    }
}

@media (max-width: 767px) {

    .section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-next,
    .section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-prev {
        width: 25px;
        height: 25px;
        line-height: 25px
    }

    .section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-next:after,
    .section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-button-prev:after {
        font-size: 1.2rem
    }
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale:hover .swiper-button-next {
    right: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale:hover .swiper-button-prev {
    left: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide {
    height: auto !important;
    max-width: 25%
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .item_product_main {
    padding-bottom: 0px
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale {
    display: flex;
    flex-direction: column
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .box-product-sale {
    flex: 1 1 0%
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount {
    width: 100%;
    margin-top: 15px;
    display: inline-block
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount .countitem {
    width: 100%;
    height: 20px;
    border-radius: 10px;
    position: relative;
    background: #4b4b4c;
    z-index: 1
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount .countitem.visible {
    background: #ffcfb4
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount .countitem.sold-out .countdown {
    background: linear-gradient(90deg, #4a4a4a, #8b8b8b) !important
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount .countitem .fire {
    position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: -5px;
    left: 0
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount .countitem .countdown {
    position: absolute;
    height: 20px;
    border-radius: 10px;
    background: linear-gradient(90deg, #f53d2d, #f63);
    z-index: 0;
    left: 0;
    top: 0
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount .countitem .countdown span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 100%;
    top: -10px
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount .countitem.sold-out .countdown {
    background: #ddd
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount span {
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    z-index: 4;
    color: #fff;
    line-height: 20px;
    left: 50%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%)
}

@media (max-width: 480px) {
    .section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-slide .product-flash-sale .productcount span {
        font-size: 1.2rem
    }
}

.section_flash_sale .block-sale .block-product-sale .swiper_sale:hover .swiper-button-prev {
    left: 8px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_flash_sale .block-sale .block-product-sale .view-more {
    margin-top: 20px;
    text-align: center
}

.section_flash_sale .block-sale .block-product-sale .view-more a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    line-height: 40px;
    height: auto;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    background: transparent;
    padding: 0 25px;
    border-radius: 8px;
    transition: background-color 0.3s ease
}

.section_flash_sale .block-sale .block-product-sale .view-more a svg {
    width: 18px;
    height: 18px;
    margin-left: 5px
}

.section_flash_sale .block-sale .block-product-sale .view-more a:hover {
    border: 1px solid #141414;
    background: #141414
}

.section_flash_sale .block-sale .block-product-sale .view-more a:hover svg {
    color: #fff
}

@media (max-width: 767px) {
    .section_flash_sale .block-sale {
        margin: 0 -14px;
        border-radius: 0px
    }

    .section_flash_sale .block-sale .block-title {
        display: block;
        text-align: center;
        padding: 10px;
        padding-top: 20px
    }

    .section_flash_sale .block-sale .block-title h2 {
        justify-content: center;
        margin-bottom: 10px
    }

    .section_flash_sale .block-sale .block-title h2 svg {
        width: 30px;
        height: 30px
    }

    .section_flash_sale .block-sale .block-title h2 a {
        font-size: 2.2rem
    }

    .section_flash_sale .block-sale .block-title .count-down .timer-view {
        text-align: center
    }

    .section_flash_sale .block-sale .block-product-sale {
        padding: 20px 0px
    }

    .section_flash_sale .block-sale .block-product-sale .swiper_sale {
        padding: 0 14px;
        overflow: initial;
        margin: 0px
    }

    .section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: auto;
        margin-right: -14px;
        margin-left: -14px;
        padding-left: 7px;
        padding-right: 7px
    }

    .section_flash_sale .block-sale .block-product-sale .swiper_sale .swiper-wrapper .swiper-slide {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%;
        padding-left: 7px;
        padding-right: 7px
    }
}

.section_category .swiper_category .swiper-pagination-bullets {
    text-align: center
}

.section_category .swiper_category .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    opacity: 1
}

.section_category .swiper_category .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all .2s;
    background: #333
}

.section_category .swiper_category .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: 1px solid #ddd;
    border-right: 0px;
    outline: none;
    background: #141414;
    line-height: 30px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px
}

.section_category .swiper_category .swiper-button-next:after {
    color: #fff
}

@media (max-width: 767px) {
    .section_category .swiper_category .swiper-button-next {
        display: none
    }
}

.section_category .swiper_category .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #141414;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #ddd;
    border-left: 0px;
    outline: none;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%);
    -ms-transform: translate(-32px, -50%);
    transform: translate(-32px, -50%);
    margin-top: 0px
}

.section_category .swiper_category .swiper-button-prev:after {
    color: #fff
}

@media (max-width: 767px) {
    .section_category .swiper_category .swiper-button-prev {
        display: none
    }
}

@media (max-width: 767px) {

    .section_category .swiper_category .swiper-button-next,
    .section_category .swiper_category .swiper-button-prev {
        width: 25px;
        height: 25px;
        line-height: 25px
    }

    .section_category .swiper_category .swiper-button-next:after,
    .section_category .swiper_category .swiper-button-prev:after {
        font-size: 1.2rem
    }
}

.section_category .swiper_category:hover .swiper-button-next {
    right: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_category .swiper_category:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35
}

.section_category .swiper_category:hover .swiper-button-prev {
    left: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_category .swiper_category:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35
}

.section_category .swiper_category .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 10px
}

.section_category .swiper_category .swiper-slide {
    max-width: 20%
}

.section_category .swiper_category .cate-item {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out
}

.section_category .swiper_category .cate-item .box-cate {
    text-align: center
}

.section_category .swiper_category .cate-item .box-cate .cate-image {
    width: 100px;
    margin: 0 auto
}

.section_category .swiper_category .cate-item .box-cate .cate-image img {
    width: 100%
}

.section_category .swiper_category .cate-item .box-cate .cate-name {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 8px 0 0 0
}

.section_category .swiper_category .cate-item:hover {
    background: linear-gradient(31deg, #1d1d1f 0%, #373737 100%)
}

.section_category .swiper_category .cate-item:hover .cate-image img {
    transform: scale(1.05)
}

.section_category .swiper_category .cate-item:hover .cate-name {
    color: #fff
}

@media (max-width: 767px) {
    .section_category .swiper_category {
        overflow: initial
    }

    .section_category .swiper_category .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        margin-right: -14px;
        margin-left: -14px;
        padding-left: 7px;
        padding-right: 7px;
        width: auto
    }

    .section_category .swiper_category .swiper-wrapper .swiper-slide {
        padding-left: 7px;
        padding-right: 7px;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 40%
    }

    .section_category .swiper_category .swiper-wrapper .swiper-slide .cate-item {
        padding: 10px
    }

    .section_category .swiper_category .swiper-wrapper .swiper-slide .box-cate .cate-image {
        width: 75px
    }

    .section_category .swiper_category .swiper-wrapper .swiper-slide .box-cate .cate-name {
        font-size: 1.4rem
    }

    .section_3_banner .three_banner_swiper {
        overflow: initial
    }

    

}

.section_product_tab .tab_big {
    height: auto
}

.section_product_tab .tab_big .tab_ul {
    padding: 0px 20px;
    position: relative;
    max-width: 100%;
    margin: 10px auto 0 auto
}

.section_product_tab .tab_big .tab_ul ul {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-width: none
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar {
    width: 0;
    height: 0
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 0
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(255, 0, 0, 0.8);
    -webkit-box-shadow: none
}

.section_product_tab .tab_big .tab_ul .grad-left {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 3;
    width: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff)
}

.section_product_tab .tab_big .tab_ul .grad-right {
    position: absolute;
    top: 0%;
    z-index: 3;
    right: 0;
    width: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff)
}

.section_product_tab .tab_big .tab_ul .button {
    cursor: pointer
}

.section_product_tab .tab_big .tab_ul .button.prev svg path {
    fill: #141414
}

.section_product_tab .tab_big .tab_ul ul {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    padding: 0px 10px 0 10px;
    text-align: center
}

.section_product_tab .tab_big .tab_ul ul li {
    padding: 0 15px;
    position: relative;
    font-weight: 500
}

.section_product_tab .tab_big .tab_ul ul li span {
    position: relative
}

.section_product_tab .tab_big .tab_ul ul li span:before {
    background: #141414;
    content: "";
    height: 2px;
    left: 0px;
    bottom: -3px;
    position: absolute;
    width: 0;
    transition: width .3s ease-in-out
}

.section_product_tab .tab_big .tab_ul ul li:hover {
    color: #009bff
}

.section_product_tab .tab_big .tab_ul ul li:hover span:before {
    width: 100%
}

.section_product_tab .tab_big .tab_ul ul li:after {
    content: "/";
    position: absolute;
    right: -4px;
    top: 0
}

.section_product_tab .tab_big .tab_ul ul li:last-child:after {
    content: ""
}

.section_product_tab .tab_big .tab_ul ul li.current {
    font-weight: 600
}

.section_product_tab .tab_big .tab_ul ul li.current span:before {
    width: 100%
}

.section_product_tab .tab_big .tab_ul .button {
    display: flex;
    justify-content: center;
    align-items: center
}

.section_product_tab .tab_big .tab_ul .button:hover svg {
    color: #009bff
}

.section_product_tab .tab_big .tab_ul .button:hover svg path {
    fill: #009bff
}

.section_product_tab .tab-content {
    overflow: initial
}

.section_product_tab .tab-content .view-more {
    margin-top: 15px;
    text-align: center
}

.section_product_tab .tab-content .view-more a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    line-height: 40px;
    height: auto;
    border: 1px solid #141414;
    color: #141414;
    font-weight: 500;
    background: #fff;
    padding: 0 25px;
    border-radius: 8px;
    transition: background-color 0.5s ease
}

.section_product_tab .tab-content .view-more a svg {
    width: 18px;
    height: 18px;
    margin-left: 5px
}

.section_product_tab .tab-content .view-more a:hover {
    border: 1px solid #009bff;
    background: #009bff;
    color: #fff
}

.section_product_tab .tab-content .view-more a:hover svg {
    color: #fff
}

@media (max-width: 767px) {
    .section_product_tab .tab-content.current {
        overflow: initial
    }

    .section_product_tab .tab-content .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-top: 5px
    }

    .section_product_tab .tab-content .row .col-xs-12 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%
    }
}

.section_banner_new .bg-banner {
    padding: 30px 0;
    overflow: hidden;
    background: url(//bizweb.dktcdn.net/100/527/189/themes/964104/assets/section_banner_new_bg.jpg?1735206190363) center/cover no-repeat
}

.section_banner_new .bg-banner .col-left {
    display: flex;
    align-items: center
}

.section_banner_new .bg-banner .col-left .sub-title {
    color: #BF1E2E;
    font-weight: 500;
    font-size: 1.8rem
}

.section_banner_new .bg-banner .col-left h3 {
    font-weight: 800;
    font-size: 2.8rem;
    margin-bottom: 16px
}

.section_banner_new .bg-banner .col-left .desc {
    color: #5c5c5c
}

.section_banner_new .bg-banner .col-left a.show-more {
    margin-top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    line-height: 40px;
    height: auto;
    color: #fff;
    font-weight: 500;
    background: #141414;
    padding: 0 30px;
    border-radius: 8px;
    transition: background-color 0.5s ease
}

.section_banner_new .bg-banner .col-left a.show-more svg {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    transition: all .4s
}

.section_banner_new .bg-banner .col-left a.show-more:hover {
    background: #009bff
}

.section_banner_new .bg-banner .col-left a.show-more:hover svg {
    transform: translateX(3px) !important
}

.section_banner_new .bg-banner .col-right {
    display: flex;
    justify-content: center;
    align-items: center
}

.section_banner_new .bg-banner .col-right .banner-product {
    display: inline-block;
    width: 573px;
    max-width: 100%;
    aspect-ratio: 573/502
}

.section_banner_new .bg-banner .col-right .banner-product.use-effect img {
    visibility: hidden
}

.section_banner_new .bg-banner .col-right .banner-product.use-effect.fadeUp img.loaded {
    visibility: visible !important;
    animation-name: fadeInUp, snakeItem;
    animation-duration: 1s, 3s;
    animation-timing-function: ease, ease;
    animation-direction: normal, alternate;
    animation-fill-mode: both, both;
    animation-iteration-count: 1, infinite;
    animation-delay: 0.5s, 1s
}

@media (max-width: 767px) {
    .section_banner_new .bg-banner .col-left {
        margin-bottom: 30px
    }

    .section_banner_new .bg-banner .col-left h3 {
        font-size: 2.3rem;
        font-weight: 700
    }

    .section_banner_new .bg-banner .col-right .banner-product {
        max-width: 500px
    }
}

.section_blog .blog_swiper .swiper-pagination-bullets {
    text-align: center
}

.section_blog .blog_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    opacity: 1
}

.section_blog .blog_swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all .2s;
    background: #333
}

.section_blog .blog_swiper .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: 1px solid #ddd;
    border-right: 0px;
    outline: none;
    background: #141414;
    line-height: 30px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px
}

.section_blog .blog_swiper .swiper-button-next:after {
    color: #fff
}

@media (max-width: 767px) {
    .section_blog .blog_swiper .swiper-button-next {
        display: none
    }
}

.section_blog .blog_swiper .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #141414;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #ddd;
    border-left: 0px;
    outline: none;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%);
    -ms-transform: translate(-32px, -50%);
    transform: translate(-32px, -50%);
    margin-top: 0px
}

.section_blog .blog_swiper .swiper-button-prev:after {
    color: #fff
}

@media (max-width: 767px) {
    .section_blog .blog_swiper .swiper-button-prev {
        display: none
    }
}

@media (max-width: 767px) {

    .section_blog .blog_swiper .swiper-button-next,
    .section_blog .blog_swiper .swiper-button-prev {
        width: 25px;
        height: 25px;
        line-height: 25px
    }

    .section_blog .blog_swiper .swiper-button-next:after,
    .section_blog .blog_swiper .swiper-button-prev:after {
        font-size: 1.2rem
    }
}

.section_blog .blog_swiper:hover .swiper-button-next {
    right: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_blog .blog_swiper:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35
}

.section_blog .blog_swiper:hover .swiper-button-prev {
    left: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_blog .blog_swiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35
}

.section_blog .blog_swiper .swiper-wrapper {
    padding-bottom: 10px
}

@media (min-width: 992px) {
    .section_blog .blog_swiper .swiper-wrapper {
        padding-left: 1px
    }
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide {
    height: auto
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    overflow: hidden;
    height: 100%
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog .thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto;
    aspect-ratio: 800/450
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog .thumb img.loaded {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog .block-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 15px
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog .block-content h3 {
    font-size: 1.8rem;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 600;
    margin: 0 0 10px 0
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog .block-content h3 a:hover {
    color: #009bff
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog .block-content .time-post {
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.4rem;
    color: #484848
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog .block-content .time-post svg {
    color: #919191;
    margin-right: 5px
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog .block-content .time-post span {
    display: block;
    line-height: normal
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog .block-content p.justify {
    font-size: 1.6rem;
    color: #484848;
    font-weight: 400;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.section_blog .blog_swiper .swiper-wrapper .swiper-slide .item-blog:hover .thumb img {
    transform: scale(1.05)
}

@media (max-width: 767px) {
    .section_blog .blog_swiper {
        overflow: initial
    }

    .section_blog .blog_swiper .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        margin-right: -14px;
        margin-left: -14px;
        padding-left: 7px;
        padding-right: 7px;
        width: auto
    }

    .section_blog .blog_swiper .swiper-wrapper .swiper-slide {
        padding-left: 7px;
        padding-right: 7px;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%
    }

    .section_blog .blog_swiper .swiper-wrapper .swiper-slide .cate-item {
        padding: 10px
    }

    .section_blog .blog_swiper .swiper-wrapper .swiper-slide .box-cate .cate-image {
        width: 75px
    }

    .section_blog .blog_swiper .swiper-wrapper .swiper-slide .box-cate .cate-name {
        font-size: 1.4rem
    }

    .section_blog .blog_swiper .swiper-wrapper .item-blog .block-content h3 {
        font-size: 1.6rem
    }
}

.section_customer .cus-list .cus-item .aspect-1 {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)
}

.section_customer .cus-list .cus-item .aspect-1 img {
    width: 100%
}

@media (min-width: 1025px) {
    .section_customer .cus-list .cus-item .aspect-1:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px)
    }
}

@media (max-width: 991px) {
    .section_customer .cus-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .section_customer .cus-list .cus-item {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
        min-width: 28%
    }
}

@media (max-width: 767px) {
    .section_customer .cus-list .cus-item {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
        min-width: 38%
    }
}

.item_null .item_product_main {
    aspect-ratio: 300/465;
    background: #f1f1f1;
    border-radius: 8px;
    height: auto;
    padding: 0px;
    margin-bottom: 20px
}

.section_tiktok {
    position: relative;
    padding-bottom: 0px
}

.section_tiktok .py-6 {
    padding: 20px 0px
}

.section_tiktok .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute
}

.section_tiktok .tiktok-embed-wrapper {
    margin: 0 auto;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative
}