.above-footer {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 0;
	border-bottom: 0px solid #464646;
	padding: 50px 0px 10px 0;
	position: relative;
	top: -40px;
	z-index: 4;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	}
  .mc4wp-form-fields input {
	  font-size: 14px;
  }
  .urlink_foooter ul li:hover a {
	  color: #03de08;
  }
  .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;
	color: #fff;
	padding: 0 30px;
	background: #ffffff3d;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
  }
  .above-footer .mc4wp-form-fields input::placeholder {
	color: #fff;
  }
  .above-footer .mc4wp-form-fields .btn-submit-email {
	background: #fff;
	border: 0;
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: 22px;
	padding: 9px 20px;
	color: #ed1c24 !important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	line-height: 20px;
  }
  .footer-primary .hotline-support a span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: #ed1c24;
  }
  .footer-primary .hotline-support a {
	color: #FFF !important;
	  text-transform: uppercase;
	  font-size: 12px;
	  display: flex
  ;
	  align-items: center;
  }
  
  .above-footer i {
	color: #FFF;
  }
  .footer-primary1:after {
	content: '';
	position: absolute;
	left: 0;
	top: -182px;
	width: 100%;
	height: 183px;
	background: #333;
	clip-path: polygon(50% 67%, 0% 100%, 100% 100%);
  }
  .footer-primary {
	position: relative;
  }
  
  .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: 10px;
	display: block;
  }
  
  .box-about-one-pages svg {
	width: 30px;
	height: 30px;
  }
  .box-about-one-pages svg path{
  }
  
  
  .box-about-one-pages {
	display: flex;
	align-items: center;
  }
  
  .box-about-one-pages strong {
	color: #fff;
	margin-left: 14px;
	font-weight: 500;
	font-family: var(--font-heading-family);
	font-size: 24px;
  }
  
  .above-footer .mc4wp-form-fields p {
	padding-bottom: 0px;
  }
  
  .hedding-widget-footer span {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	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: #fff;
	bottom: -5px;
  }
  ul.links {
	color: #fff;
  }
  ul.links li {
	list-style: none;
	padding: 2px 0;
	line-height: 25px;
	color:#fff;
  }
  
  ul.links li a {
	color:#fff;
	font-size: 16px;
  }
  
  .contact-info {
	color: #fff;
	line-height: 25px;
	font-size: 15px;
  }
  
  .contact-info ul li {
	line-height: 25px;
	list-style: disc !important;
	padding: 2px 0;
	margin-left: 15px;
	font-size: 14px;
	}
  .footer-primary {
	padding: 40px 0 0px;
	background: #333;
  }
  ul.links li svg {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	fill:#fff
  }
  
  
  
  .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: 41%; */
  }
  
  .menu-footer-item {
	font-size: 13px;
  }
  
  
  
  .hotline-support {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-top: 10px;
	}
  .container-media a button svg path {
	fill: #fff;
  }
  
  a.box-sport-newscark {
	/* width: 47%; */
  }
  .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;
	right: -8px;
	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: 65px;
	height: 65px;
	top: 21px;
	left: 21px;
	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: 49px;
	height: 49px;
	top: 29px;
	left: 29px;
	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: 30px;
	height: 30px;
  }
  .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, #cf3034, #cf3034);
	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.3s;
	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; */
	right: 33px;
	bottom: 37px;
	opacity: 0;
	visibility: hidden;
  }
  
  .hotline-phone-ring-wrap:hover .hotline-bar {
	opacity: 1;
	visibility: visible;
  }

  .hotline-bar > a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	text-indent: 4px;
	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: 60px;
	bottom: 115px;
	right: 20px;
	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: 0;
	margin-top: 5px;
  }
  .support-bottom a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	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: 15px;
	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: #f1d621;
	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;
	justify-content: center;
  }
  
  .box-footer-colore p a {
	color: #666 !important;
  }
  .links iframe {
	width: 100%;
	height: 160px;
	border-radius: 5px;
	margin-bottom: 10px;
  }
  .urlink_foooter ul li {
	list-style: disc !important;
	margin-left: 15px;
	line-height: 2.0;
	font-size: 14px;
	color: #fff;
	}
  .urlink_foooter ul li a {
	color: #fff;
  }
  .logo_footer {
	  width: 270px;
	  margin-bottom: 10px;
  }
  .title_foooter {
	color: #fff;
  }
  .title_foooter h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
  .title_foooter p {
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 17px;
  }
  .content-footer-widget {
	padding-right: 15px;
  }
  
  
  
  @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:767px){
	.above-footer {
	  padding: 30px 0px 0px 0;
	 }
	.footer-primary1:after {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: -134px;
	  width: 100%;
	  height: 136px;
	  background: #333;
	  clip-path: polygon(50% 67%, 0% 100%, 100% 100%);
  }
  }
  @media(max-width:990px){
	.urlink_foooter ul li {
	  line-height: 1.5;
	  margin-bottom: 10px;
	}
	.contact-info {
	  margin-bottom: 5px;
	}

	.contact-info ul,
	.urlink_foooter ul ul {
		margin-left: 6px;
	}

	.content-footer-widget {
	  padding: 0;
	}
	.hotline-bar {
	  display: none;
	}
	.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;
  }
  
  .hedding-widget-footer {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  background: unset;
	  padding: 2px 0px;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  border: 0px solid #ddd;
  }
  
  .hedding-widget-footer span {margin-bottom: 0px;font-size: 18px;}
  
  .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: 19px;
	  display: none;
  }
  
  .box-about-one-pages {
	  justify-content: center;
	  margin-bottom: 10px;
  }
  
  }
  
  
  
	#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 0.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: 60px;
	  height: 60px;
	  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 0.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: 80px;
	  height: 80px;
	  cursor: pointer;
	  z-index: 11;
	  -webkit-backface-visibility: hidden;
	  -webkit-transform: translateZ(0);
	  transition: visibility 0.5s;
	  left: 0;
	  bottom: 0;
	  display: block;
	  opacity: 0.9;
	}
	
	.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%);
	  
	}
  
	.phone-vr-img-circle .phone-icon{
		  width: 23px;
	}
	
	#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: 33px;
	  height: 34px;
	  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);
	  }
	}
  
  
  @keyframes zoom {
	0% {
	  transform: scale(0.9);
  }
  
  70% {
	  transform: scale(1);
	  box-shadow: 0 0 0 15px transparent;
  }
  100% {
	  transform: scale(0.9);
	  box-shadow: 0 0 0 0 transparent;
  }
  }
  div#button-contact-vr {
    position: fixed;
    right: 11px;
    z-index: 999;
    bottom: 88px;
}
.urlink_foooter h2 {
    color: #fff;
    font-size: 16px !important;
    margin-bottom: 10px;
}

.links h2 {
    color: #fff;
    font-size: 16px !important;
    margin-bottom: 10px;
}

.container-media ul {
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 0px 10px;
}
.coppy-rights {
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}

@media (max-width: 768px) {
	.coppy-rights {
		padding: 5px 0px 20px;
	}
}