@import url("font/Articulat/stylesheet.css");
@import url("font/DancingScript/stylesheet.css");
@import url("font/MadeMirage/stylesheet.css");
body, html{
    font-family: 'Articulat CF';
    font-weight: 400;
}
.vfont1{
    font-family: 'Articulat CF';
}
.vfont2{
    font-family: 'Dancing Script';
}
.vfont3{
   font-family: '1FTV VIP Made Mirage'; 
}
.wrapper{
    max-width: 1320px;
}
a, button{
    outline: none!important;
}
/* <=== vhbannerpg ===> */
.vhbannerpg{
    position: relative;
}
.tpbannerme .bnthumb a{
    display: block;
}
.tpbannerme .bnthumb a img{
    width: 100%;
}
.tpreportme{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    pointer-events: none;
}
.itreportme{
    max-width: 250px;
    margin-left: auto;
    padding: 25px 30px 30px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    pointer-events: auto;
}
.itreportme .megrip{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}
.itreportme .megrip > div{
    width: 100%;
}
.itreportme .irepor{
    font-family: '1FTV VIP Made Mirage';
    color: #503a2e;
    font-size: 30px;
    line-height: 40px;
}
.itreportme .irepor .rnum{
    font-size: 60px;
}
.itreportme .istars{
    margin-bottom: 8px;
    color: #ebb03e;
    font-size: 18px;
    line-height: 25px;
}
.itreportme .itexts{
    font-size: 15px;
    line-height: 23px;
    color: #785645;
}
.itreportme .raitem{
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0 10px;
}
.itreportme .raitem:last-child{
    margin-bottom: 0;
}
.itreportme .raitem .inums{
    width: 30px;
    color: #785645;
}
.itreportme .raitem .iinfo{
    width: 30px;
    text-align: right;
    color: #785645;
}
.itreportme .raitem .iline{
    position: relative;
    width: calc(100% - 80px);
    border-radius: 35px;
    overflow: hidden;
}
.itreportme .raitem .lmm{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 35px;
    background-color: #b29883;
}
.itreportme .raitem .lnn{
    width: 100%;
    height: 10px;
    border-radius: 35px;
    background-color: #f1eeea;
}
/* <=== vhbannerpg ===> */

/* <=== vhmessagpg ===> */
.vhmessagpg{
    background-image: url('../images/meback.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vhmessagpg .mepadd{
    padding: 40px 0 70px;
}
.hpmessagpg > .megip{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    margin: 0 -10px;
}
.hpmessagpg > .megip > div{
    padding: 0 10px;
}
.hpmessagpg > .megip > .mlcol{
    width: calc(100% - 350px);
}
.hpmessagpg > .megip > .hrcol{
    width: 350px;
}
.tpmessagmm{
    margin-bottom: 10px;
}
.tpmessagmm .mmgrip{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0 5px;
    max-width: 255px;
}
.tpmessagmm .xtext{
    width: 70px;
    font-size: 15px;
    color: #503a2e;
}
.tpmessagmm .xinfo{
    width: calc(100% - 75px);
}
.itmessagmm{
    position: relative;
}
.itmessagmm .vtitle{
    font-size: 15px;
    line-height: 22px;
    padding: 9px 35px 8px 15px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    color: #503a2e;
    cursor: pointer;
}
.itmessagmm .vtitle::before{
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-weight: 900;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itmessagmm.active .vtitle::before{
    transform: translateY(-50%) rotate(180deg);
}
.itmessagmm .vconts{
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 10px 15px;
    border-radius: 5px;
    z-index: 2;
    display: none;
}
.itmessagmm .vconts li{
    margin-bottom: 7px;
}
.itmessagmm .vconts li:last-child{
    margin-bottom: 4px;
}
.itmessagmm .vconts li a{
    display: block;
    color: #503a2e;
    font-size: 15px;
}
.tpmessaghh{
    margin-bottom: 45px;
}
.tpmessaghh .hhtitle{
    text-align: center;
    margin-bottom: 20px;
    color: #503a2e;
}
.tpmessaghh .hhtitle .tnums{
    font-size: 60px;
    line-height: 70px;
}
.tpmessaghh .hhtitle .tname{
    overflow: hidden;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}
.tpmessaghh .hhtitle .tname span{
    display: inline-block;
    position: relative;
}
.tpmessaghh .hhtitle .tname span::before, .tpmessaghh .hhtitle .tname span::after{
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 40px;
    background-color: #503a2e;
}
.tpmessaghh .hhtitle .tname span::before{
    left: calc(100% + 20px);
}
.tpmessaghh .hhtitle .tname span::after{
    right: calc(100% + 20px);
}
.tpmessaghh .hhconts{
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 30px 40px;
    max-width: 740px;
    margin: 0 auto;
}
.tpmessaghh .ctname{
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    color: #503a2e;
}
.tpmessaghh .ctinfo{
    max-width: 580px;
    margin: 0 auto;
}
.slmessaghh .slick-list{
    margin: 0 -10px;
    padding: 5px 0 10px;
}
.slmessaghh .slick-slide{
    padding: 0 10px;
}
.slmessaghh .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 31px;
}
.slmessaghh .slick-prev{
    left: -70px;
    background-image: url("../images/iprev.png");
}
.slmessaghh .slick-next{
    right: -70px;
    background-image: url("../images/inext.png");
}
.itmessaghh{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
.itmessaghh .thumb{
    display: block;
    padding-top: 75.36%;
    position: relative;
    overflow: hidden;
}
.itmessaghh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itmessaghh .decss{
    padding: 10px 20px 15px;
    text-align: center;
}
.itmessaghh .drepor{
    margin-bottom: 2px;
    color: #ebb03e;
}
.itmessaghh .dfunct{
    margin-bottom: 5px;
    color: #503a2e;
}
.itmessaghh .dnames{
    position: relative;
    padding-top: 10px;
    text-transform: uppercase;
    color: #503a2e;
    font-weight: 500;
}
.itmessaghh .dnames::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 73px;
    height: 1px;
    background-color: #503a2e;
}
.tpmessagbb .bbwrap{
  max-width: 910px;  
}
.tpmessagbb .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}
.tpmessagbb .ligrip > div{
    padding: 0 10px;
    width: calc(100% / 6);
}
.itmessagbb{
    position: relative;
    height: 100%;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 22px 11px 25px;
    z-index: 1;
    text-align: center;
    min-height: 160px;
}
.itmessagbb::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.itmessagbb::after{
    content: '';
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: -1;
    pointer-events: none;
    width: 20px;
    height: 18px;
    background-image: url('../images/bheart.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.itmessagbb.vitem1::before{
    background-image: url('../images/bicon1.png');
}
.itmessagbb.vitem2::before{
    background-image: url('../images/bicon2.png');
}
.itmessagbb.vitem3::before{
    background-image: url('../images/bicon3.png');
}
.itmessagbb.vitem4::before{
    background-image: url('../images/bicon4.png');
}
.itmessagbb.vitem5::before{
    background-image: url('../images/bicon5.png');
}
.itmessagbb.vitem6::before{
    background-image: url('../images/bicon6.png');
}
.itmessagbb.vcenter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itmessagbb.vitem1{
    background-color: #fddfdb;
    transform: rotate(5deg);
}
.itmessagbb.vitem2{
    background-color: #fdeec7;
}
.itmessagbb.vitem3{
    background-color: #e4eed5;
    transform: rotate(-5deg);
}
.itmessagbb.vitem4{
    background-color: #fde7e4;
}
.itmessagbb.vitem5{
    background-color: #ebdcef;
}
.itmessagbb.vitem6{
    background-color: #dde6f1;
    transform: rotate(5deg);
}
.itmessagbb .btext{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #1f130c;
}
.itmessagbb .bthumb{
    max-width: 86px;
    margin: 0 auto;
}
.tpmessagtt .ttitem{
    margin-bottom: 20px;
}
.itmessagtt{
    position: relative;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    background-image: url('../images/ttback.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #ffffff;
    overflow: hidden;
}
.itmessagtt::before, .itmessagtt::after{
    content: "";
    position: absolute;
    width: 180%;
    height: 360%;
    left: -40%;
    top: -130%;
    background: conic-gradient(transparent 0deg, transparent 280deg, rgba(178, 152, 131, .35) 295deg, rgba(178, 152, 131, .18) 305deg, #ffffff 320deg, rgba(178, 152, 131, .35) 330deg, rgba(178, 152, 131, .35) 340deg, rgba(178, 152, 131, .35) 346deg, #ffffff 352deg, rgba(178, 152, 131, .35) 357deg, transparent 360deg);
    transform-origin: 50% 50%;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    filter: blur(1.6px) drop-shadow(0 0 3px rgba(255, 255, 255, .35)) drop-shadow(0 0 6px rgba(178, 152, 131, .35)) drop-shadow(0 0 12px rgba(178, 152, 131, .35));
    pointer-events: none;
}
.itmessagtt::before{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 50%, 0 50%);
    
}
.itmessagtt::after{
    clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
}
.tpmessagtt .ttitem:nth-child(odd) .itmessagtt::before{
    animation-name: glowBefore;
}
.tpmessagtt .ttitem:nth-child(odd) .itmessagtt::after{
    animation-name: glowAfter;
}
.tpmessagtt .ttitem:nth-child(even) .itmessagtt::before{
    animation-name: glowBefore1;
}
.tpmessagtt .ttitem:nth-child(even) .itmessagtt::after{
    animation-name: glowAfter1;
}
@keyframes glowBefore {
    0% {
        opacity: 1;

        transform:
            translate3d(0,0,0)
            rotate(-116.565deg);
    }
    49.6% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    99.6% {
        opacity: 0;
    }
    99.9% {
        opacity: 0;
    }
    100% {
        opacity: 1;

        transform:
            translate3d(0,0,0)
            rotate(243.435deg);
    }
}
@keyframes glowAfter {
    0% {
        opacity: 0;

        transform:
            translate3d(0,0,0)
            rotate(-116.565deg);
    }
    49.6% {
        opacity: 0;
    }
    49.8% {
        opacity: 1;
    }
    99.5% {
        opacity: 1;
    }
    99.9% {
        opacity: 0;
    }
    100% {
        opacity: 0;

        transform:
            translate3d(0,0,0)
            rotate(243.435deg);
    }
}
@keyframes glowBefore1 {
    0% {
        opacity: 1;

        transform:
            translate3d(0,0,0)
            rotate(116.565deg);
    }
    49.6% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    99.6% {
        opacity: 0;
    }
    99.9% {
        opacity: 0;
    }
    100% {
        opacity: 1;

        transform:
            translate3d(0,0,0)
            rotate(-243.435deg);
    }
}
@keyframes glowAfter1 {
    0% {
        opacity: 0;

        transform:
            translate3d(0,0,0)
            rotate(116.565deg);
    }
    49.6% {
        opacity: 0;
    }
    49.8% {
        opacity: 1;
    }
    99.5% {
        opacity: 1;
    }
    99.9% {
        opacity: 0;
    }
    100% {
        opacity: 0;

        transform:
            translate3d(0,0,0)
            rotate(-243.435deg);
    }
}
.itmessagtt .thumb{
    display: block;
    padding-top: 150%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    background-color: #ffffff;
}
.itmessagtt .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
/* <=== vhmessagpg ===> */

/* <=== vntpopform ===> */
.vstyform .fancybox-bg{
    background-color: #e5d4c4;
    opacity: 0.9;
}
.vstyform .fancybox-slide--html{
    padding: 10px 10px 0 10px;
}
.vntpopform{
    margin-bottom: 65px!important;
    background-color: transparent;
    overflow: unset;
    padding: 0;
}
.vntpopform .fmpadd{
    padding: 30px 30px 35px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 40px 0 rgba(80, 58, 46, .1);
}
.vntpopform .fancybox-close-small{
    position: absolute;
    bottom: -55px;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid #503a2e;
    border-radius: 100%;
}
.vntpopform .fancybox-close-small svg{
    display: none;
}
.vntpopform .fancybox-close-small::before{
    content: '';
    background-color: #503a2e;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}
.vntpopform .fancybox-close-small::after{
    content: '';
    background-color: #503a2e;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.vntpopform .fmtitle{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #b29883;
    color: #ffffff;    
    text-transform: uppercase;
}
.vntpopform .ctrows{
    margin-bottom: 10px;
}
.vntpopform .fmgroup{
    display: flex;
    gap: 0 10px;
}
.vntpopform .fmgroup .iicon{
    width: 30px;
    height: 30px;
    min-width: 30px;
    border: 1px solid #b29883;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.vntpopform .fmgroup .iinfo{
    width: calc(100% - 40px);
}
.vntpopform .fmgroup .vlable{
    color: #503a2e;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.vntpopform .fmgroup .vchose{
    margin-bottom: 10px;
}
.vntpopform .fmgroup .vchose ul{
    display: flex;
    margin: 0 -2.5px;
}
.vntpopform .fmgroup .vchose li{
    padding: 0 2.5px;
    width: calc(100% / 3);
}
.vntpopform .fmgroup .vchose li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #e5d4c4;
    border-radius: 5px;
    color: #503a2e;
    font-size: 15px;
    line-height: 22px;
    padding: 8px 5px;
    height: 100%;
}
.vntpopform .fmgroup .vchose li a img{
    margin-right: 6px
}
.vntpopform .fmgroup .vchose li.active a{
    background-color: #ebe5dd;
}
.vntpopform .fmgroup .vinput{
    position: relative;
}
.vntpopform .fmgroup .vinput .inum{
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #e5d4c4;
    z-index: 1;
    pointer-events: none;
}
.vntpopform .fmgroup .vinput input{
    width: 100%;
    height: 40px;
    border: 1px solid #e5d4c4;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 15px;
    line-height: 25px;
}
.vntpopform .fmgroup .vinput textarea{
    width: 100%;
    height: 90px;
    border: 1px solid #e5d4c4;
    border-radius: 5px;
    padding: 10px 14px 25px;
    font-size: 15px;
    line-height: 25px;
    resize: none;
}
.vntpopform .fmgroup .vinput input::-webkit-input-placeholder,
.vntpopform .fmgroup .vinput textarea::-webkit-input-placeholder {
    color: #999999;
}
.vntpopform .fmgroup .vinput input:-ms-input-placeholder,
.vntpopform .fmgroup .vinput textarea:-ms-input-placeholder {
    color: #999999;
}
.vntpopform .fmgroup .vinput input::placeholder,
.vntpopform .fmgroup .vinput textarea::placeholder {
    color: #999999;
}
.vntpopform .fmgroup .vcolor{
    padding-top: 5px;
}
.vntpopform .fmgroup .vcolor ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 10px;
}
.vntpopform .fmgroup .vcolor li a{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}
.vntpopform .fmgroup .vcolor li a::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 11px;
    background-image: url('../images/ii7.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}
.vntpopform .fmgroup .vcolor li.active a::before{
    opacity: 1;
}
.vntpopform .fmnotes{
    padding: 10px 15px;
    background-color: #f9f6f2;
    border-radius: 10px;
    display: flex;
    gap: 0 15px;
    color: #503a2e;
    margin: 20px 0;
}
.vntpopform .fmnotes .nicon{
    width: 30px;
    min-width: 30px;
}
.vntpopform .fmnotes .ntext .tm{
    font-weight: bold;
}
.vntpopform .fmgroup.vcenter{
    justify-content: center;
}
.vntpopform .fmgroup button{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 40px;
    background-color: #b29883;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vntpopform .fmgroup button:hover{
    background-color: #503a2e;
}
.vntpopform .fmgroup button span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.vntpopform .fmgroup button span::before{
    content: '\f054';
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <=== vntpopform ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    .wrapper{
        padding: 0 15px;
    }
    /* <=== vhbannerpg ===> */
    .vhmessagpg .mepadd{
        padding: 20px 0 60px;
    }
    .hpmessagpg > .megip > .mlcol{
        width: 100%;
    }
    .hpmessagpg > .megip > .hrcol{
        width: 100%;
    }
    .tpreportme{
        position: static;
        transform: unset;
        top: 0;
    }
    .itreportme{
        max-width: 100%;
        padding: 20px 0 15px;
    }
    .itreportme .megrip{
        flex-wrap: nowrap;
    }
    .itreportme .itexts{
        font-size: 14px;
    }
    .tpmessagbb .ligrip > div{
        width: 25%;
    }
    .tpmessagmm{
        margin-bottom: 25px;
    }
    .tpmessaghh .hhtitle .tnums{
        font-size: 40px;
        line-height: 50px;
    }
    .tpmessaghh .hhtitle .tname{
        font-size: 22px;
        line-height: 32px;
    }
    .tpmessaghh .hhtitle .tname span::before{
        left: calc(100% + 8px);
    }
    .tpmessaghh .hhtitle .tname span::after{
        right: calc(100% + 8px);
    }
    .tpmessaghh .hhconts{
        padding: 15px 30px 30px;
    }
    .slmessaghh .slick-prev{
        left: -40px;
    }
    .slmessaghh .slick-next{
        right: -40px;
    }
    .itmessagbb{
        min-height: 180px;
    }
    .tpmessagbb .bbwrap{
        padding: 0 10px;
    }
    /* <=== vhbannerpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhbannerpg ===> */
    .tpmessagbb .ligrip > div{
        width: 50%;
    }
    .tpmessagmm .mmgrip{
        max-width: 100%;
    }
    /* <=== vhbannerpg ===> */

    /* <=== vntpopform ===> */
    .vntpopform{
        margin-bottom: 55px;
    }
    .vntpopform .fancybox-close-small{
        bottom: -45px;
    }
    .vntpopform .fmpadd{
        padding: 20px 20px 35px;
    }
    .vntpopform .fmtitle{
        font-size: 16px;
        line-height: 25px;
    }
    .vntpopform .fmgroup .vchose li:nth-child(1){
        width: 75px;
    }
    .vntpopform .fmgroup .vchose li:nth-child(2){
        width: calc(100% - 170px);
    }
    .vntpopform .fmgroup .vchose li:nth-child(3){
        width: 95px;
    }
    .vntpopform .fmgroup .vchose li a{
        font-size: 14px;
    }
    /* <=== vntpopform ===> */
}