/*!
Theme Name: sanglonews
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sanglonews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sanglonews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600&display=swap");

:root {
  --primary--color: #0073bc;
  --secondary--color: #964a00;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: "Mukta", sans-serif;
}

p {
  font-family: "Mukta", sans-serif;
  line-height: 1.6;
  color: #000000a8;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: rgb(51, 51, 51);
}
.site-header > div > div {
  padding: 10px 0 15px 0;
}

.burger--menu > a {
  font-size: 30px;
  color: #646464;
}

.main-navigation {
  background: var(--primary--color);
  align-items: center;
  justify-content: space-between;
}

.custom-logo {
  max-width: 400px;
  width: 100%;
}

.footer-logo .custom-logo {
  padding: 20px;
  background: #fff;
  max-width: 340px;
  border-radius: 10px;
}

.main-navigation > div {
  display: flex;
  align-items: center;
}

.main-navigation > div > div > ul {
  margin: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
}

.main-navigation > div > div > ul > li > a {
  color: #fff;
  /* display: block; */
  font-size: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 11px 17px 10px 6px;
  line-height: normal;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}

.main-navigation > div > div > ul > li:hover {
  background: #0000002b;
}

.main-navigation > div > div > ul > li.menu-item-has-children > ul {
  position: absolute;
  top: 150%;
  left: 0;
  margin: 0;
  list-style: none;
  width: 250px;
  background: var(--primary--color);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 999;
  padding: 0;
}

.main-navigation > div > div > ul > li.menu-item-has-children > ul > li:hover {
  background: #00000024;
  color: var(--primary--color);
}

.main-navigation > div > div > ul > li.menu-item-has-children > ul > li > a {
  color: #fff;
  display: block;
  opacity: 1;
  padding: 10px;
  font-weight: 500;
  font-size: 17px;
  transition: 0s;
}

.main-navigation
  > div
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li:first-child
  > a {
  border-top: none;
}

.main-navigation > div > div > ul > li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.main-navigation > div > div > ul > li.menu-item-has-children {
  position: relative;
  padding-right: 10px;
}

.main-navigation > div > div > ul > li.menu-item-has-children .dropdown-toggle {
  position: absolute;
  right: 9px;
  top: 17px;
  color: #fff;
}

.main-navigation > div > div > ul > li.menu-item-has-children > ul > li {
  position: relative;
}

.main-navigation
  > div
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul {
  position: absolute;
  top: 0;
  left: 150%;
  margin: 0;
  list-style: none;
  width: 250px;
  background: var(--primary--color);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 5;
  padding: 0;
}

.main-navigation
  > div
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children:hover
  > ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.main-navigation
  > div
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li
  > a {
  color: #fff;
  display: block;
  opacity: 1;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
  transition: 0s;
  font-family: "Khand", sans-serif;
}

.main-navigation
  > div
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li
  > a:hover {
  background: #00000024;
  color: #fff;
}

.header-right {
  margin-left: auto;
}

.header-right > a {
  color: #fff;
  font-size: 20px;
  font-family: mukta, sans-serif;
  margin-left: 10px;
  height: 52px;
  display: inline-block;
  line-height: 52px;
  background: #0000002b;
  padding: 0 15px;
}

.section {
  margin-top: 40px;
}

.title a {
  color: #2e2e2e;
}

.title a:hover {
  color: var(--primary--color);
}

.banner-news-details {
  text-align: center;
  padding: 40px 0;
  border-bottom: 2px solid #e4e4e4;
}

.banner-news-details:last-child {
  padding-bottom: 0;
  border: none;
}

.banner-title {
}

.banner-title {
  font-size: 60px;
  margin: 0;
  line-height: 1.2;
}

.subtitle {
  margin: 0;
  margin-top: 13px;
  font-size: 22px;
  color: #5c5c5c;
  font-weight: 500;
}

.author {
  margin-top: 15px;
}

.author > a > img {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.author > a,
.author > span {
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500;
  color: rgb(81, 81, 81);
}

.postdate span {
  margin-right: 15px;
  font-size: 16px;
  font-family: mukta, sans-serif;
  vertical-align: middle;
  color: rgb(51, 51, 51);
}

.postdate {
  margin-bottom: 16px;
}

.banner-news-details > a {
  display: block;
  margin-top: 8px;
}

.banner-news-details iframe {
  margin-top: 8px;
}

.banner-news-details p {
  font-size: 23px;
  line-height: 1.6;
  margin-top: 22px;
  padding: 0 94px;
}

.slug span {
  background: var(--primary--color);
  color: #fff;
  display: inline-block;
  padding: 12px 17px 10px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 100%;
}

.main--title__xlarge {
  font-size: 30px;
  margin: 12px 0 0 0;
}

.main--title__large {
  font-size: 25px;
  margin: 20px 0 0 0;
}

.main--title__medium {
  font-size: 23px;
  margin: 15px 0 0 0;
}

.main--title__small {
  font-size: 20px;
  margin: 10px 0 0 0;
}

.news-wrapper p {
  margin: 5px 0 0 0;
  font-size: 18px;
}

.title {
  color: #111;
  display: block;
}

.title:hover {
  color: var(--primary--color);
}

.cat-name {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.cat-head {
  display: inline-block;
  /* padding: 12px 25px; */
  background: #fff;
  color: var(--primary--color);
  font-size: 35px;
  line-height: 1.1;
  margin: 0;
  font-family: mukta, sans-serif;
  z-index: 11;
  padding-right: 20px;
}

.cat-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 100%;
  height: 1px;
  background: var(--primary--color);
}

.cat-name > a {
  color: var(--primary--color);
  font-size: 18px;
  padding: 0 0 0 10px;
  background: #fff;
  z-index: 3;
  display: block;
}

.overlay {
  position: relative;
}

.overlay h3 {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 15px 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.overlay h3 .title {
  color: #fff;
}

.row--news > div {
  display: flex;
  padding: 15px 0;
}

.row--news > div > a {
  display: block;
  width: 100px;
  height: 100px;
}

.financial--news .row--news > div > a {
  width: 125px;
}

.row--news > div > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row--news > div > .main--title__small {
  flex: 12;
  margin: 0;
  margin-left: 15px;
}

.featured__news > a {
  display: block;
  width: 100%;
  height: 200px;
}

.featured__news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news--feature > a {
  display: block;
  width: 100%;
  height: 413px;
}

.news--feature > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col--news > div {
  margin-bottom: 20px;
}

.row--news > div:first-child {
  padding-top: 0;
}

.overlay {
  margin-bottom: 15px;
}

.environment__section .overlay h3 {
  font-size: 23px;
}

.environment__section .overlay > a {
  height: 350px;
  display: block;
  width: 100%;
}

.overlay > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life__section ul,
.technology__section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.life__section ul li,
.technology__section ul li {
  padding: 10px 0;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #eee;
}

.cooperate__section .col--news > div > a {
  display: block;
  width: 100%;
  height: 150px;
}

/* .col--news > div > a {
  display: block;
  width: 100%;
  height: 150px;
} */

.col--news > div > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.literature__section {
  background: var(--primary--color);
  padding: 75px 0;
}

.cat-name.cat-light .cat-head {
  background: var(--primary--color);
  color: #fff;
}

.cat-name.cat-light::after {
  background: #fff;
}

.cat-name.cat-light > a {
  background: var(--primary--color);
  color: #fff;
}

.literature__section .overlay > a {
  width: 100%;
  height: 350px;
  display: block;
}

.uk-dotnav > * > * {
  border-color: #fff;
}

.uk-dotnav > .uk-active > *,
.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background: var(--secondary--color);
}

.blog-news {
  display: flex;
  align-items: center;
}

.blog-news img {
  margin-right: 5px;
  width: 150px;
  height: 100px;
  vertical-align: middle;
  object-fit: cover;
}

.blog-content {
  flex: 1;
  margin-left: 15px;
}
.blog-content > a {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary--color);
  display: inline-block;
  margin-bottom: 8px;
}

.blog-content span {
  font-size: 16px;
  font-weight: 500;
  color: #565656;
}

.blog-content .main--title__small {
  font-size: 20px;
  margin: 0;
}

.blog-news {
  padding: 25px;
  box-shadow: 0 1px 10px #00000021;
  border-radius: 5px;
  place-items: center;
}

.site-footer {
  padding: 75px 0;
  background: var(--primary--color);
  margin-top: 40px;
}

.site-footer {
  padding: 50px 0 0 0;
  background: var(--primary--color);
}

.footer-logo strong {
  display: block;
  color: #fff;
  margin-top: 16px;
  font-size: 18px;
  font-family: mukta, sans-serif;
}

.footer-logo p {
  margin: 0;
  color: #fff;
  font-family: mukta, sans-serif;
  font-size: 18px;
}

.footer-info h3 {
  color: #fff;
  font-size: 26px;
  font-family: mukta, sans-serif;
  margin: 0;
  margin-bottom: 8px;
}

.footer-info p {
  margin: 0;
  color: #fff;
}

.footer-info {
  margin-bottom: 16px;
}

.footer-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-info ul > li > a {
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  color: #ffff;
  margin-bottom: 8px;
  display: block;
}

.social-links > a {
  width: 40px;
  height: 40px;
  background: #ffffff57;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  margin-left: 8px;
}

.copyright {
  padding: 15px 0;
  margin-top: 30px;
  border-top: 1px solid #eeeeee14;
}

.copyright p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.copyright a {
  font-size: 14px;
  color: #fff;
}

.btn {
  background: var(--primary--color);
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  padding: 13px 20px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.burger--menu > a {
  color: #fff;
}

.uk-offcanvas-bar {
  padding: 0;
  background: var(--primary--color);
}

.uk-offcanvas-bar > div > ul > li {
  position: relative;
}

.uk-offcanvas-bar > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.uk-offcanvas-bar > div > ul > li > a:hover {
  background: #00000012;
}

.uk-offcanvas-bar > div > ul > li > a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 17px;
  display: block;
  line-height: 46px;
  color: #fff !important;
  font-weight: 500;
  padding: 0 20px;
  border-top: 1px solid #ffffff2b;
  border-bottom: 1px solid #0000002b;
  font-family: mukta, sans-serif;
}

.uk-offcanvas-bar > div > ul > li.menu-item-has-children > ul > li > a {
  display: block;
  padding: 7px 24px;
  font-size: 17px;
  border-top: 1px solid #ffffff0a;
  border-bottom: 1px solid #0000002b;
}

.uk-offcanvas-bar
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li:first-child
  > a {
  border-top: 0;
}

.uk-offcanvas-bar > div > ul > li.menu-item-has-children span {
  position: absolute;
  right: 11px;
  cursor: pointer;
  z-index: 5;
  top: 17px;
}

.uk-offcanvas-bar > div > ul > li.menu-item-has-children > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff0d;
  display: none;
}

.uk-offcanvas-bar > div > ul > li.menu-item-has-children > ul > li > a:hover {
  background: #00000021;
}

.main-navigation .burger--menu > a {
  color: #fff;
}

.responsive--logo {
  padding: 15px;
  background: #fff;
}

.single--post .banner-title {
  text-align: center;
}

.single--post .author {
  padding: 15px;
  background: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.date {
  text-align: right;
  font-size: 14px;
}

.author .postdate {
  margin: 0;
}

.postdate > a {
  color: rgb(51, 51, 51);
  margin-right: 10px;
}

.postdate > a img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.news-content {
  padding: 0 35px;
}

.news-content p,
.news-content {
  line-height: 170%;
  font-size: 22px;
  color: #000000d6;
  margin-top: 20px;
  text-align: justify;
}

.news-content blockquote {
  font-weight: 600;
  font-size: 22px;
  background: #f1f1f1;
  margin-top: 20px;
  padding: 35px;
  line-height: 1.7;
}

blockquote.floatleft {
  background: none;
  padding: 80px 0 0 0;
  color: #000;
  float: left;
  width: 200px;
  padding-right: 30px;
  border-right: 2px solid var(--primary--color);
  margin-right: 40px;
  text-align: inherit;
  position: relative;
}

blockquote.floatright {
  background: none;
  padding: 80px 0 0 0;
  color: #000;
  float: right;
  width: 200px;
  padding-left: 30px;
  border-left: 2px solid var(--primary--color);
  margin-left: 40px;
  text-align: inherit;
  position: relative;
}

blockquote.floatleft::before {
  content: "\f1b2";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: 60px;
  position: absolute;
  left: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
}

blockquote.floatright::before {
  content: "\f1b2";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: 60px;
  position: absolute;
  right: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
}

.alignleft {
  padding-right: 30px;
  float: left;
}

.alignright {
  padding-left: 30px;
  float: right;
}

.aligncenter {
  text-align: center;
}

.comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

#commentform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}

.comment-notes {
  font-size: 15px;
  display: none;
  color: #000;
}

.comment-meta {
  padding-bottom: 14px;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
  margin-top: 0;
}

#respond p label {
  width: 100%;
  color: #000000bf;
  font-weight: 600;
  font-size: 16px;
}

#respond textarea {
  outline: none;
  padding: 20px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: none;
  height: 150px;
  font-family: mukta, sans-serif;
  background: #fff;
  resize: none;
  color: #000;
  font-size: 17px;
  border: 1px solid #00000026;
  line-height: 1.8;
}

#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"] {
  background: #fff;
  height: 45px;
  outline: none;
  padding: 3px 20px;
  margin: 5px 1px 3px 0;
  font-family: poppins, sans-serif;
  width: 100%;
  border: none;
  color: #000;
  font-size: 15px;
  border: 1px solid #00000026;
  border-radius: 4px;
}

.comment-form-comment,
.comment-notes,
.comment-form-cookies-consent,
.form-submit {
  grid-column: span 3;
  margin-top: 0;
}

#respond #submit {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  border: none;
  padding: 12px 14px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--primary--color);
  font-weight: 600;
}

#respond #submit:hover {
  background: var(--secondary--color);
}

.comment-form-cookies-consent {
  display: none;
}

.comments-title {
  font-size: 18px;
  display: none;
  background: var(--primary--color);
  padding: 14px 23px;
  color: #fff;
  margin: 0;
}

.comment-list,
.comment-respond {
  margin: 0 0 30px;
  list-style: none;
  background-color: #f1f1f1;
  padding: 20px;
}

.comment-list > li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #00000021;
}
.comment-list > li:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.comment-list > li > article {
  position: relative;
}

.comment-list > li article footer .comment-author,
.comment-metadata {
  position: relative;
  padding-left: 69px;
  color: #000;
}

.fn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
}

.comment-list > li article footer .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.comment-list > li article footer time {
  font-size: 14px;
}

.comment-list > li article footer .comment-author a,
.comment-list > li article footer time {
  color: #000;
}

.comment-list > li article .comment-content {
  margin: 0 0 0 58px;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  border-top: 1px solid #ddd;
}

.comment-list > li article .comment-content p {
  color: #000;
  border-top: 1px solid #fff;
  padding-top: 14px;
}

.logged-in-as {
  grid-column: span 2;
}

.comment-list > li article .comment-content a,
.logged-in-as > a {
  color: var(--primary--color);
}

.comment-list > li > article .reply {
  position: absolute;
  right: 0;
  top: 0;
}

.reply a {
  font-weight: 700;
  background: var(--primary--color);
  padding: 5px 9px;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
}

.reply a:hover {
  background: var(--secondary--color);
}

.comment-list > li ol {
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
}

.comment-list > li ol li em {
  display: inline-block;
  margin-top: 20px;
}

.category--title {
  text-align: center;
}

.category--title h2,
.category--title h1 {
  font-size: 44px;
  color: var(--primary--color);
}

.cat-title-large h3 {
  font-size: 40px;
  line-height: 1.1;
}

.cat-wrapper {
  padding: 25px;
  border-radius: 10px 0 0 10px;
}

.cat-wrapper p {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}

.big-category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.img-wrapper > a img {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.cat-slug span {
  background: var(--primary--color);
  color: #fff;
  display: inline-block;
  padding: 12px 17px 10px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.category-list > a {
  display: block;
  height: 250px;
  width: 100%;
}

.category-list > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar--news .main--title__small {
  font-size: 18px;
}

.financial--news .row--items > a {
  display: block;
  width: 100%;
  height: 150px;
}

.financial--news .row--items > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col--news > div > a {
  display: block;
  width: 100%;
  height: 150px;
}

.cat-news .banner--news > a {
  display: block;
  height: 496px;
}

.cat-news .banner--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-desc {
  background: var(--primary--color);
  padding: 30px;
}

.cat-desc .main-title h3 {
  margin-top: 0;
}

.cat-desc .main-title h3 a {
  color: #fffc;
}

.cat-desc p {
  color: #fffe;
  font-size: 20px;
  line-height: 32px;
}

.small-category .col--news > div > a {
  height: 200px;
}
