.el-floating-chat.ue-snap-v-bottom.ue-snap-h-right {
    position: fixed;
    bottom: 60px;
    top: auto;
    right: 20px;
    left: auto;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
}
.back_to_top a svg {
    fill: #fff;
    width: 15px;
    height: 15px;
}
.el-floating-chat-wrapper.ue-show {
    display: block;
}
ul.el-floating-chat-items .el-floating-chat-item:nth-child(4) .el-floating-chat-item__icon {
    color: #ffffff;
    fill: #ffffff;
    background-color: #0865FF;
}
ul.el-floating-chat-items .el-floating-chat-item:nth-child(3) .el-floating-chat-item__icon {
    color: #ffffff;
    fill: #ffffff;
    background-color: #7e54c7;
}
ul.el-floating-chat-items .el-floating-chat-item:nth-child(2) .el-floating-chat-item__icon {
    color: #ffffff;
    fill: #ffffff;
    background-color: #0066ff;
}
.el-floating-chat-cta-wrapper.ue-floating-chat-bounce.ue-show .el-floating-chat-cta__icon-open {
    display: none;
}

.el-floating-chat-cta-wrapper.ue-floating-chat-bounce.ue-show .el-floating-chat-cta__icon-close {
    display: flex;
}

.el-floating-chat-cta-wrapper.ue-floating-chat-bounce {
    animation: ue-floating-chat-bounce 5s infinite cubic-bezier(.84, -.54, .31, 1.19);
}

      @keyframes ue-floating-chat-bounce {
          0% {
              transform: none;
          }

          10% {
              transform: translateY(-1em);
          }

          100%,
          20% {
              transform: none;
          }
      }
	  

a.el-floating-chat-cta.ue-open {
    width: 43px;
    height: 43px;
    font-size: 43px;
    background-color: #a32523;
    color: #ffffff;
    fill: #ffffff;
    display: block;
    position: relative;
    transition: all 400ms ease-in-out;
    overflow: hidden;
    border-radius: 50px 50px 50px 50px;
	cursor: pointer;
}
.el-floating-chat-cta span {
    display: flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.el-floating-chat-cta span {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.el-floating-chat-cta span i {
    /* opacity: 0; */
}

span.el-floating-chat-cta__icon-close i {
    opacity: 1;
}
.el-floating-chat-wrapper {
    display: none;
    z-index: 0;
}
.el-floating-chat-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    gap: 6px;
}

li.el-floating-chat-item {
    transform: translateY(0px);
    transition: transform 600ms calc(1* 100ms) ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    gap: .5em;
}
.el-floating-chat-item__icon {
    transform: scale(1);
    transition: transform 600ms calc(1* 100ms) ease-in-out, background-color 400ms ease-in-out;
}

.el-floating-chat-item__icon>a {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}
.el-floating-chat-item__icon>a>span {
    display: flex
;
    align-content: center;
    justify-content: center;
}
.el-floating-chat-item__icon span {
    width: 20px;
    height: 20px;
    font-size: 20px;
}
.el-floating-chat-item__label {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    transform: translate(calc(-100% - 1em), -50%);
    opacity: 0;
    transition: all 400ms ease-in-out;
    width: 98px;
}
.el-floating-chat-item__label {
    font-size: 16px;
    color: #ffffff;
    background-color: #59585b;
    padding: 10px 10px 10px 10px;
    border-radius: 5px 5px 5px 5px;
}
.el-floating-chat-item__icon {
    color: #ffffff;
    fill: #ffffff;
    background-color: #00BE14;
}
.el-floating-chat-item__icon {
    border-radius: 50px 50px 50px 50px;
}
.el-floating-chat-item__icon a {
    width: 43px;
    height: 43px;
    font-size: 43px;
}

.el-floating-chat-container {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
}

.el-floating-chat-items {
}























.sec-help{
	background: url(../images/background_section02.webp) ;
	padding: 78px 0;
	color: white;
}
.sec-help__flex{
	gap: 20px 0; 
}
.sec-help__flex .heading{
	max-width: 700px;
}
.sec-help__flex .heading:not(:last-child){
	margin-bottom: 0;
}
.sec-help{

}
.sec-help__flex-wbtn a{
	text-transform: uppercase;
}
.sec-help__flex-wbtn a:hover{
	color: white;
	background: var(--color-red);
	border-color:currentColor;
}
.footer-top {
	background: url(../images/global-map-1.png) no-repeat center/contain;
	padding: 70px 0;
	position: relative;
	z-index: 1;
}
.footer-top::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	opacity: .9;
}
.footer-top> .ctnr>.row{
	gap: 30px 0;
}
.footer-top h2, .footer-top h3{
    font-size: 18px;
    font-weight: 700;
	margin-top: 0;
	color: var(--color-red);
}
.footer__category{

}
.footer-top__first ul li{
	position: relative;
	padding-left: 20px;
	border-bottom: 1px solid #59585b;
	padding-bottom: 7px;
	font-size: 14px;
}
.footer-top__first ul li::before{
	content: "";
	position: absolute;
	left: 4px;
    top: 6px;
    background: url(../images/icon-arrow.svg) no-repeat left center / contain;
    width: 14px;
    height: 12px;
	/* border: 1px solid currentColor; */
	/* border-radius: 50%; */
}

.footer-top__first ul li:not(:last-child){
	margin-bottom: 10px;
}

.footer__address{
    font-size: 14px;
}
.footer__address:not(:last-child){
	margin-bottom: 30px;
}
.footer__address-item:not(:last-child){
	margin-bottom: 10px;
}
.footer__address-icon{
	width: 30px;
}
.footer__address-icon svg{
	width: 20px;
	fill: var(--color-red);
}
.footer__address-text{
	width: calc(100% - 30px);
}
.footer__form{
	position: relative;
}
.footer__form:not(:last-child){
	margin-bottom: 10px;
}
.footer__form input{
	background: transparent;
	border-bottom: 1px solid #333;
	padding: 12px 12px 12px 0;
	width: 100%;
}
.footer__form-btn{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
}
.footer__form-btn svg{
	width: 15px;
	fill: var(--color-red);
}


.footer-copyright{
	background: var(--color-red);
	color: white;
	text-align: center;
	padding: 10px 0;
}
.footer__socail{
	color: var(--color-red);
	gap: 5px;
}
.footer-socail{
	gap: 5px;
	display: flex;
	flex-wrap: wrap;
}
.footer-socail a{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in;
}
.footer-socail a:hover{
	background: var(--color-red);
}
.footer-socail a img{
	background: white;
	border-radius: 50%;
}
/* star */
#button-contact-vr {
	bottom: 66px;
	right: 44px;
	margin: -10px;
	transform: scale(0.8);
	margin-bottom: 0px !important;
	position: fixed;
	z-index: 99999;
}

.button-action {
	position: relative;
	z-index: 4;
	height: 55px;
	width: 55px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
	cursor: pointer;
	background: #a32523;
	box-shadow: 0 4px 8px rgb(231 125 125 / 92%);
	animation: zoom 5s infinite cubic-bezier(.84, -.54, .31, 1.19);
	line-height: 55px;
}

.button-action svg {
	fill: #ffffff;
	width: 30px;
	height: 46px;
}

.button-action .svgico path {
	stroke: #fff;
}

.button-action .svgico--close {
	position: absolute;
	/* opacity: 0; */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.button-action .svgico--close svg {
	width: 20px;
	height: 23px;
}

.button-action:not(.is-show) .svgico--close {
	opacity: 0;
}

.button-action.is-show .svgico>svg:first-child {
	opacity: 0;
}

#gom-all-in-one {
	position: absolute;
	bottom: 115%;
	right: 0;
	background: #f5f6fa;
	width: 349px;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	display: none;
	overflow: hidden;
}

#gom-all-in-one li {
	padding: 10px 9px;
}

#gom-all-in-one li:not(:last-child) {
	/* border-bottom: 1px solid #ecedf1; */
	box-shadow: 0 1px 0 0 #fff;
}

#gom-all-in-one a {
	gap: 10px;
	flex-wrap: wrap;
	font-size: 18px;
}

#gom-all-in-one .icon {
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 0;
	background: #3d7fac;
}

#gom-all-in-one .icon-phone {
	background: red;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

@keyframes zoom {
	0% {
		transform: scale(.9) translateY(30px)
	}

	70% {
		transform: scale(1) translateY(0);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9) translateY(30px);
		box-shadow: 0 0 0 0 transparent
	}
}
.addThis_close{
	position: absolute;
	right: 8px;
    top: 10px;
	width: 20px;
    height: 20px;
	z-index: 10;
	cursor: pointer;
}
.widget.box-footer-item-2 {
	padding-left: 25px;
}

.widget h3:before {
	content: "";
	width: 80%;
	height: 2px;
	background: #fff;
	bottom: 0;
	position: absolute;
}

.widget.widget_tripguide_social_links h3:before {
	content: "";
	background: none;
}

#gom-all-in-one .icon img {
	width: 36px;
	height: 36px;
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
	/* border-radius: 100%; */
}
#gom-all-in-one .icon-phone img{
	width: 20px;
	height: 20px;
}
#gom-all-in-one span.txt {
	flex: 1;
}







#button-contact-vr {
	bottom: 85px;
	right: 43px;
	margin: -10px;
	transform: scale(0.8);
	margin-bottom: 0px !important;
	position: fixed;
	z-index: 99999;
}

#gom-all-in-one #viber-vr {
	transition: 1.3s all;
	-moz-transition: 1.3s all;
	-webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
}

#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;
}

#viber-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33, 150, 243, 0.7);
}

.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;
}

#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-img-circle a {
	line-height: 30px;
	color: white;
	display: flex;
	align-items: center;
}

.phone-vr-img-circle a i {
	font-size: 17px;
}

.phone-vr-img-circle img {
	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%);
}

#gom-all-in-one #zalo-vr {
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33, 150, 243, 0.7);
}

#gom-all-in-one #phone-vr {
	transition: 0.7s all;
	-moz-transition: 0.7s all;
	-webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
	opacity: 0.7;
	box-shadow: 0 0 0 0 #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
	background-color: #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
	background-color: #dd2223;
}

#phone-vr .phone-vr-circle-fill {
	opacity: 0.7;
	box-shadow: 0 0 0 0 #dd2223;
}

.phone-vr-img-circle {
	background-color: #e60808;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	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;
}

#zalo-vr .phone-vr-img-circle {
	background-color: #2196F3;
}

#viber-vr .phone-vr-img-circle {
	background-color: #2196f3;
}




@-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) translateY(30px)
	}

	70% {
		transform: scale(1) translateY(0);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9) translateY(30px);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom2 {
	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-vr span {
	position: absolute;
	background: #289042;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.2;
	padding: 10px 12px 10px;
	border-radius: 4px;
	/* box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17); */
	margin-right: 10px;
	width: 168px;
	left: 100%;
	top: 30%;
}

#phone-vr span::before {
	content: "";
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #289042 transparent transparent;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}


.back_to_top {
    display: inline-block;
    position: fixed;
    bottom: 5px;
    right: 20px;
    background: #a32523;
    /* padding: 10.5px 15px; */
    border-radius: 50px;
    z-index: 99;
    overflow: hidden;
}

.back_to_top a {
	cursor: pointer;
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back_to_top span {
	display: inline-block;
	float: left;
	line-height: 27px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	transition: 0.5s;
	/* width: 0; */
}

.back_to_top img {
	width: 25px;
	/* float: left; */
}
.footer-top .footer-top__first h3 {padding-bottom: 20px;}
.footer-top p {
    font-size: 14px;
}
.footer-socail a img {
    width: 17px !important;
}

span.el-floating-chat-cta__icon-close {
    display: none;
}

span.el-floating-chat-cta__icon-open {
    display: flex;
}

li.el-floating-chat-item:hover .el-floating-chat-item__label {
    opacity: 1;
}
@media (max-width: 992px) {
	.sec-help{
		padding: 30px 0;
	}
	.footer-top {
		padding: 30px 0px;
	}
	
	.footer-top .footer-top__first h3 {
		padding-bottom: 5px;
	}
}

@media (max-width: 586px) {
	div#button-contact-vr {
		/* display: none; */
	}

	
}

