h1,
h2,
h3,
h4,
h5,
h6,
ul,
fieldset,
li,
p {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	transition: 0.4s;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	background: #FAFAFB;
    overflow: hidden;
}

#index_canvas {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #ececec;
	z-index: 1;
}

.page-wrap {
	width: 1000px;
	height: 530px;
    position: absolute;
    z-index: 2;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	z-index: 99;
}

.page-wrap .top {
	overflow: hidden;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.login-wrap {
	float: left;
    width: 340px;
	height: 480px;
    padding: 40px 20px 30px 20px;
    box-sizing: border-box;
    background: rgba(255,255,255,.8);
	position: relative;
}

#personal-body .login-wrap {
	float: left;
    width: 340px;
	height: 480px;
    padding: 40px 20px 30px 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
	position: relative;
}

.login-wrap .logo {
	margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.login-wrap .logo h1 {
    line-height: 50px;
	color: #000;
	font-weight: 700;
	font-size: 28px;
	transition: .4s;
}

#personal-body .login-wrap .logo h1 {
	color: #05205e;
}

.login-wrap .logo h1 span {
    border: 3px solid #000;
	padding: 0 5px;
}

#personal-body .login-wrap .logo h1 span {
    border: 3px solid #60ad3d;
}

.login-wrap .login-form-wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.login-wrap .login-form-wrap .login-title {
	margin-bottom: 30px;
	margin-top: 50px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#personal-body .login-wrap .login-form-wrap .login-title {

	color: #05205e;
}

.login-wrap .login-form-wrap li {
    width: 100%;
    overflow: hidden;
	margin-bottom: 20px;
}

.login-wrap .login-form-wrap li .icon {
    width: 35px;
    height: 100%;
    float: left;
    line-height: 40px;
	text-align: center;
}

#personal-body .login-wrap .login-form-wrap li .icon {
	color: #05205e;
}

.login-wrap .login-form-wrap input[type="text"],
.login-wrap .login-form-wrap input[type="password"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: none;
	border: 0;
	border-bottom: 2px solid rgba(0,0,0,.3);
	outline: 0;
	box-shadow: none;
	padding: 0 12px 0 35px;
	margin-left: -35px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.2px;
	font-family: 'Roboto', sans-serif;
	border-radius: 0;
	transition: .3s;
}

#personal-body .login-wrap .login-form-wrap input[type="text"],
#personal-body .login-wrap .login-form-wrap input[type="password"] {
	border-bottom: 2px solid rgba(0,0,0,.3);
	color: #05205e;
}

.login-wrap .login-form-wrap input[type="text"]:focus,
.login-wrap .login-form-wrap input[type="password"]:focus {
	border-bottom: 2px solid #000;
}

#personal-body .login-wrap .login-form-wrap input[type="text"]:focus,
#personal-body .login-wrap .login-form-wrap input[type="password"]:focus {
    border-bottom: 2px solid #000;
	color: #05205e;
}

.login-wrap .login-form-wrap .submit-input {
	width: 100%;
	text-align: center;
}

.login-wrap .login-form-wrap .submit-input button {
	background: none;
	border: 0;
	box-shadow: none;
	display: inline-block;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	color: rgba(0,0,0,.5);
	transition: .3s;
}

#personal-body .login-wrap .login-form-wrap .submit-input button {
	color: #60aa37;
}

.login-wrap .login-form-wrap .submit-input button i {
	margin-left: 5px;
}

.login-wrap .login-form-wrap .submit-input button:hover {
	color: #000;
}

#personal-body .login-wrap .login-form-wrap .submit-input button:hover {
	color: #012866;
}

.login-wrap .login-wrap-footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}

.login-wrap .login-wrap-footer a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(0,0,0,.5);
	transition: .3s;
	text-decoration: underline;
}

#personal-body .login-wrap .login-wrap-footer a {
	color: rgba(6, 31, 95, 0.6);
}

.login-wrap .login-wrap-footer a:hover {
	color: #000;
	text-decoration: none;
}

#personal-body .login-wrap .login-wrap-footer a:hover {
	color: rgb(6, 31, 95);
	text-decoration: none;
}

.slider-wrap {
	float: left;
    width: calc(100% - 340px);
	height: 480px;
}

.slider-wrap .swiper-container .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	top: 50%;
}

.slider-wrap .swiper-container .info-after {
	display: inline-block;
	width: calc(100% - 90px);
	z-index: 3;
	text-align: center;
	border: 2px solid #fff;
	margin: 0 45px;
	padding: 40px 25px;
	box-sizing: border-box;
	transform: translateY(-50%);
}

.slider-wrap .swiper-container .info p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.3px;
	margin-top: 10px;
	line-height: 25px;
}

.slider-wrap .swiper-container .info h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 4.7px;
	text-transform: uppercase;
	line-height: 40px;
}

.slider-wrap .swiper-container .swiper-slide .post-img {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

.slider-wrap .swiper-container .swiper-slide .post-img .post-link {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

.slider-wrap .swiper-container .swiper-slide .post-img .animate {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,.5);
	transition: 0.4s;
}

.slider-wrap .swiper-container:hover .swiper-slide .post-img .animate {
	background: rgba(0,0,0,.55);
}

.slider-wrap .swiper-container .swiper-slide .post-img img {
	height: 100%;
	width: auto;
	min-width: 100%;
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: -9999px;
	bottom: -9999px;
	margin: auto;
	z-index: 1;
}

.page-footer {
    width: 100%;
	height: 50px;
}

.page-footer .copyright {
	height: 100%;
	float: left;
	display: table;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.4px;
	color: #000;
}

.page-footer .copyright a {
	color: #000;
	text-decoration: underline;
}

.page-footer .copyright a:hover {
	text-decoration: none;
}

.page-footer .copyright span {
	display: table-cell;
	vertical-align: middle;
}

.page-footer .footer-right {
	height: 100%;
	float: right;
	display: table;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.4px;
	color: #000;
	text-align: right;
}

.page-footer .footer-right a {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	transition: .4s;
}

.page-footer .footer-right a:hover {
	text-decoration: underline;
}

@media only screen and (max-width:1024px){

	.page-wrap {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	.slider-wrap .swiper-container .info-after {
		padding: 0;
		border: 0;
	}

}

@media only screen and (max-width:768px){

	body {
		overflow: auto;
	}

	.page-wrap {
		position: relative;
		height: auto;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
	}

	.login-wrap {
		width: 100%;
		height: auto;
		padding-bottom: 80px;
	}

	.slider-wrap {
		width: 100%;
	}

	.page-footer {
		text-align: center;
		margin-top: 40px;
	}

	.page-footer .copyright {
		display: inline-block;
		float: none;
	}

	.page-footer .footer-right {
		display: inline-block;
		float: none;
	}

}
