.map_frame iframe {
	max-width: 100%;
}

#site-footer {
	position: relative;
	overflow: visible;
}

#site-footer .col_wrapper p a {
	color: inherit;
	text-decoration: none;
}

#site-footer .contact_line .contact_item {
	margin-left: 5px;
}

#site-footer .contact_line .contact_item:after {
	content: ' - ';
	display: inline-block;
	margin-left: 5px;
}

#site-footer .contact_line .contact_item:last-child:after {
	content: none;
}

#site-footer .paragraph {
	margin-bottom: .5rem;
}

#site-footer .map_frame iframe {
	max-height: 150px;
}

.social_icons {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.social_icons .social_item {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	line-height: 1;
}

.social_icons .social_item a {
	display: block;
}

.social_icons svg,
.social_icons img {
	height: 30px;
	width: auto;
}

.social_icons .facebook svg {
	border-radius: 10px;
	background: #3b5997;
	padding: 5px;
}

.social_icons .facebook path {
	fill: white !important;
}

.social_icons .email path {
	fill: white !important;
}

.social_icons .hotline path {
	fill: #1db514 !important;
}

#site-footer .footer_title {
	margin-bottom: 1em;
}

#site-footer .list_url {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-footer .list_url a {
	color: inherit;
}

#site-footer .fb-page {
	margin-top: 1rem;
}

#site-footer .copy_right {
	padding: 5px 0;
	text-align: center;
	margin: 0;
	font-size: 0.9em;
}

#site-footer .copy_right .container {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#site-footer .copy_right .container>* {
	display: inline-block;
	vertical-align: middle;
}

#site-footer .copy_right p {
	margin-bottom: 0;
}

#site-footer .copy_right a {
	color: var(--main_color);
}

#site-footer .back-top {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: fixed;
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 0 9px 0px rgb(0 0 0 / 34%);
	box-shadow: 0 0 9px 0px rgb(0 0 0 / 34%);
	right: 10px;
	bottom: 220px;
	border-radius: 100%;
	background-color: var(--main_bgr);
	color: var(--main_bgr_txt);
	opacity: 0.3;
	cursor: pointer;
	z-index: 9;
}

#site-footer .back-top i {
	display: table;
	clear: both;
	margin: 0 auto;
	font-weight: bold;
	font-size: 16pt;
	margin-top: 2px;
	line-height: 18px;
	color: inherit;
}

#site-footer .back-top span {
	display: table;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	font-size: 13px;
	color: var(--text);
}

#site-footer .back-top:hover {
	text-decoration: none;
	opacity: 1;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

#mes-icon {
	bottom: 100px;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 9;
	-webkit-animation: mes 2s linear infinite;
	animation: mes 2s linear infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mes-icon img {
	width: 80%;
	height: 80%;
	object-fit: scale-down
}

.search_popup.popup .popup_content {
	width: auto;
	height: auto;
	display: block;
	max-width: 400px;
	text-align: right;
}

.search_popup.popup .close_popup {
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
}

.search_popup .searchform input {
	padding: 1em 0.5em 1em 1em;
	background: transparent;
	color: white;
	border: solid 1px white;
	border-radius: 2px;
}

.search_popup .searchform input::placeholder {
	color: white;
}

.search_popup .searchform input:focus {
	outline: none;
}

.search_popup .searchform button {
	width: 6em;
	background: white;
	border-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.fanpage-div .fb-page,
.fanpage-div .fb-page>span,
.fanpage-div .fb-page iframe {
	width: 100% !important;
	display: block;
}

.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 40px;
	z-index: 9;
	width: 50px;
	height: 50px;
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: visibility 0.5s;
	-o-transition: visibility 0.5s;
	transition: visibility 0.5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #e60808;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(230, 8, 8, 0.7);
	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;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
	position: absolute;
	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: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 70%;
	width: 170px;
	padding-right: 50px;
	cursor: pointer;
	z-index: 9;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	right: 20%;
	bottom: 15%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.hotline-bar>a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.zalo-container {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 160px;
	z-index: 9;
	display: flex;
}

.zalo-container a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.animated_zalo.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.cmoz-alo-circle {
	width: 90%;
	height: 90%;
	top: 5%;
	right: 5%;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(17, 130, 252, 0.8);
	opacity: 0.1;
	border-color: #1182fc;
	opacity: 0.5;
}

.animated_zalo {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.zoomIn_zalo {
	-webkit-animation-name: zoomIn_zalo;
	animation-name: zoomIn_zalo;
}

.pulse_zalo {
	-webkit-animation-name: pulse_zalo;
	animation-name: pulse_zalo;
}

.zalo-container span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: #1182fc;
	position: relative;
	width: 70%;
	height: 70%;
}

.cmoz-alo-circle-fill {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(17, 130, 252, 0.45);
	opacity: 0.75;
}

#site-footer .fixed_footer {
	display: none;
}

.zalo-container.right,
#site-footer .back-top,
#mes-icon,
.hotline-phone-ring-wrap {
	right: 10px;
}

@media (max-width: 1025px) {

	.social_icons svg,
	.social_icons img {
		height: 24px;
		width: auto;
	}
}

@media (max-width:960px) {
	#site-footer .back-top {
		width: 40px;
		height: 40px;
	}

	.hotline-bar {
		display: none;
	}

	.zalo-container.right,
	#mes-icon,
	.hotline-phone-ring-wrap {
		right: 3px;
	}

	#site-footer .back-top {
		right: 8px;
	}
}

@media (max-width: 650px) {

	.main_footer .col_first,
	.main_footer .col_second_third,
	.main_footer .col_fourth {
		margin-bottom: 1em;
	}

	#site-footer .col {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
		width: 100%;
	}

	#site-footer .fixed_footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: fixed;
		z-index: 8;
		background-color: white;
		left: 0;
		bottom: 0;
		width: 100%;
		box-shadow: 0 0 8px #dddddd49;
	}

	#site-footer .fixed_footer>a {
		display: block;
		color: var(--text);
		text-decoration: none;
		text-align: center;
		padding: 5px 10px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		line-height: 1;
	}

	#site-footer .fixed_footer svg {
		height: 1.6em;
		width: auto;
	}

	#site-footer .fixed_footer svg,
	#site-footer .fixed_footer svg path {
		fill: var(--main_color);
	}

	#site-footer .fixed_footer a span {
		display: block;
		font-size: 1rem;
	}

	#mes-icon,
	.hotline-phone-ring-wrap,
	.zalo-container.right {
		display: none;
	}

	#site-footer .back-top {
		right: 5px;
		bottom: 60px;
	}

	#site-footer .copy_right {
		padding-bottom: 50px;
	}

	#site-footer .copy_right .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}


@-webkit-keyframes zoomIn_zalo {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn_zalo {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes pulse_zalo {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse_zalo {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

@keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		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);
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@-webkit-keyframes mes {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	5% {
		-webkit-transform: rotateZ(20deg);
		transform: rotateZ(20deg);
	}

	10% {
		-webkit-transform: rotateZ(-20deg);
		transform: rotateZ(-20deg);
	}

	15% {
		-webkit-transform: rotateZ(20deg);
		transform: rotateZ(20deg);
	}

	20% {
		-webkit-transform: rotateZ(-20deg);
		transform: rotateZ(-20deg);
	}

	25% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	100% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}
}

@keyframes mes {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	5% {
		-webkit-transform: rotateZ(20deg);
		transform: rotateZ(20deg);
	}

	10% {
		-webkit-transform: rotateZ(-20deg);
		transform: rotateZ(-20deg);
	}

	15% {
		-webkit-transform: rotateZ(20deg);
		transform: rotateZ(20deg);
	}

	20% {
		-webkit-transform: rotateZ(-20deg);
		transform: rotateZ(-20deg);
	}

	25% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	100% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}
}