.font-candara {
	font-family: candara;
}

.line-height {
	line-height: 2em;
}

.bg-round-white {
	background: #fff;
	border-radius: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.shadow_box {
  box-shadow: 0px 7px 8px #888888;
}

.starMission2 {
	display: none;
}

.devider {
	border-top: 1px solid #eee;
}

.fixed-top-1 {
	background: #fff;
	z-index: 9;
	top: 0px;
	position: fixed;
	border-bottom: 1px solid #f1f1f1;
}

.fixed-top {
	top: 30px;
}

.fixed-top-0 {
	top: 0px !important;
}

.devider2 {
	border-top: 1px dashed #ccc;
}

.img {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.h-180 {
	height: 180px;
}

.img-article {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	width: 700px;
}

.box-card {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	padding: 15px;
}

.box-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


#bg-opening {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: #000;
    opacity: 0.85;
    /*background-color: rgba(255,255,255,0.7);*/
    z-index:9000;
}

#logo-opening {
    position:fixed;
    top:10%;
    text-align: center;
    z-index:9100;
    width: 100%;
}

#logo-opening img {
	padding: 5px;
	background:  #fff;
	border-radius: 5px;
	width: 800px;
}

#btn-close-opening {
    position:fixed;
    top:10px;
    right:10px;
    z-index:9999;
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: #000;
    opacity: 0.5;
    /*background-color: rgba(255,255,255,0.7);*/
    z-index:9999;
    display: none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 10000 !important;
    top: 0;
    right: 0;
    background-color: #0365b0;
    overflow-x: hidden;
    transition: 0.5s;
    color: #eee;
    padding: 0px;
}

.sidenav a {
    padding: 5px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .menulist {
	border-bottom: 1px solid #3ca0ed; 
	padding:5px;
}

.content-news {
	padding: 20px;
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#ddd;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


@media (max-width: 450px) {
	.headerInfo {
		display: none;
	}
}

@media (max-width: 400px) {
	.headerInfoTitle {
		display: none;
	}
}


@media (max-width: 575px) {
	.starMission {
		display: none;
	}

	#logo-opening img {
	    width: 90%;
		padding: 2px;
	}
}

@media (max-width: 1200px) {
	.newsDate {
		zoom: 0.8;
	}
}

@media (max-width: 992px) {
	.newsDate {
		zoom: 0.6;
	}
	.img-article {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.newsDate {
		zoom: 0.9;
	}

	.fixed-top {
		top: 49px;
	}

	.openTime {
		text-align: right !important;
	}
	
	.content-news {
		padding: 5px;
	}
}