#home {
    display: block;
}

#home .slider,
#home .product-category .product-category-list,
#home .news .blog-list,
#home .hanson-exp .handson-exp-list,
#home .testimonials .testimonial-list,
#home .product-hot .product-list,
#home .flash-sale .product-list {
    position: relative;
    display: block !important;
    margin-bottom: 0;
    gap: 0 !important;
}

#home .slider .slick-list,
#home .slider .slick-slide {
    margin: 0;
}

#home .product-category {
    display: block;
    padding: 2rem 0;
}

#home .product-category .img-thumb {
    display: block;
    position: relative;
    padding: 0 0 100%;
    overflow: hidden;
}

#home .product-category .category-name {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    color: var(--bs-white);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 10;
    margin: 0;
    padding: .75rem;
    text-align: center;
    transition: all .5s ease-in-out;
}

#home .product-category a:hover .category-name {
    color: var(--bs-warning);
}

#home .product-hot .slick-slide > div+div {
    margin-top: 16px;
}

#home .handson-exp .slick-slider .slick-dots,
#home .news .slick-slider .slick-dots,
#home .banner .slick-slider .slick-dots,
#home .product-category .slick-slider .slick-dots,
#home .testimonials .slick-slider .slick-dots,
#home .product-hot .slick-slider .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: .25rem;
} 

#home .product-hot .slick-slider .slick-dots {
    margin-bottom: 1rem;
}

#home .flash-sale {
    background-color: var(--bg-light);
    padding: 2rem 0;
}

#home .flash-sale .section-title {
    font-size: 3rem;
    background: linear-gradient(90deg, var(--bs-warning), var(--bs-danger), #00c6ff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: gradientMove 3s linear infinite;
}

#home .flash-sale .countdown .item {
    display: inline-flex;
    padding: .25rem;
    background-color: var(--bs-primary);
    border-radius: .5rem;
    flex: 0 0 auto;
    flex-wrap: wrap;
}

#home .flash-sale .countdown .item+.item {
    margin-left: .5rem;
}

#home .flash-sale .countdown .item .t,
#home .flash-sale .countdown .item .b {
    display: flex;
    width: 100%;
    justify-content: center;
}

#home .flash-sale .countdown .item .t {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
}

#home .flash-sale .countdown .item .b {
    font-size: .8125rem;
    font-weight: 400;
}

#home .flash-sale .product-list {
    margin: 2rem 0;
}

#home .product-new {
    display: block;
    padding: 2rem 0;
}

#home .product-new .nav-tabs {
    margin: 0 0 1rem;
    border-bottom: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

#home .product-new .nav-tabs .nav-link {
    color: var(--bs-dark);
    border: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 50rem;
}

#home .product-new .nav-tabs .nav-link:hover,
#home .product-new .nav-tabs .nav-link:focus {
    border: 0;
    background-color: transparent;
}

#home .product-new .nav-tabs .active {
    color: var(--bs-primary);
}

#home .about-us {
    display: block;
    padding: 2rem 0;
    position: relative;
}

#home .about-us .about-us-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
}

#home .about-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

#home .about-list li {
    display: flex;
    flex-wrap: nowrap;
    flex: auto;
    list-style: none;
    position: relative;
    background-color: var(--bs-light);
    height: 100px;
    overflow: hidden;
    align-items: center;
    border-radius: 50rem;
}

#home .about-list .icon,
#home .about-list .paragraph {
    display: block;
}


#home .about-list .icon {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 10px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

#home .about-list .paragraph .paragraph-title,
#home .about-list .paragraph .paragraph-desc {
    display: block;
    padding-left: 20px;
}

#home .about-list .paragraph .paragraph-title {
    margin: 0 0 .25rem;
    text-transform: uppercase;
    font-weight: 600;
}

#home .about-list .paragraph .paragraph-desc {
    font-weight: 300;
    font-size: 0.8125rem;
}

#home .feature,
#home .videos,
#home .news,
#home .product-hot,
#home .handson-exp,
#home .testimonials {
    display: block;
    padding: 2rem 0;
}

#home .feature {
    background-image: url(../images/home-about-bg.webp);
    background-position: top left;
    background-size: 8px auto;
    background-repeat: repeat;
}

#home .feature.bg-fixed {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#home .feature.bg-fixed::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

#home .feature .inner {
    display: block;
    position: relative;
    z-index: 1010;
}

#home .feature .section-label {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 0 1rem;
}

#home .feature .section-welcome {
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    margin: 0 0 1rem;
}

#home .feature .section-brand-name {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

#home .feature .icon-play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bs-danger);
    font-size: 3rem;
    transition: all .5s;
}

#home .feature a:hover .icon-play {
    color: var(--bs-warning);
}

#home .banner {
    display: block;
    padding: 2rem 0 0;
}

#home .banner .slick-item .inner {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 0 50%;
}

#home .banner img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#home .videos .apect-ratio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 5;
    border-radius: 0;
    display: none;
}

#home .videos .video-play,
#home .videos .video-title {
    z-index: 10;
}

#home .videos .video-play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 3rem;
    color: var(--bs-danger);
    transition: all 0.5s ease-in-out;
}

#home .videos .video-title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    padding: 1rem;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    color: var(--bs-white);
    transition: all 0.5s ease-in-out;
}

#home .videos .apect-ratio:hover::before {
    opacity: 1;
}

#home .videos a:hover .video-title,
#home .videos a:hover .video-play {
    color: var(--bs-warning);
}

#home .videos .video-list {
    display: block;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
}

#home .videos .video-list li {
    display: block;
    list-style: none;
}

#home .videos .video-list li+li {
    margin-top: 1rem;
}

#home .videos .video-list li .video-list-title {
    color: var(--bs-dark);
    transition: all .5s ease-in-out;
    padding-right: 1rem;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#home .videos .video-list li:hover .video-list-title {
    color: var(--bs-primary);
}

#home .videos .video-list li .video-play {
    font-size: 1.5rem;
}

#home .testimonials .testimonial-list .testimonial-item {
    padding: 1rem;
    border-radius: 1rem;
    min-height: 14rem;
    display: block;
}

#home .testimonials .testimonial-list .testimonial-desc {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 0.875rem;
    margin: 0 0 .25rem;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

#home .testimonials .testimonial-list .testimonial-desc::before {
    content: '\F6B0';
    font-family: 'bootstrap-icons';
    display: block;
    position: absolute;
    z-index: 1;
    color: var(--bg-light);
    font-size: 3rem;
    left: 0;
    top: 0;
}

#home .testimonials .testimonial-list .rating {
    display: block;
    margin: 0 0 1rem;
    color: var(--bs-warning);
}

#home .testimonials .testimonial-list .testimonial-info {
    display: flex;
    flex-wrap: nowrap;
}

#home .testimonials .testimonial-list .avatar {
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 1rem;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    display: block;
}

#home .testimonials .testimonial-list .avatar img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#home .testimonials .testimonial-list .personal {
    display: block;
}

#home .testimonials .testimonial-list .personal .fullname,
#home .testimonials .testimonial-list .personal .note {
    display: block;
}

#home .testimonials .testimonial-list .personal .fullname {
    font-weight: 600;
    font-size: .875rem;
    margin-bottom: .25rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#home .testimonials .testimonial-list .personal .note {
    font-size: .8125rem;
}

#home .product-hot .banner-hot .apect-ratio {
    padding: 0 0 73.8461538462%;
    aspect-ratio: 6/8.125;
}

#home .blog-item {
    display: block;
    background-color: var(--bs-white);
    border-radius: 1rem;
    overflow: hidden;
}

#home .news .blog-list {
    margin: 0 0 1rem;
}

#home .blog-item .img-thumb {
    display: block;
}

#home .blog-item .blog-title {
    display: block;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 .5rem;
    font-size: 1rem;
    font-weight: 600;
}

#home .blog-item .blog-title a {
    color: var(--bs-dark);
    transition: all .5s ease-in-out;
}

#home .blog-item .blog-title a:hover {
    color: var(--bs-warning);
}

#home .blog-item .blog-created-at {
    display: block;
    margin: 0 0 .5rem;
    font-size: .8125rem;
    color: var(--bs-secondary);
}

#home .blog-item .blog-sapo {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--bs-dark);
    font-size: .875rem;
}

#home .news .blog-category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1rem;
    color: var(--bs-dark);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

#home .news .blog-category-title a {
    color: var(--bs-primary);
    font-size: .8125rem;
    transition: all .5s;
    font-weight: 400;
}

@media only screen and (min-width: 1200px) {
    #home .flash-sale .section-title {
        text-align: left;
        margin: 0;
        padding: 0;
    }

    #home .about-list {
        gap: 3rem 1rem;
    }

    #home .videos .main,
    #home .videos .video-list,
    #home .news .news-list {
        height: 420px;
        padding: 0;
        width: 100%;
    }

    #home .product-hot .banner-hot .apect-ratio {
        padding: 0 0 73.8461538462%;
        aspect-ratio: 6/8.125;
    }
}

@media only screen and (max-width: 1199px) {
    #home .product-category {
        min-height: 100px;
    }

    #home .product-category .product-category-list:not(.slick-initialized) {
        display: flex;
        overflow: hidden;
    }

    #home .product-category .product-category-list:not(.slick-initialized) .product-category-item {
        width: 33.33%;
        flex-shrink: 0;
    }

    #home .about-list {
        gap: .75rem;
        grid-template-columns: repeat(1, 1fr);
    }

    #home .videos .video-list,
    #home .news .news-list {
        height: 380px;
        margin-top: 1rem;
    }

    #home .product-new .nav-tabs .nav-link {
        margin-bottom: .25rem;
    }

    #home .product-hot .banner-hot .apect-ratio {
        padding: 0 0 133.333333333%;
        aspect-ratio: 3/4;
    }
}

@media only screen and (max-width: 572px) {
    #home .feature {
        padding-bottom: 2rem;
    }

    #home .product-category .category-name {
        font-size: .875rem;
    }

    #home .about-list .icon,
    #home .about-list .paragraph {
        padding-right: .5rem;
    }

    #home .about-list .paragraph .paragraph-title {
        font-size: .8125rem;
    }
}