@import 'font.css';
@import 'grid.css';
@import 'base.css';




.banner {
	overflow: hidden;
}
.banner img {
	width: 100%;
	position: relative;
	/*left: 50%;
	margin-left: -500px;*/
}
@media (min-width: 992px) {
	.banner img {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}




.plate-1 {
	background: url(../images/bg_p1_lb.png) no-repeat left bottom;
}
.plate-1 .nest-1 {
	background: url(../images/bg_p1_rb.png) no-repeat right bottom;
}
.plate-1 .nest-2 {
	background: #e9f4ed;
	padding: 40px 0;
}
@media (min-width: 1200px) {
	.plate-1 .nest-2 {
		background: transparent url(../images/bg_p1_rt.png) no-repeat right top;
		padding: 80px 0;
	}
}




.plate-2 {
	background: url(../images/bg_veins.png) repeat;
}




.panel-intro {
	border-right: 6px;
	background: #dceae1 url(../images/bg_o.png) no-repeat left bottom;
	color: #354f4a;
	box-sizing: border-box;
	padding: 40px 30px;
	margin-top: 20px;
}
.panel-intro h3 {
	font-family: 'NexaBold', sans-serif;
	line-height: 1.4;
	margin-top: 0;
	font-size: 32px;
}
.panel-intro p {
	font-family: 'NexaLight', sans-serif;
	line-height: 1.6;
	margin-bottom: 0;
	font-size: 16px;
}
@media (min-width: 992px) {
	.panel-intro {
		padding: 60px 50px;
		min-height: 648px;
		margin-top: 0;
	}
  .panel-intro h3 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
	.panel-intro {
		min-height: 698px;
	}
	.panel-intro h3 {
		font-size: 58px;
	}
	.panel-intro p {
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.panel-intro {
		min-height: 703px;
	}
	.panel-intro h3 {
		font-size: 60px;
	}
}




.top-box {
	position: relative;
}
.top-box .new-text {
	background: url(../images/new.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	top: -80px;
	left: 50%;
	z-index: 1;
	display: none;
}
@media (min-width: 1200px) {
	.top-box .new-text {
		display: block;
		width: 680px;
		height: 183px;
		margin-left: -440px;
	}
}
@media (min-width: 1600px) {
	.top-box .new-text {
		width: 923px;
		height: 249px;
		margin-left: -520px;
	}
}




.panel-news {
	position: relative;
	z-index: 2;
}
.panel-news .panel-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.panel-news .panel-body ul li {
	padding-bottom: 15px;
}
.panel-news .panel-body ul li a {
	display: block;
	padding: 15px 28px;
	font-size: 16px;
	color: #354f4a;
	background-color: #e4f0e8;
	-webkit-transition: color 600ms ease, background-color 600ms ease;
		 -moz-transition: color 600ms ease, background-color 600ms ease;
			 -o-transition: color 600ms ease, background-color 600ms ease;
					transition: color 600ms ease, background-color 600ms ease;
}
.panel-news .panel-body ul li a h3,
.panel-news .panel-body ul li a p {
	margin: 0;
}
.panel-news .panel-body ul li a h3 {
	font-family: 'NexaBold', sans-serif;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.panel-news .panel-body ul li a p {
	font-family: 'NexaLight', sans-serif;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.panel-news .panel-body ul li a:hover {
	text-decoration: none;
	background-color: #354f4a;
	color: #e9f4ed;
}
@media (min-width: 1200px) {
	.panel-news .panel-body ul li a {
		font-size: 18px;
	}
	.panel-news .panel-body ul li a p{  height: 50px; }
}




.list-1 {
	padding-left: 0;
	padding-right: 0;
}
.list-1 img {
	width: 100%;
}
.list-1 .row {
	margin-left: 0;
	margin-right: 0;
}
.list-1 .item {
	padding-left: 0;
	padding-right: 0;
}
.list-1 a {
	display: block;
	position: relative;
	color: #fff;
}
.list-1 a .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  text-transform: uppercase;
	font-family: 'NexaBold', sans-serif;
	font-size: 16px;
	z-index: 2;
}
.list-1 a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .25;
	z-index: 1;
}
@media (min-width: 768px) {
	.list-1 a .text {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	.list-1 a .text {
		margin-bottom: -20px;
		bottom: 20px;
		top: auto;
		-webkit-transition: bottom 400ms ease;
			 -moz-transition: bottom 400ms ease;
				 -o-transition: bottom 400ms ease;
						transition: bottom 400ms ease;
	}
	.list-1 a:after {
		background-color: #49605c;
		opacity: 0;
		-webkit-transition: opacity 600ms ease;
			 -moz-transition: opacity 600ms ease;
				 -o-transition: opacity 600ms ease;
						transition: opacity 600ms ease;
	}
	.list-1 a:hover:after {
		opacity: .85;
	}
	.list-1 a:hover .text {
		bottom: 50%;
	}
}
@media (min-width: 1200px) {
	.list-1 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.list-1 .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.list-1 .item {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 1600px) {
	.list-1 a .text {
		font-size: 22px;
	}
}





.list-2 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.list-2 img {
	width: 100%;
}
.list-2 .row {
	margin-left: -5px;
	margin-right: -5px;
}
.list-2 .item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.list-2 a {
	display: block;
	position: relative;
	color: #fff; overflow: hidden;
}
.list-2 a .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'NexaBold', sans-serif;
	font-size: 14px;
	padding: 10px;
	z-index: 2;
}
.list-2 a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #354f4a;
	opacity: .9;
	height: 45px;
	z-index: 1;
	-webkit-transition: height 400ms ease;
		 -moz-transition: height 400ms ease;
			 -o-transition: height 400ms ease;
					transition: height 400ms ease;
}
/*.list-2 a:hover:after {
	height: 100%;
}*/
.list-2 a img{ transition: all 0.4s linear 0s; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; }
.list-2 a:hover img{ transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); }
.list-2 a.more:after {
	display: none;
}
.list-2 a.more .text {
	text-align: center;
	font-size: 18px;
	bottom: auto;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}
@media (min-width: 992px) {
	.list-2 {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.list-2 .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.list-2 .item {
		margin-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.list-2 a .text {
		font-size: 16px;
		padding: 10px 20px;
	}
	.list-2 a.more .text {
		font-size: 26px;
		height: 30px;
		line-height: 30px;
		margin-top: -15px;
	}
}
@media (min-width: 1200px) {
	.list-2 a .text {
		font-size: 22px;
	}
	.list-2 a:after {
		height: 52px;
	}
}




.panel-magazine {
  text-align: center;
  height: auto;
}
.panel-magazine .inner {
  font-size: 0;
  padding: 10% 6% 0;
  display: inline-block;
}
.panel-magazine .inner .image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
  box-sizing: border-box;
}
.panel-magazine .inner .image img {
  width: 100%;
}
.panel-magazine .button {
  padding: 20% 1% 10%;
}
.panel-magazine .button a {
  display: block;
  padding: 12px 20px 10px;
  text-align: center;
  background-color: #354f4a;
  color: #fff;
  font-family: 'NexaBold', sans-serif;
  font-size: 20px;
}
@media (min-width: 992px) {
  .panel-magazine {
    height: 389px;
  }
  .panel-magazine .button a {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .panel-magazine {
    height: 472px;
  }
  .panel-magazine .button {
    padding-left: 5px;
    padding-right: 5px;
  }
  .panel-magazine .button a {
    font-size: 28px;
  }
  .panel-magazine .inner .image {
    padding-left: 5px;
    padding-right: 5px;
  }
  .panel-magazine .inner .image,
  .panel-magazine .inner .image img {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .panel-magazine {
    height: 502px;
  }
}




.video-window {
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	margin-bottom: 20px;
	height: auto;
	display: block;
}
.video-window img {
	width: 100%;
	height: auto;
}
.video-window i {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 43px;
	height: 43px;
	background: url(../images/icon_play.png) no-repeat center;
	background-size: contain;
}
@media (min-width: 992px) {
	.video-window {
		height: 389px;
	}
	.video-window i {
		width: 83px;
		height: 83px;
		bottom: 20px;
		left: 20px;
	}
	.video-window img {
		height: 100%;
		width: auto;
	}
}
@media (min-width: 1200px) {
	.video-window {
		height: 472px;
	}
}
@media (min-width: 1600px) {
	.video-window {
		height: 502px;
	}
	.video-window img {
		width: 100%;
		height: auto;
	}
}




.bottom-box {
	padding-top: 10px;
	padding-bottom: 40px;
}




.panel-name {
  font-family: 'NexaBold', sans-serif;
  font-size: 24px;
  color: #314846;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .panel-name {
    font-size: 30px;
  }
}

@media (max-width: 1200px) { 
	.panel-news .panel-body ul li a p{  height: 44px; }
 }


