.main-banner:before {
	padding-bottom: 50%;
}

.main-body {
	position: relative;
	z-index: 0;
	background: #de6338;
}

.main-body .titlePage h1,
.main-body .richContent,
.main-body .richContent a {
	color: #FFFFFF;
}

.main-body .titlePage h1 {
	text-align: center;
}

.main-body .richContent {
	margin: auto;
}

.home-zoomArticle {
	position: relative;
}

.home-zoomArticle:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 66.667%;
	top: 33.333%;
	left: 0;
	right: 0;
	background-color: #f3f3f3;
}

.listArticle {
	position: relative;
}

.no-touch .listArticle {
	padding: 0 3.5em;
}

.listArticle .control {
	display: none;
}

.no-touch .listArticle .control {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 8px;
	bottom: 8px;
	cursor: pointer;
	width: 3em;
	background: rgba(255, 255, 255, 0.25);
	z-index: 1;
}

.no-touch .listArticle .control:hover {
	background: rgba(255, 255, 255, 0.75);
}

.no-touch .listArticle .control.prev {
	left: 0;
}

.no-touch .listArticle .control.prev:before {
	content: '\002039';
	font-size: 4em;
}

.no-touch .listArticle .control.next {
	right: 0;
}

.no-touch .listArticle .control.next:before {
	content: '\00203a';
	font-size: 4em;
}

.no-touch .listArticle .control.disabled {
	color: #CCCCCC;
	cursor: auto;
}

.carousel-controller {
	display: none;
	pointer-events: none;
}

.no-touch .carousel-controller {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	justify-content: space-between;
}

.no-touch .carousel-controller .control {
	width: 60px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background: transparent;
	z-index: 10;
	pointer-events: all;
	cursor: pointer;
	width: 4em;
}

.no-touch .carousel-controller .control:before {
	text-shadow: 0 0 4px #000;
}

.no-touch .carousel-controller .control:hover {
	background: rgba(0, 0, 0, 0.25);
}

.no-touch .carousel-controller .control.prev::before {
	content: '\002039';
	font-size: 4em;
	left: 0;
}

.no-touch .carousel-controller .control.next::before {
	content: '\00203a';
	font-size: 4em;
	right: 0;
}

.listArticle-list {
	padding: 0 !important;
	scrollbar-width: thin;
	scrollbar-color: #de6338 #f3f3f3; /* Foreground, Background */
}

.listArticle-list::-webkit-scrollbar {
	height: 11px; /* Mostly for horizontal scrollbars */
}

.listArticle-list::-webkit-scrollbar-track { /* Background */
	background: #f3f3f3;
	box-shadow: inset 0 0 10px #EEEEEE;
	border-radius: 10px;
}

.listArticle-list::-webkit-scrollbar-thumb { /* Foreground */
	background-color: #de6338;
	border-radius: 6px;
	border: 3px solid #f3f3f3;
}

.listArticle-list::-webkit-scrollbar-thumb:hover {
	border-color: #de6338;
}

@media only print, only screen and (min-width: 48.063em) {

.main-banner:before {
	padding-bottom: 30%;
}

}

@media only print, only screen and (min-width: 75.063em) {

.main-body .richContent {
	max-width: 75%;
}

}

@media only print, only screen and (min-width: 100.063em) {

.main-banner:before {
	padding-bottom: 480px;
}

}

