

.clr { clear: both; display: block;}


.cap { text-transform: uppercase;}
.construction {
	position: fixed;
	z-index: 3000;
	background: url(../images/bg-404.jpg) repeat center center;
}
.construction, .construction span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.construction span {
	position: absolute;
	margin: auto;
	height: 70px;
	width: 300px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
}
.construction span a {
	display: block;
	width: 110px;
	text-align: center;
	margin: 10px auto 0 auto;
	background: #ffb400;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	line-height: 22px;
	height: 25px;
	text-transform: none;
	font-size: 16px;
	color: #fff;
}
.construction span a:hover { background: #333;}
::-webkit-input-placeholder, ::-webkit-textarea-placeholder { color: #888888 !important;}
::-moz-placeholder { color: #888888 !important;}
:-ms-input-placeholder, :-ms-textarea-placeholder { color: #888888 !important;}
/*START*/
body .backTop {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	line-height: 27px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	background: #222;
	cursor: pointer;
}
.bgStyle, #banner li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*start*/
.pagewrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.overHide { overflow: hidden;}
.hidden {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
}
.visible {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

@-webkit-keyframes LeftRight {
	10%,30%,50% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	0%,20%,40%,60% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	90% { opacity: 1; }
	100% {
		opacity: 0;
		-webkit-transform: translateX(0px);
	}
}
@-moz-keyframes LeftRight {
	10%,30%,50% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	0%,20%,40%,60% {
		opacity: 1;
		-moz-transform: translateX(0px);
	}
	90% { opacity: 1; }
	100% {
		opacity: 0;
		-moz-transform: translateX(0px);
	}
}
@-o-keyframes LeftRight {
	10%,30%,50% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	0%,20%,40%,60% {
		opacity: 1;
		-o-transform: translateX(0px);
	}
	90% { opacity: 1; }
	100% {
		opacity: 0;
		-o-transform: translateX(0px);
	}
}
@keyframes LeftRight {
	10%,30%,50% {
		opacity: 1;
		transform: translateX(-20px);
	}
	0%,20%,40%,60% {
		opacity: 1;
		transform: translateX(0px);
	}
	90% { opacity: 1; }
	100% {
		opacity: 0;
		transform: translateX(0px);
	}
}
.LeftRight {
	-webkit-animation-name: LeftRight;
	-moz-animation-name: LeftRight;
	-o-animation-name: LeftRight;
	animation-name: LeftRight;
}
/**/
.btnMenu a {
	display: block;
	opacity: 0;
	visibility: hidden;
	margin-top: 15px;
	margin: 15px 0 5px 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.btnMenu.show a { opacity: 1; visibility: visible; margin-top: 0;}
.btnMenu .fa {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
}
.btnMenu .fa:hover { color: #ffb400;}
body.overflow { overflow: hidden;}
.menuMain {
	position: fixed;
	top: 0;
	right: 30px;
	bottom: 0;
	left: 30px;
	background: #111;
	z-index: 300;
	opacity: 0;
	visibility: hidden;
}
.menuMain.click {
	opacity: 1;
	visibility: visible;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.menuCont {
	position: absolute;
	top: 20px;
	right: 100px;
	bottom: 20px;
	width: auto;
	max-width: 1200px;
	margin: auto;
	opacity: 0;
}
.menuMain.click .menuCont { opacity: 1; max-height: 100%;}


.pagewrap .openMenu {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	margin: auto;
	display: none;
}
.pagewrap .openMenu .fa {
	display: block;
	text-align: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}
/**/
.closeMenu {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/close-menu.png) no-repeat center center;
	text-indent: -1000000px;
	cursor: pointer;
}

/**/
.bannerPanel {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 50%;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.bannerPanel.click { right: 100%;}
.bannerPanel.click .panel { opacity: 0;}
.panel {
	position: absolute;
	top: 50%;
	right: 0;
	width: 600px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logo {
	display: table;
	margin: 60px 0 30px 0;
}
.logo img { display: block; width: auto; height: auto;}
.textCont {
	display: block;
	width: 540px;
	margin-bottom: 30px;
	overflow: hidden;
}
.textSlide a {
	display: block;
	font-size: 26px;
	color: #fff;
	margin-right: 40px;
	line-height: 35px;
}
.textSlide a:hover { color: #ccc;}
/*serSlide*/
.serMain { padding-right: 50px; position: relative;}
.serMain .owl-controls {
	position: absolute;
	top: 35px;
	left: 100%;
	margin-left: 15px;
}
.serMain .owl-page {
	width: 12px;
	height: 12px;
	display: block;
	margin-bottom: 10px;
	background: #555;
}
.serMain .owl-page.active { background: #999;}
.itemSer {
	display: block;
	float: left;
	position: relative;
	text-align: center;
}
.itemSer .fa, .itemSer > span {
	display: block;
	width: 100px;
	height: 100px;
	border: solid 2px transparent;
	position: relative;
	margin: auto;
}
.itemSer .fa {
	font-size: 42px;
	color: #fff;
	line-height: 100px;
}
.itemSer:hover .fa, .itemSer:hover > span { border-color: #ffb400; color: #ffb400;}
.itemSer > span img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	visibility: visible;
}
.itemSer > span img.over {
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
.itemSer:hover > span img { opacity: 0; visibility: hidden;}
.itemSer:hover > span img.over { opacity: 1; visibility: visible;}
.itemSer h3 {
	display: block;
	padding-top: 20px;
	text-align: center;
	color: #ffb400;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	opacity: 0;
	visibility: hidden;
	font-weight: 600;
}
.itemSer:hover h3 { opacity: 1; visibility: visible; padding-top: 10px;}
/**/
.closeBanner {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 65px;
	text-indent: -10000000px;
	background: url(../images/close-banner.png) no-repeat left center rgba(0,0,0,.7);
	cursor: pointer;
}
.bannerPanel.click .closeBanner { background-position: right center;}
.bannerPanel.click .closeBanner:hover { background-color: #000;}
/**/
.content > .left, .content > .right { width: 50%;}
.homeAlbum { position: relative; margin-bottom: -1px;}
.homeAlbum .group { float: left; width: 50%;}
.oneAlbum {
	float: left;
	width: 25%;
	width: calc(25% - 1px);
	height: auto;
	margin: 0 1px 1px 0;
	position: relative;
	overflow: hidden;
	background: #000;
}
.homeAlbum .oneAlbum { width: 100%; height: 224px; margin: 0;}
.albumRight .oneAlbum { width: 100%; height: auto; margin: 0 0 15px 0 !important;}
.oneAlbum:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.0);
	opacity: 0;
	z-index: 1;
}
.oneAlbum:hover:after { background: rgba(0,0,0,.4); opacity: 1;}
.owl-item .oneAlbum, .homeAlbum .owl-item .group { width: 100%; margin: 0;}
.oneAlbum img { display: block; width: 100%; height: auto;}
.homeAlbum .oneAlbum img {
	display: block;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.oneAlbum h3 {
	position: absolute;
	left: 30px;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	opacity: 0;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px rgba(0,0,0,.3);
}
.oneAlbum:hover h3 { opacity: 1; left: 20px;}
.homeAlbum .owl-prev, .homeAlbum .owl-next {
	position: absolute;
	top: calc(50% - 45px);
	left: 0;
	z-index: 20;
	text-align: center;
}
.homeAlbum .owl-next {
	right: 0;
	left: auto;
}
.homeAlbum .fa {
	display: block;
	width: 45px;
	height: 90px;
	line-height: 85px;
	color: #fff;
	font-size: 40px;
	text-shadow: 0 2px 2px rgba(0,0,0,.4);
	background: rgba(0,0,0,.2);
}
.homeAlbum .fa:hover { background: rgba(255,255,255,.7);}
.listAlbum { width: calc(100% + 1px); margin-bottom: 40px;}
/*homeNews*/
.homeNewsMain { padding: 50px 0 50px 4px;}
.homeNewsCont { display: block; position: relative; overflow: hidden; max-height: 1000px;}
.devices .homeNewsCont { overflow: auto;}
.oneNews {
	float: left;
	width: 280px;
	margin: 0 26px 25px 0;
}
.homeNews .oneNews {
	float: left;
	width: calc(50% - 25px);
	margin: 0 0 20px 25px;
}
.newsRight .oneNews { width: 100%; margin: 0 0 20px 0;}
.owl-wrapper .owl-item .oneNews { width: auto;}
.oneNews > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(0,0,0,.0);
	z-index: 5;
}
.oneNews > a:hover:after { opacity: 1; background: rgba(0,0,0,.2);}
.oneNews > a, .oneNews img { position: relative; display: block; width: 100%; height: auto;}
.oneNews h3 a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	line-height: 22px;
	font-weight: 500;
}
.newsRight .oneNews h3 a {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	background: #f5f5f5;
	padding: 6px 12px;
}
.newsRight .oneNews:hover h3 a { color: #000; background: #ffb400;}
.oneNews > a:hover + h3 a, .oneNews h3 a:hover { color: #ffb400;}
.oneNews p {
	display: block;
	font-size: 14px;
	line-height: 19px;
	max-height: 75px;
	overflow: hidden;
	color: #888;
}
.list .oneNews p { max-height: none;}
.btn { float: right;}
.btnNews {
	float: left;
	padding: 0 15px;
	color: #333;
	border: solid 1px #333;
	line-height: 30px;
	text-transform: uppercase;
	margin: 20px 0 0 7px;
	cursor: pointer;
	white-space: nowrap;
}
.btnNews:hover { border-color: #ffb400; background: #ffb400; color: #fff}
.otherBtn { display: table; margin: 0 auto 40px auto;}
.otherBtn .btnNews {
	margin: 5px 7px;
	padding: 0 10px;
	min-width: 90px;
	text-align: center;
}
.otherTit {
	display: table;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-weight: 300;
	color: #333;
}
.colLeft.newsView { margin-bottom: 10px;}
/**/
.menuInside {
	display: block;
	background: #000;
	margin-bottom: 40px;
}
.menuInside .pagewrap { height: 65px;}
.logoInside {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	margin: auto;
}
.logoInside img { display: block; width: auto; height: auto;}
/**/
.bannerMain .follow {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: 60px;
	z-index: 10;
}
.follow a {
	float: left;
	margin-right: 15px;
	box-shadow:1px 1px 1px rgba(0,0,0,.3);
}
.follow .fa {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	font-size: 26px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.follow a:hover { text-decoration: none !important;}
.follow a:hover .fa { color: #ffb400; background: #fff; text-shadow: none;}
.follow.click {
	margin-left: 0 !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.follow.click a { margin: 0 7px;}
.contactInfo .follow a { margin: 15px 10px 0 0;}
.contactInfo .follow .fa {
	border-color: #333;
	font-size: 20px;
	text-shadow: none;
	color: #333;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.bannerInside, .bannerInside img { display: block; width: 100%; height: auto;}
.bannerInside { margin-bottom: 30px;}
.aboutTit {
	font-size: 35px;
	font-weight: 300;
	font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	margin-bottom: 20px;
}
.showText .link a { color: #333;}
.twoCol .showText {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
	margin-bottom: 30px;
}
/*serInside*/
.serInside {
	display: block;
	margin-bottom: 50px;
}
.serInside .item {
	float: left;
	width: 25%;
	width: calc(25% - 1px);
	background: #f5f5f5;
	padding: 20px 15px 15px 15px;
	margin-right: 1px;
}
.list.serInside .item { width: 280px; margin: 0 26px 25px 0;}
.serRight.serInside .item { width: 100%; margin: 0 0 20px 0;}
.serInside .item:hover {background: #ffb400;}
.serInside .owl-item .item { width: 100%; width: calc(100% - 1px);}
.serInside .item > span {
	display: block;
	height: 50px;
	position: relative;
	margin-bottom: 10px;
}
.serInside .item img { display: block; width: auto; height: auto; max-height: 100%; position: absolute; top: 0; left: 0; opacity: 0; z-index: 2;}
.serInside .item img.over { opacity: 1; z-index: 1;}
.serInside .item:hover img { opacity: 1;}
.serInside .item:hover img.over { opacity: 0;}
.serInside .item h3 {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	color: #333;
}
.serRight.serInside .item h3 { font-size: 16px; margin: 0}
.list.serInside .item h3 { font-size: 18px;}
.serInside .item:hover h3 { color: #000;}
.serInside .item p { line-height: 20px; font-style: italic;}
.serInside .item:hover p { color: #333;}
.serInside .owl-pagination {
	display: table;
	margin: 0 auto;
	padding-top: 15px;
}
.serInside .owl-page, .videoRight .owl-page, .albumRight .owl-page, .newsRight .owl-page {
	float: left;
	width: 20px;
	height: 7px;
	background: #ddd;
	margin: 0 5px;
}
.serInside .owl-page.active, .videoRight .owl-page.active, .albumRight .owl-page.active, .newsRight .owl-page.active { background: #ffb400;}
.videoRight .owl-pagination, .albumRight .owl-pagination, .newsRight .owl-pagination { float: right;}
.videoRight .owl-page, .albumRight .owl-page, .newsRight .owl-page { margin: 0 0 0 10px;}
/**/
.colRight { width: 250px; float: left; margin-bottom: 30px;}
.colLeft { width: 920px; width:calc(100% - 280px); float: right; margin-bottom: 30px;}
.topDesc {
	display: block;
	margin-bottom: 35px;
}
.topDesc h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
	font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #323232;
}
.topDesc p {
	font-size: 25px;
	font-weight: 300;
	font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	text-align: justify;
}
.tags {
	display: block;
	clear: both;
	padding-top: 20px;
	border-top: solid 1px #ccc;
	margin: 10px 0;
	color: transparent;
}
.tags:after, .viewAlbum:after { content: ""; display: block; clear: both;}
.tags span, .tags a {
	display: inline-block;
	vertical-align: text-top;
	border-radius: 3px;
	line-height: 22px;
}
.tags span {
	margin-right: 5px;
	color: #333;
}
.tags .fa { color: #333;}
.tags a {
	padding: 0 7px;
	margin: 0 -3px 2px -3px;
	font-size: 13px;
	background: #ddd;
}
.tags a:hover { background: #ffb400; color: #000;}
/*viewAlbum*/
.viewAlbum { width: calc(100% + 10px) !important; padding-bottom: 20px;}
.viewAlbum a { position: relative; display: block;}
.viewAlbum a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/bg.png) repeat rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
}
.viewAlbum a:hover:after {
	opacity: 1;
	visibility: visible;
}
/*video*/
.oneVideo {
	display: block;
	position: relative;
	float: left;
	width: 280px;
	margin: 0 26px 25px 0;
}
.videoRight .oneVideo { width: 100%; margin: 0 0 15px 0;}
.videoRight .group, .albumRight .group, .newsRight .group { float: left; width: 100%;}
.oneVideo > span {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 66.6%;
	background-color: #000;
	overflow: hidden;
}
.oneVideo > span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,.0);
	opacity: 0;
}
.oneVideo:hover > span:after {
	background: rgba(0,0,0,.3);
	opacity: 1;
}
.oneVideo img {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.oneVideo .fa {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 5;
	color: #fff;
	font-size: 30px;
	border: solid 2px #fff;
	margin: auto;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	box-shadow: 1px 1px rgba(0,0,0,.1);
	opacity: 0;
}
.oneVideo:hover .fa {
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	opacity: 1;
}
.oneVideo h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 50px 15px 12px 15px;
	background: -moz-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.0) 0%, rgba(0,0,0,.7) 100%);
	font-weight: bold;
	z-index: 10;
}
.oneVideo h3:after {
	content: "";
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	border-bottom: solid 1px rgba(255,255,255,.5);
}

.hide { display: none;}
.hideEvent { visibility: hidden; opacity: 0; position: absolute; left: 0; top: 0;}
.popCont { width: 630px;padding: 15px;background: #282828;}
.popCont .tit {
	padding: 10px 15px;
	margin: 0 -15px 15px -15px;
	display: block;
	background: #ffb400;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.faceCont {overflow: hidden;height: 245px;}
.faceCont .fb-like-box { margin: -11px 0 0 -11px;}
.popCus {
	min-width: 300px;
	min-height: 200px;
	background: #333;
	position: relative;
}
.popCus img { display: block; width: auto; height: auto; max-width: 100%;}
.popCus form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 30px;
	z-index: 2;
}
.popCus form input {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 60px 0 12px;
	border: none;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.popCus form a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	line-height: 30px;
	text-align: center;
	background: #ffb400;
	font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.popCus form a:hover { background: #333;}
/*navBox*/
.navHide { display: none;}
.navBox { position: absolute; right: 0; bottom: 0;z-index: 10;}
.navBox .navL, .navBox .navR {
	float: left;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	text-indent: -1000000px;
	cursor: pointer;
}
.navBox .navL {
	left: 0;
	background-image: url(../images/navbox-prev.png);
	background-position: left center;
}
.navBox .navR {
	right: 0;
	background-image: url(../images/navbox-next.png);
	background-position: right center;
}
.navBox:hover .navR { border-color: #2D2D2D;}
.navBox .navL:hover { background-position: right center;}
.navBox .navR:hover { background-position: left center;}
/*list*/
.list { width: 100%; margin-bottom: 20px;}
/*albumView*/
.albumView a {
	width: 236px;
	margin: 0 5px 5px 0;
}
.albumView a img { display: block; width: 100%; height: auto;}
.albumView a:after, .showText .data-gallery:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: url(../images/bg.png) repeat left top;
	opacity: 0;
	visibility: hidden;
}
.albumView a:hover:after, .showText .data-gallery:hover:after { opacity: 1; visibility: visible;}
.showText .data-gallery { display: inline-block; max-width:100%; position: relative;}
.showText .data-gallery img { display: block; width: auto; height: auto; max-width: 100%;}
/*.. fancybox-close ..*/
body .fancybox-close {
	position: fixed;
	top: 0;
	right: 15px;
	height: 50px;
	width: 50px;
	background: url(../images/close.png) no-repeat center top;
	opacity: .6 !important;
}
body .fancybox-close:hover { opacity: 1 !important;}
/**/
/*showText*/
.showText h1, .showText h2, .showText h3, .showText h4, .showText h5, .showText h6 { padding-bottom: 15px; padding-top: 5px;}
.showText h1, .showText h1 * { font-size: 28px; line-height: 33px;}
.showText h2, .showText h2 * { font-size: 25px; line-height: 30px;}
.showText h3, .showText h3 * { font-size: 21px; line-height: 26px;}
.showText h4, .showText h4 * { font-size: 18px; line-height: 23px;}
.showText h5, .showText h5 * { font-size: 15px; line-height: 20px;}
.showText h6, .showText h6 * { font-size: 12px; line-height: 17px;}
.showText img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}
.showText img[align="left"] { margin: 0 20px 15px 0;}
.showText img[align="right"] { margin: 0 0 15px 20px;}
.showText img.frame {
	border: solid 7px #fff;
	box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
}
.showText p label {
	font-style:  italic;
	display: block;
	text-align: center;
	font-size: 13px;
}
.showText p, .showText ul { padding-bottom: 20px; line-height: 20px; text-align: justify;}
.showText a { color: #f60;}
.showText a:hover {
	color: #000;
	text-decoration: underline;
}
.showText ul li {
	margin: 0 0 0 30px;
	list-style-type: disc;
	padding-left: 5px;
}
.showText table {
	border-collapse: collapse;
	background: none;
	margin-bottom: 20px;
}
.showText table[align="center"] { margin: 0 auto 15px auto;}
.showText table td, .showText table th {
	border: solid 1px #ccc;
	padding: 8px 10px;
	line-height: 18px;
}
.showText table th { background: #eee;}
.showText table td p:last-child { padding-bottom: 0;}
.showText table ul li {
	list-style-type: square;
	margin-left: 20px;
}
.showText table.noneBor th, .showText table.noneBor td {
	border: none;
	padding: 8px 0;
}
/*showText*/
/*contShare*/
#contShare {
	width: 250px;
	float: right;
	position: relative;
	margin-top: 5px;
	overflow: hidden;
}
#contShare * { float: left !important;}
#contShare .fb-like { width: 82px !important; overflow: hidden !important;}
#contShare .fb-share { margin-left: 3px;}
#contShare .pin-it-button { margin: 0 0 0 5px;}
#contShare .addthis_button_google_plusone {
	position: absolute;
	top: 0px;
	right: -35px;
}
/* disable transitions on container */
.loadMore {
	display: block;
	position: relative;
	margin: 15px auto;
	font-size: 15px;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0 8px 0;
	border: solid 1px #222;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
}
.loadMore:hover { background: #222; color: #999;}
/**** Transitions ****/
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
      -ms-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}
/* Infinite Scroll loader */
#infscr-loading { 
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 50%;
  margin-left: -100px;
  bottom: 83px;
  width: 200px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF !important;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
#infscr-loading * { color: #FFF !important; font-size: 14px !important;}
/*menuMobile*/
.hideButton { display: none;}
.hideButton.fix {
	-webkit-animation: fadeInDown .4s ease-in backwards;
	-moz-animation: fadeInDown .4s ease-in backwards;
	-o-animation: fadeInDown .4s ease-in backwards;
	-ms-animation: fadeInDown .4s ease-in backwards;
	-moz-animation-delay: .1s;
	-webkit-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s;
}
/*popup*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 480px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-modal#menuPopup {
	top: 0;
	left: auto;
	right: 0;
	width: 320px;
	height: 100%;
	-webkit-transform: translateX(0%) translateY(0%);
	-moz-transform: translateX(0%) translateY(0%);
	-ms-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
}
.md-show { visibility: visible;}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/* Content styles */
.md-content {
	color: #fff;
	background: #e74c3c;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}
.md-modal#menuPopup .md-content { height: 100%;}
.md-content h3 {
	position: relative;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 50px;
	background: #FFC800;
	text-align: center;
	padding-top: 5px;
}
.md-content .md-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color:rgba(255,255,255,.3);
	color: #fff;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	opacity: .7;
}
.md-content .md-close:hover { opacity: 9;}
.md-effect.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.md-effect .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}
/*menu effect*/
.md-effect#menuPopup .md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect#menuPopup .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
/* end menu effect*/
/*animated*/
@-webkit-keyframes fadeInDown {
	0% {opacity: 0; top: -120px;}	
	100% {opacity: 1; top: 0px;}
}
@-moz-keyframes fadeInDown {
	0% {opacity: 0; top: -120px;}	
	100% {opacity: 1; top: 0px;}
}
@-o-keyframes fadeInDown {
	0% {opacity: 0; top: -120px;}	
	100% {opacity: 1; top: 0px;}
}
@keyframes fadeInDown {
	0% {opacity: 0; top: -120px;}	
	100% {opacity: 1; top: 0px;}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.popCen { display: block; width: 720px; max-width: 100%; background: #fff; height: auto;}
.slidePop { display: block; width: 100%;}
.slidePop .item { display: block; float: left; width: 100%;}
.popCen img { display: block; width: 100%; height: auto; max-width: 100%;}
.popCen h3 { display: block; color: #fff; text-transform: uppercase; background: #f00; font-size: 15px; padding: 15px; text-align: center;}
.slidePop .owl-controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
.slidePop .owl-pagination { display: table; margin: 0 auto;}
.slidePop .owl-page {
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.slidePop .owl-page.active { background: #ffb400;}
/* Mobile */
@media screen and (max-width: 1281px) {
	.content.pagewrap { width: 100%; min-width: 1265px;}
	.content .right {
		width: calc(50% - 30px);
		margin: 20px 30px 0 0;
	}
	.homeNewsMain { padding: 20px 0px 20px 4px;}
}
@media screen and (max-width: 1264px) {
	.pagewrap { width: auto; margin-left: 20px; margin-right: 20px;}
	.content.pagewrap { width: auto; min-width: inherit; margin: 0;}
	.panel {
		width: auto;
		left: 20px;
		right: 20px;
	}
	.menuMain {top: 50px;right: 50px;bottom: 50px;left: 50px;}
	.menuCont {right: 80px;}
	.textCont { width: auto;}
	.textSlide a { margin-right: 15px; font-size: 22px; line-height: 30px;}
	.serMain { padding-right: 27px;}
	.btnMenu {
		top: 80px;
		right: 20px;
		margin-right: 0;
	}
	.btnMenu.show { top: 20px;}
	.btnMenu .fa, .bannerMain .follow .fa { width: 40px; height: 40px; font-size: 22px; line-height: 40px;}
	.bannerMain .follow { margin-left: 50px;}
	/**/
	.oneAlbum h3 { font-size: 15px; bottom: 15px; right: 15px;}
	.oneAlbum:hover h3 { left: 15px; bottom: 15px;}
	.homeAlbum .oneAlbum { height: auto; padding-bottom: 66.66%;}
	/**/
	.content .right {
	    width: calc(50% - 20px);
	    margin: 20px 10px 0px 0px;
	}
	.homeNewsMain { padding: 5px 0 15px 0;}
	.homeNewsCont { max-height: 800px;}
	.oneNews {
		width: calc(25% - 20px);
		margin: 0 20px 25px 0;
	}
	.homeNews .oneNews {
		float: left;
		width: calc(49.9% - 20px);
		margin: 0 10px 20px 10px;
	}
	.oneNews h3 a { font-size: 15px; line-height: 20px;}
	.oneNews p { font-size: 13px; line-height: 18px; max-height: 70px;}
	.btnNews { margin: 20px 7px 0 7px;}
	/**/
	.itemSer > span { width: calc(100% - 4px); height: auto; padding-bottom: 93%;}
	.twoCol .showText {
	    -webkit-column-gap: 30px;
	    -moz-column-gap: 30px;
	    column-gap: 30px;
	}
	.aboutTit { font-size: 30px;}
	.serInside .item h3 { font-size: 16px;}
	.list { width: calc(100% + 20px);}
	.list.serInside .item, .oneVideo {
		width: calc(33.3% - 20px);
		margin: 0 20px 20px 0;
	}
	/**/
	.menuInside { margin-bottom: 30px;}
	.topDesc h1 { font-size: 35px; line-height: 45px;}
	.topDesc p { font-size: 20px;}
	.colRight { width: 220px;}
	.colLeft { width:calc(100% - 250px);}
	/**/
	.contact .tit { font-size: 30px;}
	.contact iframe { height: 350px;}
	.address { background: #444; padding: 10px 20px 10px 0;}
	.address * { font-size: 13px;}
	.address p { margin-left: 20px; width: calc(50% - 20px);}
	.contact > .left { width: calc(100% - 280px)}
	.contact > .right { width: 250px;}
	.formBox input {width: calc(33.3% - 20px);margin-right: 20px;}
	.formBox input, .formBox textarea { font-size: 14px;}
	.formBox textarea { height: 120px; resize: none;}
	.contactInfo h3 { font-size: 22px; margin-bottom: 10px;}
	.contactInfo p, .contactInfo p * { font-size: 14px; line-height: 25px;}
	.formBox a { line-height: 35px; font-size: 15px; width: auto; padding: 0 20px; background: #444;}
	.menuHor ul a { font-size: 13px;}
	.btnHotline { font-size: 16px;padding: 0 20px 0 30px;}
	.btnHotline .fa { font-size: 18px; left: 10px;}
	.serMain .owl-controls { top: 25px;}
	.video iframe { height: 400px;}
	.list.albumView { width: calc(100% + 5px);}
	.albumView a { width: calc(24.9% - 5px)}
}
@media screen and (max-width: 1024px) {
	.homeNewsCont { overflow: auto; max-height: 750px;}
	.oneAlbum h3, .oneAlbum:hover h3 {
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 1;
		visibility: visible;
		font-size: 16px;
		padding: 40px 15px 10px 15px;
		background: -moz-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.5) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.5) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.5) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,.0) 0%, rgba(0,0,0,.5) 100%);
	}
	.albumView a { width: calc(24.99% - 5px)}
	.menuHor ul {
		white-space: nowrap;
		text-align: left;
		width: calc(100% - 170px);
		max-width: none;
		overflow: auto;
		overflow-y: hidden;
	}
	.menuHor ul a {
		float: none;
		display: inline-block;
		margin-right: 20px;
	}
	.menuHor ul a:after { right: -12px;}
}
@media screen and (max-width: 1023px) {
	.menuTop { display: none;}
	.pagewrap .openMenu { display: block; cursor: pointer;}
	.pagewrap .openMenu:after {
		content: "Menu";
		display: block;
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
		font-family: "VNF-Oswald";
		line-height: 40px;
		padding-left: 50px;
	}
	.pagewrap .openMenu .fa {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		font-size: 25px;
	}
	.bannerMain { height: auto; padding-bottom: 49.479%;}
	.logo img { width: 100%; height: auto;}
	.logo { width: 190px; margin-bottom: 20px;}
	.textCont { margin-bottom: 20px;}
	.textSlide a { font-size: 16px; line-height: 22px;}
	.itemSer > span { width: 80px; padding: 0; height: 80px;}
	.itemSer > span img { max-width: 50%;}
	.itemSer h3 { font-size: 12px; text-transform: none; line-height: 15px;}
	.itemSer:hover h3 { padding-top: 7px;}
	.closeBanner { width: 30px; height: 49px; background-size:auto 100%;}
	.serMain .owl-controls { top: 15px;}
	.serMain .owl-page { width: 10px; height: 10px;}
	.content > .left, .content > .right { width: 100%;}
	.content > .left { margin-bottom: 20px;}
	.content.pagewrap {
		padding: 20px;
	}
	.oneAlbum {
		width: calc(50% - 20px);
		margin: 0 20px 20px 0;
	}
	.homeAlbum .oneAlbum {
		height: auto;
		padding-bottom: 66.66%;
	}
	/**/
	.content > .right { border-top: solid 2px #ddd; padding: 0; margin: 0}
	.homeNewsMain { padding: 20px 0; text-align: center;}
	.homeNewsCont { max-height: 800px;}
	.homeNews .oneNews, .oneNews, .newsRight .group .oneNews {
		width: calc(50% - 20px);
		margin: 0 20px 20px 0;
		text-align: left;
	}
	.homeNews .oneNews h3 a { font-size: 18px; line-height: 24px;}
	.homeNews .oneNews p { min-height: 55px;}
	.homeNewsCont { overflow: auto; max-height: none; padding: 0; width: calc(100% + 20px)}
	.btnNews {
		display: inline-block;
		vertical-align: text-top;
		float: none;
		margin: 10px 4px;
	}
	.oneAlbum h3, .oneAlbum:hover h3 { font-size: 17px; text-align: center; padding-bottom: 15px;}
	.bannerNav { right: 5px;}
	.bannerMain .follow { margin-left: 30px; bottom: 30px;}
	.bannerPagi span {font-size: 25px;}
	.bannerNav label { font-size: 18px;}
	.bannerNav .prev, .bannerNav .next { margin: 0 5px;}
	.bannerNav .fa { font-size: 25px; line-height: 28px;}
	.twoCol .showText {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	    column-gap: 0;
		margin-bottom: 20px;
	}
	.list.serInside .item, .oneVideo { width: calc(49.9% - 20px);}
	.colLeft, .colRight { width: 100%;}
	.colRight { overflow: hidden;}
	.serRight.serInside, .listAlbum { width: calc(100% + 20px); margin-bottom: 0;}
	.serRight.serInside .item, .albumRight .oneAlbum, .videoRight .oneVideo { width: calc(50% - 20px); margin: 0 20px 20px 0 !important; float: left;}
	.newsRight .group {
		float: left;
		width: calc(100% + 20px);
	}
	.newsRight .oneNews h3 a {
		display: table-cell;
		vertical-align: middle;
		width: 500px;
		height: 40px;
		font-size: 16px;
		text-transform: none;
		padding: 8px 15px;
	}
	.colRight .owl-pagination {
		display: table;
		margin: 0 auto;
		float: none;
	}
	.colRight .owl-pagination .owl-page { margin: 0 5px; height: 12px; width: 12px; border-radius: 50%;}
	.topDesc h1 { font-size: 30px; line-height: 40px;}
	.listAlbum { margin-bottom: 10px;}
	.albumRight, .videoRight { width: calc(100% + 20px) !important;}
	.albumRight .owl-controls, .videoRight .owl-controls { margin-right: 20px;}
	.formBox { padding-top: 5px;}
	.formBox input { width: 100%;margin-right: 20px;}
	.formBox li { margin-bottom: 0;}
	.formBox input { padding-bottom: 3px; margin-bottom: 15px; font-weight: 500;}
	.formBox span { bottom: 17px;}
	.formBox textarea { height: 80px; font-weight: 500;}
	.btnMenu a { display: none;}

	.colRight.fixM { display: none;}
	.otherTit { font-size: 35px;}
	.albumView a { width: calc(33.3% - 5px)}
	.menuHor ul {
		width: 100%;
		text-align: center;
	}
	.btnHotline { display: none;}
	.menuHor ul a {
		margin-right: 30px;
	}
	.menuHor ul a:after { right: -18px;}
	.btn, .otherBtn { float: none; display: table; margin: 0 auto;}
	.btn .btnNews, .otherBtn .btnNews {
		margin: 5px 4px;
		padding: 0 10px;
		text-align: center;
		min-width: 100px;
	}
	.otherBtn { padding-bottom: 30px; text-align: center;}
	.menuCont { right: 20px; left: 20px;}
}
@media screen and (max-width: 767px) {

	
}
