*{margin:0;padding:0;box-sizing:border-box}.header{position:fixed;top:0;left:0;width:100%;height:70px;z-index:1000;background:linear-gradient(90deg,#002b7f,#4a155d,#c1121f);display:flex;justify-content:center;align-items:center;padding:0 20px;box-shadow:0 3px 10px #0003}.logo-img{position:absolute;left:20px;width:50px;height:50px;-o-object-fit:contain;object-fit:contain}.title{color:#fff;font-size:2rem;font-weight:700;letter-spacing:1px;text-shadow:1px 1px 3px rgba(0,0,0,.3)}@media screen and (max-width: 768px){.header{height:60px;padding:0 15px}.logo-img{width:40px;height:40px;left:15px}.title{font-size:1.4rem}}@media screen and (max-width: 480px){.header{height:55px;padding:0 10px}.logo-img{width:34px;height:34px;left:10px}.title{font-size:1.1rem}}@media screen and (max-width: 360px){.logo-img{width:30px;height:30px}.title{font-size:.95rem}}.top-info-bar{width:100%;background:#fff;margin-top:70px;display:flex;align-items:flex-start;gap:15px;padding:12px 15px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;white-space:nowrap}.top-info-bar::-webkit-scrollbar{display:none}.info-item{flex-shrink:0;min-width:180px;background:#fff;padding:15px;border-radius:15px;box-shadow:0 3px 10px #00000014;transition:.3s}.info-item:hover{transform:translateY(-3px)}.info-item h4{font-size:15px;color:#222;margin-bottom:8px}.info-item p{font-size:14px;color:#555}.weather{display:flex;align-items:center;gap:10px;min-width:340px}.weather img{width:50px;height:50px}.weather-search{width:120px;padding:8px 12px;border:1px solid #ddd;border-radius:8px;outline:none}.weather-btn{padding:8px 15px;border:none;border-radius:8px;background:#0057ff;color:#fff;cursor:pointer;transition:.3s}.weather-btn:hover{background:#0046cc}@media (max-width: 992px){.top-info-bar{gap:12px;padding:10px;margin-top:60px}.info-item{min-width:160px;padding:12px}.info-item h4{font-size:14px}.info-item p{font-size:13px}.weather{min-width:300px}.weather img{width:45px;height:45px}}@media (max-width: 768px){.top-info-bar{gap:10px;padding:8px;margin-top:60px}.info-item{min-width:140px;padding:10px}.info-item h4{font-size:12px}.info-item p{font-size:11px}.weather{min-width:240px}.weather img{width:38px;height:38px}.weather-search{width:90px;font-size:11px}.weather-btn{padding:6px 10px;font-size:11px}}@media (max-width: 480px){.top-info-bar{padding:6px;gap:8px;margin-top:60px}.info-item{min-width:125px;padding:8px}.weather{min-width:210px}.weather img{width:32px;height:32px}.weather-search{width:80px}.weather-btn{padding:5px 8px}}.news-grid{display:flex;flex-direction:column;gap:30px;max-width:900px;margin:20px auto;padding:0 15px}.news-card{display:grid;grid-template-columns:1.5fr 1fr;gap:20px;padding-bottom:20px;border-bottom:3px solid #131111}.news-card:last-child{border-bottom:none}.news-card img{width:100%;height:auto;border-radius:4px;-o-object-fit:cover;object-fit:cover}.i-news-content{display:flex;flex-direction:column;justify-content:center}.i-news-category{font-size:12px;font-weight:700;text-transform:uppercase;color:#555;margin-bottom:6px}.i-news-title{font-size:24px;font-weight:700;font-family:Georgia,serif;line-height:1.3;margin:0 0 10px;cursor:pointer}.i-news-title:hover{color:#0056a3;text-decoration:underline}.i-news-text{font-size:16px;line-height:1.6;color:#333}.i-news-byline{font-size:13px;color:#666;margin-top:8px;font-style:italic}@media (max-width: 768px){body{margin-top:50%}.news-card{grid-template-columns:1fr}.i-news-title{font-size:20px}.i-news-text{font-size:14px}}.video-heading{font-size:1.8rem;font-weight:700;margin-bottom:24px;text-align:center;color:#111}.video-card{position:relative;width:100%;max-width:360px;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 4px 12px #00000014;transition:transform .25s ease,box-shadow .25s ease}.video-player{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.video-item{max-width:360px;width:100%;text-align:center}.video-title{margin-top:10px;font-size:1rem;font-weight:600;color:#000}.video-desc{font-size:.9rem;color:#444;margin-top:4px}.main-container{display:flex;flex-direction:column;margin:10px auto;gap:30px;width:100%}.main-container hr{border:none;height:2px;background-color:#333;margin:10px 0}.top-section{display:flex;gap:20px}.column.right{flex:0 0 320px;max-width:320px;min-width:280px;display:flex;flex-direction:column;gap:15px}.video-section{margin-top:50px;padding:0 20px;max-width:1200px;margin-left:auto;margin-right:auto}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;justify-items:center}.video-card{position:relative;width:100%;max-width:360px;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 4px 12px #00000014;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.video-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.video-card video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.video-title{margin-top:8px;font-size:1rem;font-weight:600;text-align:center;color:#000}@media (max-width: 992px){.video-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.video-grid{grid-template-columns:1fr}}@media (max-width: 768px){body{background:#f5f5f5}.main-container{margin:0;padding:10px;gap:25px}.main-container hr{display:none}.top-section{flex-direction:column;gap:20px}.left-grid{flex-direction:column;align-items:flex-start;gap:0;background:#fff;border-radius:14px;overflow:hidden;border:none;margin-bottom:18px;box-shadow:0 2px 12px #00000014}.left-image{width:100%;margin:0}.left-image img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;border-radius:0}.left-text{padding:14px;width:100%}.left-text h3{font-size:1.15rem;line-height:1.4;margin-bottom:8px;font-weight:700}.left-text p{font-size:.88rem;line-height:1.5;color:#444}.column.right{display:flex;flex-direction:column;gap:12px}.text-item{background:#fff;padding:14px;border-radius:12px;box-shadow:0 2px 10px #0000000f}.text-item h3{font-size:1rem;line-height:1.5;margin-bottom:6px}.text-item p{font-size:.85rem;color:#555;line-height:1.5}.video-section{margin-top:10px;padding:0}.section-heading{font-size:1.4rem;margin-bottom:14px;padding-left:4px}.video-grid{grid-template-columns:1fr;gap:18px}.video-item{background:#fff;border-radius:14px;padding:10px;box-shadow:0 2px 12px #00000014}.video-card{max-width:100%;border-radius:12px;overflow:hidden;box-shadow:none}.video-card:hover{transform:none}.video-card video{border-radius:12px}.video-title{text-align:left;font-size:.95rem;line-height:1.5;margin-top:10px;padding:0 4px 4px}}@media (max-width: 480px){.main-container{padding:8px}.left-image img{height:200px}.left-text h3{font-size:1rem}.left-text p{font-size:.82rem}.text-item h3{font-size:.95rem}.video-title{font-size:.9rem}.video-card video{height:auto}}.featured-news-layout{width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.7fr 1fr;gap:20px;align-items:start}.featured-main-card{position:relative;width:100%;min-height:600px;overflow:hidden;border-radius:18px;cursor:pointer}.featured-main-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}.featured-main-card:hover .featured-main-image{transform:scale(1.03)}.featured-main-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.95),rgba(0,0,0,.45),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:35px}.featured-main-title{color:#fff;font-size:2rem;line-height:1.3;margin-bottom:15px}.featured-main-description{color:#ddd;line-height:1.8}.featured-main-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.featured-main-date{color:#fff}.featured-side-wrapper{display:flex;flex-direction:column;gap:20px}.featured-side-card{display:flex;gap:12px;padding-bottom:15px;border-bottom:1px solid #ddd;cursor:pointer;transition:.3s}.featured-side-card:hover{transform:translate(3px)}.featured-side-image{width:180px;height:110px;-o-object-fit:cover;object-fit:cover;border-radius:14px;flex-shrink:0}.featured-side-content{flex:1}.featured-side-title{font-size:1rem;line-height:1.5;margin-bottom:10px}.featured-side-date{color:#777;font-size:14px}@media (max-width:992px){.main-container{margin:0;padding:10px}.featured-news-layout{grid-template-columns:1fr;gap:20px}.featured-main-card{min-height:450px}}@media (max-width:768px){.main-container{margin:0;padding:10px;gap:20px}.top-section{flex-direction:column}.featured-news-layout{display:flex;flex-direction:column;gap:15px}.featured-main-card{min-height:350px}.featured-main-overlay{padding:20px}.featured-main-title{font-size:1.4rem}.featured-main-description{font-size:.9rem;line-height:1.6}.featured-side-card{gap:10px}.featured-side-image{width:110px;height:80px}.featured-side-title{font-size:.9rem}}@media (max-width:480px){.featured-main-card{min-height:300px}.featured-main-title{font-size:1.2rem}.featured-main-description{display:none}.featured-side-image{width:95px;height:70px}}.preheader{background:linear-gradient(90deg,#1b2b7d,#7d1035);color:#fff;padding:10px 0;font-size:14px}.preheader-container{width:95%;max-width:1400px;margin:auto;display:flex;justify-content:space-between;align-items:center}.preheader-left{font-weight:500}.preheader-right{display:flex;align-items:center;gap:20px}.nav-links{display:flex;align-items:center;gap:25px;list-style:none}.nav-links li{list-style:none}.nav-links li a{text-decoration:none;color:#fff;font-size:13px;font-weight:600;transition:.3s;letter-spacing:.3px}.nav-links li a:hover{color:#fc0}.social-icons{display:flex;align-items:center;gap:15px}.social-icons a{color:#fff;font-size:14px;transition:.3s}.social-icons a:hover{color:#fc0}.language-toggle{width:50px;height:24px;border:none;border-radius:50px;background:#ffffff26;cursor:pointer}@media (max-width: 991px){.preheader-container{flex-direction:column;gap:15px}.preheader-right{width:100%;justify-content:center;flex-wrap:wrap;gap:15px}.nav-links{overflow-x:auto;width:100%;justify-content:flex-start;scrollbar-width:none;gap:20px}.nav-links::-webkit-scrollbar{display:none}.nav-links li{flex-shrink:0}}@media (max-width: 768px){.preheader{font-size:12px}.preheader-left{display:none}.preheader-container{width:100%}.preheader-right{width:100%;justify-content:center;gap:12px}.nav-links{gap:15px}.nav-links li a{font-size:12px;white-space:nowrap}.social-icons{gap:12px}}.news-detail-container{width:100%;min-height:100vh;background:#f5f7fa;padding:40px 20px}.news-detail-card{max-width:900px;margin:auto;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.news-detail-image{width:100%;max-height:550px;-o-object-fit:cover;object-fit:cover;display:block}.news-detail-content{padding:35px}.news-detail-category{display:inline-block;background:#e60023;color:#fff;padding:7px 18px;border-radius:30px;font-size:14px;margin-bottom:20px}.news-detail-title{font-size:2.5rem;line-height:1.4;color:#111;margin-bottom:15px;font-weight:700}.news-detail-date{color:#777;font-size:14px;margin-bottom:30px;border-bottom:1px solid #eee;padding-bottom:20px}.news-detail-description{font-size:18px;line-height:2;color:#333;text-align:justify}.news-not-found{display:flex;justify-content:center;align-items:center;height:100vh}.category-page{width:90%;max-width:1400px;margin:40px auto}.category-header{display:flex;align-items:flex-start;gap:18px;margin-bottom:40px}.red-line{width:6px;height:55px;background:#e41d1d}.category-header h1{font-size:3rem;font-weight:800;color:#111}.category-header p{margin-top:10px;color:#666;font-size:18px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.news-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 14px #00000014;cursor:pointer;transition:.3s}.news-card:hover{transform:translateY(-5px)}.image-wrapper{position:relative}.image-wrapper img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover}.tag{position:absolute;bottom:12px;left:12px;background:#e41d1d;color:#fff;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600}.card-content{padding:20px}.card-content h2{font-size:1.8rem;line-height:1.4;margin-bottom:15px}.meta{display:flex;gap:10px;color:#777;font-size:14px;margin-bottom:18px}.card-content p{color:#555;line-height:1.7}@media (max-width:992px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.category-grid{grid-template-columns:1fr}.category-header h1{font-size:2rem}.image-wrapper img{height:200px}.card-content h2{font-size:1.3rem}}body{background:#f8f6f2;margin-top:0}
