/* <=== hprecumemm ===> */
.tprecumema{
    padding: 50px 0 70px;
    background-color: #f6f6f6;
    text-align: center;
}
.tprecumema .matitle{
    margin-bottom: 10px;
}
.tprecumema .matitle, .tprecumema .matitle h1, .tprecumema .matitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tprecumema .maconts{
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
}   
.tprecumemb{
    padding: 45px 0 30px;
}
.tprecumemb .mbtitle{
    text-align: center;
    margin-bottom: 30px;
}
.tprecumemb .mbtitle, .tprecumemb .mbtitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tprecumemb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.tprecumemb .mbgrip > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 30px;
}
.itrecumemb .thumb{
    display: block;
    padding-top: 65.56%;
    position: relative;
}
.itrecumemb .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itrecumemb .decss{
    position: relative;
    padding: 45px 20px 0 20px;
}
.itrecumemb .dsicons{
    position: absolute;
    top: -45px;
    left: 20px;
    width: 70px;
    height: 70px;
    background: rgba(29,72,152,1);
    background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(133,165,64,1) 100%);
    color: #fff;
    border-radius: 35px 35px 35px 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;   
}
.itrecumemb .dstitle{
    margin-bottom: 10px;
    color: #164399;
}
.itrecumemb .dstitle, .itrecumemb .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itrecumemb .dsconts{
    font-size: 17px;
    line-height: 30px;
} 
.itrecumemb .dsconts p{
    padding: 0;
}
.tprecumemc{
    padding: 40px 0 75px;
    background-color: #f6f6f6;
    text-align: center;
}
.tprecumemc .mctitle{
    margin-bottom: 5px;
}
.tprecumemc .mctitle, .tprecumemc .mctitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tprecumemc .mcconts{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}
/* <=== hprecumemm ===> */

/* <=== hprecumehh ===> */
.tprecumeha{
    padding: 30px 0 35px;
    border-bottom: 1px solid #e6e6e6;
}
.tprecumeha .hatitle{
    text-align: center;
}
.tprecumeha .hatitle, .tprecumeha .hatitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tprecumeha .hatitle span{
    color: #164399;
}
.tprecumehb{
    padding: 28px 0 30px;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.tprecumehb .hbinner{
    max-width: 570px;
    margin: 0 auto;
}
.tprecumehb .hbgrip{
    display: flex;
    margin: 0 -15px;
}
.tprecumehb .hbgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tprecumehb .bhformsel select{
    width: 100%;
    height: 50px;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 0 45px 0 20px;
    font-size: 16px;
    line-height: 24px;
    background-size: 15px 8px;
}
.tprecumehb .bhformsel .chosen-container{
    height: 50px;
}
.tprecumehb .bhformsel .chosen-container-single .chosen-single{
    border: 1px solid #666666;
    border-radius: 5px;
    background-image: url('../assets/img/recument/iselect.png');
    background-repeat: no-repeat;
    background-size: 15px 8px;
}
.tprecumehc .hctitle{
    padding: 20px 0;
    background-color: #f6f6f6;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.tprecumehc .hctitle span{
    color: #164399;
    font-weight: bold;
}
.tprecumehc .hcconts{
    padding: 25px 0 50px;
}
.tprecumehc .hclist{
    margin-bottom: 40px;
}
.itrecumehc{
    padding: 25px;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.itrecumehc:hover{
    background-color: #fff;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.09);
}
.itrecumehc:hover::before{
    opacity: 0;
}
.itrecumehc:hover::after{
    opacity: 1;
}
.itrecumehc:hover .dstitle a{
    color: #164399;
}
.itrecumehc::after{
    content: '';
    position: absolute;
    left: 25px;
    right: 25px;
    border-bottom: 1px solid #fff;
    top: -1px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.itrecumehc::before{
    content: '';
    position: absolute;
    left: 25px;
    right: 25px;
    border-bottom: 1px solid #e6e6e6;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itrecumehc .hcgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}
.itrecumehc .hcgrip > div{
    padding: 0 10px;
}
.itrecumehc .dstitle{
    margin-bottom: 5px;
}
.itrecumehc .dstitle, .itrecumehc .dstitle h3{
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
}
.itrecumehc .dsinfo{
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}
.itrecumehc .dsinfo p{
    padding: 0;
    margin-bottom: 5px;
}
/* <=== hprecumehh ===> */


/* <=== hprecumebb ===> */
.hprecumebb{
    padding-bottom: 45px;
}
.tprecumeba{
    padding: 40px 0 50px;
}
.tprecumeba .batitle{
    text-align: center;
    margin-bottom: 10px;
}
.tprecumeba .batitle, .tprecumeba .batitle h1, .tprecumeba .batitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tprecumeba .baconts{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.tprecumeba .baconts ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tprecumeba .baconts li{
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tprecumeba .baconts li::after{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #666666;
    border-radius: 100%;
    display: block;
    margin: 0 10px;
}
.tprecumeba .baconts li:last-child::after{
    display: none;
}
.tprecumebb{
    padding: 40px 0 30px;
    position: relative;
    background-color: #f7f7f7;
    border-radius: 20px;
}
.tprecumebb .bbview{
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
}
.tprecumebb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tprecumebb .bbgrip > div{
    padding: 0 15px;
    width: 50%;
}
.itrecumebb{
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    align-content: center;
}
.itrecumebb:last-child{
    border-bottom: none;
}
.itrecumebb .bicon{
    width: 40px;
}
.itrecumebb .btext{
    width: calc(100% - 40px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.itrecumebb .btext .tm{
    font-weight: 700;
    font-size: 15px;
}
.tprecumebc{
    padding: 35px 0 40px;
}
.itrecumebc{
    margin-bottom: 30px
}
.itrecumebc:last-child{
    margin-bottom: 0;
}
.itrecumebc .bctitle{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.itrecumebc .bctitle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 7px;
    background-color: #164399;
}
.itrecumebc .bctitle, .itrecumebc .bctitle h3{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.itrecumebc .bcconts{
    font-size: 17px;
    line-height: 30px;
}
.itrecumebc .bcconts li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.itrecumebc .bcconts li:last-child{
    margin-bottom: 0;
}
.itrecumebc .bcconts li::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #164399;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}
.itrecumebc .bcconts p{
    padding: 0;
}
.itrecumebd{
    padding: 40px 20px 50px;
    background-color: #f6f6f6;
    border-radius: 20px;
}
.itrecumebd .inner{
    max-width: 830px;
    margin: 0 auto;
}
.itrecumebd .bbtitle{
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.itrecumebd .bbtitle, .itrecumebd .bbtitle h2{
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
}
.itrecumebd .bdgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.itrecumebd .bdgrip > div{
    padding: 0 5px;
    margin-bottom: 10px;
}
.itrecumebd .bdgrip .mcol{
    width: 100%;
}
.itrecumebd .bdgrip .hcol{
    width: 50%;
}
.itrecumebd .vcheck{
    text-align: center;
}
.itrecumebd .vrecap{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.itrecumebd .ctform input, .itrecumebd .ctform select, .itrecumebd .ctform textarea{
    width: 100%;
    height: 45px;
    border: none;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
}
.itrecumebd .ctform input::-webkit-input-placeholder, .itrecumebd .ctform input::-webkit-input-placeholder {
    color: #999999;
}
.itrecumebd .ctform input:-ms-input-placeholder, .itrecumebd .ctform input:-ms-input-placeholder {
    color: #999999;
}
.itrecumebd .ctform input::placeholder, .itrecumebd .ctform input::placeholder {
    color: #999999;
}
.itrecumebd .ctform select{
    padding: 0 25px 0 15px;
}
.itrecumebd .ctform .chosen-container-single .chosen-single{
    border: none;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.itrecumebd .ctform textarea{
    padding: 10px 15px;
    resize: none;
}
.itrecumebd .ctform textarea{
    height: 100px;
}
.vvuplofile{
    margin-bottom: 15px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
}
.vvuplofile .uplink a{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.vvuplofile .uplink a i{
    margin-right: 5px;
}
.vvuplofile .upnote{
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
} 
.vvfilename{
	width: 100%;
	position: relative;
}
.vvfilename .name{
	display: inline-block;
	position: absolute;
	left: calc(90% + 60px);
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	font-size: 13px;
	color: #888888;
}
.tpinputfile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.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: 45px;
    padding: 9px 20px;
    line-height: 27px;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;
    position: relative;
    width: calc(100% - 185px);
    margin-left: 0;
}
.tpinputfile .file-box::before{
    content: '';
    width: 23px;
    background-color: #fff;
    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: 170px;
	height: 45px;
    text-align: center;
	line-height: 34px;
	font-size: 15px;
    background-color: #164399;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 5px;
}
.tpinputfile .file-button:hover{
	background-color: #85a540;
}
.tpinputfile .dlFile{
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    margin-left: 15px;
}
.tpinputfile label{
    width: 100%;
}
.tpinputfile .dlFile{
    position: absolute;
    left: calc(100%);
    top: 10px;
    width: 80px;
}
.tprecumebe{
    padding: 25px 0;
}
/* <=== hprecumebb ===> */

/* <=== hprecumett ===> */
.hprecumett{
    padding: 45px 0 65px;
    text-align: center;
}
.tprecumett .tttitle{
    margin-bottom: 5px;
}
.tprecumett .tttitle, .tprecumett .tttitle h1, .tprecumett .tttitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tprecumett .ctdecss{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.tprecumett .ctnotes{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.tprecumett .ctlinks{
    margin-bottom: 45px;
}
.tprecumett .ctlinks a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 25px;
    background: rgba(29,72,152,1);
    background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(133,165,64,1) 100%);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}
.tprecumett .ctlinks a:hover{
    background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(29,72,152,1) 100%);
}
/* <=== hprecumett ===> */

@media all and (max-width: 991px){
    /* <=== hprecumemm ===> */
    .tprecumema{
        padding: 30px 0 60px;
    }
    .tprecumema .matitle, .tprecumema .matitle h1, .tprecumema .matitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tprecumema .maconts{
        margin-bottom: 20px;
        font-size: 16px;
    }
    .tprecumemb{
        padding: 35px 0 10px;
    }
    .tprecumemb .mbgrip > div{
        width: 50%;
    }
    .tprecumemb .mbtitle{
        margin-bottom: 20px;
    }
    .tprecumemb .mbtitle, .tprecumemb .mbtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .itrecumemb .dstitle, .itrecumemb .dstitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    .itrecumemb .dsconts{
        font-size: 16px;
    }
    .tprecumemc{
        padding: 35px 0 60px;
    }
    .tprecumemc .mctitle, .tprecumemc .mctitle h2{
        font-size: 28px;
        line-height: 35px;
    }
    .tprecumemc .mcconts{
        margin-bottom: 15px;
        font-size: 16px;
    }
    /* <=== hprecumemm ===> */

    /* <=== hprecumehh ===> */
    .tprecumeha{
        padding: 25px 0;
    }
    .tprecumeha .hatitle, .tprecumeha .hatitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tprecumehb .hbgrip{
        margin: 0 -5px;
    }
    .tprecumehb .hbgrip > div{
        padding: 0 5px;
    }
    .itrecumehc{
        padding: 20px 0 25px;
        border-bottom: 1px solid #e6e6e6;
    }
    .tprecumehc .hctitle{
        font-size: 18px;
    }
    .tprecumehc .hcconts{
        padding: 5px 0 55px;
    }
    .itrecumehc .dstitle, .itrecumehc .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itrecumehc::after, .itrecumehc::before{
        display: none;
    }
    .itrecumehc:hover{
        box-shadow: none;
    }
    /* <=== hprecumehh ===> */

    /* <=== hprecumebb ===> */
    .tprecumeba{
        padding: 35px 0 45px;
    }
    .tprecumeba .batitle, .tprecumeba .batitle h1, .tprecumeba .batitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tprecumeba .baconts{
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .tprecumebc{
        padding: 40px 0;
    }
    .itrecumebc .bctitle, .itrecumebc .bctitle h3{
        font-size: 25px;
        line-height: 30px;
    }
    .itrecumebc .bcconts{
        font-size: 16px;
    }
    /* <=== hprecumebb ===> */

    /* <=== hprecumett ===> */
    .hprecumett{
        padding: 30px 0 60px;
    }
    .tprecumett .tttitle, .tprecumett .tttitle h1, .tprecumett .tttitle h2{
        font-size: 28px;
        line-height: 40px;
    }
    .tprecumett .ctdecss{
        font-size: 18px;
    }
    .tprecumett .ctnotes{
        font-size: 14px;
    }
    /* <=== hprecumett ===> */
}
@media all and (max-width: 767px){
    /* <=== hprecumemm ===> */
    .tprecumemb .mbgrip > div{
        width: 100%;
    }
    /* <=== hprecumemm ===> */

    /* <=== hprecumehh ===> */
    .itrecumehc .hcgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .itrecumehc .hcgrip > div:last-child{
        margin-bottom: 0;
    }
    .itrecumehc .viewall a{
        display: block;
        text-align: center;
    }
    /* <=== hprecumehh ===> */

    /* <=== hprecumebb ===> */
    .hprecumebb{
        padding-bottom: 20px;
    }
    .tprecumebb{
        margin: 0 -20px;
        padding: 35px 20px 15px;
        border-radius: 0;
    }
    .tprecumebb .bbgrip > div{
        width: 100%;
    }
    .tprecumebb .bbgrip > div .itrecumebb:last-child{
        border-bottom: 1px solid #e6e6e6;
    }
    .tprecumebb .bbgrip > div:last-child .itrecumebb:last-child{
        border-bottom: none;
    }
    .itrecumebd{
        padding: 20px 20px 40px;
    }
    .itrecumebd .bbtitle{
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .itrecumebd .bbtitle, .itrecumebd .bbtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tprecumebb .bbview{
        padding: 0 20px;
    }
    .tprecumebb .viewall a{
        display: block;
        text-align: center;
    }
    .itrecumebd .bdgrip .hcol{
        width: 100%;
    }
    .tpinputfile .file-button{
        width: 100px;
        margin-left: 10px;
    }
    .tpinputfile .file-box{
        width: calc(100% - 110px);
    }
    .itrecumebd .vrecap{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .vvuplofile .uplink a{
        display: block;
    }
    .tprecumeba .baconts li{
        width: 100%;
    }
    .tprecumeba .baconts li::after{
        display: none;
    }
    /* <=== hprecumebb ===> */
}