/*home-news---------------------------------------------------------------------*/
.home-news .is-close,
.home-blog .is-close {
	display: none
}
@media (max-width: 767px) {
	.home-news {
     margin-bottom: -30px;
	}
}

/*fs-xxs-xs---------------------------------------------------------------------*/
@media (max-width: 767px) {
	.fs-xxs-xs {
		font-size: 1.5rem !important
	}
}


/*m-tab_wrap ---------------------------------------------------------------------*/
.m-tab_wrap > ul {
	display: table;
	width: 100%;
}

.m-tab_wrap > ul > li {
	display: table-cell
}

.m-tab_wrap > ul > li > a {
	display: block;
	position: relative;
	padding: 11px 0 15px;
	color: #fff;
	text-align: center;
	transition: all 0.5s 0s ease;
}

.m-tab_wrap > ul > li > a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 6px;
	background: #b98a8b;
	transition: all 0.3s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.no-touchevents .m-tab_wrap > ul > li > a:hover:before {
	width: 100%;
	border-bottom-color: #b98a8b;
}

.m-tab_wrap > ul > li.is-active > a:before {
	width: 100%;
	background: #cc9fa0;
}


/*m-tab ---------------------------------------------------------------------*/
.m-tab {
	background: #981a1d
}

.m-tab_wrap > ul {
	display: table;
	width: 100%
}

.m-tab_wrap > ul > li {
	display: table-cell
}

.m-tab_wrap > ul > li > a {
	display: block;
	position: relative;
	padding: 11px 0 15px;
	color: #fff;
	text-align: center;
	transition: all 0.5s 0s ease
}

.m-tab_wrap > ul > li > a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 6px;
	background: #b98a8b;
	transition: all 0.3s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.no-touchevents .m-tab_wrap > ul > li > a:hover:before {
	width: 100%;
	border-bottom-color: #b98a8b;
}

.m-tab_wrap > ul > li.is-active > a:before {
	width: 100%;
	background: #cc9fa0;
}

.m-tab-2column ul > li {
	width: 50%
}

.m-tab-3column ul > li {
	width: 33.333%
}

.m-tab-4column ul > li {
	width: 25%;
	white-space: nowrap
}

.m-tab-5column ul > li {
	width: 20%;
	white-space: nowrap
}

.m-tab-6column ul > li {
	width: 16.65%;
	white-space: nowrap
}

.m-tab-7column ul > li {
	width: 14.2%;
	white-space: nowrap
}

.m-tab-8column ul > li {
	width: 12.5%;
	white-space: nowrap
}

@media (max-width: 767px) {
	.m-tab {
		margin: 0 -8px;
		padding: 0 8px;
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.m-tab {
/*
		margin: 0 -16px;
		padding: 0 16px;
*/
		font-size: 1rem;
	}

	.m-tab ul {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto
	}

	.m-tab ul > li > a {
		padding: 18px 0 15px;
		border-bottom-width: 7px
	}
}

.m-tab-6column ul > li {
	width: 16.65%;
	white-space: nowrap
}
