#ft-contact-icons {
	position: fixed;
    top: 220px;
    right: 0;
    z-index: 200001!important;
    list-style-type: none;
/*    transition: all .5s;*/
    list-style: none;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 300px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    background-color: #FFFFFF;
    border-radius: 7px;
}

#ft-contact-icons.active{ max-height:515px; overflow:visible; }

#ft-contact-icons .icon-messenger .icon {
	background: #0052c2 url(messenger.png);
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
}

#ft-contact-icons .icon-zalo .icon {
	background: #fff url(zalo.png);
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	border: 1px solid #38b9db
}


#ft-contact-icons  li.contact-header {
    padding: 18px 15px;
    color: #FFFFFF;
    background: #FE5B1D;
    border-radius: 7px 7px 0 0;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    line-height: 1.4;
}

#ft-contact-icons  li.contact-header a.js-hide-all-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    min-height: initial;
}

#ft-contact-icons  li.contact-header a.js-hide-all-icon .icon{
	margin: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
/*	background: #EE0000;*/
	color: #fff;
	transition: .2s all;
}

#ft-contact-icons  li.contact-header a.js-hide-all-icon:hover .icon{
	transform: rotate(180deg);
}

#ft-contact-icons li {
	margin-bottom: 0px;
	margin-left:0;
	
}

#ft-contact-icons li:last-child{
	margin-bottom: 15px;
}

#ft-contact-icons li .icon{
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display:inline-block;
	border-radius: 50%;
	font-size: 20px;
	list-style: none;
/*	background:#f58634;*/
	overflow: hidden;
	margin: 0 10px;
/*	border: 1px solid #f58634;*/
}

#ft-contact-icons li .icon img{
/*	filter: brightness(0) invert(1);*/
}

#ft-contact-icons li .menu-text{
	color: #3B3B3B;
	margin-right: 10px;
}

#ft-contact-icons li:hover .menu-text{
/*	color: #f58634;*/
}

#ft-contact-icons li span.ab{
	background: #00aff2;
	border-radius: 5px;
	position:relative;
	margin-left: 7px;
    *height: 28px;
    padding: 0 13px;
	cursor:pointer;
}
#ft-contact-icons li span.ab label{  
	font-size: 13px;
	margin: 0;
    color:#fff;
}

#ft-contact-icons li span.ab i{
	position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
	color:#00aff2;
}
#ft-contact-icons li a {
	color: #fff;
	display:flex;
	align-items: center;
	text-decoration:none;
	transition:all .5s;
}
#ft-contact-icons li a:hover span.ab{
	background:#272d6b;
}

#ft-contact-icons li a:hover span.ab i{
	color:#272d6b;
}


#ft-contact-icons .icon-envelope .icon {
	background: #ee9b00;
}
#ft-contact-icons .icon-phone .icon {
	background: #6db703;
}
#ft-contact-icons .icon-map .icon {
	background: #0092bf;
}

#ft-contact-icons.contact-icons-right{
	left:auto;
	right:88px;
	margin:0;
}

#ft-contact-icons.contact-icons-right li a{
	-webkit-flex-direction: row;
    flex-direction: row;
    min-height: 54px;
}

#ft-contact-icons.contact-icons-right li a:hover{
/*	background-color: #F0F0F0;*/
}

#ft-contact-icons.contact-icons-right li span.ab{
	margin-right:6px;
	height: 30px;
    line-height: 30px;
}

#ft-contact-icons.contact-icons-right li span.ab i{
	left: auto;
    right: -5px;
    transform: translateY(-50%) rotate(179deg);
}


@media (max-width: 428px){
	#ft-contact-icons.contact-icons-right {
		bottom: 64px;
		top: initial;
		right: 0;
		width: 100%;
		border-radius: 0;
	}

	#ft-contact-icons  li:not(.contact-header){
		border-bottom: 1px dashed #DDDDDD;
	}

	#ft-contact-icons  li:last-child{
		border-bottom: none;
	}

	#ft-contact-icons  li:not(.contact-header) a{
		min-height: 44px;
	}

	#ft-contact-icons  li.contact-header{
		border-radius: 0;
		padding: 12px 15px;
	}
}

.show-all-icon{
    position: fixed;
    display: block;
    transform: rotate(270deg);
	left: 8px;
    bottom: 135px;
	text-decoration:none;
	opacity:1;
	transition:all .5s;
	z-index: 200001!important;
}

.show-all-icon i{
	transform: rotate( 90deg);
}

.show-all-icon.hide-me{
	opacity:0;
	bottom:0;
}

.show-all-icon.contact-icons-right{
	left: auto;
	right: 20px;
}

.show-all-icon, .show-all-icon i{
	color:#f58634;
	margin-left: 10px;
}

