.above-footer {
  background: #1B4282;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 20px 20px;
  position: relative;
  top: -54px;
  z-index: 4;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.above-footer .mc4wp-form-fields {
  position: relative;
}
.above-footer .mc4wp-form-fields input[type="email"] {
  width: 100%;
  height: 45px;
  border: 0;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  padding: 0 30px;
  font-family: Roboto, serif;
}
.above-footer .mc4wp-form-fields .btn-submit-email {
  background: #1B4282;
  border: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  border-radius: 22px;
  padding: 8px 20px;
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  line-height: 20px;
}
.footer-primary .hotline-support a span {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
.footer-primary .hotline-support a {
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.above-footer i {
  color: #FFF;
}

.footer-primary i {
  color: #cf3034;
}
.icon-support-white {
  background: url(../images/phone-icon-white.png) no-repeat;
  background-size: 40px 40px;
  background-position: 0;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
  display: block;
}

.box-about-one-pages svg {
  width: 30px;
  height: 30px;
}

.box-about-one-pages {
  display: flex;
  align-items: center;
}

.box-about-one-pages strong {
  color: #fff;
  margin-left: 14px;
  font-size: 19px;
}

.above-footer .mc4wp-form-fields p {
  padding-bottom: 0px;
}

.hedding-widget-footer span {
  font-weight: 700;
  color: #333;
  font-size: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.hedding-widget-footer span:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  background: #1B4282;
  bottom: -5px;
}

ul.links li {
  list-style: none;
  padding: 2px 0;
  line-height: 25px;
}

ul.links li a {
  color: var( --bg-second );
  font-size: 15px;
}

.contact-info {
  color: #666;
  line-height: 25px;
  font-size: 15px;
}

.contact-info ul li {
  line-height: 25px;
  list-style: disc !important;!i;!;
  padding: 2px 0;
  margin-left: 15px;
}
.footer-primary {
  padding: 0 0 30px;
  background: #f0f0f0;
}
ul.links li svg {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}



.Btn {
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-left: 5px;
  fill: #fff;
  color: #fff;
}

.Instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  padding: 0px;
}

.Youtube {
  background-color: #ff0000;
}

.Facebook {
  background-color: #1da1f2;
}
.Linkedin {
  background-color: #1da1f2;
}

.Btn:hover {
}

.Btn:hover .text {
  opacity: 0;
  transition-duration: 0.4s;
  font-size: 15px;
  font-weight: 400;
}

.Btn:hover .svgIcon {
  opacity: 0;
  transition-duration: 0.3s;
}

footer .text {
  position: absolute;
  color: rgb(255, 255, 255);
  width: 120px;
  font-weight: 600;
  opacity: 0;
  transition-duration: 0.4s;
}

.svgIcon {
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.container-media {
    display: flex;
    width: 40%;
    justify-content: right;
}

.menu-footer-item {
  font-size: 13px;
}



.hotline-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-media a button svg path {
  fill: #fff;
}

a.box-sport-newscark {
  width: 55%;
}
.Btn:hover svg {
  opacity: 1;
}
.icon-down-footer {
  display: none;
}
.copy-rights p {
  padding: 12px 0px;
  color: #555;
  margin-bottom: 0px;
}

.copy-rights {
  text-align: center;
}







.hotline-phone-ring-wrap {
  position: fixed;
  bottom: -10px;
  left: 0;
  z-index: 998;
}
.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(max-width:1300px){
  .footer-primary .hotline-support a span{
  font-size: 17px;
  }
}



@media (min-width: 980px) {
  .support-bottom {
      box-shadow: none;
      border-top: none;
  }
}
.support-bottom {
  width: 50px;
  bottom: 45px;
  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: 6px !important;
  justify-content: space-around !important;
}
.support-bottom .btn-float-container {
  width: 100%;
  margin-bottom: 6px;
}
.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;
}
.support-bottom .button-zalo {
  background-image: url(../images/icon-zalo.svg) !important;
}
.backtotop {
  cursor: pointer;
  background: #999;
  bottom: 10px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  padding: 2px;
  position: fixed;
  right: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  z-index: 9999;
  border-radius: 2px;
}

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

.backtotop svg path {
  stroke: #fff;
}

.above-footer1:before {
  content: "";
  position: absolute;
  background: url(../images/7123.png);
  background: #f1B428;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.3;
  top: 0;
  background-position: center;
}

.above-footer .row {
  position: relative;
}

.box-footer-colore p a {
  color: #666 !important;
}
.links iframe {
  width: 100%;
  height: 195px;
  border-radius: 5px;
}
.urlink_foooter ul li {
  list-style: disc !important;
  margin-left: 20px;
  line-height: 1.8;
  font-size: 15px;
}



.back_to_top {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 38px;
  background: linear-gradient(52deg, rgb(207 158 29 / 75%) 10%, rgb(255, 215, 0) 47%, rgb(203 165 12 / 75%) 81%);
  /* padding: 10.5px 15px; */
  border-radius: 50px;
  z-index: 99;
  overflow: hidden;
}

.back_to_top a {
  width: 40px;
  height: 40px;
  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: auto;
  /* float: left; */
}


.back_to_top svg {
  height: 30px;
  fill: #fff;
  color: #fff;
}

footer {
  background: linear-gradient(0deg, rgb(180 15 39) 0%, rgb(152 4 10) 100%, rgba(200, 4, 6, 0) 100%);
  padding: 3rem 0px 0rem !important;
}
.box-doitacs {
  padding-bottom: 7px;
}
section.box-footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.img-footer {
  padding-bottom: 10px;
}

.about-footers p {
  color: #dedede;
  font-style: italic;
  font-weight: 300;
  text-align: center !important;
}
.box-content-footers-secion.footer-s {
  padding-top: 50px;
}
.hedding-footers h2 {
  /* font-family: "Lora", serif; */
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.menu-footers-section ul li a {
  color: #dedede;
  font-size: 16px;
  font-weight: 400;
}
.box-coppy-rights {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  border-top: 1px solid #eeeeee42;
  color: #dedede;
}

.box-coppy-rights p {
  color: #fff;
}
.hedding-footers h2:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: #fff;
  bottom: 0;
}
.img-footer img {
  width: 112px;
  /* height: 112px; */
}

.img-footer {
  text-align: center;
}

.box-content-footers-secion h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.box-content-footers-secion ul li {
  color: #dedede;
}

.box-content-footers-secion ul {
  padding-top: 15px;
}
.about-footers p a {
  color: #fff;
}
.box-content-footers-secion ul li a {
  color: #dedede;
}

.item-coppy-right-left a {
  color: #dedede;
}

.margin-b100 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.multi-lines-box .multi-lines:first-child {
  margin-top: 0;
}

.multi-lines-box .multi-lines {
  height: 4px;
  border-top: dashed 1px #898585;
  border-bottom: dashed 1px #898585;
  margin: 2px;
}

.box-content-footers-secion ul li a:hover {
  color: #a7c92e;
}













.service {
  
  /*! border-top: 1px solid #1a4388; */
  background-color: #f8f5f0;
  /* padding: 30px 0px; */
}

.service-box img {
  width: auto;
}
.elementor-icon-box-icon {
  margin-right: 16px;
}
.service-body {
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 1px;
  position: absolute;
  top: -53px;
  left: 0;
  right: 0px;
  border: 1px solid #eaeaea;
}
.elementor-icon {
  color: #000;
  font-size: 24px;
  height: 65px;
  line-height: 65px;
  padding: 0;
  position: relative;
  width: 65px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
  background: linear-gradient(to right, #BF953F, #e5c72e, #BF953F);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-icon::before {
  background-color: #db9c61cc;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: inherit;
  transition: inherit;
}
.elementor-icon img {
  height: 32px;
  width: unset;
  position: relative;
}

.elementor-icon-box-content p {
  padding-bottom: 0px;
  font-size: 15px;
}
.brand-slider-brand {
  padding-top: 20px;
}

.item-dissalops-slider img {
  background: #fff;
  display: block;
  padding: 0 10px 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
section.brand-section {
  background: #f3f3f3;
}


section.brand-section .slider-item {
  background: #fff;
  display: block;
  padding: 0 10px 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

.item-dissalops-slider {
  padding: 5px;
}

.item-dissalops-slider img {
  height: 50px;
}
.site-footer {
  padding-top: 35px;
  background-position: center bottom;
  background-color: #fff;
  background-repeat: no-repeat;
  /* background: #333; */
}
.footer-copyright {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  /* border-top: 1px solid rgb(229 229 229); */
}
.footer-copyright a{
  color: #e5c72e;
}
.widget {
  margin-bottom: 25px;
}
.widget-title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 7px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 18px;
  color: #f6d851;
  font-weight: 500;
  text-transform: uppercase;
}
.widget-title::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 90px;
  height: 2px;
  background-color: #d0b527;
  content: '';
}

section.widget.widget-light-skin .mb-1 {
  padding-bottom: 0px !important;
}
.widget ul {
  margin-bottom: 12px;
}
.footer-social-links a:first-child {
  margin-left: 0px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.footer-social-links a span {
  position: relative;
  z-index: 1;
}
.footer-social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  /* background: linear-gradient(to right, #BF953F, #e5c72e, #BF953F); */
  line-height: 35px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin: 2px;
  position: relative;
  overflow: hidden;
}
.input-group-capcha {
  width: 100%;
  padding-top: 10px;
}

form.d-flex.ai-center.subscriber-form {
  flex-wrap: wrap;
}
section.widget.widget-light-skin .mb-3 {
  margin-bottom: 10px !important;
  padding-bottom: 0px;
}

section.widget.widget-light-skin p {
  color: #fff;
}

ul.list-unstyled.text-sm li span {
  color: #505050;
  font-weight: 300;
  font-size: 15px;
}

ul.list-unstyled.text-sm li {
  font-size: 14px;
}

section.widget.widget-light-skin p {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 0;
  margin-top: 0;
}

form.row.subscriber-form button {
  background: #003399;
  display: block;
  width: 100%;
  margin-top: 12px;
  margin-right: 0 !important;
  margin-bottom: 12px;
  margin-left: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  padding: 5px 22px;
  border-radius: 4px;
}

form.row.subscriber-form p {
  font-size: 15px;
  color: #fff;
  opacity: .8 !important;
}

.widget.widget-links.widget-light-skin ul li a {
  display: inline-block;
  transition: color .3s;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}


.widget.widget-links.widget-light-skin ul li svg {
  width: 15px;
  fill: #fff;
  height: 15px;
  margin-right: 6px;
}

.widget.widget-links.widget-light-skin ul li {
  padding-bottom: 5px;
  color: #fff;
  list-style: disc !important;
  margin-left: 17px;
}
.footer-social-links{
  margin-top: 10px;
}
.footer-social-links a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-bottom: -6px;
}

.footer-social-links a svg path {
  fill: #fff;
}

@media (max-width: 990px){
  .widget {
      margin-bottom: 10px;
  }
  .widget {
      margin-bottom: 25px;
  }
  
  .site-footer {
      padding: 20px 0px;
  }
  
}

.logo_footer img {
  height: 130px;
  margin-right: 25px;
  margin-top: 14px;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group>.form-control {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0px !important;
  padding-left: 10px;
}
.subscriber-form input {
  height: 35px;
  margin-right: 5px;
  flex: 1;
}
.subscriber-form button {
  background: #b4b9b9;
  width: 100px;
  font-size: 17px;
  height: 35px;
  margin-top: 0px !important;
  padding: 0px;
  border-radius: unset;
  COLOR: #174466;
}

section.widget p {
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
}
.widget.widget-links.widget-light-skin h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.widget.widget-links.widget-light-skin h2:before {
      display: block;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 90px;
      height: 2px;
      background-color: #d2b549;
      content: '';
}

.widget.widget-links.widget-light-skin p {
  padding-bottom: 5px;
  color: #fff;
}

.widget.widget-links.widget-light-skin p a {
  color: #fff;
}

section.widget.widget-light-skin h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

section.widget.widget-light-skin h2:before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 90px;
  height: 2px;
  background-color: #d2b549;
  content: '';
}
section.widget h2 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 7px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

section.widget h2:before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 90px;
  height: 2px;
  background-color: #d2b549;
  content: '';
}
.coppy-rights p {
  color: #fff;
}
section.widget.widget-light-skin img {
  margin-right: 5px;
}
.coppy-rights p a {
  color: #fff;
}


















/* 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: 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;
}
.coppy-rights {
  color: #fff;
  text-align: center;
  background: #ffffff36;
  padding: 10px 0px;
}
.coppy-rights a {
  color: #fff;
}
@media(max-width:990px){
  .widget.box-footer-item-2 {
      padding-left: 0px;
  }
  .img-logo-footer img {
      height: 90px;
  }
  
  
  .img-logo-footer {
      margin-bottom: 20px;
  }
  
  .footer {
      padding: 30px 0 30px;
  }
}
@media (max-width: 780px) {
  .clm.footer-first {
      flex-wrap: wrap;
  }
  footer{
      padding-top: 20px !important;
  }
  .logo_footer img {
      margin-top: 0px;
      margin-bottom: 20px;
  }
  .service-body {
      position: unset;
      margin-bottom: 20px;
  }
  .elementor-icon-box-wrapper {
      flex-direction: column;
      margin-bottom: 10px;
  }
  .elementor-icon-box-icon {
      padding-bottom: 10px;
  }
  .elementor-icon-box-content.flex-1 p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  section.blogs {
      padding-bottom: 3px;
  }
.elementor-icon-box-content.flex-1 {
  text-align: center;
}

.service {
  padding-bottom: 10px;
}
}

@media(max-width:768px){
  .box-content-footers-secion {
      margin-bottom: 20px;
  }
  .box-coppy-rights {
      display: block;
      text-align: center;
  }
}
@media(max-width:550px){
  .logo_footer {
      width: 100%;
  }
}

@media(max-width:1200px){
  .footer-primary .hotline-support a span{
    font-size: 16px;
  }
}
@media(max-width:1100px){
.box-about-one-pages strong {
    color: #fff;
    margin-left: 14px;
    font-size: 16px;
}


}
@media(max-width:990px){
  section.widget.widget-light-skin.flex-1 p a {
    color: #Fff;
}
  .icon-down-footer {
    display: block;
}
  ul.links.active {
    display: block;
}

  .widget-about-us-footer .hedding-widget-footer {
    background: unset;
    border: none;
    padding: unset;
}
  .icon-down-footer svg {
    width: 25px;
    height: 25px;
    top: 4px;
    position: relative;
}

.hedding-widget-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 2px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
}

.hedding-widget-footer span {margin-bottom: 0px;font-size: 15px;}

.hedding-widget-footer span:before {
    content: "";
    background: none;
    height: unset;
    width: unset;
}

ul.links {
    display: none;
}


  .box-about-one-pages strong {
    font-size: 17px;
}

  .container-media {
    display: none;
}

a.box-sport-newscark {
    width: 100%;
    width: 210px;
    margin: 0 auto;
}

.hotline-support {
    margin-top: 11px;
}

.box-about-one-pages {
    justify-content: center;
    margin-bottom: 10px;
}
.hotline-bar {
  display: none;
}
.footer-main .urlink_foooter {
  display: none;
}

.footer-main .urlink_foooter.active {
  display: block;
}


}
  