.bg-index {
    background: #f5f5f5
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #333
}

.home-slider .swiper-slide {
    text-align: center
}

.home-slider .swiper-button-next:after,.home-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000
}

.section_slider {
    padding-top: 30px
}

.section_slider .row {
    margin-left: -10px;
    margin-right: -10px
}

.section_slider .slider {
    padding: 0 10px
}

.section_slider .banner {
    padding: 0 10px
}

.section_slider .banner .item.thumb-1 {
    margin-bottom: 19px
}

.section_slider img {
    border-radius: 10px
}

.section_slider .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1
}

.section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.section_slider .swiper-pagination .swiper-pagination-bullet:hover {
    background: #fff
}

.section_product_featured {
    padding: 35px 0
}

.section_product_featured .block-title {
    position: relative;
    z-index: 99;
    margin-bottom: 45px
}

.section_product_featured .block-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 35px
}

.section_product_featured .block-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 5px;
    height: 3px;
    width: 110px;
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
}

.section_product_featured .block-title .view-more {
    position: absolute;
    top: 10px;
    right: 0
}

.section_product_featured .block-product {
    margin: -55px -15px
}

.section_product_featured .block-product .product-featured-swiper {
    padding: 55px 15px
}

.section_category {
    margin-bottom: 35px
}

.section_category .block-title {
    position: relative;
    z-index: 99;
    margin-bottom: 45px
}

.section_category .block-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 35px
}

.section_category .block-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 5px;
    height: 3px;
    width: 110px;
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
}

.section_category .block-content .cate-swiper .swiper-slide {
    background-color: #fe4739;
    height: 102px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    background-repeat: no-repeat
}

.section_category .block-content .cate-swiper .swiper-slide:nth-child(1) {
    background-color: #ffa914;
    background-image: url(//bizweb.dktcdn.net/100/449/923/themes/875305/assets/bg-smart-phone.png?1662353617180);
    background-size: cover;
}

.section_category .block-content .cate-swiper .swiper-slide:nth-child(2) {
    background-color: #fe4739;
    background-image: url(//bizweb.dktcdn.net/100/449/923/themes/875305/assets/background-laptop.png?1662353617180)
}

.section_category .block-content .cate-swiper .swiper-slide:nth-child(3) {
    background-color: #21b792;
    background-image: url(//bizweb.dktcdn.net/100/449/923/themes/875305/assets/background-tai-nghe.png?1662353617180)
}

.section_category .block-content .cate-swiper .swiper-slide:nth-child(4) {
    background-color: #1e374d;
    background-image: url(//bizweb.dktcdn.net/100/449/923/themes/875305/assets/background-apple-watch.png?1662353617180)
}

.section_category .block-content .cate-swiper .swiper-slide:nth-child(5) {
    background-color: #288cc7;
    background-image: url(//bizweb.dktcdn.net/100/449/923/themes/875305/assets/background-ipad.png?1662353617180)
}

.section_category .block-content .cate-swiper .swiper-slide .info {
    font-size: 12px;
    color: #fff
}

.section_category .block-content .cate-swiper .swiper-slide .info h3 {
    font-size: 14px;
    margin-bottom: 0
}

.section_category .block-content .cate-swiper .swiper-slide .info h3 a {
    color: #fff
}

.section_category .block-content .cate-swiper .swiper-slide .info h3 a:hover {
    opacity: 0.6
}

.section_deal_hot {
    margin-bottom: 35px;
    background-color: #d70000;
    /* background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(255 0 0) 50%, rgb(0 0 0) 100%); */
    padding: 35px 0 35px
}

.section_deal_hot .block-title {
    position: relative;
    z-index: 99;
    margin-bottom: 45px
}

.section_deal_hot .block-title .timer {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center
}

.section_deal_hot .block-title .timer .text {
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    color: #fff
}

.section_deal_hot .block-title .timer .time {
    display: inline-flex;
    text-align: center;
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%);
    border-radius: 10px;
    padding: 6px 15px
}

.section_deal_hot .block-title .timer .time .doted-timer {
    color: #fff
}

.section_deal_hot .block-title .timer .time .lof-labelexpired {
    color: #fff;
    position: relative;
    top: 1px
}

.section_deal_hot .block-title .timer .time .block-timer {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 8px;
    line-height: initial
}

.section_deal_hot .block-title .timer .time .block-timer p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    display: inline-block;
    margin-right: 3px
}

.section_deal_hot .block-title .timer .time .block-timer b {
    font-size: 14px
}

.section_deal_hot .block-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 35px
}

.section_deal_hot .block-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 5px;
    height: 3px;
    width: 110px;
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
}

.section_deal_hot .block-title h2 a {
    color: #fff
}

.section_deal_hot .block-title h2 a:hover {
    opacity: 0.6
}

.section_deal_hot .block-title .view-more {
    position: absolute;
    top: 10px;
    right: 0
}

.section_deal_hot .row {
    margin: 0 -10px
}

.section_deal_hot .row .col-right {
    padding: 0 10px
}

.section_deal_hot .row .col-left {
    padding: 0 10px
}

.section_deal_hot .flashsale__item .product-action .product-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.section_deal_hot .flashsale__item .product-action .product-thumbnail .image_thumb {
    padding-bottom: 100%;
    display: block;
    height: 0;
    position: relative
}

.section_deal_hot .flashsale__item .product-action .product-thumbnail .image_thumb img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute
}

.section_deal_hot .flashsale__item .product-action .product-thumbnail .image_thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.section_deal_hot .flashsale__item .product-action .product-info {
    z-index: 1;
    position: relative
}

.section_deal_hot .flashsale__item .product-action .product-info .product-name {
    font-size: 14px;
    font-weight: 500
}

.section_deal_hot .flashsale__item .product-action .product-info .product-name a {
    display: block;
    color: #444444
}

.section_deal_hot .flashsale__item .product-action .product-info .product-name a:hover {
    color: #f45c43
}

.section_deal_hot .flashsale__item .product-action .product-info .price-box {
    font-weight: 500;
    font-size: 14px;
    color: #FF5C00;
    margin-bottom: 8px
}

.section_deal_hot .flashsale__item .product-action .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #848484
}

.section_deal_hot .flashsale__item .product-action .specifications {
    margin-bottom: 10px
}

.section_deal_hot .flashsale__item .product-action .specifications .specifications-content {
    font-size: 13px;
    color: #848484
}

.section_deal_hot .flashsale__item .product-action .smart {
    position: absolute;
    top: 0;
    left: 0;
    background: #4DB23D;
    font-size: 12px;
    border-radius: 5px;
    color: #ffff;
    height: 20px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.section_deal_hot .flashsale__item .product-action .action button {
    height: 35px;
    width: 100%;
    border: initial;
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%);
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.section_deal_hot .flashsale__item .product-action .action button:hover {
    background: linear-gradient(180deg, var(--gradient3) 0%, var(--gradient4) 100%)
}

.section_deal_hot .flashsale__item .product-action .action .btn-views.setWishlist svg path {
    stroke: #7B7B7B
}

.section_deal_hot .flashsale__item .product-action .action .btn-views.setWishlist.active {
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
}

.section_deal_hot .flashsale__item .product-action .action .btn-views.setWishlist.active svg path {
    stroke: #fff
}

.section_deal_hot .flashsale__item .product-action .action .btn-views:hover.quick-view svg path {
    fill: #fff
}

.section_deal_hot .flashsale__item .product-action .action .btn-views:hover.setWishlist svg path {
    stroke: #fff
}

.section_deal_hot .flashsale__item .product-action .action .actions-secondary {
    z-index: 2
}

.section_deal_hot .flashsale__item .product-action .action .actions-primary {
    z-index: 9;
    width: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    width: 155px;
    margin-right: 5px
}

.section_deal_hot .flashsale__item .product-action:hover:before {
    pointer-events: auto;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    -ms-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.section_deal_hot .flashsale__item .product-action.contact:hover:before {
    bottom: 0
}

.section_deal_hot .flashsale__item .product-action .thumbs-list-swiper {
    border-top: 1px solid #F1F1F2;
    padding-top: 15px;
    margin-top: 15px
}

.section_deal_hot .flashsale__item .product-action .thumbs-list-swiper .thumbs-list .thumbs-list-item img {
    border: 1px solid #F1F1F2;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    height: 95px;
    object-fit: scale-down;
    padding: 5px;
    text-align: center;
    display: block;
    margin: auto
}

.section_deal_hot .flashsale__item .product-action .thumbs-list-swiper .thumbs-list .thumbs-list-item.active img {
    border-color: #FF5C00
}

.section_deal_hot .col-left .product-action .product-thumbnail {
    margin-bottom: 0
}

.section_deal_hot .deal-hot-swiper {
    height: 100%
}

.section_deal_hot .swiper-pagination {
    margin-top: 15px;
    position: initial
}

.section_deal_hot .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: initial;
    opacity: 1;
    margin: 0 4px
}

.section_deal_hot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    border-radius: 14px;
    width: 37px
}

.section_deal_hot .swiper-pagination .swiper-pagination-bullet:hover {
    background: #fff
}

.flashsale__bottom {
    display: flex;
    flex-wrap: wrap-reverse
}

.flashsale__bottom .flashsale__label {
    font-size: 12px
}

.flashsale__bottom .flashsale__progressbar {
    display: block;
    width: 100%;
    height: 10px;
    background: #ebebeb;
    margin-bottom: 3px;
    border-radius: 9999px;
    position: relative;
    overflow: hidden
}

.flashsale__bottom .flashsale__progressbar.style2 {
    height: 18px
}

.flashsale__bottom .flashsale__progressbar.style2 .flashsale__label {
    font-size: 12px;
    position: relative;
    left: 0;
    z-index: 2;
    text-align: center;
    margin: auto
}

.flashsale__bottom .flashsale___percent {
    width: 0%;
    height: 100%;
    background-color: #f45c43;
    border-radius: 99px 0 0 99px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-size: 40px 40px;
    -webkit-animation: progress_bar_fill 2s linear infinite;
    animation: progress_bar_fill 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255,255,255,0.25) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, transparent 75%, transparent)
}

@keyframes progress_bar_fill {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

.sold-module {
    height: 20px;
    border-radius: 10px;
    background: linear-gradient(to right, #ec1a17, #ffad00)
}

.sold-module img {
    left: 2px;
    top: -2px;
    width: 18px
}

.sold-module .sold {
    font-size: 12px;
    color: #fff;
    z-index: 2;
    line-height: normal
}

.sold-module .remain {
    background: #ffbda6;
    right: 0;
    top: 0;
    z-index: 1
}

.section_three_banner .row {
    margin: 0 -10px
}

.section_three_banner .row .block-item {
    padding: 0 10px
}

.section_three_banner .row .block-item a img {
    border-radius: 10px
}

.section_product {
    margin-top: 35px
}

.section_product .block-title {
    position: relative;
    z-index: 99;
    margin-bottom: 45px
}

.section_product .block-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 35px
}

.section_product .block-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 5px;
    height: 3px;
    width: 110px;
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
}

.section_product .block-title .link-list {
    position: absolute;
    top: 0px;
    right: 0
}

.section_product .block-title .link-list a {
    padding: 0 15px;
    background: transparent;
    box-shadow: 0px 4px 12px rgba(124,124,124,0.19);
    border-radius: 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px
}

.section_product .block-title .link-list a:hover {
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%);
    color: #fff
}

.section_product .block-title .view-more {
    position: absolute;
    top: 10px;
    right: 0
}

.section_product .row {
    margin: 0 -10px
}

.section_product .row .col-right {
    padding: 0 10px
}

.section_product .row .col-right.block-banner a img {
    border-radius: 10px
}

.section_product .row .col-left {
    padding: 0 10px
}

.section_product .block-product {
    margin: -55px -15px
}

.section_product .block-product .product-1-swiper {
    padding: 55px 15px
}

.section_product .block-product .product-1-swiper .swiper-pagination {
    position: initial;
    margin-top: 20px
}

.section_product .block-product .product-1-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #F45C43;
    background: initial;
    opacity: 1
}

.section_product .block-product .product-1-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%);
    border-radius: 14px;
    width: 37px
}

.section_product .block-product .product-1-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
}

.section_product .block-product .product-2-swiper {
    padding: 55px 15px
}

.section_product .block-product .product-2-swiper .swiper-pagination {
    position: initial;
    margin-top: 20px
}

.section_product .block-product .product-2-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #F45C43;
    background: initial;
    opacity: 1
}

.section_product .block-product .product-2-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%);
    border-radius: 14px;
    width: 37px
}

.section_product .block-product .product-2-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
}

.section_product .block-product .product-3-swiper {
    padding: 55px 15px
}

.section_product .block-product .product-3-swiper .swiper-pagination {
    position: initial;
    margin-top: 20px
}

.section_product .block-product .product-3-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #F45C43;
    background: initial;
    opacity: 1
}

.section_product .block-product .product-3-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%);
    border-radius: 14px;
    width: 37px
}

.section_product .block-product .product-3-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
}

.section_blog {
    padding: 35px 0
}

.section_blog .block-title {
    position: relative;
    z-index: 99;
    margin-bottom: 45px
}

.section_blog .block-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 35px
}

.section_blog .block-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 5px;
    height: 3px;
    width: 110px;
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
}

.section_blog .block-blog .item-blog .block-thumb {
    margin-bottom: 15px
}

.section_blog .block-blog .item-blog .block-thumb .thumb {
    padding-bottom: 56%;
    display: block;
    height: 0;
    position: relative
}

.section_blog .block-blog .item-blog .block-thumb .thumb img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute
}

.section_blog .block-blog .item-blog .block-content h3 {
    font-size: 18px;
    min-height: 50px
}

.section_blog .block-blog .item-blog .block-content h3 a {
    color: #393939;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.section_blog .block-blog .item-blog .block-content h3 a:hover {
    color: #f45c43
}

.section_blog .block-blog .item-blog .block-content .post {
    margin-bottom: 10px
}

.section_blog .block-blog .item-blog .block-content .post .time-post {
    display: inline-block;
    color: #7B7B7B;
    font-size: 13px;
    margin-right: 15px
}

.section_blog .block-blog .item-blog .block-content .post .time-post svg {
    width: 15px;
    height: initial;
    position: relative;
    top: -2px;
    margin-right: 3px
}

.section_blog .block-blog .item-blog .block-content p {
    font-size: 14px;
    color: #4D555D;
    text-align: justify
}

.section_blog .block-right .block-content {
    background: linear-gradient(180deg, var(--gradient3) 0%, var(--gradient4) 100%);
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center
}

.section_blog .block-right .review-swiper .thumb img {
    border-radius: 100%
}

.section_blog .block-right .review-swiper .info {
    margin-top: 15px
}

.section_blog .block-right .review-swiper .info h3 {
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

.section_blog .block-right .review-swiper .info .des {
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.section_blog .block-right .review-swiper .swiper-pagination {
    margin-top: 15px;
    position: initial
}

.section_blog .block-right .review-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: initial;
    opacity: 1;
    margin: 0 4px
}

.section_blog .block-right .review-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    border-radius: 14px;
    width: 37px
}

.section_blog .block-right .review-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: #fff
}

@media (max-width: 1199px) and (min-width: 991px) {
    .section_product .row .col-left {
        -ms-flex:0 0 59%;
        flex: 0 0 59%;
        max-width: 59%
    }

    .section_product .row .col-right {
        -ms-flex: 0 0 41%;
        flex: 0 0 41%;
        max-width: 41%
    }

    .section_deal_hot .deal-hot-swiper {
        margin-top: 20px
    }
}

@media (max-width: 1199px) {
    .section_deal_hot .deal-hot-swiper .product-action {
        height:initial
    }

    .section_deal_hot .deal-hot-swiper .product-action .action .btn-views.quick-view {
        display: none
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .section_slider .banner .item.thumb-1 {
        margin-bottom:18px
    }

    .section_slider .banner .item.thumb-3 img {
        height: 258px
    }

    .section_deal_hot .row .col-right {
        margin-top: 20px
    }

    .section_deal_hot .block-title .timer {
        top: 2px
    }

    .section_deal_hot .block-title .timer .text {
        font-size: 16px
    }

    .section_product.section_product_1 .block-title,.section_product.section_product_2 .block-title {
        margin-bottom: 20px
    }

    .section_product.section_product_1 .block-title .link-list,.section_product.section_product_2 .block-title .link-list {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        justify-content: unset;
        width: 100%;
        margin-top: 25px
    }

    .section_product.section_product_1 .block-title .link-list a,.section_product.section_product_2 .block-title .link-list a {
        flex-shrink: 0;
        box-shadow: initial;
        margin: 0 5px 0 0;
        color: #fff;
        background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
    }
}

@media (max-width: 767px) {
    .section_deal_hot .row .col-right {
        margin-top:20px
    }

    .section_deal_hot .product-deal-hot-one .item .product-info {
        margin-top: 15px
    }

    .section_deal_hot .block-title {
        margin-bottom: 20px
    }

    .section_deal_hot .block-title h2 {
        font-size: 19px
    }

    .section_deal_hot .block-title .timer {
        position: initial;
        margin-top: 25px
    }

    .section_deal_hot .block-title .timer .text {
        display: none
    }

    .section_deal_hot .block-title .timer .time {
        padding: 6px 5px
    }

    .section_three_banner .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        /* flex-flow:unset; */
        -webkit-justify-content: unset;
        /* justify-content:unset; */
        -webkit-align-items: unset;
        align-items: unset
    }

    .section_three_banner .row .block-item {
        -ms-flex: 0 0 205px;
        /* flex:0 0 205px; */
        /* max-width:205px; */
        height: 210px;
        /* min-width:205px; */
    }

    .section_slider .banner {
        margin-top: 20px
    }

    .section_slider .banner .item.thumb-1 {
        margin-bottom: 14px
    }
}

@media (max-width: 767px) and (max-width: 320px) {
    .section_slider .banner .item.thumb-1 {
        margin-bottom:11px
    }
}

@media (max-width: 767px) {
    .section_blog .block-title {
        margin-bottom:30px
    }

    .section_blog .block-title h2 {
        font-size: 19px
    }

    .section_blog .block-right .block-content {
        padding: 25px 30px
    }

    .section_product_featured .block-title {
        margin-bottom: 30px
    }

    .section_product_featured .block-title h2 {
        font-size: 19px
    }

    .section_category .block-title {
        margin-bottom: 30px
    }

    .section_category .block-title h2 {
        font-size: 19px
    }

    .section_product .block-title h2 {
        font-size: 19px
    }

    .section_product.section_product_3 .block-title {
        margin-bottom: 30px
    }

    .section_product.section_product_1 .block-title,.section_product.section_product_2 .block-title {
        margin-bottom: 20px
    }

    .section_product.section_product_1 .block-title .link-list,.section_product.section_product_2 .block-title .link-list {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        justify-content: unset;
        width: 100%;
        margin-top: 25px
    }

    .section_product.section_product_1 .block-title .link-list a,.section_product.section_product_2 .block-title .link-list a {
        flex-shrink: 0;
        box-shadow: initial;
        margin: 0 5px 0 0;
        color: #fff;
        background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%)
    }
}
