/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
	display: block;
}
html,
body {
	height: 100%;
	letter-spacing: normal;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol';
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
	max-width: 100%;
}
img,
iframe {
	border: 0 none;
}
img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
b,
strong {
	font-weight: bold;
}
address {
	font-style: normal;
}
svg:not(:root) {
	overflow: hidden;
}
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
	cursor: pointer;
}
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	display: none;
	-webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	resize: none;
	-webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
button,
select {
	text-transform: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
nav ul,
nav ol {
	list-style: none outside none;
}

ul {
	list-style-position: inside;
}
ol {
	list-style-position: inside;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
	min-width: 320px;
	background: #f8f9fa;
	font-size: 14px;
	line-height: 1.3;
	color: #394647;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a[href^='tel'] {
	text-decoration: none;
}

h1 {
	font-size: 42px;
	color: #1b2829;
	margin-bottom: 0.55em;
}
h2 {
	font-size: 22px;
	color: #1b2829;
	margin-bottom: 0.55em;
}
h3 {
	font-size: 22px;
	color: #1b2829;
	margin-bottom: 0.55em;
}
h4 {
	font-size: 22px;
	color: #1b2829;
	margin-bottom: 0.55em;
}
h5 {
	font-size: 20px;
	color: #1b2829;
	margin-bottom: 0.55em;
}
h6 {
	font-size: 18px;
	color: #1b2829;
	margin-bottom: 0.55em;
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.65em;
}
p,
ul,
ol,
dl,
table,
blockquote {
	margin-bottom: 1.3em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/* Clear */
.clear:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}
/* Notext */
.notext {
	white-space: nowrap;
	text-indent: 100%;
	text-shadow: none;
	overflow: hidden;
}
.notext-old {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
/* Hidden */
[hidden],
.hidden {
	display: none;
}
/* Alignleft */
.alignleft {
	float: left;
}
/* Alignright */
.alignright {
	float: right;
}
/* Disabled */
[disabled],
.disabled {
	cursor: default;
}
.text-center {
	text-align: center;
}
.text-colored {
	color: #007e82;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
	border-top: 1px solid #e2e6e9;
	background: #fff;
	padding: 35px 0;
	color: #c3c4c5;
}
.footer-links {
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}
.footer-links li {
	margin-right: 20px;
}
.footer-links a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s;
	padding: 5px 10px;
}
.footer-links a:hover {
	color: #687580;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
	background: #fff;
	color: #687778;
	padding: 20px 0;
	position: relative;
	z-index: 10000;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
	max-width: 1480px;
	margin: auto;
	padding: 0 20px;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
	display: inline-block;
	text-decoration: none;
	width: 166px;
}
.logo img {
	width: 100%;
	height: auto;
}

@media (max-width: 480px) {
	.logo {
		width: 134px;
	}
}

/* ------------------------------------------------------------ *\
	nav
\* ------------------------------------------------------------ */

.nav {
	font-size: 16px;
}
.nav > ul {
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav > ul > li > a {
	display: inline-block;
	text-decoration: none;
	padding: 0 14px;
	position: relative;
	transition: all 0.3s;
}
.nav > ul > li > a:hover {
	color: #007e82;
}
.nav > ul > li > a:before {
	content: '';
	left: 20px;
	width: calc(100% - 40px);
	height: 2px;
	background: #007e82;
	position: absolute;
	top: 100%;
	margin-top: 5px;
	opacity: 0;
}
.nav > ul > li > a:before {
	transition: all 0.3s;
}
.nav > ul > li.current > a {
	color: #007e82;
}
.nav > ul > li.current > a:before {
	opacity: 1;
}

ul.nav {
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
ul.nav > li > a {
	display: inline-block;
	text-decoration: none;
	padding: 0 14px;
	position: relative;
	transition: all 0.3s;
}
ul.nav > li > a:hover {
	color: #007e82;
}
ul.nav > li > a:before {
	content: '';
	left: 20px;
	width: calc(100% - 40px);
	height: 2px;
	background: #007e82;
	position: absolute;
	top: 100%;
	margin-top: 5px;
	opacity: 0;
}
ul.nav > li > a:before {
	transition: all 0.3s;
}
ul.nav > li.current-menu-item > a {
	color: #007e82;
}
ul.nav > li.current-menu-item > a:before {
	opacity: 1;
}

@media (max-width: 1024px) {
	.navigation {
		display: none;
	}
}

/* ------------------------------------------------------------ *\
	nav-secondary
\* ------------------------------------------------------------ */

.nav-secondary ul {
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav-secondary a {
	display: inline-block;
	text-decoration: none;
	padding: 14px 20px;
	transition: all 0.3s;
}
.nav-secondary a:hover {
	color: #007e82;
}
.nav-secondary .current a {
	box-shadow: inset 0px 0px 20px 0px rgba(5, 66, 97, 1);
}
.nav-secondary .current a:hover {
	color: #fff;
}

/* ------------------------------------------------------------ *\
	top-bar
\* ------------------------------------------------------------ */

.top-bar {
	background: #07557c;
	color: #fff;
}
.top-bar .shell {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-bar-title {
	text-transform: uppercase;
	color: #007e82;
	display: inline-block;
	margin-right: 30px;
	font-size: 18px;
	letter-spacing: 0.05em;
	cursor: default;
}
.top-bar-title strong {
	font-weight: 400;
}
.top-bar-title strong a {
	display: inline-block;
	text-decoration: none;
}
.top-bar-content {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	letter-spacing: 0.04em;
}
.top-bar-content a {
	text-decoration: none;
}
.top-bar-login a {
	display: inline-block;
	letter-spacing: 0.04em;
	text-decoration: none;
}
.top-bar-login a:hover {
	color: #007e82;
}

@media (max-width: 1024px) {
	.top-bar {
		display: none;
	}
	.top-bar .shell {
		justify-content: flex-end;
	}
	.top-bar .top-bar-content {
		justify-content: right;
		margin-bottom: 10px;
	}
	.top-bar .top-bar-title {
		display: none;
	}
	.top-bar .nav-secondary ul {
		display: block;
		text-align: right;
	}
	.top-bar .nav-secondary a {
		padding: 5px 0;
		font-size: 16px;
	}
	.top-bar .nav-secondary .current a {
		box-shadow: none;
	}
	.top-bar .nav-login {
		display: none;
	}
}

/* ------------------------------------------------------------ *\
	nav-login
\* ------------------------------------------------------------ */

.nav-login > ul {
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav-login > ul > li > a {
	display: inline-block;
	text-decoration: none;
	padding: 0 0px 0 14px;
	transition: all 0.3s;
	letter-spacing: 0.56px;
}
.nav-login > ul > li > a:hover {
	color: #007e82;
}
.nav-login a {
	letter-spacing: 0.56px;
	text-decoration: none;
}

/* ------------------------------------------------------------ *\
	logged-user
\* ------------------------------------------------------------ */

.logged-user-container {
	position: relative;
	z-index: 99;
}
.logged-user-container.active .logged-user-dropdown {
	opacity: 1;
	visibility: visible;
	margin-top: 10px;
}

.logged-user-dropdown {
	position: absolute;
	top: 60%;
	right: 62px;
	margin-top: 50px;
	opacity: 0;
	visibility: hidden;
	width: 230px;
	background: #fff;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
	z-index: 110;
	line-height: 32px;
	transition: all 0.3s;
}
.logged-user-dropdown .dropdown-heading {
	display: flex;
	padding: 15px 10px 15px 20px;
}
.logged-user-dropdown .dropdown-heading .name {
	width: 50%;
	line-height: 22px;
	font-weight: bold;
	color: #394647;
}
.logged-user-dropdown .dropdown-heading .icons-wrapper {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.logged-user-dropdown .dropdown-heading .icon {
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	margin-left: 10px;
}
.logged-user-dropdown .dropdown-heading .icon-settings {
	background-image: url('./../images/icon-settings.svg');
}
.logged-user-dropdown .dropdown-heading .icon-messages {
	background-image: url('./../images/icon-messages.svg');
	margin-top: 4px;
}
.logged-user-dropdown .dropdown-heading .notifications-count {
	margin: 0 0 4px 2px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #007e82;
}

.logged-user-dropdown ul {
	list-style: none;
	display: block;
}

.logged-user-dropdown li {
	width: 100%;
	padding: 3px 20px;
	color: #394647;
}
.logged-user-dropdown li.label {
	background: #07557c;
	color: #fff;
}
.logged-user-dropdown li a {
	display: block;
	padding-left: 20px;
	color: #87898a;
}
.logged-user-dropdown li a.footer-btn {
	padding-left: 0;
}
.logged-user-dropdown li a:hover {
	color: #007e82;
}
.logged-user-dropdown hr {
	border: 0.5px solid #c4c4c4;
}

/* ------------------------------------------------------------ *\
	btn-logged-user
\* ------------------------------------------------------------ */

.btn-logged-user {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: 0;
	border-radius: 0;
	margin: -20px 0;
}

.btn-logged-user.example-color span {
	color: #999;
	display: flex;
}
.btn-logged-user strong {
	display: block;
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
	border: 2px solid #fff;
	background-image: url('./../images/user.svg');
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-left: 10px;
}
.btn-logged-user > span {
	display: flex;
	justify-content: flex-end;
	min-width: 150px;
	font-size: 16px;
	font-weight: 350;
	color: #fff;
	transition: all 0.3s;
}
.btn-logged-user > span:after {
	display: block;
	content: ' ';
	background-image: url('./../images/icon-arrow-down.svg');
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
	margin: 5px 0 0 10px;
}
.btn-logged-user:hover > span {
	color: #007e82;
}
.btn-logged-user strong.unread:after {
	display: block;
	content: ' ';
	background-image: url('./../images/icon-messages.svg');
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	position: relative;
	left: 50px;
}

/* ------------------------------------------------------------ *\
	nav-mobile
\* ------------------------------------------------------------ */

.nav-mobile-wrap {
	background: #07557c;
	color: #fff;
	text-align: right;
	display: none;
}
.nav-mobile {
	padding: 10px 0;
}
.nav-mobile ul {
	list-style: none;
	margin: 0;
}
.nav-mobile a,
.nav-mobile span {
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	padding: 5px 0;
	transition: all 0.3s;
}
.nav-mobile a:hover {
	color: #007e82;
}
.nav-mobile .current a {
	color: #007e82;
}
.nav-mobile .btn-logged-user {
	margin-left: auto;
}

.nav-mobile .expander {
	border-top: none;
}
.nav-mobile .expander.open {
	border-top: 1px solid #fff;
}
.nav-mobile .expander span {
	color: #fff;
}
.nav-mobile .expander.open span {
	color: #007e82;
}
.nav-mobile .expander-menu {
	border-bottom: none;
}
.nav-mobile .expander-menu.open {
	border-bottom: 1px solid #fff;
}

/* ------------------------------------------------------------ *\
	wrapper
\* ------------------------------------------------------------ */

.wrapper {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}
.wrapper .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* ------------------------------------------------------------ *\
	article
\* ------------------------------------------------------------ */

.article {
	position: relative;
}
.article .article-image {
	margin-bottom: 35px;
}
.article .article-title {
	margin-bottom: 20px;
	position: relative;
}
.article .article-image .image {
	padding-bottom: 69%;
	background-size: cover;
	background-position: center;
	position: relative;
}
.article .article-image .image-img-tag {
	padding-bottom: 0;
	aspect-ratio: 100/69;
	display: flex;
	justify-content: center;
}
.article .article-image .image-img-tag img {
	max-width: none;
	min-width: 100%;
	flex-shrink: 0;
}
.article .article-text {
	max-width: 630px;
	margin: 0 auto;
}
.article .article-text p {
	text-align: center;
}
.article .article-image .image:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 22px;
	right: 22px;
	bottom: 22px;
	border: 2px solid #fff;
	opacity: 1;
	z-index: 2;
}
.article .article-image .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(5, 66, 97, 0.3);
	transition: all 0.3s;
}
.article:hover .article-image .image:after {
	background: rgba(5, 66, 97, 0);
}
.article .article-image .image:before {
	transition: all 0.3s;
}
.article .article-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.article:hover .article-image .image:before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}

/* ------------------------------------------------------------ *\
	blog-page
\* ------------------------------------------------------------ */

.blog-page.has-sidebar {
	padding-bottom: 50px;
}
.blog-page.has-sidebar .main {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -37px;
	padding: 0px 0 60px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog-page.has-sidebar .content {
	width: calc(100% - 380px);
	padding: 0 37px;
}
.blog-page.has-sidebar .sidebar {
	width: 380px;
	padding: 0 37px;
}

.blog-page.single-page .section-single-news {
	padding-top: 50px;
}

@media (max-width: 1400px) {
	.blog-page.has-sidebar .content {
		width: calc(100% - 300px);
	}
	.blog-page.has-sidebar .sidebar {
		width: 300px;
		padding: 0 37px;
	}
}

@media (max-width: 767px) {
	.blog-page.has-sidebar .main {
		padding-bottom: 0;
	}
	.blog-page.has-sidebar .content {
		width: 100%;
	}
	.blog-page.has-sidebar .sidebar {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	main-search
\* ------------------------------------------------------------ */

.main-search-page {
	padding-top: 50px;
}
.main-search-page .top-search .btn-toggle-search-search {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.main-search-page .top-search .shell {
	padding: 0;
	width: 100%;
	max-width: 100%;
}
.main-search-page .top-search .search-field {
	width: 100%;
}
.main-search-page .top-search .btn-toggle-search {
	display: none;
}
.main-search-page .list-similar-news {
	margin-top: 0 !important;
}
.main-search-page .list-similar-news .item .addtoany_content_top {
	display: none;
}
.main-search-page .list-similar-news .item .addtoany_content_bottom {
	display: none;
}
.main-search-page .section-similar-news .list-similar-news {
	padding: 50px 0px 0;
}
.main-search-page .section-similar-news .list-similar-news:before {
	display: none;
}

/* ------------------------------------------------------------ *\
	button
\* ------------------------------------------------------------ */

.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s;
}
.btn {
	background: #007e82;
	color: #fff;
	font-size: 18px;
	padding: 10px 45px;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
}

.btn:hover {
	background: #145a5c;
}

.btn:focus-visible {
	background: #145a5c !important;
	outline: 3px solid #2f80ed;
}

.btn-block {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.btn-burger {
	display: none;
	width: 20px;
	height: 12px;
	position: relative;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.btn-burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}
.btn-burger span:nth-child(1) {
	top: 0px;
}
.btn-burger span:nth-child(2) {
	top: 10px;
}
.btn-burger.open span:nth-child(1) {
	top: 5px;
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.btn-burger.open span:nth-child(2) {
	top: 5px;
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media (max-width: 1024px) {
	.btn-burger {
		display: inline-block;
	}
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
input::placeholder {
	color: inherit;
	opacity: 1;
}
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
textarea::placeholder {
	color: inherit;
	opacity: 1;
}
input:-webkit-autofill {
	-webkit-text-fill-color: inherit !important;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^='list-'] {
	list-style: none outside none;
}
.list-news-primary {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -13px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-news-primary li {
	width: 50%;
	padding: 0 13px;
	margin-bottom: 40px;
}
.list-news-primary li .article .article-image {
	margin-bottom: 22px;
}
.list-news-primary li .article .addtoany_content_top {
	display: none;
}
.list-news-primary li .article .addtoany_content_bottom {
	display: none;
}
.list-news-primary li .article .article-image .image {
	padding-bottom: 85%;
}
.list-news-primary li .article .article-image .image-img-tag {
	padding-bottom: 0;
	aspect-ratio: 100/85;
	display: flex;
	justify-content: center;
}
.list-news-primary li .article .article-image .image-img-tag img {
	max-width: none;
	min-width: 100%;
	flex-shrink: 0;
}
.list-news-primary li .article .article-title {
	margin-bottom: 4px;
}
.list-news-primary li .article .article-content {
	padding: 0 5px;
}
.list-news-primary li .article .article-image .image:before {
	top: 14px;
	left: 14px;
	right: 14px;
	bottom: 14px;
}
.list-news-primary li .article:hover .article-image .image:before {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.list-news-primary li .article .article-text p {
	text-align: left;
	width: 100%;
}

.add-dots {
	height: 0;
	overflow: hidden;
}
.add-dots.active {
	height: auto;
}

/* ------------------------------------------------------------ *\
	list-filtered-news
\* ------------------------------------------------------------ */

.list-filtered-news {
	display: none;
}
.list-filtered-news.doc-ready {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.list-filtered-news > div {
	padding: 0 12px;
}
.list-filtered-news .left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 66.66%;
	margin: 0 -12px;
}
.list-filtered-news .left li {
	width: 50%;
	padding: 0 12px;
}
.list-filtered-news .right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 33.33%;
}
.list-filtered-news .right li {
	width: 100%;
}

.list-filtered-news .left .article .article-title {
	text-align: left;
}
.list-filtered-news .left .article .article-image {
	margin-bottom: 20px;
}
.list-filtered-news .left .article .article-image .image:before {
	left: 14px;
	right: 14px;
	bottom: 14px;
	top: 14px;
}
.list-filtered-news .left .article:hover .article-image .image:before {
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}
.list-filtered-news .left .article .article-text p {
	text-align: left;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list-filtered-news .right .article {
	margin-bottom: 50px;
}
.list-filtered-news .right .article:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}
.list-filtered-news .right .article .article-image {
	float: right;
	width: 45%;
	margin-bottom: 0;
}
.list-filtered-news .right .article:before {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	right: -5px;
	left: -5px;
	background: #fff;
	z-index: -1;
	opacity: 0;
}
.list-filtered-news .right .article:before {
	transition: all 0.3s;
}
.list-filtered-news .right .article:hover:before {
	opacity: 1;
}
.list-filtered-news .right .article .article-image .image:before {
	display: none;
}
.list-filtered-news .right .article .article-title {
	text-align: left;
	margin-bottom: 4px;
}
.list-filtered-news .right .article .article-text p {
	text-align: left;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list-filtered-news .right .article .article-content {
	float: left;
	width: 55%;
	padding-right: 10px;
}

.article a:focus-visible {
	outline: 1px solid #2f80ed !important;
	padding: 4px !important;
}

@media (max-width: 1024px) {
	.list-filtered-news .left {
		width: 100%;
		margin: 0 -12px 20px;
	}
	.list-filtered-news .left li {
		width: 50%;
		padding: 0 12px;
	}
	.list-filtered-news .right {
		width: 100%;
		margin: 0 -12px;
	}
	.list-filtered-news .right li {
		width: 50%;
		padding: 0 12px;
	}
}

@media (max-width: 767px) {
	.list-filtered-news .left {
		margin: 0 -12px;
	}
	.list-filtered-news .left li {
		width: 100%;
		margin-bottom: 20px;
	}
	.list-filtered-news .right {
		margin: 0 -12px;
	}
	.list-filtered-news .right li {
		width: 100%;
		margin-bottom: 20px;
	}

	.list-filtered-news .right .article .article-content {
		width: 100%;
	}
	.list-filtered-news .right .article .article-image {
		width: 100%;
		margin-bottom: 10px;
	}
}

/* ------------------------------------------------------------ *\
	list-similar-news
\* ------------------------------------------------------------ */

.list-similar-news {
	position: relative;
}
.list-similar-news .addtoany_content_bottom {
	display: none;
}
.list-similar-news .addtoany_content_top {
	display: none;
}
.list-similar-news li {
	margin-bottom: 40px;
}
.list-similar-news .item {
	padding: 10px;
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 0px 2px 14px -4px rgba(0, 0, 0, 0.75);
	position: relative;
}
.list-similar-news .item > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.list-similar-news .item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
.list-similar-news .item:last-child {
	margin-bottom: 0;
}
.list-similar-news .item-title {
	color: #07557c;
	margin-bottom: 12px;
}
.list-similar-news .image {
	width: 300px;
	padding-bottom: 65%;
	background-size: cover;
	background-position: center;
	position: relative;
}
.list-similar-news .image-img-tag {
	padding-bottom: 0;
	aspect-ratio: 100/65;
	display: flex;
	justify-content: center;
}
.list-similar-news .image-img-tag img {
	max-width: none;
	min-width: 100%;
	flex-shrink: 0;
}
.list-similar-news .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	background: rgba(5, 66, 97, 0.3);
	transition: all 0.3s;
}
.list-similar-news .item:hover .image:after {
	opacity: 0;
}
.list-similar-news .item-text {
	padding: 10px 20px;
}
.list-similar-news .item-text p {
	text-align: left;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.list-similar-news .item-banner {
	padding: 0;
}

@media (max-width: 1024px) {
	.list-similar-news {
		margin: 0 -30px;
	}
	.list-similar-news .image {
		width: 250px;
		padding-bottom: 50%;
	}
}

@media (max-width: 767px) {
	.list-similar-news .item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/* ------------------------------------------------------------ *\
	section-top-news
\* ------------------------------------------------------------ */

.section-top-news .section-inner {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.section-top-news .section-content {
	width: 59%;
	padding: 0 20px;
}
.section-top-news .section-content .addtoany_content_top {
	display: none;
}
.section-top-news .section-content .addtoany_content_bottom {
	display: none;
}
.section-top-news .section-content .article .article-title {
	padding-bottom: 20px;
}
.section-top-news .section-content .article .article-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 25%;
	height: 1px;
	width: 50%;
	background: #b5b5b5;
}
.section-top-news .section-aside {
	width: 41%;
	padding: 0 20px;
}

@media (max-width: 1024px) {
	.section-top-news .section-content {
		width: 50%;
	}
	.section-top-news .section-aside {
		width: 50%;
	}
}

@media (max-width: 1024px) {
	.section-top-news .section-content {
		width: 100%;
		padding-bottom: 30px;
	}
	.section-top-news .section-aside {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	section-filtered-news
\* ------------------------------------------------------------ */

.section-filtered-news {
	padding: 30px 0;
}
.section-filtered-news .section-head {
	padding-bottom: 30px;
}
.section-filtered-news .section-title {
	text-transform: uppercase;
	position: relative;
}
.section-filtered-news .section-title a {
	display: inline-block;
	text-decoration: none;
}
.section-filtered-news .section-title:before {
	content: '';
	position: absolute;
	height: 1px;
	left: 0;
	width: 100%;
	top: 50%;
	background: #636363;
}
.section-filtered-news .section-title span {
	position: relative;
	z-index: 2;
	background: #fafafa;
	margin-left: 20px;
	padding: 0 3px;
}

/* ------------------------------------------------------------ *\
	section-single-news
\* ------------------------------------------------------------ */

.section-single-news {
	font-size: 18px;
}
.section-single-news hr {
	margin-bottom: 20px;
}
.section-single-news img.alignleft {
	margin-right: 30px;
}
.section-single-news .section-title {
	font-size: 65px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.section-single-news .section-image {
	margin-bottom: 35px;
}
.section-single-news .section-image img {
	width: 100%;
	height: auto;
}
.section-single-news .section-image .image {
	width: 95%;
	padding-bottom: 50%;
	display: block;
	background-size: cover;
	background-position: center;
}
.section-single-news .section-image .image-img-tag {
	padding-bottom: 0;
	aspect-ratio: 100/95;
	display: flex;
	justify-content: center;
}
.section-single-news .section-image .image-img-tag img {
	max-width: none;
	min-width: 100%;
	flex-shrink: 0;
}
.section-single-news .section-head .socials ul {
	margin-bottom: 10px;
}
.section-single-news .section-head .addtoany_content_top ~ .addtoany_content_top {
	display: none;
}
.section-single-news .section-head .socials ul li {
	margin-right: 10px;
	margin-bottom: 10px;
}
.section-single-news .section-body {
	margin-bottom: 50px;
}
.section-single-news .section-body img {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
}
.section-single-news .section-body h1 {
	font-weight: 600;
}
.section-single-news .section-body h2 {
	font-weight: 600;
}
.section-single-news .section-body h3 {
	font-weight: 600;
}
.section-single-news .section-body h4 {
	font-weight: 600;
}
.section-single-news .section-body h5 {
	font-weight: 600;
}
.section-single-news .section-body h6 {
	font-weight: 600;
}
.section-single-news > .socials ul {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.section-single-news > .socials ul li {
	margin: 0 5px;
}

@media (max-width: 1024px) {
	.section-single-news .section-title {
		font-size: 55px;
	}
}

@media (max-width: 767px) {
	.section-single-news .section-title {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.section-single-news .section-title {
		font-size: 32px;
	}
}

/* ------------------------------------------------------------ *\
	section-similar-news
\* ------------------------------------------------------------ */

.section-similar-news {
	width: 100%;
}
.section-similar-news .shell {
	max-width: 1100px;
}
.section-similar-news .list-similar-news:before {
	content: '';
	position: absolute;
	top: 0;
	left: 40px;
	width: calc(100% - 80px);
	height: 1px;
	background: #b5b5b5;
}
.section-similar-news .list-similar-news {
	padding: 50px 20px 0;
	margin: 40px auto 20px;
	position: relative;
}

/* ------------------------------------------------------------ *\
	socials
\* ------------------------------------------------------------ */

.socials ul {
	list-style: none;
	font-size: 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.socials ul a {
	display: inline-block;
	padding: 4px;
	color: #d3d3d3;
}
.socials ul a {
	transition: 0.3s;
}
.socials ul a:hover {
	color: #07557c;
}
.socials.socials-small ul {
	font-size: 25px;
}
.socials.socials-center ul {
	-ms-flex-pack: center;
	justify-content: center;
}
.socials.socials-center ul li {
	text-align: center;
}
.socials.socials-center ul a {
	display: inline-block;
}

@media (max-width: 1024px) {
	.socials ul {
		font-size: 25px;
	}
}

/* ------------------------------------------------------------ *\
	top-search
\* ------------------------------------------------------------ */

.top-search {
	padding: 30px 0;
}
.top-search form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.top-search .search-field {
	width: 0;
	height: 40px;
	border: 0;
	border-bottom: 1px solid #bcbcbc;
	padding: 0px;
	background: none;
	transition: all 0.3s;
}

.top-search span.btn-toggle-search {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	padding: 0;
	color: #39879e;
	font-size: 20px;
	box-shadow: 4px 4px 10px 0px rgba(228, 228, 228, 1);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.top-search span.btn-toggle-search svg {
	width: 24px;
	height: 24px;
	position: relative;
	top: 3px;
}

.top-search button.btn-toggle-search-search {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	padding: 0;
	color: #39879e;
	font-size: 20px;
	box-shadow: 4px 4px 10px 0px rgba(228, 228, 228, 1);
	align-items: center;
	justify-content: center;
	display: none;
}
.top-search button.btn-toggle-search-search svg {
	width: 24px;
	height: 24px;
	position: relative;
	top: 3px;
}

.top-search span {
	width: calc(100% - 50px);
	display: block;
	padding-right: 20px;
}

.top-search.active .search-field {
	width: 100%;
	padding: 0 20px;
}
.top-search.submitted .btn-toggle-search {
	display: none;
}
/*.top-search.submitted .btn-toggle-search-search { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }*/

@media (max-width: 1024px) {
	.top-search {
		padding: 20px 0;
	}
}

/* ------------------------------------------------------------ *\
	widget-list-recent-news
\* ------------------------------------------------------------ */

.widget-list-recent-news {
	list-style: none;
}
.widget-list-recent-news li {
	margin-bottom: 46px;
}
.widget-list-recent-news .item {
	border: 1px solid #e1e1e1;
	position: relative;
	transition: all 0.3s;
}
.widget-list-recent-news .item:hover {
	border: 1px solid #07557c;
}
.widget-list-recent-news .item:hover .item-title {
	color: #07557c;
}
.widget-list-recent-news .item > a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.widget-list-recent-news .item-image {
	height: 177px;
	background-size: cover;
	background-position: center;
}
.widget-list-recent-news .item-content {
	padding: 22px 22px 10px;
}
.widget-list-recent-news .item-title {
	text-transform: uppercase;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.widget-list-recent-news .item-text p {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.widget-list-recent-news .socials {
	padding-top: 5px;
	position: relative;
	z-index: 2;
}
.widget-list-recent-news .socials li {
	margin-bottom: 0;
}
.widget-list-recent-news .addtoany_content_bottom {
	position: relative;
	z-index: 2;
}

.widget-list-recent-news .item-call-to-action {
	background: #e0e8ef;
	border: 0;
	padding: 16px;
	color: #13334d;
}
.widget-list-recent-news .item-call-to-action .item-content {
	border: 4px solid #13334d;
	padding: 25px;
}
.widget-list-recent-news .item-call-to-action .item-text {
	margin-bottom: 20px;
	font-size: 20px;
}
.widget-list-recent-news .item-call-to-action .item-text b {
	text-transform: uppercase;
}
.widget-list-recent-news .item-call-to-action:hover .item-title {
	color: #e0e8ef;
}
.widget-list-recent-news .item-call-to-action .item-title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.widget-list-recent-news .item-call-to-action:hover {
	border: 0;
}
.widget-list-recent-news .item-call-to-action .btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 0;
	padding: 10px 0;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
}

@media (max-width: 1400px) {
	.widget-list-recent-news .item-image {
		height: 125px;
	}
	.widget-list-recent-news .item-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.widget-list-recent-news .item-call-to-action .item-title {
		font-size: 20px;
	}
	.widget-list-recent-news .item-call-to-action .item-text {
		font-size: 16px;
	}
	.widget-list-recent-news .item-call-to-action .btn {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.widget-list-recent-news {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.widget-list-recent-news .item-image {
		height: auto;
		padding-bottom: 50%;
	}
	.widget-list-recent-news li {
		width: 50%;
		padding: 0 10px;
	}
	.widget-list-recent-news .item-call-to-action {
		height: 100%;
	}
	.widget-list-recent-news .item-call-to-action .item-content {
		height: 100%;
	}
}

@media (max-width: 480px) {
	.widget-list-recent-news {
		display: block;
	}
	.widget-list-recent-news li {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	addtoany_content_bottom
\* ------------------------------------------------------------ */

.addtoany_content_bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

/* ------------------------------------------------------------ *\
	loader
\* ------------------------------------------------------------ */

@keyframes dot-keyframes {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
	}
}

@-webkit-@keyframes dot-keyframes {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
	}
}

@-moz-@keyframes dot-keyframes {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
	}
}

.loader-outer {
	padding: 20px 0;
}
.loader {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.loader {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}
.loader span {
	background-color: #07557c;
	border-radius: 10px;
	height: 13px;
	width: 13px;
	margin: 0 15px;
	animation: dot-keyframes 1s infinite ease-in-out;
}
.loader span:nth-child(2) {
	animation-delay: 0.3s;
}
.loader span:nth-child(3) {
	animation-delay: 0.6s;
}

.loader.active {
	opacity: 1;
	visibility: visible;
}
