html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#606060;
	line-height:1.3;
	font-weight:400;
}

/* Headings
______________________*/
h1{
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: underline;
	color: #3a3a3a;
}
h2{
	font-size: 20px;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 15px;
}
h3{
	font-size: 18px;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 15px;
	text-align: center;
}


/* Links
______________________*/
a{
	-webkit-transition: 0.1s ease-out 0.1s;
	-moz-transition: 0.1s ease-out 0.1s;
	transition: 0.1s ease-out 0.1s;
}
a:hover{
	text-decoration:underline;
}

/* input , textarea , button
______________________*/

input, 
textarea,
select{
	display:block;
	width:100%;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	padding:8px 10px;
	color:#000000;
	font-size:14px;
	box-sizing: border-box;
}
select{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:#ffffff url(../images/down-arrow.png) no-repeat 97% center / 10px 7px;
    cursor:pointer;
	padding:10px 30px 10px 10px;
	color:#888888;
}
input:focus,
select:focus{
	border-color:#66afe9;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
input.button{
	background:#AECB36;
	border:none;
	text-transform:uppercase;
	box-shadow:none;
	color:#093E51;
	font-weight:600;
	border-radius:2px;
	-webkit-transition: 0.2s ease-out 0.12s;
	-moz-transition: 0.2s ease-out 0.2s;
	transition: 0.2s ease-out 0.2s;
	border:1px solid transparent;
	padding:7px 10px;
}
input.button:hover{
	background:#ffffff;
	color:#1D5068;
	border:1px solid #1D5068;
}
.default-btn{
	display:block;
	width:auto;
	border:1px solid #11931e;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	padding:10px 30px;
	color:#fff;
	font-size:14px;
	background: #11931e;
	cursor: pointer;
	margin: 0 auto;
}
.default-btn:hover{
	background: #27bd35;
}
.btn{
	padding:10px 30px;
}


.container{
	width: 50%;
	margin: 0 auto;
}
#header{
	padding:50px 0;
}
.content-box select{
	margin-bottom: 15px;
}
.setting{
	margin-bottom: 30px;
}
.setting select{
	margin-bottom: 15px;
}
.setting h2{
	text-decoration: underline;
	margin-bottom: 30px;
}
.setting pre{
	padding: 20px;
	text-align: center;
	position: relative;
}
.setting pre span{
	padding: 1px 5px;
	position: absolute;
	right:5px;
	top:5px;
	font-size: 12px;
}
#content-bottom{
	margin-top: 30px;
}
.choose-lang{
	text-align: right;
}
.choose-lang select{
	display: inline-block;
	width: auto;
	background: #ffffff url(../images/down-arrow.png) no-repeat 93% center / 9px 6px;
	padding: 8px 20px 8px 8px;
}
h3 br {
	display: none;
}
.login-page{
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	height: 100vh;
}

#login-content{
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
	transform: translate(-50%,-50%);
}
#login-content h1{
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 30px;
	line-height: 40px;
}
.login-wrap{
	background: #ffffff;
	border-radius: 10px 10px 10px 10px;
	padding: 20px;
	width: 50%;
	margin: 0 auto;
}
.login-wrap h3{
	font-size: 25px;
	text-transform: capitalize;
	color: #3a3a3a;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.login-wrap label{
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}
.login-wrap input{
	display: block;
	margin-bottom: 15px;
}
.login-wrap .btn{
	margin: 0 auto;
	display: block;
}

.tabs-wrap{
	margin:50px 0 30px 0;
	text-align: center;
}
.tabs-content h4{
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: underline;
	color: #3a3a3a;
	margin-bottom: 25px;
	text-align: center;
}
.tabs-wrap li{
	display: inline-block;
	width: auto;
	margin-right: 15px;
}
.tabs-wrap li a{
	padding: 10px 40px;
	display: inline-block;
	vertical-align: middle;
}
.tabs-wrap li.active a{
	border: 1px solid #11931e;
	background: #11931e;
	border-radius: 4px;
	color: #fff;
}
.tabs-content{
	display: none;
	margin-bottom: 30px;
}

.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Alignments */
.center { text-align:center }
.right { text-align:right }
.top {vertical-align:top }
.middle { vertical-align:middle }


/* Responsive */
@media (max-width: 1380px){
	.tabs-wrap li a{
		padding: 7px 30px;
	}
}
@media (max-width: 1200px){
	.container{
		width: 100%;
	}
	h1{
		font-size: 22px;
	}
	h2{
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 12px;
		text-align: center;
	}
	h3{
		font-size: 15px;
		margin-bottom: 12px;
	}
	select{
		font-size: 12px;
		background: #ffffff url(../images/down-arrow.png) no-repeat 97% center / 8px 5px;
		padding: 6px 15px 6px 6px;
	}
	.default-btn,
	.btn{
		padding: 7px 20px;
		font-size: 13px;
	}
	#header{
		padding: 25px 0;
	}
	.choose-lang select{
		font-size: 12px;
		padding: 3px 20px 3px 8px;
	}

	.setting h2{
		margin-bottom: 20px;
		text-align: left;
	}
	#login-content{
		width: 100%;
		bottom: auto;
	}
	.tabs-content h4{
		font-size: 22px;
	}
}

@media (max-width: 1024px){
	.setting{
		margin-bottom: 20px;
	}
	.setting h2{
		margin-bottom: 15px;
	}
	.multi-select-button{
		padding: 6px 15px 6px 6px;
		font-size: 12px;
	}
	.multi-select-menu{
		top: 14px;
	}
	.multi-select-menuitem{
		font-size: 12px;
		padding: 10px 10px 10px 40px;
		font-weight: inherit;
	}
}

@media (max-width: 800px){}

@media (max-width: 640px){
	h1 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 15px;
	}
	h2 {
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 10px;
		text-align: center;
	}
	h3 {
		font-size: 10px;
		margin-bottom: 10px;
		line-height: 13px;
	}
	select {
		font-size: 11px;
		background: #ffffff url(../images/down-arrow.png) no-repeat 94% center / 7px 4px;
		padding: 4px 15px 4px 2px;
	}
	textarea{
		height: 180px;
		margin-bottom: 20px;
	}
	.default-btn,
	.btn{
		padding: 5px 20px;
		font-size: 12px;
	}
	#header{
		padding: 15px 0;
	}
	.choose-lang{
		text-align: center;
	}
	#content-bottom{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.setting{
		margin-bottom: 15px;
	}
	.setting .content-box select{
		margin-bottom: 0;
	}
	.multi-select-menuitem{
		font-size: 10px;
		padding: 10px;
		text-align: center;
	}
	.multi-select-menuitem input{
		position: static;
		margin: 0 auto;
	}
	.multi-select-button{
		background: #ffffff url(../images/down-arrow.png) no-repeat 94% center / 7px 4px
	}
	#login-content h1{
		margin-bottom: 20px;
		line-height: 25px;
	}
	#login-content{
		padding:0 20px;
		margin: 50px 0;
	}
	.login-wrap{
		width: 100%;
	}
	.login-wrap h3{
		font-size: 19px;
	}
	.tabs-content h4{
		font-size: 18px;
	}
	.setting pre{
		font-size:10px;
		padding: 10px 52px; 
	}
	.setting select{
		margin-bottom: 10px !important;
	}
	.setting h3 br{
		display: none;
	}
	.tabs-wrap{
		margin: 20px 0;
	}
	.tabs-wrap li{
		margin: 0 2px 5px 0;
	}
	.tabs-wrap li a{
		padding: 5px 15px;
	}
}

@media (max-width: 480px){
	.content-box .default-btn{
		margin-top: 27px;
	}
	h3 br {
		display: block;
	}
	.setting h3 br {
		display: none;
	}
	#login-content{
		padding:0 20px;
		margin:0;
	}
}