.hot-product{

}
.hot-product h1{
    font-size: 3.125rem;
    padding-right: 8rem;
}
.hot-product .lead{
    font-size: 1.25rem;
    color: #212529;
}
.hot-product .cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mi-factory{
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 7rem 0 !important;
}
.mi-factory .content{
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    width: 50%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.mi-factory .content .bottom {
    display: flex;
    position: absolute;
    bottom: .65rem;
    width: 100%;
}
.mi-factory .content .bottom svg{
    -webkit-transform:rotateY(180deg) translateY(100%);
    -ms-transform:rotateY(180deg) translateY(100%);
    transform:rotateY(180deg) translateY(100%);
}
.mi-factory .content .top{
    line-height: 0;
    position: absolute;
    top: -.5rem;
    z-index: 999;
    right: 0;
    width: 100%;
}
.mi-factory .content .content-s{
    padding: 2.8125rem;

}
.mi-factory .content p{
    color: #f7f7f7;
    text-align: left;
}
.about-video{
    width: 100%;
    height: 30em;
    background-color: #eee;
    position: relative;
    cursor: pointer;
}
.about-video .mi-about-play{
    position: absolute;
    bottom: -2rem;
    right: 8%;
    width: 50%;
    height: 5rem;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
}
.about-video .mi-about-play .title{
    font-size: 1.3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    margin-top: 0.95rem;
    white-space: nowrap;
}
.about-video .mi-about-play .title i{
    font-size: 2rem;
}
.about-video .mi-about-play .top{
    display: flex;
    width: 100%;
}
.about-video .mi-about-play .bottom{
    display: flex;
    position: absolute;
    bottom: .65rem;
    width: 100%;
}
.about-video .mi-about-play .bottom svg{
    -webkit-transform:rotateY(180deg) translateY(100%);
    -ms-transform:rotateY(180deg) translateY(100%);
    transform:rotateY(180deg) translateY(100%);
}

.applicationSwiper{
    height: 30em;
}
.applicationSwiper .swiper-slide{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.applicationSwiper .swiper-slide h1{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: .75rem 5%;
    background-color: rgba(0,0,0,.3);
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.75rem;
}
.applicationSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-count{
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product-count h1{
    padding: 8rem 0 10rem;
    color: #ffffff;
}
.product-count-number{
    padding: 5rem 0;
}
.product-count-number .col{
    padding: 0 5%;
}
.product-count-number .col .p-3 h1{
    font-weight: bold;
    color: #b21623;
}
.product-count-number .col .p-3 p{
    font-size: 1.25rem;
    color: #000000;
}
.product-count-number .line-icon{
    width: 100%;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}
@media (max-width: 767px) {
    .product-count-number .row{
        width: 100%;
        margin: 0;
        justify-content: space-between;
    }
    .product-count-number .col {
        width: 45%;
        padding: 0;
        flex: inherit;
    }
}
