#button-contact-vr {
    position: fixed;
    bottom: 10px;
    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 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    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: 25px;
    max-width: 27px;
    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%);
}
@-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}}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}
@media(max-width: 736px){
    .phone-bar{display: none;}
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

.bottom_support {
	height: 48px;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #177814;
	color: #fff;
	line-height: 48px;
	z-index: 9999
}

.bottom_support a {
	color: #fff !important;
	line-height: 45px;
	font-size: 18px;
	text-decoration: none
}

.bottom_support .hotline_bottom {
	background: #32a22d;
	width: 40%;
	float: left;
	font-size: 16px;
	margin-left: 5%;
	position: relative
}

.bottom_support .hotline_bottom .ico {
	width: 16%;
	position: absolute;
	bottom: 0px;
	left: 0px
}

.bottom_support .hotline_bottom span {
	font-size: 13px
}

.bottom_support .hotline_bottom .txt {
	margin-left: 16%
}

.bottom_support .guide_payment {
	background: linear-gradient(-60deg, #177814 90%, #32a22d 50%) no-repeat;
	width: 50%;
	float: left;
	position: relative
}

.bottom_support .guide_payment .ico {
	width: 20%;
	position: absolute;
	bottom: 0;
	left: 15%
}

.bottom_support .guide_payment .txt {
	margin-left: 30%
}

/* ---------- */

.phone-mobile {
	display: none;
}

.minhweb-nav {
	position: fixed;
	right: 15px;
	background: #fff;
	border-radius: 5px;
	width: auto;
	z-index: 150;
	bottom: 50px;
	padding: 10px 0;
	border: 1px solid #f2f2f2;
}

.minhweb-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.minhweb-nav ul li {
	list-style: none!important;
}

.minhweb-nav ul>li a {
	border: none;
	padding: 3px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #515151;
	font-weight: 700;
	max-width: 72.19px;
	max-height: 54px;
	text-decoration: none;
}

.minhweb-nav ul>li .chat_animation {
	display: none
}

.minhweb-nav ul>li a i.ticon-heart {
	background: url(../images/wpfast-icon-map.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
}

.minhweb-nav ul>li a i.ticon-zalo-circle2 {
	background: url(../images/wpfast-icon-zalo.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
}

.minhweb-nav li .button {
	background: transparent;
}

.minhweb-nav ul>li a i.ticon-angle-up {
	background: url(../images/wpfast-icon-angle-up.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
}

.minhweb-nav ul>li a i {
	width: 33px;
	height: 33px;
	display: block;
	margin: auto;
}

.minhweb-nav ul li .button .btn_phone_txt {
	position: relative;
	top: 35px;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
}

.minhweb-nav ul li .button .phone_animation i {
	display: inline-block;
	width: 27px;
	font-size: 26px;
	margin-top: 12px;
}

.minhweb-nav ul>li a.chat_animation svg {
	margin: -13px 0 -20px;
}

.minhweb-nav ul>li a i.ticon-messenger {
	background: url(../images/wpfast-icon-messenger.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
}

.minhweb-nav ul li .button .phone_animation i {
	display: inline-block;
	width: 27px;
	font-size: 26px;
	margin-top: 12px;
}

.minhweb-nav ul>li a i.ticon-chat-sms {
	background: url(../images/wpfast-icon-sms.jpeg) no-repeat;
	background-size: contain;
	width: 38px;
	height: 36px;
	display: block;
}

.minhweb-nav ul>li a i.icon-phone-w {
	background: url(../images/wpfast-icon-phone.png) no-repeat;
	background-size: contain;
}

.minhweb-nav ul li .button .btn_phone_txt {
	position: relative;
}

/* ---------- */

.bottom-contact {
	display: none;
}

/* ---------- */

.fixed_icons {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}
.fixed_icons .item_icon {
    width: 45px;
    height: 45px;
    display: flex;
    background-color: unset;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    background: #035ada;
    background: var(--primary-color);
    transition: .4s;
    cursor: pointer;
    position: relative;
    transition: .4s;
}
.fixed_icons .item_icon a {
    display: grid;
}
.fixed_icons .item_icon svg {
    width: 23px !important;
    height: 23px !important;
    fill: #fff !important;
}


@media only screen and ( max-width:48em ) {
	.minhweb-nav li .chat_animation {
		display: block !Important
	}
	.minhweb-nav li .button .phone_animation {
		box-shadow: none;
		position: absolute;
		top: -16px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 50px;
		height: 50px;
		border-radius: 100%;
		background: #6cb917;
		line-height: 15px;
		border: 2px solid white;
	}
	.minhweb-nav ul>li a {
		padding: 0;
		margin: 0 auto
	}
	.minhweb-nav {
		background: white;
		width: 100%;
		border-radius: 0;
		color: #fff;
		height: 60px;
		line-height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		padding: 5px;
		margin: 0;
		box-shadow: 0 4px 10px 0 #000;
	}
	.minhweb-nav li {
		float: left;
		width: 20%;
		list-style: none;
		height: 50px;
	}
	.phone-mobile {
		display: block !important
	}
  
  	/* ---------- */
  
  	.bottom_support {
        background: #32a22d;
    }

    .bottom_support .hotline_bottom {
        background: #32a22d;
        width: 100%;
    }

    .bottom_support .hotline_bottom .ico {
        display: block;
        width: 50px;
        z-index: 999999;
    }

    .bottom_support .hotline_bottom span {
        display: none;
    }

    .bottom_support .hotline_bottom .txt {
        margin-left: 30%;
    }
	
	/* ---------- */
	
	#button-contact-vr {
		bottom: 0;
		left: -5px;
	}
	
	/* ---------- */
	
	.bottom-contact {
		display: block;
		position: fixed;
		bottom: 0;
		background: #06396a;
		width: 100%;
		z-index: 99;
		box-shadow: 2px 1px 9px #dedede;
		border-top: 1px solid #eaeaea
	}
	.bottom-contact ul li {
		width: 33%;
		float: left;
		list-style: none;
		text-align: center;
		font-size: 0.65em !important;
	}
	.bottom-contact ul li span {
		color: white;
	}
	.bottom-contact ul li img {
		width: 35px;
		margin-top: 10px;
		margin-bottom: 0px
	}
}

/* ---------- */

.hotlinefix {
	position: fixed;
	bottom: 20% !important;
	right: 0;
	z-index: 99;
}

.hotlinefix .phone {
	width: 220px;
	background: #FFF;
	border-radius: 39px;
	left: -30px;
	top: -29px;
	position: absolute;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.hotlinefix .phone p {
	line-height: 50px;
	margin: 0;
	padding: 0;
}

.hotlinefix .phone p a {
	font-style: inherit;
	color: #F00;
	text-shadow: none;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 66px;
	margin-left: 70px;
}

.circle-hotline {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #F00;
	-webkit-transition: height .25s ease, width .25s ease;
	transition: height .25s ease, width .25s ease;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	margin-top: 3px;
	margin-left: -3px;
}

.circle-hotline span {
	margin: 12px;
	display: inline-block;
}

.circle-hotline img {
	width: 50px;
	max-width: 100%;
	height: auto;
}

.circle-hotline:before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite;
}

.circle-hotline:after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite;
}

.circle-hotline:before,
.circle-hotline:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #F00;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.75);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.75);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}