/* <=== vhcontacpg ===> */
.vhcontacpg .ctpadd{
    padding-top: 40px;
}
/* <=== vhcontacpg ===> */

/* <=== hpcontacmm ===> */
.hpcontacmm{
    margin-bottom: 5px;
}
.tpcontacmm ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpcontacmm li{
    padding: 0 5px;
    margin-bottom: 9px;
}
.tpcontacmm li a{
    display: block;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 16px;
    background-color: #f6f6f6;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
    text-align: center;
}
.tpcontacmm li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    pointer-events: none;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.tpcontacmm li.current a, .tpcontacmm li:hover a{
    background-color: #02a6ed;
    color: #fff;
}
/* <=== hpcontacmm ===> */

/* <=== hpcontachh ===> */
.hpcontachh{
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}
.tpcontachh .hhdecs{
    max-width: 1070px;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 30px;
}
.tpcontachh .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcontachh .ifgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itcontachh{
    position: relative;
}
.itcontachh .vlink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* pointer-events: none; */
}
.itcontachh .vlink a{
    display: block;
    width: 100%;
    height: 100%;
}
.itcontachh .vicon{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 10px solid #ffd6d6;
    border-radius: 100%;
    animation: pulse_toac 2s infinite;
}
@keyframes pulse_toac {
    0% {
        box-shadow: 0 0 0 0 #ffd6d6;
    }
    70% {
        box-shadow: 0 0 0 15px rgba(239, 67, 67, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.itcontachh .vicon .iimg {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #ff3131;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
}
.itcontachh .vicon .iimg img{
    max-width: 60%;
    max-height: 60%;
}
.itcontachh .vtext{
    max-width: 405px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
}
.itcontachh .vtext span{
    display: block;
}
/* <=== hpcontachh ===> */

/* <=== hpcontacbb ===> */
.hpcontacbb{
    padding: 35px 0 80px;
    border-bottom: 1px solid #e6e6e6;
}
/* <=== hpcontacbb ===> */

/* <=== hpcontactt ===> */
.hpcontactt{
    padding: 45px 0 60px;
}
.tpcontactt .ttinfos{
    padding: 10px;
    background-color: #ebf6ff;
}
.tpcontactt .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpcontactt .ifgrip > div{
    padding: 0 5px;
}
.tpcontactt .ifgrip .mcol{
    width: 34.376%;
}
.tpcontactt .ifgrip .hcol{
    width: calc(100% - 34.376%);
}
.tpcontacta{
    height: 620px;
    padding: 10px;
    background-color: #fff;
}
.tpcontacta .tapadd{
    height: 100%;
}
.tpcontacta .taheigh{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 12px;
}
.tpcontacta .taheigh::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.tpcontacta .taheigh::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 25px;
}
.itcontacta{
    padding: 20px;
    border-radius: 5px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.itcontacta.active, .itcontacta:hover{
    background-color: #f6f6f6;
}
.itcontacta .vname{
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #ff3131;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.itcontacta .vinfo{
    font-size: 15px;
    line-height: 25px;
}
.itcontacta .vinfo li{
    position: relative;
    padding-left: 30px;
}
.itcontacta .vinfo li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #02a6ed;
    font-size: 14px;
}
.tpcontactb{
    padding: 10px;
    background-color: #fff;
    height: 620px;
}
.tpcontactb .tbmaps{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.tpcontactb .tbmaps img, .tpcontactb .tbmaps iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
/* <=== hpcontactt ===> */

/* <=== hpcontacnn ===> */
.hpcontacnn{
    padding: 60px 0;
    border-bottom: 1px solid #fff;
    background-color: #ebf6ff;
}
.tpcontacna{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.tpcontacna a{
    display: flex;
    align-content: center;
    align-items: center;
}
.tpcontacna a .vicon{
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    background-color: #ff3131;
    border: 5px solid #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpcontacna a:hover .vicon{
    background-color: #02a6ed;
}
.tpcontacna a .vicon img{
    max-width: 34px;
}
.tpcontacna a .vdecs{
    padding: 15px 40px 15px 60px;
    margin-left: -40px;
    border-radius: 35px;
    background-color: #ff3131;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpcontacna a .vdecs .dtext{
    display: block;
    margin-right: 10px;
}
.tpcontacna a .vdecs .dnumb{
    font-size: 30px;
    font-weight: bold;
}
.tpcontacnb .nbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcontacnb .nbgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 20px;
}
.itcontacnb, .itcontacnb a{
    height: 100%;
}
.itcontacnb a{
    padding: 30px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itcontacnb a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #02a6ed;
    opacity: 0.8;
    z-index: -2;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itcontacnb a:hover::after{
    background-color: #ff3131;
}
.itcontacnb a .vicon{
    max-width: 35px;
    margin-right: 15px;
    width: 100%;
}
/* <=== hpcontacnn ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhcontacpg ===> */
    .vhcontacpg .ctpadd{
        padding-top: 30px;
    }
    /* <=== vhcontacpg ===> */

    /* <=== hpcontacbb ===> */
    .hpcontacbb{
        padding: 30px 0 45px;
    }
    /* <=== hpcontacbb ===> */

    /* <=== hpcontactt ===> */
    .hpcontactt{
        padding: 30px 0 45px;
    }
    .tpcontactt .ifgrip .mcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpcontactt .ifgrip .hcol{
        width: 100%;
    }
    .itcontacta{
        padding: 12px 15px;
    }
    .itcontacta .vname{
        font-size: 16px;
    }
    .tpcontacta{
        height: 450px;
    }
    .tpcontactb{
        height: 500px;
    }
    /* <=== hpcontactt ===> */

    /* <=== hpcontacnn ===> */
    .hpcontacnn{
        padding: 30px 0 50px;
    }
    .tpcontacna{
        margin-bottom: 30px;
    }
    .tpcontacnb .nbgrip{
        margin: 0 -10px;
    }
    .tpcontacnb .nbgrip > div{
        padding: 0 10px;
        width: 50%;
    }
    /* <=== hpcontacnn ===> */
}
@media all and (max-width: 767px){
    /* <=== hpcontacmm ===> */
    .tpcontacmm li{
        width: 100%;
    }
    .tpcontacmm li a{
        font-size: 14px;
    }
    /* <=== hpcontacmm ===> */

    /* <=== hpcontachh ===> */
    .tpcontachh .ifgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpcontachh .hhdecs{
        font-size: 16px;
        margin-bottom: 18px;
    }
    .itcontachh{
        display: flex;
        align-items: center;
        align-content: center;
    }
    .itcontachh .vicon{
        width: 90px;
        height: 90px;
        border-width: 9px;
        margin-bottom: 0;
    }
    .itcontachh .vicon .iimg{
        width: 58px;
        height: 58px;
    }
    .itcontachh .vtext{
        max-width: 100%;
        width: calc(100% - 90px);
        padding-left: 18px;
        font-size: 16px;
        text-align: left;
    }
    .itcontachh .vtext span{
        display: unset;
    }
    /* <=== hpcontachh ===> */

    /* <=== hpcontacnn ===> */
    .tpcontacnb .nbgrip > div{
        width: 100%;
    }
    .itcontacnb a{
        padding: 22px 20px;
    }
    .tpcontacna a .vdecs{
        font-size: 15px;
        padding: 15px 17px 15px 50px;
    }
    .tpcontacna a .vdecs .dnumb{
        font-size: 25px;
    }
    .tpcontacna{
        margin: 0 -8px;
        margin-bottom: 30px;
    }
    /* <=== hpcontacnn ===> */
}
@media all and (max-width: 380px){
    /* <=== hpcontacnn ===> */
    .tpcontacna a .vdecs{
        font-size: 14px;
    }
    .tpcontacna a .vdecs .dnumb{
        font-size: 22px;
    }
    /* <=== hpcontacnn ===> */
}