/* ============================================
   GIỚI THIỆU PAGE STYLES
   ============================================ */

/* Breadcrumb */
.gt-breadcrumb { background: #f8f8f8; padding: 12px 0; border-bottom: 1px solid #eee; }
.gt-breadcrumb ol { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; }
.gt-breadcrumb li { font-size: 13px; color: #888; }
.gt-breadcrumb li a { color: #ad0353; text-decoration: none; font-weight: 500; }
.gt-breadcrumb li a:hover { text-decoration: underline; }
.gt-breadcrumb li + li::before { content: '/'; margin: 0 8px; color: #ccc; }
.gt-breadcrumb li:last-child { color: #333; font-weight: 600; }

/* Hero */
.gt-hero { position: relative; overflow: hidden; }
.gt-hero img { width: 100%; height: auto; display: block; max-height: 400px; object-fit: cover; }
.gt-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(173,3,83,0.88), rgba(212,6,98,0.72)); display: flex; align-items: center; justify-content: center; }
.gt-hero-text { text-align: center; color: #fff; padding: 30px 20px; }
.gt-hero-text h1 { font-size: 34px; font-weight: 800; margin: 0 0 12px; text-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.gt-hero-text p { font-size: 16px; margin: 0; opacity: 0.95; max-width: 600px; }

/* Section Title */
.gt-section-title { text-align: center; margin-bottom: 40px; }
.gt-section-title h2 { font-size: 26px; font-weight: 700; color: #333; }
.gt-section-title h2 span { color: #ad0353; }
.gt-section-title p { color: #888; font-size: 14px; margin-top: 8px; max-width: 600px; margin-left: auto; margin-right: auto; }
.gt-section-title .title-line { width: 60px; height: 3px; background: #ad0353; margin: 12px auto 0; border-radius: 2px; }

/* Mission Section */
.gt-mission { padding: 60px 0; background: #fff; }
.gt-mission-card { background: linear-gradient(135deg, #fdf2f7, #fce4ec); border-radius: 12px; padding: 40px 30px; text-align: center; height: 100%; }
.gt-mission-card i { font-size: 40px; color: #ad0353; margin-bottom: 15px; }
.gt-mission-card h3 { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 12px; }
.gt-mission-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }

/* Timeline */
.gt-timeline-section { padding: 60px 0; background: #f9f9f9; }
.gt-timeline { position: relative; max-width: 800px; margin: 0 auto; padding: 20px 0; }
.gt-timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 3px; background: #ad0353; transform: translateX(-50%); border-radius: 2px; }
.gt-timeline-item { position: relative; margin-bottom: 40px; display: flex; align-items: flex-start; }
.gt-timeline-item:nth-child(odd) { flex-direction: row-reverse; }
.gt-timeline-item:nth-child(odd) .gt-timeline-content { text-align: right; padding-right: 50px; padding-left: 0; }
.gt-timeline-item:nth-child(even) .gt-timeline-content { padding-left: 50px; }
.gt-timeline-dot { position: absolute; left: 50%; transform: translateX(-50%); width: 16px; height: 16px; background: #ad0353; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 3px #ad0353; z-index: 2; }
.gt-timeline-content { width: 50%; }
.gt-timeline-content .gt-year { display: inline-block; background: #ad0353; color: #fff; font-size: 13px; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-bottom: 10px; }
.gt-timeline-content h4 { font-size: 16px; font-weight: 700; color: #333; margin: 0 0 8px; }
.gt-timeline-content p { font-size: 14px; color: #666; line-height: 1.6; margin: 0; }

/* Values */
.gt-values { padding: 60px 0; background: #fff; }
.gt-value-card { text-align: center; padding: 30px 20px; border-radius: 10px; border: 1px solid #f0f0f0; transition: all 0.3s; height: 100%; }
.gt-value-card:hover { box-shadow: 0 8px 30px rgba(173,3,83,0.1); border-color: #ad0353; transform: translateY(-5px); }
.gt-value-icon { width: 65px; height: 65px; background: linear-gradient(135deg, #ad0353, #d40662); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; }
.gt-value-icon i { color: #fff; font-size: 26px; }
.gt-value-card h4 { font-size: 16px; font-weight: 700; color: #333; margin-bottom: 10px; }
.gt-value-card p { font-size: 13.5px; color: #777; line-height: 1.7; margin: 0; }

/* Stats */
.gt-stats { padding: 50px 0; background: linear-gradient(135deg, #ad0353, #d40662); }
.gt-stat-item { text-align: center; padding: 15px 10px; }
.gt-stat-number { font-size: 36px; font-weight: 800; color: #fff; font-family: 'Roboto', sans-serif; display: block; }
.gt-stat-label { font-size: 13px; color: rgba(255,255,255,0.85); margin-top: 5px; display: block; font-weight: 500; }

/* Content Section */
.gt-content { padding: 60px 0; background: #fff; }
.gt-content-block { margin-bottom: 35px; }
.gt-content-block:last-child { margin-bottom: 0; }
.gt-content-block h3 { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #ad0353; display: inline-block; }
.gt-content-block p { font-size: 14.5px; color: #555; line-height: 1.8; margin-bottom: 12px; }

/* Info Card */
.gt-info-card { background: #f9f9f9; border-radius: 10px; padding: 30px; border-left: 4px solid #ad0353; }
.gt-info-card h4 { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 15px; }
.gt-info-card p { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 8px; }
.gt-info-card p strong { color: #333; }

/* CTA */
.gt-cta { background: linear-gradient(135deg, #ad0353, #d40662); color: #fff; text-align: center; padding: 50px 20px; border-radius: 10px; margin: 40px 0; }
.gt-cta h3 { font-size: 24px; font-weight: 700; margin-bottom: 8px; color: #fff; }
.gt-cta p { font-size: 15px; opacity: 0.9; margin-bottom: 20px; }
.gt-cta a { display: inline-block; background: #fff; color: #ad0353; padding: 12px 35px; border-radius: 25px; font-weight: 700; font-size: 14px; text-decoration: none; transition: all 0.3s; margin: 0 5px; }
.gt-cta a:hover { background: #333; color: #fff; }
.gt-cta a.cta-outline { background: transparent; color: #fff; border: 2px solid #fff; }
.gt-cta a.cta-outline:hover { background: #fff; color: #ad0353; }

/* Footer fix */
.companyinfo h4 span { color: #ad0353; }

@media (max-width: 767px) {
    .gt-hero-text h1 { font-size: 24px; }
    .gt-hero-text p { font-size: 14px; }
    .gt-timeline::before { left: 20px; }
    .gt-timeline-dot { left: 20px; }
    .gt-timeline-item, .gt-timeline-item:nth-child(odd) { flex-direction: row; }
    .gt-timeline-content { width: 100%; padding-left: 50px !important; padding-right: 0 !important; text-align: left !important; }
    .gt-stat-number { font-size: 28px; }
    .gt-cta h3 { font-size: 20px; }
}
