header{
    position: unset;
    background-color: transparent!important;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: auto!important;
}
.top1_banner {
    display: flex;
    justify-content: center;
    padding: 37px 50px 50px;
    max-height: 40%;
}
.top1_banner .item_top1{
    margin: 0 12px;
}
.top1_banner .item_top1 a{
    display: block;
}
.top1_banner .item_top1 a img{
    height: 36vh;
    max-width: calc(36vh*3/4);
    object-fit: cover;
}
.top2_banner a{
    text-align: center;
    display: block;
}
.top2_banner img{
    max-height: calc(64vh - 100px);
}
.footerHome {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    height: 100%;
    width: 100%;
}

.bannerMainHome{
    padding-top: 40px;
}
.section_home .swiper-container-vertical>.swiper-pagination-bullets{
    right: 80px;
    bottom: 35px;
    transform: unset;
    top: unset;
}
.section_home .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    opacity: 1;
    background-color: #fff;
    border: 4px solid #000;
    transition: all .9s;
    margin: 15px 0;
}
.section_home .swiper-pagination-bullet-active{
    background-color: #000!important;
}
footer{
    display: none;
}
.title-home{
    text-align: center;
    padding: 100px 0 0;
}
.title-home h2{
    font-weight: 600;
    font-size: 22px;
}
.appendSoldout{
    position: relative;
}
.outstock{
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    padding: 5px;
}