.wat-box-fixed .fs-button-popup {
	transition: all 120ms ease-in-out;
    width: 56px;
    height: 56px;
    background-color: #FFFFFF;
    position: fixed;
	z-index: 997;
    right: 30px;
    bottom: 25px;
    user-select: none;
    cursor: pointer;
    color: #FF9500;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 8%), 0px 3px 10px rgb(0 0 0 / 8%);
	display: none;
	border-radius: 50%;
	border: 5px solid #fff;
	background: url('./img/contact.png') no-repeat center center;
	background-size: contain;
}
.wat-box-fixed .wrap {
	position: fixed;
	z-index: 99999;
	bottom: 95px;
	right: 35px;
	color: #FF9500;
	font-size: 14px;
	opacity: 0;
	display: none;
	transition: all .5s;
}
.wat-box-fixed.fixed.fs-open .wrap {
	opacity: 1;
	display: block;
}
.wat-box-fixed .wrap a {
	margin-top: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	justify-content: flex-end;
}
.wat-box-fixed .wrap .fs-text {
	box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
	color: #333;
	background-color: #FFD057;
	font-size: 14px;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 15px;
    padding: 7px 32px 6px 18px;
    max-width: 200px;
    text-overflow: ellipsis;
    vertical-align: middle;
	margin-right: 7px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.wat-box-fixed .wrap .fs-chat-zalo .fs-img {
	background-image: url(./img/zalo.png);
}
.wat-box-fixed .wrap .fs-chat-fb .fs-img {
	background-image: url('./img/messenger.png');
}
.wat-box-fixed .wrap .fs-img { 
	width: 48px;
    height: 48px;
    will-change: bottom;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 4%), 0px 3px 10px rgb(0 0 0 / 4%);
	border: 4px solid #fff;
	background-color: #fff;
	background-size: contain;
	border-radius: 50%;
	display: block;
	background-size: contain !important;
}
.wat-box-fixed.fixed .fs-button-popup {
	display: block;
}
.wat-box-fixed a,
.wat-box-fixed a:hover,
.wat-box-fixed a:focus {
	color: #FF9500;
}
@media only screen and (max-width: 600px) {
	.wat-box-fixed {
		font-size: 20px;
	}
	.wat-box-fixed .fs-button-popup {
		width: 50px;
		height: 50px;
		right: 20px;
	}
	.wat-box-fixed .wrap {
		right: 22.5px;
	}
}