/* <=== vnttoolmix ===> */
.vnttoolmix{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 6px 20px;
    background-color: #fff;
    box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.2);
}
.vnttoolmix ul{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.vnttoolmix li a{
    display: inline-block;
    color: #333;
    font-size: 13px;
    line-height: 21px;
    position: relative;
    text-decoration: unset;
    text-align: center;
}
.vnttoolmix li a .txt{
    white-space: nowrap;
}
.vnttoolmix li a .img{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 3px;
}
.vnttoolmix li a .img img{
    max-width: 60%;
    max-height: 60%;
}
.vnttoolmix li.vphonecen a .img{
    width: 45px;
    height: 45px;
    position: relative;
    margin-top: -15px;
}
.vnttoolmix li.vphonecen a .img img{
    max-width: 50%;
    max-height: 50%;
}
/* <=== vnttoolmix ===> */

/* <=== vntphonefx ===> */
.vntphonefx{
    position: fixed;
    z-index: 2;
    right: 20px;
    bottom: 50px;
}
.vntphonefx a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-image: url('../images/bgphone.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55px;
    height: 55px;
    border-radius: 100%;
}
.vntphonefx a img{
    max-width: 45%;
    max-height: 45%;
}
.vhrung{
    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)
    }
}
.vhtoa{
    position: relative;
    display: block;
}
.vhtoa::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f0cccd;
    border-radius: 50%;
    -webkit-animation: pulse-border 2000ms linear infinite;
    animation: pulse-border 2000ms linear infinite;
    transition: all 0.2s linear;
    z-index: -1;
}
@keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}
/* <=== vntphonefx ===> */

/* <=== vstypopall ===> */
.vstypopall .fancybox-slide--html{
    padding: 20px;
}
.vstypopall .fancybox-close-small {
    background: #ffffff;
    border-radius: 100%;
    top: -30px;
    right: 40px;
    width: 20px;
    height: 20px;
    padding: 2px;
    color: #000000;
    opacity: 1;
}
.vstypopall .fancybox-close-small::before{
    content: 'Đóng';
    position: absolute;
    top: 0;
    left: 30px;
    color: #ffffff;
    font-size: 12px;
}
.vstypopall .fancybox-close-small:hover svg{
    opacity: 1;
    color: #000000;
}
.vstypopall .fancybox-button svg{
    width: 100%;
}
.vstypopall .fancybox-content{
    overflow: unset;
    border-radius: 10px;
    padding: 15px 20px 20px;
    margin-top: 30px;
}
.vstypopall img{
    max-width: 100%;
}
.vpopzalo .zltitle{
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.vpopzalo .zltitle .tgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.vpopzalo .zltitle .tgrip > div{
    padding: 0 8px;
}
.vpopzalo .zltitle .tgrip .lcol{
    width: calc(100% - 90px);
}
.vpopzalo .zltitle .tgrip .rcol{
    width: 90px;
}
.vpopzalo .zltitle .ttthumb{
    text-align: right;
}
.vpopzalo .zltitle .ttthumb img{
    max-width: 100%;
}
.vpopzalo .zltitle .tttexts{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
}
.vpopzalo .zllstitem{
    margin-bottom: 12px;
}
.itzaloinfo{
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
}
.vhpopupall , .vhpopupall a{
    color: #333;
    text-decoration: unset;
}
.itzaloinfo .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.itzaloinfo .ifgrip > div{
    padding: 0 8px;
}
.itzaloinfo .ifgrip .lcol{
    width: 72px;
}
.itzaloinfo .ifgrip .rcol{
    width: calc(100% - 72px);
}
.itzaloinfo .ificon{
    max-width: 55px;
}
.itzaloinfo .ificon img{
    max-width: 100%;
}
.itzaloinfo .iftext .tname{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.itzaloinfo .iftext .tname, .itzaloinfo .iftext .tname h2{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.itzaloinfo .iftext .tponsi{
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    padding: 2px 20px;
    background-color: #0788cc;
}
.itzaloinfo .iftext .tponsi, .itzaloinfo .iftext .tponsi a{
    color: #fff;
}
.vpopzalo .zlcheckbx label{
    position: relative;
    padding-left: 24px;
    display: block;
    font-size: 13px;
    line-height: 21px;
}
.vpopzalo .zlcheckbx label a{
    color: #045fb0;
}
.vpopzalo .zlcheckbx label input{
    position: absolute;
    left: 0;
    top: -1px;
}
.itphoneinfo{
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
}
.itphoneinfo .ifgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -7px;
}
.itphoneinfo .ifgrip > div{
    padding: 0 7px;
}
.itphoneinfo .ifgrip .lcol{
    width: 66px;
}
.itphoneinfo .ifgrip .rcol{
    width: calc(100% - 66px);
}
.itphoneinfo .ificon{
    max-width: 52px;
}
.itphoneinfo .ificon img{
    max-width: 100%;
}
.itphoneinfo .tname{
    font-size: 18px;
    line-height: 27px;
}
.itphoneinfo .tnumb{
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
}
.itphoneinfo.vcolor .tname, .itphoneinfo.vcolor .tname a, .itphoneinfo.vcolor .tnumb, .itphoneinfo.vcolor .tnumb a{
    color: #0066b3;
}
.zlnotesent .nsnote{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
}
.zlnotesent .nssent .ssponsi{
    position: relative;
    display: flex;
}
.zlnotesent .nssent input{
    width: calc(100% - 140px);
    height: 45px;
    border: 1px solid #dddddd;
    border-right: none;
    padding: 0 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
    line-height: 22px;
    outline: none;
}
.zlnotesent .nssent input::-webkit-input-placeholder { 
    color: #888888;
    font-size: 14px;
    line-height: 22px;
}
.zlnotesent .nssent input:-ms-input-placeholder { 
    color: #888888;
    font-size: 14px;
    line-height: 22px;
}
.zlnotesent .nssent input::placeholder {
    color: #888888;
    font-size: 14px;
    line-height: 22px;
}
.zlnotesent .nssent button{
    width: 140px;
    height: 45px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    background-color: #ed3237;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
.vpopmail .mmtitle{
    margin-bottom: 10px;
}
.vpopmail .mmtitle, .vpopmail .mmtitle h2{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.vpopmail .ctform{
    margin-bottom: 10px;
}
.vpopmail .ctform:last-child{
    margin-top: 5px;
}
.vpopmail .ctform label{
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}
.vpopmail .ctform label span{
    color: #ff0000;
}
.vpopmail .ctform input, .vpopmail .ctform select{
    height: 45px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #dddddd;
    outline: none;
    border-radius: 5px;
}
.vpopmail .ctform textarea{
    height: 85px;
    padding: 10px 15px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #dddddd;
    width: 100%;
}
.vpopmail .ctform button{
    width: 100%;
    cursor: pointer;
    height: 45px;
    background-color: #0360b0;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}
.vhpopupall.vpopmaps{
    padding: 0!important;
}
.dcinfomaps .iftitle{
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    color: #cb0700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dcinfomaps .iftitle, .dcinfomaps .iftitle h2{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
.dcinfomaps .ifconts{
    padding: 5px 5px 8px 20px;
}
.dcinfomaps .ctscroll{
    height: 380px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 15px;
}
.dcinfomaps .ctscroll::-webkit-scrollbar{
    width: 8px;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.dcinfomaps .ctscroll::-webkit-scrollbar-thumb {
    background-color: #0360b0;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itinfomaps{
    padding: 12px 0;
    border-bottom: 1px solid #d9d9d9;
}
.itinfomaps:last-child{
    border-bottom: none
}
.itinfomaps .mtitle{
    margin-bottom: 8px;
    color: #cb0700;
}
.itinfomaps .mtitle, .itinfomaps .mtitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itinfomaps .mconts li{
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
}
.itinfomaps .mconts li:last-child{
    margin-bottom: 0;
}
.itinfomaps .mconts li .cicon{
    width: 12px;
    padding-top: 4px;
}
.itinfomaps .mconts li .ctxts{
    width: calc(100% - 12px);
    padding-left: 8px;
}
.dcframemap{
    min-height: 320px;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dcframemap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
} 
/* <=== vstypopall ===> */
@media all and (max-width: 400px){
    .vstypopall .fancybox-slide--html{
        padding: 15px;
    }
    .vpopzalo .zltitle .tttexts{
        font-size: 17px;
        line-height: 25px;
    }
    .vstypopall .fancybox-content{
        padding: 15px 15px 20px;
    }
}
@media all and (max-width: 360px){
    .vnttoolmix{
        padding: 6px 10px;
    }

}