.itsystemp{
    background-color: #f3f3f3;
    height: 100%;
    border: 1px solid #cb943c;
}
.itsystemp .sygrip{
    display: flex;
    flex-wrap: wrap;
}
.itsystemp .sygrip .lcol{
    width: 270px;
}
.itsystemp .sygrip .rcol{
    width: calc(100% - 270px);
}
.itsystemp .thumb{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}
.itsystemp .thumb img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.itsystemp .decs{
    padding: 20px 30px;
}
.itsystemp .dstitle{
    margin-bottom: 10px;
}
.itsystemp .dstitle, .itsystemp .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-transform: uppercase;
}
.itsystemp .dsinfos{
    margin-bottom: 20px;
}
.itsystemp .dsinfos li{
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    color: #d09b3e;
}
.itsystemp .dsinfos li:last-child{
    margin-bottom: 0;
}
.itsystemp .dsinfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #d09b3e;
    font-size: 16px;
    line-height: 24px;
}
.itsystemp .dsviews a{
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    padding: 8px 35px 10px;
    border-radius: 5px;
    border: none;
    background-color: #c4161c;
    display: inline-block;
}
.itsystemp .dsviews a:hover{
    background-color: #d09b3e;
}
.itsystemp .dsviews a span{
    display: inline-block;
    position: relative;
    padding-right: 13px;
}
.itsystemp .dsviews a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}

.hpsystempgm .mgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.hpsystempgm .mgrip > div{
    padding: 0 10px;
    margin-bottom: 10px;
}
.hpsystempgm .mgrip .mcol{
    width: 290px;
}
.hpsystempgm .mgrip .hcol{
    width: calc(100% - (290px + 290px + 155px));
}
.hpsystempgm .mgrip .bcol{
    width: 155px;
}
.hpsystempgm .syform select, .hpsystempgm .syform input{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #c4161c;
    border-radius: 5px;
    background-color: transparent;
    color: #c4161c;
}
.hpsystempgm .syform input::-webkit-input-placeholder { 
    color: #c4161c;
}
.hpsystempgm .syform input:-ms-input-placeholder { 
    color: #c4161c;
}
.hpsystempgm .syform input::placeholder {
    color: #c4161c;
}
.hpsystempgm .chosen-container-single .chosen-single{
    /* background-image: url("../images/product/iselect.png"); */
    background-position: right 10px center;
}
.hpsystempgm .chosen-container-single .chosen-single span{
    margin-right: 0;
}

.hpsystempgm .syform select{
    padding-right: 40px;
}
.hpsystempgm .syform button{
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #c4161c;
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    border-radius: 5px;
}
.hpsystempgm .syform button:hover{
    background-color: #cb943c;
}
.hpsystempgm .syform button i{
    margin-right: 8px;
    font-size: 15px;
}
.vhstymap .fancybox-slide{
    background-color: #c4161c;
    padding: 10px;
}
.vhstymap .fancybox-toolbar{
    opacity: 1;
    visibility: initial;
    top: 15px;
    right: 15px;
    pointer-events: auto;
    z-index: 111111;
    position: fixed;
    width: 80px;
    height: 80px;
}
.vhstymap .fancybox-button{
    padding: 0;
    background-color: #d09b3e;
    color: #fff;
    border-radius: 100%;
    pointer-events: auto;
    z-index: 1111111;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    top: 15px;
}
.itformstyall select{
    width: 100%; 
    border: 1px solid #dcb35b;
    border-radius: 3px;
    background-color: transparent;
    height: 45px;
    color: #fff;
}
.itformstyall button{
    width: 100%;
    height: 45px;
    border: none;
    background-color: #c4161c;
    color: #fff;
    border-radius: 3px;
}
.itformstyall button:hover{
    background-color: #dcb35b;
}
@media all and (max-width: 1200px){
    .itsystemp .sygrip .lcol{
        width: 210px;
    }
    .itsystemp .sygrip .rcol{
        width: calc(100% - 210px);
    }
    .itsystemp .decs{
        padding: 10px 10px 15px;
    }
    .itsystemp .dstitle, .itsystemp .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .itsystemp .dsinfos li{
        font-size: 13px;
        padding-left: 20px;
    }
    .itsystemp .dsinfos li::before{
        top: -1px;
    }
    .hpsystempgm .mgrip .mcol{
        width: 270px;
    }
    .hpsystempgm .mgrip .hcol{
        width: calc(100% - (270px + 270px + 155px));
    }
}
@media all and (max-width: 991px){
    .itsystemp .sygrip .lcol{
        width: 100%;
    }
    .itsystemp .sygrip .rcol{
        width: 100%;
    }
    .itsystemp .dsviews a{
        padding: 8px 25px;
    }
    .hpsystempgm .mgrip{
        margin: 0 -5px;
    }
    .hpsystempgm .mgrip > div{
        padding: 0 5px;
    }
    .hpsystempgm .mgrip .mcol{
        width: 50%;
    }
    .hpsystempgm .mgrip .hcol{
        width: calc(100% - 155px);
    }
}
@media all and (max-width: 767px){
    .hpsystempgm .mgrip .hcol{
        width: 100%;
    }
    .hpsystempgm .mgrip .bcol{
        width: 100%;
    }
}
@media all and (max-width: 400px){
    .itsystemp .dsviews a{
        display: block;
        text-align: center;
        padding: 8px 10px;
    }
}