.body {
	position:absolute;
}
@media screen and (min-width: 1008px) and (max-width: 1919px) {
	.menu-phai {
        position: fixed;
        top: 50%;
        right: 0;
        height: 150px;
        width: 50px;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
        transition: all 0.5s ease;
        z-index: 999;
		cursor:pointer;
/*         background-color:blue; */
/*         border:2px solid grey; */
    }
		.fb,
		.zalo,
		.sdt {
			height: 50px;
			width: 100%;
			background-position: center;
			background-size: 45px 45px;
			background-repeat: no-repeat;
		}
    
        .sdt {
        background-color: green;
        background-image: url(http://ngocanhmakeup.vn/wp-content/uploads/2025/07/sdt.png);
        position: relative;
        border-bottom-left-radius: 10px;
    }
	
	    .zalo {
        position: relative;
        background-color: #00aff2;
        background-image: url(http://ngocanhmakeup.vn/wp-content/uploads/2025/07/zalo.png);
    }
	
	    .fb {
        background-color: #00aff2;
        background-image: url(http://ngocanhmakeup.vn/wp-content/uploads/2025/07/fb.png);
    }
	.fb:hover::before {
        content: "Facebook Ngọc Ánh";
        position: relative;
        display: block;
        background-color: #00aff2;
        width: 160px;
        height: 50px;
        margin-left: -160px;
        text-align: center;
        color: white;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 10px;
    }

    .zalo:hover::before {
        content: "0836966407";
        position: relative;
        display: block;
        background-color: #00aff2;
        width: 160px;
        height: 50px;
        margin-left: -160px;
        text-align: center;
        color: yellow;
        font-size: 24px;
        font-weight: bold;
        line-height: 50px;
        cursor: default;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 10px;
    }

  

    .sdt:hover::before {
        content: "0345086518";
        position: relative;
        display: block;
        background-color: green;
        width: 160px;
        height: 50px;
        margin-left: -160px;
        text-align: center;
        color: yellow;
        font-size: 24px;
        font-weight: bold;
        line-height: 50px;
        cursor: default;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 10px;
    }
} 
@media screen and (max-width: 640px) {
/* 	menu-phải */
		.menu-phai {
        position: fixed;
		display:flex;
        bottom: 0;
        right: 0;
        height: 50px;
        width:100%;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease;
        z-index: 999;         
    }
		.fb,
		.zalo,
		.sdt {
			height: 50px;
			width: 33%;
			background-position: center;
			background-size: 45px 45px;
			background-repeat: no-repeat;
		}
	        .sdt {
        background-color: green;
        background-image: url(http://ngocanhmakeup.vn/wp-content/uploads/2025/07/sdt.png);
        position: relative;
    }
	
	    .zalo {
        position: relative;
        background-color: #00aff2;
        background-image: url(http://ngocanhmakeup.vn/wp-content/uploads/2025/07/zalo.png);
    }
	
	    .fb {
        background-color: #00aff2;
        background-image: url(http://ngocanhmakeup.vn/wp-content/uploads/2025/07/fb.png);
    }
/* 	Trang chủ */
	.title-goi-dich-vu {
		padding-top:20px;
	}
	.goi-dich-vu {
    border-radius: 20px;
    padding: 10px;
    box-shadow: rgb(0, 0, 0) 0px 15px 9px -13px;
    cursor: pointer;
}
