﻿#header{margin-bottom:30px}#header .container{display:flex;align-items:center;position:relative}#header .container .site-header{grid-area:logo;justify-self:center}#header .container .header-right{display:flex;justify-content:end;grid-area:right;justify-self:end;gap:20px;width:200px;margin-top:10px}#header .container .header-right a img{width:24px;height:24px;transition:opacity .2s ease-in-out}#header .container .header-right a img:hover{opacity:.8}#header .container.line-1{display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"left logo right";height:120px}#header .container.menu-item .nav{border-top:2px solid #e30713;width:100%;height:40px;display:flex;align-items:center;justify-content:center;gap:30px;margin:0;padding:0;list-style:none;color:#fff}#header .container.menu-item li a{font-family:"Poppins",serif;color:#000;font-weight:700;font-size:1.2rem;text-transform:uppercase;transition:opacity .2s ease-in-out}#header .container.menu-item li a:hover{text-decoration:underline;opacity:.8}@media screen and (max-width: 1024px){#header .container.menu-item li a{font-size:.9rem}}@media screen and (max-width: 768px){#header .container.menu-item{display:none}}@media screen and (max-width: 768px){.container.line-1{height:80px !important}.site-data{display:none}.header-right{width:auto !important;gap:10px !important}.site-logo{max-height:48px;width:auto;display:block}}#single{padding:4rem 0}#single article{line-height:1.7;font-size:1.125rem;max-width:960px;margin:0 auto}#single article .article-header{max-width:800px;margin:0 auto;margin-bottom:2.5rem}#single article .article-header .title{font-size:2.5rem;line-height:1.2;font-weight:bold;margin-bottom:1rem;margin-top:0;font-family:"Poppins",serif;color:#03013a}#single article .article-header .excerpt{font-size:1.25rem;color:#555;margin-bottom:2rem}#single article .post-thumbnail{margin:2rem 0}#single article .post-thumbnail img{width:100%;height:auto;display:block}#single article .post-thumbnail .post-caption{background:#f2f2f2;color:#333;padding:1rem;font-size:1.06rem;line-height:1.4;font-family:sans-serif}#single article .post-content{max-width:800px;margin:0 auto}#single article .post-content .meta{margin-bottom:0px}#single article .post-content .meta strong{color:#6b6b8f}#single article .post-content h1,#single article .post-content h2,#single article .post-content h3,#single article .post-content h4,#single article .post-content h5,#single article .post-content h6{color:#03013a;font-weight:600;margin:2.5rem 0 1rem;line-height:1.3;color:#222}#single article .post-content p{margin:1.5rem 0}#single article .post-content a{color:#6b6b8f;text-decoration:underline}#single article .post-content a:hover{text-decoration:none}#single article .post-content ul,#single article .post-content ol{margin:1.5rem 0 1.5rem 2rem}#single article .post-content ul li,#single article .post-content ol li{margin-bottom:.5rem}#single article .post-content blockquote{border-left:4px solid #ccc;padding-left:1rem;margin:2rem 0;color:#555;font-style:italic}#single article .post-content img{max-width:100%;height:auto;margin:2rem 0}#single article .post-content iframe,#single article .post-content embed,#single article .post-content video{max-width:100%;margin:2rem 0;border-radius:.5rem}#single article .post-content table{width:100%;border-collapse:collapse;margin:2rem 0}#single article .post-content table th,#single article .post-content table td{border:1px solid #ddd;padding:.75rem;text-align:left}#single article .post-content table th{background:#f4f4f4}footer{height:97px;background:#e30713}footer .container{font-family:"Poppins",serif;display:flex;align-items:center;justify-content:center;height:100%;color:#fff;font-size:22px;font-weight:700}footer .container a{color:#fff;text-decoration:none;margin:0 8px}@media screen and (max-width: 767px){footer .container{font-size:12px}}.sidebar{position:fixed;top:0;right:-300px;width:300px;height:100%;background-color:#fff;color:#fff;transition:right .3s ease;z-index:1000;display:flex;flex-direction:column;padding:20px}.sidebar.open{right:0}.sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center}.sidebar .sidebar-header .logo{height:40px}.sidebar .sidebar-header .close-btn{background:none;color:#000;border:none;font-size:50px;cursor:pointer}.sidebar .search-box form{display:flex;margin:20px 0}.sidebar .search-box input{flex:1;padding:8px}.sidebar .search-box .search-btn{background-color:#fff;border:none;padding:8px;border-radius:0 5px 5px 0;cursor:pointer}.sidebar .nav{list-style:none;padding:0;margin:0}.sidebar .nav>li .menu-item-has-children a,.sidebar .nav>li a{padding:15px 0;display:inline-block;position:relative;background:none;border:none;color:#000;font-size:16px;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;gap:15px;width:100%}.sidebar .nav>li .menu-item-has-children a:hover,.sidebar .nav>li a:hover{color:#e30713}.sidebar .nav>li .menu-item-has-children:after{content:"›";font-size:29px;transform:rotate(90deg);transition:all .2s ease-in-out}.sidebar .nav>li .menu-item-has-children.active::after{transform:rotate(270deg)}.sidebar .nav>li .sub-menu{list-style:none;padding-left:15px;display:none}.sidebar .nav>li .sub-menu li{display:block}.sidebar .nav>li .sub-menu li a{display:block;padding:10px 0;color:#fff;text-decoration:none}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:999;display:none}.overlay.active{display:block}.container{padding:0 15px;display:block;margin:auto;max-width:1712px;width:100%}html,body{margin:0 !important;padding:0 !important}body{font-family:"Poppins",sans-serif;font-size:1rem}a{text-decoration:none}*{box-sizing:border-box;transition:all .2s ease-in}.breadcrumbs{margin-bottom:0;padding:0;max-width:800px;margin:0 auto}.breadcrumbs ul{display:flex;gap:.5rem;align-items:center;list-style:none;padding:0;margin:0}.breadcrumbs ul li{font-size:1rem;color:#e30713}.breadcrumbs ul li a{color:#e30713;text-decoration:none;font-weight:600}.breadcrumbs ul li a:hover{text-decoration:underline}