/* <=== hpproducmm ===> */
.itproducmm{
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1px;
}
.itproducmm .mmwrap{
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 20px;
}
.itproducmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -45px;
}
.itproducmm .mmgrip > div{
    padding: 0 45px;
}
.itproducmm .mmgrip .mcol{
    width: 41.229%;
}
.itproducmm .mmgrip .hcol{
    width: calc(100% - 41.229%);
}
.itproducmm:nth-child(even) .mmgrip .mcol{
    order: 2;
}
.itproducmm:nth-child(even) .decss{
    text-align: right;
}
.itproducmm .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itproducmm .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itproducmm .dstitle{
    margin-bottom: 12px;
}
.itproducmm .dstitle, .itproducmm .dstitle h3{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}
.itproducmm .dsconts{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}
.itproducmm .dsviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    padding: 10px 35px;
    background-color: #2d5923;
    color: #fff;
    border-radius: 5px;
}
.itproducmm .dsviews a:hover{
    background-color: #122b0d;
}
/* <=== hpproducmm ===> */

/* <=== hpproduchh ===> */
.tpproducha{
    background-color: #2d5923;
    line-height: 25px;
    padding: 10px 0;
}
.tpproducha .hainfo ul{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.tpproducha .hainfo li{
    padding: 0 10px;
}
.tpproducha .hainfo li, .tpproducha .hainfo li a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.tpproducha .hainfo li.vmm a{
    display: inline-block;
}
.tpproducha .hainfo li.vmm a span{
    display: inline-block;
    padding-left: 16px;
    position: relative;
}
.tpproducha .hainfo li.vmm a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b8df10;
}
.tpproducha .hainfo li.vhh a{
    display: inline-block;
}
.tpproducha .hainfo li.vhh a span{
    display: inline-block;
    padding-right: 16px;
    position: relative;
}
.tpproducha .hainfo li.vhh a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b8df10;
}
.tpproduchb{
    padding: 0 0 110px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.tpproduchb .hbwrap{
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 20px;
}
.tpproduchb .hbtitle{
    margin-bottom: 70px;
    text-align: center;
    color: #fff;
}
.tpproduchb .hbtitle .tname{
    display: inline-block;
    padding: 60px 70px 20px;
    background-image: url('../images/hatitle.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tpproduchb .hbtitle, .tpproduchb .hbtitle h2, .tpproduchb .hbtitle h1{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.tpproduchb .ctgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -40px;
}
.tpproduchb .ctgrip > div{
    padding: 0 40px;
}
.tpproduchb .ctgrip .mcol{
    width: 41.594%;
}
.tpproduchb .ctgrip .hcol{
    width: calc(100% - 41.594%);
}
.tpproduchb .thumb {
    text-align: center;
}
.tpproduchb .decss{
    padding: 45px 50px;
    background-image: url('../images/hanens.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    line-height: 30px;
}
.tpproduchc{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpproduchc .hcstep{
    padding: 90px 0;
    position: relative;
    z-index: 1;
}
.tpproduchc .hcstep::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 100%;
    background-image: url('../images/hclinem.png');
    background-position: top center;
    background-repeat: repeat;
    background-size: 100%;
    pointer-events: none;
}
.tpproduchc .hcstep::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 39px;
    height: 70px;
    background-image: url('../images/hclineh.png');
    background-position: top center;
    background-repeat: repeat;
    background-size: 100%;
    pointer-events: none;
}
.itproduchc{
    margin-bottom: 80px;
    position: relative;
    padding: 50px 50px 40px;
    background-image: url('../images/hcnens.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itproduchc .vvname{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 12px 30px;
    background-image: url('../images/hctitle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: 50px;
}
.itproduchc .vvcont{
    font-size: 18px;
    line-height: 28px;
}
.itproduchc .vvcont li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 21px;
}
.itproduchc .vvcont li::before{
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #2d5923;
    border-radius: 100%;
}
.itproduchc .vvcont li:last-child{
    margin-bottom: 0;
}
.itproduchc:last-child{
    margin-bottom: 0;
}
.tpproduchc .hcbuys{
    padding: 115px 0 100px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}
.tpproduchc .hcbuys, .tpproduchc .hcbuys a{
    color: #fff;
}
.tpproduchc .hcbuys .btitle{
    margin-bottom: 25px;
}
.tpproduchc .hcbuys .btitle, .tpproduchc .hcbuys .btitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
}
.tpproduchc .hcbuys .blinks a{
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 35px;
    background-color: #b8df10;
    color: #2d5923;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}
.tpproduchc .hcbuys .blinks a:hover{
    background-color: #fff;
}
/* <=== hpproduchh ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpproducmm ===> */
    .itproducmm{
        padding: 50px 0;
    }
    .itproducmm .mmgrip{
        margin: 0 -20px;
    }
    .itproducmm .mmgrip > div{
        padding: 0 20px;
    }
    .itproducmm .dstitle, .itproducmm .dstitle h3{
        font-size: 32px;
        line-height: 45px;
    }
    .itproducmm .dsconts{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    /* <=== hpproducmm ===> */

    /* <=== hpproduchh ===> */
    .tpproducha .hainfo li, .tpproducha .hainfo li a{
        font-size: 14px;
    }
    .tpproduchb{
        padding: 0 0 20px 0;
    }
    .tpproduchb .hbtitle{
        margin-bottom: 50px;
    }
    .tpproduchb .hbtitle .tname{
        padding: 50px 35px 20px;
    }
    .tpproduchb .hbtitle, .tpproduchb .hbtitle h2, .tpproduchb .hbtitle h1{
        font-size: 18px;
        line-height: 25px;
    }
    .tpproduchb .ctgrip{
        margin: 0 -20px;
    }
    .tpproduchb .ctgrip > div{
        padding: 0 20px;
    }
    .tpproduchb .decss{
        padding: 40px 20px 20px;
        font-size: 18px;
        background-image: none;
    }
    .tpproduchc .hcstep{
        padding: 94px 0 55px;
    }
    .itproduchc{
        margin-bottom: 65px;
    }
    .itproduchc{
        padding: 40px 25px 35px;
    }
    .itproduchc .vvname{
        font-size: 18px;
        left: 25px;
    }
    .itproduchc .vvcont{
        font-size: 16px;
        line-height: 26px;
    }
    .tpproduchc .hcstep::after{
        top: calc(100% - 15px);
    }
    .tpproduchc .hcbuys{
        padding: 80px 0 75px;
    }
    .tpproduchc .hcbuys .btitle{
        padding: 0 15px;
    }
    .tpproduchc .hcbuys .btitle, .tpproduchc .hcbuys .btitle h2{
        font-size: 28px;
        line-height: 35px;
    }
    /* <=== hpproduchh ===> */
}
@media all and (max-width: 767px){
    /* <=== hpproducmm ===> */
    .itproducmm{
        padding: 50px 0 60px;
    }
    .itproducmm .mmgrip .mcol{
        width: 100%;
    }
    .itproducmm .mmgrip .hcol{
        width: 100%;
    }
    .itproducmm:nth-child(even) .mmgrip .mcol{
        order: unset;
    }
    .itproducmm .thumb{
        padding: 0 20px;
        margin-bottom: 25px;
    }
    .itproducmm .dstitle{
        margin-bottom: 5px;
    }
    /* <=== hpproducmm ===> */

    /* <=== hpproduchh ===> */

    .tpproduchb .ctgrip .mcol{
        width: 100%;
    }
    .tpproduchb .ctgrip .hcol{
        width: 100%;
    }
    .tpproduchb .thumb{
        padding: 0 20px;
    }

    /* <=== hpproduchh ===> */
}