/* <===== vnt-menu-fixed =====> */
#vnt-menu-fixed{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 6;
}
#vnt-menu-fixed>ul>li{
    position: relative;
    margin-bottom: 6px;
}
#vnt-menu-fixed>ul>li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
#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: #3568b2;
    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 #3568b2;
    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: #3568b2;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin-left: auto;
}
#vnt-menu-fixed>ul>li.fxphone>a{
    background-color: #ea0000;
}

#vnt-menu-fixed>ul>li>a>img{
    max-height: 25px;
    max-width: 25px;
}
#vnt-menu-fixed>ul>li.fforder>a>img{
    max-width: 18px;
    max-height: auto;
}
#vnt-menu-fixed>ul>li>a span{
    font-size: 17px;
    line-height: 34px;
    color: #ffffff;
}
#vnt-menu-fixed>ul>li>a span.fa-concierge-bell{
    font-size: 20px;
}
#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;
    /* animation-name: tada; */
}
@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.cart>a{
    flex-direction: column;
    position: relative;
    color: #fff;
    background-color: #3568b2;
}
#vnt-menu-fixed ul li.cart>a .sl{
    position: absolute;
    top: -5px;
    right: -2px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    background-color: #3568b2;
}
#vnt-menu-fixed ul li.cart>a .icon-cart{
    font-size: 22px;
}
#vnt-menu-fixed>ul>li.cart>a>img{
    max-height: 20px;
    max-width: 20px;
}
/*===============*/
#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;
}
@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%);}
}
/*================*/
#vnt-menu-fixed ul li.social .popup{
    position: absolute;
    right:100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #333333;
    overflow: hidden;
    width: 0;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#vnt-menu-fixed ul li.social:hover .popup{
    width:204px;
}
#vnt-menu-fixed ul li.social .popup ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#vnt-menu-fixed ul li.social .popup ul li{
    border-right: solid 1px rgba(255,255,255,0.1);
}
#vnt-menu-fixed ul li.social .popup ul li:last-child{
    border-right: none;
}
#vnt-menu-fixed ul li.social .popup ul li a{
    display: block;
}
#vnt-menu-fixed ul li.social .popup ul li a i{
    position: relative;
    width: 40px;
    height: 40px;
 
    line-height: 21px;
    color:#ffffff;
}
#vnt-menu-fixed ul li.social .popup ul li a i:before{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-facebook{
    background: #1877f2;
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-instagram{
    background: #ae4a7c;
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-youtube{
    background: #ff0000;
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-twitter{
    background: #00abf0;
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-pinterest{
    background: #cb2027;
}
#vnt-menu-fixed>ul>li.fxproduct{
    margin-bottom: 20px;
}
#vnt-menu-fixed>ul>li.fxproduct a{
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #3568b2;
    text-align: center;
}
#vnt-menu-fixed>ul>li.fxproduct a:hover{
    background-color: #3568b2;
}
#vnt-menu-fixed>ul>li.fxproduct a .fa{
    font-size: 18px;
    line-height: 27px;
    margin-right: 8px;
}
#vnt-menu-fixed>ul>li.fxproduct a .num{
    font-size: 16px;
    line-height: 24px;
    font-weight:600;
}
#vnt-menu-fixed>ul>li.fxproduct a .txt{
    display: block;
    font-size: 12px;
    line-height: 18px;
}
/* <===== 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-alt{
    font-size: 16px;
    line-height: 22px;
    color: #ffff;
}
.support-hotline ul li.zaloFx a i{
    font-size: 14px;
}
@keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {transform: translate(-50%,-50%);}
    40% {transform: translate(-50%,-60%);}
    60% {transform: translate(-50%,-55%);}
}
@-webkit-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%,-50%);}
    40% {-webkit-transform: translate(-50%,-60%);}
    60% {-webkit-transform: translate(-50%,-55%);}
}
@-moz-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translate(-50%,-50%);}
    40% {-moz-transform: translate(-50%,-60%);}
    60% {-moz-transform: translate(-50%,-55%);}
}
@-o-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-o-transform: translate(-50%,-50%);}
    40% {-o-transform: translate(-50%,-60%);}
    60% {-o-transform: translate(-50%,55%);}
}
.support-hotline ul li.facebookFx a{
    background-color: #597acb; 
}
.support-hotline ul li.youtubeFx a{
    background-color: #ee3f00;
}

.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 a{
    background-color: transparent;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.support-hotline ul li a .txt{
    display: block;
    text-align: center;
    line-height: 15px;
    margin-top: 2px;
}
.support-hotline ul li a .img{
    width: 20px;
    height: 18px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3px;
}
.support-hotline ul li.fxphone a .img img{
    max-width: 16px;
}
.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 ====> */

/* <=== procedure ===> */
.tpproceorder{
    padding: 50px 10px 65px;
    background-color: #15375e;
    position: relative;
    z-index: 1;
}
.tpproceorder::before{
  content: '';
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url('../images/bgadd.png');
  background-repeat: no-repeat;
  background-size: auto;
}
.tpproceorder .prdtitle{
  margin-bottom: 30px;
  text-transform: uppercase;
}
.tpproceorder .prdtitle, .tpproceorder .prdtitle a{
  color: #fff;
}
.tpproceorder .prdtitle, .tpproceorder .prdtitle h2{
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
.tpproceorder .ctponsi{
  position: relative;
}
.tpproceorder .ctthumb{
  width: 400px;
  height: 400px;
  border-radius: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tpproceorder .ctthumb img{
  display: none;
}
.tpproceorder .ctproce{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 310px;
  right: 0;
  z-index: 2;
}
.tpproceorder .quytrinh .item{
  min-width: 200px;
}
.tpproceorder .quytrinh .main_logo{
  left: 10px;
  top: 35px;
}
.tpproceorder .flex .item:last-child{
  padding-right: 20px;
  min-width: 220px;
}
.tpproceorder .quytrinh .space{
  top: 105px;
}
.ui-tooltip.ui-widget-content{
  padding: 15px;
  background: #15375e!important;
  color: #fff;
  border: 1px solid #335b89;
  border-radius: 10px;
  box-shadow: none;
  text-align: center;
  max-width: 310px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}
.ui-tooltip.ui-widget-content::before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 11px;
  background-image: url('../images/itam.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* <=== procedure ===> */
@media all and (max-width: 991px){
    
/* <==== support-hotline ====> */
.support-hotline ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ed1f24;
    padding: 5px 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;
}
/* <==== support-hotline ====> */
    
  /* <=== procedure ===> */
  .tpproceorder .ctthumb{
    width: 270px;
    height: 270px;
    margin: 0 auto;
  }
  .tpproceorder{
    padding: 0;
  }
  .tpproceorder.current{
    padding: 30px 10px;
  }
  .tpproceorder .prdtitle{
    margin-bottom: 20px;
  }
  .tpproceorder .prdtitle, .tpproceorder .prdtitle h2{
    font-size: 20px;
    line-height: 30px;
  }
  .tpproceorder .ctproce{
    position: relative;
    transform: initial;
    top: -25px;
    left: 10px;
  }
  .tpproceorder .niceScroll {
    padding-left: 60px!important;
    margin-left: 60px!important;
  }
  .tpproceorder .quytrinh .item{
    min-width: 170px;
  }
  .tpproceorder .quytrinh .main_logo{
    top: 15px;
  }
  .tpproceorder .quytrinh .space{
    top: 60px;
  }
  .quytrinh.vmobil::-webkit-scrollbar{
      height: 10px;
      background-color: transparent;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }
  .quytrinh.vmobil::-webkit-scrollbar-thumb {
      background-color: #5c7699;
      border-radius: 25px;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }
    /* <=== procedure ===> */
}
