/*
Theme Name: congnghevietnam.vn
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  ***************/


	
	
	
}

.ft1 img {
    border-radius: 18px;
}

.home-blog .box-text.text-left {
    background-color: #ffffff;
    padding: 16px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f4f6;
    border-radius: 0px 0px 10px 10px;
}

.col-tuvan .col-inner .col {
    padding-bottom: 0px;
}

.col-tuvan textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: 68px;
    box-shadow: unset;
    border-radius: 6px;
}

.col-tuvan .col-inner {
    border-radius: 1em;
}

.col-tuvan .col-inner .wpcf7-text, .col-tuvan .col-inner select {
    box-shadow: unset;
    border-radius: 6px;
    height: 42px;
}

.col-tuvan  label {
    text-align: left;
}

span.wpcf7-form-control-wrap {
    text-align: left;
}
/* Wrapper cho checkbox group */
.wpcf7-form-control-wrap[data-name="dich-vu"] {
    display: block;
    margin: 10px 0;
}

/* Container chính cho checkboxes */
.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0;
    margin: 0;
}

/* Responsive - 2 cột trên tablet */
@media (max-width: 768px) {
    .wpcf7-checkbox {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

/* Responsive - 1 cột trên mobile */
@media (max-width: 480px) {
    .wpcf7-checkbox {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }
	
	.wpcf7-list-item label {
    padding: 4px 0px !important;
}
}

/* Styling cho từng item */
.wpcf7-list-item {
    margin: 0 !important;
    padding: 0;
}

/* Label cơ bản */
.wpcf7-list-item label {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    border-radius: 4px; font-weight: 500;
}

/* Custom checkbox - style nhẹ */
.wpcf7-list-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid #666;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;     margin-bottom: 0px;
}

/* Khi hover checkbox */
.wpcf7-list-item input[type="checkbox"]:hover {
    border-color: #0073aa;
}

/* Khi được chọn */
.wpcf7-list-item input[type="checkbox"]:checked {
    background-color: #0073aa;
    border-color: #0073aa;
}

/* Dấu tick */
.wpcf7-list-item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); 
}

/* Label text */
.wpcf7-list-item-label {
    flex: 1;
    line-height: 1.4;
}


        /* WordPress admin color scheme */
        span.wpcf7-not-valid-tip {
    display: none;
}

.col-tuvan input.wpcf7-form-control.wpcf7-submit.shake-text {
    background-color: #FF9800;
    border-radius: 99px;
    text-transform: inherit;
    padding: 4px 50px;
}


span.wpcf7-spinner {
    display: none;
}





/* bảng giá */

.header-banggia {
            text-align: center;
            margin-bottom: 40px;
            padding: 40px 20px;
            background: linear-gradient(135deg, #199bd8 0%, #0d7eb8 100%);
            border-radius: 15px;
            color: white;
            box-shadow: 0 10px 30px rgba(25, 155, 216, 0.3);
        }

        .header-banggia h1 {
            font-size: 2rem;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .header-banggia p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }

        .highlight {
            background: linear-gradient(135deg, #ec1b23 0%, #d1161c 100%);
            color: white;
            padding: 2px 8px;
            border-radius: 5px;
            font-weight: bold;
        }

.header-banggia h1 {
    color: #fff;
}

.pricing-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 5px solid #199bd8;
	margin-bottom: 30px;
        }

        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .pricing-card h3 {
            color: #199bd8;
            font-size: 1.5rem;
            margin-bottom: 20px;
            text-align: center;
        }

        .pricing-image {
            width: 100%;

            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 20px;
        }


.title-banggia h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    border-left: 5px solid;
    padding-left: 10px;
    color: #199bd8; margin-top: 30px;
}



.services-list {
            list-style: none;
            padding: 0;
        }

        .services-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
}

        .services-list li:before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #199bd8;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .services-list li:last-child {
            border-bottom: none;
        }


 .services-list ul li ul {
            margin-top: 10px;
            margin-left: 20px;
        }

        .services-list ul li ul li {
            border-bottom: none;
            padding: 8px 0;
            font-size: 0.95rem;
            color: #666;
        }

       .services-list ul li ul li:before {
            content: '→';
            color: #ec1b23;
		   top: 4px;
        }

.services-list ul li ul li {
    list-style: none;
    padding-left: 25px;
    margin-left: 0px;
}

.services-section {
            background: white;
            border-radius: 15px;
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }

.requirements-list {
            background: #fff8f0;
            border-left: 5px solid #ec1b23;
            padding: 25px;
            margin: 30px 0;
            border-radius: 0 10px 10px 0;
        }

        .requirements-list h3 {
            color: #ec1b23;
            margin-bottom: 15px;
        }

.widget .is-divider.small {
    display: none;
}


span.widget-title {
    display: block;
    background-color: #1893cd;
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 20px;
    border-left: 5px solid #ff5158;
}

.box-blog-post .is-divider {
    display: none;
}

.widget .col.post-item {
    padding-bottom: 0px;
}

.widget h5.post-title.is-large a {
    font-weight: 400;
    font-size: 16px;
}

.widget .box-blog-post .box-image {
    padding: 10px;
}


.entry-header-text.entry-header-text-top.text-left { padding-bottom: 0px !important; }
div#st-1 {
    padding-bottom: 20px;
}