@import url(https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap);.layout{display:flex;flex-direction:column;min-height:100vh}.header{background:linear-gradient(135deg,#1e3c72,#2a5298);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between}.logo{color:#fff;display:flex;flex-direction:column;text-decoration:none}.logo h1{color:gold;font-size:1.8rem;font-weight:700;margin:0}.logo span{font-size:.9rem;margin-top:-5px;opacity:.9}.nav{display:flex;gap:2rem}.nav a{border-radius:5px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav a.active,.nav a:hover{background:#ffffff1a;color:gold}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:5px}.menu-toggle span{background:#fff;height:3px;margin:3px 0;transition:.3s;width:25px}.main{flex:1 1}.breadcrumb{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1rem 0}.breadcrumb-list{display:flex;font-size:.9rem;list-style:none;margin:0;padding:0}.breadcrumb-list li{align-items:center;display:flex}.breadcrumb-list li:not(:last-child):after{color:#6c757d;content:"›";margin:0 .5rem}.breadcrumb-list a{color:#1e3c72;text-decoration:none;transition:color .3s ease}.breadcrumb-list a:hover{color:#2a5298;text-decoration:underline}.breadcrumb-list li.active span{color:#6c757d;font-weight:500}.footer{background:#1a1a1a;color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3,.footer-section h4{color:gold;margin-bottom:1rem}.footer-section p{line-height:1.6;margin:.5rem 0}.footer-bottom{border-top:1px solid #333;opacity:.7;padding-top:1rem;text-align:center}@media (max-width:768px){.breadcrumb-list{font-size:.8rem;overflow-x:auto;padding-bottom:.5rem;white-space:nowrap}.breadcrumb-list li:not(:last-child):after{margin:0 .3rem}.header-content{flex-wrap:wrap}.nav{display:none;flex-direction:column;gap:0;margin-top:1rem;width:100%}.nav.nav-open{display:flex}.nav a{border-bottom:1px solid #ffffff1a;padding:1rem}.menu-toggle{display:flex}.logo h1{font-size:1.5rem}.logo span{font-size:.8rem}}@media (max-width:480px){.container{padding:0 15px}.footer-content{gap:1.5rem;grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fff;color:#333;font-family:Sarabun,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:#1e3c72;text-decoration:none}a:hover{color:#2a5298}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:#1e3c72;color:#fff}.btn-primary:hover{background:#2a5298;box-shadow:0 10px 20px #1e3c724d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#1e3c72;transform:translateY(-2px)}.btn-large{font-size:1.1rem;padding:15px 40px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:1.5rem}.pb-5{padding-bottom:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media (max-width:768px){.container{padding:0 15px}h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.5rem}}@media (max-width:480px){.container{padding:0 10px}h1{font-size:1.8rem}h2{font-size:1.6rem}h3{font-size:1.4rem}.btn{font-size:.9rem;padding:10px 20px}.btn-large{font-size:1rem;padding:12px 30px}}.loading{height:200px}.loading,.page-loader{align-items:center;display:flex;justify-content:center}.page-loader{flex-direction:column;gap:1rem;height:50vh}.page-loader p{color:#667eea;font-weight:500}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-radius:50%;border-top-color:#1e3c72;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.optimized-image{transition:opacity .3s ease}.optimized-image.loading{filter:blur(5px);opacity:.7}.optimized-image.loaded{filter:blur(0);opacity:1}.image-skeleton{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid gold;outline-offset:2px}@media print{.btn,.footer,.header,.nav{display:none}body{font-size:12pt;line-height:1.4}h1{font-size:18pt}h2{font-size:16pt}h3{font-size:14pt}}
/*# sourceMappingURL=main.d4a480b2.css.map*/