/* <=== vhsubfaqpg ===> */
.vhsubfaqpg .sfpadd{
    padding: 30px 0 60px;
}
.vcheckall{
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}
.vcheckall input{
	display: none;
}
.vcheckall:before{
	content: '';
    position: absolute;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border: 1px solid #767676;
    border-radius: 3px;
}
.vcheckall::after{
    content: '\f00c';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #fff;
    left: 3px;
    font-size: 8px;
    opacity: 0;
}
.vcheckall.active:before{
	border-color: #299e61;
	background-color: #299e61;
}
.vcheckall.active::after{
    opacity: 1;
}
.vcheckall span{
    color:#299e61;
}
.tpsubfaqma .frmchoose{
    margin-bottom: 20px;
}
.itfochoose{
    padding: 20px 0 10px;
    border-bottom: 1px solid #e0e0e0;
}
.itfochoose:first-child{
    padding-top: 10px;
}
.itfochoose .vvgrip, .itfochoose .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itfochoose .vvgrip > div, .itfochoose .ifgrip > div{
    padding: 0 10px;
}
.itfochoose .vvgrip .mcol{
    width: 215px;
}
.itfochoose .vvgrip .hcol{
    width: calc(100% - 215px);
}
.itfochoose .ifgrip .xcol{
    width: 50%;
}
.itfochoose .csname{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.tpsubfaqma{
    margin-bottom: 40px;
}
.tpsubfaqma .frminputs{
    margin-bottom: 30px;
}
.tpsubfaqma .frmgroup input{
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 0 18px;
}
.tpsubfaqma .frmbutton .btgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 -10px;
}
.tpsubfaqma .frmbutton .btgrip > div{
    padding: 0 10px;
}
.tpsubfaqma .vbtnfinds button{
    height: 40px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    padding: 5px 30px;
    background-color: #299e61;
    color: #fff;
    border: none;
    border-radius: 3px;
}
.tpsubfaqma .vbtnfinds button i{
    margin-right: 5px;
}
.tpsubfaqma .vbtnfinds button:hover{
    background-color: #043882;
}
.tpsubfaqma .vbtnclear button{
    height: 40px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    padding: 5px 35px;
    background-color: #eeeeee;
    border: none;
    border-radius: 3px;
} 
.tpsubfaqma .vbtnclear button:hover{
    background-color: #299e61;
    color: #fff;
}
.tpsubfaqmb .mblist{
    margin-bottom: 30px;
}
.tpsubfaqmb table{
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.tpsubfaqmb table th{
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    background-color: #e5f5e9;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 15px;
}
.tpsubfaqmb table td{
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 15px;
}
.tpsubfaqmb table td:nth-child(1){
    width: 108px;
}
.tpsubfaqmb table td:nth-child(2){
    width: 40.719%;
    text-decoration: underline;
}
.tpsubfaqmb table td:nth-child(3){
    width: calc(100% - 40.719% - 108px);
}
.tpsubfaqha{
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.tpsubfaqha ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpsubfaqha ul li{
    margin-right: 10px;
    font-size: 13px;
    line-height: 21px;
    padding: 2px 12px;
    border-radius: 2px;
    background-color: #299e61;
    color: #fff;
    margin-bottom: 5px;
}
.tpsubfaqha ul li:last-child{
    margin-right: 0;
}
.itfaqquesti{
    margin-bottom: 30px;
}
.itfaqquesti .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.itfaqquesti .vvgrip > div{
    padding: 0 13px;
}
.itfaqquesti .vvgrip .mcol{
    width: 91px;
}
.itfaqquesti .vvgrip .hcol{
    width: calc(100% - 91px);
}
.itfaqquesti .vname{
    width: 65px;
    height: 65px;
    background-color: #299e61;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.itfaqquesti .vdecs{
    font-size: 16px;
    line-height: 26px;
    border: 3px solid #299e61;
    padding: 16px 22px;
    border-radius: 5px;
    position: relative;
}
.itfaqquesti .vdecs::before{
    content: '';
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #299e61;
}
.itfaqanswer{
    margin-bottom: 30px;
}
.itfaqanswer .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.itfaqanswer .vvgrip > div{
    padding: 0 13px;
}
.itfaqanswer .vvgrip .mcol{
    width: 91px;
    order: 2;
}
.itfaqanswer .vvgrip .hcol{
    width: calc(100% - 91px);
}
.itfaqanswer .vname{
    width: 65px;
    height: 65px;
    background-color: #c8664d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.itfaqanswer .vdecs{
    font-size: 16px;
    line-height: 26px;
    border: 3px solid #c8664d;
    background-color: #f8e6e2;
    padding: 16px 22px;
    border-radius: 5px;
    position: relative;
}
.itfaqanswer .vdecs::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #c8664d;
}
.tpsubfaqhc{
    margin-top: 50px;
    position: relative;
    padding: 25px 20px ;
    border: 3px solid #299e61;
    border-radius: 5px;
    margin-bottom: 30px;
}
.tpsubfaqhc .hcdecss{
    display: inline-block;
    min-width: 160px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 4px 10px;
    background-color: #5fb674;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
    margin-top: -46px;
    margin-bottom: 20px;
}
.tpsubfaqhc .hcinfos{
    display: flex;
}
.tpsubfaqhc .hcinfos a{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpsubfaqhc .hcinfos a i{
    color: #299e61;
}
.tpsubfaqhc .hcinfos a span{
    margin: 0 8px;
    text-decoration: underline;
}
.tpsubfaqhd{
    text-align: center;
}
.tpsubfaqhd .hdlink a{
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    padding: 7px 28px;
    background-color: #eeeeee;
    border-radius: 5px;
    font-weight: 500;
}
.tpsubfaqhd .hdlink a:hover{
    background-color: #299e61;
    color: #fff;
}
/* <=== vhsubfaqpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhsubfaqpg ===> */
    .vhsubfaqpg .sfpadd{
        padding: 20px 0 35px;
    }
    .itfochoose .vvgrip .mcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .itfochoose .vvgrip .hcol{
        width: 100%;
    }
    .tpsubfaqma{
        margin-bottom: 30px;
    }
    .tpsubfaqmb table td:nth-child(1){
        width: 70px;
    }
    .tpsubfaqmb table td:nth-child(2){
        width: calc(100% - 40.719% - 70px);
    }
    .tpsubfaqha{
        margin-bottom: 20px;
    }
    .itfaqquesti{
        margin-bottom: 20px;
    }
    .itfaqquesti .vvgrip{
        margin: 0 -8px;
    }
    .itfaqquesti .vvgrip > div{
        padding: 0 8px;
    }
    .itfaqquesti .vname{
        width: 55px;
        height: 55px;
        font-size: 25px;
    }
    .itfaqquesti .vvgrip .mcol{
        width: 71px;
    }
    .itfaqquesti .vvgrip .hcol{
        width: calc(100% - 71px);
    }
    .itfaqquesti .vdecs{
        font-size: 14px;
        line-height: 24px;
        padding: 15px 18px;
        text-align: justify;
    }
    .itfaqquesti .vdecs::before{
        top: 12px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #299e61;
    }
    .itfaqanswer{
        margin-bottom: 20px;
    }
    .itfaqanswer .vvgrip{
        margin: 0 -8px;
    }
    .itfaqanswer .vvgrip > div{
        padding: 0 8px;
    }
    .itfaqanswer .vname{
        width: 55px;
        height: 55px;
        font-size: 25px;
    }
    .itfaqanswer .vvgrip .mcol{
        width: 71px;
    }
    .itfaqanswer .vvgrip .hcol{
        width: calc(100% - 71px);
    }
    .itfaqanswer .vdecs{
        font-size: 14px;
        line-height: 24px;
        padding: 15px 18px;
        text-align: justify;
    }
    .itfaqanswer .vdecs::before{
        top: 12px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #c8664d;
    }
    .tpsubfaqhc{
        margin-bottom: 20px;
    }
    /* <=== vhsubfaqpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhsubfaqpg ===> */
    .itfochoose .ifgrip .xcol{
        width: 100%;
    }
    .tpsubfaqmb table, .tpsubfaqmb table tbody, .tpsubfaqmb table td{
        display: block;
    }
    .tpsubfaqmb table thead{
        display: none;
    }
    .tpsubfaqmb table td:nth-child(1){
        display: none;
    }
    .tpsubfaqmb table td:nth-child(2), .tpsubfaqmb table td:nth-child(3){
        width: 100%;
    }
    .tpsubfaqmb table{
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    .tpsubfaqmb table td{
        padding: 13px 10px;
        border-bottom: none;
        border-right: none;
    }
    .tpsubfaqmb table td::before{
        content: attr(data-title);
        display: block;
        font-size: 16px;
        line-height: 25px;
        padding: 10px;
        background-color: #e5f5e9;
        position: relative;
        margin: -13px -10px 13px -10px;
        font-weight: 500;
    }
    /* <=== vhsubfaqpg ===> */
}