/*
Theme Name: Flatsome Child
Description: NamKiem developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.13.1
*/

/* h1, h2, h3, h4 
{
	color: #05ACED;
} */

p, ul, li, span
{
	text-align:justify;
}

.blue-background
{
	background-color:#167CC4 !important;
}
.bai-viet-lien-quan {
    margin-top: 15px;
}
.bai-viet-lien-quan ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 25%;
    color: graytext;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}
.bai-viet-lien-quan h4 {
    font-size: 15px;
    color: black;
    line-height: 19px;
    padding-top: 7px;
    height: 64px;
    overflow: hidden;
}
.gray-section { background-color:#fefefe;}

/*  Chinh thu vien anh vuong */
.woocommerce-product-gallery__image img {
    object-fit: cover;
    width: 100%;
    height: auto; /* Đổi thành height: 100% nếu muốn ảnh vuông tuyệt đối */
    aspect-ratio: 1 / 1; /* Đảm bảo tỉ lệ vuông */
}
.product-thumbnails img {
    width: 100%;
    height: 100px !important;
    object-fit: cover;
}

