/* <=== vhprojectpg ===> */
.vhprojectpg .pjpadd{
    padding: 50px 0 60px;
}
.itprojectmm{
    margin-bottom: 40px;
}
.itprojectmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -20px;
}
.itprojectmm .mmgrip > div{
    padding: 0 20px;
}
.itprojectmm .mmgrip .mcol{
    width: 66.943%;
}
.itprojectmm .mmgrip .hcol{
    width: calc(100% - 66.943%);
}
.itprojectmm:nth-child(even) .mmgrip .mcol{
    order: 2;
}
.itprojectmm .thumb a{
    padding-top: 58.443%;
    border-radius: 20px;
}
.itprojectmm:nth-child(even) .decss{
    padding-left: 40px;
}
.itprojectmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itprojectmm .dstitle, .itprojectmm .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itprojectmm .dsinfos{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}
.itprojectmm .dsinfos li{
    margin-bottom: 5px;
}
.itprojectmm .dsinfos li:last-child{
    margin-bottom: 0;
}
.itprojectmm .dsviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;   
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 5px;
    background: rgba(29,72,152,1);
    background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(133,165,64,1) 100%);
    color: #fff;
}
/* <=== vhprojectpg ===> */

/* <=== vhdetailpg ===> */
.tpdetailma{
    margin-bottom: 45px;
}
.tpdetailma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdetailma .magrip > div{
    padding: 0 15px;
}
.tpdetailma .magrip .mcol{
    width: calc(100% - 400px);
}
.tpdetailma .magrip .hcol{
    width: 400px;   
}
.slthumbnav {
    margin-bottom: 10px;
}
.slthumbnav .slick-arrow{
    background-color: rgba(255, 255, 255, 0.8);
}
.itthumbnav a{
    display: block;
    padding-top: 58.443%;
    position: relative;
    overflow: hidden;
} 
.itthumbnav a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itthumbfor{
    padding-top: 56.67%;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    opacity: 0.5;
    cursor: pointer;
}
.itthumbfor::before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 0px solid #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    pointer-events: none;
}
.itthumbfor img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-current .itthumbfor::before{
    border-width: 4px;
}
.slick-current .itthumbfor{
    border-color: #f37328;
    opacity: 1;
}
.tpdetailma .madecss{
    padding: 20px 0;
}
.tpdetailma .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpdetailma .dstitle, .tpdetailma .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpdetailma .dsinfos li{
    margin-bottom: 15px;
}
.tpdetailma .dsinfos li:last-child{
    margin-bottom: 0;
}
.tpdetailma .dsinfos li .tm{
    font-weight: bold;
    text-transform: uppercase;
    color: #164399;
    margin-bottom: 5px;
}
.tpdetailma .dsinfos li .th{
    font-size: 16px;
    line-height: 22px;
}
.tpdetailmb{
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}
.tpdetailmb .mbtitle{
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
}
.tpdetailmb .mbtitle::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 7px;
    height: 70%;
    background-color: #164399;
}
.tpdetailmb .mbtitle, .tpdetailmb .mbtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.itprojector{
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.itprojector .thumb a{
    padding-top: 58.443%;
}
.itprojector .decss{
    padding: 20px 30px 40px;
}
.itprojector .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.itprojector .dstitle, .itprojector .dstitle h3{
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
}
.itprojector .dstitle a{
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itprojector .dsviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;   
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 5px;
    background: rgba(29,72,152,1);
    background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(133,165,64,1) 100%);
    color: #fff;
}
/* <=== vhortherpg ===> */
@media all and (min-width: 992px){
    /* <=== vhprojectpg ===> */
    .itprojectmm .dsviews a:hover{
        background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(29,72,152,1) 100%);
    }
    /* <=== vhprojectpg ===> */

    /* <=== vhortherpg ===> */
    .itprojector .dsviews a:hover{
        background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(29,72,152,1) 100%);
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhprojectpg ===> */
    .vhprojectpg .pjpadd{
        padding: 40px 0 50px;
    }
    .itprojectmm:nth-child(even) .decss{
        padding-left: 0;
    }
    .itprojectmm .dstitle, .itprojectmm .dstitle h3{
        font-size: 22px;
    }
    .itprojectmm .mmgrip .mcol{
        width: 100%;
        order: unset!important;
        margin-bottom: 15px;
    }
    .itprojectmm .mmgrip .hcol{
        width: 100%;
    }
    /* <=== vhprojectpg ===> */

    /* <=== vhdetailpg ===> */
    .tpdetailma .magrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpdetailma .magrip .hcol{
        width: 100%;
    }
    .tpdetailma .madecss{
        padding: 0;
    }
    .tpdetailma{
        margin-bottom: 30px;
    }
    .tpdetailmb{
        padding-top: 30px;
    }
    .tpdetailma .dstitle, .tpdetailma .dstitle h3{
        font-size: 18px;
    }
    .tpdetailmb .mbtitle, .tpdetailmb .mbtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpdetailmb .mbtitle{
        padding-left: 20px;
        margin-bottom: 10px;
    }
    /* <=== vhdetailpg ===> */
    
    /* <=== vhortherpg ===> */
    .itprojector .decss{
        padding: 15px 20px 25px;
    }
    .itprojector .dstitle{
        margin-bottom: 12px;
    }
    .itprojector .dstitle, .itprojector .dstitle h3{
        font-size: 18px;
        line-height: 30px;
    }
    .itprojector .dstitle a{
        height: 60px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhprojectpg ===> */
    .itprojectmm .dsviews a{
        display: block;
        text-align: center;
    }
    /* <=== vhprojectpg ===> */

    /* <=== vhdetailpg ===> */
    .slthumbfor{
        overflow: hidden;
    }
    .slthumbfor .itthumbfor{
        width: 90px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .itprojector .dsviews a{
        display: block;
        text-align: center;
    }
    /* <=== vhortherpg ===> */
}