/* <=== vhprojecpg ===> */
.vhprojecpg .prtitle{
    padding: 25px 0 35px;
    position: relative;
    background-color: var(--colorff);
}
.vhprojecpg .prmenus{
    background-color: var(--colorff);
    border-top: 1px solid var(--colore8);
    position: relative;
    z-index: 2;
}
.vhprojecpg .prmenus::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    pointer-events: none;
    z-index: 3;
}
.vhprojecpg .mnlink > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 5px 40px;
}
.vhprojecpg .mnlink > ul > li > a, .vhprojecpg .mnlink > ul > li > .msub > a{
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color33);
}
.vhprojecpg .mnlink > ul > li .msub{
    position: relative;
    padding-right: 19px;
    display: inline-block;
}
.vhprojecpg .mnlink > ul > li .msub .mnbuton{
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 100%;
}
.vhprojecpg .mnlink > ul > li .msub .mnbuton::before{
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.vhprojecpg .prconts{
    padding: 60px 0 80px;
}
.tpprojecmm .mmlist{
    margin-bottom: 35px;
}
.tpprojecmm .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 35px 0;
}
.tpprojecmm .ligrip > div{
    padding: 0 15px;
    width: 50%;
}
.itprojecmm .thumb{
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 20px;
}
.itprojecmm .thumb .timgs{
    position: relative;
    will-change: transform;
    clip-path: inset(0 round 20px);
    border-radius: 20px;
    overflow: hidden;
}
.itprojecmm .thumb .timgs img{
    border-radius: inherit;
}
.itprojecmm .thumb .timgs::before{
    content: '';
    position: absolute;
    bottom: -1px;
    width: 150px;
    height: 100px;
    z-index: 1;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: -1px;
    background-image: url("../images/mmback.png");
    pointer-events: none;
}
.itprojecmm .thumb .tview{
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1;
}
.itprojecmm .thumb .tview a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: var(--colorwm);
    color: var(--colorff);
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.itprojecmm:hover .thumb .tview a{
    background-color: var(--colorwh);
}
.itprojecmm .thumb .tview a i{
    transform: rotate(-45deg);
}
.itprojecmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itprojecmm .dstitle, .itprojecmm .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 800;
}
.itprojecmm .dsinfos li{
    font-size: 15px;
    line-height: 25px;
    padding-left: 26px;
    position: relative;
    margin-bottom: 5px;
}
.itprojecmm .dsinfos li:last-child{
    margin-bottom: 0;
}
.itprojecmm .dsinfos li .vicon{
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--colorwh);
}
/* <=== vhprojecpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 55px 0 35px;
}
.tpdetailmm{
    margin-bottom: 35px;
    position: relative;
}
.tpdetailmm .ttgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0 -5px;
}
.tpdetailmm .ttgrip > div{
    padding: 0 5px;
}
.tpdetailmm .ttgrip .mcol{
    width: calc(100% - 33.077%);
}
.tpdetailmm .ttgrip .hcol{
    width: 33.077%;
}
.tpdetailmm .vvgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0 -5px;
}
.tpdetailmm .vvgrip > div{
    padding: 0 5px;
    width: 100%;
}
.itdetailmm a{
    display: block;
    padding-top: 66.667%;
    position: relative;
    overflow: hidden;
}
.itdetailmm.vitem1 a{
    padding-top: 66.4%;
}
.itdetailmm a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itdetailmm a:hover img{
    transform: scale(1.05);
}
.tpdetailmm .mmthumb{
    border-radius: 20px;
    overflow: hidden;
}
.tpdetailmm .mmlinks{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.tpdetailmm .mmlinks a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
    background-color: var(--colorff);
    color: var(--color00);
    padding: 9px 22px;
    border-radius: 35px;
}
.tpdetailmm .mmlinks a:hover{
    background-color: var(--colorwm);
    color: var(--colorff);
}
.tpdetailhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
    margin: 0 -40px;
}
.tpdetailhh .hhgrip > div{
    padding: 0 40px;
}
.tpdetailhh .hhgrip .mcol{
    width: 37.957%;
}
.tpdetailhh .hhgrip .hcol{
    width: calc(100% - 37.957%);
}
.tpdetailhh .hhinfos{
    padding: 30px 30px 48px;
    background-color: var(--colorff);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.tpdetailhh .iflist{
    margin-bottom: 20px;
}
.tpdetailhh .iflist li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--coloree);
    padding-left: 30px;
    position: relative;
}
.tpdetailhh .iflist li:last-child{
    margin-bottom: 0;
}
.tpdetailhh .iflist li .ti{
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--colorwh);
    font-size: 14px;
}
.tpdetailhh .iflist li .tm{
    font-weight: 800;
    color: var(--colorwh);
    margin-bottom: 3px;
    font-size: 15px;
}
.tpdetailhh .iflist li .th{
    font-size: 15px;
    line-height: 25px;
}
.tpdetailhh .iflist li p{
    padding: 0;
}
.tpdetailhh .iflink ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0 -10px;
}
.tpdetailhh .iflink ul li{
    padding: 0 10px;
    width: 50%;
}
.tpdetailhh .iflink li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: var(--colorwn);
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 800;
}
.tpdetailhh .iflink li.vm a{
    background-color: var(--colorwh);
    color: var(--colorff);
}
.tpdetailhh .iflink li.vh a{
    background-color: var(--colorwm);
    color: var(--colorff);
}
.tpdetailhh .iflink li.vm a:hover{
    background-color: var(--colorwb);
}
.tpdetailhh .iflink li.vh a:hover{
    background-color: var(--colorwb);   
}
.tpdetailhh .iflink li a i{
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.tpdetailhh .hhdecss{
    font-size: 17px;
    line-height: 30px;
}
.tpdetailhh .hhdecss .dtitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tpdetailhh .hhdecss .dtitle, .tpdetailhh .hhdecss .dtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.tpdetailhh .hhdecss .cname{
    margin-bottom: 8px;
    color: var(--colorwh);
    text-transform: uppercase;
}
.tpdetailhh .hhdecss .cname, .tpdetailhh .hhdecss .cname h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}

/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    position: relative;
    z-index: 1;
}
.vhortherpg .orpadd{
    padding: 40px 0 60px;
}
.hportherpg .ortitle{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.hportherpg .ortitle, .hportherpg .ortitle h2, .hportherpg .ortitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
}
.itortherpg .thumb{
    margin-bottom: 12px;
}
.itortherpg .dstitle, .itortherpg .dstitle h3{
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
}
/* <=== vhortherpg ===> */

/* <=== vntpopalbum ===> */
.vstyalbum .fancybox-slide{
    padding: 0!important;

}
.vstyalbum .fancybox-slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/vbackall.png');
    background-position: top left;
    background-repeat: repeat;
    background-size: 100%;
    opacity: 0.5;
}
.vstyalbum .fancybox-bg{
    background-color: var(--colorff);
    opacity: 1;
}
.vstyalbum .fancybox-is-open .fancybox-bg{
    opacity: 1;
    background-color: var(--colorff);
}
#vntpopalbum{
    width: 100%;
    max-width: 100%;
    height:100%;
    background: transparent;
    padding: 0;
    max-width: 880px;
    margin: 0 auto;
}
#vntpopalbum .fancybox-close-small{
    right: -50px;
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 0;
    color: var(--colorff);
    opacity: 1;
    border-radius: 100%;
    background-color: var(--colorcc);
}
#vntpopalbum .fancybox-button svg{
    width: 90%;
    color: var(--colorff);
}
#vhalbumfor{
    height:-webkit-calc(100vh - 70px);
    height:-moz-calc(100vh - 70px);
    height:-o-calc(100vh - 70px);
    height: calc(100% - 70px);
    position: relative;
}
#vhalbumfor .item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#vhalbumfor .item.active{
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
#vhalbumfor .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
}
#vhalbumfor .caption{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    color: #333333;;
    text-align: center;
    padding: 9px 15px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
}
#vhalbumfor .slide-arrow{
    width: 50px;
    height: 50px;
    background: #cccccc;
    font-size: 0;
    padding: 0;
    border:none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color:#fff;
    border-radius: 100%;
}
#vhalbumfor .slide-prev{
    left: 20px;
}
#vhalbumfor .slide-next{
    right: 20px;
}
#vhalbumfor .slide-arrow:before{
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 25px;
    line-height: 35px;
}
#vhalbumfor .slide-prev:before{
    content: "\e90c";
}
#vhalbumfor .slide-next:before{
    content: "\e90b";
}
.vflexnav{
    display: flex;
    justify-content: center;
}
#vhalbumnav{
    height: 70px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 15px;
    background-color: rgba(232, 232, 232, 0.5);
}
#vhalbumnav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}
#vhalbumnav::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
} 
#vhalbumnav::-webkit-scrollbar-thumb {
    background-color: #000000;
}
#vhalbumnav .item{
    margin-right: 10px;
    width: 60px;
    flex-basis: 60px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.2;
}
#vhalbumnav .item.active{
    opacity: 1;
}
#vhalbumnav .img{
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#vhalbumnav .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height:100%;
}
/* <=== vntpopalbum ===> */
@media all and (min-width: 992px){
    /* <=== vhprojecpg ===> */
    .vhprojecpg .mnlink li ul{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px;
        background-color: var(--colorff);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
        display: grid!important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 5px 20px;
        z-index: 2;
        -webkit-transition: var(--effectl);
        -o-transition: var(--effectl);
        transition: var(--effectl);
        opacity: 0;
        pointer-events: none;
    }
    .vhprojecpg .mnlink li:hover > ul{
        opacity: 1;
        pointer-events: auto;
    }
    .vhprojecpg .mnlink li li a{
        font-size: 15px;
        line-height: 25px;
    }
    .vhprojecpg .mnlink > ul > li .msub .mnbuton{
        pointer-events: none;
    }
    .vhprojecpg .mnlink > ul > li:hover .msub .mnbuton::before{
        color: var(--colorwm);
    }
    .vhprojecpg .mnlink > ul > li:hover > a, .vhprojecpg .mnlink > ul > li:hover > .msub > a{
        color: var(--colorwm);
    }
    /* <=== vhprojecpg ===> */
}
@media all and (max-width: 1200px){
    /* <=== vhdetailpg ===> */
    .tpdetailhh .hhgrip{
        margin: 0 -20px;
    }
    .tpdetailhh .hhgrip > div{
        padding: 0 20px;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhprojecpg ===> */
    .vhprojecpg .prtitle{
        padding: 25px 0;
    }
    .vhprojecpg .prmenus{
        padding: 12px 0;
    }
    .vhprojecpg .mnlink > ul li{
        width: 100%;
    }
    .vhprojecpg .mnlink > ul li ul{
        display: none;
        padding-left: 20px;
    }
    .vhprojecpg .mnlink > ul li li{
        margin-bottom: 5px;
    }
    .vhprojecpg .mnlink > ul li a{
        display: block;
        font-size: 15px;
        line-height: 25px;
    }
    .vhprojecpg .mnlink > ul > li > a, .vhprojecpg .mnlink > ul > li > .msub > a{
        display: block;
        padding: 2px 0;
    }
    .vhprojecpg .mnlink > ul > li .msub{
        display: block;
    }
    .vhprojecpg .mnlink > ul > li.active > .msub .mnbuton::before{
        transform: translateY(-50%) rotate(180deg);
    }
    .vhprojecpg .prconts{
        padding: 40px 0 50px;
    }
    .itprojecmm .thumb{
        border-radius: 10px;
    }
    .itprojecmm .thumb .timgs{
        clip-path: inset(0 round 10px);
    }
    .itprojecmm .thumb .timgs::before{
        width: 90px;
        height: 60px;
    }
    .itprojecmm .thumb .tview{
        right: 10px;
    }
    .itprojecmm .thumb .tview a{
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
    .itprojecmm .dstitle, .itprojecmm .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    /* <=== vhprojecpg ===> */

        /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 40px 0 60px;
    }
    .hportherpg .ortitle{
        margin-bottom: 20px;
    }
    .hportherpg .ortitle, .hportherpg .ortitle h2, .hportherpg .ortitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itortherpg .dstitle, .itortherpg .dstitle h3{
        font-size: 16px;
        line-height: 25px;
    }
    .slortherpg .slick-dots{
        display: flex;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }
    .slortherpg .slick-dots li{
        height: 5px;
        width: 30px;
        background-color: var(--colore8);
        padding: 0;
        margin: 0;
        position: relative;
    }
    .slortherpg .slick-dots li:first-child{
        border-radius: 25px 0 0 25px;
    }
    .slortherpg .slick-dots li:last-child{
        border-radius: 0 25px 25px 0;
    }
    .slortherpg .slick-dots li button{
        width: 30px;
        height: 5px;
        background-color: transparent;
        border-radius: 25px;
        border: none;
        font-size: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slortherpg .slick-dots li.slick-active button{
        background-color: var(--colorwh);
    }
    /* <=== vhortherpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 30px 0;
    }
    .tpdetailmm .mmthumb{
        border-radius: 10px;
    }
    .tpdetailmm .mmlinks{
        bottom: 15px;
        right: 5px;
    }
    .tpdetailmm .mmlinks a{
        padding: 7px 15px;
        line-height: 21px;
    }
    .tpdetailmm{
        margin-bottom: 20px;
    }
    .tpdetailhh .hhgrip .mcol{
        width: 100%;
    }
    .tpdetailhh .hhgrip .hcol{
        width: 100%;
    }
    .tpdetailhh .hhinfos{
        padding: 15px 20px 30px;
        border-radius: 10px;
    }
    .tpdetailhh .iflink li a{
        line-height: 22px;
        padding: 9px 15px;
    }
    .tpdetailhh .hhdecss{
        font-size: 15px;
        line-height: 25px;
    }
    .tpdetailhh .hhdecss .dtitle, .tpdetailhh .hhdecss .dtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .tpdetailhh .hhdecss .cname, .tpdetailhh .hhdecss .cname h3{
        font-size: 18px;
        line-height: 25px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vntpopalbum ===> */
    .vstyalbum .fancybox-slide::before{
        display: none;
    }
    #vntpopalbum .fancybox-close-small{
        top: 10px;
        right: 10px;
    }
    #vhalbumfor .slide-arrow{
        top: 42%;
        width: 40px;
        height: 40px;
        display: none!important;
    }
    #vhalbumfor .slide-prev{
        left: 0;
    }
    #vhalbumfor .slide-next{
        right: 0;
    }
    #vhalbumnav{
        justify-content: flex-start;
        padding: 0;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #vhalbumnav::-webkit-scrollbar {
        height: 0px;
    } 
    #vhalbumfor .slide-arrow:before{
        font-size: 30px;
    }
    #vhalbumnav .item{
        width: 60px;
        flex-basis: 60px;
    }
    #vhalbumnav .img{
        padding-top: 40px;
    }
    /* <=== vntpopalbum ===> */
}
@media all and (max-width: 767px){
    /* <=== vhprojecpg ===> */
    .tpprojecmm .ligrip > div{
        width: 100%;
    }
    /* <=== vhprojecpg ===> */

    /* <=== vhdetailpg ===> */
    .tpdetailmm .ttgrip .mcol{
        width: 100%;
    }
    .tpdetailmm .ttgrip .hcol{
        width: 100%;
    }
    .tpdetailmm .vvgrip > div{
        width: 50%;
    }
    /* <=== vhdetailpg ===> */
}