a {
  text-decoration: none;
  color: inherit;
}
.cover {
  overflow: hidden;
}
.cover > img,
.cover > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nowrap {
  flex-wrap: nowrap;
}
.flex-sb {
  justify-content: space-between;
}
.flex-l {
  justify-content: flex-start;
}
.flex-sa {
  justify-content: space-around;
}
.flex-c {
  justify-content: center;
}
.flex-r {
  justify-content: flex-end;
}
.flex-t {
  align-items: flex-start;
}
.flex-b {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.inside {
  width: 1620px;
  max-width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 auto;
}
.header {
  position: fixed;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 2;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.header span {
  display: inline-block;
  margin-top: 20px;
}
.header.fixed {
  background: #1D2761;
  transition: all 0.3s ease 0s;
}
.header img.logo {
  width: 400px;
}
body {
  font-family: 'Palanquin';
}
.more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding-right: 40px;
  color: #5A9262;
}
.more a {
  font-weight: 500;
  font-size: 24px;
}
.more a:after {
  background: url(../images/arr-right.svg) no-repeat center;
  width: 21px;
  height: 16px;
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
}
.more.white a {
  color: #fff;
}
.more.white a:after {
  filter: grayscale(100%) brightness(100) invert(0);
}
.main {
  background: url(../images/main.jpg) no-repeat center;
  padding-top: 150px;
  padding-bottom: 80px;
  background-size: cover;
}
.main.single {
  padding-top: 300px;
  padding-bottom: 100px;
}
.main.single .caption {
  height: auto;
}
.main .caption {
  color: #1D2761;
}
.main .caption span {
  display: inline-block;
  padding: 10px 20px;
 
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
}
.main .caption .line-1 {
  font-size: 30px;
  font-weight: 700;
}
.main .caption .line-1 span {
  width: auto;
  padding-bottom: 16px;
}
.main .caption .line-2 {
  font-size: 120px;
  font-weight: 700;
}
.main .caption .line-2 span {
  width: auto;
  padding-bottom: 0;
  padding-top: 0;
}
.main .caption .line-3 {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}
.main .cont-line {
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px 40px 20px;
  line-height: 1.6;
  font-size: 20px;
  width: 512px;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease 0s;
}
.main .cont-line:hover {
  transition: all 0.3s ease 0s;
  background: rgba(29, 39, 97, 0.8);
  color: #fff;
}

.leading {
  margin-top: 60px;
}
.leading .img a {
  display: block;
  overflow: hidden;
}
.leading .img img {
  transition: all 0.3s ease 0s;
}
.leading .img:hover img {
  transition: all 0.3s ease 0s;
  transform: scale(1.1);
}
.leading .mobile {
  display: none;
}
.leading .item img {
  max-width: 100%;
}
.leading .item.small {
  width: 513px;
  position: relative;
}
.leading .item.small .desc {
  margin-top: 10px;
}
.leading .item.small .desc .roof {
  color: #393939;
  margin-bottom: 10px;
}
.leading .item.small .desc .date {
  font-size: 70px;
  font-weight: 700;
  color: #1D2761;
}
.leading .item.small .desc .title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.leading .item.small .desc .title a {
  color: #1D2761;
}
.leading .item.small .desc .description {
  line-height: 1.6;
  font-size: 17px;
  font-weight: 400;
  color: #5C5C5C;
}
.leading .item.small .desc .description .more {
  bottom: 0px;
}
.leading .item.big {
  position: relative;
  overflow: hidden;
}
.leading .item.big img {
  transition: all 0.3s ease 0s;
}
.leading .item.big .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
  width: 1056px;
  padding-top: 300px;
  padding-bottom: 60px;
  box-sizing: border-box;
  z-index: 1;
  background: linear-gradient(to top, rgb(29, 39, 97) 0%, rgba(29, 39, 97, 0));
}
.leading .item.big:hover {
  overflow: hidden;
  background-size: 105%;
}
.leading .item.big:hover img {
  transition: all 0.3s ease 0s;
  transform: scale(1.1);
}
.leading .item.big .desc {
  margin-top: 10px;
}
.leading .item.big .desc .roof {
  color: #fff;
  margin-bottom: 10px;
}
.leading .item.big .desc .date {
  font-size: 70px;
  font-weight: 700;
  color: #BAE1FF;
}
.leading .item.big .desc .title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.leading .item.big .desc .title a {
  color: #fff;
}
.leading .item.big .desc .description {
  line-height: 1.6;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}
.leading .item.big .desc .description .more {
  bottom: 22px;
}
.bloglist {
  margin-top: 40px;
}
.bloglist .item {
  width: 513px;
  position: relative;
}
.bloglist .item a {
  display: block;
  overflow: hidden;
}
.bloglist .item a img {
  transition: all 0.3s ease 0s;
  display: block;
}
.bloglist .item a:hover img {
  transition: all 0.3s ease 0s;
  transform: scale(1.1);
}
.bloglist .item .desc {
  margin-top: 10px;
}
.bloglist .item .desc .roof {
  color: #393939;
  margin-bottom: 10px;
}
.bloglist .item .desc .date {
  font-size: 70px;
  font-weight: 700;
  color: #1D2761;
}
.bloglist .item .desc .title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.bloglist .item .desc .title a {
  color: #1D2761;
}
.bloglist .item .desc .description {
  line-height: 1.6;
  font-size: 17px;
  color: #5C5C5C;
  font-weight: 400;
}
.bloglist .item .desc .description .more {
  bottom: -20px;
}
.footer {
  background: #1F285D;
  margin-top: 100px;
  padding-bottom: 30px;
  color: #fff;
}
.footer .top {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.6;
}
.footer .top:after {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
}
.footer .top .logo {
  margin-bottom: 30px;
}
.footer .top .logo img {
  width: 310px;
}
.footer .top .logos {
  opacity: 0.5;
  margin-top: 40px;
}
.footer .top .logos div:nth-child(1) {
  margin-right: 30px;
}
.footer .top .right .colored a {
  color: #5A9262;
  text-decoration: underline;
}
.footer .top .right .colored a:hover {
  text-decoration: none;
}
.footer .center {
  text-align: center;
}
.footer .center h4 {
  color: #fff;
  font-size: 27px;
  font-weight: 900;
}
.footer .center .socials {
  margin-top: 20px;
}
.footer .center .socials li {
  margin: 0 10px;
}
.footer .bottom .navigation li {
  margin-right: 10px;
}
.toggler {
  cursor: pointer;
}
.navigation-mobile {
  z-index: 3;
  width: 314px;
  padding: 30px;
  height: 100vh;
  box-sizing: border-box;
  background: #1D2761;
  position: fixed;
  left: -360px;
  top: 0;
  transition: all 0.3s ease 0s;
  padding-top: 140px;
}
.navigation-mobile li {
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
}
.navigation-mobile.open {
  left: 0;
}
.detail {
  padding-top: 74px;
  padding-bottom: 10px;
}
.detail iframe {
    max-width: 100%;
}
.detail .left-content {
  width: 1180px;
  border-right: 1px solid #1D2761;
  padding-right: 40px;
  line-height: 1.8;
  font-size: 18px;
  color: #393939;
}
.detail .left-content .images {
  margin-bottom: 30px;
}
.detail .left-content h2,
.detail .left-content h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #1D2761;
  text-transform: uppercase;
}
.detail .left-content ul {
  margin-bottom: 30px;
}
.detail .left-content a {
    color: #2061B9;
    font-weight: 500;
    text-decoration: underline;
}
.detail .left-content p {
  margin-bottom: 16px;
	width: 100%
}
.detail .left-content p strong {
  font-weight: 700;
}
.detail .left-content p span {
  display: block;
}
.detail .left-content p a {
  color: #2061B9;
  text-decoration: underline;
}
.detail .left-content p a:hover {
  text-decoration: none;
}
.detail .left-content .margin-10 {
  margin-bottom: 2px;
}
.detail .left-content img {
  max-width: 49%;
  height: auto !important;
}
.detail .left-content li {
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
  position: relative;
}
.detail .left-content li:before {
    position: absolute;
    width: 3px;
    height: 3px;
    content:"";
    background: #393939;
    border-radius: 100%;
    left: 0;
    top: 15px
}
.detail .left-content u {
    text-decoration: underline;
}
.detail .left-content i,
.detail .left-content em {
    font-style: italic;
}
.detail .left-content b,
.detail .left-content strong {
    font-weight: 700;
}
.detail .left-content .video {
  position: relative;
  margin-bottom: 30px;
}
.detail .left-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail .right-sidebar {
  width: 342px;
}
.detail .right-sidebar .label {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #1D2761;
  text-transform: uppercase;
}
.detail .right-sidebar .image {
    width: 342px;
    height: 342px;
    max-width: 100%;
}
.detail .desc {
  text-align: center;
  line-height: 1.6;
  padding-top: 20px;
}
.detail .desc strong {
  font-weight: 700;
}
.detail .desc .socials {
  margin-top: 30px;
  margin-bottom: 30px;
}
.detail .desc .socials li {
  margin: 0 10px;
}
.detail .desc .button {
	margin-top: 20px;
  margin-bottom: 20px;
}
.detail .desc .button a {
  width: 100%;
  height: 66px;
  text-align: center;
  line-height: 66px;
  color: #fff;
  display: block;
  background: #5A9262;
  text-decoration: none;
  text-transform: none;
}
.detail .desc .mail a {
  color: #2061B9;
  text-decoration: underline;
  text-transform: none;
}
.detail .desc a {
  color: #1D2761;
  text-transform: uppercase;
  text-decoration: underline;
}

.leading .item .img.default a,
.bloglist .item .img.default a {
    width: 514px;
    max-width: 100%;
    height: 280px;
}
.leading .item.huge {
    width: 1056px;
    height: 580px;
    width: calc(100% - 540px)
}

.leading .item.small, .bloglist .item {
    max-width: 32.4%;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.show-mobile {
	display: none;
}
.back-button {
	margin-bottom: 30px;
}
.back-button a {
padding: 10px 20px;
background: #5A9262;
display: inline-block;
border-radius: 10px;
	color: #fff!important;
    text-decoration: none !important;
}
.navigation-mobile span {
	width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
    right: 40px;
    top: 40px;
    cursor: pointer;
}
.navigation-mobile span:before {
	position: absolute;
    content:"";
    width: 2px;
    height: 30px;
    transform: rotate(45deg);
    background: #fff;
    left: 14px;
    top: 0;
}
.navigation-mobile span:after {
	position: absolute;
    content:"";
    width: 2px;
    height: 30px;
    transform: rotate(-45deg);
    background: #fff;
    right: 14px;
    top: 0;
}