
footer {
    background: rgb(193, 26, 43);
    background: linear-gradient(0deg, rgba(193, 26, 43, 1) 0%, rgba(225, 28, 39, 1) 100%);
    /* background: #333; */
}
.footer-left-news.clearfix p {
    color: #fff;
    font-size: 18px;
}

.footer-left-news.clearfix ul li a {
    color: #Ffff;
}

.footer-left-news.clearfix ul li {
    padding-bottom: 5px;
}
.list-unstyled li {
    padding: 3px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
    justify-content: left;
	list-style: disc;
	margin-left: 20px;
    color: white;
}
h2.title-hedding-footer {
    color: #FFFFFF;
    font-size: 19px;
    margin-top: 60px;
    font-weight: 600;
    text-transform: uppercase;
}
.content-foter-compery {
    color: #B9B9B9;
    line-height: 1.5;
}
.content-foter-compery ul li {
    padding-bottom: 5px;
    font-size: 16px;
    list-style: disc;
    margin-left: 20px;
    color: #fff;
}
.content-foter-compery ul li a {
    color: #ffffff;
    transition: color 0.4s;
    font-size: 14px;
}
.list-unstyled li a {
    color: white;
}
.footer-left {
	color: #fff;
}
.footer-left h2 {
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.list-unstyled li .contact_site {
    margin-left: 4px;
}
.footer-inner {
	padding-bottom: 30px;
}

.news-description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 35px;
    color: white;
    text-align: center;
}

.subscribe-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 470px;
    margin: auto;
    border-bottom: 1px solid #fff;
}

.subscribe-form #newsletter_usr_email {
    border: none;
    background: transparent;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px 0 0 5px;
    padding: 10px 20px;
    color: white;
    width: 100%;
}

.news .subscribe-btn {
    border: none;
    font-size: 16px;
    padding: 0;
    background: transparent;
    text-transform: uppercase;
    color: white;
    position: absolute;
    right: 0;
}

.news .title-text {
    font-size: 19px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-top: 60px;
}

.footer-logo {
    margin: 0 0 15px;
}

.footer-center ul.list-unstyled {
    display: flex;
    text-align: center;
    padding: 40px 0 30px;
    justify-content: center;
}
.footer-center ul.list-unstyled li {
	justify-content: left;
}

.footer-center ul.list-unstyled a {
    margin: 0px 25px;
}

.footer-logo a img {
    height: 70px;
    width: unset;
}

.footer_bottom::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    top: 0;
    opacity: 0.2;
  }
  .footer_bottom {
    padding: 10px 0;
    position: relative;
  }
  .social-media a{
    height: 35px;
    border: solid 1px #bbb7b7;
    width: 35px;
    line-height: 34px;
    border-radius: 50px;
    color: white;
    text-align: center;
    display: block;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-media a svg{
    fill: white;
    height: 15px;
  }
  .social-media a:nth-child(5n+1){
    background: #3b5998;
  }
  .social-media a:nth-child(5n+2){
    background: #00acee;
  }
  .social-media a:nth-child(5n+3){
    background: #c4302b;
  }
  .social-media a:nth-child(5n+4){
    background: #db3236;
  }
  .social-media a:nth-child(5n+5){
    background: #c8232c;
  }
  .footer-powered-bottom p{
    padding-bottom: 0px;
    margin: 0;
  font-size: 14px;
  color: white;
  }
  .footer-powered-bottom p a{
    color: white;
  }
.social-media img {
    padding: 3px;
}
  @media (max-width: 992px) {
    .footer-left{
        margin-bottom: 20px;
    }
    .position-footer-bottom{
        display: block;
    }
    .social-media{
        justify-content: center;
    }
    .footer-powered-bottom p {
        text-align: center;
        margin: 12px 0px;
    }
    .payment-link{
        display: flex;
        justify-content: center;
    }
    .footer-center ul.list-unstyled {
        padding: 30px 0 30px;
    }
    .news .title-text {
      font-size: 26px;
      line-height: 36px;
      font-weight: 700;
      margin: 0 0 15px
    }
  }

  .modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: #0000006e;
    bottom: 0;
    right: 0;
}
.modal-content {
	border: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: transparent;
	background-clip: padding-box;
	border-radius: 0;
}
.newsletter-wrap {
	border-radius: 5px;
	position: relative;
	background-size: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.newsletter-content {
	position: relative;
	display: block;
	text-align: center;
	padding: 50px 60px;
	float: unset;
	width: 100%;
	background-color: #ffffff75;

}
.newsletter-content-innner h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #0ea04b;
}
.newsletter-content-innner p {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 30px;
	color: var(--primary-color);
}
.newsletter-content-innner .newsletter_usr_popup_email {
	width: 100%;
	height: 40px;
	border: none;
	padding: 10px;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	color: var(--primary-color);
	background: white;
}
.frmnewsletterpopup button {
	margin-top: 20px;
}
.frmnewsletterpopup button {
	padding: 10px 30px;
	text-transform: capitalize;
	color: white;
	background: #0ea04b;
	margin-top: 20px;
	position: relative;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	line-height: 20px;
}
.newsletter-content-bottom label {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	margin-left: 10px;
}
.newsletter-btn-close.close {
	width: 30px;
	height: 30px;
	right: 5px;
	top: 5px;
	opacity: 1;
	font-size: 10px;
	text-shadow: none;
	border-radius: 5px;
	position: absolute;
	color: white;
	background: #0ea04b;
}
.newsletter-content-bottom{
	display: flex;
	justify-content: center;
	margin-top: 12px;
}
.newsletter-popup .modal-dialog {
	margin: 20px auto;
	max-width: 600px;

}
#button-contact-vr {
    bottom: 10px;
    left: 10px;
    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 {
    display: block;
    line-height: 37px;
}

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

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

    100% {
        transform: scale(.9);
        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
    }
}

@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-vr span{
    position: absolute;
    background: #d22228;
    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 #d22228 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;
  }

@media (max-width: 767px) { 
	.footer_bottom {
		padding: 0 0 75px 0;
	}
	h2.title-hedding-footer {
		margin-top: 15px;
	}
	.news .title-text {
        font-size: 19px;
        line-height: 36px;
        font-weight: 600;
        text-align: left;
        margin: 15px 0 0px;
    }
	#button-contact-vr {
		bottom: -15px;
	}
}
@media (max-width: 586px) {
	
  .newsletter-content {
    padding: 30px 20px;
  }
  .newsletter-content-innner p {
    font-size: 15px;
    margin: 0 0 18px;
  }
  .newsletter-content-innner h3 {
    font-size: 25px;
    margin: 0 0 16px;
  }
}