    #box9 {
        width: 100%;
        border: 3px solid #1999f7;
        padding: 10px;
        border-radius: 10px 10px 10px 10px;
    }

    #box9 img {
        max-width: 100%;
        height: auto;
        display: block;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
    }

      .blink2 {
      animation: blinker 2.5s linear;
      color: #ffffff;
      }
      @keyframes blinker {  
      50% { opacity: 0; }
      }

.words {
  color: #1999f7;
  font-size: 0;
  line-height: 1.5;
}

.words span {
  font-size: 3.5rem;
  display: inline-block;
  animation: move 3s ease-in-out infinite;
}

@keyframes move {
  0% {
    transform: translate(-30%, 0);
  }
  50% {
    text-shadow: 0 25px 50px rgba(0, 0, 0, 0.75);
  }
  100% {
    transform: translate(30%, 0);
  }
}

.words span:nth-child(2) {
  animation-delay: 0.5s;
}

.words span:nth-child(3) {
  animation-delay: 1s;
}

.words span:nth-child(4) {
  animation-delay: 1.5s;
}

.words span:nth-child(5) {
  animation-delay: 2s;
}

.words span:nth-child(6) {
  animation-delay: 2.5s;
}

.words span:nth-child(7) {
  animation-delay: 3s;
}



@media all{
#button-contact-vr{position:fixed;bottom:0;z-index:99999;}
#button-contact-vr .button-contact{position:relative;}
#button-contact-vr .button-contact .phone-vr{position:relative;visibility:visible;background-color:transparent;width:90px;height:90px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;left:0;bottom:0;display:block;}
.phone-vr-circle-fill{width:65px;height:65px;top:12px;left:12px;position:absolute;box-shadow:0 0 0 0 #1999f7;background-color:#1999f7;border-radius:50%;border:2px solid transparent;-webkit-animation:phone-vr-circle-fill 2.3s infinite ease-in-out;animation:phone-vr-circle-fill 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animuiion:zoom 1.3s infinite;animation:zoom 1.3s infinite;}
.phone-vr-img-circle{background-color:#e60808;width:40px;height:40px;line-height:40px;top:25px;left:25px;position:absolute;border-radius:50%;display:flex;justify-content:center;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phone-vr-circle-fill 1s infinite ease-in-out;}
.phone-vr-img-circle a{display:block;line-height:37px;}
.phone-vr-img-circle img{max-height:30px;max-width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.phone-bar a{position:fixed;bottom:31px;left:120px;z-index:-1;color:#fff;font-weight:700;font-size:16px;padding:8px 15px 7px 70px;border-radius:100px;white-space:nowrap;}
.phone-bar a:hover{opacity:.8;color:#fff;}
@media (max-width:736px){
.phone-bar{display:block;}
}
#zalo-vr .phone-vr-circle-fill{box-shadow:0 0 0 0 #1999f7;background-color:#1999f7;}
#zalo-vr .phone-vr-img-circle{background-color:#1999f7;}
#contact-vr .phone-vr-circle-fill{box-shadow:0 0 0 0 #2196f3;background-color:rgba(33,150,243,.7);}
#contact-vr .phone-vr-img-circle{background-color:#2196f3;}
#gom-all-in-one #phone-vr{transition:.7s all;-moz-transition:.7s all;-webkit-transition:.7s all;width:30%;display:inline-block;}
#gom-all-in-one #zalo-vr{transition:1s all;-moz-transition:1s all;-webkit-transition:1s all;width:30%;display:inline-block;}
#gom-all-in-one #contact-vr{transition:1.6s all;-moz-transition:1.6s all;-webkit-transition:1.6s all;width:30%;display:inline-block;}
}
@media all{
a{background-color:transparent;}
a:active,a:hover{outline-width:0;}
img{border-style:none;}
*,:after,:before{box-sizing:border-box;}
#img{max-width:100%;height:auto;display:block;vertical-align:middle;margin-left:auto;margin-right:auto;}
a{-ms-touch-action:manipulation;touch-action:manipulation;}
img{transition:opacity 1s;opacity:1;}
a:focus{outline:0;}
a:hover{color:#000;}
::-webkit-scrollbar{height:10px;overflow:scroll;width:12px;overflow-x:hidden;}
::-webkit-scrollbar-button{height:0;width:0;}
::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 7px;}
::-webkit-scrollbar-track:hover{background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 0 rgba(0,0,0,.1);}
::-webkit-scrollbar-track:active{background-color:rgba(0,0,0,.05);box-shadow:inset 1px -1px 0 rgba(0,0,0,.14),inset -1px 1px 0 rgba(0,0,0,.07);}
::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-width:0 0 0 7px;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset -1px -1px 0 rgba(0,0,0,.07);}
::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);}
::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.5);box-shadow:inset 1px 1px 3px rgba(0,0,0,.35);}
::-webkit-scrollbar-corner{background:0 0;}
a:before{height:0!important;}
}
/*! CSS Used from: Embedded */
//a{color:#deab5b;}
/*! CSS Used from: Embedded */
.phone-bar a,#phone-vr .phone-vr-circle-fill,#phone-vr .phone-vr-img-circle{background-color:#1999f7;}
#phone-vr .phone-vr-circle-fill{opacity:0.7;box-shadow:0 0 0 0 #1999f7;}
/*! CSS Used from: Embedded */
#contact-vr .phone-vr-circle-fill,#contact-vr .phone-vr-img-circle{background-color:#1999f7;}
#contact-vr .phone-vr-circle-fill{opacity:0.7;box-shadow:0 0 0 0 #1999f7;}
/*! CSS Used keyframes */
@-webkit-keyframes phone-vr-circle-fill{0%{-webkit-transform:rotate(0) 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(0) scale(1) skew(1deg);}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);}}
@-webkit-keyframes zoom{0%{transform:scale(.9);}70%{transform:scale(1);box-shadow:0 0 0 15px transparent;}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent;}}
@keyframes zoom{0%{transform:scale(.9);}70%{transform:scale(1);box-shadow:0 0 0 15px transparent;}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent;}}

.menu-mobile {
  display: block;
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  right: 0;
  border-top: 1px solid #fff;
  font-size: 13px;
  background-color: #1999F7;
  z-index: 999;
  font-weight: 400;
}
.menu-mobile .menu-list {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  text-align: center;
  margin: 12px 0;
}
.menu-mobile .menu-list .menu-item {
  display:inline-block;
  width: 19%;
}
.menu-mobile .menu-list .menu-item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.menu-mobile .menu-list .menu-item img {
   width: 60px;
   height: 60px;
}