body{
	/* font-family: Tahoma; */
	font-family: Kanit;
	margin: 0 auto;
	background-color: #f1f2f2;
	font-size: 12px;
}
a{
	color: #333 !important;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
	color: #81c003 !important;
}
a:active {
    text-decoration: none;
}	
hr { 
	background-color: #81c003;
	height: 3px;
	margin: 5px 0px 15px 0px;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	display: inline-block;
	left: 0;
}
li{
	display: inline-block;
}

/*--------Ribbon--------*/
.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }

/*--------End--------*/
.caption > a{
	color: #fff !important;
}
.caption > a:hover{
	color: #81C003 !important;
}
.caption-sub-music > a{
	color: #fff !important;
}
.caption-sub-music > a:hover{
	color: #81C003 !important;
}
.caption-music > a{
	color: #fff !important;
}
.caption-music > a:hover{
	color: #81C003 !important;
}
.caption-food > a{
	color: #fff !important;
}
.caption-food > a:hover{
	color: #81C003 !important;
}
.caption-health > a{
	color: #fff !important;
}
.caption-health > a:hover{
	color: #81C003 !important;
}
.caption-howto > a{
	color: #fff !important;
}
.caption-howto > a:hover{
	color: #81C003 !important;
}
.caption-big > a{
	color: #fff !important;
}
.caption-big > a:hover{
	color: #81C003 !important;
}
.caption-hot > a{
	color: #fff !important;
}
.caption-hot > a:hover{
	color: #81C003 !important;
}
.caption-hot-image > a{
	color: #fff !important;
}
.caption-hot-image > a:hover{
	color: #81C003 !important;
}
#circle{
    background: #27aae1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 4px;
}
.col{
	float: left;
}
.gap_top{
	margin-top: 30px;
}
.row{
	clear: both;
	clear: none;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-center ul{
	margin-left: -2px;
}
.text-right{
	text-align: right;
}
.frame{
	padding: 10px;
	display: block;
}

.imageHolder-big { 
	position: relative; 
	width: 280px; 
	height: 150px;
}
.imageHolder-big-mid { 
	position: relative; 
	width: 100%; 
	height: 150px;
} 
.content-big-right { 
   padding-left:20px;
} 
.imageHolder-big .caption-big { 
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 280px; 
	height: 25px;
	bottom: 0px; 
	left: 0px; 
	background: #333; 
	text-align:left; 
	opacity:0.7; 
	padding: 5px 0px 0px 5px;
	display: block;
	overflow: hidden;
}

.imageHolder { 
	position: relative; 
	width: 185px; 
	height: 100px;
} 
.imageHolder .caption { 
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 185px; 
	height: 20px; 
	bottom: 0px; 
	left: 0px; 
	background: #333; 
	text-align:left; 
	opacity:0.7; 
	padding: 0px 0px 0px 5px;
	display: block;
	overflow: hidden;
}

.imageHolderRight { 
	position: relative; 
	width: 280px; 
	height: 100px;
} 
.imageHolderRight .caption { 
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 280px; 
	height: 20px; 
	bottom: 0px; 
	left: 0px; 
	background: #333; 
	text-align:left; 
	opacity:0.7; 
	padding: 0px 0px 0px 5px;
	display: block;
	overflow: hidden;
}


.imageHolder-music { 
	position: relative; 
	width: 185px; 
	height: 100px;
} 
.imageHolder-music .caption-music { 
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 180px; 
	/* height: 25px; */
	bottom: -80px; 
	left: 0px; 
	background: #333; 
	text-align:left; 
	opacity:0.7; 
	padding: 5px 0px 0px 5px;
	display: block;
	overflow: hidden;
}
.imageHolder-sub-music { 
	position: relative; 
	width: 90px; 
	height: 85px;
} 
.imageHolder-sub-music .caption-sub-music{
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 90px; 
	height: 20px; 
	bottom: 0px; 
	left: 0px; 
	background: #333; 
	text-align:left; 
	opacity:0.7; 
	padding-left: 8px;
	display: block;
	overflow: hidden;
}
.imageHolder-new{
	position: relative; 
	width: 306px; 
	height: 375px;
}
.imageHolder-new .caption-new{
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 110px; 
	height: 40px; 
	top: 0px; 
	left: 0px; 
	background: #f15a29; 
	text-align:left; 
	/*opacity:0.7; */
	padding: 10px;
	display: block;
	overflow: hidden;
}
.imageHolder-hot-image{
	position: relative; 
	width: 300px; 
	height: 200px;
}
.imageHolder-hot-image .caption-hot-image{
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 300px; 
	height: 50px;
	bottom: 0px; 
	left: 0px; 
	background: #333; 
	text-align:left; 
	opacity:0.7; 
	padding: 10px;
	display: block;
	overflow: hidden;
}
.imageHolder-hot-image .caption-hot-image-top{
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 100px; 
	height: 40px; 
	top:0;
	left: 0px; 
	background: #be1e2d; 
	text-align:left; 
	/*opacity:0.7; */
	padding: 10px;
	display: block;
	overflow: hidden;
}
.imageHolder-hot{
	position: relative; 
	width: 130px; 
	height: 130px;
}
.imageHolder-hot .caption-hot{
	color: #ffffff !important;
	font-size: 11px;
	position: absolute; 
	width: 130px; 
	/* height: 22px; */
	bottom: 0px; 
	left: 0px; 
	background: #333; 
	text-align:left; 
	opacity:0.7; 
	padding: 3px;
	display: block;
	overflow: hidden;
}
.imageHolder-food{
	position: relative; 
	width: 150px; 
	height: 150px;
}
.imageHolder-food .caption-food{
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 150px; 
	height: 40px; 
	bottom: 0px; 
	left: 0px; 
	background: #333;
	text-align:left; 
	opacity:0.7; 
	padding: 5px;
	display: block;
	overflow: hidden;
}
.imageHolder-health{
	position: relative; 
	width: 150px; 
	height: 150px;
}
.imageHolder-health .caption-health{
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 150px; 
	height: 40px; 
	bottom: 0px; 
	left: 0px; 
	background: #333;
	text-align:left; 
	opacity:0.7; 
	padding: 5px;
	display: block;
	overflow: hidden;
}
.imageHolder-howto{
	position: relative; 
	width: 150px; 
	height: 150px;
}
.imageHolder-howto .caption-howto{
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 150px; 
	height: 40px; 
	bottom: 0px; 
	left: 0px; 
	background: #333;
	text-align:left; 
	opacity:0.7; 
	padding: 5px;
	display: block;
	overflow: hidden;
}
.both{
	clear:both;
}
.menu{
	margin-bottom:10px;
	width: 800px;
	height: 45px;
	margin-top:30px;
	background-color: #64bf04;
	float: left;
	margin-left: 20px;
}
.menu > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	display: inline-block;
	left: 0;
}
.menu > ul > li > a {
	position: relative;
	left: -1px;
	top: 11px;
	padding: 12px 15px 17px 15px;
	color: #ffffff !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Fix Chromes */
	.menu > ul > li > a {
		position: relative;
		left: -1px;
		top: 11px;
		padding: 12px 15px 19px 15px;
		color: #ffffff !important;
	}
}
.menu > ul > li > a:hover{
	background-color: #2da333;
}
.menu-active{
	background-color: #2da333;
}
.menu > ul > li{
	display: inline-block;
	height: 45px;
	margin-left: -4px;
}
.menu-member{
	width: 220px;
	height: 45px;
	margin-top: 30px;
	background-color: #64bf04;
	float: right;
	margin-right: 14px;
}
.menu-member > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	display: inline-block;
	float: right;
}
.menu-member > ul > li > a{
	position: relative;
	top: 11px;
	padding: 12px 15px 15px 15px;
	color: #ffffff !important;
}
.menu-member > ul > li > a:hover{
	background-color: #2da333;
}
.menu-member > ul > li{
	display: inline-block;
	height: 45px;
}
.menu-member-active{
	background-color: #f15a29;
	margin-left: -4px;
}
.content-logo{
	text-align: center;
	width: 205px;
	height: 69px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-left: 12px;
}
.content-banner{
	text-align: center;
	width: 782px;
	height: 90px;
	float: left;
}
.content-left{
	margin-top: 0px;
	width: 205px;
	float: left;
}
.content-center{
	margin-top: 0px;
	width: 500px;
	margin-left: 10px;
	float: left;
}
.content-right{
	margin-top: 0px;
	width: 300px;
	margin-left: 9px;
	float: left;
}
.fontsize-head{
	/* font-family: Tahoma; */
	font-family: Kanit;
	font-size: 15px;
}
.font-white{
	color: #ffffff !important;
}
.font-pink{
	color: #ff5782 !important;
}
.font-blue{
	color: #27aae1 !important;
}
.font-green{
	color: #81c003 !important;
}
.font-orange{
	color: #f15a29 !important;
}
.font-red{
	color: #be1e2d !important;
}
.font-red-bright{
	color: #ed1c24 !important;
}
.font-violet{
	color: #9718d3 !important
}
.bg-white{
	background-color: #ffffff !important;
}
.bg-pink{
	background-color: #ff5782 !important;
}
.bg-blue{
	background-color: #27aae1 !important;
}
.bg-green{
	background-color: #81c003 !important;
}
.bg-orange{
	background-color: #f15a29 !important;
}
.bg-red{
	background-color: #be1e2d !important;
}
.bg-red-bright{
	background-color: #ed1c24 !important;
}
.bg-gray{
	background-color: #333 !important;
}
.bg-violet{
	background-color: #9718d3 !important
}
.frame > .mobiletheme{
	float: left;
	width: 150px;
	margin-left: 7px;
	text-align: center;
}
.frame > .mobiletheme > span{
	margin-top: 5px;
}
.frame > .mobilewallpaper{
	float: left;
	width: 110px;
	margin-left: 7px;
	text-align: center;
}
.frame > .mobilewallpaper > span{
	margin-top: 5px;
}
.frame > .mobileringtone{
	float: left;
	width: 500px;
}
.frame > .mobileringtone > .content{
	float: left;
	width: 240px;
	margin-left: 10px;
	margin-top: -2px;
	overflow: hidden;
	word-wrap:break-word;
}
.frame > .mobileringtone > .number{
	float: right;
	width: 190px;
	margin-left: 0;
	overflow: hidden;
	word-wrap:break-word;
}
.frame-movie{
	padding: 10px;
	float: left;
}
.frame-movie > .img1{
	width: 180px;
	height: 170px;
	float: left;
}
.frame-movie > .img2{
	padding: 0px 0px 10px 10px;
	float: left;
}
.frame-food{
	width: 163px;
	padding: 10px 10px 0px 0px;
	float: left;
	margin-left: 10px;
	display: block;
}
.frame-food > .box{
	padding: 10px 0px 0px 0px;
}
.frame-food  > .box > .image{
	float: left;
	box-shadow: 0px 0px 1px 0px #BDBDBD;
}

.frame-food > .box > .content{
	float: left;
	width: 100px;
	height: 47px;
	padding: 5px;
	display: block;
	overflow: hidden;
	word-wrap:break-word;
	font-size: 10px;
}
.frame-food > hr{ 
	background-color: #81C003;
	height: 3px;
	margin: 10px 0px 15px 0px;
}
.frame-health{
	width: 163px;
	padding: 10px 10px 0px 0px;
	float: left;
	display: block;
}
.frame-health > .box{
	padding: 10px 0px 0px 0px;
}
.frame-health  > .box > .image{
	float: left;
	box-shadow: 0px 0px 1px 0px #BDBDBD;
}
.frame-health > .box > .content{
	float: left;
	width: 100px;
	height: 47px;
	padding: 5px;
	display: block;
	overflow: hidden;
	word-wrap:break-word;
	font-size: 10px;
}
.frame-health > hr{ 
	background-color: #81C003;
	height: 3px;
	margin: 10px 0px 15px 0px;
}
.frame-howto{
	width: 163px;
	padding: 10px 10px 0px 0px;
	float: left;
	display: block;
}
.frame-howto > .box{
	padding: 10px 0px 0px 0px;
}
.frame-howto  > .box > .image{
	float: left;
	box-shadow: 0px 0px 1px 0px #BDBDBD;
}
.frame-howto > .box > .content{
	float: left;
	width: 100px;
	height: 47px;
	padding: 5px;
	display: block;
	overflow: hidden;
	word-wrap:break-word;
	font-size: 10px;
}
.frame-howto > hr{ 
	background-color: #81C003;
	height: 3px;
	margin: 10px 0px 15px 0px;
}
.frame-content{
	margin-top: 10px;
	float: left;
}
.frame-content > hr{
	background-color: #B7B7B7;
	height: 1px;
	margin: 10px 0px 7px 0px;
}
.frame-content > .content{
	float: left;
	margin-left: 7px;
	width: 110px;
	display: block;
	word-wrap:break-word;
}
.frame-content > .dotcircle{
	float: left;
	display: block; 
	width: 30px; 
}
.frame-content > .content-circle{
	float: left;
	margin-left: 7px;
	width: 145px;
	display: block;
	word-wrap:break-word;
}
.frame-content > .content-circle-right{
	float: left;
	margin-left: 7px;
	width: 240px;
	display: block;
	word-wrap:break-word;
}

.frame-content > .images{
	float: left;
	display: block; 
	width: 65px; 
	box-shadow: 0px 0px 1px 0px #BDBDBD;
}
.frame-content-big{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.frame-content-big > .content-big{
	float: left;
	margin-left: 7px;
	width: 155px;
	display: block;
	word-wrap:break-word;
}
.frame-content-big > .images-big{
	float: left;
	display: block;  
	box-shadow: 0px 0px 1px 0px #BDBDBD;
}
.frame-content-gossip{
	margin-top: 10px;
	float: left;
}
.frame-content-gossip > .content-gossip{
	float: left;
	margin-left: 7px;
	width: 167px;
	display: block;
	word-wrap:break-word;
	padding-right: 5px;
}
.frame-content-gossip > .images-gossip{
	float: left;
	display: block;  
	margin-bottom: 10px;
	box-shadow: 0px 0px 1px 0px #BDBDBD;
}
.frame > .prevision-images{
	float: left;
	width: 130px;
	height: 130px;
	margin: 0px 0px 25px 6px;
	display: block;
}
.frame > .prevision-content{
	float: left;
	margin-top: 10px;
	width: 280px;
	display: block;
	margin-left: 8px;
	word-wrap:break-word;
}
.frame > .prevision-content > div{
	float: left;
	width: 220px;
	overflow: hidden;
	margin-left: 15px;
}
.frame > .vdo{
	float: left;
	width: 130px;
	height: 150px;
	margin: 10px 10px 0px 0px;
	display: block;
}
.vdo > p > a{
	color: #000 !important;
}
.vdo > p > a:hover{
	color: #81C003 !important;
}
.btn {
	border:0;
  	-webkit-border-radius: 7;
  	-moz-border-radius: 7;
  	border-radius: 7px;
  	border: 1px solid #81c003;
  	color: #81c003;
  	font-size: 13px;
  	background: #ffffff;
  	padding: 5px 10px 7px 10px;
  	text-decoration: none;
  	margin-top: 10px;
  	margin-bottom: 10px;
}
.btn:hover {
  /*background: #81c003;*/
  color: #333 !important;
  border: 1px solid #333;
  text-decoration: none;
}
.content-center > .row > .content-hot-image{
	float: left;
	width: 306px;
	height: 375px;
}
.content-center > .row > .content-hot-detail > span{
	margin-left: 5px;
}.content-center > .row > .content-hot-detail > p{
	display: none !important;
}
.content-center > .row > .content-hot-detail{
	padding: 19px 0px 0px 10px;
	width: 194px;
	height: 62px;
	float: right;
	word-wrap:break-word;
	border-width:0px 0px 2px 0px;
  	border-style:solid;
  	border-color:#EAEAEA;
  	display: block;
  	overflow: hidden;
  	word-wrap:break-word;
}
.content-center > .row > .content-hot-detail:hover{
	width: 194px;
	position: relative;
	border-width: 0px 0px 2px 5px;
	border-color: #fff #fff #eaeaea #81C003;
	padding-left: 5px;
	color: #81c003 !important;
}
.content-center_active{
	width: 194px;
	position: relative;
	border-width: 0px 0px 2px 5px;
	border-color: #fff #fff #eaeaea #81C003;
	padding-left: 5px;
	color: #81c003 !important;
}
.content-left > .row{
	width: 205px;
	margin-left: 0;
}
.content-center > .row{
	width: 500px;
	margin-left: 0;
}
.content-right > .row{
	width: 300px;
	margin-left: 0;
}
.border-shadow{
	-webkit-box-shadow: 0px 0px 7px 0px rgba(189,189,189,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(189,189,189,1);
	box-shadow: 0px 0px 7px 0px rgba(189,189,189,1);
}
.border-shadow-image{
	-webkit-box-shadow: 0px 0px 1px 0px rgba(189,189,189,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(189,189,189,1);
	box-shadow: 0px 0px 1px 0px rgba(189,189,189,1);
}
.footer span{
	color: #fff !important;
	/*color: #666 !important;*/
}
#footer{
	margin-top: 20px;
}
#footer a:hover{
	color: #fff !important;
}
.vdo-center{
	float: left;
	width: 185px;
	height: 100%;
	overflow: hidden;
	word-break: break-all;
	/*margin-left: 10px;*/
}
.vdo-center > a > img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.gototop{
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: rgba(68, 68, 68, 0.8);
	-moz-border-radius: 70px; 
	-webkit-border-radius: 70px; 
	border-radius: 70px;
	float: right;
	top: 90%;
	right: 12%;
	cursor: pointer;
}
.gototop:hover{
	background-color: rgba(191, 191, 191, 0.8) !important;
}
.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1px 12.5px 20.3px 12.5px;
	border-color: transparent transparent #FFFFFF;
	margin: 0 auto;
	margin-top: 7px;
}

.carousel-inner{
	width: 306px !important;
	float: left;
}
.nav-justified{
	width: 194px !important;
	float: right;
}
.nav-justified > li{
	display: block;
	width: 194px;
	height: 62px;
	border-width: 0 0 2px;
	border-color: #eaeaea;
	border-style: solid;
}
.nav > li > a:hover, .nav > li > a:focus{
	background-color: transparent;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background-color: #81C003;
	padding: 5px 5px 0px 10px;
	border-radius: 0;
	height: 62px;
	color: #fff !important;
}
.nav-pills > li + li{
	margin: 0;
}
.carousel-inner .caption-hot{
	color: #ffffff !important;
	font-size: 12px;
	position: absolute; 
	width: 100px; 
	height: 40px; 
	top:0;
	left: 0px; 
	background: #be1e2d; 
	text-align:left; 
	/*opacity:0.7; */
	padding: 10px;
	display: block;
	overflow: hidden;
	z-index: 1;
}
.nav-justified > li > a{
	padding: 5px 5px 0px 10px;
	text-align: left;
	font-size: 12px;
}

#Carousel > .carousel-inner{
	width: 100% !important;
}

.header-banner-img {
	text-align: center;
}
.title-food-career{
	height:45px; 
	line-height:45px;
}
.title-heath{
	height:45px; 
	line-height:22.5px;
}
.header{
	width:1054px;
	margin: 0px auto;
	background-color: #fff;
	max-width: 100%;
}
.ads-header-top{
	width:1054px;
	margin: 0px auto;
	background-color: #fff;
	padding-bottom:80px;
	padding-left: 15px;
	padding-right: 15px;
}