/* <=== vhcuisinpg ===> */
.vhcuisinpg .cupadd{
    padding: 55px 0 100px;
}
.hpcuisinmm{
    margin-bottom: 60px;
}
.tpcuisinmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcuisinmm .mmgrip > div{
    padding: 0 15px;
}
.tpcuisinmm .mmgrip .mcol{
    width: 66.66666%;
}
.tpcuisinmm .mmgrip .hcol{
    width: 33.33333%;
}
.itcuisinma{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.itcuisinma .thumb a{
    padding-top: 66%;
}
.itcuisinma .decss{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    pointer-events: none;
}
.itcuisinma .dswrap{
    max-width: 430px;
}
.itcuisinma .dsinfos{
    padding: 25px 20px 30px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    overflow: hidden;
    pointer-events: auto;
}
.itcuisinma .dstitle{
    margin-bottom: 12px;
}
.itcuisinma .dstitle, .itcuisinma .dstitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpcuisinmb .mbitem{
    margin-bottom: 23px;
}
.tpcuisinmb .mbitem:last-child{
    margin-bottom: 0;
}
.itcuisinmb{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.itcuisinmb .thumb a{
    z-index: 1;
}
.itcuisinmb .thumb a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}
.itcuisinmb .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px 20px;
    z-index: 2;
}
.itcuisinmb .dstitle, .itcuisinmb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itcuisinmb .dstitle, .itcuisinmb .dstitle a{
    color: #fff;
}
.tpcuisinhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcuisinhh .hhgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 40px;
}
.itcuisinhh .thumb a{
    border-radius: 20px;
}
.itcuisinhh .decss{
    padding: 20px 85px 0 32px;
    position: relative;
}
.itcuisinhh .dstitle, .itcuisinhh .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
.itcuisinhh .dsviews{
    position: absolute;
    right: 20px;
    top: -25px;
    z-index: 1;
}
.itcuisinhh .dsviews a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #ed3237;
    border: 1px solid #ed3237;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
}
.itcuisinhh:hover .dsviews a{
    animation: pulse_toas 2s infinite;
}
@keyframes pulse_toas {
    0% {
        box-shadow: 0 0 0 0 #ed3237;
    }
    70% {
        box-shadow: 0 0 0 10px rgb(0,152,218,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(0,152,218,0);
    }
}
/* <=== vhcuisinpg ===> */

/* <=== tpdetailmm ===> */
.tpdetailmm{
    margin-bottom: 10px;
}
.tpdetailmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpdetailmm .mmgrip .mcol{
    width: 35.515%;
}
.tpdetailmm .mmgrip .hcol{
    width: calc(100% - 35.515%);
}
.tpdetailmm .thumb{
    width: calc(100% + 60px);
    position: relative;
}
.tpdetailmm .thumb img{
    width: 100%;
}
.tpdetailmm .decss{
    padding: 50px 20px 50px 105px;
    background-color: #f3f0eb;
    margin-top: 40px;
}
/* <=== tpdetailmm ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhcuisinpg ===> */
    .vhcuisinpg .cupadd{
        padding: 40px 0 70px;
    }
    .hpcuisinmm{
        margin-bottom: 10px;
    }
    .tpcuisinmm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpcuisinmm .mmgrip .hcol{
        width: 100%;
    }
    .itcuisinma .decss{
        left: 10px;
        bottom: 10px;
    }
    .itcuisinma .dswrap{
        padding-right: 60px;
    }
    .itcuisinma .dsinfos{
        padding: 15px 20px 20px 20px;
    }
    .itcuisinma .dstitle, .itcuisinma .dstitle h3{
        font-size: 16px;
        line-height: 25px;
    }
    .itcuisinma .viewall a .vicon,.itcuisinma .viewall button .vicon{
        width: 30px;
        height: 30px;
    }
    .itcuisinma .viewall a::before,.itcuisinma .viewall button::before{
        width: 30px;
        height: 30px;
    }
    .itcuisinma .viewall a,.itcuisinma .viewall button{
        font-size: 14px;
    }
    .itcuisinma .viewall a .vtext, .itcuisinma .viewall button .vtext{
        padding: 0 13px;
    }
    .itcuisinmb .dstitle, .itcuisinmb .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    .tpcuisinmb{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .tpcuisinmb > div{
        padding: 0 15px;
        width: 50%;
    }
    .tpcuisinhh .hhgrip > div{
        width: 50%;
        margin-bottom: 25px;
    }
    .itcuisinhh .decss{
        padding: 15px 85px 0 20px;
    }
    .itcuisinhh .dstitle, .itcuisinhh .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .slorthermm .itcuisinhh .decss{
        padding: 12px 80px 0 12px;
    }
    .slorthermm .itcuisinhh .dstitle, .slorthermm .itcuisinhh .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    /* <=== vhcuisinpg ===> */

    /* <=== tpdetailmm ===> */
    .tpdetailmm {
        margin-bottom: 30px;
    }
    .tpdetailmm .decss{
        padding: 30px 20px 30px 95px;
    }
    
    /* <=== tpdetailmm ===> */
}
@media all and (max-width: 767px){
    /* <=== vhcuisinpg ===> */
    .tpcuisinmb > div{
        width: 100%;
    }
    .hpcuisinmm{
        margin-bottom: 30px;
    }
    .tpcuisinhh .hhgrip > div{
        width: 100%;
    }
    /* <=== vhcuisinpg ===> */

    /* <=== tpdetailmm ===> */
    .tpdetailmm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpdetailmm .mmgrip .hcol{
        width: 100%;
    }
    .tpdetailmm .decss{
        padding: 25px 20px 25px 20px;
    }
    /* <=== tpdetailmm ===> */
}