/* <=== hprecumehh ===> */
.tprecumeha{
    padding: 30px 0 35px;
    border-bottom: 1px solid #e6e6e6;
}
.tprecumeha .hatitle{
    text-align: center;
}
.tprecumeha .hatitle, .tprecumeha .hatitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tprecumehb{
    padding: 28px 0 30px;
    position: relative;
}
.tprecumehb .hbinner{
    max-width: 630px;
    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;
    opacity: 0;
}
.tprecumehb .bhformsel .chosen-container{
    height: 50px;
}
.tprecumehb .bhformsel .chosen-container-single .chosen-single{
    border: 1px solid #666666;
    border-radius: 5px;
    background-image: url('../images/recument/iselect.png');
    background-repeat: no-repeat;
    background-size: 15px 8px;
    font-size: 16px;
}
.tprecumehc .hctitle{
    padding: 20px 0;
    background-color: #005aab;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.tprecumehc .hctitle, .tprecumehc .hctitle a{
    color: #fff;
}
.tprecumehc .hctitle span{
    font-weight: bold;
}
.tprecumehc .hcconts{
    padding: 45px 0 65px;
}
.tprecumehc .hclist{
    margin-bottom: 40px;
}
.itrecumehc{
    padding: 25px 30px 30px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px 0 rgba(0, 90, 171, 0.2);
    margin-bottom: 20px;
}
.itrecumehc:hover{
    border-color: #005aab;
}
.itrecumehc:hover::before{
    opacity: 0;
}
.itrecumehc:hover::after{
    opacity: 1;
}
.itrecumehc:hover .dstitle a{
    color: #003f8d;
}
.itrecumehc .hcgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.itrecumehc .hcgrip > div{
    padding: 0 10px;
}
.itrecumehc .hcgrip .lcol{
    width: calc(100% - 195px);
}
.itrecumehc .hcgrip .rcol{
    width: 195px;
}
.itrecumehc .dstitle{
    margin-bottom: 5px;
}
.itrecumehc .dstitle, .itrecumehc .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itrecumehc .dstitle a{
    color: #005aab;
}
.itrecumehc:hover .dstitle a{
    color: #b51f23;
}
.itrecumehc .dsinfo{
    font-size: 15px;
    line-height: 25px;
}
.itrecumehc .dsinfo .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itrecumehc .dsinfo .ifgrip > div{
    padding: 0 10px;
    width: 50%;
}
.itrecumehc .dsinfo p{
    padding: 0;
    margin-bottom: 5px;
}
.itrecumehc:hover .viewall a{
    background-color: #005aab;
}
/* <=== hprecumehh ===> */

/* <=== hprecumebb ===> */
.tprecumeba{
    padding: 30px 0 50px;
}
.tprecumeba .batitle{
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tprecumeba .batitle, .tprecumeba .batitle h1, .tprecumeba .batitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tprecumeba .baconts{
    font-size: 15px;
    line-height: 30px;
}
.tprecumeba .baconts ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 -12px;
}
.tprecumeba .baconts li{
    padding: 0 12px;
    margin-bottom: 5px;
    position: relative;
}
.tprecumebb{
    padding: 60px 0 30px;
    position: relative;
    background-color: #ebf6ff;
}
.tprecumebb::before{
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    height: 100%;
    width: 100000px;
    background-color: #f7f7f7;
}
.tprecumebb::after{
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    height: 100%;
    width: 100000px;
    background-color: #f7f7f7;
}
.tprecumebb .bbview{
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
}
.tprecumebb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tprecumebb .bbgrip > div{
    padding: 0 5px;
    width: 50%;
}
.itrecumebb{
    padding: 15px 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 70px;
}
.itrecumebb:last-child{
    border-bottom: none;
}
.itrecumebb .bicon{
    width: 40px;
    text-align: center;
}
.itrecumebb .btext{
    width: calc(100% - 40px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itrecumebb .btext .tm{
    font-weight: 700;
    font-size: 15px;
    width: 100px;
    padding-right: 10px;
}
.itrecumebb .btext .th{
    width: calc(100% - 100px);
}
.tprecumebc{
    padding: 35px 0 40px;
}
.itrecumebc{
    margin-bottom: 30px
}
.itrecumebc:last-child{
    margin-bottom: 0;
}
.itrecumebc .bctitle{
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    color: #005aab;
    text-transform: uppercase;
}
.itrecumebc .bctitle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 75%;
    background-color: #005aab;
    border-radius: 3px;
}
.itrecumebc .bctitle, .itrecumebc .bctitle h3{
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
}
.itrecumebc .bcconts{
    font-size: 16px;
    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: 5px;
    height: 5px;
    background-color: #003f8d;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}
.itrecumebc .bcconts p{
    padding: 0;
}
.tprecumebd{
    padding: 45px 0 65px;
    background-color: #ebf6ff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.itrecumebd .inner{
    max-width: 1070px;
    margin: 0 auto;
}
.itrecumebd .bbtitle{
    text-align: center;
    margin-bottom: 25px;
    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: 5px;
    margin-bottom: 10px;
}
.itrecumebd .ctform input, .itrecumebd .ctform select, .itrecumebd .ctform textarea{
    width: 100%;
    height: 45px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 23px;
    box-shadow: 0 10px 30px 0 rgba(0, 90, 171, 0.05);
}
.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;
    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;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 90, 171, 0.05);
}
.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: 16px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    width: calc(100% - 105px);
    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: 100px;
    height: 35px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    background-color: #005aab;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    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: #b51f23;
}
.tpinputfile .dlFile{
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    margin-left: 15px;
}
.tpinputfile label{
    width: 100%;
    margin-bottom: 0;
}
.tpinputfile .dlFile{
    position: absolute;
    left: calc(100%);
    top: 10px;
    width: 80px;
}
/* <=== hprecumebb ===> */

/* <=== hprecumett ===> */
.hprecumett{
    padding: 35px 0 65px;
    text-align: center;
}
.tprecumett .tttitle{
    margin-bottom: 10px;
}
.tprecumett .tttitle, .tprecumett .tttitle h1, .tprecumett .tttitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tprecumett .ctdecss{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.tprecumett .ctnotes{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tprecumett .ctlinks{
    margin-bottom: 45px;
}
.tprecumett .ctlinks a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 40px;
    background-color: #005aab;
    color: #fff;
    border-radius: 5px;
}
.tprecumett .ctlinks a:hover{
    background-color: #b51f23;
}
/* <=== hprecumett ===> */

@media all and (max-width: 991px){

    /* <=== 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: 15px 20px 30px;
        border-radius: 5px;
    }
    .tprecumehc .hctitle{
        font-size: 18px;
        line-height: 25px;
    }
    .tprecumehc .hcconts{
        padding: 40px 0 50px;
    }
    .itrecumehc{
        margin-bottom: 10px;
    }
    .itrecumehc .dstitle, .itrecumehc .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    .itrecumehc::after, .itrecumehc::before{
        display: none;
    }
    .itrecumehc .dsinfo{
        font-size: 14px;
    }
    .tprecumemd .mdtitle{
        margin-bottom: 15px;
    }
    .tprecumemd .mdtitle, .tprecumemd .mdtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .slrecumemd .slick-slide > div{
        width: 250px;
    }
    .tprecumehc .hclist{
        margin-bottom: 30px;
    }
    /* <=== hprecumehh ===> */

    /* <=== hprecumebb ===> */
    .tprecumeba{
        padding: 25px 0 45px;
    }
    .tprecumeba .batitle, .tprecumeba .batitle h1, .tprecumeba .batitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tprecumebc{
        padding: 40px 0;
    }
    .itrecumebc .bctitle{
        padding-left: 22px;
    }
    .itrecumebc .bctitle, .itrecumebc .bctitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .tprecumebd::before{
        display: none;
    }
    .itrecumebc .bcconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hprecumebb ===> */

    /* <=== hprecumett ===> */
    .hprecumett{
        padding: 30px 0 60px;
    }
    .tprecumett .tttitle{
        padding: 0 30px;
        margin-bottom: 12px;
    }
    .tprecumett .tttitle, .tprecumett .tttitle h1, .tprecumett .tttitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tprecumett .ctdecss{
        font-size: 18px;
        line-height: 30px;
    }
    .tprecumett .ctlinks{
        margin-bottom: 30px;
    }
    /* <=== hprecumett ===> */
}
@media all and (max-width: 767px){
    /* <=== hprecumehh ===> */
    .itrecumehc .hcgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .itrecumehc .hcgrip > div:last-child{
        margin-bottom: 0;
    }
    .itrecumehc .hcgrip .lcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .itrecumehc .hcgrip .rcol{
        width: 100%;
    }
    .itrecumehc .dsinfo .ifgrip > div{
        width: 100%;
    }
    .itrecumehc .viewall a{
        display: block;
        text-align: center;
    }
    .itrecumebd .bdgrip .hcol{
        width: 100%;
    }
    .vvuplofile{
        font-size: 15px;
    }
    /* <=== hprecumehh ===> */

    /* <=== hprecumebb ===> */
    .tprecumebb{
        padding: 60px 0 40px;
        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;
    }
    .tprecumebd{
        padding: 35px 0 60px;
    }
    .itrecumebd .bbtitle{
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .itrecumebd .bbtitle, .itrecumebd .bbtitle h2{
        font-size: 26px;
        line-height: 35px;
    }
    .itrecumebd .vrecap{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .vvuplofile .uplink a{
        display: block;
    }
    .tprecumeba .baconts li::after{
        display: none;
    }
    .tprecumeba{
        padding: 25px 0 45px;
    }
    .itrecumebb .btext .tm{
        font-size: 14px;
        width: 100%;
        padding-right: 0;
    }
    .itrecumebb .btext .th{
        width: 100%;
    }
    /* <=== hprecumebb ===> */
}