footer {
	background-color: #222;
}

.list-unstyled li {
	display: flex;
	padding: 7px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	align-items: center;
	justify-content: center;
	color: white;
}

.transpi__brand-item-slicks:hover img {
	transform: scale(1.1);
	transition: 0.5s ease;
}

.list-unstyled li a {
	color: white;
}

.list-unstyled li .contact_site {
	margin-left: 4px;
}

.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: 2px solid #343434;
}

.subscribe-form #newsletter_usr_email {
	border: none;
	background: transparent;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	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: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0 0 41px;
	text-transform: capitalize;
	color: white;
	text-align: center;
}

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

.footer-center ul.list-unstyled {
	display: flex;
	text-align: center;
	padding: 80px 0 60px;
	justify-content: center;
}

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

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

.footer_bottom::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: #e5e5e5;
	top: 0;
	opacity: 0.2;
}

.footer_bottom {
	padding: 28px 0;
	position: relative;
}

.social-media a {
	height: 34px;
	width: 34px;
	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: #d2a522;
}

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

.content-foter-compery {
	color: #B9B9B9;
	line-height: 1.5;
}

.content-foter-compery ul li {
	list-style: disc !important;
	margin-left: 20px;
	font-size: 15px;
}

.content-foter-compery ul li a:hover {
	color: var(--color-main2);
}

.doitac h2 {
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 40px;
	color: #598e21;
}

.transpi__brand-item-slicks a {
	border: solid 1px #eee;
	display: inline-block;
	padding: 10px;
}


.backtotop {
    cursor: pointer;
    background: var(--color-main2);
    bottom: 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 8;
    border-radius: 2px;
}

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

.backtotop svg path {
    stroke: #fff;
}

footer.footer-Company {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 40px 0px 0px 0px;
	background-color: #f5f8ff;
	position: relative;
}

.transpi__newsletter form {
	display: grid;
	grid-template-columns: auto 75px;
	gap: 12px;
}

.transpi__newsletter .input-wrap {
	position: relative;
}

.transpi__newsletter input {
	border-radius: 5px;
	border: 1px solid #cbcbcb;
	background: transparent !important;
	padding: 10px 14px;
	padding-left: 45px;
	width: 100%;
	color: white;
}
.transpi__newsletter input::placeholder{
	color: lightgrey;
}
.transpi__newsletter input:-internal-autofill-selected{
	background-color: transparent !important;
	color: white !important;
}
.box-footer-top {
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 30px 0px;
}

.transpi__newsletter svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
	width: 20px;
	height: 20px;
	fill: white;
}

.transpi__newsletter button {
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	border: none;
	background: var(--color-main2);
	padding: 10px 14px;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.transpi__newsletter {
	position: relative;
}

h2.title-hedding-footer {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.content-foter-compery ul li a {
	color: #ffffff;
	transition: color 0.4s;
	font-size: 14px;
	font-weight: 500;
}

.content-foter-compery ul li {
	padding-bottom: 5px;
	font-size: 14px;
	color: #fff;
}

.social-media {
	margin-top: 20px;
}


.Reserved {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #72727229;
}

.box-rights-Transpi p {
	color: #333;
	font-size: 16px;
	font-weight: 400;
}

.box-item-Privacy ul li a {
	color: #B9B9B9;
	font-size: 16px;
	font-weight: 400;
}

.box-item-Privacy ul {
	display: flex;
	justify-content: right;
}

.box-item-Privacy ul li {
	padding: 0px 0 0 15px;
}

.content-foter-compery.gg-map-footer iframe {
	width: 100%;
	height: 125px;
}


#button-contact-vr {
	bottom: 27px;
    right: 10px;
    margin: -17px;
	transform: scale(0.8);
	margin-bottom: 0px;
	position: fixed;
	z-index: 9;
}

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

#gom-all-in-one .button-contact:nth-child(3) .phone-vr-img-circle img{
	width: 30px;
	height: 30px;
}
#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 #2196f38f;
	background-color: #2196f34a;
}

.phone-vr-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.7);
	background-color: rgba(33, 150, 243, 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: #2196F3;
}

#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;
}
#viber-vr .phone-vr-img-circle img{
	width: 26px;
	height: 26px;
}

@-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: #598e21;
	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 #2196F3 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;
}

.logos-footer {
	height: 100%;
	display: flex;
	align-items: center;
}

.logos-footer img {
	max-height: 165px;
}

.footer-Company .delivery {
	padding-bottom: 30px;
	color: #333;
}
.footer-col iframe{
	width: 100%;
	height: 165px;
}
.footer-col h2{
	font-size: 18px;
	margin-bottom: 10px
}
.footer-col ul li{
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}
.footer-col a{
	color: inherit;
}
.footer-col a:hover{
	opacity: .7;
}
.cs_footer_widget_seperator {
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
}

.cs_footer_widget_seperator span {
	height: 5px;
	width: 80px;
	border-radius: 5px;
}

.cs_footer_widget_seperator span:nth-child(2) {
	width: 15px;
}

.cs_footer_widget_seperator span:nth-child(3) {
	width: 6px;
}

.cs_white_bg {
	background-color: white;
}
.box-rights-Transpi a{
	color: inherit;
}
.cs_accent_bg {
	background-color: var(--color-main2);
}

section.Looking {
    background: var(--color-main2);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px 20px 0px;
}

.content-looking h2 {
  font-size: 21px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px 0 0 0;
  margin-bottom: 0;
}

.content-looking p {
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
}

section.doitac {
	padding: 30px 0px;
	background-color: #ededed;
}

@media (max-width: 992px) {
	.footer-left {
		margin-bottom: 20px;
	}

	.position-footer-bottom {
		display: block;
	}

	.social-media {
		justify-content: left;
	}

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

	.footer-col {
		margin-top: 15px;
	}
}

@media (max-width: 768px) { 
	.transpi__newsletter {
		margin-top: 15px;
	}

	.doitac h2 {
		font-size: 20px;
	}
}

@media (max-width: 586px) {
	.box-footer-top {
		display: block;
	}

	.logos-footer {
		margin-bottom: 20px;
	}

	.transpi__newsletter input {
		padding: 10px 14px;
		padding-left: 40px;
	}

	.delivery .clm:nth-child(1) .d-flex {
		display: block !important;
	}

	.box-rights-Transpi p {
		font-size: 14px;
	}

	footer.footer-Company {
		padding: 20px 0px 0px 0px;
	}

	.footer-Company .delivery {
		padding-bottom: 20px;
	}

	h2.title-hedding-footer {
		font-size: 15px;
	}

	.content-looking h2 {
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}

	.content-looking p {
		text-align: center;
	}

	section.doitac {
		padding: 20px 0 40px;
	}
	.footer-col h2{
		font-size: 16px;
	}
}