BODY {
	min-height:100%;
	background: #FFFFFF;
	font-size: 15px;
	line-height:1.5;
	font-family: 'Oxygen', sans-serif;
	color: #585656;
	padding-bottom:0px;
	padding-top:24px;
}

TD, TH {
	padding:8px;
}

IMG,EMBED,OBJECT,VIDEO {
	max-width: 100%;
	height:auto !important;
}

IFRAME {
	max-width: 100%;
}

H1 {
	clear:both;
	font-size: 22px;
	padding-top:0px;
	padding-bottom:15px;
	margin:0px;
	text-align:left;
}

H2 {
}

H3{

}

HR {
	margin:0px;
	padding:0px;
	border:0px;
	height:1px;
	background-color: #cccccc;
}

INPUT, SELECT {
	vertical-align:middle;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
	padding:6px;
}

TEXTAREA {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
	padding:6px;
}

INPUT:focus, INPUT:active, TEXTAREA:focus, TEXTAREA:active, SELECT:focus, SELECT:active {
	border:1px solid #666666;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{
	cursor:pointer;
	vertical-align:middle;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 0px none;
	background: #dd074e;
	border: 1px solid #dd074e;
	color: #ffffff;
	padding:6px;
	transition: all 0.2s ease-in-out;
}

.bootstrap-select{
	width:100%;
}

INPUT[type="checkbox"].styled, INPUT[type="radio"].styled {
	margin:0px;
	margin-right:10px;
	border: 1px solid #275899;
	width:15px;
	height:15px;
   outline:0px none;
	padding:1px;
}

LABEL{
	font-weight:normal;
}

A {
	color: #dd074e;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

A:hover {
	color: #498bf9;
	text-decoration: none;
}


#menu1, #menu1 * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 898;
}

#g_menu{
	max-width:100%;
	margin:auto;
	display:table;
}

#menu1 {
	display:block;
	margin:0px;
	padding:0px;
}

#menu1 LI {
	position: relative;
	white-space: nowrap;
}

#menu1 UL LI {
	width:210px;
	white-space: normal;
	text-align:left;
}

#menu1 UL {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 3px 3px 14px rgba(0,0,0,.1);
	box-shadow: 3px 3px 14px rgba(0,0,0,.1);
}

#menu1 > LI {
	float: left;
}

#menu1 UL UL {
	top: 0;
	left: 100%;
}

#menu1 LI:hover > UL,
#menu1 LI.sfHover > UL {
	display: block;
	opacity: 1;
	z-index:99;
	visibility: visible;
}

#menu1 A {
	display: block;
	position: relative;
	text-decoration: none;
}

#menu1 A.item1 {
	color:#3e3e3e;
	background:#ffffff;
	padding-left:30px;
	padding-right:30px;
	height:52px;
	line-height:52px;
	font-size:15px;
	transition: all 0s ease-in-out;
}

#menu1 LI:last-child A.item1 {
	border-right:0px none;
}

#menu1 A.item1:hover,
#menu1 LI.sfHover A.item1,
#menu1 LI.sfHover A.current,
#menu1 LI.current A.item1{
	color:#ffffff;
	background:#31b4bf;
}

#menu1 A.item2 {
	color:#3e3e3e;
	background:#ffffff;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #5fadeb;
	border-top:0px none;
	transition: all 0s ease-in-out;
}

#menu1 A.item2:hover {
	color:#ffffff;
	background:#31b4bf;
	transition:none;
}

#mobnav-btn {
	display: none;
	font-weight: normal;
	background:#df185a;
	color: white;
	padding: 10px;
	text-align:left;
	cursor: pointer;
	font-size:18px;
	overflow-y:auto;
}

#mobnav-bt:hover {
	opacity:0.8
}

#mobnav-btn DIV{
	float:left;
	width: 22px;
	margin-top:8px;
	margin-right:15px;
}

#mobnav-btn SPAN{
	background-color: #ffffff;
	display: block;
	height: 2px;
	line-height: 2px;
	margin-top: 4px;
}

#mobnav-btn SPAN:first-child{
	margin-top: 0px;
}

#d_menu{
	clear:both;
	width:1400px;
	max-width:98%;
	margin:auto;
	padding-top:40px;
}

#d_menu UL{
	list-style-type:none;
	display:table;
	padding:0px;
	margin:auto;
}

#d_menu LI{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
}

#d_menu A{
	display:block;
	padding-left:20px;
	padding-right:20px;
	font-size:22px;
	color:#dd074e;
	font-weight:bold;
}

#d_menu A:hover{
	color:#000000;
}

#top{
	padding-top:10px;
}

#top1{
	width:1400px;
	max-width:98%;
	margin:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding-bottom:15px;
}

#top1_1{
	float:left;
	text-align:left;
	padding-bottom:10px;
	padding-top:44px;
}

#top1_2{
	float:left;
	text-align:center;
	padding-bottom:10px;
}

#top1_3{
	float:right;
	text-align:right;
	padding-bottom:10px;
	padding-top:30px;
}

#top2{
	clear:both;
	border-top:5px solid #31b4bf;
}

MAIN{
}

#maincontent2{
	width:1400px;
	max-width:98%;
	margin:auto;
	text-align:left;
	background:#ffffff;
}

#maincontent3{
	padding-top:60px;
	padding-bottom:60px;
}

#foot{
	clear:both;
	padding-top:35px;
	overflow-y:auto;
}

#foot0{
	width:1400px;
	max-width:98%;
	margin:auto;
	font-size:13px;
	color:#898989;
}

#foot0 A{
	color:#898989;
}

#foot0 A:hover{
	color:#000000;
}

#foot1{
	float:left;
	text-align:left;
	padding-bottom:15px;
}

#foot2{
	float:right;
	text-align:right;
	padding-bottom:15px;
}

#l_menu{
	clear:both;
}

#l_menu .l_item1{
	color:#ffffff;
	background:#00bac2;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:16px;
}

#l_menu .l_item1:hover, #l_menu .l_item1.active{
	opacity:0.8;
}

#l_menu .l_item2{
	color:#000000;
	background:#b3ebed;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:15px;
	padding-left:20px;
}

#l_menu .l_item2:hover, #l_menu .l_item2.active{
	opacity:0.8;
}

#lang_menu{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
}

#lang_menu LI{
	display:block;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin:0px;
}

#lang_menu IMG{
	border:1px solid #cccccc;
}

#slider_img20{
	top:0px;
	left:0px;
	width:100%;
	height:27.5vw;
	overflow:hidden;
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:center;
	justify-content:center;
}

#slider_img2{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:27.5vw;
	overflow:hidden;
}


#slider_img2 IMG{
	width:100% !important;
	height:auto !important;
}


.slider_el2{
	width:100%;
	overflow:hidden;
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	height:27.5vw;
}

.nav-tabs {
	margin-bottom:15px;
}


#news_panel{
	display:block;
	margin:auto;
	clear:both;
	padding-top:60px;
	padding-bottom:40px;
	width:1400px;
	max-width:98%;
}

#news_panel > UL{
	list-style-type:none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	padding:0px;
	margin:0px;
	vertical-align:center;
}

#news_panel > UL > LI{
	display:block;
	width: 50%;
	padding:20px;
	padding-right:45px;
}

#news_panel .date{
	color:#31b4bf;
	font-size:24px;
	padding-bottom:12px;
}

#news_panel .news_tyt A{
	display:block;
	font-size:25px;
	color:#000000;
	padding-bottom:10px;
}

#news_panel .more{
	clear:both;
	text-align:center;
	padding-top:25px;
}

#news_panel .more A{
	display:table;
	margin:auto;
	font-size:15px;
	color:#dd074e;
	text-transform:uppercase;
	padding-left:40px;
	padding-right:40px;
	height:40px;
	line-height:40px;
	border:1px solid #e5e5e5;
}

#news_panel .more A:hover{
	border:1px solid #000000;
}

#slogan{
	clear:both;
	background:#666666 url('../img/slogan.jpg') center center no-repeat;
	background-size:cover;
	color:#ffffff;
	height:412px;
}

#slogan0{
	width:50%;
	float:right;
	text-align:left;
	padding-top:150px;
	font-size:36px;
}

#slogan  .z{
	clear:both;
	padding-top:15px;
	font-size:20px;
}


#start2{
	clear:both;
	padding:45px;
	border-top:5px solid #31b4bf;
	border-bottom:5px solid #31b4bf;
}


#start3{
	clear:both;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	padding-top:30px;
	padding-bottom:15px;
}

#start3 > DIV{
	width:33.333%;
	padding:15px;
	padding-left:25px;
	padding-right:25px;
}

#start3 IFRAME{
	width:100%;
	height:400px;
}

#start3 STRONG{
	color:#31b4bf;
}

#start1{
	clear:both;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	padding-bottom:25px;
}

#start1 > DIV{
	width:33.333%;
	padding:15px;
	padding-left:25px;
	padding-right:25px;
}

#start1_2 IMG{
	width:200px;
	-webkit-box-shadow: 2px 2px 26px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 26px -3px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 26px -3px rgba(0,0,0,0.75);
	margin-top:20px;
}

#start1 STRONG{
	color:#31b4bf;
}

#start1_1 TABLE{
	width:100%;
}

#start1_1 H4{
	color:#ffffff;
	margin:0px;
	padding:8px;
	background:#31b4bf;
}

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

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}

	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}

	#menu1 A.item1 {
		padding-left:12px;
		padding-right:12px;
		font-size:15px;
	}

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}

	#menu1 {
		width: 100% !important;
		display: none;
	}

	.xactive #menu1 {
		display: block!important;
	}

	#menu1{
		float:none;
		text-align:left;
		width:100%;
	}

	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}

	#menu1 UL {
		position: static !important;
		display: none !important;
		width:100%;
	}

	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}

	#foot1, #foot2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}


	#start1{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#start3{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#start3 > DIV {
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px;
		 text-align:center;
	}

	#start1 > DIV {
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px;
	}

	H1,H2{
		text-align:center;
	}

	#start2{
		padding-left:0px;
		padding-right:8px;
	}


	#slogan0 {
	    width: 80%;
		 margin:auto;
	    float: none;
	    text-align: center;
	    padding-top: 80px;
	    font-size: 28px;
	}

	#slogan{
		height:250px;
	}

	#news_panel > UL > LI {
	    width: 100%;
	     padding-left:0px;
	    padding-right:0px;
	}

	#top1_2{
		width:50%;
	}

	#top1_1{
		padding-top:20px;
	}

	#top1_3{
		padding-top:15px;
	}

}

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

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}

	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}

	#menu1 A.item1 {
		padding-left:12px;
		padding-right:12px;
		font-size:15px;
	}

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}

	#menu1 {
		width: 100% !important;
		display: none;
	}

	.xactive #menu1 {
		display: block!important;
	}

	#menu1{
		float:none;
		text-align:left;
		width:100%;
	}

	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}

	#menu1 UL {
		position: static !important;
		display: none !important;
		width:100%;
	}

	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}

	#foot1, #foot2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}


	#start1{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#start3{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#start3 > DIV {
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px;
		 text-align:center;
	}

	#start1 > DIV {
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px;
	}

	H1,H2{
		text-align:center;
	}

	#start2{
		padding-left:0px;
		padding-right:8px;
	}


	#slogan0 {
	    width: 80%;
		 margin:auto;
	    float: none;
	    text-align: center;
	    padding-top: 80px;
	    font-size: 28px;
	}

	#slogan{
		height:250px;
	}

	#news_panel > UL > LI {
	    width: 100%;
	     padding-left:0px;
	    padding-right:0px;
	}

	#top1_2{
		width:50%;
	}

	#top1_1{
		padding-top:20px;
	}

	#top1_3{
		padding-top:15px;
	}

}

@media only screen and (max-width: 1199px) and (min-width: 769px) {


}

@media print {

	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}

	DIV{
		max-width:100%;
	}

}