/* <===== header =====> */
#vnt-menutop .menutop ul li.contact{
    position: relative;
    height: 45px;
}
#vnt-menutop .menutop ul li.contact .have_sub{
    right: 0;
    left: unset;
    min-width: 150px;
    top: 100%;
}
#vnt-menutop .menutop ul li.contact .have_sub ul li a{
    background: none;
}
/* <===== header =====> */

/* <===== vnt-menu-fixed =====> */
.vnt-tool{
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
}
#vnt-menu-fixed{
    padding: 5px;
    border-radius: 45px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    max-width: 50px;
    margin-bottom: 10px;
    margin-left: auto;
}
#vnt-menu-fixed>ul>li{
    position: relative;
    margin-bottom: 5px;
}
#vnt-menu-fixed>ul>li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
#vnt-menu-fixed>ul>li>span{
    position: absolute;
    white-space: nowrap;
    font-size: 15px;
    line-height: 23px;
    padding: 2px 0px;
    right:100%;
    margin-right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #00755a;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: 0;
}
#vnt-menu-fixed>ul>li>span>span{
    color:#fff;
}
#vnt-menu-fixed>ul>li:hover>span{
    width:auto;
    overflow: visible;
    padding: 9px 20px;
}
#vnt-menu-fixed>ul>li>span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left:100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: solid 5px #00755a;
    border-top:solid 5px transparent;
    border-bottom:solid 5px transparent;
    display: none;
}
#vnt-menu-fixed>ul>li.fforder>span{
    border-radius: 25px;
    margin-right: 0;
    right: 5px;
}
#vnt-menu-fixed>ul>li.fforder > a{
    position: relative;
    z-index: 2;
}
#vnt-menu-fixed>ul>li.fforder:hover>span{
    padding-right: 100px;
}
#vnt-menu-fixed>ul>li:hover>span:before{
    display: block;
}
#vnt-menu-fixed>ul>li.fforder>span::before{
    display: none;
}
#vnt-menu-fixed>ul>li>a{
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    padding-top: 2px;
}
#vnt-menu-fixed>ul>li:hover>a::before{
    opacity: 0;
}
#vnt-menu-fixed>ul>li>a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    background-color: #1a85c8;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-menu-fixed>ul>li:hover>a::after{
    opacity: 1;
}
#vnt-menu-fixed>ul>li>a>img{
    max-width: 18px;
}
#vnt-menu-fixed>ul>li.fforder>a>img{
    max-width: 18px;
    max-height: auto;
}
#vnt-menu-fixed>ul>li>a span{
    font-size: 18px;
}
#vnt-menu-fixed>ul>li.fxphone>a .icon{
    max-width: 18px;
}
#vnt-menu-fixed>ul>li>a .icon{
    max-width: 25px;
    width: 100%;
}
#vnt-menu-fixed>ul>li>a .icon img{
    max-width: 100%;
}
#vnt-menu-fixed>ul>li>a span.fa-concierge-bell::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#vnt-menu-fixed>ul>li>a{
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
#vnt-menu-fixed>ul>li.fxtop  >a{
    background-color: #eeeeee;
}
#vnt-menu-fixed>ul>li.fxtop >a::before, #vnt-menu-fixed>ul>li.fxtop >a::after{
    display: none;
}
@keyframes tada {
    0% { transform: scale3d(1,1,1);}
    10%, 20% { transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
    30%, 50%, 70%, 90% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
    40%, 60%, 80% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
    100% { transform: scale3d(1,1,1);}
}
#vnt-menu-fixed a{
    color: #fff;
}
/*===============*/
#vnt-menu-fixed ul li.fxtop  a img{
    -webkit-animation: bouncezz 1.2s 500ms infinite;
    -o-animation: bouncezz 1.2s 500ms infinite;
    animation: bouncezz 1.2s 500ms infinite;
}
@keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0%);}
    40% {transform: translateY(-35%);}
    60% {transform: translateY(-25%);}
}
@-webkit-keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0%);}
    40% {-webkit-transform: translateY(-35%);}
    60% {-webkit-transform: translateY(-25%);}
}
@-moz-keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0%);}
    40% {-moz-transform: translateY(-35%);}
    60% {-moz-transform: translateY(-25%);}
}
@-o-keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0%);}
    40% {-o-transform: translateY(-35%);}
    60% {-o-transform: translateY(-25%);}
}
/*================*/
.vntpoptool{
    position: absolute;
    right: calc(100% + 20px);
    background-color: #fff;
    width: 270px;
    border-radius: 7px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    bottom: 0;
    transform: translateX(100px);
    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;
}
#vnt-menu-fixed>ul>li.active .vntpoptool{
    opacity: 1;
    transform: unset;
    pointer-events: auto;
    z-index: 1;
}
.vntpoptool::before{
    content: '';
    position: absolute;
    bottom: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    left: 100%;
}
.vntpoptool .irow{
    margin-bottom: 10px;
}
.vntpoptool .irow:last-child{
    margin-bottom: 0;
}
.vntpoptool .itpoptool a{
    display: flex;
    align-items: center;
    align-content: center;
    color: #333333!important;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 24px;
}
.vntpoptool .itpoptool a:hover{
    color: #cb0000!important;
}
.vntpoptool .itpoptool a .vicon{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.vntpoptool .itpoptool a .vicon img{
    max-width: 60%;
    max-height: 60%;
}
.vntpoptool .itpoptool a .vicon.vchange img{
    max-width: 100%;
    max-height: 100%;
}
.vntpoptool .itpoptool a .vhrung img{
    max-width: 50%;
    max-height: 50%;
}
.vntpoptool .irow:last-child .itpoptool a .vicon img{
    max-width: 55%;
    max-height: 55%;
}
.vntpoptool .itpoptool a .vtxt{
    width: calc(100% - 40px);
    padding-left: 12px;
}
#vnt-menu-fixed>ul>li.active>span{
    display: none;
}
.vntpoptool.vphone{
    width: 270px;
    padding: 5px 20px;
}
.vntpoptool .prow{
    padding: 12px 0;
    border-top: 1px solid #eeeeee;
}
.vntpoptool .prow:nth-child(1){
    border-top: none
}
.vvitemphone .pgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -7px;
}
.vvitemphone .pgrip > div{
    padding: 0 7px;
} 
.vvitemphone .pgrip .mcol{
    width: 54px;
}
.vvitemphone .pgrip .hcol{
    width: calc(100% - 54px);
}
.vvitemphone .ptext{
    font-size: 16px;
    line-height: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    background: #6EB05A;
    background: linear-gradient(90deg, rgba(110, 176, 90, 1) 0%, rgba(26, 133, 200, 1) 100%);
    color: #fff;
}
.vvitemphone .ptext img{
    max-width: 18px;
}
.vvitemphone .pnums .ntext{
    font-size: 14px;
}
.vvitemphone .pnums a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    color: #333333!important;
}
.vvitemphone .pnums a .nicon{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #cb0000;
}
.vvitemphone .pnums a .nicon img{
    max-width: 14px;
}
.vrung{
    display: inline-block;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
/* <===== vnt-menu-fixed =====> */

/* <===== vnt-form-quote =====> */
#vnt-form-quote a{
    display: flex;
    align-items: center;
    align-content: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    border-radius: 35px;
    background-color: #00755a;
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    line-height: 24px;
    padding: 11px 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-form-quote a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 35px;
    animation: pulse_toa 2s infinite;
    pointer-events: none;
}
@keyframes pulse_toa {
    0% {
        box-shadow: 0 0 0 0 #00755a;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
@keyframes pulse_toag {
    0% {
        box-shadow: 0 0 0 0 #a78035;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
#vnt-form-quote a .vicon{
    width: 22px;
    height: 19px;
    margin-right: 10px;
}
#vnt-form-quote a:hover{
    background-color: #a78035;
}
#vnt-form-quote a:hover::before{
    animation: pulse_toag 2s infinite;
}
/* <===== vnt-form-quote =====> */

/* <===== vhpopquote =====> */
.vstypop .fancybox-close-small{
    width: 45px;
    height: 45px;
    background-color: #177f68;
    color: #fff;
    border-radius: 100%;
    padding: 5px;
    opacity: 1;
}
.vstypop .fancybox-close-small svg{
    width: 100%;
    color: #fff;
}
.vhpopquote{
    padding: 10px;
    border-radius: 0;
    overflow: unset;
    background-color: transparent;
}
.vhpopquote .tpformcont{
    padding: 27px 40px 45px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.vhpopquote .tpformcont .fmconts{
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.vhpopquote .tpformcont .fmtitle{
    margin-bottom: 15px;
    color: #177f68;
}
/* <===== vhpopquote =====> */
