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

/*************** ADD CUSTOM CSS HERE.   ***************/
.has-equal-box-heights .box-image {
    padding-top: 50%!important;
}

.box-text p {
    margin-bottom: .1em;
    margin-top: .1em;
    text-transform: uppercase;
    font-size: 140%;
    font-weight: bold;
}

.box-text p a{
	color: #000;
}
span.amount {
    color: #fa0000;
    font-weight: 700;
    white-space: nowrap;
}
#popup-bao-gia-lan-banh .icon-user{
	position: absolute;
    z-index: 1;
    transform: translateY(-56%);
    color: #000;
    top: 6%;
    padding: 0 0.5em;
}
#popup-bao-gia-lan-banh  .icon-phone {
    position: absolute;
    z-index: 1;
    transform: translateY(-56%);
    color: #000;
    top: 18%;
    padding: 0 0.5em;
}
#popup-bao-gia-lan-banh .icon-pen-alt-fill {
    position: absolute;
    z-index: 1;
    transform: translateY(-56%);
    color: #000;
    top: 74%;
    padding: 0 0.5em;
}
#popup-bao-gia-lan-banh input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,#popup-bao-gia-lan-banh input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,#popup-bao-gia-lan-banh textarea.wpcf7-form-control.wpcf7-textarea{
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 1px 1.75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}

.offer-car-wrap ul {
    list-style: none; /* Bỏ dấu chấm mặc định */
    margin: 0;
    padding: 0;
	text-align:left;
}

.offer-car-wrap ul li {
    position: relative;
    padding-left: 28px; /* tạo khoảng trống cho icon */
    margin-bottom: 8px;
    line-height: 1.6;
	border-bottom: 1px dashed #59a9ed;
	padding-bottom: 5px;
}

.offer-car-wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url('https://ktech1.k-tech-services.com/info443/wp-content/uploads/2025/10/gifts-solid-full.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.col-gif .col-inner{
	border: 1px dashed #fd625e;
}
.offer-content {
    padding: 0 10px;
}
.title-gif{
    min-width: 95%;
    display: inline-block;
    background-color: #eb0a1e;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.title-gif h3{
	margin: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}