@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.bg-main {
    background: var(--color-main) !important;
}

.support-content {
    font-size: 1.8rem;
}

.swiper-slider-main .swiper-pagination-bullet {
    border:2px solid white !important;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.swiper-slider-main .swiper-pagination-bullet-active {
    background: white !important;
}

@media (min-width: 1200px) {
    /*.container, .container-lg, .container-md, .container-sm, .container-xl {*/
    /*    max-width: 1440px;*/
    /*}*/

    .setting-menu > .container > .row > div:nth-child(2) {
        flex-basis: calc(83.33333% - 235px);
        max-width: 83.33333%;
    }

    .setting-menu > .container > .row > div:nth-child(3) {
        flex: 0 0 235px;
        max-width: 235px;
    }

    .priority-list-all>.row>div:nth-child(1) {
        flex: 0 0 12%;
        max-width: 12%;
    }

    .priority-list-all>.row>div:nth-child(2), .priority-list-all>.row>div:nth-child(4) {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .priority-list-all>.row>div:nth-child(3) {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .priority-list-all>.row>div:nth-child(5) {
        flex: 0 0 14%;
        max-width: 14%;
    }

    .product-item .inner-content {
        height: 110px;
    }

    .product-item .inner-content .product-category {
        height: 22px;
        overflow: hidden;
    }

    .list-category-product>.row>div {
        flex: 0 0 120px !important;
        max-width: 120px !important;
    }

    .view-product>.row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .section-list-article .article-news, .category-news {
        background: var(--white);
        padding: 15px;
        border-radius: 10px;
    }

    .category-news .section-category-product .item-category {
        margin-bottom: 0 !important;
    }

    .producr-detail-combined .product-item .inner-content .product-title a {
        font-size: 16px;
    }

    .search-mobile.fix-search {
        -webkit-animation-name: fadeInDown;
        -webkit-animation-duration: 5s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: anim_titles;
        -moz-animation-duration: 5s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-play-state: running;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -webkit-animation-duration: .7s;
        -moz-animation-duration: .7s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1200px;
    }

    .setting-menu > .container > .row > div:nth-child(2) {
        flex-basis: calc(83.33333% - 205px);
        max-width: 83.33333%;
    }

    .setting-menu > .container > .row > div:nth-child(3) {
        flex: 0 0 205px;
        max-width: 205px;
    }

    .section-category-product .item-category {
        margin-bottom: 10px !important;
    }

    .section-category-product>.row>div:nth-child(2) .item-category {
        height: calc(100% - 10px) !important;
    }

    .view-product.content-fash-sale>.row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.logo-section img {
    max-height: 80px;
    object-fit: contain;
}

.language-switch .list-unstyled{
    width: max-content;
}

@media (min-width: 992px) {
    .setting-menu > .container > .row > div:nth-child(2) {
        padding: 0;
    }
}

.menu-section > ul > li.has-child > ul.entry-menu.dropdown:before {
    position: absolute;
    content: '\324';
    top: -23px;
    width: 20px;
    height: 20px;
    font-size: 23px;
    left: 20px;
    font-family: 'iconsax';
    color: var(--white);
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.policy-list {
    border-right: 1px solid #dee2e6;
}

.section-policy .row>div:last-child .policy-list {
    border: 0;
}

.slick-slider:hover .slick-arrow {
    background: #fff;
    border-radius: 100%;
}

.article-content {
    overflow-y: hidden;
}

/*category_product*/
@media (min-width: 992px) {
    .section-category-product>.row {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        gap: 0;
        padding: 0;
    }

    .category-product-home .section-category-product>.row>div:nth-child(2) {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 2;
    }

    .section-category-product>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.hover-on-img .img-category img {
    transition: 1.1s;
}

.hover-on-img:hover .img-category img {
    transform: scale(1.1);
}

/*category_product*/
/*fash sale*/
.section-fash-sale {
    background-size: cover;
    background-repeat: no-repeat;
}

.title_sale .title_sale {
    background: var(--color-hightlight);
}

.title_sale .title .time {
    background: var(--color-highlight);
    display: flex;
    border-radius: 7px;
}

.title_sale .title .time span#time_sale_all_product {
    display: flex;
    align-items: center;
    margin: 0 -7px;
}

.title_sale .title .time span#time_sale_all_product p {
    margin: 0 10px !important;
    padding: 0;
    height: auto;
    border: 0;
    font-size: 22px;
    color: #15284B;
    position: relative;
    line-height: 1;
}

.title_sale .title .time span#time_sale_all_product p:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 10px;
    height: 2px;
    width: 7px;
    background: var(--black);
    z-index: 2;
    line-height: 1.1;
}

.title_sale .title .time span#time_sale_all_product p:last-child:before {
    content: none;
}

.title_sale .title .time span {
    line-height: 1;
    font-weight: 700;
    color: #15284B;
}

.content-fash-sale .product-item .wrp-effect-change-img {
    padding-top: 128% !important;
    background: var(--white);
}

.content-fash-sale .product-item .wrp-effect-change-img img {
    object-fit: contain;
}

.content-fash-sale .product-item .inner-content .product-title a, .content-fash-sale .product-item .inner-content .product-category a, .content-fash-sale .product-item .inner-content .product-rating-price .price span {
    color: var(--color-text-hightlight);
}

.content-fash-sale .product-item .inner-content .product-rating-price .price {
    display: flex;
    justify-content: space-between;
}

.slick-slider .product-item {
    margin-bottom: 0;
}

/*fash sale*/
/*product*/
@media (min-width: 992px) {
    .product-col-5 .row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .menu-section .entry-menu {
        top: 98%;
    }

    .title-tab {
        border-bottom: 1px solid #003131;
    }
}

.section-tab-product .title-tab .title-section, .product-padding-right .title-section {
    position: relative;
    padding-left: 40px;
}

/*product*/
/*banner-new-product*/
.section-banner .item-banner {
    padding-top: 120%;
}

.banner-new-product .section-banner .row>div:first-child .item-banner {
    padding-top: 59.3%;
}

.banner-new-product .section-banner .row>div:first-child {
    flex: 0 0 50%;
    max-width: 50%;
}

.banner-new-product .section-banner .row>div {
    flex: 0 0 25%;
    max-width: 25%;
}

.slider-banner-center .item {
    border-radius: 10px;
    overflow: hidden;
}

.slider-banner-center ul.slick-dots {
    position: absolute;
    right: 9px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    bottom: initial;
}

.slider-banner-center .slick-dotted {
    margin-bottom: 0;
    position: relative;
}

.slider-banner-center ul.slick-dots li {
    margin: 5px 5px;
}

.slider-banner-center ul.slick-dots li button:before {
    width: 9px;
    height: 13px;
    line-height: 13px;
    border-radius: 5px;
    background-color: #F1F1F1;
    opacity: 1;
}

.slider-banner-center ul.slick-dots li.slick-active button:before {
    height: 38px;
    background-color: var(--color-hightlight);
}

.slider-banner-center ul.slick-dots li.slick-active {
    height: 38px;
}

.slider-banner-center .item img {
    aspect-ratio: 7/2;
    object-fit: cover;
}

.slider-banner-bottom .item, .slider-banner-bottom .item img {
    aspect-ratio: 8/1;
    object-fit: cover;
}

/*hover banner*/
.img_banner:hover .line-top {
    width: calc(100% - 30px);
    z-index: 1;
}

.img_banner:hover .line-right {
    height: calc(100% - 30px);
    z-index: 1;
}

.img_banner:hover .line-bottom {
    width: calc(100% - 30px);
    z-index: 1;
}

.img_banner:hover .line-left {
    height: calc(100% - 30px);
    z-index: 1;
}

.img_banner .line {
    transition: all .4s;
}

.img_banner.line-top {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 0;
    border-top: 1px solid #fff;
}

.img_banner {
    display: block;
    position: relative
}

.img_banner .line-top {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 0;
    border-top: 1px solid #fff
}

.img_banner .line-right {
    top: 15px;
    right: 15px;
    border-left: 1px solid #fff;
    height: 0;
    position: absolute;
}

.img_banner .line-bottom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: auto;
    width: 0;
    border-bottom: 1px solid #fff
}

.img_banner .line-left {
    bottom: 15px;
    left: 15px;
    border-left: 1px solid #fff;
    height: 0;
    position: absolute
}

/*search*/
.search-section .open i.fa-magnifying-glass {
    display: none;
}

.search-section .open .d-none {
    display: inline-block !important;
}

.show-form-search {
    position: absolute;
    right: 100%;
    width: 400px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

/*banner-new-product*/
.slider-banner-center .slick-slider::after, .slider-banner-center.slick-slider::before {
    width: 0;
    right: 0;
}

.title_description {
    text-align: center;
    margin-bottom: 2rem;
}

.description {
    font-size: 15px;
    text-align: center;
    color: gray
}

.banner_description {
    margin: 3rem;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background-color: #d3d3d3;
}

.title-head-contact .title-section {
    color: var(--black);
}

.form-get-more-deals .content-form .form-group .btn-1a:hover {
    border: 1px solid var(--black);
}

.article-list .article-item .article-title {
    font-size: 1.4rem;
}

.custom-footer-chinh-nhanh{
    justify-content: center;
    display: grid;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
/*product_detail*/
.content-product iframe {
    max-width: 100%;
    aspect-ratio: 10/6;
    width: 100%;
    height: auto;
}

.product-detail-footer img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .section-category-product>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .article-title-detail {
        font-size: 15px;
    }

    .price-amount {
        font-size: 13px;
    }

    .price-amount.old-price {
        font-size: 9px;
    }

    .product-padding-right .slick-next, .product-padding-right .slick-prev {
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        width: 30px;
    }

    .product-padding-right .slick-next:before, .product-padding-right .slick-prev:before {
        font-size: 19px;
    }
}

@media (max-width: 576px) {
    .title_sale .title .time span#time_sale_all_product p {
        font-size: 12px;
        margin: 0 5px !important;
    }

    .title_sale .title .time span#time_sale_all_product p:before {
        right: -7px;
        top: 6px;
        width: 4px;
    }

    .product-padding-right .inner-content .date-view {
        display: none !important;
    }

    .product-padding-right .article-item .article-title a {
        font-size: 13px;
        line-height: 1.2;
    }

    .product-padding-right article.article-item .inner-content {
        padding: 10px 15px 7px;
    }

    .article-item .article-title {
        line-height: 1.2;
        margin-bottom: 0;
        height: 80px;
    }

    .product-pash-sale .title_sale a i {
        display: none;
    }

    .title_sale .title-section {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width:1190px) {
    .is-mobile .news-left .view-small .article-item {
        flex: 0 0 50%;
        max-width: 50%;
        border-bottom: 0;
    }

    .is-mobile .news-left .view-small {
        display: flex;
        flex-wrap: wrap;
    }

    .product-padding-right .article-item .article-title a {
        font-size: 14px;
    }

    .date-view span, .date-view a {
        font-size: 10px;
    }

    .product-padding-right article.article-item .inner-content {
        padding: 10px 10px 10px;
    }

    .banner-new-product .section-banner .row>div:first-child .item-banner {
        padding-top: 58.6%;
    }
}

.content-fash-sale .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    flex-direction: row;
}

/*page_product*/
.bg-breadcrums-category {
    background: #F1F1F1;
}

.categories-title-section .inner-title {
    font-size: 5rem;
}

.categories-title-section .breadcrumb-category {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-title-section .breadcrumb-category span {
    border-radius: 23px;
}

.categories-title-section .breadcrumb-category span .title-name {
    color: #ffb917;
    font-size: 1.6rem;
}

.categories-title-section .breadcrumb-category span .title-name:before, .categories-title-section .breadcrumb-category span .title-cgr:before {
    position: absolute;
    left: 15px;
    content: '';
    width: 8px;
    height: 8px;
    background: #ffb917;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.categories-title-section .breadcrumb-category span a {
    color: var(--color-text-hightlight);
    font-size: 1.6rem;
}

.section-list-category > .container > .row >div:nth-child(1) {
    flex: 0 0 262px;
    max-width: 262px;
}

.section-list-category > .container > .row >div:nth-child(2) {
    flex-basis: calc(100% - 262px);
    max-width: calc(100% - 262px);
}

.list-manufacturer-filter ul.filter-section {
    height: 250px;
    overflow-y: scroll;
    margin-bottom: 0;
}

.list-manufacturer-filter ul.filter-section::-webkit-scrollbar {
    width: 4px;
    background-color: var(--light);
    border: 1px solid var(--light);
}

.list-manufacturer-filter ul.filter-section::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    width: 5px;
}

.filter-category>a {
    display: table;
    margin: 0 auto;
}

.list-gild-product ul > li {
    list-style: none;
    padding-left: 15px;
}

.list-gild-product ul > li:first-child {
    padding-left: 0;
}

.itemby-priority .dropdown .dropdown-menu {
    width: 100%;
    background: #F1F1F1 !important;
    top: 5px !important;
    border-radius: 5px;
    overflow: hidden;
}

.itemby-priority .dropdown .dropdown-menu>ul>li {
    list-style: none;
}

.itemby-priority .dropdown .dropdown-menu>ul>li>a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.itemby-priority .dropdown .dropdown-menu>ul>li:hover>a {
    background: #ddd;
    color: var(--black);
}

.section-banner-list-product .slider-banner-bottom img {
    aspect-ratio: 1/2;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.section-banner-list-product .slider-banner-bottom .item {
    margin-bottom: 30px;
}

.producr-detail-combined .title-section:before, .title-section-4:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 11px;
    background: var(--color-main);
    border-radius: 4px;
}

/* .product-content-detail .add-to-cart {
    max-width: 50%;
    flex-basis: calc(50% - 5px);
} */
.quantity-buy .add-to-cart.add-to-cart-buy {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 5px;
}

.quantity-buy .installment-purchase.add-to-cart {
    background: #4697DD;
}

.producr-detail-combined .product-item .product-category {
    display: none;
}

.title-section-3 {
    font-size: 23px;
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
    padding-left: 30px;
    position: relative;
}

.title-section-3:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 16px;
    background: var(--color-main);
    border-radius: 5px;
}

.product-status span.onsale:before {
    content: "\311";
    position: absolute;
    left: 35px;
    font-size: 15px;
    font-family: 'iconsax';
    bottom: -13px;
    color: var(--color-main);
}

/* .product-status span.featured:before {
    content: "\311";
    position: absolute;
    font-size: 15px;
    font-family: 'iconsax';
    bottom: -18px;
    color: var(--color-hightlight);
    right: 35px;
} */
.thong-so-ky-thuat table {
    width: 100%;
}

.thong-so-ky-thuat table tbody tr:nth-child(2n+1) {
    background: white;
}

.thong-so-ky-thuat table tbody tr td {
    padding: 9px 15px;
}

.khuyen-mai p {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.khuyen-mai p:before {
    width: 8px;
    height: 8px;
    background: var(--color-main);
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
    border-radius: 50%;
}

.khuyen-mai p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .section-category-product>.row>div:nth-child(1) .item-category {
        background: #14274A;
    }

    .section-category-product>.row>div:nth-child(2) .item-category {
        background: #3E3E3E;
    }

    .section-category-product>.row>div:nth-child(3) .item-category {
        background: #0B2E34;
    }

    .section-category-product>.row>div:nth-child(4) .item-category {
        background: #3F2933;
    }

    .section-category-product>.row>div:nth-child(5) .item-category {
        background: #65310A;
    }

    .section-category-product>.row>div:nth-child(6) .item-category {
        background: #00315B;
    }

    .section-category-product>.row>div:nth-child(7) .item-category {
        background: #BE9040;
    }

    .category-product-home .section-category-product .item-category .img-category img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .category-product-home .section-category-product .item-category .img-category {
        position: relative;
        padding-top: 45%;
        margin: 35px 0 15px;
    }

    .category-product-home .section-category-product>.row>div:nth-child(2) .item-category {
        height: calc(100% - 10px);
    }

    .category-product-home .section-category-product>.row>div:nth-child(2) .item-category .img-category {
        padding-top: 125%;
    }

    .section-category-product .item-category .name-category {
        padding-bottom: 10px;
    }

    .category-product-home .section-category-product>.row>div:nth-child(2) .item-category .name-category {
        bottom: 10px;
        position: relative;
    }

    .section-category-product>.row>div:nth-child(8) {
        display: none;
    }
}

@media (min-width: 576px) {
    .section-tab-product .title-tab .title-section-tab {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

/*mobile*/
@media (max-width: 576px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-new-product .section-banner .row>div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .banner-new-product .section-banner .row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .slider-banner-center .item img {
        height: 45vw;
        width: 100%;
    }

    .slider-banner-bottom .item, .slider-banner-bottom .item img {
        height: 20vw;
        width: 100%;
    }

    .is-mobile footer .logo-section {
        margin-top: 0;
    }

    .section-category-product .item-category .name-category a {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    .item-category .name-category a {
        color: var(--black) !important;
    }

    .item-category .wrp-effect-change-img.img-category {
        padding-top: 100%;
    }

    .section-tab-product .title-tab {
        display: flex!important;
        align-items: flex-start !important;
    }

    .section-tab-product .title-tab .title-section-tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .section-category-product .item-category .img-category img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 72%;
        right: 0;
        bottom: 0;
        display: table;
        margin: 0 auto;
    }

    .section-category-product>.row>div:nth-child(1) .img-category {
        background: #14274A;
    }

    .section-category-product>.row>div:nth-child(2) .img-category {
        background: #3E3E3E;
    }

    .section-category-product>.row>div:nth-child(3) .img-category {
        background: #0B2E34;
    }

    .section-category-product>.row>div:nth-child(4) .img-category {
        background: #3F2933;
    }

    .section-category-product>.row>div:nth-child(5) .img-category {
        background: #65310A;
    }

    .section-category-product>.row>div:nth-child(6) .img-category {
        background: #00315B;
    }

    .section-category-product>.row>div:nth-child(7) .img-category {
        background: #BE9040;
    }

    .section-category-product>.row>div:nth-child(8) .img-category {
        background: #003131;
    }

    .product-scoll .tab-content .tab-pane,.product-scoll .view-product {
        overflow-x: auto;
    }

    .product-scoll .tab-content .row, .product-scoll .view-product .row {
        width: 800px;
        max-width: unset;
        position: relative;
    }

    .product-scoll .tab-content .row>div, .product-scoll .view-product .row>div {
        flex: 0 0 160px;
        max-width: 160px;
        position: relative;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
    }

    .section-category-product .item-category .img-category:before {
        background: rgb(233 233 233 / 5%) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 1px;
        right: 0;
        bottom: 0;
        width: 120%;
        transform: rotate(0deg) scale(1.003) skew(-50deg) translate(114px);
        transition: all .3s ease-out;
        z-index: 0;
    }

    .title-section-3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .title-section-3:before {
        width: 8px;
        border-radius: 4px;
    }
}

.product-scoll .tab-pane::-webkit-scrollbar, .product-scoll .view-product::-webkit-scrollbar,.product-scoll .view-product .row::-webkit-scrollbar {
    display: none;
}

@media (min-width: 576px) and (max-width:992px) {
    .title_sale .title .time span#time_sale_all_product p {
        font-size: 15px;
    }

    .new-product .view-product>.row>div:nth-child(10) {
        display: none;
    }

    .new-product .view-product>.row>div:nth-child(10) {
        display: none;
    }

    .slider-banner-center .item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .slider-banner-bottom .item, .slider-banner-bottom .item img {
        object-fit: cover;
        height: 127px;
        width: 100%;
    }

    .product-item .inner-content .product-title a {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .title-section {
        font-size: 30px;
    }

    .price-amount {
        font-size: 12px;
    }

    .section-category-product .item-category .name-category a {
        font-size: 18px !important;
    }

    .slider-banner-center .item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .slider-banner-bottom .item, .slider-banner-bottom .item img {
        object-fit: cover;
        height: 147px;
        width: 100%;
    }

    .product-item .inner-content .product-title a {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .section-tab-product .title-tab .product-tab>li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        text-align: center;
    }

    .section-tab-product .title-tab .product-tab {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    .section-tab-product .title-tab .product-tab>li>a.active {
        background: var(--color-hightlight) !important;
        font-weight: 700;
        border-radius: 5px;
    }

    .section-tab-product .title-tab .product-tab>li>a {
        background: var(--white);
        display: block;
        border-radius: 5px;
    }

    .itemby-priority-sort .content-sort, .itemby-priority-sort .content-select-by {
        overflow-x: scroll;
    }

    .itemby-priority-sort .content-sort::-webkit-scrollbar, .itemby-priority-sort .content-select-by::-webkit-scrollbar {
        display: none;
    }

    .product-item .inner-content .product-category a {
        font-size: 11px;
    }

    .product-item .inner-content .product-category {
        line-height: 1.2;
        margin-bottom: 5px;
        height: 17px;
        overflow: hidden;
    }

    .is-mobile .items-number {
        top: 11px;
    }

    .product-item .inner-image {
        margin-bottom: 10px;
    }

    .product-item .inner-content {
        height: 87px;
    }
}

.product-pash-sale .product-item {
    background: none;
    box-shadow: none;
    padding: 0;
    border-radius: 5px;
}

.content-fash-sale .product-item .inner-content .product-rating-price .price span {
    color: #FFBF00;
}

.product-pash-sale .product-item {
    margin-bottom: 0 !important;
}

/*trang_danh_sach_san_pham*/
.list-category-product>.row>div {
    flex: 0 0 20%;
    max-width: 20%;
}

.list-category-product .item-category .img-category {
    background: #404040;
}

.list-category-product .item-category .img-category img {
    width: 75%;
    margin: 0 auto;
}

.list-category-product>.row>div:nth-child(2) .item-category .img-category {
    background: #C4B5FD;
}

.list-category-product>.row>div:nth-child(3) .item-category .img-category {
    background: #B5E0FD;
}

.list-category-product>.row>div:nth-child(4) .item-category .img-category {
    background: #FDBA74;
}

.list-category-product>.row>div:nth-child(5) .item-category .img-category {
    background: #94B9FF;
}

.list-category-product>.row>div:nth-child(6) .item-category .img-category {
    background: #6EE7B7;
}

.list-category-product>.row>div:nth-child(7) .item-category .img-category {
    background: #93C5FD;
}

.list-category-product>.row>div:nth-child(8) .item-category .img-category {
    background: #FDA4AF;
}

.list-category-product>.row>div:nth-child(9) .item-category .img-category {
    background: #F9A8D4;
}

.list-category-product>.row>div:nth-child(10) .item-category .img-category {
    background: #A5B4FC;
}

.list-category-product .item-category .name-category {
    line-height: 1.1 !important;
}

.section-category-product .item-category {
    z-index: 0;
}

@media (min-width: 1024px) {
    .section-category-product .item-category:before {
        background: rgb(233 233 233 / 5%) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 1px;
        right: 0;
        bottom: 0;
        width: 120%;
        transform: rotate(0deg) scale(1.003) skew(-50deg) translate(114px);
        transition: all .3s ease-out;
        z-index: -1;
    }

    .section-category-product>.row>div:nth-child(2) .item-category .img-category::before {
        transform: rotate(93deg) scale(1.003) skew(-47deg) translate(258px);
        width: 120%;
        background: rgb(0 0 0 / 73%) none repeat scroll 0 0;
    }
}

.section-tab-product .title-tab .title-section:before, .product-padding-right .title-section:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 20px;
    background: var(--color-highlight);
    border-radius: 6px;
}

.itemby-priority-sort .content-sort>ul>li, .itemby-priority-sort .content-select-by>ul>li {
    list-style: none;
}

.itemby-priority-sort .content-sort>ul>li>a, .itemby-priority-sort .content-select-by>ul>li>a {
    padding: 5px 10px;
    display: inline-block;
    white-space: nowrap;
    color: black;
}

@media (max-width: 1400px) {
    .section-category-product .item-category .img-category img {
        height: 9vw;
    }
}

.content-filter {
    left: initial;
    right: 0;
    height: 100%;
    width: 290px;
}

.content-filter .filter-top {
    background: var(--color-hightlight);
}

.category-news .section-category-product>.row>div {
    flex: 0 0 20%;
    max-width: 20%;
}

.category-news .section-category-product .item-category .img-category, .category-news .section-category-product .item-category {
    background: none !important;
}

.category-news .section-category-product .item-category:before {
    display: none;
}

.category-news .section-category-product .item-category .name-category a {
    font-weight: normal !important;
    text-transform: capitalize !important;
    color: var(--black) !important;
}

.category-news .section-category-product>.row {
    display: flex;
}

.category-news .section-category-product .item-category .img-category img {
    width: 100%;
}

.article-slide-list .article-slide article .inner-content .article-title {
    height: 50px !important;
    overflow: hidden;
    margin-bottom: 0;
}

.view-small .article-item .item-left {
    flex: 0 0 100px;
}

.view-small .article-item .inner-content {
    flex-basis: calc(100% - 100px);
}

.header-hotline__content:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(/templates/fashion01/assets/media/template/phoneicon.png);
    width: 31px;
    height: 31px;
    background-size: contain;
    top: 3px;
}

.header-hotline__text {
    line-height: 1.1;
}

.producr-detail-combined .product-item {
    margin-bottom: 5px;
    margin-top: 5px;
}

.load-more .btn-view-all, .load-more-config .btn-view-all-config {
    display: inline-block;
    font-size: 14px;
    color: var(--white);
    margin: 10px auto;
    cursor: pointer;
    border: 1px solid var(--color-main);
    text-align: center;
    position: relative;
    background-color: var(--color-main);
    width: 300px;
    padding: 5px;
}

.product-content.transform-active .btn-view-all, .btn-hide {
    display: none !important;
}

.product-content.transform-active .btn-view-all.btn-hide {
    display: inline-block !important;
}

.product-content .items-prduct-content {
    max-height: 490px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.product-content.transform-active .items-prduct-content {
    max-height: 100%;
}

.producr-detail-combined .product-item {
    background: none;
    box-shadow: none;
    padding: 0;
}

.search-mobile.fix-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1019;
    background-color: var(--color-main) !important;
}

.toolbar-item.category-tool:before {
    width: 70px;
    height: 70px;
    background: var(--color-main);
    font-size: 0.875rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.7;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    border-radius: 50%;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: absolute;
    left: calc(50% - 35px);
    top: -15px;
    padding: 0px;
    content: '';
}

.toolbar-item.category-tool a span {
    color: var(--color-white);
}

.toolbar-item.category-tool a span, .toolbar-item.category-tool a i {
    color: var(--white);
}

.toolbar-item.category-tool:after {
    content: '';
    background: url(/templates/fashion02/assets/media/combined-shape.svg);
    position: absolute;
    bottom: 47px;
    text-align: center;
    left: calc(50% - 35px);
    width: 70px;
    height: 19px;
    z-index: -1;
}

.toolbar-section .toolbar-item a span.items-number {
    background: none;
    left: 48px !important;
    top: 0 !important;
    right: initial !important;
}

.product-padding-right .article-item .article-title {
    height: auto;
}

.title_sale .title-section {
    color: var(--color-highlight);
    font-size: 4.2rem;
    font-weight: bold;
}

.product-item .inner-image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    background: var(--white);
    border-radius: 5px;
}

.product-item {
    margin-bottom: 10px;
    background: var(--white);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.swiper-vertical-main {
    aspect-ratio: 7/2;
    border-radius: 10px;
}

.ratio-vertical-sw {
    padding-top: 28.5%;
}

.product-padding-right .article-item {
    overflow: hidden;
    border-radius: 8px;
}

.product-padding-right .article-item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px 20px;
    background-image: linear-gradient(180deg, #ffffff00, #000000eb);
}

.product-description {
    color: var(--gray-bold);
}

.footer-bottom {
    background: #00000029;
}

.app-light .app-content {
    padding-top: 29%;
}

.office-app>.container>.row {
    border-top: 1px solid #dee2e6!important;
    padding-top: 20px;
}

.bct img {
    width: 150px;
}

.user-section.entire-action-header .dropdown a#member-info {
    max-width: 50px;
    overflow: hidden;
    padding: 0;
    text-transform: capitalize;
}

.entire-action-header .dropdown-menu {
    border-radius: 5px;
    background: var(--white);
    padding: 10px 15px;
    top: -6px !important;
}

.user-section.entire-action-header .dropdown-menu:before {
    position: absolute;
    content: '\324';
    top: -23px;
    width: 20px;
    height: 20px;
    font-size: 23px;
    left: 20px;
    font-family: 'iconsax';
    color: var(--white);
}

.user-section.entire-action-header .dropdown-menu a.dropdown-item {
    color: var(--color-text);
    padding: 7px 15px 7px 0px !important;
}

.section-mini-cart .dropdown-menu.box-minicart {
    width: 320px;
    right: -100%;
    left: initial !important;
    background: #F1F1F1;
}

.title-footer {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-menu-section ul {
    margin-bottom: 0;
}

.footer-menu-section ul li {
    margin-bottom: 10px;
}

.footer-menu-section ul li a {
    color: var(--black);
}

.footer-menu-section ul li:last-child {
    margin-bottom: 0;
}

.producr-detail-combined .title-section, .title-section-4 {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 0 !important;
    padding-left: 25px !IMPORTANT;
    position: relative;
    line-height: 1.4;
}

.bg-introduce {
   background-color: var(--color-highlight2);
   padding: 5rem 0;
}

.is-mobile .bg-introduce {
   padding: 3rem 0 5rem;
}

.blog_introduce_image {
    width: 100%;
    border-radius: 8px;
}

.blog_introduce_tittle {
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
    color: var(--color-main);
}

.blog_introduce_description {
    font-size: 15px;
}

.blog_introduce_description p,
.blog_introduce_description span,
.blog_introduce_description a {
    color: var(--color-main) !important;
}

.link_custom1 {
    padding: 18px 33px;
    color: white;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid var(--color-main);
    background-color: var(--color-main);
    opacity: 1;
    transition: opacity .3s linear;
}

.link_custom1:hover {
    opacity: 0.9;
}

.link_custom2 {
    padding: 18px 45px;
    color: black;
    border: 1px solid var(--color-main);
    font-weight: 600;
    border-radius: 3px;
    transition: background .3s linear;
}

.link_custom2:hover {
    border: 1px solid white;
    background-color: #ffffff2e;
}

@media screen and (max-width: 400px) {
    .bg-introduce .link_custom2 {
        padding: 18px 44px;
        margin-left: 0 !important;
        margin-top: 1rem;
    }
}

.category_item {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.category_content {
    padding: 2rem 3rem;
    height: 100%;
}

.category_namne a {
    color: var(--color-main);
    font-weight: 700;
}

.category_description {
    color: var(--gray-bold);
}

.section-brand {
    padding: 30px 0;
}

.section-brand .item-img-brand {
    position: relative;
    border: 1px solid #ddd;
}

.section-brand .item-img-brand .img-brand {
    padding-top: 50.25%;
}

.section-brand .item-img-brand .img-brand img {
    object-fit: contain;
}

.section-brand .swiper-slide {
    margin-top: 10px !important;
}

.section-brand .bl_title {
    margin-bottom: 30px;
}

.support-light > div {
    justify-content: center;
}

@media (max-width: 576px) {
    .price-amount {
        font-size: 13px;
    }

    .price-amount.old-price {
        font-size: 8px;
    }

    .support-content>a {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .support-content>a .name {
        padding-right: 10px;
        position: relative;
    }

    .support-content>a .name:before {
        content: ':';
        right: 3px;
        position: absolute;
    }

    .is-mobile .title-section {
        font-size: 3rem;
    }

    .is-mobile .section-tab-product .title-tab .title-section, .is-mobile .product-padding-right .title-section {
        padding-left: 2rem;
    }

    .is-mobile .section-tab-product .title-tab .title-section:before, .is-mobile .product-padding-right .title-section:before {
        width: 8px;
    }
}

.toolbar__item .items-number {
    background: var(--color-highlight);
    left: 48px !important;
    top: 0 !important;
    right: initial !important;
}

.is-mobile .btn-menu-mobile, .is-mobile .setting-menu-mb .btn-action-header {
    color: white;
}

.is-mobile .footer-menu-section {
    margin-bottom: 15px;
}

.search-mobile .form-control {
    height: 40px;
    border-radius: 0px 5px 5px 0px !important;
    border-color: #dbdbdb !important;
}

.search-mobile i {
    font-size: 2rem;
}

.search-mobile .btn {
    border-radius: 5px 0px 0px 5px !important;
}

.lazy_custom {
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.lazy_up {
    animation-name: in_Up;
}

.lazy_left {
    animation-name: in_Left;
}

.lazy_right {
    animation-name: in_Right;
}

@keyframes in_Up {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes in_Left {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes in_Right {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.doitac_vietnam .lazy_right {
    animation-name: in_Left !important;
}


    

@media (min-width: 768px) and (max-width:1200px) {
    body.is-pc .product-item .inner-content {
        height: 93px;
    }

    .product-item .inner-content .product-title {
        line-height: 1.4;
    }
}

@media (min-width: 1200px) {
    .menu-section > ul > li > a:before {
        position: absolute;
        content: '';
        height: 3px;
        width: 0;
        background: var(--color-highlight);
        bottom: 15px;
        transform: translateX(-50%);
        left: 45%;
        opacity: 0;
        transition: 1.1s;
    }

    .menu-section > ul > li > a:hover:before, .menu-section > ul > li > a.active:before {
        transition-duration: 400ms;
        transition-property: all;
        opacity: 1;
        width: 70%;
    }
}