.btn-info_share{
	position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 999999;
    display: block;
}
.call {
    display: none;
}
.call {
    background: #851e19;
    height: 40px;
    line-height: 40px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    font-family: 'Open Sans', sans-serif;
}
.call .phone {
    width: 33%;
    text-align: center;
    float: left;
    color: #fff;
    border-right: thin solid rgba(255, 255, 255, 0.30980392156862746);
    box-sizing: border-box;
}
.call .sms {
    width: 33%;
    text-align: center;
    float: left;
}
.call a {
    color: #fff;
    font-size: 16px
}
@media(max-width: 768px) {
    .btn-info_share {
        display: none;
    }
    .call {
        display: block;
    }
}
.icon_share span.icon_lh a {
	font-size: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 44px;
    position: absolute;
    background-color: black;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.icon_share span.icon_lh a{
	color: #fff;
	font-size: 25px;
}
.icon_share span:nth-child(1) {
    background-color: lightblue;
}
.icon_share span:nth-child(1) a {
    background-color: #4267B2
}
.icon_share span:nth-child(2) a {
    background-color: #259dfd;
}
.icon_share span:nth-child(3) a {
    background-color: #259dfd;
}
.icon_share span:nth-child(4) a {
    background-color: red;
}
.icon_share span:last-child {
}
.icon_share span:nth-child(1).show{
    -webkit-transform: rotate(-90deg) translate(250px) rotate(90deg);
    transform: rotate(-90deg) translate(250px) rotate(90deg);
}
.icon_share span:nth-child(2).show{
    -webkit-transform: rotate(-90deg) translate(190px) rotate(90deg);
    transform: rotate(-90deg) translate(190px) rotate(90deg);
}
.icon_share span:nth-child(3).show{
    -webkit-transform: rotate(-90deg) translate(130px) rotate(90deg);
    transform: rotate(-90deg) translate(130px) rotate(90deg);
}
.icon_share span:nth-child(4).show{
    -webkit-transform: rotate(-90deg) translate(70px) rotate(90deg);
    transform: rotate(-90deg) translate(70px) rotate(90deg);
}

.icon_share span d {
    display: inline-block;
    padding: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 3px;
    left: 15px;
    z-index: -1;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
}
.icon_share span:hover d {
    width: auto;
    min-width: 180px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 17px;
}
.icon_share span d:nth-child(3){
    background-color: red;
}
.lienhe_ngay{
	position: relative;
	cursor: pointer;
}
.lienhe_ngay p{
	/*position: absolute;*/
	top: 5px;
	/*font-family: "Montserrat-Bold";*/
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 5px;
    background: #910D10;
}
.lienhe_ngay img{
    width: 100px;
    max-width: 100%;
}
