.poweredby{
	text-align: center;
	padding: 15px;
	color: inherit;
}
.poweredby a{
	color: inherit;
}
.poweredby i{
	color: #cc0000;
	font-family: "Font Awesome 5 Free";
}
.btn-round .ion{text-align: center !important;}

.zalo-container img {
	max-width: 100%;
	height: auto
}

.zalo-container {
	position: fixed;
	width: 40px;
	height: 40px;
	z-index: 9999999
}

.zalo-container a {
	display: block
}

.zalo-container span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1182FC;
	position: relative
}

.zalo-container span.zalo-btn-label {
	position: fixed;
	width: auto;
	border-radius: 20px;
	padding: 6px 12px;
	height: auto;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5)
}

@keyframes zoomIn_zalo {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn_zalo {
	animation-name: zoomIn_zalo
}

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

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

.cmoz-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(17, 130, 252, .8);
	opacity: .1;
	border-color: #1182FC;
	opacity: .5
}

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

@-webkit-keyframes pulse_zalo {
	from {
		-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)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse_zalo {
	from {
		-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)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse_zalo {
	-webkit-animation-name: pulse_zalo;
	animation-name: pulse_zalo
}
.img_icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	color: #fff;
	line-height: 92px;
	font-size: 18px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 9999
}

.img_icon .pluse_1,
.img_icon .pluse_2 {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	z-index: 9999;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(243, 186, 14, .102)
}

.img_icon .pluse_1:after,
.img_icon .pluse_1:before,
.img_icon .pluse_2:after,
.img_icon .pluse_2:before {
	content: '';
	position: absolute;
	background: rgba(243, 186, 14, .13);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px
}

.img_icon .pluse_1:before,
.img_icon .pluse_2:before {
	width: 60px;
	height: 60px
}

.img_icon .pluse_1:after,
.img_icon .pluse_2:after {
	width: 50px;
	height: 50px;
	background: #f3ba0e;
	margin-left: -25px;
	margin-top: -25px
}

.img_icon .pluse_1 {
	-webkit-animation: pulsates 3s infinite linear;
	animation: pulsates 3s infinite linear
}

.img_icon .pluse_2 {
	background: 0 0!important
}

.img_icon .pluse_2:before {
	-webkit-animation: pulsates 3s infinite linear;
	animation: pulsates 3s infinite linear;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	margin-left: 0;
	margin-top: 0
}
.img_icon i {
    color: #fff;
    z-index: 9999;
    position: relative;
}
@-webkit-keyframes pulsates {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(.3);
		transform: translate(-50%, -50%) scale(.3)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2)
	}
}

@keyframes pulsates {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(.3);
		transform: translate(-50%, -50%) scale(.3)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2)
	}
}
[data-bluecoral-chat] .bluecoral-ul{padding:0;margin:0;list-style:none;}