/* NEWS HOME */
.block_news .cate-accessories{padding:20px 10px 20px;overflow:hidden}
.block_news .cate-accessories .box-list__news{margin-bottom:10px;background:#f7f9fb;padding:20px;}
.block_news .cate-accessories .box-content{overflow:hidden}
.block_news .box-content__img{height:200px;display:flex;justify-content:center;overflow:hidden;border-radius:15px;}
.block_news .box-content__img img{height:100%;width:auto;display:block;object-fit:cover;}
.block_news .box-content__info{padding:10px}
.block_news .box-content__info h3{min-height:82px;margin:0 0 10px 0;font-size:14px;font-weight:bold;line-height:1.4}
.block_news .box-content__info a{color:#212121;transition:color .2s}
.block_news .box-content__info .box-info__bottom a{width:90px;margin-top:5px;padding:5px;text-align:center;color:var(--color_black);background:var(--color_orange);border:1px solid var(--color_orange);border-radius:5px;cursor:pointer;font-weight:600}
/* BOX RIGTH NEWS HOME */
.box-news__middle--right .title-new{width:100%;display:inline-block;border-bottom:2px solid var(--color_blue)}
.box-news__middle--right .title-new h2{background-color:var(--color_blue);color:white;display:inline-block;font-size:14px;font-weight:500;text-transform:uppercase;padding:10px 15px;float:left}
.box-news__middle--right .title-new b{float:left;width:0;height:0;border-left:0 solid transparent;border-right:25px solid transparent;border-bottom:36px solid var(--color_blue);margin-top:1px}
.box-news__middle--right .loop-post{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}
.box-news__middle--right .lip-post.come-on{width:100%;display:inline-block;border-bottom:1px dashed #e2e2e2;margin-bottom:5px;padding-bottom:6px}
.box-news__middle--right .lip-post.come-on:last-child{border:none;padding-bottom:2px;margin-bottom:1px;}
.box-news__middle--right .detail-post{margin-right:10px;margin-left:10px}
.box-news__middle--right .detail-post h3{font-size:14px;font-weight:400;color:#000000;line-height:20px}
.box-news__middle--right .detail-post h3 a{color:#000000}
/* BLOCK LOGO BRAND */
.box-brand ul{display:flex;margin-bottom:0;padding-left:0;list-style:none}
.box-brand ul li:not(:nth-of-type(4n)){margin-right:10px}
.box-brand ul li{height:50px;flex:0 1 calc((100% - 30px)/4);margin-bottom:10px;border-radius:4px;background:#fff;box-shadow:0 0.125rem 0.25rem rgb(0 0 0 / 8%);border:1px solid #06c1d4;padding:40px;margin-right:10px}
.box-brand ul li a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:5px;font-size:12px;font-weight:700;line-height:1.4;color:#666;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}
.box-brand .icon_brand{width:100%;max-width:120px;height:auto;display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-size:350px}
@media only screen and (max-width:768px) {
	.box-brand ul{display:flex;margin-bottom:0;padding-left:0;list-style:none}
	.box-brand ul li:not(:nth-of-type(4n)){margin-right:5px}
	.box-brand ul li{padding: 0;flex:0 1 calc((100% - 15px)/4);margin-bottom:5px;border-radius:4px;background:#fff;box-shadow:0 0.125rem 0.25rem rgb(0 0 0 / 8%)}

    /* SWIPER-SLIDE SẢN PHẨM MỚI */
    .box-list-product .swiper-container .swiper-button-next {
        width: 20px;
        height: 40px;
        right: 0 !important;
    }

    .box-list-product .swiper-container .swiper-button-prev {
        width: 20px;
        height: 40px;
        left: 0 !important;
    }

    .box-list-new .list-product-swiper .swiper-wrapper .swiper-slide {
        width: auto !important;
        flex-shrink: 0;
    }
    /* SWIPER-SLIDE SẢN PHẨM MỚI */

    .box-sliding .gallery-top .swiper-pagination {
        bottom: 10% !important;
    }

}
.box-phone__see-more .box-phone {
	font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.box-sliding .gallery-top .swiper-pagination {
        border-top: unset;
        background: unset;
        position: absolute;
        bottom: 5%;
}

.box-sliding .gallery-top .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        background-color: #707070;
        opacity: 1;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        border-radius: 50%;
        padding: 0 2px;
}

.box-sliding .gallery-top .swiper-pagination .swiper-pagination-bullet-active {
        width: 7px;
        height: 7px;
        background: #fff;
}

/* SWIPER-SLIDE SẢN PHẨM MỚI */
.box-list-product .swiper-container .swiper-button-next {
    top: 50%;
}

.box-list-product .swiper-container .swiper-button-prev {
    top: 50%;
}

.box-flashsale .swiper-container .swiper-wrapper,.box-list-product .swiper-container .swiper-wrapper {
    display: grid !important;
    cursor: grab;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
}

.box-list-new .list-product-swiper .swiper-wrapper .swiper-slide, 
.box-list-promotion .list-product-swiper .swiper-wrapper .swiper-slide {
    transition: unset !important;
}
/* SWIPER-SLIDE SẢN PHẨM MỚI */

