/* <=== vhctactspg ===> */
.vhctactspg .lhpadd{
    padding: 35px 0 80px;
}
.hpctactsmm{
    margin-bottom: 30px;
}
.tpctactsmm{
    border-radius: 10px;
    overflow: hidden;
    background-color: #005aab;
}
.tpctactsmm, .tpctactsmm a{
    color: #fff;
}
.tpctactsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpctactsmm .mmgrip .mcol{
    width: 34.109%;
}
.tpctactsmm .mmgrip .hcol{
    width: calc(100% - 34.109%);
}
.tpctactsmm .thumb img{
    width: 100%;
}
.tpctactsmm .decss{
    padding: 30px 50px 30px 80px;
}
.tpctactsmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpctactsmm .dstitle, .tpctactsmm .dstitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpctactsmm .dsconts{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
.tpctactsmm .dsmapbd{
    margin-bottom: 40px;
}
.tpctactsmm .dsmapbd a{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 9px 30px;
}
.tpctactsmm .dsmapbd a:hover{
    background-color: #fff;
    color: #005aab;
}
.tpctactsmm .dsctact li{
    margin-bottom: 30px;
    display: flex;
}
.tpctactsmm .dsctact li:last-child{
    margin-bottom: 0;
}
.tpctactsmm .dsctact li .ticon{
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
    color: #005aab;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 25px;
}
.tpctactsmm .dsctact li .ttext{
    width: calc(100% - 45px);
    padding-left: 12px;
}
.tpctactsmm .dsctact li .ttext .tm{
    font-size: 14px;
}
.tpctactsmm .dsctact li .ttext .th{
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}
.hpctactshh{
    margin-bottom: 30px;
    padding: 35px 20px 75px;
    background-color: #ebf6ff;
    border-radius: 10px;
}
.hpctactshh .hhwrap{
    max-width: 1130px;
    margin: 0 auto;
}
.hpctactshh .hhtitle{
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.hpctactshh .hhtitle, .hpctactshh .hhtitle h2, .hpctactshh .hhtitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.itctactshh{
    margin-bottom: 20px;
    border-top: 1px solid #005aab;
    border-left: 20px solid #005aab;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 90, 90, 0.1);
    position: relative;
    z-index: 1;
    padding: 30px;
}
.itctactshh::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    z-index: -1;
    pointer-events: none;
}
.itctactshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itctactshh .hhgrip > div{
    padding: 0 15px;
}
.itctactshh .hhgrip .mcol{
    width: 210px;
}
.itctactshh .hhgrip .hcol{
    width: calc(100% - 210px);
}
.itctactshh .thumb{
    display: block;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.itctactshh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itctactshh .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itctactshh .dstitle, .itctactshh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itctactshh .dstitle, .itctactshh .dstitle a{
    color: #005aab;
}
.itctactshh .dsinfos{
    margin-bottom: 12px;
}
.itctactshh .dsinfos li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 26px;
    display: flex;
    flex-wrap: wrap;
}
.itctactshh .dsinfos li:last-child{
    margin-bottom: 0;
}
.itctactshh .dsinfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #005aab;
}
.itctactshh .dsinfos li .tm{
    width: 86px;
    padding-right: 10px;
    font-weight: bold;
}
.itctactshh .dsinfos li .th{
    width: calc(100% - 86px);
    font-size: 15px;
}
.itctactshh .dsmapbd a{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 26px;
    background-color: #005aab;
    color: #fff;
    border-radius: 5px;
}
.itctactshh .dsmapbd a:hover{
    background-color: #b51f23;
}
.hpctactsbb{
    padding: 35px 20px 85px;
    background-color: #005aab;
    border-radius: 10px;
}
.hpctactsbb, .hpctactsbb a{
    color: #fff;
}
.hpctactsbb .bbwrap{
    max-width: 1130px;
    margin: 0 auto;
}
.hpctactsbb .bbtitle{
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.hpctactsbb .bbtitle, .hpctactsbb .bbtitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpctactsbb .fminput{
    margin-bottom: 3px;
}
.tpctactsbb .ipgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpctactsbb .ipgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpctactsbb .bugrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.tpctactsbb .bugrip > div{
    padding: 0 15px;
}
.tpctactsbb .ifcheck{
    margin-bottom: 15px;
}
.tpctactsbb .ipgroup{
    margin-bottom: 10px;
}
.tpctactsbb .ipgroup input{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    font-size: 16px;
    line-height: 25px;
}
.tpctactsbb .ipgroup textarea{
    width: 100%;
    height: 155px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    font-size: 16px;
    line-height: 25px;
    resize: none;
}
.tpctactsbb .ipgroup input::-webkit-input-placeholder, .tpctactsbb .ipgroup textarea::-webkit-input-placeholder {
    color: #999999;
}
.tpctactsbb .ipgroup input:-ms-input-placeholder, .tpctactsbb .ipgroup textarea:-ms-input-placeholder {
    color: #999999;
}
.tpctactsbb .ipgroup input::placeholder, .tpctactsbb .ipgroup textarea::placeholder {
    color: #999999;
}
.tpctactsbb .ifbuton{
    margin-top: 10px;
}
.hpctactsbb .viewall button:hover{
    background-color: #fff;
    color: #005aab;
}
/* <=== vhctactspg ===> */
@media all and (max-width: 1200px){
    /* <=== vhctactspg ===> */
    .tpctactsmm .decss{
        padding: 20px 20px 30px;
    }
    .tpctactsmm .dstitle, .tpctactsmm .dstitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .tpctactsmm .dsconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tpctactsmm .dsmapbd{
        margin-bottom: 20px;
    }
    .tpctactsmm .dsctact li{
        margin-bottom: 15px;
    }
    .tpctactsmm .dsctact li .ttext .th{
        font-size: 16px;
    }
    /* <=== vhctactspg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhctactspg ===> */
    .vhctactspg .lhpadd{
        padding: 25px 0 50px;
    }
    .hpctactsmm{
        margin-bottom: 20px;
    }
    .tpctactsmm .mmgrip .mcol{
        width: 100%;
    }
    .tpctactsmm .mmgrip .hcol{
        width: 100%;
    }
    .hpctactshh{
        margin-bottom: 20px;
        padding: 25px 20px 30px;
    }
    .hpctactshh .hhtitle{
        margin: 0 -10px;
        margin-bottom: 15px;
    }
    .hpctactshh .hhtitle, .hpctactshh .hhtitle h2, .hpctactshh .hhtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itctactshh{
        padding: 20px 20px 20px 10px;
    }
    .itctactshh .dstitle, .itctactshh .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    .itctactshh .dsinfos li .th{
        font-size: 14px;
    }
    .hpctactsbb{
        padding: 25px 20px 35px;
    }
    .hpctactsbb .bbtitle{
        margin-bottom: 12px;
    }
    .hpctactsbb .bbtitle, .hpctactsbb .bbtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    /* <=== vhctactspg ===> */
}
@media all and (min-width: 768px){
    .itctactshh .dsconts{
        display: block!important;
    }
}
@media all and (max-width: 767px){
    /* <=== vhctactspg ===> */
    .tpctactsmm .dsmapbd a{
        display: block;
        text-align: center;
    }
    .itctactshh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 12px;
    }
    .itctactshh .hhgrip .hcol{
        width: 100%;
    }
    .itctactshh .thumb{
        padding-top: 65.56%;
    }
    .itctactshh .dsinfos li .tm{
        width: 100%;
        padding-right: 0;
    }
    .itctactshh .dsinfos li .th{
        width: 100%;
    }
    .itctactshh .dsmapbd a{
        display: block;
        text-align: center;
    }
    .itctactshh .dstitle{
        margin-bottom: 0;
        position: relative;
        padding-right: 20px;
    }
    .itctactshh .dstitle::before{
        content: '\f106';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 0;
        color: #005aab;
    }
    .itctactshh.active .dstitle::before{
        content: '\f107';
    }
    .itctactshh .dsconts{
        padding-top: 8px;
        display: none;
    }
    .tpctactsbb .ipgrip > div{
        width: 100%;
    }
    .tpctactsbb .bugrip > div{
        width: 100%;
    }
    .tpctactsbb .ifbuton{
        text-align: center;
        margin-top: 20px;
    }
    /* <=== vhctactspg ===> */
}