/* <=== vhactivipg ===> */
.vntheader{
    border-bottom-color: rgba(255, 255, 255, 0.3);
}
.hpactivimm{
    position: relative;
    z-index: 1;
}
.tpactivima{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpactivima::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
    z-index: -1;
    pointer-events: none;
}
.itactivimb{
    height: 100vh;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    pointer-events: auto;
} 
.itactivimb .links{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.itactivimb .links a{
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
.itactivimb .thumb{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.itactivimb .thumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
    z-index: -1;
    pointer-events: none;
}
.itactivimb .thumb img{
    opacity: 0;
}
.itactivimb .decss{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.itactivimb .decss, .itactivimb .decss a{
    color: #fff;
}
.itactivimb .dstitle{
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.itactivimb .dstitle, .itactivimb .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}
.itactivimb .dstitle span{
    display: block;
}
.itactivimb .dsviews a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.itactivimb .dsconts{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}
.itactivimb .dsmores a{
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #00aeef;
    border-radius: 5px;
    padding: 15px 35px;
    display: inline-block;
}
.itactivimb .dsmores a span{
    display: inline-block;
    padding-right: 22px;
    position: relative;
}
.itactivimb .dsmores a span::before{
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.itactivimb .dsshow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
}
.itactivimb .dshive{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
}
.itactivimb .dstitle{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itactivimb .dsviews{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itactivimb .dshive .dsconts{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    transform: translateX(100px);
}
.itactivimb .dshive .dsmores{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    transform: translateX(-100px);
}
.itactivimb .dshive .dstitle{
    opacity: 0;
    transform: translateX(-100px);
}

.slactivimb .slick-slide{
    position: relative;
}
.slactivimb .slick-slide::before{
    content: '';
    position: absolute;
    top: 91px;
    right: 0;
    bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#vnt-footer.vchange{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    text-align: center;
    z-index: 2;
}
.tpcopyfoot{
    justify-content: center;
}
.tpcopyfoot, .tpcopyfoot a{
    color: #ffffff;
}
/* <=== vhactivipg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 40px 0 30px;
}
.hpdetailmm{
    margin-bottom: 50px;
}
.hpdetailhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -22.5px;
}
.hpdetailhh .hhgrip > div{
    padding: 0 22.5px;
    width: 33.3333%;
    margin-bottom: 30px;
}
.slorthermm .itorthermm{
    background-color: #ffffff;
}
.slorthermm .slick-arrow{
	border: 2px solid #05afef;                        
	color: #05afef;
}
.slorthermm .slick-arrow:hover{
	background-color: #05afef;
	color: #fff;	
}
.slorthermm .slick-arrow::before{
	text-shadow: none;
	font-size: 13px;
}
.itorthermm{
    height: 100%;
    background-color: #f5f5f5;
}
.itorthermm .decss{
    padding: 15px 20px 20px;
}
.itorthermm .dstitle{
    margin-bottom: 5px;
}
.itorthermm .dstitle, .itorthermm .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
} 
.itorthermm .dstitle a{
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itorthermm .dsconts{
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.itorthermm .dsviews{
    text-align: right;
}
.itorthermm .dsviews a{
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    color: #00aeef;
}
.itorthermm:hover .dsviews a{
    color: #d7180b;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    padding: 35px 0 70px;
    background-color: #f1f1f1;
}
/* <=== vhortherpg ===> */

@media all and (min-width: 992px){
    /* <=== vhactivipg ===> */
    .itactivimb:hover .dsshow .dstitle{
        transform: translateY(-150px);
        opacity: 0;
    }
    .itactivimb:hover .dsshow .dsviews{
        transform: translateY(150px);
        opacity: 0;
    }
    .itactivimb:hover .dshive .dstitle{
        transform: unset;
        opacity: 1;
    }
    .itactivimb:hover .dshive .dsconts{
        transform: unset;
        opacity: 1;
    }
    .itactivimb:hover .dshive .dsmores{
        transform: unset;
        opacity: 1;
    }
    /* <=== vhactivipg ===> */
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhactivipg ===> */
    .itactivimb .thumb{
        opacity: 1;
    }
    .tpactivima{
        opacity: 0;
    }
    #vnt-footer.vchange{
        padding: 20px;
    }
    .vchange .vntfooter{
        margin-bottom: 0;
    }
    .slick-current .itactivimb .dshive .dstitle{
        transform: unset;
        opacity: 1;
        transition-delay: 0.3s;
    }
    .slick-current .itactivimb .dshive .dsconts{
        transform: unset;
        opacity: 1;
        transition-delay: 0.5s;
    }
    .slick-current .itactivimb .dshive .dsmores{
        transform: unset;
        opacity: 1;
        transition-delay: 0.7s;
    }
    .slick-current .itactivimb .dsshow .dstitle{
        transform: translateY(-150px);
        opacity: 0;
    }
    .slick-current .itactivimb .dsshow .dsviews{
        transform: translateY(150px);
        opacity: 0;
    }
    .itactivimb .dshive{
        padding: 20px 50px;
    }
    .itactivimb .dsshow .dstitle{
        -webkit-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear;
        opacity: 0;
    }
    .itactivimb .dsshow .dsviews{
        -webkit-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear;
        opacity: 0;
    }
    .itactivimb .dstitle, .itactivimb .dstitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .itactivimb .dsconts{
        font-size: 14px;
        line-height: 22px;
        max-height: 88px;
        overflow: hidden;
    }
    .itactivimb .dsmores a{
        font-size: 13px;
        line-height: 22px;
        padding: 10px 30px
    }
    /* <=== vhactivipg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0 15px;
    }
    .hpdetailmm{
        margin-bottom: 30px;
    }
    .hpdetailhh .hhgrip{
        margin: 0 -15px;
    }
    .hpdetailhh .hhgrip > div{
        padding: 0 15px;
        width: 50%;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg{
        padding: 25px 0 35px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhdetailpg ===> */
    .hpdetailhh .hhgrip > div{
        width: 100%;
    }
    /* <=== vhdetailpg ===> */
}