/* <=== vhsystempg ===> */
.vhsystempg .sypadd{
    padding: 40px 0 55px;
}
.tpsystemma{
    margin-bottom: 20px;
}
.tpsystemma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpsystemma .magrip > div{
    margin-bottom: 20px;
    padding: 0 10px;
}
.tpsystemma .magrip .mcol{
    width: 24.428%;
}
.tpsystemma .magrip .hcol{
    width: calc(100% - (24.428% + 24.428% + 170px));
}
.tpsystemma .magrip .bcol{
    width: 170px;
}
.tpsystemma .fmgroup input, .tpsystemma .fmgroup select{
    width: 100%;
    height: 50px;
    border: 1px solid var(--colordd);
    padding: 0 14px;
    font-size: 14px;
    border-radius: 5px;
}
.tpsystemma .fmgroup .chosen-container{
    height: 50px;
}
.tpsystemma .fmgroup .chosen-single{
    border-color: var(--colordd);
}
.tpsystemma .fmgroup button{
    text-transform: uppercase;
    height: 50px;
    background-color: var(--colorwm);
    color: var(--colorff);
    border: none;
    width: 100%;
    border-radius: 5px;
}
.tpsystemma .fmgroup button:hover{
    background-color: var(--colorwh);
}
.tpsystemma .fmgroup button i{
    margin-right: 10px;
    font-size: 18px;
}
.tpsystemmb .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpsystemmb .ligrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itsystemmb{
    height: 100%;
    padding: 26px 26px 28px;
    background-color: var(--colorf5);
    border-radius: 20px;
}
.itsystemmb .thumb{
    margin-bottom: 12px;
    display: block;
    padding-top: 55.556%;
    position: relative;
    overflow: hidden;
}
.itsystemmb .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itsystemmb .dsponsi{
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 22px;
    color: var(--color88);
    text-transform: uppercase;
}
.itsystemmb .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itsystemmb .dstitle, .itsystemmb .dstitle a{
    color: var(--colorwm);
}
.itsystemmb .dstitle, .itsystemmb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itsystemmb .dsinfos{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
}
.itsystemmb .dsinfos li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
}
.itsystemmb .dsinfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 12px;
    color: var(--colorcc);
}
.itsystemmb .dmapbd{
    display: flex;
}
.itsystemmb .dmapbd a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 13px;
    line-height: 20px;
    color: var(--color55);
    border: 1px solid var(--colorwm);
    border-radius: 35px;
    padding: 5px 18px;
}
.itsystemmb .dmapbd a i{
    font-size: 14px;
    margin-right: 8px;
    color: var(--color99);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itsystemmb .dmapbd a:hover{
    background-color: var(--colorwm);
    color: var(--colorff);
}
.itsystemmb .dmapbd a:hover i{
    color: var(--colorff);
}
/* <=== vhsystempg ===> */

/* <=== stypomap ===> */
.stypomap .fancybox-slide{
    padding: 10px;
    background-color: var(--colorff);
}
.stypomap .fancybox-button{
    top: 10px;
    right: 10px;
    background-color: var(--colorwm);
    color: var(--colorff);
    padding: 0;
}
.stypomap .fancybox-toolbar{
    opacity: 1;
    visibility: unset;
}
/* <=== stypomap ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhsystempg ===> */
    .vhsystempg .sypadd{
        padding: 20px 0 35px;
    }
    .tpsystemma .magrip .mcol{
        width: 50%;
    }
    .tpsystemma .magrip .hcol{
        width: calc(100% - 170px);
    }
    .tpsystemma{
        margin-bottom: 15px;
    }
    .tpsystemma .fmgroup select{
        display: block!important;
    }
    .tpsystemma .fmgroup .chosen-container{
        display: none!important;
    }
    .tpsystemmb .ligrip > div{
        width: 50%;
    }
    .itsystemmb{
        padding: 22px 22px 25px;
    }
    /* <=== vhsystempg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhsystempg ===> */
    .tpsystemma .magrip{
        margin: 0 -5px;
    }
    .tpsystemma .magrip > div{
        padding: 0 5px;
        margin-bottom: 10px;
        width: 100%!important;
    }
    .tpsystemmb .ligrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <=== vhsystempg ===> */
}