/* <=== vhdoctorpg ===> */
.vhdoctorpg .dopadd{
    padding: 35px 0 80px;
}
.tpdoctormm{
    margin-bottom: 45px;
}
.tpdoctormm .mmwrap{
    max-width: 630px;
    margin: 0 auto;
}
.tpdoctormm .fmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdoctormm .fmgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpdoctormm .fmgroup select, .tpdoctormm .fmgroup input{
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 40px 0 20px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid var(--colorcc);
}
.tpdoctormm .fmgroup .chosen-container{
    height: 50px;
    font-size: 16px;
    line-height: 24px;
}
.tpdoctormm .fmgroup .chosen-single{
    border: none;
    border-bottom: 1px solid var(--colorcc);
}
.tpdoctorhh .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdoctorhh .ligrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.iteeinfohh{
    height: 100%;
}
.iteeinfohh .vvgrip{
    display: flex;
    flex-wrap: wrap;
}
.iteeinfohh .vvgrip .xcol{
    width: 47.62%;
}
.iteeinfohh .vvgrip .ycol{
    width: calc(100% - 47.62%);
}
.iteeinfohh{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.iteeinfohh .thumb a{
    border-radius: 5px 5px 0 0;
}
.iteeinfohh .decss{
    padding: 25px 30px 30px;
}
.iteeinfohh .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.iteeinfohh .dstitle, .iteeinfohh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.iteeinfohh .dstitle, .iteeinfohh .dstitle a{
    color: var(--color-wm);
}
.iteeinfohh .dstitle a:hover{
    color: var(--color-wm);
}
.iteeinfohh .dsinfos{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
.iteeinfohh .dsinfos li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.iteeinfohh .dsinfos li:last-child{
    margin-bottom: 0;
}
.iteeinfohh .dsinfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color66);
}
.iteeinfohh .dslinks a{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 25px;
    background-color: var(--color-wm);
    color: var(--colorff);
    border-radius: 5px;
}
.iteeinfohh:hover .dslinks a{
    background-color: var(--color-wh);
}
/* <=== vhdoctorpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 50px 0 80px;
}
.slortherpg .slick-list{
    padding: 5px 0 10px;
}
.tpdetailmm{
    margin-bottom: 40px;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--colorf6);
}
.tpdetailmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -20px;
}
.tpdetailmm .mmgrip > div{
    padding: 0 20px;
}
.tpdetailmm .mmgrip .xcol{
    width: 340px;
}
.tpdetailmm .mmgrip .ycol{
    width: calc(100% - 340px);
}
.tpdetailmm .thumb img{
    width: 100%;
}
.tpdetailmm .decss{
    padding: 20px 0;
}
.tpdetailmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-wm);
}
.tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpdetailmm .dsinfos{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
.tpdetailmm .dsinfos li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.tpdetailmm .dsinfos li:last-child{
    margin-bottom: 0;
}
.tpdetailmm .dsinfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color66);
}
.tpdetailmm .dsshare ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.tpdetailmm .dsshare li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}
.tpdetailmm .dsshare li a:hover{
    border-radius: 100%;
}
.tpdetailhh .hhitem{
    margin-bottom: 30px;
}
.tpdetailhh .hhitem:last-child{
    margin-bottom: 0;
}
/* <=== vhdetailpg ===> */

@media all and (max-width: 1200px){
    /* <=== vhdoctorpg ===> */
    .tpdoctorhh .ligrip{
        margin: 0 -10px;
    }
    .tpdoctorhh .ligrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .iteeinfohh .decss{
        padding: 15px;
    }
    .iteeinfohh .dstitle{
        margin-bottom: 5px;
    }
    .iteeinfohh .dstitle, .iteeinfohh .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    .iteeinfohh .dsinfos{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .iteeinfohh .dsinfos li{
        padding-left: 25px;
    }
    /* <=== vhdoctorpg ===> */  
}
@media all and (max-width: 991px){
    /* <=== vhdoctorpg ===> */
    .vhdoctorpg .dopadd{
        padding: 30px 0 60px;
    }
    .tpdoctormm{
        margin-bottom: 30px;
    }
    .tpdoctormm .fmgrip{
        margin: 0 -7.5px;
    }
    .tpdoctormm .fmgrip > div{
        padding: 0 7.5px;
    }
    .tpdoctormm .fmgroup select{
        display: block!important;
    }
    .tpdoctormm .fmgroup .chosen-container{
        display: none!important;
    }
    .tpdoctormm .fmgroup select, .tpdoctormm .fmgroup input{
        padding: 0 15px 0 9px;
    }
    .tpdoctorhh .ligrip > div{
        width: 100%;
    }
    .iteeinfohh .decss{
        padding: 15px 20px 30px;
    }
    .iteeinfohh .dstitle, .iteeinfohh .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .iteeinfohh .dsinfos{
        font-size: 16px;
        line-height: 25px;
    }
    /* <=== vhdoctorpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 40px 0 60px;
    }
    .tpdetailmm{
        margin-bottom: 30px;
    }
    .tpdetailmm .mmgrip{
        margin: 0 -15px;
    }
    .tpdetailmm .mmgrip > div{
        padding: 0 15px;
    }
    .tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
        font-size: 24px;
        line-height: 36px;
    }
    .tpdetailmm .dsinfos{
        margin-bottom: 12px;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhdoctorpg ===> */
    .iteeinfohh .vvgrip .xcol{
        width: 100%;
    }
    .iteeinfohh .vvgrip .ycol{
        width: 100%;
    }
    /* <=== vhdoctorpg ===> */

    /* <=== vhdetailpg ===> */
    .tpdetailmm .mmgrip .xcol{
        width: 100%;
    }
    .tpdetailmm .mmgrip .ycol{
        width: 100%;
    }
    .tpdetailmm .decss{
        padding: 20px;
    }
    /* <=== vhdetailpg ===> */
}