/**/
.hide-on-biggest { display: none;}
.hide-on-small { display: block;}

/* <===== vnt-menu-fixed =====> */
#vnt-menu-fixed{
  position: fixed;
  right: 10px;
  bottom: 30px;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
  z-index: 9999;
}
#vnt-menu-fixed>ul>li{
  position: relative;
  margin-bottom: 10px;
}
#vnt-menu-fixed>ul>li:last-child{
  border-bottom: none;
}
#vnt-menu-fixed>ul>li>span{
  position: absolute;
  white-space: nowrap;
  color:#ffffff;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 0px;
  font-weight: 600;
  right:100%;
  margin-right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #04712f;
  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 #04712f;
  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;
  background-color: #c40000;
  border-radius: 100%;
  color: #fff;
  font-size: 15px;
  margin-left: auto;
}
#vnt-menu-fixed>ul>li>a img{
  max-height: 25px;
  max-width: 25px;
  /* filter: invert(1); */
}
#vnt-menu-fixed>ul>li.fforder>a>img{
  max-width: 18px;
  max-height: auto;
}
#vnt-menu-fixed>ul>li>a span{
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
}
 
#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;
  /* animation-name: tada; */
}
#vnt-menu-fixed>ul>li.fxphone>a{
  background-color:#c40000;
}
@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.go_top a i{
  -webkit-animation: bouncezz 1.2s 500ms infinite;
  -o-animation: bouncezz 1.2s 500ms infinite;
  animation: bouncezz 1.2s 500ms infinite;
}


.phone-toa{
  position: relative;
}
.phone-toa::before{
  content: '';
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 20px solid #fff;
  opacity: 0.5;
  -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phone-rung{
  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%;
}


 
/* <===== vnt-menu-fixed =====> */

/* <==== support-hotline ====> */
.support-hotline{
    position: fixed;
    z-index: 22;
    pointer-events: auto;
    cursor: pointer;
}
.support-hotline .div_title span.icon{
    width: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.support-hotline .div_title span.icon img{
    max-width: 20px;
    max-height: 20px;
    -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;
}
.support-hotline .div_title span.icon i{
    font-size: 18px;
    line-height: 38px;
}
.support-hotline .div_title span.icon span{
    font-size: 10px;
    display: block;
}
.support-hotline ul li{
    position: relative;
}
.support-hotline ul li:last-child{
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.support-hotline ul li > a{
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    align-content: center;
    justify-content: center;

}
.support-hotline ul li > a i{
    font-weight: bold;
}
.support-hotline ul li > a i.fa-phone{
    font-size: 16px;
    line-height: 22px;
    color: #ffff;
    font-family: 'FontAwesome';
    transform: rotate(100deg);
}
.support-hotline ul li.zaloFx a i{
    font-size: 14px;
}
.support-hotline ul li.facebookFx a{
    background-color: #c40000; 
}
.support-hotline ul li.youtubeFx a{
    background-color: #ee3f00;
}
.support-hotline ul li.backFx a i{
    line-height: 30px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.support-hotline{
    left: 0;
    bottom: 0;
    right: 0;
}
.support-hotline ul{
    align-items: center;
    align-content: center;  
}
.support-hotline ul li{
    text-align: center;
}
.support-hotline ul li > a{
    color: #333333;
    font-size: 13px;
    line-height: 21px;
}
.support-hotline ul li.backFx a{
    padding-left: 5px;
}
.support-hotline ul li.backFx a i{
    left: -12px;
    transform: translateY(-50%);
}
.support-hotline ul li a{
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}
.support-hotline ul li a img{
    margin-right: 8px;
    max-width: 20px;
}
.support-hotline .div_title span.icon{
    width: auto;
    height: auto;
    box-shadow: none;
}
.support-hotline ul li > a i{
    position: relative;
    transform: initial;
    left: initial;
    right: initial;
    margin-right: 8px;
}
/* <==== support-hotline ====> */

@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%);}
}


@-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)
  }
}
@-moz-keyframes quick-alo-circle-fill-anim {
  0% {
      transform: rotate(0deg) scale(.7) skew(1deg);
      opacity: .2
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
      opacity: .2
  }
  100% {
      transform: rotate(0deg) scale(.7) skew(1deg);
      opacity: .2
  }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
  0% {
      transform: rotate(0deg) scale(.7) skew(1deg);
      opacity: .2
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
      opacity: .2
  }
  100% {
      transform: rotate(0deg) scale(.7) skew(1deg);
      opacity: .2
  }
} 
@-o-keyframes quick-alo-circle-fill-anim {
  0% {
      transform: rotate(0deg) scale(.7) skew(1deg);
      opacity: .2
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
      opacity: .2
  }
  100% {
      transform: rotate(0deg) scale(.7) skew(1deg);
      opacity: .2
  }
}
@keyframes quick-alo-circle-fill-anim {
  0% {
      transform: rotate(0deg) scale(.7) skew(1deg);
      opacity: .2
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
      opacity: .2
  }
  100% {
      transform: rotate(0deg) scale(.7) skew(1deg);
      opacity: .2
  }
}
/*  */
@-moz-keyframes quick-alo-circle-anim {
  0% {
  transform: rotate(0deg) scale(1) skew(1deg);
  opacity: .1
}
30% {
  transform: rotate(0deg) scale(1.1) skew(1deg);
  opacity: .3
}
100% {
  transform: rotate(0deg) scale(1.2) skew(1deg);
  opacity: .1
}
}
@-webkit-keyframes quick-alo-circle-anim {
  0% {
  transform: rotate(0deg) scale(1) skew(1deg);
  opacity: .1
}
30% {
  transform: rotate(0deg) scale(1.1) skew(1deg);
  opacity: .3
}
100% {
  transform: rotate(0deg) scale(1.2) skew(1deg);
  opacity: .1
}
}
@-o-keyframes quick-alo-circle-anim {
0% {
  transform: rotate(0deg) scale(1) skew(1deg);
  opacity: .1
}
30% {
  transform: rotate(0deg) scale(1.1) skew(1deg);
  opacity: .3
}
100% {
  transform: rotate(0deg) scale(1.2) skew(1deg);
  opacity: .1
}
}
@keyframes quick-alo-circle-anim {
0% {
  transform: rotate(0deg) scale(1) skew(1deg);
  opacity: .1
}
30% {
  transform: rotate(0deg) scale(1.1) skew(1deg);
  opacity: .3
}
100% {
  transform: rotate(0deg) scale(1.2) skew(1deg);
  opacity: .1
}
}

@media screen and (max-width: 991px) {
  .hide-on-biggest {  display: block; }
  .hide-on-small {display:none;}



  .support-hotline ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #c40000;
        padding: 9px 10px;
    }
    .support-hotline ul li > a i.fa-arrow-up{
        color: #fff;
    }
    .support-hotline .div_title span.icon, .support-hotline ul li > a{
        width: auto;
        height: auto;
    }
    .support-content.show{
        right: 50px;
    }
    .support-hotline .div_title span.icon i{
        font-size: 16px;
        line-height: 20px;
    }
 

}