/* <=== vhcotactpg ===> */
.hpcotactmm{
    padding: 35px 0 80px;
}
.tpcotactmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 20px 0;
    margin-bottom: 30px;
}
.tpcotactmm .mmgrip > div{
    padding: 0 20px;
}
.tpcotactmm .mmgrip .mcol{
    width: calc(100% - 42.425%);
}
.tpcotactmm .mmgrip .hcol{
    width: 42.425%;
}
.tpcotactmm .decss{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 30px 20px;
    background-color: var(--colorwh);
    border-radius: 20px;
}
.tpcotactmm .decss, .tpcotactmm .decss a{
    color: var(--colorff);
}
.tpcotactmm .dswrap{
    max-width: 595px;
    margin: 0 auto;
    width: 100%;
}
.tpcotactmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpcotactmm .dstitle, .tpcotactmm .dstitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.tpcotactmm .dsponsi{
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
}
.tpcotactmm .dsinfos{
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 30px;
} 
.tpcotactmm .dsinfos ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}
.tpcotactmm .dsinfos li{
    padding: 0 10px;
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
}
.tpcotactmm .dsinfos li .vicon{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--colorwm);
    color: var(--colorff);
}
.tpcotactmm .dsinfos li .vinfo{
    width: calc(100% - 45px);
    padding-left: 10px;
}
.tpcotactmm .dsinfos li .vline{
    font-size: 20px;
}
.tpcotactmm .dsbdmap{
    display: flex;
}
.tpcotactmm .dsbdmap a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 28px;
    padding: 10px 33px;
    border-radius: 25px;
    border: 1px solid var(--colorff);
}
.tpcotactmm .dsbdmap a i{
    margin-right: 15px;
    font-size: 20px;
}
.tpcotactmm .dsbdmap a:hover{
    background-color: var(--colorff);
    color: var(--colorwh);
}
.tpcotactmm .thumb{
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
    will-change: transform;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpcotactmm .thumb::before{
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 136px;
    height: 90px;
    z-index: 1;
    background-image: url('../images/hback.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}
.tpcotactmm .thumb::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: var(--colorff);
    z-index: 0;
    pointer-events: none;
}
.tpcotactmm .thumb img{
    width: 100%;
    opacity: 0;
    border-radius: inherit;
}
.hpcotacthh{
    padding: 65px 0 85px;
    background-color: rgba(232, 232, 232, 0.5);
}
.tpcotacthh .hhtitle{
    margin-bottom: 5px;
}
.tpcotacthh .hhtitle, .tpcotacthh .hhtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.tpcotacthh .hhconts{
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
}
.tpcotacthh .hhconts p{
    padding: 0;
}
.tpcotacthh .fmitem{
    margin-bottom: 20px;
}
.tpcotacthh .fmitem:last-child{
    margin-bottom: 0;
}
.tpcotacthh .fmnames{
    font-size: 17px;
    line-height: 30px;
    font-weight: 800;
    color: var(--colorwh);
    margin-bottom: 10px;
}
.tpcotacthh .fmcheck .chgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 7px 0;
}
.tpcotacthh .fmcheck .chgrip > div{
    padding: 0 15px;
    width: 25%;
}
.tpcotacthh .ifinput{
    margin-bottom: 5px;
}
.tpcotacthh .ifinput .ipgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcotacthh .ifinput .ipgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpcotacthh .fmgroup{
    margin-bottom: 15px;
}
.tpcotacthh .fmgroup input , .tpcotacthh .fmgroup input select{
    width: 100%;
    height: 50px;
    background-color: var(--colorff);
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0 22px;
    font-size: 15px;
    line-height: 25px;
    border: none;
}
.tpcotacthh .fmgroup textarea{
    width: 100%;
    height: 245px;
    background-color: var(--colorff);
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 22px;
    font-size: 15px;
    line-height: 25px;
    border: none;
    resize: none;
}
.tpcotacthh .fmgroup input::-webkit-input-placeholder, .tpcotacthh .fmgroup textarea::-webkit-input-placeholder {
    color: var(--color22);
}
.tpcotacthh .fmgroup input:-ms-input-placeholder, .tpcotacthh .fmgroup textarea:-ms-input-placeholder {
    color: var(--color22);
}
.tpcotacthh .fmgroup input::placeholder, .tpcotacthh .fmgroup textarea::placeholder {
    color: var(--color22);
}
.tpcotacthh .ifcheck{
    margin-bottom: 20px;
    text-align: center;
}
.tpcotacthh .ifrecap{
    margin-bottom: 24px;
    text-align: center;
}
.tpinputfile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: var(--colorff);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.tpinputfile input{
    width: 50%;
}
.tpinputfile label{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(50% + 100px);
}
.tpinputfile .inputfile {
    display: none!important;
}
.tpinputfile .container {
    display: inline-block;
    width: 100%;
}
.tpinputfile .file-box {
    display: block;
    overflow: hidden;
    height: 50px;
    padding: 9px 20px;
    line-height: 27px;
    font-size: 16px;
    background-color: var(--colorff);
    border-radius: 5px;
    position: relative;
    width: calc(100% - 165px);
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tpinputfile .file-box::before{
    content: '';
    width: 23px;
    background-color: var(--colorff);
    z-index: 2;
    right: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.tpinputfile .file-button {
    padding: 5px;
    top: 0px;
    right: 0px;
    bottom: 0;
	width: 160px;
	height: 40px;
    text-align: center;
	line-height: 24px;
	font-size: 16px;
    background-color: var(--colorf7);
    color: var(--color66);
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 5px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpinputfile .file-button  i{
    margin-right: 8px;
}
.tpinputfile .file-button:hover{
	background-color: var(--colorwh);
    color: var(--colorff);
}
.tpinputfile .dlFile{
    font-size: 13px;
    line-height: 21px;
    color: var(--color88);
    margin-left: 15px;
}
.tpinputfile label{
    width: 100%;
    margin-bottom: 0;
}
.tpinputfile .dlFile{
    position: absolute;
    left: calc(100%);
    top: 10px;
    width: 80px;
}
.hpcotactbb{
    padding: 65px 0 120px;
}
.tpcotactbb .bbtitle{
    margin-bottom: 25px;
}
.tpcotactbb .bbtitle, .tpcotactbb .bbtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.itcotactbb{
    margin-bottom: 10px;
    border-left: 5px solid transparent;
}
.itcotactbb:nth-child(3n + 1){
    border-left-color: var(--colorwh);
}
.itcotactbb:nth-child(3n + 2){
    border-left-color: var(--colorwm);
}
.itcotactbb:nth-child(3n + 3){
    border-left-color: var(--colorwb);
}
.itcotactbb .bbinfos{
    padding: 20px 30px 25px 35px;
    border-radius: 10px;
    background-color: var(--colorff);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.itcotactbb .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itcotactbb .ctgrip > div{
    padding: 0 10px;
}
.itcotactbb .ctgrip .mcol{
    width: 50%;
}
.itcotactbb .ctgrip .hcol{
    width: calc(50% - 190px);
}
.itcotactbb .ctgrip .bcol{
    width: 190px;
}
.itcotactbb .dtitle {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--colorwh);
}
.itcotactbb .dtitle, .itcotactbb .dtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}
.itcotactbb .dponsi{
    max-width: 485px;
    font-size: 15px;
    line-height: 25px;
}
.itcotactbb .dinfos{
    font-size: 15px;
    line-height: 25px;
}
.itcotactbb .dinfos li{
    margin-bottom: 3px;
    position: relative;
    padding-left: 33px;
}
.itcotactbb .dinfos li i{
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 14px;
    color: var(--colorwh);
}
.itcotactbb .dbdmap{
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}
.itcotactbb .dbdmap a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    background-color: var(--colorwh);
    color: var(--colorff);
    border-radius: 35px;
    width: 100%;
}
.itcotactbb .dbdmap a i{
    margin-left: 10px;
    font-size: 20px;
}
.itcotactbb .dbdmap a:hover{
    background-color: var(--colorwm);
}
/* <=== vhcotactpg ===> */



/*Success*/
.vnt-mod-wrapper {
    padding: 55px 0 95px;
}
.vnt-box-success {
    text-align: center;
}
.vnt-success__title {
    margin-bottom: 10px;    
}
.vnt-success__title h1 , .vnt-success__title h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.vnt-success__content {
        margin-bottom: 20px;
    font-size: 15px;
    line-height: 30px;
}
.vnt-success__content .i-title {
     margin-bottom: 5px;
    font-size: 20px;
} 
.vnt-success__link {
     margin-bottom: 20px;
}
.vnt-success__link a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
    padding: 10px 40px;
    background-color: var(--colorwm);
    color: var(--colorff);
    border-radius: 35px;
}
.vnt-success__link a:hover{
    background-color: var(--colorwh);
}
.vnt-success__image {
    text-align: center;
}


@media all and (max-width: 1200px){

}
@media all and (min-width: 992px){
    /* <=== vhcotactpg ===> */
    .itcotactbb .mcconts{
        display: block!important;
    }
    /* <=== vhcotactpg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhcotactpg ===> */
    .hpcotactmm{
        padding: 30px 0 60px;
    }
    .tpcotactmm .mmgrip .mcol{
        width: 100%;
    }
    .tpcotactmm .mmgrip .hcol{
        width: 100%;
    }
    .tpcotactmm .decss{
        border-radius: 10px;
        padding: 20px 20px 25px;
    }
    .tpcotactmm .dstitle, .tpcotactmm .dstitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .tpcotactmm .dsponsi{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 12px;
    }
    .tpcotactmm .dsinfos{
        font-size: 15px;
        line-height: 25px;
    }
    .tpcotactmm .dsinfos li .vline{
        font-size: 18px;
    }
    .hpcotacthh{
        padding: 40px 0 60px;
    }
    .tpcotacthh .fmcheck .chgrip > div{
        width: 50%;
    }
    .tpcotacthh .hhtitle, .tpcotacthh .hhtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .tpcotacthh .hhconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tpinputfile .file-button{
        font-size: 14px;
        width: 130px;
    }
    .tpinputfile .file-box{
        width: calc(100% - 135px);
    }
    .hpcotactbb{
        padding: 40px 0 60px;
    }
    .tpcotactbb .bbtitle{
        margin-bottom: 15px;
    }
    .tpcotactbb .bbtitle, .tpcotactbb .bbtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .itcotactbb .bbinfos{
        padding: 12px 20px 15px;
    }
    .itcotactbb .mctitle {
        text-transform: uppercase;
        color: var(--colorwh);
        position: relative;
        padding-right: 30px;
    }
    .itcotactbb .mctitle::before{
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 0;
        color: var(--color66);
        -webkit-transition: var(--effectl);
        -o-transition: var(--effectl);
        transition: var(--effectl);
    }
    .itcotactbb.active .mctitle::before{
        transform: rotate(180deg);
    }
    .itcotactbb .mctitle, .itcotactbb .mctitle h3{
        font-size: 18px;
        line-height: 25px;
        font-weight: 800;
    }
    .itcotactbb .mcconts{
        padding-top: 10px;
        display: none;
    }
    .itcotactbb .ctgrip .mcol{
        width: 100%;
        margin-bottom: 8px;
    }
    .itcotactbb .ctgrip .hcol{
        width: calc(100% - 190px);
    }
    /* <=== vhcotactpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhcotactpg ===> */
    .tpcotactmm .dsinfos li{
        width: 100%;
    }
    .tpcotactmm .dsbdmap a{
        width: 100%;
    }
    .tpcotactmm .thumb{
        border-radius: 10px;
    }
    .tpcotactmm .thumb::before{
        width: 89px;
        height: 59px;
    }
    .tpcotactmm .thumb::after{
        width: 20px;
        height: 20px;
    }
    .tpcotacthh .ifinput .ipgrip > div{
        width: 100%;
    }
    .tpcotacthh .fmcheck .chgrip > div{
        width: 100%;
    }
    .itcotactbb .ctgrip .hcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .itcotactbb .ctgrip .bcol{
        width: 100%;
        margin-bottom: 10px;
    }
    /* <=== vhcotactpg ===> */
}





