.banner .slick-dots {
    bottom: 15px;
}

.slick-dots li {
    height: 15px;
    width: 15px;
    border: none;
    background-color: #373535;
}

.slick-dots li.slick-active {
    background-color: #666666;
}

.news.hover-effect {
    padding-bottom: 30px;
}

.news-img {
    position: relative;
}

a.news-cat.shadow-sm {
    margin-left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 13px;
    letter-spacing: .135rem;
    background-color: #fff;
    color: #000;
    width: 3rem;
    z-index: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

a.news-cat.shadow-sm strong {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 700;
}

.news-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffffd9;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    padding: .5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
    border-top: 1px solid #000;
}

.news-content.shadow-sm {
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 0;
}

h3.news-title a {
    font-size: 19px;
}

h3.news-title {
    line-height: unset;
}

a.velora-hedding {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

figure.image-hover.image-hover-overlay img {
    display: block;
    width: 100%;
    height: 230px;
}

a.news-link svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

a.news-link {
    display: inline-flex;
    align-items: center;
    color: #666666;
}

.comment-view {
    padding-top: 10px;
}

.comment-view p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.news.hover-effect {
    padding-left: 30px;
    padding-right: 10px;
    transition: 0.5s ease;
}

a.velora-hedding h2 {
    font-size: 18px;
}

.hover-effect:hover {
    transform: translateY(-.5rem);
}

.title-page.center {
    text-align: center;
}

.title-page .title {
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.title-page .title:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    bottom: -4px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #000000 47.87%, rgba(217, 217, 217, 0) 101%);
    width: 200px;
    height: 2px;
}

.title-page.center .title:before {
    left: 50%;
    transform: translateX(-50%);
}

.news-home {
    padding: 40px 0 10px;
}

.featured-product {
    padding: 40px 0 20px;
}

.item-product {
    text-align: center;
    margin-bottom: 30px;
}

.item-product .img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.item-product .img img {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    transition: .4s;
}

.item-product .img .btn-add-to-cart {
    position: absolute;
    z-index: 2;
    left: 50%;
    /* right: 15px; */
    bottom: 0;
    transform: translate(-50%, calc(100% + 2px));
    transition: .2s all ease-in-out;
    font-size: 1rem;
    padding: 10px 24px;
    font-weight: 700;
    border-radius: 8px;
    background-color: #666666;
    font-size: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    text-align: center;
    cursor: pointer;
    color: #FFF;
    white-space: nowrap;
}

.item-product .img .btn-add-to-cart svg {
    display: none;
    width: 20px;
    height: 20px;
}

.item-product .img .btn-add-to-cart:hover {
    background-color: #666666c7;
}

.item-product:hover .img .btn-add-to-cart {
    transform: translate(-50%, -15px);
}

.item-product:hover .img img {
    transform: scale(1.1);
}

.item-product .content .title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.category-slider .item a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.category-slider .item img {
    transition: .5s all ease-in-out
}

.category-slider .item .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.category-slider .item .content .text {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    transition: .2s all ease-in-out;
    text-align: center;
}

.category-slider .item .content .see-detail {
    transition: .2s all ease-in-out;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 32px;
    border-radius: 8px;
    background-color: #FFF;
    color: #000;
}

.category-slider .item .content .see-detail:hover {
    background-color: #ffffffc7;
}

.category-slider .item:hover .text {
    transform: translateY(-15px);
}

.category-slider .item:hover .see-detail {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

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

.category-slider .item .content:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.category-slider .item .content>* {
    position: relative;
    z-index: 2;
}

.hot-product {
    padding: 50px 0;
}

.video-area {
    background: #ccc;
    position: relative;
    aspect-ratio: 1.089 / 1;
}

.video-area video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-area .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 85px;
    text-align: center;
    word-break: break-word;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.video-area::after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.hot-slider .slick-slide {
    margin: 0 15px;
}

.hot-slider .slick-list {
    margin: 0 -15px;
}

.item-team {
    display: flex;
    transition: .4s all ease-in-out;
    height: 410px;
    position: relative;
    overflow: hidden;
}

.item-team .img {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 100%;
    z-index: 10;
    transition: .2s all ease-in-out;
}

.item-team .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: .4s all ease-in-out;
}

.item-team .content {
    display: block;
    width: 50%;
    overflow: hidden;
    padding: 0;
    background: #fff;
    transition: all .3s ease-in-out;
    transition-delay: .2s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    transform: translate(100%);
}

.item-team .content .inner {
    padding: 16px 24px;
    overflow: hidden;
}

.item-team .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.teams {
    padding: 50px 0;
    background-color: #f6f6f6;
}

.item-team:hover .img img {
    transform: scale(1.05);
}

.item-cate {
    background: #f6f6f6;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
}

.item-cate .wrap-img {
    padding-bottom: 80%;
}

.item-cate .title {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-wrap {
    margin-bottom: 50px;
}

.modal-overlayyy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    justify-content: center;
    align-items: center;
    /* display: flex; */
}

.modal-overlayyy .modal-content {
    background: #fff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 645px;
    width: 90%;
    animation: fadeIn 0.3s ease;
    position: relative;
    overflow: hidden;
}

.modal-overlayyy .modal-content form {
    padding: 50px 25px 25px 25px;
}

.image-form img {
    height: 100%;
}

.modal-overlayyy .modal-content h2 {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.modal-overlayyy .close-btn-modal {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-overlayyy .close-btn-modal svg {
    width: 20px;
    height: 20px;
}

.modal-overlayyy .form-group {
    margin-bottom: 15px;
}

.modal-overlayyy input,
.modal-overlayyy select,
.modal-overlayyy textarea {
    color: #333;
    padding: 10px;
    border: 1px solid #ebe6e7;
    height: 46px;
    width: 100%;
    resize: none;
    font-size: 16px;
    font-family: inherit !important;
    border-radius: 5px;
}

.modal-overlayyy textarea {
    height: unset;
}

.modal-overlayyy .submit {
    font-size: 16px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    border-radius: 35px;
    padding: 10px 30px;
    background: #000000;
    color: #FFF;
    transition: .3s;
}

.modal-overlayyy .submit:hover {
    background: #666666;
}

.stop-scroll {
    height: 100%;
    overflow: hidden;
}

@keyframes fadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.teams .swiper-slide .item {
    display: flex;
    transition: .4s all ease-in-out;
    height: 410px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.teams .swiper-slide .item .content {
    display: block;
    width: 0;
    overflow: hidden;
    padding: 0;
    background: #fff;
    transition: all .3s ease-in-out;
    transform: translate(0);
    transition-delay: .2s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1
}

.teams .swiper-slide .item .content .inner {
    padding: 1rem 1.5rem;
    overflow: hidden
}

.teams .swiper-slide .item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: .5rem
}

.teams .swiper-slide .item .content li {
    margin-bottom: .5rem
}

.teams .swiper-slide .item .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    transition: .2s all ease-in-out
}

.teams .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: .4s all ease-in-out
}

.teams .swiper-slide .item .img:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s all ease-in-out
}

.teams .swiper-slide .item .img .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    z-index: 2
}

.teams .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}


.teams .swiper-slide.active .item {
    display: flex
}

.teams .swiper-slide.active .item .content {
    width: 50%;
    transform: translate(100%)
}

.teams .swiper-slide.active .item .img {
    width: 50%
}

.teams .swiper-slide.active .item .img .title,.teams .swiper-slide.active .item .img:after {
    opacity: 0;
    visibility: hidden
}

.news-home-slider .slick-slide {
	margin: 0 10px;
}

.news-home-slider .slick-list {
	margin: 0 -10px;
}

@media (min-width: 992px) { 
    .teams .swiper-slide.active {
        width: 50% !important;
    }

    .teams .swiper-slide {
        width: 16.667% !important;
        transition: .4s all ease-in-out;
    }
}

@media (max-width: 992px) {
    .item-product .img .btn-add-to-cart {
        transform: translate(0,0) !important;
        left: auto;
        padding: 8px 10px;
        right: 0;
    }

    .item-product .img .btn-add-to-cart svg {
        display: block;
        width: 17px;
        height: 17px;
    }

    .item-product .img .btn-add-to-cart .text {
        display: none;
    }

    .teams .swiper-slide .item .content {
        width: 50%;
        transform: translate(100%);
    }

    .teams .swiper-slide .item .img {
        width: 50%;
    }

    .teams .swiper-slide .item .img .title, 
    .teams .swiper-slide .item .img:after {
        opacity: 0;
        visibility: hidden;
    }

}

@media (max-width: 768px) {
    .news.hover-effect {
        padding-bottom: 20px;
    }

    .title-page .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .hot-slider .slick-slide {
        margin: 0 10px;
    }

    .hot-slider .slick-list {
        margin: 0 -10px;
    }

    .item-cate .title {
        font-size: 15px;
    }

    .item-cate {
        margin-bottom: 12px;
    }
}

@media (max-width: 550px) {
    .item-team .content {
        width: 100%;
        transform: translate(0);
        position: unset;
    }

    .item-team .img {
        width: 100%;
    }

    .item-team {
        height: unset;
    }

    .item-team .img img {
        height: 400px;
    }

    .item-team .content .inner {
        padding: 12px 15px;
    }

    .item-team .content .title {
        font-size: 22px;
    }

    .teams {
        padding: 25px 0;
    }

    .news-home {
        padding: 25px 0 5px;
    }

    .video-area .content {
        font-size: 34px;
        line-height: 55px;
    }

    .video-area {
        margin-bottom: 20px;
    }

    .hot-product {
        padding: 25px 0 20px;
    }

    .item-product .content .title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .item-product .content .price {
        font-size: 14px;
    }

    .category-slider .item .content .text {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .category-slider .item .content .see-detail {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .category-slider .item:hover .text {
        transform: translateY(0px);
    }

    .featured-product {
        padding: 25px 0 0px;
    }

    .item-product {
        margin-bottom: 20px;
    }

    .teams .swiper-slide .item .content,
    .teams .swiper-slide.active .item .content {
        transform: translate(0);
        width: 100%;
        position: unset;
    }

    .teams .swiper-slide.active .item .img,
    .teams .swiper-slide .item .img {
        width: 100%;
    }   

    .teams .swiper-slide.active .item,
    .teams .swiper-slide .item {
        flex-wrap: wrap;
        height: unset;
        overflow: unset;
    }
}