.main__screen-container {
    height: 100%;
}
.main-slider__wrap {
    height: 100%;
}
.slider__img {
    height: 100%;
	position: absolute;
    top: 0;
	width: 100%;
    display: block;
    box-sizing: unset
}
.slider__item-content {
	position: absolute;
    bottom: 70px;
    left: 0;
    right: 70px;
    width: 60%;
    padding-left: 70px;
	/*top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.slider__icon svg {
    width: 35px;
    height: 35px;
    fill: #818181;
}
.slider__link {
    display: block;
}
.slider__header {
    margin-bottom: 30px;
}
.slider__link .slider__title {
    font-size: 35px;
}
.slider__icon {
    margin-top: 40px;
}
.slider__link:hover .slider__icon svg {
    fill: #f3784d;
}
.main__slider {
    overflow: hidden;
}
.slider-play__video {
    bottom: 60px;
}
.slider__text {
    margin-top: 30px;
}
.slider__item-content .site__box {
    top: -20px;
}
.grid-thumb {
    height: 50vh;
	margin-bottom: 32px;
}
.grid-thumb img {
    height: 100%;
}
.main-cont__item:hover .img-overlay {
    opacity: 0;
}
.main-cont__item:hover .grid-content .link {
    color: #00a64f;
}
.grid-header {
    display: inline-block;
}
.grid-text {
    padding-top: 15px;
}
.grid-text p {
    font-size: 16px;
}
.main__screen .main__content {
    display: flex;
    align-items: center;
	height: 100vh;
}
.main__content .grid {
    height: 100%;
    overflow-y: auto;
}
.main__content .inline-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-thumb {
    width: 80%;
	display: flex;
}
.posted-header h1 {
    color: #fff;
    text-shadow: #000 0.06rem 0 0.25rem;
    -webkit-text-shadow: #000 0.06rem 0 0.25rem;
}
.posted-header {
	padding-top: 60px;
    max-width: 400px;
}
.home-post .post-date {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.home-post .post-date .time {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.home-post__list {
    margin-top: 35px;
}
.post--list .post-item {
    padding: 18px 20px 22px;
    margin-bottom: 15px;
    border: 1px solid #dadada;
}
.post--list .post-item:last-child {
    margin-bottom: 0;
}
.event-grid {
    display: flex;
}
.event--l {
    width: 25%;
    flex: 0 0 auto;
}
.event--r {
    margin-left: 35px;
}
.event--list .event-item {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dadada;
    display: flex;
    align-items: center;
	height: 25%;
}
.event-pad {
    padding-left: 100px;
    padding-right: 100px;
}
.event-thumb {
    display: flex;
}
.bottom-pad {
    padding-bottom: 5rem;
}
.events-home, .news-home {
    display: flex;
    flex-direction: column;
}
.events-home {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.event--list {
    display: flex;
    flex-direction: column;
}
.event-box .event-link {
    width: 70%;
    display: block;
}

.nq__wrap {
    padding: 7rem 5rem;
}
.nq__content {
    display: flex;
    flex-direction: column;
	z-index: 9;
    color: #fff;
	width: 70%;
    margin: 0 auto;
}
.nq-title {
    margin-bottom: 20px;
}
.nq__header {
    margin-bottom: 15px;
}
.icon__list .icon__item {
    display: flex;
}
.move__block .icon__list .icon__item {
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.move__block .icon__list .icon__item:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.cl__icon {
	width: 90px;
    height: 90px;
    display: flex;
    border: 2px solid #fff;
    flex: 0 0 auto;
}
.cl__icon .icon {
    width: 40px;
    height: 40px;
    fill: #fff;
}
.cl__header {
    margin-bottom: 10px;
}
.cl__header a:hover {
    color: #fff;
}
.span__wrap {
    width: 85%;
}
.span__header {
    margin-bottom: 30px;
}
.span__header h1 {
    font-size: 30px;
}
.span__form {
	width: 50%;
    margin-top: 30px;
}
.span__aside .icon__list .icon__item {
	padding-top: 5rem;
    padding-bottom: 5rem;
}
.cl__submen ul {
    margin-top: 25px;
    padding-left: 30px;
}
.cl__submen-link {
    display: flex;
	align-items: center;
}
.cl__submen-icon {
    display: inline-flex;
}
.cl__submen-icon svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}
.cl__submen-title {
    font-size: 20px;
}
.cl__submen ul li {
    margin-bottom: 20px;
}
.cl__submen ul li:last-child {
    margin-bottom: 0;
}
.news-home .home-post {
	display: flex;
	align-items: center
}
.news-home .post-thumb {
	display: flex;
	flex: 0 0 auto;
}
.news-home .post-thumb img {
	min-height: 330px;
    max-height: 330px;
    object-fit: contain;
}
@media (max-width: 1600px) {
	.span__wrap {
		width: 80%;
	}
}
@media (max-width: 1440px) {
	.slider__item-content {
		bottom: 50px;
		right: 50px;
		width: 65%;
		padding-left: 50px;
	}
	.slider__link .slider__title {
		font-size: 27px;
	}
	.event-pad {
		padding-right: 3rem;
	}
	.bottom-pad {
		padding-bottom: 3rem;
	}
	.event-box .event-link {
		width: 100%;
	}
	.events-home {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.cl__icon {
		width: 70px;
		height: 70px;
	}
	.posted-header h1 {
		font-size: 22px;
	}
	.move__block .icon__list .icon__item {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.slider-play__video {
		bottom: 30px;
	}
	.cl__header h3 {
		font-size: 22px;
	}
	.span__wrap {
		width: 100%;
	}
	.span__aside .icon__list .icon__item {
		padding-top: 3rem;
		padding-bottom: 3rem;
		padding-left: 3rem;
		padding-right: calc(100px + 3rem);
	}
	.span__header h1 {
		font-size: 25px;
	}
}
@media (max-width: 1200px) {
	.slider__post .slider__text {
		display: none;
	}
	.slider__item-content {
		width: 70%;
		top: 50%;
		bottom: auto;
		padding-left: 40px;
	}
	.site__box {
		width: 25%;
	}
	.slider__link .slider__title {
		font-size: 25px;
	}
	.main__content .grid-thumb {
		height: 150px;
		margin-bottom: 10px;
		width: 100%;
	}
	.main__content .inline-grid {
		margin-bottom: 30px;
	}
	.home-post .post-date .time {
		font-size: 22px;
	}
	.cl__icon {
		width: 55px;
		height: 55px;
		border-width: 1px;
	}
	.cl__icon .icon {
		width: 25px;
		height: 25px;
	}
	.events-home {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.span__aside .icon__list .icon__item {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: calc(100px + 2rem);
	}
	.cl__header h3 {
		font-size: 20px;
	}
	.event-pad {
		padding-right: 2rem;
	}
}
@media (max-width: 1200px) and (min-width: 1024px) {
	.news-events-home h4 {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.posted-header h1 {
		font-size: 20px;
	}
	.home-post .post-date .time {
		font-size: 18px;
	}
	.news-home .post-thumb img {
		min-height: 270px;
	}
}
@media (max-width: 991px) {
	.news-home .post-thumb {
		width: 50%;
	}
	.news-home .posted-header {
		position: relative;
	}
	.posted-header h1 {
		color: #000;
		text-shadow: none;
	}
	.highlight__boxed .title-circle {
		display: none;
	}
	.main__screen .main__content {
		height: calc(100vh - 78px);
	}
	.event-pad {
		padding-right: 3rem;
	}
	.special__result.border-rt-opacity {
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.slider-play__video {
		bottom: 20px;
	}
	.news-home .post-thumb img {
		min-height: auto;
	}
}
@media (max-width: 768px) {
	.posted-header h1 {
		font-size: 18px;
	}
	.home-post .post-date .time {
		font-size: 20px;
	}
	.home-post .post-date .time {
		font-size: 18px;
	}
	.slider__item-content {
		width: 90%;
		padding-left: 30px;
	}
	.slider__link .slider__title {
		font-size: 22px;
	}
	.main__content .grid-thumb {
		height: 120px;
	}
	.span__header h1 {
		font-size: 22px;
	}
	.slider__item-content {
		padding-left: 30px;
	}
	.cl__icon {
		width: 50px;
		height: 50px;
	}
	.span__header {
		margin-bottom: 25px;
	}
}
@media (max-width: 640px) {
	.news-home .home-post {
		flex-direction: column;
		align-items: flex-start;
	}
	.news-home .post-thumb {
		width: 100%;
	}
	.news-home .posted-header {
		padding-top: 15px;
	}
	.main__screen .main__content {
		height: auto;
	}
	.main__content .grid {
		height: auto;
	}
	.slider__item-content {
		width: 55%;
	}
	.main__content .grid-thumb {
		height: 200px;
	}
	.main__news.border-rt {
		border: none;
	}
	.event-pad {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.posted-header h1 {
		font-size: 16px;
	}
	.cl__submen ul {
		padding-left: 20px;
	}
	.cl__submen-icon svg {
		width: 25px;
		height: 25px;
	}
	.news-home .home-post .post-content {
		margin-top: 20px;
	}
}
@media (max-width: 425px) {
	.slider__item-content {
		width: 85%;
	}
	.span__form {
		width: 100%;
	}
	.span__header h1 {
		font-size: 20px;
	}
	.cl__icon {
		width: 45px;
		height: 45px;
	}
	.cl__header h3 {
		font-size: 18px;
	}
	.span__header {
		margin-bottom: 20px;
	}
	.cl__submen-title {
		font-size: 18px;
	}
}