html, body {
  width: 100%;
  overflow-x: hidden;
}
body {
	background: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #0a3346;
	position: relative;
}

.navbar { 
  min-height: 70px;
  text-align: center;
  background: #fff; 
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.navbar .navbar-brand { 
  padding: 5px 0px;
}
.navbar .logo {
  width: 100px;
  height: auto;
}
.navbar .pso {
	width: 90px;
	height: auto;
}
.navbar,.navbar-brand, .navbar .logo, .navbar-nav, .navbar .navbar-nav li a{
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}

#navbar .navbar-nav li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0a3346;
  line-height: 30px;
  padding: 8px 20px;
}
#navbar .navbar-nav li.show a, #navbar .navbar-nav li a:hover, #navbar .navbar-nav li a:focus {
	color: #000;
}
#navbar .dropdown-menu {
	border: none;
	background: #f9f9f9;
	padding-top: 0;
	padding-bottom: 0;
}
#navbar .dropdown-menu li {
	text-align: center;
	border-bottom: 1px solid #fff; 
}
#navbar .dropdown-menu li:last-child {
	border-bottom: 0; 
}
#navbar .dropdown-menu li a {
	font-size: 14px;
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
  background: transparent;
}
@media (min-width: 576px) {
	.navbar .navbar-brand { 
		padding: 5px 0px 5px 15px;
	}
}
@media (min-width: 992px) {
	.navbar { 
	  min-height: 90px;
    }
	.navbar .navbar-brand { 
	  padding: 0px 10px 0px 0px;
	}
	.navbar .logo {
	  width: 140px;
	  height: auto;
	  margin-right: 0px;
	}
	.navbar-right li a {
		padding: 23px 0px 10px 0px;	
		font-size: 26px;
	}
	#navbar .dropdown-menu {
		margin-top: 22px;
		border-radius: 0 0 4px 4px;
		box-shadow: 0 2px 4px rgba(0,0,0,0.15);
		text-align: left;
		background: #fff;
	}
	#navbar .dropdown-menu li {
		text-align: left;
		border-bottom: 1px solid #f0f0f0; 
	}
	#navbar .dropdown-menu li:last-child {
		border-bottom: 0; 
	}
	#navbar .dropdown-menu li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.navbar-toggler {
  padding: 8px 10px;
}
.navbar-toggler .icon-bar {
  background: #001B31;	
  height: 3px;
  width: 25px;
}
.navbar-toggler .icon-bar {
	background: #001B31 none repeat scroll 0 0;
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 1px;
    transition: all 0.4s ease 0s;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
	transform-origin: 10% 10% 0;
	width: 26px;
}
.navbar-toggler .middle-bar {
	opacity: 0;
	width: 26px;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
	transform-origin: 10% 90% 0;
	width: 26px;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0deg);
}

.navbar .icon {
	margin: 0 5px;
	width: 26px;
	height: 26px;
	display: inline-block;
	border-radius: 50%;
	background: #084987;
	vertical-align: middle;
}
.navbar .icon-search {
	background: #084987 url(../images/icon-search.svg) no-repeat center center;
	background-size: 12px;
}
.navbar .icon-fb {
	background: #084987 url(../images/icon-facebook.svg) no-repeat center center;
	background-size: 10px;
}
.navbar .icon-in {
	background: #084987 url(../images/icon-linkedin.svg) no-repeat center center;
	background-size: 13px;
	margin-right: 20px;
}

h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}
h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.66em;
  margin: 30px 0px 20px 0px;
}
p {
  line-height: 24px;
}
a {
  color: #0a3346;
}
hr {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin: 5px 0;
  border: 0px;
}
ul {
  padding-left: 15px;
  line-height: 24px;
}
ol li {
	padding-bottom: 20px
}
#article, #search {
	margin-top: 30px;
	margin-bottom: 30px;
}
#article h1 {
	font-size: 26px;
	position: relative;
	padding-right: 30px;
	margin-bottom: 40px;
}
#article h1:after {
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 3px;
	background: url('../images/logo-s.svg') no-repeat right top;
	background-size: 18px;
}
#article ul {
	padding-left: 30px;
	padding-top: 1rem;
	margin-bottom: 1rem;
}
#article ul li {
	line-height: 25px;
	padding-bottom: 25px;
	list-style-type:circle;
}
#article .img-main {
	border-radius: 5px;
}
#article .member-logo {
	height: 85px;
	margin-bottom: 30px;
	display: flex;
}
#article .employee-img {
	height: 140px;
	margin-bottom: 30px;
	display: flex;
}
#article .page-item.active .page-link {
    background-color: #084987;
    border-color: #084987;
}
#article ul.pagination li {
    list-style-type: none;
}
#article ul.pagination a.page-link, #article ul.pagination span {
    color: #0a3346;
}
#article .page-item.active .page-link.current {
    color: #fff;
}
@media (min-width: 768px) {
	#article, #search {
		margin-top: 50px;
	}
	#article h1 {
		font-size: 32px;
	}
}
@media (min-width: 992px) {
	#article h1 {
		font-size: 36px;
		padding-right: 150px;
	}
}
#map {
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 360px;
	background: #fff url(../images/map.jpg) no-repeat center center;
	background-size: cover;
}
#map .btn {
	position: absolute;
	bottom: 30px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 240px;
}
@media (min-width: 992px) {
	#map {
		margin-top: 50px;
		height: 400px;
	}
}

#home-ts {
	position: relative;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 100%;
	color: #fff;
	background: #084987;
}
#home-ts a {
	color: #fff;
}
#home-ts a.btn  {
	color: #084987;
}
#infos {
	
}
#infos .infos-box {
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: #fff url(../images/samo-bg.png) no-repeat center -50px;
	background-size: 120%;
	position: relative;
	margin-top: -30px;
	padding: 40px 20px 20px 20px;
}
.h2-infos {
	position: relative;
	color: #000;
	font-size: 32px;
	line-height: 25px;
	padding-bottom: 10px;
}
.h2-infos:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 60px;
	height: 4px;
	border-radius: 2px;
	background: #084987;
}
.h2-infos small {
	font-weight: 700;
	font-size: 14px;
}
.p-infos {
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
}
.mb-infos {
	padding-bottom: 0px;
}
@media (min-width: 768px) {
	.mb-infos {
		padding-bottom: 200px;
	}
	#infos {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
	}
	.infos-box {
		margin-top: 0px;
		padding: 40px 20px 20px 20px;
	}
}
@media (min-width: 992px) {
	.mb-infos {
		padding-bottom: 160px;
	}
	#infos .infos-box {
		padding: 50px 50px 30px 50px;
	}
}
.section-full-img {
    position: relative;
    width: 100%;
	height: 220px;
	margin-top: 70px;
	margin: 70px auto 0 auto;
	box-shadow: 0 0px 30px rgba(0,0,0,.5);
}
@media (min-width: 992px) {
	.section-full-img {
		height: 400px;
		margin: 90px auto 0 auto;
	}
}
.img-slider, .bx-wrapper, .bx-viewport, .img-slider li {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.cover-image {
    -o-object-fit: cover;
    object-fit: cover;
}
.filter {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .18;
	z-index: 99;
}

#breadcrumbs {
	width: 100;
	margin-top: 70px;
	padding: 10px 0;
	background: #f2f2f2 url(../images/samo-t.png) no-repeat right top;
	background-size: 60px 61px;
	color: #000;
}
#breadcrumbs ul {
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	font-size: 12px;
	list-style-type: none;
	float: left;
	padding-right: 5px;
}
#breadcrumbs ul li strong {
	font-weight: 600;
}
@media (min-width: 992px) {
	#breadcrumbs {
		margin-top: 90px
	}
}
.btn-primary {
	font-size: 14px;
	font-weight: 700;
	border-radius: 19px;
	text-transform: uppercase;
	background: #084987;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-primary:hover, .btn-primary:focus {
	background: rgba(8, 73, 135,0.85);
}
.btn-secondary {
	color: #084987;
	font-size: 14px;
	font-weight: 700;
	border-radius: 19px;
	text-transform: uppercase;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-secondary:hover {
	background: rgba(255,255,255,0.85);
}
.btn-transparent {
	padding: 15px 50px;
	font-size: 16px;
	line-height: 16px;
	color: #fff !important;
	border-radius: 24px;
	border: 1px solid #fff;
}
.btn-transparent:hover {
	color: #084987 !important;
	background: #fff;
}
.form-control {
	font-size: 14px;
	line-height: 14px;
	color: #000;
	padding: 13px 20px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #dbdbdb;
	background: #f2f2f2;
}
footer {
	width: 100%;
	float: left;
}
.footer-info {
	border-top: 1px solid #dae1e7;
	padding: 50px 0 40px 0;
}
.footer-info h3 {
	color: #084987;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer-info ul {
	padding-left: 0;

}
.footer-info ul li {
	font-size: 14px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.footer-info p {
	font-size: 14px;
	margin-bottom: 0.5rem;
}
.footer-copy {
	font-size: 14px;
	color: #fff;
	padding-top: 10px;
	background: #084987;
}
.footer-copy p {
	margin-bottom: 10px;
}
.footer-copy a {
	color: #fff;
	text-decoration: underline;
}
#cookie-notice {
	border-top: 1px solid #eaeaea;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	font-family: 'Montserrat', sans-serif !important;
}
#cookie-notice .cn-button.bootstrap {
    background: #084987 !important;
}
.icon-calendar:after, .icon-calendar-w:after {
	content: ' ';
	display: inline-block;
	width: 13px;
	height: 15px;
	position: relative;
	vertical-align: -1px;
	margin-right: 10px;
	background: url('../images/icon-calendar.svg') no-repeat;
	background-size: cover;
}
.icon-calendar-w:after {
	background: url('../images/icon-calendar-w.svg') no-repeat;
}
.icon-link:after {
	content: ' ';
	display: inline-block;
	width: 13px;
	height: 13px;
	position: relative;
	vertical-align: 0px;
	margin-left: 10px;
	background: url('../images/icon-external-link.svg') no-repeat;
	background-size: cover;
}