.entry-meta.uppercase.is-xsmall {
    display: none;
}
div#top-bar
 {
    background-color: #134A5E;
}
ul.nav.nav-left.medium-nav-center.nav-small.nav-divided
 {
    width: 250px;
}
/* nháy header */
.phone-blink {
    animation: phone-blink-effect 1s infinite;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
}
.fa-phone:before {
    content: "\f095";
}

@keyframes phone-blink-effect {
    0% {
        opacity: 1;
        transform: scale(1);
        color: #fff;
		font-size:30px;
    }
    50% {
        opacity: 0.8;
        transform: scale(1.02);
        color: red;
        text-shadow: 0 0 8px rgba(255,235,59,0.8);
		font-size:30px;
    } 
    100% {
        opacity: 1;
        transform: scale(1);
        color: #fff;
		font-size:30px;
    }
}
.header_hotline span {
    margin: 0 30px; /* 30px = khoảng cách mỗi bên */
    display: inline-block;
    position: relative;
}
/* end nháy */

.large-12.col {
    margin-top: -30px;
    width: 100%!important;
}
.large-12.col img {
    margin-top: -30px;
    width: 100%!important;
}
.box-uu-diem {
	background-color:#F0F0F0;
	border-radius:30px;
}
.box-tong-uu-diem {
	width:80%!important;
	gap:50px;
	flex-wrap:nowrap;
	margin:auto!important;
}

.absolute-footer.dark.medium-text-center.small-text-center{
    display: none;
}
/* Menu phải Footer */
		.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(/wp-content/uploads/2025/08/sdt.png);
        position: relative;
        border-bottom-left-radius: 10px;
    }
	
	    .zalo {
        position: relative;
        background-color: #00aff2;
        background-image: url(/wp-content/uploads/2025/08/zalo.png);
    }
	
	    .fb {
        background-color: #00aff2;
        background-image: url(/wp-content/uploads/2025/08/fb.png);
    }
	.bao-tri-may-tinh {
		width: 90%;
        padding: 2rem;
        background: #ffffff;
        position: relative;
        border-radius: 1rem;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        margin-top: 3rem;
	}
	.box-tong-bao-tri-may-tinh {
		gap:30px;
		flex-wrap:nowrap;
	}

	
@media screen and (min-width: 1008px) and (max-width: 1919px) {
.section {
	width:90%!important;
	margin:auto!important;
}
.footer-full-width {
	width:100%!important;
}
	.fb:hover::before {
        content: "Facebook CTV";
        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: "0971492678";
        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: "0971492678";
        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) {
	.header-wrapper {
	display:none;
	}
	div#main-menu li a {
    color: white;
}
	div#main-menu {
		background-color:#11485C;
	}
	.icon-angle-down:before {
    color:white;
}
/* 	menu-phải */
/* Menu cố định ở dưới màn hình - FORCE OVERRIDE */
#menu-phai {
    position: fixed !important;
    display: flex !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 50px !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999999 !important;
    transform: none !important;
    background-color: rgba(255,0,0,0.3); /* Màu đỏ tạm để test vị trí */
}

.fb,
.zalo,
.sdt {
    height: 50px;
    width: 33%;
    background-position: center;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    border-bottom-left-radius: 0;
    cursor: pointer;     /* Thêm con trỏ tay */
}

.sdt {
    background-color: green;
    background-image: url(/wp-content/uploads/2025/08/sdt.png);
    position: relative;
}

.zalo {
    position: relative;
    background-color: #00aff2;
    background-image: url(/wp-content/uploads/2025/08/zalo.png);
}

.fb {
    background-color: #00aff2;
    background-image: url(/wp-content/uploads/2025/08/fb.png);
	}
.section {
	flex-wrap:wrap;
	width:96%!important;
	display:inline-block!important;
	}
	.box-tong-uu-diem {
		flex-wrap:wrap;
	}
	.footer-full-width {
		width:100%!important;
	}
	.bao-tri-may-tinh {
		width: 90%;
        padding: 2rem;
        background: #ffffff;
        position: relative;
        border-radius: 1rem;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        margin-top: 3rem;
	}
	.box-tong-bao-tri-may-tinh {
		gap:30px;
		flex-wrap:wrap;
		width:90%!important;
		margin:auto!important;
	}
}