body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#656565;
	margin:0;
	padding:0;
	background:#acc1c2;
}
h1,h2,h3,h4,h5,h6,p,hr,div{
	margin:0;
	padding:0;
}
a img{
	border:none;
}
a{
	color:#656565;
	text-decoration:none;
}
a#toTop{
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:0;
}
h1{
	font-size:28px;
	color:#5f989b;
	border-bottom:1px dotted #5f989b;
	margin:0 0 10px 0;
	padding-bottom:5px;
}
h2{
	font-size:20px;
	color:#868686;
	margin:0;
	padding-bottom:5px;
}
h2.linear{
	color:#5f989b;
	margin-bottom:15px;
	font-size:28px;
}
lable.leftlb, h3{
	font-size:16px;
	color:#000;
}
#container{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
}
#wellcome{
	position:absolute;
	top:105px;
	right:10px;
	color:#FFF;
	font-size:12px;
}
#wellcome a{
	color:#FFF;
	font-weight:600;
	text-decoration:underline;
}

/* -------------------------------------- Marque -------------------------------------- */
#qMarque{width:1000px; height:30px; background:url(../../images/marque-bg.jpg) no-repeat; overflow:hidden; position:relative;}
#qMarque .marquee{position:absolute; width:850px; top:7px; right:5px; overflow:hidden;}
#qMarque .marquee span{padding-right:150px; float:left; font-size:13px;}
#qMarque .marquee span a{text-decoration:underline;}

#qMarque-wel{width:866px; height:30px; background:url(../../images/marque-bg-wel.jpg) no-repeat; overflow:hidden; position:relative;}
#qMarque-wel .marquee{position:absolute; width:716px; top:7px; right:5px; overflow:hidden;}
#qMarque-wel .marquee span{padding-right:150px; float:left; font-size:13px;}
#qMarque-wel .marquee span a{text-decoration:underline;}

/* -------------------------------------- TOP -------------------------------------- */
#tophead{
	width:952px;
	height:187px;
	margin:0;
	padding:0 24px;
	background:url(../../images/mainimg/bgbanner.png) repeat-x;
	position:relative;
}
#logo{
	background:url(../../images/mainimg/logo.png) no-repeat top left;
	width:426px;
	height:129px;
}
#logo a{
	display:inline-block;
	width:426px;
	height:129px;
	text-decoration:none;
	border:none;
}
#logo a span{
	visibility:hidden;
}
#languang{
	width:100px;
	height:21px;
	margin:0;
	padding:0;
	position:absolute;
	top:66px;
	right:24px;
	text-align:right;
	color:#FFF;
	font-size:16px;
}
#languang a{
	padding:0;
}
#languang a.active{
	padding:0 0 0 20px;
}


/* -------------------------------------- Navigater -------------------------------------- */
#navigater{
	width:995px;
	height:53px;
	margin:0 0 0 -20px;
	padding:0;
}
#navigater a{
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#nav {
	margin: 0;
	padding: 7px 0 0 0;
	line-height: 100%;
}
#nav li {
	width:120px;
	margin: 8px 0 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	border-left:1px solid #FFF;
}
#nav li.last{
	margin:8px 0 0 0;
	padding:0;
	width:108px;
}


/* main level link */
#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding:  0 3px 10px 5px;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a.atop{
	text-transform:uppercase;
}
#nav a:hover {
	color: #406562;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #406562;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #687f80;
	font-weight:bold;
}
#nav ul a:hover {
	background:#a4c2c3!important;
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	border:none;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 13px 0 0 0;
	width: 140px;
	position: absolute;
	top: 23px;
	left: 0;
	background:url(../../images/home/li_hover_bg.png) no-repeat;
	border: solid 1px #b4b4b4;
	z-index:9999;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	border:none;
	background:#ebebeb;
	width:140px;
	border-bottom:1px solid #FFF;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	padding:8px 10px;
	font-size:12px;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topleft: 1px;

	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topright: 1px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomleft: 1px;

	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius-bottomright: 1px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}


/* -------------------------------------- Background Endback / H1 end back -------------------------------------- */
#end_bg{
	width:1000px;
	height:500px;
	background:url(../../images/mainimg/img01-en.jpg) no-repeat top center;
	margin:31px 0px;
	padding:0;
	position:absolute;
	z-index:-100;
	top:187px;
}
#end_head{
	width:1000px;
	height:247px;
	text-align:center;
	position:absolute;
	z-index:-100;
	top:187px;
	overflow:hidden;
}
#end_hline{
	width:960px;
	height:152px;
	text-transform:uppercase;
	margin:0 auto;
	position:relative;
}
#end_hline h1{
	color:#FFF;
	font-size:44px;
	position:absolute;
	left:0;
	bottom:-10px;
	border:none;
}
#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	background-size: cover;
	-webkit-transition: background 1s ;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
.mySlides {
	display:black;
	right: -300px;
	}
#slider
{
	height: 500px;
	/*background-image:url('images/5.jpg');*/
	background-size: cover;
	-webkit-transition: background 1s ;
}

#slider:after
{
	position: absolute;
    content: '';
    /*top: 0;*/
    left: 0;
    width: 100%;
    height: 500px;
    /*z-index:1;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));*/
}
.icon
{
	font-size: 50px;
	color: #e7eeeb;
	position: relative;
	z-index: 3;
	top: 160px; 
    left: 30px; 
    right: 30px; 
}
#left
{
	float: left;
	margin: 17px 30px;
}

#right
{
	float: right;
	margin: 17px 85px;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.angle-left:before {
  content: "\f104";
}
.angle-right:before {
  content: "\f105";
}

/* -------------------------------------- Background Button -------------------------------------- */
#bg_button{
	width:100%;
	height:423px;
	margin:0;
	padding:0;
	position:relative;
	background:none;
}
a#yellow_bt, a#green_bt, a#blue_bt, a#cmivf_link{
	position:absolute;
	right:0px;
	display:inline-block;
	width:320px;
}
a#yellow_bt{
	position:absolute;
	background:url(../../images/mainimg/ourservicebt.png) no-repeat 0 0;
	top:234px;
	height:50px;
}
a#yellow_bt:hover{
	background:url(../../images/mainimg/ourservicebt.png) no-repeat 0 -50px;
}
a#green_bt{
	position:absolute;
	background:url(../../images/mainimg/oursucbt.png) no-repeat 0 0;
	top:290px;
	height:50px;
}
a#green_bt:hover{
	background:url(../../images/mainimg/oursucbt.png) no-repeat 0 -49px;
}
a#blue_bt{
	position:absolute;
	background:url(../../images/mainimg/whyinbt.png) no-repeat 0 0;
	top:346px;
	height:48px;
}
a#blue_bt:hover{
	background:url(../../images/mainimg/whyinbt.png) no-repeat 0 -49px;
}
a#cmivf_link{
	position:absolute;
	background:url(../../images/mainimg/banner-cmivf-home-eng.png) no-repeat 0 10px; 
	/*top:225px;*/
	height:200px;
	right:-20px;
	
}
a#cmivf_linkc{
	position:absolute;
	background:url(../../images/mainimg/banner-cmivf-home-eng.png) no-repeat 0 0; 
	height:200px;
	position:absolute;
	right:-40px;
	display:inline-block;
	width:320px;
}


/* -------------------------------------- Main Content -------------------------------------- */
#maincontent{
	width:942px;
	height:auto;
	background:#f2f2f2;
	margin:0 auto;
	padding:8px 10px;
}
.box-l1{
	width:315px;
	/*height:278px;*/
	height:auto;
	min-height:278px;
	float:left;
	margin-right:13px;
	padding-top:10px;
}
.box-l2{
	width:265px;
	height:340px;
	padding:10px;
	background:#FFF;
	float:left;
	
}
.box-l3{
	width:504px;
	height:280px;
	margin-left:10px;
	padding:10px;
	background:#FFF url(../../images/quicecontact_bgd.png) no-repeat bottom right;
	float:right;
}
.imgNews{
	border-color: #f2f2f2;
	border-bottom-style:solid;
	border-bottom:10px;
	border-right:20px;
	margin-right:10px;
	}
	
.box-l4 {
	width:355px;
}
.box-l4 p.vdo{
	text-align:center;
	background:#FFF;
	float:left;
	margin:0;
	padding:8px;
}
.box-l5{
	margin-left:10px;
	padding:8px;
	background:#FFF;
	float:left;
}
.box-l6{
	margin-left:10px;
	padding:8px;
	background:#FFF;
	float:left;
}
.box-l7{
	width:300px;
	padding:11px 10px;
	/*background:#FFF;*/
	margin:0px 110px 0px 110px;
}
/* -------------------------------------- Main Content :: Login -------------------------------------- */
#minilogin{
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
}
#minilogin label{
	float:left;
	display:inline-block;
	width:80px; margin-right:10px;
}
#minilogin input[type="text"], #minilogin input[type="password"]{
	float:left;
	margin-bottom:5px;
	border:1px solid #c0c0c0;
}
#minilogin p{
	clear:left;
}
a#healthlabel{
	background:url(../../images/mainimg/healthbt.png) no-repeat 0 0;
	display:inline-block;
	width:255px;
	height:85px;
}
a#healthlabel:hover{
	background:url(../../images/mainimg/healthbt.png) no-repeat 0 -85px;
	width:255px;
	height:85px;
}


/* -------------------------------------- Main Content :: Quick contact -------------------------------------- */
#quickcontact{
		
}
#quickcontact label.leftlb{
	float:left;
	display:inline-block;
	width:73px; margin-right:10px;
}
#quickcontact input[type="text"], #quickcontact textarea{
	margin-bottom:5px;
	border:1px solid #d2d3d3;
	background:#eaeeee;
	width:200px;
	padding:0;
}
 #quickcontact textarea {
	 overflow:auto;
 }
#quickcontact input[type="text"].capchar{
	width:80px;
}
#quickcontact p{
	clear:left;
}
#quickcontact p.checkalive{
	color:#6c9495;
	font-size:0.6em;
	font-weight:600;
	margin:5px 0 15px 0;
}

/* -------------------------------------- Footer -------------------------------------- */
#footer{
	width:942px;
	height:82px;
	margin:5px 0 0 0;
	padding:15px 0 0 0;
	border-top:1px dotted #000;
	position:relative;
}
#footer-left{
	width:171px;
	height:87px;
	float:left;
	border-right:1px dotted #000;
	margin-right:25px;
}
#footer-left p{
	margin-top:14px;
}
#footer-left p a{
	color:#638158;
	font-weight:600;
	font-size:0.8em;
	text-decoration:none;
}
#footer-right{
	width:630px;
	height:auto;
	float:left;
	font-size:0.7em;
	color:#7f7f7f;
}
#footer-right p{
	margin-top:10px;
}
#footer-right b, #footer-right a{
	color:#6c9495;
	font-weight:600;
	text-decoration:none;
}


/* -------------------------------------- CLASS -------------------------------------- */
.clear{
	clear:both;
}
.space-10{
	padding:5px 0;
}
.fontsmall{
	font-size:0.9em;
}
.miniwebboard{
	margin:5px 0 0 15px;
	padding:0;
}
.miniwebboard li{
	padding:1px 0 1px 2px;
}
.miniwebboard li a{
	text-decoration:none;
}
.miniwebboard li.liodd{
	background:#f4fef3;
}
.more{
	float:right;
	text-decoration:none;
	margin-top:10px;
}
.more2{
	text-decoration:none;
	margin-top:5px;
	color: #005B88;
}
.222{
	color:#222;
	}
.gsubmit{
	background:url(../../images/mainimg/botton.png) no-repeat;
	width:127px;
	height:27px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
	border:none;
	cursor:pointer;
}
.gfont{
	font-size:16px;
	color:#FFF;
}
a.buttom-line{
	font-size:0.6em;
	text-decoration:none;
}
label.error{
	color:#F80707;
	font-size:10px;
	margin:0 5px;
}
.error-label{
	margin:0 0 5px 0;
	padding:5px 10px;
	background:#FFEAEA;
	font-size:11px;
	color:#FD1C1C;
	text-align:center;
	border:1px solid #EC5959;
}
.success-label{
	margin:0 0 5px 0;
	padding:5px 10px;
	background:#F5FDF4;
	font-size:11px;
	color:#35B515;
	text-align:center;
	border:1px solid #41B830;
}

.changepass{
	padding:20px;
}
.changepass label{
	float:left;
	display:inline-block;
	width:150px; margin-right:10px;
}
.changepass input[type="password"], .changepass input[type="text"]{
	float:left;
	margin:0 10px 5px 0;
	border:1px solid #c0c0c0;
}
.changepass p{
	clear:left;
}
.changepass input[type="submit"]{
	margin:-5px 0 0 0;
}
#pagebox h1.overhead{
	font-size:3em;
}
div.message{
	width:96%;
	height:auto;
	margin:10px auto 20px auto;
	padding:10px;
}
div.info{
	background:#F0F5FB;
	color:#1C6DB0;
	border:1px solid #2C7E8D;
	text-align:justify;
}
div.message a{
	color:#13B01B;
	text-decoration:underline;
}
#mainxmap{
	position:relative;
	padding-top:40px;
}
#mainxmap span.printx{
	position:absolute;
	display:inline-block;
	text-align:center;
	width:80px;
	top:0;
	left:160px;
	background:url(../../print.png) no-repeat 5px center;
	padding:3px 5px 3px 30px;
	text-shadow:0 0 1px #8BB9CF;
	border:1px dotted #DFE1E1;
	cursor:pointer;
}

#social{
	position:absolute;
	top:20px;
	right:20px;
	color:#FFF;
}

#footermenu{
	margin:-2px 0 0 0;
	padding:0;
	list-style:none;
	clear:both;
}
#footermenu li{
	float:left;
	margin:0 0 0 8px;
	padding:0 8px 0 0;
	height:12px;
	border-right:1px solid #656565;
}
#footermenu li a{
	color:#656565;
	font-weight:600;
	padding:0;
	line-height:0px;
}
#footermenu li.first{
	margin-left:0;
}
#footermenu li.last{
	margin-right:0;
	padding-right:0;
	border:none;
}

#subxnav{
	margin:10px 0;
	padding:0;
	list-style:url(../../control/images/arrowright_iconbar_ovr.png) inside;
}
#subxnav a:hover{
	text-decoration:underline;
}
#subxnav li{
	margin:5px 0;
	padding:0 10px 0 0;
}
.subxnavl2{
	margin:10px 0 10px 25px;
	padding:0;
	list-style:url(../../control/images/arrowright_iconbar_act.png) inside;
}
.subxnavl2 li{
	margin:5px 0;
	padding:0 10px 0 0;
}
.subxnavl3{
	margin:10px 0 10px 25px;
	padding:0;
	list-style:url(../../control/images/arrowright_iconbar_off.png) inside;
}
.subxnavl3 li{
	margin:5px 0;
	padding:0 10px 0 0;
}
.subxnavl4{
	margin:10px 0 10px 25px;
	padding:0;
	list-style:url(../../control/images/ball_grey_13.png) inside;
}
.subxnavl4 li{
	margin:5px 0;
	padding:0 10px 0 0;
}

span.kol{
	font-size:13px;
	display:inline-block;
	text-align:left;
	border:1px solid #5F989B;
}
a.faceico, a.youico{
	display:inline-block;
	margin-left:5px;
	width:30px;
	height:30px;
}
a.faceico{
	background:url(../../images/Facebook_icon.png) no-repeat;
}
a.youico{
	background:url(../../images/youtube_icon.png) no-repeat;
}
a.faceico span, a.youico span{
	visibility:hidden;
}