/* top.css */

.home_wrapper {
	width: 100%;
	overflow: hidden;
}

#bannerBlock {
	background: #e8f2f8;
}

#mainBanner {
	padding: 16px 16px 30px;
	position: relative;
}

#mainBanner ul {
	list-style-type: none;
}

#mainBanner .slick img {
	width: 100%;
	height: auto;
}

.slick-list {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#mainBanner .slick-arrow {
	display: none;
}

#mainBanner .slick-arrow:before {
	content: none;
	display: none;
}

#mainBanner .slick-dots li {
	margin: 0 5px;
	width: 10px;
	height: 10px;
}

#mainBanner .slick-dots li button {
	position: relative;
	width: 100%;
	height: 100%;
}

#mainBanner .slick-dots li button:before {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 1;
	top: 0;
}

#mainBanner .slick-dots li.slick-active button:before {
	background-color: #004ea2;
}

#subBanner {
	background: #9fc4de;
	border: 1px solid #91bad8;
	/*padding: 16px;*/
    padding: 10px 16px 10px;
}

#subBanner .banner-list {
	-js-display: flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

#subBanner .banner-list .banner-item {
	display: table;
	width: 50%;
	/*height: 62px;*/
    /*height: 55px;*/
	height: 46px;
	vertical-align: middle;
	background: #FFF;
	/*padding: 5px;*/
	padding: 2px;
	border: 1px solid #9fc4de;
	box-sizing: border-box;
	position: relative;
}

#subBanner .banner-list .banner-item:before {
	content: "";
	display: block;
	/*width: 3px;*/
    width: 5px;
	/*height: 52px;*/
    /*height: 40px;*/
	height: 27px;
	background: #000;
	position: absolute;
	/*left: 4px;*/
    left: 7px;
	/*top: 4px;*/
    top: 8px;
}

#subBanner .banner-list #sb1:before {
	background-color: #49a092;
}

#subBanner .banner-list #sb1 a {
	color: #49a092;
}

#subBanner .banner-list #sb2:before {
	background-color: #cb4300;
}

#subBanner .banner-list #sb2 a {
	color: #cb4300;
}

#subBanner .banner-list #sb3:before {
	background-color: #f6b42e;
}

#subBanner .banner-list #sb3 a {
	color: #f6b42e;
}

#subBanner .banner-list #sb4:before {
	background-color: #487f8b;
}

#subBanner .banner-list #sb4 a {
	color: #487f8b;
}

#subBanner .banner-list #sb5:before {
    background-color: #7de395;
}

#subBanner .banner-list #sb5 a {
    color: #7de395;
}

#subBanner .banner-list #sb6:before {
    background-color: #F6AD49;
}

#subBanner .banner-list #sb6 a {
    color: #F6AD49;
}

#subBanner .banner-list #sb7:before {
    background-color: #74d165;
}

#subBanner .banner-list #sb7 a {
    color: #74d165;
}

#subBanner .banner-list .banner-item a {
	display: table-cell;
	vertical-align: middle;
	/*font-size: 14px;*/
    /*font-size: 16px;*/
	font-size: 14px;
	font-weight: bold;
	/*line-height: 16px;*/
    /*line-height: 18px;*/
	line-height: 15px;
	text-decoration: none;
	padding-left: 13px;
}

#subBanner .banner-list .banner-item a span {
	/*font-size: 12px;*/
    font-size: 14px;
    line-height: 13px;
}

#subBanner .banner-list .banner-item a small {
	display: block;
	font-size:11px;
}

.banner-title {
	font-size: 16px;
	font-weight: bold;
    /*font-weight: normal;*/
	letter-spacing: 0.075em;
	color: #002f7b;
	text-align: center;
}

.banner-desc {
	font-size: 12px;
	color: #002f7b;
	text-align: center;
	/*margin-bottom: 8px;*/
    margin-bottom: 2px;
}

/* hotNewsBlock */
#hotNewsBlock {
	padding: 20px 0;
}

#hotNewsBlock .content {
	position: relative;
}

#hotNewsBlock .content h2 {
	font-size: 14px;
	margin-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #cc0000;
}

#hotNewsBlock .tickerBlock {
	padding-right: 110px;
	position: relative;
}

#hotNewsBlock .tickerBlock .caroufredsel_wrapper {
	border: 1px solid #dadada;
}

#hotNewsBlock .tickerBlock .ticker {
    margin: 0 auto;
    padding: 0 4px;
    height: 36px;

	overflow: hidden;
}

#hotNewsBlock .tickerBlock .ticker .slick-list {
	box-shadow: none;
}

#hotNewsBlock .tickerBlock .ticker a {
	display: block;
	min-width: 850px;
	text-decoration: none;
	font-weight: bold;
	line-height: 36px;
	color: #333;
	float: left;
}

#hotNewsBlock .tickerBlock #tickerArrows {
	position: absolute;
	right: 0;
	top: 0;
}

#hotNewsBlock .tickerBlock #tickerArrows button:focus {
	outline: none;
}

#hotNewsBlock .tickerBlock #tickerArrows .button {
	appearance: none;
	border: 0 none;
	background-color: #004ea2;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	width: 32px;
	height: 36px;
	position: absolute;
	top: 0;
	transition: all 0.3s;
}

#hotNewsBlock .tickerBlock #tickerArrows .button:hover {
	opacity: 0.8;
}

#hotNewsBlock .tickerBlock #tickerArrows .button#btn-prev {
	right: 64px;
	left: auto;
	transform: translate(0, 0);
	border-right: 1px solid #003384;
	background-image: url(../img/icon-ticker-prev.svg);
}

#hotNewsBlock .tickerBlock #tickerArrows .button#btn-pause {
	right: 32px;
	border-right: 1px solid #003384;
	background-image: url(../img/icon-ticker-pause.svg);
}

#hotNewsBlock .tickerBlock #tickerArrows .button#btn-next {
	right: 0;
	transform: translate(0, 0);
	background-image: url(../img/icon-ticker-next.svg);
}

/* newsBlock */

#newsBlock {
	background: #004ea2;
	padding: 20px 0;
}

.news-cont {
	padding: 16px;
	background: #FFF;
	margin-bottom: 20px;
}

.news-cont:last-child {
	margin-bottom: 0;
}

.news-cont .news-head {
	position: relative;
	padding-right: 64px;
	margin-bottom: 16px;
}

.news-cont .news-head .news-title {
	font-size: 16px;
	letter-spacing: 0.075em;
	color: #004ea2;
}

.news-cont .news-head .cap {
	display: block;
	margin: 0.5em 0;
	font-weight: normal;
	letter-spacing: 0.075em;
}

.news-cont .news-head .view-all {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}

.news-cont ul {
	list-style-type: none;
}

.news-cont ul li {
	font-size: 14px;
	color: #777777;
	padding-bottom: 0.5em;
}

.news-cont ul li:last-child {
	padding-bottom: 0em;
}

.news-cont ul li .news-cat,
.news-cont ul li .news-date {
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
}

.news-cont ul li .news-cat {
	width: 5em;
	padding: 0 4px;
	margin-right: 8px;
	text-align: center;
	color: #FFF;
}
.news-cont ul li a{
	line-height: 160%;
}

/* category */
.update {
  background-color: #556fb5;
}

.seminor {
  background-color: #9cbd41;
}

.menbers-only {
  background-color: #54a3ce;
  }

.publish {
  background-color: #68baae;
}

.showroom {
  background-color: #f29939;
}

.etc {
  background-color: #aaaaaa;
}

.news-cont ul li .news-date {
	width: 8em;
}

.news-cont ul li .news-title {
	display: block;
	padding: 0.5em 0;
	line-height: 1.5;
}

#bottomBannerBlock {
	background: #f6f6f6;
	border-top: 1px solid #dadada;
	padding: 12px 16px;
}

#bottomBannerBlock .banner-cont {
	-js-display: flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#bottomBannerBlock a {
	-js-display: flex;
	display: flex;
	text-align: center;
	margin: 0;
	padding: 0 4px;
}

#bottomBannerBlock a img {
	width: auto;
	height: 48px;
	margin: 8px auto;
}


@media screen and (min-width: 769px) {
	#bannerBlock {
		height: 420px;
		padding: 30px 0 24px;
		box-sizing: border-box;
	}

	#bannerBlock .banner-wrapper {
		width: 1080px;
		margin: 0 auto;
	}

	#mainBanner {
		width: 840px;
		float: left;
		padding: 0;
	}

	#mainBanner slick-arrow {
	display: none;
}

	#mainBanner .slick-prev,
	#mainBanner .slick-next {
		width: 40px;
		height: 40px;
		background-size: auto 40px;
	}

	#mainBanner .slick-prev {
		left: 0;
		width: 32px;
		height: 32px;
		background: url(../img/icon-slick-arrow-left.svg) no-repeat center center;
		background-size: auto 32px;
		z-index: 99;
	}

	#mainBanner .slick-next {
		right: 0;
		width: 32px;
		height: 32px;
		background: url(../img/icon-slick-arrow-right.svg) no-repeat center center;
		background-size: auto 32px;
		z-index: 99;
	}

	#subBanner {
		-js-display: flex;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 220px;
		height: 340px;
		float: right;
		box-sizing: border-box;
	}

	#subBanner .banner-list {
		-js-display: flex;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	#subBanner .banner-list .banner-item {
		width: 100%;
		/*min-height: 60px;*/
        /*min-height: 55px;*/
		min-height: 41px;
		background: #FFF;
		box-sizing: border-box;
	}

	#subBanner .banner-list .banner-item a {
		vertical-align: middle;
		padding-left: 13px;
		box-sizing: border-box;
	}

	#subBanner .banner-list #sb1 a,
	#subBanner .banner-list #sb2 a,
	#subBanner .banner-list #sb3 a {
		letter-spacing: 0.05em;
	}

	#hotNewsBlock .content h2 {
		font-size: 16px;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 40px;
	}

	#hotNewsBlock .tickerBlock {
		margin-left: 120px;
		padding-right: 100px;
	}

	#newsBlock {
		padding: 40px 0;
		box-sizing: border-box;
	}

	#newsBlock .content {
		/*-js-display: flex;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: stretch;*/
	}

	.news-cont {
		/*width: 530px;*/
		padding: 32px;
		/*margin-bottom: 0;*/
	}

	.news-cont:after {
		content: "";
		display: block;
		clear: both;
	}

	.news-cont .news-head {
		width: 200px;
		padding: 0;
		float: left;
	}

	.news-cont .news-head .news-title {
		font-size: 20px;
		margin-bottom: 24px;
	}

	.news-cont .news-head .cap {
		font-size: 12px;
	}

	.news-cont .news-head .view-all {
		position: relative;
	}

	.news-cont ul {
		margin-left: 200px;
	}

	.news-cont ul li {
		font-size: 14px;
		margin: 0.5em 0;
	}

	.news-cont ul li .news-cat,
	.news-cont ul li .news-date {
		font-size: 14px;
		white-space: nowrap;
	}

	.news-cont ul li a,
	.news-cont ul li .news-text {
		margin: 0.5em 0;
	}

	#bottomBannerBlock {
		padding: 28px 0;
	}

	#bottomBannerBlock .banner-cont {
		width: 1080px;
		margin: 0 auto;
		text-align: left;
		justify-content: flex-start;
	}

	#bottomBannerBlock a:first-child {
		width: auto;
	}

	#bottomBannerBlock a img {
		height: 60px;
	}

}
