.home-page{width:100%;overflow-x:hidden}.home-page .container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.home-page .section-header{text-align:center;margin-bottom:50px}.home-page .section-header h2{font-size:36px;font-weight:700;color:#1e3a8a;margin-bottom:15px;position:relative}.home-page .section-header h2:after{content:"";width:80px;height:3px;background-color:#3b82f6;position:absolute;bottom:-10px;left:50%;transform:translateX(-50%)}.home-page .section-header p{font-size:18px;color:#6b7280;max-width:700px;margin:0 auto}.home-page .banner-section{width:100%;height:100vh;max-height:800px;position:relative}.home-page .banner-section .swiper{width:100%;height:100%}.home-page .banner-section .banner-slide{position:relative;width:100%;height:100%;display:flex;align-items:center}.home-page .banner-section .banner-slide .banner-image{position:absolute;width:100%;height:100%;z-index:1}.home-page .banner-section .banner-slide .banner-image img{width:100%;height:100%;object-fit:cover}.home-page .banner-section .banner-slide .banner-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.home-page .banner-section .banner-slide .banner-content{position:relative;z-index:2;color:#fff;max-width:600px;margin-left:64px}@media(max-width:1024px){.home-page .banner-section .banner-slide .banner-content{margin-left:32px}}@media(max-width:768px){.home-page .banner-section .banner-slide .banner-content{margin-left:16px;max-width:90%;text-align:center}}.home-page .banner-section .banner-slide .banner-content h2{font-size:48px;font-weight:700;margin-bottom:20px}.home-page .banner-section .banner-slide .banner-content p{font-size:18px;margin-bottom:30px;line-height:1.6}.home-page .banner-section .banner-slide .banner-content .banner-button{padding:12px 30px;font-size:16px;font-weight:600;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease}.home-page .banner-section .banner-slide .banner-content .banner-button:hover{background-color:#2563eb;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.home-page .banner-section .swiper-button-next,.home-page .banner-section .swiper-button-prev{color:#fff}.home-page .banner-section .swiper-pagination-bullet{background:#fff}.home-page .services-section{padding:64px 0;background-color:#f8fafc}@media(max-width:1024px){.home-page .services-section{padding:32px 0}}@media(max-width:768px){.home-page .services-section{padding:24px 0}}.home-page .services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:24px;gap:24px}.home-page .services-section .services-grid .service-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .3s ease}.home-page .services-section .services-grid .service-card:hover{transform:translateY(-10px);box-shadow:0 20px 30px rgba(0,0,0,.1)}.home-page .services-section .services-grid .service-card .service-image{width:100%;height:220px;overflow:hidden}.home-page .services-section .services-grid .service-card .service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-page .services-section .services-grid .service-card:hover .service-image img{transform:scale(1.1)}.home-page .services-section .services-grid .service-card .service-content{padding:25px}.home-page .services-section .services-grid .service-card .service-content h3{font-size:22px;font-weight:700;color:#002b6b;margin-bottom:15px}.home-page .services-section .services-grid .service-card .service-content p{font-size:15px;color:#1a202c;margin-bottom:20px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-page .services-section .services-grid .service-card .service-content .service-link{display:inline-block;font-size:15px;font-weight:600;color:#ffb100;text-decoration:none;position:relative}.home-page .services-section .services-grid .service-card .service-content .service-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#ffb100;transition:width .3s ease}.home-page .services-section .services-grid .service-card .service-content .service-link:hover:after{width:100%}.home-page .contact-section{padding:64px 0;background-color:#002b6b}@media(max-width:1024px){.home-page .contact-section{padding:32px 0}}@media(max-width:768px){.home-page .contact-section{padding:24px 0}}.home-page .contact-section .contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}@media(max-width:992px){.home-page .contact-section .contact-content{grid-template-columns:1fr}}.home-page .contact-section .contact-content .contact-info{color:#fff}.home-page .contact-section .contact-content .contact-info h2{font-size:2.25rem;font-weight:700;margin-bottom:24px}.home-page .contact-section .contact-content .contact-info p{font-size:18px;margin-bottom:30px;opacity:.9}.home-page .contact-section .contact-content .contact-info .contact-details .contact-item{display:flex;align-items:center;margin-bottom:20px}.home-page .contact-section .contact-content .contact-info .contact-details .contact-item i{font-size:24px;margin-right:15px;width:30px}.home-page .contact-section .contact-content .contact-info .contact-details .contact-item p{margin-bottom:0;font-size:16px}.home-page .contact-section .contact-content .contact-form{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.home-page .contact-section .contact-content .contact-form .form-group{margin-bottom:20px}.home-page .contact-section .contact-content .contact-form .form-group input,.home-page .contact-section .contact-content .contact-form .form-group textarea{width:100%;padding:15px;border:1px solid #e2e8f0;border-radius:4px;font-size:15px;transition:all .3s ease}.home-page .contact-section .contact-content .contact-form .form-group input:focus,.home-page .contact-section .contact-content .contact-form .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.home-page .contact-section .contact-content .contact-form .submit-button{width:100%;padding:15px;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.home-page .contact-section .contact-content .contact-form .submit-button:hover{background-color:#2563eb}.home-page .whous-section{padding:100px 0;background-color:#fff}.home-page .whous-section .whous-content .mission-vision{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;margin-bottom:50px}@media(max-width:768px){.home-page .whous-section .whous-content .mission-vision{grid-template-columns:1fr}}.home-page .whous-section .whous-content .mission-vision .mission,.home-page .whous-section .whous-content .mission-vision .vision{padding:30px;background-color:#f8fafc;border-radius:8px}.home-page .whous-section .whous-content .mission-vision .mission h3,.home-page .whous-section .whous-content .mission-vision .vision h3{font-size:24px;font-weight:700;color:#1e3a8a;margin-bottom:15px}.home-page .whous-section .whous-content .mission-vision .mission p,.home-page .whous-section .whous-content .mission-vision .vision p{font-size:16px;color:#6b7280;line-height:1.7}.home-page .whous-section .whous-content .whous-tabs{display:flex;border-bottom:1px solid #e2e8f0;margin-bottom:30px}.home-page .whous-section .whous-content .whous-tabs .tab-item{padding:15px 30px;font-size:18px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent}.home-page .whous-section .whous-content .whous-tabs .tab-item.active{color:#3b82f6;border-bottom-color:#3b82f6}.home-page .whous-section .whous-content .whous-tabs .tab-item:hover:not(.active){color:#1e3a8a}.home-page .whous-section .whous-content .tab-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}@media(max-width:992px){.home-page .whous-section .whous-content .tab-content{grid-template-columns:1fr}}.home-page .whous-section .whous-content .tab-content .tab-image{border-radius:8px;overflow:hidden}.home-page .whous-section .whous-content .tab-content .tab-image img{width:100%;height:auto;object-fit:cover}.home-page .whous-section .whous-content .tab-content .tab-description p{font-size:16px;color:#6b7280;line-height:1.8;white-space:pre-line}.home-page .projects-section{padding:100px 0;background-color:#f8fafc}.home-page .projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:30px;gap:30px}.home-page .projects-section .projects-grid .project-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .3s ease}.home-page .projects-section .projects-grid .project-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.home-page .projects-section .projects-grid .project-card .project-content{padding:25px}.home-page .projects-section .projects-grid .project-card .project-content h3{font-size:22px;font-weight:700;color:#1e3a8a;margin-bottom:15px}.home-page .projects-section .projects-grid .project-card .project-content .project-details{margin-bottom:20px}.home-page .projects-section .projects-grid .project-card .project-content .project-details .project-date,.home-page .projects-section .projects-grid .project-card .project-content .project-details .project-location{display:flex;align-items:center;margin-bottom:10px}.home-page .projects-section .projects-grid .project-card .project-content .project-details .project-date i,.home-page .projects-section .projects-grid .project-card .project-content .project-details .project-location i{color:#3b82f6;margin-right:10px;font-size:16px}.home-page .projects-section .projects-grid .project-card .project-content .project-details .project-date span,.home-page .projects-section .projects-grid .project-card .project-content .project-details .project-location span{font-size:15px;color:#6b7280}.home-page .projects-section .projects-grid .project-card .project-content .project-details .project-specs{margin-top:15px}.home-page .projects-section .projects-grid .project-card .project-content .project-details .project-specs p{font-size:15px;color:#6b7280;line-height:1.6;white-space:pre-line}.home-page .projects-section .projects-grid .project-card .project-content .project-link{display:inline-block;padding:10px 20px;background-color:#3b82f6;color:#fff;font-size:15px;font-weight:600;border-radius:4px;text-decoration:none;transition:all .3s ease}.home-page .projects-section .projects-grid .project-card .project-content .project-link:hover{background-color:#2563eb}.home-page .statistics-section{padding:80px 0;background-color:#1e3a8a}.home-page .statistics-section .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px}@media(max-width:992px){.home-page .statistics-section .stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.home-page .statistics-section .stats-grid{grid-template-columns:1fr}}.home-page .statistics-section .stats-grid .stat-item{text-align:center;color:#fff}.home-page .statistics-section .stats-grid .stat-item .stat-number{font-size:48px;font-weight:700;margin-bottom:10px;position:relative;display:inline-block}.home-page .statistics-section .stats-grid .stat-item .stat-number:after{content:"+";position:absolute;top:0;right:-20px;font-size:30px}.home-page .statistics-section .stats-grid .stat-item .stat-label{font-size:18px;opacity:.9}.home-page .faq-section{padding:100px 0;background-color:#fff}.home-page .faq-section .faq-list{max-width:800px;margin:0 auto}.home-page .faq-section .faq-list .faq-item{margin-bottom:20px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.home-page .faq-section .faq-list .faq-item .faq-question{padding:20px;background-color:#f8fafc;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.home-page .faq-section .faq-list .faq-item .faq-question h3{font-size:18px;font-weight:600;color:#1e3a8a;margin:0}.home-page .faq-section .faq-list .faq-item .faq-question .faq-toggle{font-size:24px;color:#3b82f6;transition:transform .3s ease}.home-page .faq-section .faq-list .faq-item .faq-question.active .faq-toggle{transform:rotate(45deg)}.home-page .faq-section .faq-list .faq-item .faq-answer{padding:0 20px;max-height:0;overflow:hidden;transition:all .3s ease}.home-page .faq-section .faq-list .faq-item .faq-answer.active{padding:20px;max-height:500px}.home-page .faq-section .faq-list .faq-item .faq-answer p{font-size:16px;color:#6b7280;line-height:1.7;margin:0}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}