
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
}
i.button-zalo {
  background: #0091e9;
  border-radius: 25px;
}

.fancybox-container {
  z-index: 9999999999 !important;
}
.image-caption {
  display: none !important;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #cf3034;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

@-webkit-keyframes phonering-alo-circle-anim {
0% {
  -webkit-transform: rotate(0) scale(0.5) skew(1deg);
  -webkit-opacity: 0.1;
}
30% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  -webkit-opacity: 0.5;
}
100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  -webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
}
50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  opacity: 0.6;
}
100% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
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);
}
}
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 26px;
  left: 26px;
  position: absolute;
  background-color: #ff3d3d;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  background-color: #cf3034;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.hotline-bar {
  position: absolute;
  background: #E88A25;
  background: -webkit-linear-gradient(left, #e88a25, #cf3034);
  background: -o-linear-gradient(right, #e88a25, #cf3034);
  background: -moz-linear-gradient(right, #e88a25, #cf3034);
  background: linear-gradient(to right, #ff3d3d, #ff3d3d);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  border: 2px solid white;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 38px;
}

@media (min-width: 980px) {
  .support-bottom {
      box-shadow: none;
      border-top: none;
  }
}
.support-bottom {
  width: 50px;
  bottom: 55px;
  right: 10px;
  position: fixed !important;
  z-index: 99800;
  background-color: transparent !important;
  padding: 6px 0;
  border-radius: 3px 0 0 3px;
  box-shadow: none;
  border-top: none;
}
.support-bottom .btn-list {
  display: block !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  padding: 3px !important;
  justify-content: space-around !important;
}
.support-bottom .btn-float-container {
  width: 100%;
  margin-bottom: 0px;
}
.support-bottom a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block !important;
  border: none !important;
  font-size: 18px !important;
  color: #fff !important;
  text-align: center !important;
  position: relative;
  border-radius: 50% !important;
  cursor: pointer !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
  background: none;
}
.support-bottom .button-call {
  background-image: url(../images/calling.gif) ;
  background-size: 100% 100%;
}

.support-bottom i {
  width: 44px;
  height: 44px;
  display: block;
}
.support-bottom i {
  font-size: 28px;
}
.support-bottom .btn-float-container span {
  display: none !important;
}
.support-bottom .button-messenger {
  /* background-image: url(../images/icon-messenger.svg) !important; */
  background-size: 100% 100%;
}
.support-bottom .button-zalo {
  /* background-image: url(../images/icon-zalo.svg) !important; */
  background-size: 100% 100%;
}
.backtotop {
  cursor: pointer;
  background: #f9b216;
  bottom: 15px;
  color: #000 !important;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  padding: 2px;
  position: fixed;
  right: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 45px;
  z-index: 9999;
  border-radius: 37px;
}

.backtotop svg {
  width: 28px;
  height: 20px;
  margin-bottom: -8px;
}

.backtotop svg path {
  stroke: #000;
}




.footer-content {
  color: #fff;
}

/* star */
#button-contact-vr {
bottom: 120px;
right: 35px;
margin: -10px;
transform: scale(0.8);
margin-bottom: 0px !important;
position: fixed;
z-index: 99999;
}
.button-action {
position: relative;
z-index: 4;
height: 48px;
width: 48px;
text-align: center;
border-radius: 50%;
border: 1px solid #ffffff;
cursor: pointer;
background: #d94e28;
box-shadow: 0 4px 8px rgb(231 125 125 / 92%);
animation: zoom 1.3s infinite;
}

.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: 55%;
  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)
}

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

100% {
  transform: scale(.9);
  box-shadow: 0 0 0 0 transparent
}
}
.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;
}
ul#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 span.txt {
  flex: 1;
}
.addThis_close svg {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.addThis_close {
  padding: unset;
  margin: unset;
  height: unset;
}












.footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  /* margin-top: 100px; */
  color: #707070;
  background-color: #addccf;
  overflow: hidden;
}

.footer .col-light {
  position: relative;
  z-index: 0;
  background-color: #f3f3f3;
  color: #212121;
  padding-top: 27px !important;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1);
}

.box-footers h2 {
  font-weight: 700;
  color: #cbbe73;
  font-size: 32px;
}

.box-footers p {
  font-size: 14px;
  font-weight: 500;
}

span.Places {
  font-weight: 700;
  color: #cbbe73;
}

.list-former {
  padding-top: 10px;
}

.list-former ul li {
  list-style: auto;
  margin-left: 20px;
  margin-bottom: 7px;
  position: relative;
}

.list-former ul li a {
  font-weight: 500;
}

.list-former ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  bottom: 0;
  left: -20px;
}



.footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  /* margin-top: 100px; */
  color: #707070;
  background-color: #60a441;
  overflow: hidden;
}

.footer .col-light {
  position: relative;
  z-index: 0;
  background-color: #f3f3f3;
  color: #212121;
  padding-top: 27px !important;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 65px;
}

.box-footers h2 {
  font-weight: 700;
  color: #60a441;
  font-size: 32px;
}

.box-footers p {
  font-size: 14px;
  font-weight: 500;
}

span.Places {
  font-weight: 700;
  color: #60a441;
}

.list-former {
  padding-top: 10px;
}

.list-former ul li {
  list-style: auto;
  margin-left: 20px;
  margin-bottom: 7px;
  position: relative;
}

.list-former ul li a {
  font-weight: 500;
}

.list-former ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  bottom: 0;
  left: -20px;
}

.list-doitacs ul li {
  width: calc(97% / 4);
}

.list-doitacs {
  width: 50%;
  padding-left: 30px;
}

.box-contacts-imperial {
  display: flex;
  justify-content: space-between;
}

.racktate {
  width: 50%;
}

.Galileo {
  width: 50%;
}

.Galileo h2 {
  font-weight: 700;
  color: #60a441;
  font-size: 32px;
}

.icon-dadfus {
  display: flex;
  margin-top: 20px;
}

.icon-dadfus svg {
  width: 20px;
  height: 20px;
}

.icon-Galileo {
  margin-right: 10px;
}

.descp-galileo p {
  font-size: 13px;
}

.racktate ul li {
  padding-bottom: 10px;
}

.racktate ul {
  padding-left: 40px;
}

.list-doitacs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0px;
}

.resort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.coppy-rights-footers {
  text-align: center;
  width: 50%;
  color: #fff;
}

.clm.imperial {
  padding-top: 50px;
}
.box-maps iframe {
  width: 100%;
}


.racktate ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.Galileo h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.Galileo ul li {
  color: #fff;
  list-style: disc;
  margin-left: 20px;
}

.coppy-rights-footers strong a {
  color: #fff;
}
/* footer fix */
footer{

}
.footer-top{
  background: #FFFBF1;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.footer-top__map{
line-height: 0;
}
.footer-top__map iframe{
width: 100%;
height: 450px;
}
.footer-top__info{
background: #256a36;
color: white;
height: 100%;
padding: 20px;
flex-direction: column;
}
.footer-top__info h2, .footer-top__info h3{
font-size: 18px;
margin-bottom: 15px;
}

.footer-content{
padding: 50px 0 0;
}
.footer-content .row{
gap: 30px 0;
}
.footer-content__logo{
text-align: center;
}
.footer-content__logo img{
max-width: 150px;

}
.footer-content__info ul li {
  list-style: disc !important;
  margin-left: 15px;
  margin-bottom: 3px;
}
.footer-content h2, .footer-content h3{font-size: 20px;font-weight: 500;margin-bottom: 15px;text-transform: uppercase;}
.footer-content__contact-desc{
margin-bottom: 15px;
}
.footer-content__contact-desc p {
  font-size: 15px;
}
.footer-content__form{
position: relative;
margin-bottom: 15px;
}
.footer-content__contact-input{border: 1px solid #fff;height: 35px;padding: 5px 40px 5px 5px;width: 100%;}
.footer-content__contact-submit{position: absolute;top: 0px;right: 0;background: linear-gradient(110deg, #f9b216 0%, #f9b216 100%);height: 100%;width: 33px;padding: 0;height: 35px;bottom: 0;}

.footer-content__contact-submit svg{
width: 20px;
height: 20px;
}
.footer-content__text{
margin-bottom: 18px;
font-weight: 700;
}
.footer-content__socail{
gap: 10px;
}
.footer-content__socail .icon{
width: 25px;
height: 25px;
display: block;
}
.footer-content__socail .icon svg, .footer-content__socail .icon img{
width: 25px;
height: 25px;
}
.footer-copyright{margin-top: 30px;padding: 10px 0;border-top: 1px solid #eee;text-align: center;font-size: 15px;}
div#button-contact-vr {
  display: none;
}
@media (min-width: 992px){
.footer-top__flex-left{
  padding-right: 0;
}
.footer-top__flex-right{
  padding-left: 0;
}
.footer-content__first{
  padding-right: 40px;
}
}

@media(max-width:990px){
.support-bottom {
  display: none;
}
div#button-contact-vr {
  display: block;
  bottom: 60px;
  right: 20px;
}
.hotline-phone-ring-wrap {
  display: none;
}
}
@media(max-width:768px){
.footer-content h2, .footer-content h3{
  margin-bottom: 10px;
}
/* end fix */
  .racktate {
      width: 100%;
      order: 2;
  }
  
  .Galileo {
      width: 100%;
      order: 1;
  }
  
  .box-contacts-imperial {
      flex-wrap: wrap;
  }
  
  .racktate ul {
      padding-left: 0px;
  }
  
  .list-doitacs {
      width: 100%;
  }
  
  .coppy-rights-footers {
      width: 100%;
      padding-top: 20px;
  }
  
  .resort {
      flex-wrap: wrap;
  }
  
  .list-doitacs ul li {
      width: calc(97% / 2);
  }
  
  .racktate ul li {
      text-align: center;
  }
}
