.post-thumbnail {
	display: none !important;
}
#fullpage { 
            height: 100vh !important;
	 		width: 100vw !important;
            margin: 0; 
            padding: 0; 
            font-family: sans-serif;
	 		box-sizing: border-box;
}
		

        /* Hotline Buttons Styling */
       

		.fp-watermark {
			display: none;
		}
.fp-overflow {
	outline: none!important;
}

 

        /* Tiêu đề phụ */
        .sub-title {
            padding: 4px 15px;
  font-size: 23px;
  text-shadow: 1px 1px 2px #ffffff;
  color: black;
  background: linear-gradient(120deg, #b6eaff, #66a6ff);
  border: 2px solid white;
  border-radius: 9px;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 0 4px 0 #b6eaff;
  cursor: pointer;
  transition: filter 0.18s;
  outline: none;
  animation: btnflash 1.2s infinite alternate;
  text-decoration: none;
  display: inline-block;
        }


        /* BỐ CỤC GRID - PHẦN QUAN TRỌNG NHẤT*/ 
.hcm-tn-4c, .hcm-tn-7c {
	width: 37vw;
}      
       

        /* RESPONSIVE CHO DESKTOP */
        
        @media (max-width: 768px) {
            .hcm-tn-wrapper {                
                grid-template-columns: 1fr 1fr;
            }
			.hcm-tn-4c, .hcm-tn-7c {
	width: 70vw;
}
        }

.btn-menu-all-page, #btn-menu-all-page {
  padding: 4px 15px;
  font-size: 23px;
  text-shadow: 1px 1px 2px #ffffff;
  color: black;
  background: linear-gradient(120deg, #b6eaff, #66a6ff);
  border: 2px solid white;
  border-radius: 9px;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 0 4px 0 #b6eaff;
  cursor: pointer;
  transition: filter 0.18s;
  outline: none;
  animation: btnflash 1.2s infinite alternate;
  text-decoration: none;
  display: inline-block;
}

.btn-menu-all-page:hover {
  filter: brightness(1.23);
}

@keyframes btnflash {
  0%, 100% {
    filter: brightness(1.04);
    box-shadow: 0 0 4px 0 #b6eaff;
  }
  50% {
    filter: brightness(1.19);
    box-shadow: 0 0 8px 2px #e3f7ff;
  }
}

.phone-icon {
            width: 50px;
            height: 50px;
            margin-right: 8px; /* Khoảng cách giữa icon và chữ */
            animation: shake-fast 0.8s infinite ease-in-out;
        }

        @keyframes shake-fast {
            0% { transform: rotate(0deg); }
            20% { transform: rotate(15deg); }
            40% { transform: rotate(-15deg); }
            60% { transform: rotate(15deg); }
            80% { transform: rotate(-15deg); }
            100% { transform: rotate(0deg); }
        }
#section-1 {
    background-image: url('https://nhaxedangkhoa.com/wp-content/uploads/2025/08/background-section1-2.webp');
    background-size: cover;
    background-position: center;
}


@media (max-width: 768px) {
	.ps-btn-hotline {
                font-size: 14px!important;
                padding: 7px 15px!important;
            }
            .call-button {
                font-size: 15px!important;
                padding: 7px 15px!important;
            }
	.phone-icon {
                width: 50px;
                height: 50px;
            }
	.page-footer {
		display: none;
	}
	#section-1 {
		background-image: url('https://nhaxedangkhoa.com/wp-content/uploads/2025/08/banner-2.webp');
	}
	.page-footer{
		display: none;
	}   

            .title-sect-2 {
                padding: 0 0.5rem 1rem 0.5rem; /* Adjust padding */
            }

            .main-title h3 {
                font-size: 1.3rem; /* Reduce main title font size */
            }

            .sub-title, .btn-menu-all-page, #btn-menu-all-page {
                font-size: 16px; /* Reduce subtitle font size */
                padding: 6px 15px;
                margin-bottom: 15px;
            }

            .hcm-tn-wrapper {
                grid-template-columns: 1fr; 
                gap: 1.5rem; 
                margin-top: 10px;
            }
	.hotline-btn {
		width: 70vw;
				
	}
	.ps-btn-hotline {
	font-size: 20px;
		font-weight: bold;	
	}
	*{
		
	}
           
        }
    /* Tùy chỉnh font chữ */
        body {
            font-family: 'Inter', sans-serif;
        }

        /* Nút Hotline cố định */
        .hotline-btn {
            position: fixed;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 101; /* Đặt z-index cao hơn footer */
			padding: 4px 15px;
  font-size: 18px;
  text-shadow: 1px 1px 2px #ffffff;
  color: black;
  background: linear-gradient(120deg, #b6eaff, #66a6ff);
  border: 2px solid white;
  border-radius: 25px;
  font-weight: 600;
  
  box-shadow: 0 0 4px 0 #b6eaff;
  cursor: pointer;
  transition: filter 0.18s;
  outline: none;
  animation: btnflash 1.2s infinite alternate;
  text-decoration: none;
  display: inline-block;
        }
        /* THAY ĐỔI: Chuyển thẻ <a> thành container cho nút */
        .hotline-btn a {
            display: flex; /* Giúp icon và chữ nằm ngang */
            align-items: center; /* Căn giữa theo chiều dọc */
            
            color: #000;
            border-radius: 9999px;
            padding: 5px ; /* Điều chỉnh padding cho phù hợp với icon */
            box-shadow: 0 4px 12px rgba(0,0,0,0.25);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        /* THAY ĐỔI: Hiệu ứng hover trên toàn bộ nút */
        .hotline-btn a:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 16px rgba(0,0,0,0.3);
        }

        /* THAY ĐỔI: Copyright bar cố định bên ngoài */
        .page-footer {
            position: fixed;
            bottom: 0;
            right: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;            
            padding: 10px 0;
            font-size: 14px;
            z-index: 100;
        }
        .page-footer a {
            color: #90caf9;
            text-decoration: none;
        }
        .page-footer a:hover {
            text-decoration: underline;
        }

        /* ----- Cấu hình chung cho các Section ----- */
        .section {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .section .content-wrapper {
            width: 95vw;
            height: 85vh;
            max-width: 1600px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            overflow: hidden;
            padding: 40px 20px;
            box-sizing: border-box;
            position: relative;
        }
.fullpage {
	background: linear-gradient(120deg, #f3e7e9, #e3eeff, #e3eeff);
}
        /* Nút gọi chính */
        .call-button {
           padding: 4px 15px;
  font-size: 23px;
  text-shadow: 1px 1px 2px #ffffff;
  color: black;
  background: linear-gradient(120deg, #b6eaff, #66a6ff);
  border: 2px solid white;
  border-radius: 9px;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 0 4px 0 #b6eaff;
  cursor: pointer;
  transition: filter 0.18s;
  outline: none;
  animation: btnflash 1.2s infinite alternate;
  text-decoration: none;
  display: inline-block;
        }
        .call-button:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 16px rgba(0,0,0,0.4);
        }

        /* ----- Các Section tuyến xe ----- */
        .title-sect-2 {
            width: 100%;
        }
        .sub-title {
            font-size: 1.5rem;
            margin-bottom: 2rem;
			margin-top: 2rem;
            color: #000;
        }
       .hcm-tn-wrapper {
    display: flex;
    justify-content: center; /* Căn giữa các mục */
    gap: 2rem;
    flex-wrap: wrap; /* Tự động xuống hàng nếu không đủ chỗ */
    width: 100%;
}

        /* Tùy chỉnh điều hướng của fullPage.js */
        #fp-nav ul li a span {
            background: white !important;
        }