.zoom-text {
  display: inline-block;
  font-size: 24px;
  animation: zoomInOut 2s infinite ease-in-out;
}
.zoom-text1 {
  display: inline-block;
  font-size: 24px;
  animation: zoomInOut1 2s infinite ease-in-out1;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
@keyframes zoomInOut1 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.0);
  }
}
.Followus {
	background: #006bb8;
	padding: 20px 0px;
	position: relative;
	color: #fff;
}

.swal2-container.swal2-top-end.swal2-backdrop-show {
	width: 100%;
	justify-content: center;
	align-items: center;
}

.box-wechatPublic {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.Followus .row {
	align-items: center;
}

.box-item-footer-chinh-sach {
	margin-bottom: 35px;
	border-radius: 15px;
	padding: 20px;
	animation: borderAnimation 5s linear infinite;
	background: linear-gradient(90deg, #ee1d24 50%, transparent 50%), linear-gradient(90deg, #ee1d24 50%, transparent 50%), linear-gradient(0deg, #ee1d24 50%, transparent 50%), linear-gradient(0deg, #ee1d24 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 1.5rem 1.2rem, 1.5rem 1.2rem, 1.2rem 1.5rem, 1.2rem 1.5rem;
	background-position: 0px 0, 100% 100%, 0 100%, 100% 0;
	position: relative;
	animation: hotline-wrap-ani 20s linear infinite;
	overflow: hidden;
	z-index: 999;
}
.box-item-footer-chinh-sach:before {
    content: "";
    background: #fff;
    position: absolute;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    left: 3px;
    top: 3px;
    z-index: -1;
    border-radius: 10px;
}
@keyframes hotline-wrap-ani {
    100% {
        background-position: 100% 0,0 100%,0 0,100% 100%
    }
}

.footer-chinh-sach {
	text-align: center;
	color: #006bb8;
	font-size: 18px;
	line-height: 1.5;
}

.box-floowus span {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.box-item-rebs {
	text-align: center;
}

.connect-text-rebs p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}

.box-item-rebs svg {
	fill: #9da3a3;
}

.hedding-footer p {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #006bb8;
}

.address_in {
	margin-top: 10px;
	font-size: 15px;
}

.address_in h2 {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.address_in .desc {}

.address_in .desc ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.hedding-footer {
	margin-bottom: 10px;
}

.box-footer {
	padding: 40px 0px 20px 0;
}

.list-footer-care p {
	color: #303030;
	font-size: 15px;
	line-height: 1.5;
}

.list-footer-care ul li {
	list-style: disc !important;
	margin-left: 20px;
	font-size: 16px;
}

.list-footer-care ul li a {
	color: #303030;
	font-size: 16px;
	margin-bottom: 6px;
	display: inline-block;
}

.box-substibe form {
	position: relative;
	padding: 10px 0px;
}

.box-substibe form input {
	width: 100%;
	border: 1px solid #cdcdcd;
	padding: 15px;
	font-size: 15px;
	border-radius: 5px;
}

.box-substibe form a {
	margin-top: 20px;
	display: inline-block;
	background: #03a196;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 8px;
}

.copyrights p {
	color: #303030;
	font-weight: 500;
}

.icon-rebs {
	text-align: center;
	margin: 0 auto;
}

.icon-rebs img {
	width: auto;
	text-align: center;
	margin: 0 auto;
}

.box-floowus {
	color: #fff;
}

.address_chinhanh {
	background: #fff;
	padding: 20px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.copyrights {
	padding: 20px 0;
	border-top: solid 1px #eee;
}

.box-substibe form button {
	margin-top: 10px;
	display: inline-block;
	background: #006bb8;
	padding: 10px 25px;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
}



.logo-footer img {
	height: 75px;
}

@media(max-width:990px) {
	.box-floowus span {
		font-size: 15px;
	}

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





.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 0;
	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);
	}
}
@-webkit-keyframes before-circle-anim {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1.3) ;
		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: translate(-50%, -50%) scale(0.7) ;
		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: translate(-50%, -50%) scale(1) ;
		-webkit-opacity: 0.1;
	}
}
.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: 65px;
	bottom: 40px;
	right: 14px;
	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: 0px;
}

.support-bottom a {
	width: 50px;
	height: 50px;
	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 a.button-icon-action0::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #338fe4;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: before-circle-anim 1.3s infinite ease-in-out;
}
.support-bottom a.button-icon-action0::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #338fe4;
	width: 150%;
	height: 150%;
	border-radius: 50%;
	animation: before-circle-anim 1.9s infinite ease-in-out;
}

.support-bottom .button-call {
	background-image: url(../images/calling.gif);
	background-size: 100% 100%;
}

.support-bottom i {
	width: 50px;
	height: 50px;
	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%;
	border-radius: 50%;
}

.backtotop {
	cursor: pointer;
	background: #999;
	bottom: 10px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	padding: 2px;
	position: fixed;
	right: 30px;
	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-footer:before {
	content: "";
	position: absolute;
	background: url(../images/7123.png);
	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;
}

section.doitac {
	display: none;
}

.list-footer-care ul li a:hover {
	color: #006bb8;
}

.list-footer-care iframe {
	height: 150px;
	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) {
	.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: #fff;
		padding: 2px 10px;
		margin-bottom: 10px;
		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: 19px;
	}

	.box-about-one-pages {
		justify-content: center;
		margin-bottom: 10px;
	}

}
