/* <=== hpcontacmm ===> */
.hpcontacmm{
    padding: 85px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.hpcontacmm::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: -1;
    pointer-events: none;
}
.tpcontacmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcontacmm .mmgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpcontacma{
    max-width: 380px;
}
.tpcontacma .maconts{
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
.tpcontacma .malinks li{
    margin-bottom: 15px;
}
.tpcontacma .malinks li:last-child{
    margin-bottom: 0;
}
.tpcontacma .malinks li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 20px;
    line-height: 31px;
    padding: 12px 21px;
    background-color: #2d5923;
    color: #fff;
    border-radius: 5px;
}
.tpcontacma .malinks li a:hover{
    background-color: #fff;
    color: #2d5923;
}
.tpcontacma .malinks li a .vicon{
    min-width: 45px;
    padding-right: 10px;
}
.tpcontacma .malinks li.vphone a{
    font-size: 30px;
    font-weight: 600;
}
.tpcontacmb{
    border-radius: 20px;
    overflow: hidden;
}
.tpcontacmb .mbtitle{
    text-align: center;
    padding: 10px 20px;
    background-color: #2d5923;
    color: #fff;
    text-transform: uppercase;
}
.tpcontacmb .mbtitle, .tpcontacmb .mbtitle h2{
    font-size: 20px;
    line-height: 30px;
}
.tpcontacmb .mbconts{
    padding: 20px 30px 50px;
    background-color: #fff;
}
.tpcontacmb .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcontacmb .ctgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpcontacmb .frmgroup{
    margin-bottom: 15px;
}
.tpcontacmb .frmgroup label{
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.tpcontacmb .frmgroup input{
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
}
.tpcontacmb .frmgroup select{
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
}
.tpcontacmb .frmgroup .chosen-single{
    border: none;
    background-color: #eeeeee;
    border-radius: 5px;
    font-size: 16px;
}
.tpcontacmb .frmgroup textarea{
    width: 100%;
    height: 70px;
    background-color: #eeeeee;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    resize: none;
}

/* <===== vcheckbox =====> */
.vcheckbox{
    display: inline-block;
    position: relative;
}
.vcheckbox label{
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 300 !important;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.vcheckbox input[type=checkbox] {
    border: none !important;
    width: 1px;
    height: 1px;
    position: absolute;
    cursor: pointer;
}

.vcheckbox input[type=checkbox]::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    background-color: #eeeeee;
    border-radius: 5px;
}
.vcheckbox input[type=checkbox]:checked::before{
    background-color: #2d5923;
}
.vcheckbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0;
}
.vcheckbox input[type=checkbox]:checked::after{
    opacity: 1;
}

.vcheckbox a{
    margin: 0 5px;
    text-decoration: underline;
    color: #048db1;
}
/* <===== vcheckbox =====> */

.tpcontacmb .frmgroup button{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background-color: #2d5923;
    color: #fff;
    height: 50px;
    padding: 5px 30px;
    border-radius: 5px;
    border: none;
}
.tpcontacmb .frmgroup button:hover{
    background-color: #122b0d;
}
/* <=== hpcontacmm ===> */

/* <=== hpcontachh ===> */
.hpcontachh{
    padding: 50px 0 85px;
}
.tpcontachh .hhtitle{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.tpcontachh .hhtitle, .tpcontachh .hhtitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}
.tpcontacha{
    margin-bottom: 30px;
}
.tpcontacha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcontacha .hagrip > div{
    padding: 0 15px;
}
.tpcontacha .hagrip .mcol{
    width: calc(100% - 33.3334%);
}
.tpcontacha .hagrip .hcol{
    width: 33.3334%;
}
.tpcontacha .decss{
    height: 100%;
    padding: 45px 20px 55px;
    background-color: #2d5923;
    border-radius: 5px;
    overflow: hidden;
}
.tpcontacha .decss, .tpcontacha .decss a{
    color: #fff;
}
.tpcontacha .dswrap{
    max-width: 620px;
    margin: 0 auto;
}
.tpcontacha .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpcontacha .dstitle, .tpcontacha .dstitle h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.tpcontacha .dsconts{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.tpcontacha .dsinfos{
    margin-bottom: 25px;
}
.tpcontacha .dsinfos ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpcontacha .dsinfos li{
    padding: 0 10px;
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.tpcontacha .dsinfos li.vphone{
    font-size: 25px;
    font-weight: 600;
}
.tpcontacha .dsinfos li .vicon{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
}
.tpcontacha .dsinfos li .vnums{
    width: calc(100% - 45px);
    padding-left: 15px;
}
.tpcontacha .dsmapbd a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 25px 10px 45px;
    background-color: #b8df10;
    color: #2d5923;
    border-radius: 5px;
}
.tpcontacha .dsmapbd a span{
    display: inline-block;
    padding-right: 60px;
    position: relative;
}
.tpcontacha .dsmapbd a span::before{
    content: '\e913';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 400;
}
.tpcontacha .dsmapbd a:hover{
    background-color: #fff;
}
.tpcontacha .thumb{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.tpcontacha .thumb img{
    width: 100%;
    opacity: 0;
}
.tpcontachb{
    padding: 35px 20px 75px;
    background-image: url('../images/bgback.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.tpcontachb .hbwrap{
    max-width: 1030px;
    margin: 0 auto;
}
.tpcontachb .hbtitle{
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.tpcontachb .hbtitle, .tpcontachb .hbtitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.itcontachb{
    margin-bottom: 20px;
    padding: 25px 30px 35px;
    background-color: #fff;
    border-radius: 5px;
}
.itcontachb:last-child{
    margin-bottom: 0;
}
.itcontachb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itcontachb .hbgrip > div{
    padding: 0 10px;
    width: 50%;
}
.itcontachb .dstitle{
    margin-bottom: 5px;
    color: #2d5923;
    text-transform: uppercase;
}
.itcontachb .dstitle, .itcontachb .dstitle h2, .itcontachb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itcontachb .dsconts{
    max-width: 400px;
    font-size: 16px;
    line-height: 25px;
}
.itcontachb .dsinfos{
    margin-bottom: 15px;
}
.itcontachb .dsinfos li{
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}
.itcontachb .dsinfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #2d5923;
}
.itcontachb .dsinfos li:last-child{
    margin-bottom: 0;
}
.itcontachb .dsmapbd a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    padding: 5px 20px 5px 22px;
    background-color: #b8df10;
    color: #2d5923;
    border-radius: 5px;
}
.itcontachb .dsmapbd a:hover{
    background-color: #2d5923;
    color: #fff;
}
.itcontachb .dsmapbd a span{
    display: inline-block;
    padding-right: 40px;
    position: relative;
}
.itcontachb .dsmapbd a span::before{
    content: '\e913';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
}
/* <=== hpcontachh ===> */

/*  <===== stypomap =====>  */
.stypomap .fancybox-slide{
    padding:  0;
}
.stypomap .fancybox-toolbar{
    opacity: 1;
    visibility: initial;
}
.stypomap .fancybox-button{
    height: 40px;
    width: 40px;
    background-color: #2d5923;
    color: #fff;
    opacity: 1;
    padding: 0;
}
.stypomap .fancybox-button svg{
    width: 80%;
}
/*  <===== stypomap=====>  */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpcontacmm ===> */
    .hpcontacmm{
        padding: 35px 0 60px;
    }
    .tpcontacmm .mmgrip > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpcontacmm .mmgrip > div:last-child{
        margin-bottom: 0;
    }
    .tpcontacma{
        max-width: 100%;
    }
    .tpcontacma .maconts{
        font-size: 20px;
        line-height: 30px;
    }
    .tpcontacma .malinks li a{
        font-size: 18px;
    }
    .tpcontacma .malinks li.vphone a{
        font-size: 25px;
    }
    .tpcontacmb .mbtitle, .tpcontacmb .mbtitle h2{
        font-size: 18px;
    }
    /* <=== hpcontacmm ===> */

    /* <=== hpcontachh ===> */
    .hpcontachh{
        padding: 35px 0 55px;
    }
    .tpcontachh .hhtitle{
        margin-bottom: 20px;
    }
    .tpcontachh .hhtitle, .tpcontachh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpcontacha .hagrip .mcol{
        width: 100%;
    }
    .tpcontacha .hagrip .hcol{
        display: none;
    }
    .tpcontacha .decss{
        padding: 25px 20px 20px;
    }
    .tpcontacha{
        margin-bottom: 20px;
    }
    .tpcontachb .hbtitle, .tpcontachb .hbtitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== hpcontachh ===> */
}
@media all and (max-width: 767px){
    /* <=== hpcontacmm ===> */
    .tpcontacmb .ctgrip > div{
        width: 100%;
    }
    .tpcontacma .maconts{
        margin-bottom: 15px;
    }
    .tpcontacmb .mbconts{
        padding: 15px 20px 30px;
    }
    /* <=== hpcontacmm ===> */

    /* <=== hpcontachh ===> */
    .tpcontacha .dstitle, .tpcontacha .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpcontacha .dsconts{
        font-size: 16px;
    }
    .tpcontacha .dsinfos{
        margin-bottom: 10px;
    }
    .tpcontacha .dsinfos li{
        width: 100%;
        margin-bottom: 15px;
    }
    .tpcontacha .dsmapbd a{
        display: block;
    }
    .tpcontachb{
        padding: 15px 15px 20px;
    }
    .tpcontachb .hbtitle{
        margin-bottom: 15px
    }
    .itcontachb{
        padding: 15px 20px 20px;
    }
    .itcontachb .hbgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .itcontachb .hbgrip > div:last-child{
        margin-bottom: 0;
    }
    .itcontachb .dstitle, .itcontachb .dstitle h2, .itcontachb .dstitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itcontachb .dsmapbd a{
        display: block;
    }
    .itcontachb .dsmapbd a span{
        display: block;
    }
    /* <=== hpcontachh ===> */
}