html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .dat-tim > div {
float: left;
margin: 0;
font-weight: 600;
}
.dat-tim > p {
float: right;
margin: 0;
padding: 0;
}
.dat-tim {
color: #333;
display: table;
font-family: "Noto Sans JP", sans-serif;
font-size: 15px;
font-weight: 100;
list-style: outside none none;
margin: 0px 0 0px 4px;
padding: 0;
position: relative;
width: 192px;
z-index: 9;
}
.logos {
margin: 15px 0;
float: left;
}
.h-hed {
max-width: 1120px;
margin: 0 auto;
width: 100%;
}
.h-ad {
float: left;
position: absolute;
left: 280px;
border-radius: 7px;
width: 556px;
display: inline-block;
margin: 0 0 0;
overflow: hidden;
}
.h-ad img {
width: 100%;
}
.mmnnu.col-100 {
width: 100%;
padding: 7px 0 0 0;
display: inline-block;
border-top: 1px solid #e5e5e5;
}
.containerss {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
position: relative;
margin: 0 auto;
padding: 0 10px;
max-width: 1140px;
}
nav.main-navigation.navbar.navbar-expand-lg.cusstoom {
background: #990c0c;
}
.menu-primary-menu-container {
max-width: 1118px;
width: 100%;
margin: 0 auto;
}
.main-navigation.cusstoom li {
padding: 6px 10px 2px;
}
.main-navigation.cusstoom a {
color: #fff;
}
.current-menu-item, .current-category-ancestor {
background: #FBB900;
}
.main-navigation.cusstoom .current-menu-item a {
color: #000;
}
.main-navigation {
display: block;
padding: 0;
clear: both;
width: 100%;
border-bottom: 1px solid #e5e5e5;
}
nav.mmnnu.col-8.cusstoom2 {
width: 87%;
margin: 30px 0 0;
display: none;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
margin: 0 6px 0 0;
padding: 5px 20px 8px 0;
}
.current-menu-item:after {
border-bottom: transparent;
width: 10px;
height: 10px;
border-top: 7px solid #ffc107;
content: "";
left: 40%;
background: #fbb900;
bottom: -10px;
position: absolute;
border-left: 5px solid #fff;
border-right: 5px solid #fff;
}
.main-navigation a {
display: block;
text-decoration: none;
text-transform: uppercase;
font-size: 17px;
color: #000;
font-family: 'Baloo 2';
font-weight: 500;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
input[type=text] {
width: 130px;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 36px;
background-size: 19px;
font-size: 16px;
background-color: white;
background-image: url(http://localhost/wordpress/wp-content/uploads/2024/09/search.png);
background-position: 14px 8px;
background-repeat: no-repeat;
padding: 6px 20px 6px 40px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
width: 100%;
}
.site-header .search-form {
position: relative;
float: right;
}
.site-header .search-field {
background-color: transparent;
background-image: url(https://newknowledgenews.com/wp-content/uploads/2025/03/search.png);
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400msease, background 400msease;
transition: width 400msease, background 400msease;
width: 0;
}
.search-form .search-submit {
display: none;
}
.site-header .search-field:focus {
background-color: #fff;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 230px;
}
.srchh {
float: right;
margin: 30px 0 0;
position: absolute;
right: 0;
}
article .row .col-sm-4 {
height: 170px;
overflow: hidden;
}
article .row .col-sm-4 img {
width: 100%;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
@media screen and (max-width: 800px) {
.h-ad {display:none!important;}
.logos {
width: 106px;
}
.site-top {
margin: 10px 39px 0 0!important;
}
nav.mmnnu.col-8.cusstoom2 {
display: block;
margin:0;
}	
ul.left-top-menu {
display: block;
}
.left-top-menu li {
float: left;
border: none !important;
}
.site-header .search-form {
position: absolute !important;
right: 0 !important;
top:2px;
}
.row.mobi {
display: block;
}
.slidder.col {
padding: 0;
margin: 0 !important;
}
.menu-primary-menu-container #menu-primary-menu {
display: flex;
overflow: auto;
white-space: nowrap;
}
button.menu-toggle {
margin: 0 15px 0 0;
background: none;
padding: 0;
border: none;
}
.toggled .menu-menu-1-container {
position: absolute;
background: #fff;
width: 100%;
top: 55px;
border-top: 1px solid #ccc;
z-index: 99;
padding: 8px 0 8px 6px;
left: 0;
right: 0;
}
.navbar>.container { justify-content: normal;}
.current-menu-item:after{display:none;}
.bar1, .bar2, .bar3 {
width: 26px;
height: 3px;
background-color: #333;
margin: 5px 0;
transition: 0.4s;
}
.change .bar1 {
transform: translate(0, 8px) rotate(-45deg);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
transform: translate(0, -8px) rotate(45deg);
}
.mmnnu.col-8 {
width: auto;
}
.srchh {
margin: 10px 9px 0 0 !important;
top: 0;
}
.containerss {
justify-content: flex-start !important;
}
.srch {
position: absolute!important;
right: 0;
margin: 0px 10px 0 0!important;
}
.srch.change .search-form {
background: #fff;
width: 422px !important;
margin: 32px -10px 0 0;
padding: 0 70px 20px;
}
.lfft.col-8, .sidebr.col-4, .sid-nws.col, .slidder.col, .stoo.col-8, .sto-sid.col-4 {
width: 100%!important;
}
.sid-nws.col ul li .col-4, .col-sm-4 {
width: 100%;
}
.sid-nws.col ul li .col-8, header.entry-header.col-sm-8 {
width: 100%;
}	
.sid-nws.col img {
min-width: 100px !important;
min-height: auto !important;
}
.sid-nws.col {
height: auto !important;
float: none !important;
margin: 20px auto 0 !important;
overflow-x: unset !important;
}
.trndd ul {
padding: 0 0 15px 12px!important;
}
.col-sm-8 .entry-title a {
text-decoration: none;
color: #000;
font-family: 'Baloo 2';
font-size: 18px!important;
font-weight: 500!important;
}
.stoo .entry-title {
font-size: 23px;
line-height: 36px;
}
.wppsac-post-slider.design-3 .wppsac-post-image-bg {
height: 350px !important;
}	
}
.bdp-post-title {
margin: 0 0 15px 0 !important;
font-size: 17px;
text-align: left;
line-height: 27px;
}
.bdp-post-title a {
color: #000;
}
.stoo.col-8 ul, ol {
padding: 0;
margin: 0 0 0 20px;
}
.post-thumbnail img {
width: 100%;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .trndd {
width: 100%;
display: inline-block;
clear: both;
margin: 0 auto;
padding: 15px 0 0;
}
.trndd ul {
overflow: auto;
margin: 0 auto;
padding: 0;
text-decoration: none;
max-width: 1120px;
list-style: none;
white-space: nowrap;
}
.trndd ul .no-st {
background: none;
border-radius: unset;
padding: 0;
display: inline-block;
font-weight: 700;
color: #2d2d2d;
margin: 0 10px 0 0;
}
.trndd ul .no-st img {
width: 25px;
margin: 0 10px 0 0;
}
.trndd ul li {
text-decoration: none;
background: #f2f2f2;
display: inline-block;
margin: 0 5px 0 0;
border-radius: 12px;
padding: 3px 16px 3px 16px;
}
.trndd .mmnnu.col-8 {
margin: 0 auto;
width: 100%;
max-width: 1140px;
}
.trndd ul li a {
text-decoration: none;
color: #2d2d2d;
font-size: 15px;
}
.trndd ul li a:hover {
color: #cc0000;
}
.site-top {
float: left;
margin: 0 0 0;
}
.left-top-menu li {
border: 1px solid #ede6e6;
margin: 0 6px 0 0;
padding: 0 4px 0;
}
.left-top-menu img {
width: 21px;
}
.srch {
float: right;
margin: 25px 0 0 0;
width: auto;
text-align: right;
position: relative;
}
.srch.change .search-form {
display: block;
position: absolute;
right: 0;
width: 282px;
}
.srch .search-form {
display: none;
}
.srch input.search-submit {
background: #cb0002;
border: 0;
border-radius: 0;
color: #fff;
padding: 8px 13px;
}
.srch input.search-field {
border-radius: 0;
padding: 3px 10px;
margin: 0 -4px 0 0;
}
.srch ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.srch li {
background: #f3f3f3 none repeat scroll 0 0;
float: left;
margin: 0 0 0 2%;
padding: 0;
width: 42%;
}
.feture-link {
margin: 7px 0 0 0;
}
.srch a {
color: #000000;
display: flex;
margin: 0;
padding: 0;
text-decoration: none;
}
.slidder {
margin: 20px 0 0 0;
width: 724px;
font-family: 'Baloo 2';
padding: 0;
}
.sid-nws.col {
overflow: hidden;
margin: 20px auto;
padding: 0;
max-width: 100%;
height: auto;
float: right;
}
.sid-nws.col .col-4 {
width: 30.5%;
}
.sid-nws.col .col-8 {
padding: 0 0 0 5px;
}
.sid-nws.col img {
max-height: 100%;
max-width: 100%;
}
.sid-nws.col a {
text-decoration: none;
color: #000;
font-weight: 500;
font-size: 18px;
font-family: 'Baloo 2';
line-height: 27px;
}
.sid-nws.col span.posted-on {
clear: both;
display: block;
color: #666;
font-size: 14px;
}
.sid-nws.col span.posted-on a {
color: #cb0002;
font-weight: normal;
font-size: 14px;
}
.wppsac-post-slider.design-4 .wppsac-post-list-content .wp-medium-7 {
margin: -6px 0 0 0;
padding: 0 35px 10px 15px !important;
}
.sid-nws.col ul {
margin: 0;
padding: 0;
list-style: none;
}
.sid-nws.col li {
margin: 0 0 15px;
}
.wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+1) a{background: #cb0002;margin: 10px 0 0 10px!important;}
.wppsac-post-slider.design-3 .wppsac-post-short-content {height: auto!important;}
.col-8 article {
border-bottom: 1px solid #f2f2f2;
}
.col-sm-8 {
font-family: 'Baloo 2';
}
.col-sm-8 {
font-family: 'Baloo 2';
}
.col-sm-8 .entry-title a {
font-size: 22px;
text-decoration: none;
color: #000;
}
.col-sm-8 .entry-title {
line-height: 30px;
}
.sidebr.col-4 .imoo {
margin: 0;
position: relative;
padding: 0;
clear: both;
}
.sidebr.col-4 ul li {
margin-bottom: 20px;
}
.sidebr.col-4 ul li img {
width: 100%;
}
.sidebr.col-4 ul .col-15 {
margin: 0 0 10px;
}
.sidebr.col-4 ul li a {
color: #000;
text-decoration: none;
}
.sidebr .posted-on {
clear: both;
display: inline-block;
width: 100%;
font-size: 14px;
}
.sidebr.col-4 ul li .posted-on a, .entry-meta .posted-on a {
font-size: 14px;
color: #cb0002;
text-decoration: none;
}
.sidebr.col-4 h3, .lfft.col-8 h3 {
margin: 0 0 15px;
}
.sidebr.col-4 h3 a, .lfft.col-8 h3 a {
text-decoration: none;
color: #000;
font-family: 'Baloo 2';
letter-spacing: normal;
text-transform: uppercase;
}
h1.entry-title {
line-height: unset;
}
.entry-meta {
margin: 0 0 10px;
}
footer.entry-footer {
background: none;
padding: 20px 0;
width: 100%;
color: #333;
text-align: left;
}
span.cat-links {
clear: both;
display: inline-block;
float: left;
width: 100%;
text-align: left;
}
footer.entry-footer a {
color: #a71717;
}
footer {
width: 100%;
text-align: center;
background: #333;
padding: 20px 0;
color: #f2f2f2;
}
footer .site-info a {
color: #fff !important;
text-decoration: none;
}
nav.cusstoom33 {
margin: 10px auto 10px;
width: 100%;
max-width: 570px;
padding: 0;
}
ul#menu-foot {
margin: 0;
padding: 0;
display: flex;
text-align: center;
list-style: none;
justify-content: space-evenly;
flex-wrap: wrap;
}
#menu-foot .current-menu-item, .current-category-ancestor {
background: none;
}
h2.entry-title a {
color: #000;
line-height: unset;
}
h2.entry-title {
line-height: unset;
text-decoration: none;
}
.sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}.posts-slider {
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.slider-container {
display: flex;
transition: transform 0.3s ease;
width: 100%;
touch-action: pan-y pinch-zoom;
-webkit-user-select: none;
user-select: none;
}
.slide {
flex: 0 0 100%;
padding: 0;
box-sizing: border-box;
}
.slide-content {
position:relative;
display: flex;
background: #343a40;
gap: 15px;
align-items: center;
color: #fff;
flex-wrap: wrap;
}
.slide-thumbnail {
flex: 0 0 auto;
width: 406px;
}
.slide-thumbnail img {
width: 406px;
height: 317px;
object-fit: cover;
}
.slide-info {
position: absolute;
flex: 1;
top: 18px;
width: 270px;
min-width: 200px;
right: 22px;
}
.slide-info h3 {
margin: 0 0 15px 0;
font-size: clamp(1.2rem, 2.5vw, 1.2em);
line-height: 27px;
}
.slide-info a {
color:#fff!important;
text-decoration:none;
}
.slide-excerpt {
color: #c9c9c9;
font-size:clamp(1rem, 2vw, 1em);
}
.prev-slide, .next-slide {
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 10px;
background: rgba(0,0,0,0.5);
color: white;
border: none;
cursor: pointer;
z-index: 10;
}
.prev-slide {
left: 10px;
}
.next-slide {
right: 10px;
}
@media (max-width: 768px) {
.slide-content {
flex-direction: column;
text-align: center;
}
.slide-thumbnail img {
width: 100%;
height: auto;
min-height: 240px;
}
.slide-thumbnail {
height: 240px;
overflow: hidden;
width: 100%;
}
.prev-slide, .next-slide {
padding: 5px;
}
.slide-info {
position: relative;
text-align: left;
margin: 0;
left: 0;
top: 0;
right: 0;
width: 100%;
padding: 0 15px 40px;
}
}
@media (max-width: 480px) {
.slide {
padding: 0;
background: #343a40;
}
.prev-slide, .next-slide {
top: auto;
display:none;
bottom: 10px;
transform: none;
}
}#masthead.sticky-header.mymenu {
position: fixed;
top:0;
left: 0;
width: 100%;
background: #fff; z-index: 1000;
transition: transform 0.3s ease;
} #masthead.sticky-header.hidden {
transform: translateY(-100%);
} .containerss {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1122px;
margin: 0 auto;
padding: 0;
}
.main-navigation {
width: 100%;
} .navbar {
padding: 0; } .menu-toggle {
display: none; background: none;
border: none;
cursor: pointer;
padding: 10px;
}
.menu-toggle .bar1, .menu-toggle .bar2, .menu-toggle .bar3 {
width: 25px;
height: 3px;
background: #333;
margin: 5px 0;
transition: 0.3s;
} .srchh {
display: flex;
align-items: center;
gap: 15px;
}
.left-top-menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 10px;
}
.left-top-menu img {
width: 24px;
height: 24px;
}
.search-form {
display: flex;
gap: 5px;
}
.search-field {
padding: 5px;
border: 1px solid #ddd;
border-radius: 4px;
}
.search-submit {
padding: 5px 10px;
background: #0066cc;
color: white;
border: none;
border-radius: 4px;
} .change1 {
transform: rotate(-45deg) translate(-5px, 6px);
}
.change2 {
opacity: 0;
}
.change3 {
transform: rotate(45deg) translate(-5px, -6px);
} .main-navigation.expanded {
display: block !important; } @media (max-width: 991px) { .menu-toggle {
display: block;
}
.main-navigation ul#menu-custom-2 li {
padding: 5px 20px 8px;
}
.navbar-expand-lg .navbar-collapse {
display: block !important; }
.srchh {
margin-top: 10px;
}
}.related-posts {
max-width: 1200px;
margin: 40px auto;
padding: 0;
}
.related-title {
margin-bottom: 20px;
color: #333;
font-size: 1.5em;
}
.related-posts-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}
.related-post {
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
overflow: hidden;
}
.related-thumbnail {
width: 100%;
}
.related-thumbnail img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}
.related-content {
padding: 15px;
flex: 1;
}
.related-content h3 {
margin: 0 0 10px;
font-size: 1.1em;
}
.related-content a {
color: #0066cc;
text-decoration: none;
}
.related-content a:hover {
text-decoration: underline;
}
.related-date {
color: #666;
font-size: 0.9em;
} @media (max-width: 768px) {
.related-posts-container {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.related-thumbnail img {
height: 150px;
}
}
@media (max-width: 480px) {
.related-posts-container {
grid-template-columns: 1fr;
}
.related-post {
max-width: 100%;
}
}.category-news-sections {
max-width: 1200px;
margin: 0 auto 40px;
padding: 0;
}
.category-news-sections.layout-grid {
padding: 0 0 0 10px;
}
.category-section {
margin-bottom: 40px;
}
.category-title {
color: #333;
font-size: 1.8em;
margin-bottom: 20px;
border-bottom: 2px solid #0066cc;
padding-bottom: 5px;
}
.category-posts {
display: grid;
gap: 20px;
} .layout-grid .category-posts {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.news-post {
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
overflow: hidden;
display: flex;
flex-direction: column;
}
.news-thumbnail img {
width: 100%;
height: 180px;
object-fit: cover;
}
.news-content {
padding: 15px;
flex: 1;
text-align: left;
}
.news-content h3 {
margin: 0 0 10px;
line-height: 30px;
font-weight: normal;
font-size: 1.1em;
}
.news-content a {
color: #000;
font-size: 22px;
font-family: 'Baloo 2';
text-decoration: none;
}
.news-content a:hover {
text-decoration: underline;
}
.news-date {
color: #cb0002;
font-size: 0.9em;
display: block;
margin-bottom: 10px;
}
.news-content p {
margin: 0;
color: #555;
font-size: 1em;
} .layout-list .category-posts {
grid-template-columns: 1fr;
}
.layout-list .news-post {
flex-direction: row;
align-items: center;
gap: 15px;
} @media (max-width: 768px) {
.layout-grid .category-posts {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.layout-list .news-post {
flex-direction: column;
text-align: center;
}
.news-thumbnail {
width: 100%;
}
.layout-list .news-thumbnail img {
width: 100%;
height: auto;
}
}
@media (max-width: 480px) {
.category-posts {
grid-template-columns: 1fr;
}
.category-title {
font-size: 1.5em;
}
}
.youtube-shorts-container {
max-width: 1200px;
margin: 20px auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
padding: 0 15px;
}
.youtube-short {
text-align: center;
}
.youtube-short iframe {
width: 100%;
max-width: 300px;
height: 533px; border: none;
border-radius: 8px;
}
.youtube-short h3 {
margin: 10px 0 0;
font-size: 1em;
color: #333;
}
@media (max-width: 768px) {
.youtube-shorts-container {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}
@media (max-width: 480px) {
.youtube-shorts-container {
grid-template-columns: 1fr;
}
}.category-news-tab {
max-width: 1200px;
margin: 40px auto;
padding: 0 15px;
}
.tab-nav {
list-style: none;
padding: 0;
margin: 0 0 20px;
display: flex;
border-bottom: 1px solid #990c0c;
}
.tab-link {
padding: 10px 20px;
cursor: pointer;
background: #f5f5f5;
margin-right: 5px;
border-radius: 4px 4px 0 0;
}
.tab-link.active {
background: #990c0c;
color: white;
}
.tab-content {
display: none;
}
.tab-content.active {
display: block;
}
.category-posts {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.news-post {
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
overflow: hidden;
}
.news-thumbnail img {
width: 100%;
height: 150px;
object-fit: cover;
}
.news-content {
padding: 15px;
}
.news-content h3 {
margin: 0 0 10px;
font-size: 1.1em;
}
.news-content a {
color: #000;
text-decoration: none;
}
.news-content a:hover { text-decoration: underline; }
.news-date { color: #666; font-size: 0.9em; display: block; margin-bottom: 10px; }
.news-content p { margin: 0; color: #555; font-size: 0.95em; }
@media (max-width: 768px) {
.tab-nav { flex-wrap: wrap; }
.tab-link { flex: 1 0 30%; text-align: center; margin-bottom: 5px; }
.category-posts { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
}
@media (max-width: 480px) {
.category-posts { grid-template-columns: 1fr; }
}.social-sharing {
max-width: 1200px;
margin: 20px auto;
padding: 0 15px;
display: flex;
align-items: center;
gap: 10px;
}
.share-label {
font-weight: bold;
color: #333;
}
.share-buttons {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 10px;
}
.share-buttons li {
display: inline-block;
}
.share-buttons a {
display: flex;
align-items: center;
gap: 5px;
padding: 8px 12px;
color: white; text-decoration: none;
border-radius: 4px;
transition: opacity 0.3s; } .share-facebook a {
background: #3b5998; }
.share-twitter a {
background: #1da1f2; }
.share-linkedin a {
background: #0077b5; }
.share-whatsapp a {
background: #25d366; }
.share-email a {
background: #666; } .share-buttons a:hover {
opacity: 0.8; } .share-buttons i {
font-size: 16px;
}
@media (max-width: 768px) {
.social-sharing {
flex-direction: column;
align-items: flex-start;
}
.share-buttons {
flex-wrap: wrap;
}
}
@media (max-width: 480px) {
.share-buttons a {
padding: 6px 10px;
font-size: 0.9em;
}
.share-buttons i {
font-size: 14px;
}
}