.aml_dk-flex-container-d {
	font-size: 14px !important;
	position: fixed;
	z-index: 2147483647;
	padding-left: 20px;
	bottom: 30px;
	margin-bottom: -80;
    left: 0;
}

.aml_dk-flex-container-d>div {
	margin: 8px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	cursor: pointer;
	position: relative;
}

.aml_dk-flex-container-d>div {
	width: 46px !important;
	height: 46px !important;
	margin: 5px !important;
	background-size: 100% !important;
	border: 2px solid #fff !important;
	border-radius: 50% !important;
}

.aml_dk-flex-container-d>div a {
	width: 100%;
	height: 100%;
}

.aml_dk-channel-d-click_to_call {
	background-image: url(../images/ttvn-style6-icon_phone.svg);
}

.aml_dk-channel-d-zalo {
	background-image: url(../images/ttvn-style6-icon_zalo.svg);
}

.aml_dk-channel-d-facebook {
	background-image: url(../images/ttvn-style6-icon_facebook.svg);
}

.aml-tooltiptext {
	visibility: hidden;
	font-size: 12px !important;
	line-height: 16px !important;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
	padding: 8px;
	position: absolute;
	top: calc(50% - 16px);
	z-index: 1;
	opacity: 0;
	transition: opacity .5s;
}

.aml-tooltiptext {
	left: 120%;
}

.aml-tooltiptext {
	background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
	color: #fff;
}

.aml_dk-flex-container-d>div a {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999999;
	left: 0px;
}

.aml_dk-flex-item-d:hover .aml-tooltiptext {
	visibility: visible !important;
	opacity: 1 !important;
}