.header_main .content .header_btm .sub_menu_0{
    top: 100%;
}
main .banner .swiper-button-next-banner::after, main .banner .swiper-button-prev-banner::after{
    display: none;
}
main .banner .swiper-button-next-banner{
    right: 3%;
}
main .banner .swiper-button-prev-banner{
    left: 3%;
}
.swiper-container-horizontal>.swiper-pagination-banner{
    bottom: 0.4rem;
}
.swiper-pagination-banner .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.2;
}
.swiper-pagination-banner .swiper-pagination-bullet-active{
    background-color: #fff;
    opacity: 1;
}
main .banner .swiper-slide video{
    width: 100%;
}
main .banner .swiper-slide iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    pointer-events: none;
}
main .banner .swiper-slide img{
    width: 100%;
}
main .banner .swiper-slide a{
    display: flex;
    padding: 0.1rem 0.3rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    font-family: 'Medium';
    transition: all 0.5s;
}
main .banner .swiper-slide a:hover{
    background-color: #121212;
    border: none;
}

main .collezioni{
    padding: 1rem 0;
}
main .collezioni .title{
    max-width: 100%;
}
main .collezioni .swiper{
    position: relative;
}
main .collezioni .swiper .cart h3{
    margin-top: 0.2rem;
    font-size: 0.18rem;
}
.swiper-button-next-collezioni{
    right: -5%;
}
.swiper-button-prev-collezioni{
    left: -5%;
}
.swiper-button-prev-collezioni::after, .swiper-button-next-collezioni::after{
    font-size: 30px;
    font-weight: bold;
    color: #121212;
}
.swiper-button-prev-collezioni:hover::after, .swiper-button-next-collezioni:hover::after{
    color: #0f4e48;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}

main .hot_product{
    background-color: #EAEAEA;
    padding-top: 0.65rem;
    padding-bottom: 1.2rem;
    overflow: hidden;
    width: 100%;
}
main .hot_product .title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
}
main .hot_product .title .btn{
    position: relative;
    width: 140px;
    height: 65px;
}
main .hot_product .title .btn .swiper-button-next, main .hot_product .title .btn .swiper-button-prev{
    width: 65px;
    height: 65px;
    background-color: #fff;
    top: 0;
    margin-top: 0;
    pointer-events: auto;
}
main .hot_product .title .btn .swiper-button-next:hover, main .hot_product .title .btn .swiper-button-prev:hover{
    background-color: #0F4E48;
}
main .hot_product .title .btn .swiper-button-prev{
    left: 0;
}
main .hot_product .title .btn .swiper-button-next{
    right: 0;
}

main .hot_product .title .btn .swiper-button-next::after, main .hot_product .title .btn .swiper-button-prev::after{
    font-size: 30px;
    color: #0F4E48;
    font-weight: bold;
}
main .hot_product .title .btn .swiper-button-next:hover::after, main .hot_product .title .btn .swiper-button-prev:hover::after{
    color: #fff;
}
main .hot_product .swiper .swiper-hot{
    overflow: unset;
}
main .hot_product .swiper .cart{
    position: relative;
    overflow: hidden;
}
main .hot_product .swiper .cart .txt{
    position: absolute;
    width: 100%;
    height: 140px;
    padding: 0.3rem;
    left: 0;
    bottom: -200px;
    background-color: rgba(0, 0, 0,0.3);
    transition: all 0.5s;
}
main .hot_product .swiper .cart:hover .txt{
    bottom: 0;
}
main .hot_product .swiper .cart .txt h4{
    font-size: 0.18rem;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
main .hot_product .swiper .cart .txt .line{
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 5px 0;
}
main .hot_product .swiper .cart .txt p{
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

main .design{
    display: flex;
    justify-content: space-between;
    height: 630px;
    margin: 1rem 0;
}
main .design .left{
    flex: 1;
}
main .design .left iframe{
    width: 100%;
    height: 100%;
}
main .design .right{
    max-width: 800px;
    width: 100%;
    padding: 0.9rem;
    background-color: #EAEAEA;
}
main .design .right .title h2{
    text-align: left;
}
main .design .right .title p{
    text-align: left;
    font-size: 16px;
    color: #444;
    margin-top: 0.4rem;
}

main .inspiration{
    position: relative;
} 
main .inspiration .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
main .inspiration .txt h2{
    color: #fff;
}
main .inspiration .txt .more:hover{
    background-color: #121212;
    border: 1px solid #121212;
}

main .order{
    padding: 1rem 0;
}
main .order .title{
    align-items: center;
    margin-bottom: 0;
    padding: 0 15px;
}
main .order .title p{
    font-size: 14px;
    color: #888;
}
main .order .img{
    /* margin: 1rem 0; */
}

.keywords{
   margin-bottom: 1rem;
}
.keywords .line{
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
    margin-bottom: 1rem;
}
.keywords .title{
    align-items: center;
}
.keywords ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.keywords ul li{
    margin: .1rem;
}
.keywords ul li a{
    display: flex;
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
}

@media (max-width:1279px) {
    .swiper-button-next-collezioni{
        right: 0%;
    }
    .swiper-button-prev-collezioni{
        left: 1%;
    }
    main .design .right{
        max-width: 50%;
    }
}

@media (max-width:1023px) {
    main .design{
        flex-direction: column;
        height: auto;
    }
    main .design .left{
        height: 300px;
        flex: auto;
    }
    main .design .right{
        max-width: 100%;
        padding: 30px 15px;
    }
    /* main .inspiration{
        height: 400px;
    }
    main .inspiration>img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */
}

@media (max-width:767px) {
    .keywords ul li a{
        padding: 5px 15px;
    }
    .swiper-button-next-collezioni{
        display: none;
    }
    .swiper-button-prev-collezioni{
        display: none;
    }
    main .collezioni{
        padding: 50px 0;
    }
    main .hot_product{
        padding: 50px 0;
    }
    main .hot_product .swiper .swiper-hot{
        overflow: hidden;
    }
}




















