/* < ==== bannerhome ==== > */
.slbannerhh .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
.slbannerhh .slick-arrow::before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 700;
    font-family: 'icomoon' !important;
}
.slbannerhh .slick-arrow:hover{
    background-color: #bf1e2d;
    border-color: #bf1e2d;
}
.slbannerhh .slick-prev{
    left: 25px;
}
.slbannerhh .slick-next{
    right: 25px;
}
.slbannerhh .slick-prev::before{
    content: "\e90c";
}
.slbannerhh .slick-next::before{
    content: "\e90b";
}
.slbannerhh .itbanerhh{
    /* padding-top: 48.612%; */
    position: relative;
}
.itbanerhh .ssimg, .itbanerhh .ssvideo{
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
}
.itbanerhh .ssimg a{
    display: block;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.itbanerhh .ssimg a img{
    /* display: none; */
    width: 100%;
}
.itbanerhh .ssvideo{
    object-fit: cover;
}
/* < ==== bannerhome ==== > */

/* < ==== abouthome ==== > */
.abouthome{
    position: relative;
    padding: 70px 0 250px;
    /* background-image: url('..//images/bgab.png'); */
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 1;
    overflow: hidden;
}
.tpabouthh{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: darken;
}
.tpaboutmm .grmm{
    display: flex;
    flex-wrap: wrap;
}
.tpaboutmm .grmm > div{
    width: 50%;
}
.tpaboutmm .mmdecs{
    width: calc(100% + 200px);
    position: relative;
    z-index: 1;
} 
.tpaboutmm .dstitle {
    margin-bottom: 10px;
}
.tpaboutmm .dstitle, .tpaboutmm .dstitle h2{
    color: #bf1e2d;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 55px;
}
.tpaboutmm .dscapts{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    font-style: italic;
}
.tpaboutmm .dscapts span{
    display: block;
    color: #fab13e;
    text-transform: uppercase;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
}
.tpaboutmm .dstend{
    max-width: 690px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;

    text-align: justify;
}
.tpaboutmm .mmthumb{
    position: relative;
    height: 100%;
    width: 100%;
}
.tpaboutmm .mmthumb .thumb{
    position: absolute;
    top: -80px;
    left: 0;
    width: calc(100% + 150px);
    height: 100%;
    pointer-events: none;
}
.tpaboutmm .mmthumb img{
    width: 100%;
}
/* < ==== abouthome ==== > */

/* < ==== producthome ==== > */
.producthome{
    position: relative;
    padding: 50px 0 60px;
}
.producthome .ppca {
    position: absolute;
    pointer-events: none;
}
.producthome .caleft{
    left: 0;
    top: 80px;
}
.producthome .caright{
    right: 0;
    top: 80px;
}
.producthome .cabottom{
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.producthome .hhtitle{
    text-align: center;
    margin-bottom: 20px;
}
.producthome .hhtitle, .producthome .hhtitle h2{
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    color: #bf1e2d;
}
/* < ==== producthome ==== > */

/* < ==== systemhome ==== > */
.systemhome{
    padding: 120px 0 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.hpsystemhh{
    max-width: 475px;
}
.hpsystemhh .sytitle{
    margin-bottom: 25px;
    color: #fff;
}
.hpsystemhh .sytitle, .hpsystemhh .sytitle h2{
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase; 
}
.hpsystemhh .sychoose{
    margin-bottom: 25px;
} 
.hpsystemhh .sychoose select{
    height: 60px;
    border: 2px solid #fff;
    padding: 0 60px 0 20px;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    background-color: transparent;
    width: 100%;
}
.hpsystemhh .sychoose select{
    background-image: url('../images/smap.png');
    background-size: 24px 36px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    appearance: none;
}
.hpsystemhh .syview{
    text-align: center;
    margin-bottom: 25px;
}
.hpsystemhh .syview a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 10px;
    color: #000000;
    background-size: 200% 100%;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(60deg, rgba(192,148,51,1), rgba(253,237,171,1), rgba(192,148,51,1), rgba(253,237,171,1), rgba(192,148,51,1));
}
.hpsystemhh .syview a:hover{
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}
.hpsystemhh .sysolu{
    text-align: center;
    background-color: #bf1e2d;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    padding: 15px 10px;
    font-weight: 700;
    text-transform: uppercase;
}
/* < ==== systemhome ==== > */

/* < ==== fishsauhome ==== > */
.fishsauhome{
    position: relative;
    padding: 70px 0 40px;
}
.fishsauhome .fhright{
    position: absolute;
    top: 30px;
    right: 25px;
    pointer-events: none;
    z-index: -1;
}
.fishsauhome .fhtitle{
    text-align: center;
    margin-bottom: 35px;
}
.fishsauhome .tttitle, .fishsauhome .tttitle h2{
    color: #bf1e2d;
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
} 
.fishsauhome .tttitle span{
    display: block;
    color: #faae34;
    font-size: 30px;
    line-height: 45px;

}
.fishsauhome .fhconts{
    padding:  0 60px;
    max-width: 1440px;
    margin: 0 auto;
}
.fishsauhome .fhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.fishsauhome .fhgrip > div{
    padding: 0 25px;
    width: 25%;
}
.itfishsauhmm{
    position: relative;
}
.itfishsauhmm > div{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.itfishsauh{
    padding-top: 40px;
}
.itfishsaum{
    margin-top: 80px;
}
.itfishsauhmm.vm .itfishsauh{
    transform: rotate(4deg);
}
.itfishsauhmm.vh{
    margin-top: 35px;
}
.itfishsauhmm.vh .itfishsauh{
    transform: rotate(-4deg);
}
.itfishsauhmm.vb{
    margin-top: 65px;
}
.itfishsauhmm.vb .itfishsauh{
    transform: rotate(4deg);
}
.itfishsauhmm.vt{
    margin-top: 65px;
}
.itfishsauhmm.vt .itfishsauh{
    transform: rotate(-4deg);   
}
.itfishsauhmm .itfishsaum{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: rotatey(-180deg);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itfishsauhmm:hover .itfishsaum{
    transform: initial;
    opacity: 1;
}
.itfishsauhmm .itfishsauh{
    transform: initial;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itfishsauhmm:hover .itfishsauh{
    transform: rotatey(-180deg);
    opacity: 0;
}
.itfishsauh .icon{
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border: 5px solid #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background-color: #faae34;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 2;
}
.itfishsauh .icon img{
    max-width: 90%;
    max-height: 90%;
}
.itfishsauh .thumb{
    padding: 70px 30px 30px;
    position: relative;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.04); */
}
.itfishsauh .thumb::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/nm4.png');
    width: calc(100% + 70px);
    height: calc(100% + 35px);
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.itfishsauh .thumb a{
    display: block;
    padding-top: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.itfishsauh .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itfishsauh:hover .thumb a img{
    transform: scale(1.05);
}
.itfishsauh .dstitle{
    background-color: #de1828;
    text-align: center;
    padding: 12px 5px;
    border-radius: 15px;
}
.itfishsauh .dstitle, .itfishsauh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.itfishsauh .dstitle, .itfishsauh .dstitle a{
    color: #fff;
}
.itfishsaum .mtitle {
    text-align: center;
    margin-bottom: 15px;
}
.itfishsaum .mtitle, .itfishsaum .mtitle h3{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
}
.itfishsaum .mcontt{
    padding: 30px 15px 20px;
    background-color: #fff9f3;
    font-size: 18px;
    line-height: 27px;

    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.04);
    position: relative;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}
.itfishsaum .mcontt::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    width: 84px;
    height: 17px;
    background-image: url('../images/nm2.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;

}
/* < ==== fishsauhome ==== > */

/* < ==== newshome ==== > */
.newshome{
    padding: 30px 0 70px;
}
.newshome .hhtitle{
    text-align: center;
    margin-bottom: 20px;
}
.newshome .hhtitle, .newshome .hhtitle h2{
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    color: #bf1e2d;
}
.hpnewshh .grnews{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
} 
.hpnewshh .grnews > div{
    padding: 0 15px;
}
.hpnewshh .grnews .lcol{
    width: 44.167%;
}
.hpnewshh .grnews .rcol{
    width: calc(100% - 44.167%);
}
.tpnewsll{
    padding: 7px;
}
.slnewshh .slick-prev, .slnewshh .slick-next{
    background-image: none;
}
.slnewshh .slick-prev{
    left: 10px;
}
.slnewshh .slick-next{
    right: 10px;
}
.slnewshh .slick-arrow::before{
    font-family: 'FontAwesome' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
}
.slnewshh .slick-prev::before{
    content: '\f104';
}
.slnewshh .slick-next::before{
    content: '\f105';
}
.slnewshh .slick-dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.slnewshh .slick-dots li{
    margin-right: 15px;
}
.slnewshh .slick-dots li:last-child{
    margin-right: 0;
}
.slnewshh .slick-dots li button{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: none;
    background-color: #fff;
    font-size: 0;
}
.slnewshh .slick-dots li.slick-active button{
    background-color: rgba(255,255,255,0.5);
}
.itnewslg .thumb a{
    display: block;
    padding-top: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.itnewslg .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewslg .thumb a:hover img{
    transform: scale(1.05);
}

.itnewssm{
    display: flex;
    flex-wrap: wrap;
}
.itnewssm .thumb {
    width: 130px;
    height: 130px;
    padding: 7px;
}
.itnewssm .decs{
    width: calc(100% - 130px);
    padding-left: 20px;
    text-align: justify;
}
.itnewssm .dstitle{
    margin-bottom: 5px;
}
.itnewssm .dstitle, .itnewssm .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}
.itnewssm:hover .dstitle a{
    color: #bf1e2d;
}
.itnewssm .dstend{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    max-height: 72px;
    overflow: hidden;

}
.slnewssm {
    padding: 35px 0;
}
.slnewssm .slick-arrow{
    height: 20px;
    width: 100%;
    position: absolute;
    background-color: transparent;
    border: none;
    font-size: 0;
    color: #000000;
    opacity: 0;
}
.slnewssm:hover .slick-arrow{
    opacity: 1;
}
.slnewssm .slick-arrow:hover{
    /* color: #fff; */
}
.slnewssm .slick-arrow::before{

    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
}
.slnewssm .slick-prev{
    top: 0;
}
.slnewssm .slick-prev::before{
    content: '\f106';
}
.slnewssm .slick-next{
    bottom: 0;
}
.slnewssm .slick-next::before{
    content: '\f107';
}
.slnewssm .slick-list {
    margin: -9px 0;
}
.slnewssm .slick-slide{
    padding: 9px 0;
}
/* < ==== newshome ==== > */

@media all and (max-width: 1200px){
    /* < ==== abouthome ==== > */
    .tpaboutmm .dstitle, .tpaboutmm .dstitle h2{
        font-size: 40px;
        line-height: 55px;
    }
    .tpaboutmm .mmdecs{
        width: calc(100% + 100px);
    }
    /* < ==== abouthome ==== > */

    /* < ==== fishsauhome ==== > */
    .fishsauhome .fhconts{
        padding: 0 50px;
    }
    .itfishsauh .thumb{
        padding: 70px 10px 20px;
    }
    .itfishsauh .thumb::before{
        width: calc(100% + 50px);
        height: calc(100% + 15px);
    }
    .itfishsauh .dstitle, .itfishsauh .dstitle h3{
        font-size: 15px;
        line-height: 23px;
        letter-spacing: -0.3px;
    }
    .itfishsaum .mcontt{
        font-size: 14px;
        line-height: 22px;
    }
    .itfishsauh.vm{
        transform: rotate(2deg);
    }
    .itfishsauh.vh{
        margin-top: 35px;
        transform: rotate(-2deg);
    }
    .itfishsauh.vb{
        transform: rotate(2deg);
    }
    /* < ==== fishsauhome ==== > */
    
}
@media all and (max-width: 991px){
    /* < ==== bannerhome ==== > */
    .slbannerhh .slick-arrow{
        width: 35px;
        height: 35px;
    }
    .vhdots .slick-dots li{
        margin: 0 5px;
    }
    .vhdots .slick-dots li button{
        width: 10px;
        height: 10px;
    }
    .slbannerhh .slick-prev{
        left: 10px;
    }
    .slbannerhh .slick-next{
        right: 10px;
    }
    /* < ==== bannerhome ==== > */

    /* < ==== abouthome ==== > */
    .abouthome{
        padding: 20px 0 170px;
        background-position: 20%;
        background-size: cover;
    }
    .tpaboutmm .grmm > div{
        width: 100%;
    }
    .tpaboutmm .mmdecs{
        width: 100%;
    }
    .tpaboutmm .dstitle, .tpaboutmm .dstitle h2{
        font-size: 30px;
        line-height: 45px;
    }
    .tpaboutmm .dscapts{
        font-size: 18px;
        line-height: 27px;
    }
    .tpaboutmm .dscapts span{
        font-size: 24px;
        line-height: 36px;
    }
    .tpaboutmm .dsthumb{
        margin-bottom: 20px;
    }
    .tpaboutmm .dsthumb img{
        width: 100%;
    }
    .tpaboutmm .dstend{
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .tpabouthh{
        max-width: 200px;
        bottom: 20px;
    }
    /* < ==== abouthome ==== > */

    /* < ==== producthome ==== > */
    .producthome{
        padding: 30px 0;
    }
    .producthome .caleft{
        width: 170px;
        top: 15px;
        left: -110px;
    }
    .producthome .caright{
        width: 170px;
        top: 15px;
        right: -100px;
    }
    .producthome .hhtitle, .producthome .hhtitle h2{
        font-size: 30px;
        line-height: 45px;
    }
    /* < ==== producthome ==== > */

    /* < ==== fishsauhome ==== > */
    .fishsauhome .fhconts{
        padding: 0 10px;
    }
    .fishsauhome{
        padding: 70px 0 10px;
    }
    .fishsauhome .fhright{
        top: 5px;
        right: 5px;
        max-width: 80px;
    }
    .fishsauhome .tttitle, .fishsauhome .tttitle h2{
        font-size: 30px;
        line-height: 45px;
    }
    .fishsauhome .tttitle span{
        font-size: 20px;
        line-height: 30px;
    }
    .fishsauhome .fhgrip > div{
        width: 50%;
        margin-bottom: 30px;
    }
    .itfishsauh.vh{
        margin-top: 25px;
    }
    .itfishsaum, .itfishsauh.vh{
        margin-top: 0;
    }
    .itfishsauh.vb, .itfishsauh.vb, .itfishsauhmm.vh, .itfishsauhmm.vb, .itfishsauhmm.vt{
        margin-top: 0;
    }
    .itfishsauhmm.vm .itfishsauh, .itfishsauhmm.vh .itfishsauh, .itfishsauhmm.vb .itfishsauh, .itfishsauhmm.vt .itfishsauh{
        transform: initial;
    }
    .itfishsauh .thumb::before{
        width: calc(100% + 90px);
        height: calc(100% + 50px);
    }
    .itfishsauh .thumb{
        padding: 70px 30px 30px;
    }
    .itfishsauhmm .itfishsaum{
        /* display: none; */
    }
    .itfishsauhmm:hover .itfishsauh{
        transform: initial;
        /* opacity: 1; */
    }
    .slbannerhh .slick-arrow::before{
        font-size: 14px;
    }
    /* < ==== fishsauhome ==== > */

    /* < ==== newshome ==== > */
    .newshome{
        padding: 10px 0 40px;
    }
    .newshome .hhtitle, .newshome .hhtitle h2{
        font-size: 30px;
        line-height: 45px;
    }
    .hpnewshh .grnews .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpnewshh .grnews .rcol{
        width: 100%;
    }
    /* < ==== newshome ==== > */
}
@media all and (max-width: 767px){
    /* < ==== bannerhome ==== > */
    .slbannerhh .itbanerhh{
        /* padding-top: 65.79%;
        min-height: 250px; */
    }
    /* < ==== bannerhome ==== > */

    /* < ==== systemhome ==== > */
    .systemhome{
        padding: 70px 0 80px;
        background-attachment: unset;
    }
    .hpsystemhh .sytitle{
        text-align: center;
    }
    .hpsystemhh .sytitle, .hpsystemhh .sytitle h2{
        font-size: 30px;
        line-height: 45px;
    }
    .hpsystemhh .sychoose select{
        font-size: 16px;
        line-height: 24px;
    }
    .hpsystemhh .sysolu{
        font-size: 14px;
        line-height: 22px;
    }
    /* < ==== systemhome ==== > */

    /* < ==== fishsauhome ==== > */
    .itfishsauh{
        padding-top: 30px;
    }
    .fishsauhome .fhgrip{
        margin: 0 -4px;
    }
    .fishsauhome .fhgrip > div{
        padding: 0 4px;
    }

    .itfishsauh .thumb::before{
        width: calc(100% + 70px);
        height: calc(100% + 50px);
    }
    .itfishsauh .icon{
        width: 50px;
        height: 50px;
    }
    .itfishsauh .icon img{
        max-width: 60%;
        max-height: 60%;
    }
    .itfishsauh .dstitle{
        font-size: 14px;
        line-height: 22px;
    }
    .itfishsaum .mtitle, .itfishsaum .mtitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    /* < ==== fishsauhome ==== > */

    /* < ==== newshome ==== > */
    .tpnewsll{
        padding: 5px;
    }
    .itnewssm .thumb{
        padding: 5px;
        width: 120px;
        height: 120px;
    }
    .itnewssm .decs{
        width: calc(100% - 120px);
    }
    .itnewssm .decs{
        padding-left: 15px;
    }
    .itnewssm .dstitle, .itnewssm .dstitle h3{
        max-height: 75px;
    }
    .itnewssm .dstitle{
        max-height:75px;
        overflow: hidden;
    }
    .itnewssm .dstend{
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
    }
    /* < ==== newshome ==== > */
}
@media all and (max-width: 600px){
    .itfishsauh{
        padding-top: 20px;
    }
    .itfishsauh .thumb{
        padding: 50px 20px 20px;
    }
    .itfishsauh .thumb::before{
        width: calc(100% + 30px);
        height: calc(100% + 15px);
    }
}