.slide-banner__home_thumb {
    width: 100%;
    height: 13%;
}

.slide-banner__home_thumb .swiper-wrapper {
    justify-content: space-evenly;
    height: 100%;
}

.section-banner__home .slide-banner__home_thumb .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 33.3333333%;
    text-align: center;
    padding: 8px 0px;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.section-banner__home .slide-banner__home_thumb .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #F5DC6C;
}

.section-banner__home .slide-banner__home_thumb .swiper-slide:hover {
    border: 1px solid #F5DC6C;
    color: #313131;
}

.slide-banner__home .image-main img {
    width: 100%;
}

.banner-promotion {
    display: block;
    position: relative;
    padding-top: 52%;
    border-radius: 12px;
    overflow: hidden;
}

.banner-promotion img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

@media (max-width: 991px) {
    .block-banner__large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .banner-promotion:hover img {
        transform: scale(1.1);
    }
    .block-banner__large {
        flex: 0 0 auto;
        width: 70.5%;
    }
    .block-banner__small {
        flex: 0 0 auto;
        width: 29.5%;
    }
}

.image-banner__small {
    border: 1px #cccccc7d solid;
    sbox-shadow: 2px 4px 12px #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.image-banner__small img {
    width: 100%;
}

.image-banner__small .img__ {
    padding-top: 33%;
}

.image-banner__small:not(:last-child) {
    margin-bottom: 0.75rem;
}

.image-banner__small .img__ img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.section-banner__home .image-small .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    margin-bottom: 0.5rem;
}

.section-banner__home .image-small .image a {
    position: relative;
    padding-top: 100%;
}

.section-banner__home .image-small .image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-product__index .module-product__index:not(:last-child) {
    margin-bottom: 2rem;
}

.section-product__index .module-product__index:not(:last-child) .head .delete-history {
    color: #2f80f0;
}

.section-product__index .product-highlight .item-product__all {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.slide-product-watched {
    padding: 1.25rem 0;
}

.slide-product-watched .swiper-wrapper {}

.slide-product-watched .swiper-slide {
    height: auto;
}

.item-product__watched {
    background: #fff;
    padding: 1.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ebebeb;
    height: 100%;
}

.item-product__watched:hover {
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.item-product__watched .img {
    position: relative;
    padding-top: 100%;
}

.item-product__watched .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.product-sidebar {
    background: rgba(243, 242, 242, 0.8);
    border-radius: 5px;
    margin-bottom: 1.0625rem;
}

.product-sidebar img {
    width: 100%;
}

.product-sidebar .ct-text {
    padding: 0 1.25rem 0.625rem 1.25rem;
    text-align: center;
}

.product-sidebar .ct-text .title {
    color: #ed3237;
}

.filter-product__index .item-filter__product {
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.6875rem 1.4375rem;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 55px;
    position: relative;
    padding-left: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0.75rem;
}

.filter-product__index .item-filter__product::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url(../images/icon-search-gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0.875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item-product__new {
    border-radius: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.item-product__new .img {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.item-product__new .img img {
    width: 100%;
    height: 100%;
}

.item-product__new .title {
    line-height: 1.3;
}

.product-category__index .item:not(:last-child) {
    margin-bottom: 2rem;
}

.product-category__index .header-product__category .nav .nav-item:not(:last-child) {
    margin-right: 0.5rem;
}

@media all and (min-width: 1200px) {
    .product-category__index .header-product__category .nav .nav-item:not(:last-child) {
        min-width: 11%;
    }
}

.product-category__index .header-product__category .nav .nav-item .nav-link {
    background: none;
    outline: none;
    padding: 0.25rem 1rem;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 0.875rem;
    font-family: "Roboto_Light", sans-serif;
}

.product-category__index .header-product__category .nav .nav-item .nav-link.active {
    background: #ed3237;
    color: #fff;
}

.slide-branch .swiper-wrapper {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

.slide-branch .swiper-wrapper .swiper-slide {
    margin-top: 0 !important;
}

.slide-branch .img-branch {
    position: relative;
    padding-top: 45%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slide-branch .img-branch:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slide-branch .img-branch img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
    padding: 16px
}

.section-new__index .img {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.section-new__index .img img {
    width: 100%;
}

.section-new__index .video-main .btn-play {
    width: 4.0625rem;
    height: 3rem;
    background-image: url(../images/icon_play_yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.section-new__index .video-main .title-new-main {
    line-height: 1.2;
}

.section-new__index .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section-new__index .btn-play img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-new__index .list-video .item-video:not(:last-child) {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
}

.section-new__index .list-video .item-video .img {
    width: 6.875rem;
    height: 4.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section-new__index .list-video .item-video .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.section-new__index .list-video .item-video .btn-play {
    width: 1.5rem;
    height: 1.125rem;
    background-image: url(../images/icon_play_yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.section-new__index .list-video .item-video .title-video-small {
    display: block;
    padding-left: 0.5rem;
}

.section-new__index .new-index .item-new .img {
    border-radius: 5px;
    overflow: hidden;
}

.section-new__index .new-index .item-new:not(:last-child) {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ebebeb;
}

.section-new__index .new-index .item-new:first-child .img {
    width: 100%;
}

.section-new__index .new-index .item-new:first-child .img img {
    width: 100%;
}

.section-new__index .new-index .item-new:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-new__index .new-index .item-new:not(:first-child) .img {
    width: 6.875rem;
    height: 4.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section-new__index .new-index .item-new:not(:first-child) .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.section-new__index .new-index .item-new:not(:first-child) .title {
    font-size: 0.875rem;
    font-family: "Hel_Regular", sans-serif;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.5rem;
}

.result-search .item-result {
    color: #2f80f0;
    font-size: 0.875rem;
    display: inline-block;
    position: relative;
    padding-left: 1.5625rem;
    white-space: nowrap;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.result-search .item-result::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url(../images/icon-search-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-banner__home {
    border-radius: 10px;
    overflow: hidden;
}

.slide-product__new .swiper-slide {
    height: auto;
}

.pagination-banner__home {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    text-align: center;
}

.pagination-banner__home .swiper-pagination-bullet {
    width:8px;
    height: 8px;
    background: rgba(183, 183, 183, 0.50);
    opacity: 1;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 4px;
}

.pagination-banner__home .swiper-pagination-bullet-active {
 
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    background: #D3D7D9;

}

.slide-branch {
    padding: 0 15px;
}

.btn-circle__all.branch-next {
    right: 15px !important;
}

.btn-circle__all.branch-prev {
    left: 15px !important;
}

@media (max-width: 1199px) {
    .item-product__new .img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .item-product__watched {
        padding: 0.9375rem;
    }
    .section-product__index .product-highlight .item-product__all {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .header-product__category .head-main .title-all {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .header-product__category .head-main .nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .product-category__index .item .head-main {
        overflow-x: scroll;
    }
    .header-product__category .head-main .nav .nav-item {
        white-space: nowrap;
        scroll-snap-align: start;
    }
    .header-product__category .head-main .nav .nav-link {
        font-size: 0.75rem !important;
    }
    .section-banner__home .banner {
        display: none;
    }
}

@media (max-width: 767px) {
    .section-product__index .product-highlight .item-product__all {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
    .item-product__new .title {
        font-size: 0.875rem;
    }
    .item-product__new .desc {
        font-size: 0.625rem;
    }
    .item-product__new .img {
        width: 100%;
        height: 100%;
    }
    .new-index__mobile .nav .nav-item:not(:last-child) {
        margin-right: 1rem;
    }
    .new-index__mobile .nav .nav-item .nav-link {
        background: none;
        padding: none;
        outline: none;
        border: none;
        font-size: 1.125rem;
        line-height: 1;
        font-family: "Hel_Bold", sans-serif;
        color: #888;
    }
    .new-index__mobile .nav .nav-item .nav-link.active {
        color: #313131;
    }
    .section-new__index .video-main .btn-play {
        width: 2.1875rem;
        height: 1.5625rem;
    }
}

@media (max-width: 575px) {
    .section-product__index .product-highlight .item-product__all {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .pagination-branch {
        display: none;
    }
    .category-viewed-product {
        max-width: 100% !important;
    }
    .module-product__index .head {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: block !important;
    }
    .module-product__index .head .delete-history {
        color: #313131 !important;
    }
    .slide-product-watched {
        padding: 0;
    }
    .product-category__index .item .head-main {
        display: block !important;
    }
    .product-category__index .item .head-main .title-all {
        margin-bottom: 0.9375rem !important;
    }
    .much-search {
        background: #f5f5f5;
        padding: 1.5625rem 0 !important;
    }
    .section-banner__home {
        padding-top: 0 !important;
    }
    .section-banner__home .col-12 {
        padding: 0;
    }
    .boxContent-slide,
    .slide-product-watched {
        margin: 0;
    }
    .slide-product-watched .swiper-wrapper {
        padding: 0;
    }
    .slide-branch {
        padding: 0;
    }
}


/* B? bo góc tròn slide*/
.slide-banner__home {
    border-radius: 0px;
    overflow: hidden;
}