/* public/css/custom.css */
.title-category-cs h2 {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 2px solid #E61D30;
    line-height: 1.4em;
}

.fixed-list-categories.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.sticky-cs {
    position: sticky;
    top: 0;
}

.menu-sidebar-cs li>a {
    border-left: 4px solid #ccc !important;
}

.menu-sidebar-cs li.current-menu-item>a {
    border-left: 4px solid #E61D30 !important;
}

.mg-20 {
    display: none;
}

.hide {
    display: none;
}

.site-footer {
    margin-top: 40px;
}

.order-1 img,
.offset img {
    width: 330px !important;
    display: block;
    margin: 0 auto;
}

@media (max-width: 562px) {

    .order-1 img,
    .offset img {
        width: 130px !important;
    }
}

#wpdcom {
    display: none;
}

.wpcf7-select {
    width: 770px !important;
}

.wpcf7-submit {
    width: 363px !important;
    height: 38px !important;
    padding: 0px !important;
    margin-left: 5px !important;
}

.form-button-AHVCLOUD {
    position: absolute;
    right: 0px
}

/* Responsive cho mobile */
@media screen and (max-width: 768px) {
    .wpcf7-select {
        width: 365px !important;
        margin-bottom: 20px;
    }

    .form-button-AHVCLOUD {
        position: relative;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .wpcf7-submit {
        width: 100% !important;
    }

    .form-label-2 {
        margin: 20px 0px !important;
    }
}

.form-textarea {
    margin-top: 25px !important;
}

.about-section {
    padding: 80px 0;
}

.about-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    transition: transform 0.3s ease;
}

.about-card:hover {
    transform: translateY(-10px);
}

.about-card h3 {
    color: #2c5aa0;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-card ul {
    list-style: none;
    padding: 0;
}

.about-card ul li {
    padding: 5px 0;
    color: #666;
    position: relative;
    padding-left: 25px;
}

.about-card ul li:before {
    content: "✓";
    color: #2c5aa0;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.stats-section {
    background: linear-gradient(160deg, #2647c8 0%, #142d99 50%, #02126A 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.stats-item {
    padding: 20px;
}

.stats-number {
    font-size: 48px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.stats-text {
    font-size: 16px;
    opacity: 0.9;
}

.philosophy-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.philosophy-card {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    height: 100%;
}

.philosophy-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(160deg, #2647c8 0%, #142d99 50%, #02126A 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
    color: white;
}

.philosophy-card h4 {
    color: #2c5aa0;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.philosophy-card p {
    color: #666;
    line-height: 1.6;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 36px;
    color: #2c5aa0;
    margin-bottom: 15px;
    font-weight: 600;
}

.section-title p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.blue-gradient {
    /* background: linear-gradient(160deg, #2647c8 0%, #142d99 50%, #02126A 100%); */
    background: linear-gradient(160deg, #2647c8 0%, #142d99 50%, #02126A 100%);
}