﻿* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-shadow: none;
}

#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
	background: #921818;
}

#fullPage-nav span,
.fullPage-slidesNav span {
	border: none;
}

#fullPage-nav span,
.fullPage-slidesNav span {
	background: #CCCCCC;
}

.top .bx-wrapper {
	width: 100%;
	height: 100%;
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
}

.top .bx-viewport {
	height: 100% !important;

}

.top .bx-wrapper img {
	width: 100%;
	height: 100%;
	transform: scale(1.2, 1.2);
	transition: 15s all cubic-bezier(0.19, 1, 0.22, 1);
}

.top .bx-wrapper img:hover {
	transform: scale(1, 1) !important;
}

.top .sliderss {
	width: 100%;
	height: 100%;
}

.top .sliderss div {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

.topdiv {
	padding-left: 8%;
	padding-right: 8%;
	height: 2rem;
	display: flex;
	background: rgba(0, 0, 0, 0.3);
	line-height: 2rem;
}

.topdiv div {
	flex: 1;
}

.topdiv div:last-child {
	text-align: right;
}

.topdiv div a {
	font-size: 0.8rem;
	color: #FFFFFF;
	line-height: 1rem;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	position: relative;
	border-right: 1px solid #FFFFFF;
	display: inline-block;
}

.topdiv div a:last-child {
	border: none;
	padding-right: 0px;
}

.topdiv2 {
	padding-left: 8%;
	padding-right: 8%;
	height: 4rem;
	margin-top: 5px;
}

.logos {
	width: calc(16rem - 10px);
	height: auto;
	float: left;
	padding-left: 10px;
}

.fdja {
	width: 2rem;
	height: 4rem;
	float: left;
	text-align: right;
	position: relative;
}

.menubox {
	width: calc(100% - 18rem);
	height: 4rem;
	float: left;
	text-align: right;
	position: relative;
}

.menubox .menuitema {
	display: inline-block;
	font-size: 1rem;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	line-height: 4rem;
}

.menubox .menuitema:last-child {
	padding-right: 1rem;
}

.menubox a img {
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.item-title {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2rem;
}

.menu2 {
	text-align: center;
	line-height: 4rem;
	margin-bottom: 2rem;
}

.menu2 a {
	text-decoration: none;
	color: #000000;
	font-size: 1.4rem;
	padding: 5px 20px;
	position: relative;
}

.menu2 a::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000000;
	margin: auto;
	top: 0;
	right: 0;
	left: 100%;
	bottom: 0;
	border-radius: 50px;
}

.menu2 a:last-child::after {
	background: #FFFFFF;
}

.content-div {
	text-align: center;
	display: none;
}

.content-item {
	width: 28%;
	height: auto;
	display: inline-block;
	padding: 10px 20px;
}

.content-item img {
	width: 100%;
	height: 323px;
}

.content-item:hover {
	transition: 3s all cubic-bezier(0.19, 1, 0.22, 1);
	transform: scale(1.1, 1.1);
}

.content-item p {
	text-align: left;
}

.content-item .time {
	font-size: 0.8rem;
	color: #666666;
	line-height: 2.5rem;
}

.content-item .item-title {
	font-size: 1.2rem;
}

.topdivmax {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	z-index: 99;
	transition: all 2s;
background: rgba(0, 0, 0, 0.2);
}

.topdivmaxactive {
	background: rgba(153, 0, 0, 0.6);
}

.bagvideo {
	width: 100%;
	height: 100%;
}

#example_video_1 {
	width: 100%;
	height: 100%;
}

.imgbox {
	width: 100%;
	height: 50%;
}

.imgbox .imgboxitem {
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
}

.imgboxitem img:hover {
	transition: 3s all cubic-bezier(0.19, 1, 0.22, 1);
	transform: scale(1.2, 1.2);
}

.imgboxitem img {
	width: 100%;
	height: 100%;
}

.menu3 {
	text-align: center;
	margin-top: 2rem;
}

.menu3item {
	width: 25%;
	height: 20rem;
	display: inline-block;
	position: relative;
	margin-right: 2rem;
	overflow: hidden;
}

.menu3item:last-child {
	margin-right: 0px;
}

.menu3item:hover .bars {
	background: rgba(0, 0, 0, 0);
	transition: all 1s;
}

.menu3item:hover img {
	transition: all 1s;
	margin-top: -5%;
	margin-left: -5%;
	width: 110%;
	height: 110%;
}

.menu3item img {
	width: 100%;
	height: 100%;
}

.bars {
	background: rgba(153, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.titi,
.tip {
	color: #FFFFFF;
	text-align: center;
	display: block;
}

.titi {
	font-size: 1.4rem;
	line-height: 4rem;
	margin-top: 4rem;
}

.tip {
	padding: 5px;
	font-size: 0.8rem;
	line-height: 1.5rem;
}


.prve,
.next {
	position: absolute;
	width: 3rem;
	height: 3rem;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.prve {
	right: 3rem;
}

.next {
	left: 3rem;
}

.bx-next,
.bx-prev {
	width: 2rem;
	height: 2rem;
	line-height: 3rem;
	border-bottom: 2px solid #666666;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}

.bx-next {
	border-left: 2px solid #666666;
	transform: rotateZ(45deg);
}

.bx-prev {
	border-right: 2px solid #666666;
	transform: rotateZ(-45deg);
}

.btnbox {
	border-top: 2px solid #e4e4e4;
	margin-top: 3rem;
	margin-left: 3rem;
	margin-right: 3rem;
}

.btnitem1 {
	text-align: center;
	margin-top: 2rem;
}

.btnitem1 select {
	width: 12rem;
	height: 1.6rem;
	line-height: 1.6rem;
	margin: 0.5rem;
	line-height: 1.6rem;
	font-size: 0.8rem;
	color: #666666;
	background: #FFFFFF;
	outline: none;
	border-style: none;
	border: 1px solid #666666;
	border-radius: 3px;
	text-align: center;
}

.btnitem1 a {
	font-size: 0.8rem;
	line-height: 1rem;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	border-right: 1px solid #666666;
	display: inline-block;
	color: #666666;
}

.btnitem1 a:last-child {
	border: none;
}

.btnitem1 p {
	color: #666666;
	font-size: 0.8rem;
	line-height: 1.5rem;
}

.mt {
	margin-top: 2rem;
}

.caremenu {
	position: absolute;
	width: 10rem;
	height: 30rem;
	left: 0;
	right: 0;
	margin: auto;
	color: black;
	text-align: center;
	background: red;
}

.menuitem-item {
	color: #000000;
}

.drop li:hover::before {
	background: rgba(153, 0, 0, 0.6);
	transition: all 0.5s;
}

.drop li:hover a {
	color: rgba(153, 0, 0, 1);
	font-weight: bold;
	transition: all 0.5s;
}

.textbar {
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	text-align: center;
}

.video-js .vjs-tech {
	z-index: 2;
}

.textbar p {
	color: #FFFFFF;
}

.textbar .bartitle {
	font-size: 2.8rem;
	display: block;
	width: 40rem;
	height: 4rem;
	line-height: 4rem;
	margin: 0px auto;
	margin-top: 35%;
}

.textbar .bartxtcc {
	font-size: 1rem;
	width: 40rem;
	line-height: 2rem;
	margin: 0px auto;
	margin-top: 1rem;
}

.timebox {
	margin-top: 3rem;
	display: flex;
}

.timeitem {
	flex: 1;
	display: inline-block;
}

.timep {
	font-size: 5rem;
	font-weight: bold;
	transition: all 3s;
}

.timepp {
	text-align: center;
	display: block;
}

.itemactive {
	display: block !important;
}

.iiactive::before {
	position: absolute;
	content: "";
	height: 2px;
	background: #afafaf;
	left: 20px;
	right: 20px;
	bottom: -5px;
}



nav {
	text-align: right;
	height: 4rem;
}

.main {
	display: flex;
	justify-content: flex-end;
}

.mainitem {
	width: 6rem;
	height: 4rem;
	text-align: center;
}

.drop li {
	opacity: 0;
	transform-origin: top center;
}

.fdj {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.drop {
	position: relative;
	z-index: 0;
	height: 0px;
	overflow: hidden;
	background: #f9f9f9;
	width: 12rem;
	margin-left: -3rem;
}

.drop li {
	text-align: center;
	height: 2rem;
	position: relative;
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.drop li::after {
	position: absolute;
	content: "";
	height: 1px;
	background: #E4E4E4;
	bottom: 0px;
	left: 20%;
	right: 20%;
}

.drop li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #FFFFFF;
	left: 20%;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
}

.drop li:last-child::after {
	background: #FFFFFF;
}

.drop li a {
	color: #000000;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 2rem;
}

.mainitem:hover .drop {
	height: auto;
}

.main li:hover .menu1 li {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.1s;
}

.jtimg{
	position: fixed;
	bottom: 20px;
	left: 0px;
	right: 0px;
	width: 10rem;
	height: 2rem;
	z-index: 999;
	margin: auto;
	font-size: 2.5rem;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.jtimg_2{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 10rem;
	height: 2rem;
	z-index: 999;
	margin: auto;
	font-size: 2.5rem;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transform: rotateZ(180deg);
}

@keyframes menu1 {
	from {
		opacity: 0;
		transform: translateX(30px) rotateY(90deg);
	}

	to {
		opacity: 1;
		transform: translateX(0) rotateY(0);
	}
}

.mymove{
	animation:mymove 1s infinite;
	-moz-animation:mymove 1s infinite; 
	-webkit-animation:mymove 1s infinite;
	-o-animation:mymove 1s infinite;
}

.barbtn{
	position: fixed;
	width: 2rem;
	height: 17rem;
	right: 10px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 999;
	text-align: center;
}
.barbtn span{
	margin-top: 1rem;
	color: rgba(153, 0, 0, 1);
	text-decoration: none;
	font-size: 1rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	line-height: 2rem;
	background: #FFFFFF;
	border:1px solid rgba(153, 0, 0, 1);
}
.barbtnactive{
	color: #FFFFFF !important;
	background: rgba(153, 0, 0, 1) !important;
}

/* Opera */
@keyframes mymove {
	0% {
		bottom: 20px;
	}
	25% {
		bottom: 30px;
	}
	50%{
		bottom: 20px;
	}
	75%{
		bottom: 30px;
	}
	100%{
		bottom: 20px;
	}
}

@-moz-keyframes mymove {
	0% {
		bottom: 20px;
	}
	25% {
		bottom: 30px;
	}
	50%{
		bottom: 20px;
	}
	75%{
		bottom: 30px;
	}
	100%{
		bottom: 20px;
	}
}

@-webkit-keyframes mymove {
	0% {
		bottom: 20px;
	}
	25% {
		bottom: 30px;
	}
	50%{
		bottom: 20px;
	}
	75%{
		bottom: 30px;
	}
	100%{
		bottom: 20px;
	}
}

@-o-keyframes mymove {
	0% {
		bottom: 20px;
	}
	25% {
		bottom: 30px;
	}
	50%{
		bottom: 20px;
	}
	75%{
		bottom: 30px;
	}
	100%{
		bottom: 20px;
	}
}
@media screen and (max-width: 1440px) {
				html {
					font-size: 12px;
				}
			}

@media screen and (max-width: 1680px) {
				html {
					font-size: 14px;
				}
			}