.stymap .fancybox-slide{
    padding: 0;
    background-color: #fff;
}
.stymap .fancybox-toolbar{
    opacity: 1;
    visibility: initial;
}
.stymap .fancybox-button{
    background-color: #074b91;
    color: #ffffff;
    padding: 0;
}
/* <=== tpcontactma ===> */
.tpcontactma{
    padding: 40px 70px 55px;
    margin-bottom: 30px;
    background-color: #074b91;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tpcontactma::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/manen.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
    pointer-events: none;
}
.tpcontactma, .tpcontactma a{
    color: #fff;
}
.tpcontactma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpcontactma .magrip > div{
    padding: 0 10px;
}
.tpcontactma .magrip .lcol{
    width: 330px;
}
.tpcontactma .magrip .rcol{
    width: calc(100% - 330px);
}
.tpcontactma .matitle{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.tpcontactma .matitle, .tpcontactma .matitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.tpcontactma .mamapss{
    display: flex;
}
.tpcontactma .mamapss a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.tpcontactma .mamapss a:hover{
    background-color: #fff;
    color: #074b91;   
}
.tpcontactma .mamapss a .txt{
    margin-right: 30px;
}
.tpcontactma .mamapss a .ico{
    font-size: 20px;
}
.tpcontactma .dsponsi{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
}
.tpcontactma .dsinfos li{
    display: flex;
    margin-bottom: 30px;
}
.tpcontactma .dsinfos li:last-child{
    margin-bottom: 0;
}
.tpcontactma .dsinfos li .vicon{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 16px;
    line-height: 24px;
}
.tpcontactma .dsinfos li .vtend{
    width: calc(100% - 45px);
    padding-left: 15px;
    position: relative;
    top: -2px;
}
.tpcontactma .dsinfos .vtend .tm{
    
}
.tpcontactma .dsinfos .vtend .th{
   font-size: 18px;
   line-height: 27px;
   font-weight: bold; 
}
/* <=== tpcontactma ===> */

/* <=== tpcontactmb ===> */
.tpcontactmb{
    margin-bottom: 30px;
    padding: 30px 20px 60px;
    background-color: #f4f4f4;
}
.tpcontactmb .mbinner{
    max-width: 1030px;
    margin: 0 auto;
}
.tpcontactmb .mbtitle{
    text-align: center;
    margin-bottom: 30px; 
}
.tpcontactmb .mbtitle, .tpcontactmb .mbtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.itcontactmb{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.itcontactmb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.itcontactmb .vvgrip > div{
    padding: 0 15px;
}
.itcontactmb .vvgrip .lcol{
    width: 300px;
}
.itcontactmb .vvgrip .rcol{
    width: calc(100% - 300px);
}
.itcontactmb .thumb{
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    display: block;
}
.itcontactmb .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itcontactmb .dstitle{
    margin-bottom: 5px;
}
.itcontactmb .dstitle, .itcontactmb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itcontactmb .dstitle, .itcontactmb .dstitle a{
    color: #074b91;
}
.itcontactmb .dsinfos{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
}
.itcontactmb .dsinfos li{
    margin-bottom: 5px;
}
.itcontactmb .dsinfos li:last-child{
    margin-bottom: 0;
}
.itcontactmb .dsmaps{
    display: flex;
}
.itcontactmb .dsmaps a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 20px;
    border: 1px solid #074b91;
    background-color: #074b91;
    color: #fff;
}
.itcontactmb .dsmaps a:hover{
    background-color: #ed3237;
    border-color: #ed3237;
}
.itcontactmb .dsmaps a .txt{
    display: block;
    margin-right: 12px;
}
.itcontactmb .dsctact{
    padding-top: 5px;
}
.itcontactmb .dsctact li{
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 25px;
}
.itcontactmb .dsctact li:last-child{
    margin-bottom: 0;
}
.itcontactmb .dsctact li .tm{
    width: 100px;
    padding-right: 5px;
    font-weight: bold;
}
.itcontactmb .dsctact li .th{
    width: calc(100% - 100px);
}
/* <=== tpcontactmb ===> */

/* <=== tpcontactmc ===> */
.tpcontactmc{
    padding: 40px 20px 70px;
    background-color: #f4f4f4;
}
.tpcontactmc .mcinner{
    max-width: 1025px;
    margin: 0 auto;
}
.tpcontactmc .mctitle{
    text-align: center;
    margin-bottom: 30px;
}
.tpcontactmc .mctitle, .tpcontactmc .mctitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.tpcontactmc .frmchecks{
    margin-bottom: 18px;
    text-align: center;
}
.tpcontactmc .frmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.tpcontactmc .frmgrip > div{
    padding: 0 7.5px;
    width: 50%;
}
.tpcontactmc .frmgroup{
    margin-bottom: 18px;
}
.tpcontactmc .frmgroup input{
    width: 100%;
    height: 40px;
    border: none;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    font-size: 15px;
}
.tpcontactmc .frmgroup select{
    width: 100%;
    height: 40px;
    border: none;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 0 35px 0 15px;
    font-size: 15px;
}
.tpcontactmc .frmgroup .chosen-container{
    height: 40px;
}
.tpcontactmc .frmgroup .chosen-container-single .chosen-single{
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: none;
}
.tpcontactmc .frmgroup textarea{
    width: 100%;
    height: 100px;
    border: none;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    font-size: 15px;
    resize: none;
}
.tpcontactmc .frmgroup input::-webkit-input-placeholder, .tpcontactmc .frmgroup textarea::-webkit-input-placeholder {
    color: #999999;
}
.tpcontactmc .frmgroup input:-ms-input-placeholder, .tpcontactmc .frmgroup textarea:-ms-input-placeholder {
    color: #999999;
}
.tpcontactmc .frmgroup input::placeholder, .tpcontactmc .frmgroup textarea::placeholder {
    color: #999999;
}
.tpcontactmc .frmrecaps{
    text-align: center;
    margin-bottom: 20px;
}
.tpcontactmc .frmbutton{
    text-align: center;
}
.tpcontactmc .frmbutton button{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    height: 45px;
    padding: 5px 30px;
    background-color: #074b91;
    color: #fff;
    border: none;
}
.tpcontactmc .frmbutton button:hover{
    background-color: #ed3237;
}
/* <=== tpcontactmc ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== tpcontactma ===> */
    .tpcontactma{
        padding: 30px 20px 30px 30px;
    }
    .tpcontactma .magrip .lcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpcontactma .magrip .rcol{
        width: 100%;
    }
    /* <=== tpcontactma ===> */

    /* <=== tpcontactmb ===> */
    .tpcontactmb{
        padding: 30px 20px 20px;
    }
    .tpcontactmb .mbtitle{
        margin-bottom: 25px;
    }
    .tpcontactmb .mbtitle, .tpcontactmb .mbtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .itcontactmb .dstitle, .itcontactmb .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itcontactmb .dsinfos{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== tpcontactmb ===> */

    /* <=== tpcontactmc ===> */
    .tpcontactmc{
        padding: 20px 20px 35px;
    }
    .tpcontactmc .mctitle{
        margin-bottom: 20px;
    }
    .tpcontactmc .mctitle, .tpcontactmc .mctitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    /* <=== tpcontactmc ===> */
}
@media all and (max-width: 767px){
    /* <=== tpcontactma ===> */
    .tpcontactma::before{
        background-size: auto 270px;
        background-position: bottom right;
        top: 110px;
        left: -10px;

    }
    .tpcontactma{
        padding: 30px 20px 30px;
    }
    .tpcontactma .matitle, .tpcontactma .matitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .tpcontactma .mamapss a{
        width: 100%;
        justify-content: space-between;
    }
    .tpcontactma .magrip .lcol{
        margin-bottom: 0;
    }
    .tpcontactma .matitle{
        margin-bottom: 10px;
    }
    .tpcontactma .dsponsi{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .tpcontactma .mamapss{
        margin-bottom: 20px;
    }
    .tpcontactma .dsinfos .vtend .th{
        font-size: 16px;
        line-height: 24px;
    }
    /* <=== tpcontactma ===> */

    /* <=== tpcontactmb ===> */
    .itcontactmb .vvgrip .lcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .itcontactmb .vvgrip .rcol{
        width: 100%;
    }
    .itcontactmb .dsmaps a{
        width: 100%;
    }
    .itcontactmb .dsctact li .tm{
        width: 100%;
        padding-right: 0;
    }
    .itcontactmb .dsctact li .th{
        width: 100%;
    }
    /* <=== tpcontactmb ===> */

    /* <=== tpcontactmc ===> */
    .tpcontactmc .frmgrip > div{
        width: 100%;
    }
    /* <=== tpcontactmc ===> */
}