/* <=== vhvillaspg ===> */
.vhvillaspg .vipadd{
    padding: 30px 0 50px;
}
.tpvillasma{
    margin-bottom: 30px;
}
.tpvillasma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -23px;
    gap: 15px 0;
}
.tpvillasma .magrip > div{
    padding: 0 23px;
}
.tpvillasma .magrip .mcol{
    width: calc(100% - 34.132%);
}
.tpvillasma .magrip .hcol{
    width: 34.132%;
}
.tpvillasma .dtitle, .tpvillasma .dtitle h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
}
.tpvillasma .dconts{
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
.tpvillasma .dconts p{
    text-indent: 12px;
}
.tpvillasma .dconts p::first-letter{
    font-size: 20px;
    text-transform: uppercase;
}
.tpvillasma .thumb.vmargin{
    margin-bottom: -20px;
}
.tpvillasma .thumb img{
    width: 100%;
}
.itvillasmb .thumb{
    display: block;
    padding-top: 61.955%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid var(--colorff);
}
.itvillasmb .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpvillashh .hhcapts{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.tpvillasha{
    margin-bottom: 15px;
    position: relative;
}
.tpvillasha .halinks{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.tpvillasha .halinks a{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 20px;
    background-color: var(--colorff);
    border-radius: 5px;
    overflow: hidden;
}
.tpvillasha .halinks a:hover{
    background-color: var(--colorwh);
    color: var(--colorff);
}
.tpvillasha .thgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0 -5px;
}
.tpvillasha .thgrip > div{
    padding: 0 5px;
    width: 50%;
}
.tpvillasha .vvgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0 -5px;
}
.tpvillasha .vvgrip > div{
    padding: 0 5px;
    width: 50%;
}
.itvillasha a{
    display: block;
    padding-top: 66.667%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itvillasha.vitem1 a{
    padding-top: 67.4%;
}
.itvillasha 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;
}
.itvillasha a:hover img{
    transform: scale(1.05);
}
.tpvillashb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
    margin: 0 -10px;
}
.tpvillashb .hbgrip > div{
    padding: 0 10px;
    width: calc(100% / 3);
}
.itvillashb .vtitle{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}
.itvillashb .vconts ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    margin: 0 -5px;
}
.itvillashb .vconts .ctlistm{
    margin: 0 -13px;
}
.itvillashb .vconts .ctlistm li{
    padding: 0 13px;
}
.itvillashb .vconts .ctlistb li{
    min-width: 150px;
}
.itvillashb .vconts li{
    padding: 0 5px;
    display: flex;
    align-items: center;
}
.itvillashb .vconts li .tm{
    width: 24px;
    text-align: center;
}
.itvillashb .vconts li .th{
    width: calc(100% - 24px);
    padding-left: 12px;
}
.itvillashb .ctlisth li{
    width: 50%;
}
.itvillashb .vlinks{
    margin-top: 5px;
}
.itvillashb .vlinks a{
    height: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    padding: 9px 5px 11px;
    border-radius: 10px;
    background: #278A35;
    background: linear-gradient(0deg, rgba(39, 138, 53, 1) 0%, rgba(47, 164, 63, 1) 5%, rgba(59, 202, 78, 1) 20%, rgba(47, 164, 63, 1) 35%, rgba(38, 134, 52, 1) 50%, rgba(37, 130, 50, 1) 100%);
    color: var(--colorff);
}
.itvillashb .vlinks a:hover{
    background: #F2921A;
    background: linear-gradient(0deg, rgba(242, 146, 26, 1) 0%, rgba(247, 168, 16, 1) 5%, rgba(254, 200, 2, 1) 20%, rgba(247, 168, 16, 1) 35%, rgba(242, 146, 26, 1) 50%, rgba(240, 139, 29, 1) 100%);
}
/* <=== vhvillaspg ===> */

/* <=== vntpopalbum ===> */
.vstyalbum .fancybox-slide{
    padding: 0!important;
}
.vstyalbum .fancybox-bg{
    background-color: var(--colorws);
    opacity: 1;
}
.vstyalbum .fancybox-is-open .fancybox-bg{
    opacity: 1;
    background-color: var(--colorws);
}
#vntpopalbum{
    width: 100%;
    max-width: 100%;
    height:100%;
    background: transparent;
    padding: 0;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}
#vntpopalbum .fancybox-close-small{
    right: -50px;
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 0;
    color: var(--colorwh);
    opacity: 1;
    border-radius: 100%;
    background-color: var(--colorff);
}
#vntpopalbum .fancybox-button svg{
    width: 80%;
    color: var(--colorwh);
}
#vhalbumfor{
    height:-webkit-calc(100vh - 80px);
    height:-moz-calc(100vh - 80px);
    height:-o-calc(100vh - 80px);
    height: calc(100% - 80px);
    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: var(--color33);
    text-align: center;
    padding: 9px 15px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
}
#vhalbumfor .slide-arrow{
    width: 50px;
    height: 50px;
    background: var(--colorff);
    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:var(--colorwh);
    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: 80px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 15px;
    background-color: var(--colorws);
}
#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: var(--colorf5);
} 
#vhalbumnav::-webkit-scrollbar-thumb {
    background-color: var(--color00);
}
#vhalbumnav .item{
    margin-right: 10px;
    width: 90px;
    flex-basis: 90px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
}
#vhalbumnav .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    z-index: 1;
}
#vhalbumnav .item.active::after{
    border-color: var(--colorwh);
}
#vhalbumnav .item.active{
    opacity: 1;
}
#vhalbumnav .img{
    padding-top: 60px;
    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 (max-width: 1200px){
    /* <=== vhvillaspg ===> */
    .tpvillasma .magrip{
        margin: 0 -15px;
    }
    .tpvillasma .magrip > div{
        padding: 0 15px;
    }
    .tpvillasma .dtitle, .tpvillasma .dtitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    /* <=== vhvillaspg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhvillaspg ===> */
    .vhvillaspg .vipadd{
        padding: 30px 0 15px;
    }
    .vhvillaspg .vroom{
        padding: 30px 0 45px;
    }
    .tpvillasma .dtitle{
        text-align: center;
    }
    .tpvillasma .magrip .mcol{
        width: 100%;
    }
    .tpvillasma .magrip .hcol{
        width: 100%;
    }
    .tpvillasma .thumb.vmargin{
        margin-bottom: -10px;
    }
    .tpvillasma .dconts{
        font-size: 14px;
        line-height: 22px;
        text-align: unset;
    }
    .tpvillasma{
        margin-bottom: 16px;
    }
    .tpvillashh .hhcapts{
        font-size: 14px;
        line-height: 22px;
    }
    .tpvillasha .thgrip > div{
        width: 100%;
    }
    .tpvillashb .hbgrip > div{
        width: 50%;
    }
    /* <=== vhvillaspg ===> */

    /* <=== vntpopalbum ===> */
    #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;
    }
    #vhalbumnav .item::after{
        border-width: 2px;
    }
    /* <=== vntpopalbum ===> */
}
@media all and (max-width: 767px){
    /* <=== vhvillaspg ===> */
    .tpvillashb .hbgrip > div{
        width: 100%;
    }
    /* <=== vhvillaspg ===> */
}