/* <=== vhschoolpg ===> */
.hpschoolmm{
    padding: 35px 0 30px;
}
.hpschoolhh{
    padding: 29px 0 10px;
    border-top: 1px solid #e6e6e6;
}
.tpschoolhh .fmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpschoolhh .fmgrip > div{
    padding: 0 10px;
    margin-bottom: 20px;
}
.tpschoolhh .fmgrip .mcol{
    width: 220px;
}
.tpschoolhh .fmgrip .hcol{
    width: calc(100% - 770px);
}
.tpschoolhh .fmgrip .bcol{
    width: 110px;
}
.tpschoolhh .fmgroup select, .tpschoolhh .fmgroup input, .tpschoolhh .fmgroup textarea{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #666666;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
}
.tpschoolhh .fmgroup input::-webkit-input-placeholder {
    color: #999999;
}
.tpschoolhh .fmgroup input:-ms-input-placeholder {
    color: #999999;
}
.tpschoolhh .fmgroup input::placeholder {
    color: #999999;
}
.tpschoolhh .fmgroup .chosen-container{
    height: 50px;
}
.tpschoolhh .fmgroup .chosen-single {
    border-color: #666666;
    border-radius: 5px;
    background-image: url('../images/iselect.png');
    background-size: 15px 8px;
    font-size: 16px;
}
.tpschoolhh .fmgroup button{
    width: 100%;
    height: 50px;
    background-color: #005aab;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 20px;
}
.tpschoolhh .fmgroup button:hover{
    background-color: #b51f23;
}
.hpschoolbb{
    padding: 50px 0 75px;
}
.tpschoolbb .bblist{
    margin-bottom: 10px;
}
.tpschoolbb .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpschoolbb .ligrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itschoolbb{
    height: 100%;
    position: relative;
    padding: 10px 10px 85px 10px;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 90, 171, 0.05);
    border-radius: 10px;
    overflow: hidden;
}
.itschoolbb .thumb a{
    border-radius: 5px;
}
.itschoolbb .decss{
    padding: 60px 20px 0 20px;
    position: relative;
}
.itschoolbb .dslogos{
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.itschoolbb .dslogos a{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.itschoolbb .dstitle{
    margin-bottom: 5px;
}
.itschoolbb .dstitle, .itschoolbb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itschoolbb .dstitle, .itschoolbb .dstitle a{
    color: #005aab;
}
.itschoolbb .dsinfos{
    font-size: 15px;
    line-height: 25px;
}
.itschoolbb .links{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 1;
}
.itschoolbb .links a{
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 20px;
    background-color: #005aab;
    color: #fff;
    border-radius: 5px;
}
.itschoolbb .links a:hover{
    background-color: #b51f23;
}
/* <=== vhschoolpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg .orpadd{
    padding: 55px 0 90px;
}
.slortherpg .slick-list{
    padding: 5px 0 20px;
    margin-top: -5px;
    margin-bottom: -20px;
}
.slortherpg .itschoolbb{
    box-shadow: 0 5px 20px 0 rgba(0, 90, 171, 0.05);
}
.slortherpg .slick-arrow{
    background-color: transparent;
}
.slortherpg .slick-arrow::before{
    font-size: 20px;
}
.slortherpg .slick-dots li button{
    border-color: #999999;
    box-shadow: none;
}
.slortherpg .slick-dots li.slick-active button{
    background-color: #005aab;
}
/* <=== vhortherpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 45px 0 40px;
}
.hpdetailaa{
    margin-bottom: 50px;
}
.hpdetailaa .aagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpdetailaa .aagrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpdetailaa .dstitle{
    margin-bottom: 20px;
}
.tpdetailaa .dstitle, .tpdetailaa .dstitle h1, .tpdetailaa .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpdetailaa .dsconts li{
    display: flex;
    margin-bottom: 16px;
}
.tpdetailaa .dsconts li .ticon{
    width: 30px;
}
.tpdetailaa .dsconts li .ticon img{
    max-width: 20px;
}
.tpdetailaa .dsconts li .ttext{
    width: calc(100% - 30px);
    display: flex;
}
.tpdetailaa .dsconts li .ttext .tm{
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    color: #666666;
    padding-right: 20px;
}
.tpdetailaa .dsconts li .ttext .th{
    font-size: 16px;
    width: calc(100% - 200px);
}
.tpdetailaa .thumb{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.tpdetailaa .thumb .tlogo{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 120px;
    width: 180px;
    background-color: #fff;
    border-radius: 10px;
}
.tpdetailaa .thumb .tlogo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.tpdetailaa .thumb .timgs img{
    width: 100%;
}
.hpdetailbb{
    margin-bottom: 40px;
}
.tpdetailbb ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.tpdetailbb ul li{
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: calc(100% / 3);
}
.tpdetailbb li a{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 18px 35px;
    background-color: #ebf6ff;
    border-radius: 5px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.tpdetailbb li a .vicon{
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpdetailbb li a .vtext{
    width: calc(100% - 34px);
    padding-left: 12px;
}
.hpdetailcc{
    margin-bottom: 45px;
}
.tpdetailcc img{
    width: 100%;
}
.tpdetaildd{
    margin-bottom: 35px;
}
.tpdetaildd:last-child{
    margin-bottom: 0;
}
.tpdetaildd .ddtitle{
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
    color: #005aab;
    text-transform: uppercase;
}
.tpdetaildd .ddtitle::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 80%;
    background-color: #005aab;
    border-radius: 3px;
}
.tpdetaildd .ddtitle, .tpdetaildd .ddtitle h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.ltdetailda{
    font-size: 16px;
    line-height: 30px;
}
.ltdetailda li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.ltdetailda li:last-child{
    margin-bottom: 0;
}
.ltdetailda li::before{
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 5px;
    height: 5px;
    background-color: #005aab;
    border-radius: 100%;
}
.sldetaildb .slick-arrow{
    background-color: transparent;
}
.sldetaildb .slick-arrow::before{
    font-size: 20px;
}
.sldetaildb .slick-dots li button{
    border-color: #999999;
    box-shadow: none;
}
.sldetaildb .slick-dots li.slick-active button{
    background-color: #005aab;
}
.itdetaildb{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itdetaildb .thumb a::before{
    content: '';
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
    pointer-events: none;
}
.itdetaildb .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 20px 30px;
    pointer-events: none;
}
.itdetaildb .dstitle, .itdetaildb .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itdetaildb .dstitle, .itdetaildb .dstitle a{
    color: #fff;
}
.tporthermm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tporthermm .mmgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 25px;
}
.itorthermm .thumb{
    margin-bottom: 15px;
}
.itorthermm .thumb a{
    border-radius: 10px;
}
.itorthermm .dstitle{
    margin-bottom: 10px;
}
.itorthermm .dstitle, .itorthermm .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.itorthermm .dsdates{
    color: #b51f23;
}
.itorthermm .dsdates span{
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.itorthermm .dsdates span::before{
    content: '\f133';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
}
/* <=== vhdetailpg ===> */

/* <=== vhpopschol ===> */
.vstypops .fancybox-is-open .fancybox-bg{
    opacity: 0.7;
}
.vhpopschol{
    position: relative;
    padding: 0;
    padding-bottom: 50px;
    overflow: unset;
    background-color: transparent;
}
.vhpopschol .fancybox-close-small{
    top: unset;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    padding: 0;
    background-color: #005aab;
    color: #fff;
    border-radius: 100%;
    opacity: 1;
}
.vhpopschol .fancybox-close-small svg{
    width: 90%;
}
.tppopschol{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.tppopschol .sctitle{
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px;
    text-transform: uppercase;
}
.tppopschol .sctitle, .tppopschol .sctitle h2, .tppopschol .sctitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tppopschol .scconts{
    padding: 30px 40px;
}
.tppopschol .ctrow{
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.tppopschol .ctrow:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.tppopschol .vtitle{
    margin-bottom: 10px;
    color: #005aab;
}
.tppopschol .vtitle, .tppopschol .vtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tppopschol .vconts{
    font-size: 16px;
    line-height: 30px;
}
.tppopschol .vconts li{
    position: relative;
    padding-left: 21px;
    margin-bottom: 8px;
}
.tppopschol .vconts li:last-child{
    margin-bottom: 0;
}
.tppopschol .vconts li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #005aab;
    border-radius: 100%;
}
/* <=== vhpopschol ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhschoolpg ===> */
    .hpschoolmm{
        padding: 25px 0 20px;
    }
    .tpschoolhh .fmgrip .mcol{
        width: calc(100% / 3);
    }
    .tpschoolhh .fmgrip .hcol{
        width: calc(100% - 110px);
    }
    .hpschoolbb{
        padding: 50px 0;
    }
    .tpschoolbb .ligrip > div{
        width: 50%;
    }
    .itschoolbb .decss{
        padding: 55px 10px 0 10px;
    }
    .itschoolbb .dstitle, .itschoolbb .dstitle h3{
        font-size: 18px;
    }
    .itschoolbb .dsinfos{
        font-size: 14px;
    }
    .itschoolbb .links{
        left: 20px;
        right: 20px;
        bottom: 25px;
    }
    /* <=== vhschoolpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 35px 0 50px;
    }
    /* <=== vhortherpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 30px 0 40px;
    }
    .hpdetailaa{
        margin-bottom: 30px;
    }
    .hpdetailaa .aagrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .hpdetailaa .aagrip > div:last-child{
        margin-bottom: 0;
    }
    .tpdetailaa .dstitle, .tpdetailaa .dstitle h1, .tpdetailaa .dstitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpdetailbb ul li{
        width: 50%;
    }
    .tpdetailbb li a .vicon{
        width: 32px;
        height: 32px;
    }
    .tpdetailbb li a .vtext{
        width: calc(100% - 32px);
        padding-left: 20px;
    }
    .tpdetailbb li a{
        padding: 14px 20px;
        font-size: 16px;
    }
    .hpdetailcc{
        margin-bottom: 30px;
    }
    .tpdetaildd .ddtitle{
        margin-bottom: 10px;
        padding-left: 23px;
    }
    .tpdetaildd .ddtitle, .tpdetaildd .ddtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .ltdetailda{
        font-size: 15px;
        line-height: 25px;
    }
    .ltdetailda li::before{
        top: 10px;
    }
    .tporthermm .mmgrip > div{
        width: 50%;
    }
    .itorthermm .thumb{
        margin-bottom: 10px;
    }
    .itorthermm .dstitle, .itorthermm .dstitle h3{
        font-size: 18px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhpopschol ===> */
    .tppopschol .sctitle{
        padding: 15px 20px;
    }
    .tppopschol .sctitle, .tppopschol .sctitle h2, .tppopschol .sctitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .tppopschol .scconts{
        padding: 12px 20px 15px;
    }
    .tppopschol .vtitle{
        margin-bottom: 5px;
    }
    .tppopschol .vtitle, .tppopschol .vtitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    .tppopschol .vconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== vhpopschol ===> */
}
@media all and (max-width: 767px){
    /* <=== vhschoolpg ===> */
    .hpschoolhh{
        padding: 20px 0 10px;
    }
    .tpschoolhh .fmgrip{
        margin: 0 -5px;
    }
    .tpschoolhh .fmgrip > div{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .tpschoolhh .fmgrip .mcol{
        width: 50%;
    }
    .tpschoolhh .fmgrip .hcol{
        width: 50%;
    }
    .tpschoolhh .fmgrip .bcol{
        width: 100%;
    }
    .tpschoolbb .ligrip > div{
        width: 100%;
    }
    /* <=== vhschoolpg ===> */

    /* <=== vhdetailpg ===> */
    .tpdetailaa .dsconts li .ttext .tm{
        width: 152px;
    }
    .tpdetailaa .dsconts li .ttext .th{
        width: calc(100% - 152px);
    }
    .tpdetailbb ul li{
        width: 100%;
        margin-bottom: 12px;
    }
    .tporthermm .mmgrip > div{
        width: 100%;
    }
    /* <=== vhdetailpg ===> */
}