﻿/* latin */
@font-face {
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(//bizweb.dktcdn.net/100/417/051/themes/849283/assets/yeseva-one.woff2?1642417783579) format('woff2');
    unicode-range: U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}

@font-face {
    font-family: 'Yeseva One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(//bizweb.dktcdn.net/100/417/051/themes/849283/assets/yeseva-one-vietnamese.woff2?1642417783579) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

.heading-bar__title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

@media (max-width: 767px) {
    .mid-header:after {
        content: '';
        width: 100%;
        position: absolute;
        background: var(--header-background);
        height: 200px;
        z-index: -1;
        clip-path: ellipse(100% 55% at 48% 44%);
        margin-top: 0;
        transform-origin: center center;
    }
}

.home-slider {
    max-width: 100%;
    overflow: hidden;
}

    .home-slider .items {
        flex: 0 0 100%;
        overflow: hidden;
    }

    .home-slider .slick-arrow.slick-prev {
        left: 10px;
    }

    .home-slider .slick-arrow.slick-next {
        right: 10px;
    }

    .home-slider .slick-slide img {
        margin: auto;
    }

.section_brand .item {
    padding: 10px;
    margin: auto;
    text-align: center;
}

    .section_brand .item > a {
        --deg: 100deg;
        --start-color: #fff;
        width: 120px;
        height: 120px;
        display: block;
        border-radius: 100%;
        overflow: hidden;
        position: relative;
        /*border: 5px solid transparent;
	*/
        margin: auto;
        transition: all 0.3s ease-out;
        overflow: hidden;
    }

        .section_brand .item > a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: -webkit-linear-gradient(var(--deg), var(--start-color) 70%, #fff);
            background: linear-gradient(var(--deg), var(--start-color) 70%, #fff);
            z-index: 0;
            border-radius: 100%;
        }

        .section_brand .item > a:hover {
            /*border-color: var(--primary-color) */
            --start-color: var(--primary-color);
        }

            .section_brand .item > a:hover:before {
                animation: rotate 3s infinite linear;
                -webkit-animation: rotate 3s infinite linear;
            }

.section_brand img {
    z-index: 1;
    position: relative;
}

.section_brand .item img {
    transition: transform 0.3s ease-out;
    border-radius: 100%;
    border: 1px solid #eee;
}

.section_brand .item > a:hover img {
    transform: scale(0.94);
    border: 0px solid #fff;
}

.section_brand .item h3 a {
    font-size: 1rem;
}

    .section_brand .item h3 a:hover {
        color: var(--primary-color);
    }

.section_brand .row {
    overflow: auto;
}

    .section_brand .row::-webkit-scrollbar {
        display: none;
    }

@media (max-width: 768px) {
    .section_brand .item {
        width: 25%;
        flex: 0 0 25%;
    }
}

@media (max-width: 567px) {
    .section_brand .item {
        width: 150px;
        flex: 0 0 150px;
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ega-badge-ctd {
    display: flex;
    align-items: center;
}

.ega-badge-ctd__item {
    border-radius: 3px;
    margin: auto 6px;
    color: var(--countdown-color);
    background-color: var(--countdown-background);
    text-align: center;
    display: flex;
    place-items: center;
    place-content: center;
    width: 24px;
    height: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.ega-badge-ctd__colon {
    font-weight: bold;
    font-size: 14px;
    color: var(--countdown-background);
}

.ega-badge-ctd__s {
    margin-right: 0px;
}

.flashsale {
    --background-color: var(--primary-color);
    --countdown-background: #d3232a;
    --countdown-color: #fff;
    background: var(--background-color, transparent);
    padding: 10px;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .flashsale {
        padding: 0px;
    }
}

.flashsale__title {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .flashsale__header {
        flex-direction: column;
        justify-content: center;
        margin: auto;
    }
}

.flashsale__countdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 15px;
}

@media (max-width: 575px) {
    .flashsale__countdown-wrapper {
        flex-direction: column;
        margin: auto;
    }
}

.flashsale__countdown-label {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .flashsale__countdown-label {
        margin-bottom: 4px;
    }
}

.section_product_top .tab-content.current .row, .flashsale .row {
    --limit-column: 5;
}

@media (max-width: 767px) {
    .section_product_top .tab-content.current .row, .flashsale .row {
        display: grid;
        grid-template-rows: 1fr;
        margin: 0px;
        grid-template-columns: repeat(var(--limit-column), 40%);
        overflow: auto;
        align-items: flex-start;
        justify-content: start;
        grid-gap: 5px;
    }

        .section_product_top .tab-content.current .row::-webkit-scrollbar, .flashsale .row::-webkit-scrollbar {
            display: none;
        }

    .section_product_top .tab-content.current .row, .flashsale .row {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

        .section_product_top .tab-content.current .row .col-12, .flashsale .row .col-12 {
            padding: 5px;
        }
}

.slick-pro-banner {
    width: 100%;
}

    .slick-pro-banner:not(.slick-slider), .slick-new:not(.slick-slider) {
        display: flex;
        align-items: start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

        .slick-pro-banner:not(.slick-slider)::-webkit-scrollbar, .slick-new:not(.slick-slider)::-webkit-scrollbar {
            display: none;
        }

    .slick-pro-banner:not(.slick-slider), .slick-new:not(.slick-slider) {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

        .slick-pro-banner:not(.slick-slider) .col-5, .slick-new:not(.slick-slider) .col-5, .slick-pro-banner:not(.slick-slider) .col-6, .slick-new:not(.slick-slider) .col-6 {
            padding: 5px;
        }

.section_banner_coll .row {
    overflow-x: auto;
    flex-wrap: nowrap;
}

    .section_banner_coll .row::-webkit-scrollbar {
        display: none;
    }

.section_banner_coll .row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.banner_col {
    order: -1;
}

@media (min-width: 768px) {
    .banner_col.right {
        order: 1;
    }
}

.home-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .home-news .news-item {
        --blog-bg: #effaff;
    }

@media (max-width: 991px) {
    .home-news-slider .news-item {
        background: var(--blog-bg);
    }
}

.home-news-slider:not(.slick-slider) {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}

    .home-news-slider:not(.slick-slider)::-webkit-scrollbar {
        display: none;
    }

.home-news-slider:not(.slick-slider) {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

    .home-news-slider:not(.slick-slider) .news-item {
        max-width: 100%;
        flex: 0 0 100%;
    }

@media (max-width: 767px) {
    .home-news-slider:not(.slick-slider) .news-item {
        max-width: 90%;
        flex: 0 0 90%;
        border-radius: 20px;
    }

        .home-news-slider:not(.slick-slider) .news-item + .news-item {
            margin-left: 10px;
        }
}

.home-news__img {
    width: calc(60% - 40px);
    overflow: hidden;
}

    .home-news__img:before {
        padding-top: calc(100% * 442 / 760);
    }

    .home-news__img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        border-radius: 20px;
    }

@media (max-width: 991px) {
    .home-news__img {
        width: calc(60% - 20px);
        width: 100%;
        margin-bottom: 10px;
        border-radius: 20px 20px 0px 0px;
        overflow: hidden;
    }

        .home-news__img img {
            border-radius: 0px;
        }
}

.home-news__info {
    width: 40%;
    background: var(--blog-bg);
    border-radius: 20px;
    padding: 15px 45px;
}

@media (max-width: 991px) {
    .home-news__info {
        width: 100%;
        padding: 15px;
    }
}

.home-news__info .news-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .home-news__info .news-content h3 a:hover {
        color: var(--primary-color);
    }

@media (max-width: 767px) {
    .home-news__info .news-content h3 {
        font-size: 1.25rem;
    }
}
