/*
Theme Name: PHONGNV Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.text-white{
	color:#fff;
}
.section-heading{
	.is-divider.divider{
		border-radius: 6px;
	}
}
.section-heading .section-heading-top {
	  font-size: 1.35em; 
		color: rgb(150, 150, 150); 
		line-height: 32px; 
		font-weight: 600; 
		letter-spacing: 2.5px; 
		animation-delay: 100ms;
	}
.section-heading .section-heading-main {
	  	font-size: 2.5em; 
		line-height: 44px; 
		animation-delay: 200ms;
	}
.mh-148{
	min-height: 148px;
}
.icon-box-primary .icon-box-icon .icon-inner{
	border: 2px solid var(--primary-color);
    margin-right: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-box .col-inner{
	width: 100%; /* Chiếm toàn chiều rộng của container cha */
    aspect-ratio: 1/1; /* Giữ tỷ lệ 1:1 để tạo hình vuông */
    overflow: hidden; /* Ẩn nội dung thừa */
}