/* <=== hpactivimm ===> */
.hpactivimm{
    position: relative;
}
.tpactivima{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tpactivima .mathumb{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpactivima .mathumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}
.tpactivimb{
    position: relative;
    z-index: 2;
}
.slactivimb .slick-slide:last-child .itactivimb::after{
    display: none;
}
.itactivimb{
    height: calc(100vh - 150px)!important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.itactivimb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006633;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itactivimb::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
}
.itactivimb:hover::before{
    opacity: 0.8;
}
.itactivimb .mbcenter{
    width: 100%;
}
.itactivimb .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itactivimb .dstitle span{
    display: block;
}
.itactivimb .dstitle, .itactivimb .dstitle h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}
.itactivimb .dstitle, .itactivimb .dstitle a{
    color: #fff;
}
.itactivimb .dsconts{
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    text-align-last: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: calc(26px * 5);
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itactivimb .dsviews{
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itactivimb .dsviews a{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 24px;
    text-transform: uppercase;
}
.itactivimb .dsviews a:hover{
    background-color: #fff;
    color: #006633;
}
.itactivimb .mbinfos{
    transform: translateY(100%);
    margin-top: 100%;
}
.itactivimb .mbponsi{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    overflow: hidden;
    padding: 25px 27px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itactivimb .mbdecs{
    opacity: 1;
}
.itactivimb .mbinfo{
    opacity: 0;
}
.itactivimb:hover .mbdecs{
    opacity: 0;
}
.itactivimb:hover .mbinfo{
    opacity: 1;
}
.itactivimb:hover .mbdecs .dstitle{
    transform: translateY(30px);
    opacity: 0;
}
.itactivimb .mbinfo .dstitle, .itactivimb .mbinfo .dsconts, .itactivimb .mbinfo .dsviews{
    transform: translateY(30px);
    opacity: 0;
}
.itactivimb:hover .mbinfo .dstitle, .itactivimb:hover .mbinfo .dsconts, .itactivimb:hover .mbinfo .dsviews{
    transform: unset;
    opacity: 1;
}
.itactivimb:hover .mbinfo .dstitle{
    transition-delay: 0.3s;
}
.itactivimb:hover .mbinfo .dsconts{
    transition-delay: 0.5s;
}
.itactivimb:hover .mbinfo .dsviews{
    transition-delay: 0.7s;
}
/* <=== hpactivimm ===> */

/* <=== vhdetailpg ===> */
.hpdetailpg .dtpadd{
    padding: 40px 0 60px;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg .orpadd{
    padding: 40px 0 80px;
}
.slortherpg .slick-arrow{
    transform: unset;
    top: -100px;
}
.slortherpg .slick-prev{
    left: unset;
    right: 85px;
}
.slortherpg .slick-next{
    right: 0;
}
.itortherpg{
    height: 100%;
    background-color: #fff;
}
.itortherpg .decss{
    padding: 15px 25px 25px;
}
.itortherpg .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itortherpg .dstitle, .itortherpg .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.itortherpg .dstitle a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itortherpg .dsconts{
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itortherpg .dsviews a{
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    padding: 5px 29px;
    border: 1px solid #006633;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
}
.itortherpg .dsviews a:hover{
    background-color: #006633;
    color: #fff;
}

/* <=== vhortherpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpactivimm ===> */
    .itactivimb{
        min-height: calc(100vh - 100px)!important;
    }
    .slactivimb .slick-slide > div{
        width: 300px;
    }
    .itactivimb .mbinfo{
        opacity: 1;
    }
    .itactivimb::before{
        display: none;
    }
    .itactivimb .mbdecs{
        display: none;
    }
    .itactivimb .mbinfo .dstitle, .itactivimb .mbinfo .dsconts, .itactivimb .mbinfo .dsviews{
        opacity: 1;
        transform: unset;
    }
    .itactivimb .dstitle, .itactivimb .dstitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    /* <=== hpactivimm ===> */

    /* <=== vhdetailpg ===> */
    .hpdetailpg .dtpadd{
        padding: 20px 0 30px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 30px 0 35px;
    }
    .slortherpg {
        padding-bottom: 70px;
    }
    .slortherpg .slick-arrow{
        bottom: 0;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .slortherpg .slick-prev{
        margin-left: -35px;
    }
    .slortherpg .slick-next{
        margin-left: 35px;
    }
    .itortherpg .decss{
        padding: 10px 13px 12px;
    }
    .itortherpg .dstitle{
        margin-bottom: 3px;
    }
    .itortherpg .dstitle, .itortherpg .dstitle h3{
        font-size: 14px;
        line-height: 21px;
    }
    .itortherpg .dstitle a{
        height: 42px;
        -webkit-line-clamp: 2;
    }
    .itortherpg .dsconts{
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 8px;
        height: calc(19px * 3);
        -webkit-line-clamp: 3;
    }
    .itortherpg .dsviews a{
        font-size: 12px;
        line-height: 20px;
        padding: 4px 12px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){

}