.ajax-tab .tab-content .tab-content-item,
.header.header-index .main-logo,
.header:not(.header-index) .old-logo {
    display: none
}

.ajax-tab .tab-content .tab-content-item.active,
.home-banner a {
    display: block
}

.block-title {
    margin-bottom: 40px
}

.home-about,
.home-banner,
.home-brand,
.home-faq,
.home-flash-sale,
.home-product-tab,
.home-review-customer,
.home-step,
.home-whychoose,
.module-slider {
    margin-bottom: 80px
}

.block-title .sub-title {
    display: inline-block;
    color: var(--mainColor);
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 10px
}

.block-title h2 {
    font-weight: 700;
    font-size: 42px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.3
}

.viewMore a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    border-radius: var(--main-border-radius);
    background: var(--mainColor);
    color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden
}

.home-product .list-menu-product .item a:before,
.viewMore a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    transition: .5s ease-out
}

.home-product .list-menu-product .item a:hover:before,
.viewMore a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.header-index .header__middle .col-right div a svg path,
.home-product-tab .viewMore a svg path,
.viewMore a svg path {
    stroke: #fff
}

.header.header-index {
    /* background: rgba(0, 0, 0, .16); */
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

.personabar-visible .header.header-index {
    left: 80px;
    width: calc(100% - 80px);
}

.header-index .header__middle .col-right .header-search svg,
.home-faq #faq-container .faq-item .faq-question .icon-question svg path,
.home-product-tab .tab-content .view-all a:hover svg path,
.home-video .block-contact .col-right a.hotline-contact-video svg path {
    fill: #fff
}

.header-index .header__middle .col-right .header-search svg {
    fill: #000;
}

.header-index .header__middle .col-right div a svg path {
    stroke: #000;
}

.header-index .nav-horizontal>ul.item_big>li.nav-item>a {
    /* color: #fff */
    color: #000;
}

.module-slider .swiper-slide .slide-inner {
    height: 800px;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative
}

.module-slider .swiper-slide .slide-inner a {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center
}

.module-slider .swiper-slide .slide-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 79, 234, .1)
}

.module-slider .swiper-slide a .content {
    text-align: center;
    color: #fff;
    z-index: 1;
    padding: 0 190px
}

.module-slider .swiper-slide a .content .sub-title {
    display: inline-block;
    color: var(--color-cerulean-blue-400);
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-cerulean-blue-400)
}

.module-slider .swiper-slide a .content .title {
    font-size: 55px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: capitalize
}

.module-slider .swiper-slide a .content p {
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width:413px) and (min-width:410px) {
    .module-slider .swiper-slide {
        height: 246px
    }
}

.home-about .block-title,
.home-video .block-title p {
    margin-bottom: 0;
    text-align: justify
}

.home-about .block-title .des,
.home-faq .block-title p {
    color: #757f95;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px
}

.home-about .block-title .sub-title {
    margin-bottom: 16px
}

.home-about .achievement-about {
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    display: grid
}

.home-about .achievement-about .item {
    position: relative;
    border-radius: var(--main-border-radius);
    text-align: center;
    padding: 16px 8px;
    border-bottom: 3px solid var(--mainColor);
    overflow: hidden
}

.home-about .achievement-about .item:before {
    content: "";
    background: var(--mainColor);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
    border-radius: var(--main-border-radius);
    z-index: -1
}

.home-about .achievement-about .item .number {
    font-size: 32px;
    font-weight: 600;
    color: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center
}

.home-about .achievement-about .item .number span:nth-child(2) {
    margin-top: -5px
}

.home-about .achievement-about .item p {
    margin-bottom: 0;
    font-size: 14px
}

.home-about .block-image,
.home-video .block-contact .col-right {
    text-align: right
}

.home-about .block-image svg {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -25px;
    left: 100px
}

.home-about .block-image img {
    border-radius: 12px;
    aspect-ratio: 1;
}

.home-flash-sale .flash-sale-swiper .swiper-slide,
.product-1-swiper .swiper-slide {
    height: auto
}

.home-flash-sale {
    background-image: url(../img/bg-flash-sale.jpg?1750130832000);
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 72px 0 60px;
    position: relative
}

.home-flash-sale::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--mainColor);
    opacity: .1
}

.home-flash-sale .block-title {
    /* background: #fff;
    border-radius: var(--main-border-radius); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    padding-top: 5px
}

.home-flash-sale .block-title .block-countdown {
    display: flex;
    align-items: center;
    gap: 10px
}

.home-flash-sale .block-title .block-countdown .bg-title {
    background-image: url(../img/bg-title-flashsale.png?1750130832000);
    background-repeat: no-repeat;
    position: relative;
    width: 263px;
    height: 99px;
    margin-top: -18px;
    margin-left: -41px;
    top: -5px
}

.home-flash-sale .block-countdown #countdown .dots {
    color: var(--mainColor);
    font-size: 36px;
    display: inline-block;
    position: relative;
    z-index: 99;
    font-weight: 600;
    top: -4px
}

.home-flash-sale .block-countdown #countdown .item {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    display: inline-block;
    position: relative;
    margin: 0 15px;
    background: var(--mainColor);
    border-radius: var(--main-border-radius);
    padding: 5px 10px
}

.home-flash-sale h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0
}

.home-flash-sale h2 a {
    color: var(--heading)
}

.home-flash-sale h2 a:hover,
.home-video .block-contact .col-right a:hover {
    opacity: .7
}

.home-flash-sale .product-action {
    background: #fff
}

.home-flash-sale .product-action:before {
    content: ""
}

.home-product-tab .block-title {
    text-align: center
}

.home-product-tab .block-title ul {
    text-align: center;
    margin-bottom: 0;
    display: inline-flex;
    gap: 23px
}

.home-product-tab .block-title ul li {
    display: inline-block;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 6px 24px;
    cursor: pointer;
    position: relative;
    border-radius: var(--main-border-radius);
    overflow: hidden
}

.home-product-tab .block-title ul li.active,
.home-product-tab .block-title ul li:hover,
.home-product-tab .tab-content .view-all a:hover,
.home-product-tab .viewMore a {
    background: var(--mainColor);
    color: #fff
}

.home-product-tab .tab-content .row .col-fix,
.home-product-tab .tab-content .row .col-fix-2,
.home-review-customer .review-customer-swiper .swiper-slide .rate {
    margin-bottom: 20px
}

.home-product-tab .tab-content .view-all a {
    display: inline-block;
    font-size: 16px;
    padding: 6px 16px;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    border-radius: var(--main-border-radius)
}

.home-product-tab .tab-content .view-all a svg {
    margin-left: 5px;
    width: 14px;
    height: 14px
}

.home-brand img {
    height: 68px;
    display: block;
    margin: auto
}

.home-banner .margin-bottom {
    margin-bottom: 30px
}
.home-banner .margin-top {
    margin-top: 30px
}

.home-banner a img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1)
}

.home-banner .content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.home-banner .content h3 a {
    color: var(--mainColor)
}

.home-banner .content .des {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--mainColorSumary);
    margin-bottom: 15px
}

.home-banner .content .view-more a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--heading);
    display: block
}

.home-banner .content .view-more a svg {
    width: 8px;
    height: 8px;
    margin-left: 5px;
    margin-top: -1px
}

.home-banner .item-1 .content {
    position: absolute;
    bottom: 35px;
    width: 96%;
    padding: 0 20px
}

.home-banner .item-2 .content {
    position: absolute;
    top: 35px;
    width: 55%;
    padding: 0 20px
}

.home-banner .item-3 .content {
    position: absolute;
    top: 35px;
    right: 40px;
    width: 35%;
    text-align: right
}

.home-banner .item-4 .content {
    position: absolute;
    top: 30px;
    width: 45%;
    left: 0;
    padding: 0 20px
}

.home-banner .item-5 .content {
    position: absolute;
    top: 35px;
    right: 40px;
    width: 40%;
    text-align: right
}

@media (max-width:767px) and (max-width:320px) {
    .home-banner .content .view-more {
        display: none
    }
}

.home-blogs,
.home-product,
.home-video {
    margin-bottom: 80px;
    overflow: hidden
}

.home-product .block-title,
.home-video .block-contact .col-left,
.home-video .block-video {
    position: relative
}

.home-product .block-title .viewMore {
    position: absolute;
    bottom: 5px;
    right: 0
}

.home-video .block-video::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@media (min-width:767px) {
    .home-product .block-title {
        padding-right: 205px
    }
}

.home-product .list-menu-product {
    width: 227px
}

.home-product .list-menu-product .item a {
    display: block;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    height: 57px;
    background-size: contain;
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden
}

.home-review-customer {
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.home-review-customer:before,
.home-whychoose:before {
    content: "";
    background: var(--mainColor);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .1;
    opacity: .1
}

.home-review-customer .review-customer-swiper .swiper-slide {
    background: #fff;
    padding: 20px;
    border-bottom: 3px solid var(--mainColor);
    border-radius: var(--main-border-radius);
    height: auto
}

.home-review-customer .review-customer-swiper .swiper-slide .rate svg {
    width: 130px
}

.home-review-customer .review-customer-swiper .swiper-slide .rate svg path {
    fill: var(--mainColor);
    stroke: var(--mainColor)
}

.home-review-customer .review-customer-swiper .swiper-slide .content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.home-review-customer .review-customer-swiper .swiper-slide .content .img {
    width: 75px;
    padding: 4px;
    border-radius: 50px;
    border: 4px solid var(--mainColor)
}

.home-review-customer .review-customer-swiper .swiper-slide .content .img img {
    border-radius: 50%
}

.home-review-customer .review-customer-swiper .swiper-slide .content .info .name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px
}

.home-review-customer .review-customer-swiper .swiper-slide .content .info .job {
    color: var(--mainColor);
    font-weight: 500
}

.home-review-customer .review-customer-swiper .swiper-slide .content .icon {
    position: absolute;
    right: 20px
}

.home-review-customer .review-customer-swiper .swiper-slide .content .icon svg {
    width: 60px;
    height: 60px
}

.home-review-customer .review-customer-swiper .swiper-slide .content .icon svg path {
    fill: var(--mainColor)
}

.home-review-customer .review-customer-swiper .swiper-pagination {
    position: initial;
    margin-top: 30px
}

.home-review-customer .review-customer-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--mainColor)
}

.home-blogs .viewMore {
    margin-top: 40px
}

.home-video .block-video .play-video, .block-image .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background: var(--mainColor);
    border-radius: 50%;
    cursor: pointer
}

.home-video .block-video .play-video:before, .block-image .play-video:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 23px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 55%;
    z-index: 2;
    transform: translate(-50%, -50%)
}

.home-video .block-video .play-video:after, .block-image .play-video:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--mainColor);
    border-radius: 50px;
    animation: 1s linear infinite ripple-wave;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.home-video .block-video img {
    display: block;
    margin: auto
}

.home-video .block-contact {
    background-color: var(--mainColor);
    padding: 40px;
    margin-top: -100px;
    position: relative;
    border-radius: var(--main-border-radius)
}

.home-video .block-contact:before {
    content: "";
    position: absolute;
    background-image: url(../img/bg-contact-video.png?1750130832000);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .1
}

.home-video .block-contact .col-left:before {
    position: absolute;
    content: close-quote;
    width: 2px;
    bottom: 0;
    background-color: #fff;
    right: -118px;
    top: 0
}

.home-video .block-contact .col-left:after {
    width: 0;
    position: absolute;
    content: close-quote;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -124px
}

.home-step .list-step .item,
.home-step .list-step .item .icon {
    position: relative;
    text-align: center
}

.home-video .block-contact .col-right a {
    display: block;
    color: #fff
}

.home-video .block-contact .col-right a.hotline-contact-video {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.home-video .block-contact .col-right a.hotline-contact-video svg {
    width: 36px;
    height: 36px;
    margin-top: -3px;
    margin-right: 5px
}

.home-video .block-contact .col-right .viewMore a {
    letter-spacing: 1px;
    background: #fff;
    color: #000
}

.home-video .block-title {
    color: #fff;
    margin-bottom: 0
}

.home-video .block-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
}

.home-step .list-step {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    display: grid
}

.home-step .list-step .item .icon {
    height: 140px;
    width: 140px;
    display: inline-block;
    line-height: 118px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 70px;
    color: var(--mainColor)
}

.home-step .list-step .item .icon img {
    height: 60px
}

.home-step .list-step .item .icon .number {
    position: absolute;
    height: 40px;
    width: 40px;
    font-size: 14px;
    background: var(--mainColor);
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    left: -3px;
    top: -5px;
    font-weight: 600;
    text-align: center
}

.home-whychoose .block-title p,
.home-whychoose .list-whychoose .item .content .des {
    color: #757f95;
    text-align: justify
}

.home-step .list-step .item .icon:before {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 3px solid var(--mainColor)
}

.home-step .list-step .item .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600
}

.home-step .list-step .item .des {
    color: #757f95;
    font-size: 16px
}

.home-step .list-step .item:before {
    content: "";
    background-image: url(../img/icon-arrow.png?1750130832000);
    position: absolute;
    right: -72px;
    top: 34px;
    width: 118px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat
}

.home-step .list-step .item:last-child:before {
    content: none
}

@keyframes ripple-wave {
    0% {
        opacity: .8;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.home-whychoose {
    padding: 80px 0;
    position: relative
}

.home-whychoose .block-title .title-old {
    display: inline-block;
    color: var(--mainColor);
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 20px
}

.home-whychoose .block-title p {
    font-size: 16px;
    margin-bottom: 20px
}

.home-whychoose .list-whychoose .item {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    z-index: 1
}

.home-whychoose .list-whychoose .item:last-child {
    border-bottom: initial;
    padding-bottom: 0
}

.home-whychoose .list-whychoose .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--mainColor);
    font-size: 25px;
    border-radius: 50px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .05)
}

.home-whychoose .list-whychoose .item .icon:before {
    content: "";
    position: absolute;
    border: 3px solid var(--mainColor);
    border-radius: 50px;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px
}

.home-whychoose .list-whychoose .item .icon svg {
    width: 36px;
    height: 36px;
    margin-top: -7px
}

.home-whychoose .list-whychoose .item .icon svg path {
    fill: #fffaf4
}

.home-whychoose .list-whychoose .item .content {
    flex: 1
}

.home-whychoose .list-whychoose .item .content .title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600
}

.home-whychoose .block-image {
    position: relative;
    display: block
}

.home-whychoose .block-image img {
    z-index: 1;
    position: relative
}

.home-whychoose .block-image:after {
    content: "";
    position: absolute;
    border: 6px solid var(--mainColor);
    right: -30px;
    top: -30px;
    bottom: -30px;
    left: 20%
}

@media (max-width: 1400px) {
    .home-whychoose .block-image:after {
        right: -7.5px;
    }
}

@media (min-width:991px) {
    .header-index .nav-horizontal>ul.item_big>li.nav-item>a.caret-down:after {
        border-color: #fff transparent transparent
    }

    .nav-horizontal>ul.item_big>li.nav-item:hover>a.caret-down:after {
        border-color: var(--mainColor) transparent transparent transparent
    }

    .navigation-head #nextNav svg path,
    .navigation-head #prevNav svg path {
        fill: #fff
    }

    .home-faq .col-left,
    .home-whychoose .col-left {
        padding-right: 50px
    }
}

.home-faq #faq-container .faq-item {
    margin-bottom: 30px;
    background: #fff;
    border-radius: var(--main-border-radius);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .05)
}

.home-faq #faq-container .faq-item .faq-question {
    border: none;
    background: initial;
    padding: 18px 45px 18px 18px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    color: #000
}

.home-faq #faq-container .faq-item .faq-question .icon-question {
    min-width: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: var(--mainColor);
    text-align: center;
    display: inline-block;
    margin-right: 15px
}

/* .home-faq #faq-container .faq-item .faq-question .icon-question svg {
    margin-top: -6px
} */

.home-faq #faq-container .faq-item .faq-question .icon-down {
    position: absolute;
    right: 15px
}

.home-faq #faq-container .faq-item .faq-answer {
    padding: 20px
}

.home-faq #faq-container .faq-item.active .faq-question {
    border-bottom: 1px solid var(--mainColor)
}

.home-faq #faq-container .faq-item.active .faq-question .icon-down {
    transform: rotate(180deg)
}

@media (min-width:1199px) {

    .home-album .block-title h2.item-effect.on-show,
    .home-black-friday .inner.item-effect.on-show,
    .home-blogs h2.item-effect.on-show,
    .home-policy.item-effect.on-show,
    .home-product .block-title h2.item-effect.on-show,
    .module-slider .swiper-slide .sub-title.item-effect.on-show {
        animation-name: fadeInDown
    }

    .home-banner.item-effect.on-show,
    .home-blogs .list-content.item-effect.on-show,
    .home-lookbook .item-effect.col-right.on-show,
    .home-product .item-effect.col-banner.on-show,
    .home-product-tab.ajax-tab-3 .col-banner.item-effect.on-show,
    .home-review-customer .block-image.item-effect.on-show,
    .module-slider .swiper-slide .title.item-effect.on-show {
        animation-name: fadeInRight
    }

    .home-black-friday .list-black-friday.item-effect.on-show,
    .home-blogs .col-left.item-effect.on-show,
    .home-lookbook .item-effect.col-left.on-show,
    .home-product .item-effect.col-product.on-show,
    .home-product-tab.ajax-tab-3 .col-product.item-effect.on-show,
    .home-review-customer .block-info.item-effect.on-show,
    .module-slider .swiper-slide p.item-effect.on-show {
        animation-name: fadeInLeft
    }

    .home-album .list-album .item.item-effect.on-show {
        animation-name: img-anim-left
    }

    .home-blogs .block-thumb.item-effect.on-show {
        animation-name: img-anim-right
    }

    .block-title h2.item-effect.on-show {
        animation-name: fadeInUp;
        animation-duration: .6s
    }

    .block-title ul.item-effect.on-show {
        animation-name: fadeInUp;
        animation-duration: .8s
    }

    .home-cate .list-cate.item-effect.on-show,
    .home-flash-sale .item-effect.on-show,
    .home-product-tab.ajax-tab-1 .item-effect.on-show,
    .home-product-tab.ajax-tab-2 .item-effect.on-show,
    .home-voucher .item-effect.on-show,
    .viewMore.item-effect.on-show {
        animation-name: fadeInUp
    }
}

@media (max-width:1199px) and (min-width:991px) {
    .home-banner .content h3 {
        font-size: 16px;
        line-height: 24px
    }

    .home-banner .content .des {
        font-size: 12px;
        line-height: 16px
    }

    .home-banner .content .view-more a {
        font-size: 12px;
        line-height: 22px
    }

    .home-banner .item-1 .content {
        bottom: 25px;
        width: 100%;
        padding: 0 20px
    }

    .home-banner .item-2 .content {
        top: 20px;
        width: 55%;
        padding: 0 15px
    }

    .home-banner .item-3 .content {
        top: 20px;
        right: 15px;
        width: 35%
    }

    .home-banner .item-4 .content {
        top: 20px;
        width: 45%;
        padding: 0 15px
    }

    .home-banner .item-5 .content {
        top: 20px;
        right: 14px;
        width: 40%
    }

    .block-title h2 {
        font-size: 32px
    }

    .module-slider .swiper-slide a {
        height: 600px
    }

    .module-slider .swiper-slide a .content {
        padding: 0 130px
    }

    .module-slider .swiper-slide a .content .title {
        font-size: 35px
    }

    .home-about .block-title .des {
        font-size: 14px
    }

    .home-about .block-image svg {
        left: 10px
    }

    .home-about .block-image img {
        max-width: 400px
    }

    .home-banner .margin-bottom {
        margin-bottom: 18px
    }

    .home-banner .margin-top {
    margin-top: 18px
}

    .home-flash-sale .block-title .block-countdown .bg-title {
        width: 230px;
        height: 66px;
        margin-top: -18px;
        margin-left: -28px;
        top: -5px;
        background-size: contain
    }

    .home-flash-sale .block-title .block-countdown #countdown .dots {
        font-size: 30px;
        display: inline-block;
        position: relative;
        z-index: 99;
        font-weight: 600;
        top: -4px
    }

    .home-flash-sale .block-title .block-countdown #countdown .item {
        font-weight: 600;
        font-size: 30px;
        display: inline-block;
        position: relative;
        margin: 0 10px;
        border-radius: var(--main-border-radius);
        padding: 5px 8px
    }

    .home-video .block-title h2 {
        font-size: 26px
    }

    .home-video .block-contact {
        margin-top: -40px
    }

    .home-step .list-step .item:before {
        width: 100px;
        height: 45px
    }

    .home-step .list-step .item .title {
        font-size: 18px
    }
}

@media (max-width:1600px) and (min-width:1441px) {
    .module-slider .swiper-slide a .content .title {
        font-size: 48px
    }
}

@media (max-width:1440px) and (min-width:1200px) {
    .module-slider .swiper-slide a .content .title {
        font-size: 38px
    }
}

@media (max-width:991px) and (min-width:767px) {
    .home-banner .content h3 {
        font-size: 13px;
        line-height: 18px
    }

    .home-banner .content .des,
    .home-video .block-contact .col-left:before {
        display: none
    }

    .home-banner .content .view-more a {
        font-size: 12px;
        line-height: 22px
    }

    .home-banner .item-1 .content {
        bottom: 25px;
        width: 100%;
        padding: 0 10px
    }

    .home-banner .item-2 .content {
        top: 20px;
        width: 55%;
        padding: 0 10px
    }

    .home-banner .item-3 .content {
        top: 20px;
        right: 10px;
        width: 35%
    }

    .home-banner .item-4 .content {
        top: 20px;
        width: 45%;
        padding: 0 10px
    }

    .home-banner .item-5 .content {
        top: 20px;
        right: 10px;
        width: 40%
    }

    .home-about,
    .home-banner,
    .home-blogs,
    .home-brand,
    .home-faq,
    .home-product,
    .home-product-tab,
    .home-step,
    .home-video,
    .module-slider {
        margin-bottom: 50px
    }

    .module-slider .swiper-slide a {
        height: 500px
    }

    .module-slider .swiper-slide a .content {
        padding: 0 50px
    }

    .module-slider .swiper-slide a .content .title {
        font-size: 32px
    }

    .module-slider .swiper-slide a .content .sub-title {
        font-size: 18px
    }

    .module-slider .swiper-slide a .content p {
        line-height: 26px;
        font-size: 16px
    }

    .home-about .block-image svg {
        left: 70px
    }

    .home-flash-sale,
    .home-review-customer,
    .home-whychoose {
        margin-bottom: 50px;
        padding: 50px 0
    }

    .home-flash-sale .block-title .block-countdown .bg-title {
        width: 230px;
        height: 66px;
        margin-top: -18px;
        margin-left: -28px;
        top: -5px;
        background-size: contain
    }

    .home-flash-sale .block-title .block-countdown #countdown .dots {
        font-size: 30px;
        display: inline-block;
        position: relative;
        z-index: 99;
        font-weight: 600;
        top: -4px
    }

    .home-flash-sale .block-title .block-countdown #countdown .item {
        font-weight: 600;
        font-size: 30px;
        display: inline-block;
        position: relative;
        margin: 0 10px;
        border-radius: var(--main-border-radius);
        padding: 5px 8px
    }

    .home-video .block-title {
        text-align: center
    }

    .home-video .block-contact {
        margin-top: 50px
    }

    .home-video .block-contact .col-right {
        margin-top: 20px;
        text-align: center
    }

    .home-product .list-menu-product {
        width: 100%
    }

    .home-product .list-menu-product .item a {
        background-size: cover
    }

    .home-whychoose .block-image {
        margin-top: 70px;
        text-align: center
    }

    .home-whychoose .block-image:after {
        right: 0
    }

    .home-step .list-step {
        grid-template-columns: repeat(2, 1fr)
    }

    .home-step .list-step .item:nth-child(2):before {
        content: none
    }

    .home-step .list-step .item .title {
        font-size: 20px
    }

    .home-faq #faq-container {
        margin-top: 30px
    }

    .home-about .block-image {
        text-align: center;
        margin-top: 30px
    }

    .home-banner .row-margin {
        margin: 0 -8px
    }

    .home-banner .col-padding {
        padding: 0 8px
    }

    .home-banner .margin-bottom {
        margin-bottom: 16px
    }
    .home-banner .margin-top {
    margin-top: 16px
}
}

@media (max-width:991px) {
    .header.header-index {
        border-bottom: initial;
        position: initial;
        /* background: rgba(0, 0, 0, .83) */
    }

    .home-flash-sale .block-title .block-countdown .bg-title {
        display: none
    }

    .home-flash-sale .block-title h2 {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .home-banner .content h3 {
        font-size: 12px;
        line-height: 16px;
        text-transform: capitalize;
        margin-bottom: 6px
    }

    .block-title h2 a:after,
    .block-title h2 a:before,
    .block-title h2 span:after,
    .block-title h2 span:before,
    .block-title h2:after,
    .home-about .block-image svg,
    .home-banner .content .des,
    .home-banner .content .view-more a svg,
    .home-video .block-contact .col-left:before {
        display: none
    }

    .home-banner .content .view-more a {
        font-size: 10px;
        line-height: 18px
    }

    .home-banner .item-1 .content {
        bottom: 25px;
        width: 100%;
        padding: 0 10px
    }

    .home-banner .item-2 .content {
        top: 10px;
        width: 55%;
        padding: 0 10px
    }

    .home-banner .item-3 .content {
        top: 10px;
        right: 10px;
        width: 35%
    }

    .home-banner .item-4 .content {
        top: 10px;
        width: 45%;
        padding: 0 10px
    }

    .home-banner .item-5 .content {
        top: 10px;
        right: 10px;
        width: 45%
    }

    .block-title h2 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .block-title h2 a,
    .block-title h2 span {
        padding: 0
    }

    .home-about,
    .home-banner,
    .home-blogs,
    .home-brand,
    .home-faq,
    .home-product,
    .home-product-tab,
    .home-step,
    .home-video,
    .module-slider {
        margin-bottom: 50px
    }

    .module-slider .swiper-slide a {
        height: 480px
    }

    .module-slider .swiper-slide a .content {
        padding: 0 50px
    }

    .module-slider .swiper-slide a .content .title {
        font-size: 23px
    }

    .module-slider .swiper-slide a .content .sub-title {
        font-size: 16px;
        border-bottom: none
    }

    .module-slider .swiper-slide a .content p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0
    }

    .home-about .achievement-about {
        display: block
    }

    .home-about .achievement-about .item {
        margin-bottom: 8px;
        padding: 12px 8px
    }

    .home-about .achievement-about .item:last-child {
        margin-bottom: 0
    }

    .home-flash-sale,
    .home-review-customer,
    .home-whychoose {
        margin-bottom: 50px;
        padding: 50px 0
    }

    .home-flash-sale .block-title {
        padding-right: 0;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .home-flash-sale .block-title .block-countdown {
        order: 2
    }

    .home-flash-sale .block-title .block-countdown #countdown .dots {
        font-size: 20px;
        display: inline-block;
        position: relative;
        z-index: 99;
        font-weight: 600;
        top: -4px
    }

    .home-flash-sale .block-title .block-countdown #countdown .item {
        font-weight: 600;
        font-size: 20px;
        display: inline-block;
        position: relative;
        margin: 0 10px;
        border-radius: var(--main-border-radius);
        padding: 5px 6px
    }

    .home-flash-sale .block-title h2 {
        order: 1;
        margin-bottom: 5px
    }

    .home-product-tab .block-title ul {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: block
    }

    .home-product-tab .block-title ul li {
        margin-right: 3px
    }

    .home-video .block-title {
        text-align: center
    }

    .home-video .block-contact {
        margin-top: 50px
    }

    .home-video .block-contact .col-right {
        margin-top: 20px;
        text-align: center
    }

    .home-video .block-video .play-video {
        width: 50px;
        height: 50px
    }

    .home-product .block-title .viewMore {
        position: initial
    }

    .home-product .list-menu-product {
        width: 100%;
        display: none
    }

    .home-product .list-menu-product .item a {
        background-size: cover
    }

    .home-whychoose .block-image:after {
        right: 0;
        display: none
    }

    .home-step .list-step .item .title,
    .home-whychoose #faq-container .faq-item .faq-question,
    .home-whychoose .list-whychoose .item .content .title {
        font-size: 18px
    }

    .home-step .list-step {
        grid-template-columns: repeat(2, 1fr)
    }

    .home-step .list-step .item:before {
        content: none
    }

    .home-faq #faq-container {
        margin-top: 30px
    }

    .home-about .block-image,
    .home-whychoose .block-image {
        text-align: center;
        margin-top: 30px
    }

    .home-banner .row-margin {
        margin: 0 -8px
    }

    .home-banner .col-padding {
        padding: 0 8px
    }

    .home-banner .margin-bottom {
        margin-bottom: 16px
    }
    .home-banner .margin-top {
        margin-top: 16px
    }

    .home-blogs .viewMore {
        margin-top: 20px;
    }

    .viewMore a {
        padding: 8px 16px;
        font-size: 14px;
    }

    .viewMore a svg {
        width: 22px;
        height: 22px;
    }

    .home-whychoose .list-whychoose .item .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 600px) {
    .home-faq #faq-container .faq-item .faq-question {
        font-size: 16px;
    }

    .home-faq #faq-container .faq-item .faq-question .icon-question {
        min-width: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .home-faq #faq-container .faq-item .faq-question .icon-question svg {
        width: 20px;
        height: 40px;
    }

    .home-video .block-video img {
        min-height: 200px;
        object-fit: cover;
    }
}

.flashsale__bottom .flashsale__label {
    font-size: 12px
}

.flashsale__bottom .flashsale__label img {
    width: 35px;
    margin-top: -5px
}

.flashsale__bottom .flashsale__progressbar {
    display: block;
    width: 100%;
    height: 10px;
    background: #ebebeb;
    margin-bottom: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.flashsale__bottom .flashsale__progressbar.style2 {
    height: 16px
}

.flashsale__bottom .flashsale__progressbar.style2 .flashsale__label {
    font-size: 11px;
    position: relative;
    left: 0;
    z-index: 2;
    text-align: center;
    margin: auto
}

.flashsale__bottom .flashsale__progressbar.style2 .flashsale__label img {
    display: none
}

.flashsale__bottom .flashsale___percent {
    width: 0%;
    height: 100%;
    background-color: #c38e70;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-size: 40px 40px;
    -webkit-animation: 2s linear infinite progress_bar_fill;
    animation: 2s linear infinite progress_bar_fill;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .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
}