/* base */
@font-face {
    font-family: 'pslkandaextrapro';
    src: url('../fonts/pslkandaextrapro.eot');
    src: url('../fonts/pslkandaextrapro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pslkandaextrapro.woff2') format('woff2'),
         url('../fonts/pslkandaextrapro.woff') format('woff'),
         url('../fonts/pslkandaextrapro.ttf') format('truetype'),
         url('../fonts/pslkandaextrapro.svg#pslkandaextrapro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'kanit-light';
	src: url('../fonts/kanit-light.eot');
	src: url('../fonts/kanit-light.eot') format('embedded-opentype'),
	url('../fonts/kanit-light.woff2') format('woff2'),
	url('../fonts/kanit-light.woff') format('woff'),
	url('../fonts/kanit-light.ttf') format('truetype'),
	url('../fonts/kanit-light.svg#DBOzoneX') format('svg');
}

*  { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

.container {
	
    max-width: 1140px;
}

body {
	
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	background: top center no-repeat fixed #ddd;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

a {
	color: #211f1f;
	text-decoration: none;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
a:visited {
	color: #211f1f;
}
a:hover,
a:focus,
a:active {
	color: #211f1f;
	text-decoration: none;
}

a img {
	opacity: 1;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
a:hover img {opacity: 0.8;}

h1 {
    font-size: 60px;
}
h2 {
    font-size: 48px;
}
h3 {
   font-size: 36px; 
}
h4 {
   font-size: 24px; 
}
h5 {
   font-size: 18px; 
}
.btn {
	border: 0 !important;
	border-radius: 0 !important;
	padding: 15px 25px;
	cursor: pointer;
}
.bg-red {
	background: #ef1e24;
}
.bg-red:hover {
	background: #ef3f44;
}
.bg-org {
	background: #f58a20;
}
.bg-org:hover {
	background: #f49839;
}
.bg-yel {
	background: #f6ef23;
}
.bg-yel:hover {
	background: #f5ef3b;
}
.bg-green {
	background: #2e8b56;
}
.bg-green:hover {
	background: #499068;
}
.bg-blue {
	background: #2d3c9b;
}
.bg-blue:hover {
	background: #3b489b;
}
.bg-bluelight {
	background: #3690cf;
}
.bg-bluelight:hover {
	background: #519bcf;
}
.bg-purple {
	background: #b62f95;
}
.bg-purple:hover {
	background: #b64597;
}
.bt-black {
	background: #000;
}
.bt-black:hover {
	background: #211f1f;
}
.c-red {
	color: #ef1e24;
}
.c-org {
	color: #f58a20;
}
.c-yel {
	color: #f6ef23;
}
.c-green {
	color: #2e8b56;
}
.c-blue {
	color: #2d3c9b;
}
.c-bluelight {
	color: #3690cf;
}
.c-purple {
	color: #b62f95;
}
.c-black {
	color: #211f1f;
}
.base-head-txt {
	
	font-size: 60px;
	line-height: 36px;
	padding: 30px 0;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}

.clear {clear:both;} 

/* head */
.bg-black {background: #141414;}
.bg-black2 {background: #1f1f1f;}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.base-menu {
	/*width: 84%;*/
	margin: 0 auto;
	position: relative;
	width: 100%;
	
	text-align:left
}
.size-menu-left{
        float: left;
	padding: 0 0 0 15px;
	display: inline-block;
}
.size-menu-right{
        float: right;
	padding: 0 0 0 15px;
	display: inline-block;
}
.size-logo {
	/*float: left;*/
	padding: 10px 13px 10px;
	display: inline-block;
}
.size-menu {
	/*float: left;
	padding: 0 0 0 15px;*/
	display: inline-block;
}
.base-menu2{
    text-align: center;
}
.second-menu1{
        margin: 0 0 20px 100px;
}
.menu-top  {
	/*float: left;*/
    /*padding: 26px 13px;*/
	/*padding: 8px 22px;*/
        padding: 8px 17px;
        line-height: 54px;
	
	display: inline-block;
}
.menu-top2  {
	/*float: left;*/
    /*padding: 26px 13px;*/
	padding: 8px 10px;
	
	display: inline-block;
}
.menu-top-right{
	/*float: left;*/
    /*padding: 26px 13px;*/
	padding: 8px 13px;
	
	display: inline-block;
}
.menu-top a {
	color: #fff;
	font-size: 28px;
	border-bottom: 2px solid #141414;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
.menu-top a:visited {
	color: #fff;
}
.menu-top a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: none;
}
.menu-top.red a:hover {
	border-bottom: 2px solid #ef1e24;
}
.menu-top.org a:hover {
	border-bottom: 2px solid #f58a20;
}
.menu-top.yel a:hover {
	border-bottom: 2px solid #f6ef23;
}
.menu-top.green a:hover {
	border-bottom: 2px solid #2e8b56;
}
.menu-top.blue a:hover {
	border-bottom: 2px solid #2d3c9b;
}
.menu-top.bluelight a:hover {
	border-bottom: 2px solid #3690cf;
}
.menu-top.purple a:hover {
	border-bottom: 2px solid #b62f95;
}
.menu-top-right.purple a:hover {
	border-bottom: 2px solid #b62f95;
}
.red.act a {
	border-bottom: 2px solid #ef1e24;
}
.org.act a {
	border-bottom: 2px solid #f58a20;
}
.yel.act a {
	border-bottom: 2px solid #f6ef23;
}
.green.act a {
	border-bottom: 2px solid #2e8b56;
}
.blue.act a {
	border-bottom: 2px solid #2d3c9b;
}
.bluelight.act a {
	border-bottom: 2px solid #3690cf;
}
.purple.act a {
	border-bottom: 2px solid #b62f95;
}
.line-color {
	background:url(../images/line-color.jpg);
	width: 100%;
	height: 3px;
}
.line-color-mobile {
	background:url(../images/line-color.jpg) ;
	height: 3px;
        min-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.base-body {

	//padding: 84px 0 0
	
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 50px;

}
.logoone-mobile {
	height: 45px;
    line-height: 0;
    padding: 0 0 4px;
}

/* search */
.head-search-txt {
	
    font-size: 60px;
    line-height: 36px;
    padding: 30px 0 10px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.size-search {
	/*float: left;*/
	padding: 23px 23px 23px 15px;
	display: inline-block;
}
.size-search a {
	color: #fff !important;
	font-size: 20px;
	line-height: 26px;
	cursor: pointer;
}
#header-search {
	height: 40px;
	width: 100%;
	z-index: 99;
	position: absolute;
	top: 50px;
}	
#header-search .s {
	border: none;
	background: #fff;
	height: 40px;
	width: 100%;
	line-height: 20px;
	padding: 10px 50px 10px 10px;
}
#header-search .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #000;
	border: none;
	outline: 0;
	display: none;
}
.base-search {
    padding: 30px 0;
    width: 100%;
}
.head-search span {
	color: #f58a20;
}
.search-detail {
    padding: 20px 0;
    border-bottom: 1px solid #edeef1;
	margin: 0 0 20px;
}
.search-detail-head {
   
    font-size: 34px;
    line-height: 34px;
}
.size-search-bt2 {
    width: 100%;
    text-align: center;
    padding: 10px 0 30px;
}
.box-search-img {
	float: left;
	width: 245px;
}
.box-search-img img {
	width: 100%;
}
.box-search-detail-txt {
	float: left;
	width: 895px;
	padding: 0 30px;
}

/* banner */
.size-banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #211f1f;
}

/* ads head*/
.ads-head {
    
}
.ads-img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* index */
.base-index {
	padding: 30px 0;
}
.index-top{
	padding: 30px 0 0;
}

.index-top-vote{
	padding: 30px 0 0;
}


.index-pop-txt {
	/*background: #fff;*/
	min-height: 345px;
}
.box-pop {
	width: 380px;
	padding: 0 10px 30px;
	float: left;
}
.index-head-pop-txt {
	
	color: #ef1e24;
	font-size: 72px;
	line-height: 48px;
	padding: 20px 0 0;
}
.index-pop-detail {
	margin: 20px 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-border-top {
	width: 100%;
	height: 5px;
}
.pop-img {
	line-height: 0;
	overflow: hidden;
}
.pop-img img {
	width: 100%;
	height: 200px;
	max-width: 360px;
}
.pop-detail {
	padding: 20px;
	border: 1px solid #edeef1;
	min-height: 140px;
	/*background: #fff;*/
}
.pop-detail-cat.red {
	
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #ef1e24;
	display: inline-block;
	margin: 0 0 10px;
}
.pop-detail-cat.org {
	
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #f58a20;
	display: inline-block;
	margin: 0 0 10px;
}
.pop-detail-cat.yel {
	
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #f6ef23;
	display: inline-block;
	margin: 0 0 10px;
}
.pop-detail-cat.green {
	
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #2e8b56;
	display: inline-block;
	margin: 0 0 10px;
}
.pop-detail-cat.blue {
	
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #2d3c9b;
	display: inline-block;
	margin: 0 0 10px;
}
.pop-detail-cat.bluelight {
	
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #3690cf;
	display: inline-block;
	margin: 0 0 10px;
}
.pop-detail-cat.purple {
	
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #b62f95;
	display: inline-block;
	margin: 0 0 10px;
}
.pop-detail-cat-head {
	
	font-size: 36px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pop-detail-cat-head-2line {
	
	font-size: 36px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pop-detail-cat-txt {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index-bottom {
	width: 100%;
	padding: 30px 0 0;
}
a .box-episodes {
	color: #fff;
}
a:hover .box-episodes {
	color: #3490cf;
}
.box-episodes {
	width: 380px;
	padding: 0 10px 30px;
	float: left;
}
.index-episodes-head {
	
	color: #f48b1e;
	font-size: 60px;
	line-height: 48px;
	padding: 0 10px 20px;
}
.episodes-img img {
	width: 100%;
	height: 200px;
	max-width: 360px;
}
.episodes-detail-cat.red {
	/* มนุษย์ สังคม*/
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #ef1e24;
	display: inline-block;
}
.episodes-detail-cat.org {
	/* ระบบ */
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #f58a20;
	display: inline-block;
}
.episodes-detail-cat.yel {
	/* การเมือง การปกครอง */
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #f6ef23;
	display: inline-block;
}
.episodes-detail-cat.green {
	/* สิ่งแวดล้อม */
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #2e8b56;
	display: inline-block;
}
.episodes-detail-cat.blue {
	/* เศรษฐกิจ */
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #2d3c9b;
	display: inline-block;
}
.episodes-detail-cat.bluelight {
	/* เทคโนโลยี*/
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #3690cf;
	display: inline-block;
}
.episodes-detail-cat.purple {
	/*หลากหลาย*/
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #b62f95;
	display: inline-block;
}
.episodes-detail {
	padding: 20px 0;
}
.episodes-detail-cat {}
.episodes-detail-cat-head {
	
	font-size: 36px;
	line-height: 30px;
	padding: 10px 0 5px;
}
.episodes-detail-cat-txt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.size-episodes-bt {
	width: 100%;
	text-align: center;
	padding: 0 0 30px;
}

.mobile-hilight1{
  background-color: #141414;
}

.mobile-hilight2{
    
}

/* video */
.size-video {
	padding: 30px 0;
}
.video {
	width: 900px;
	margin: 0 auto;
}
.video-fb-embed  {
	width: 476px;
	margin: 0 auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video-detail {
	width: 1140px;
	margin: 0 auto;
	padding: 30px 0 0;
}
.video-detail-head {
	
	font-size: 48px;
	line-height: 38px;
	color: #fff;
}
.video-detail-time {
	font-family: 'kanit-light';
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	padding: 0 0 10px;
}
.video-detail-txt {
	font-family: 'kanit-light';
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.video-mid {
    padding: 30px 0 0;
}
.video-mid-top {
	padding: 0 0 30px;
}
.video-mid-bottom {
	padding: 0 0 30px;
}
.video-lastep-head {
    font-family: 'pslkandaextrapro';
    font-size: 60px;
    line-height: 48px;
    padding: 0 10px 20px;
}
.video-lastep-bt {
	width: 100%;
    text-align: center;
    padding: 0 0 30px;
}
.video-bottom {
	padding: 30px 0 0;
}
.video-story-detail {
	color: #fff;
	padding: 0 10px;
}
.video-actor {
	padding: 0 0 25px;
}
.video-story {
	padding: 0 0 30px;
}
.video-releasetime{
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-family: 'pslkandaextrapro';
    font-size: 40px;
    color: #ffffff;
}
/* show */
.show-head {
	width: 100%;
	text-align: center;
}
.show-head-menu  {
	display: inline-block;
	padding: 20px 15px;
	
	border-bottom: 2px solid #211f1f;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
.show-head-menu a {
	color: #fff;
	font-size: 24px;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
.show-head-menu a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: none;
}
.show-head-menu.red:hover {
	border-bottom: 2px solid #ef1e24;
}
.show-head-menu.org:hover {
	border-bottom: 2px solid #f58a20;
}
.show-head-menu.yel:hover {
	border-bottom: 2px solid #f6ef23;
}
.show-head-menu.green:hover {
	border-bottom: 2px solid #2e8b56;
}
.show-head-menu.blue:hover {
	border-bottom: 2px solid #2d3c9b;
}
.show-head-menu.bluelight:hover {
	border-bottom: 2px solid #3690cf;
}
.show-head-menu.purple:hover {
	border-bottom: 2px solid #b62f95;
}
.red.showact {
	border-bottom: 2px solid #ef1e24;
}
.org.showact {
	border-bottom: 2px solid #f58a20;
}
.yel.showact {
	border-bottom: 2px solid #f6ef23;
}
.green.showact {
	border-bottom: 2px solid #2e8b56;
}
.blue.showact {
	border-bottom: 2px solid #2d3c9b;
}
.bluelight.showact {
	border-bottom: 2px solid #3690cf;
}
.purple.showact {
	border-bottom: 2px solid #b62f95;
}
.show-head-txt {
	width: 100%;
	
	font-size: 30px;
	padding: 20px 10px;
}
.size-show {
	width: 100%;
	margin: 0 auto;
}
.box-show {
	float: left;
	width: 228px;
	padding: 0 10px 20px;
}
.box-show-img img {
    width: 100%;
    height: auto;
	min-width: 208px;
    max-width: 208px;
}
.box-show-txt {
	padding: 10px 0 0;
    
    font-size: 30px;
    line-height: 24px;
	height: 58px;
}

/* share social */

.share-group {
    float: right;
    margin: 18px 0 0 0;
}

.share-group-news {
    float: left;
    margin: 18px 0 0 0;
}


.fashare {
  padding: 10px;
  font-size: 30px;
  width: 36px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;

}

.fashare:hover {
    opacity: 0.7;
}

.fa-facebook2 {
  background: #3B5998;
  color: white;
}

.fa-twitter2 {
  background: #55ACEE;
  color: white;
}

.fa-google2 {
  background: #dd4b39;
  color: white;
}


.fa-instagram2 {
  background: #125688;
  color: white;
}

/* news */
.base-head-news {
	line-height: 0;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}
.base-news {
	width: 100%;
	position: relative;
    padding: 30px 0 0;
}
.news-top {
	width: 100%;
	position: relative;
	padding: 0 0 30px;
}
.news-silde {
	float: left;
	width: 66%;
	position: relative;
	/*float: left;
	width: 775px;
	height: 458px;*/
}
.news-silde img {
	/*width: 100%;*/
	height: auto;
	max-height: 458px;
}
.news-banner-ops2{
    margin-top: 10px;
}
.news-banner-img-pos2{
    margin-left: auto;
	margin-right: auto;
	display: block;
}
.news-vdo {
	float: left;
	width: 34%;
	padding: 0 0 0 25px;
	/*float: left;
	width: 365px;
	padding: 0 0 0 20px;*/
}

.news-etc {
	padding: 0 0 20px;
}
.size-news {
	width: 285px;
	padding: 0 10px 30px;
	float: left;
	position: relative;
}
.box-news-head {
	
	font-size: 34px;
	line-height: 34px;
	padding: 0 0 5px;
}
.box-news {
	width: 100%;
	/*background: #fff;*/
}
.news-img {line-height: 0;}
.news-img img {
	width: 100%;
	height: auto;
	max-width: 360px;
	max-height: 200px;
}
.news-detail {
	padding: 15px;
	border: 1px solid #edeef1;
}
.news-detail-head {
	font-family: 'pslkandaextrapro';
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-detail-txt {
	font-size: 14px;
    line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-news-etc {
	border-top: 0;
	border-left: 1px solid #edeef1;
	border-right: 1px solid #edeef1;
	border-bottom: 1px solid #edeef1;
	padding: 15px;
	/*background: #fff;*/
}
.news-detail-etc {
	font-family: 'pslkandaextrapro';
	font-size: 20px;
	line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-detail-etc-viewall {
	/*padding: 15px;
	border-top: 0;
	border-left: 1px solid #edeef1;
	border-right: 1px solid #edeef1;
	border-bottom: 1px solid #edeef1;*/
	font-family: 'pslkandaextrapro';
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 8px;
	right: 8px;
	/*text-align: right;*/
}
.box-news-bottom {
	padding: 0 0 40px;
}
.news-bottom-detail {
	border: 1px solid #edeef1;
	position: relative;
	/*background: #fff;*/
}
.news-bottom-head {
    font-family: 'pslkandaextrapro';
    font-size: 48px;
    padding: 0 0 15px;
}
.news-bottom-img {
	float: left;
	width: 569px;
	line-height: 0;
	border-right: 1px solid #edeef1;
}
.news-bottom-img img {
	width: 100%;
}
.news-bottom-txt {
	float: left;
	width: 569px;
	padding: 30px;
}
.news-bottom-txt-head {
	font-family: 'pslkandaextrapro';
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 10px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-bottom-txt-day {
	font-size: 14px;
    line-height: 20px;
	padding: 0 0 10px;
}
.news-bottom-txt-detail {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-bottom-txt-all {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

/* news detail */
.newsdetail-img {
	width: 100%;
	line-height: 0;
	padding: 0 0 30px;
}
.newsdetail-img img {
	width: 100%;
	height: auto;
	max-height: 720px;
}
.box-newsdetail {
	padding: 0 0 30px;
}
.box-newsdetail-l {
	float: left;
	width: 815px;
    padding: 0 30px 0 0;
}
.newsdetail-head {
	font-family: 'pslkandaextrapro';
	font-size: 60px;
	line-height: 50px;
	padding: 0 0 10px;
}
.newsdetail-dv {
	padding: 5px 0 0;
}
.newsdetail-day {
	float: right;
}
.newsdetail-view {
	float: left;
	font-size: 20px;
	line-height: 26px;
}
.newsdetail-txt {
	padding: 0 0 30px;
}
.newsdetail-txt img {
	width: 100% !important;
	height: auto !important;
	max-height: 100%;
}
.newsdetail-tag {
	padding: 30px 0 0;
}
.newsdetail-tag-icon {
	float: left;
	margin: 0 10px 0 0;
}
.newsdetail-tag-type {
	float: left;
	margin: 0 5px;
}
.size-tag {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #e5e5e5;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 12px;
}
.banner-ad {
	line-height: 0;
	background: #f2f3f5;
	padding: 25px;
	margin: 0 0 20px;
}
.banner-ad img {
	width: 100%;
}
.box-newsdetail-r {
	float: left;
	width: 325px;
}

/* schedule */
.base-schedule {
	width: 100%;
	padding: 30px 0;
	/*background: #fff;*/
}
.base-schedule-head {
	width: 100%;
	height: 80px;
}
.day {
	font-size: 30px;
	line-height: 30px;
	color: #858585;
	padding: 10px 0 0;
}
.d-m {
	font-size: 16px;
	line-height: 16px;
	color: #858585;
	padding: 5px 0 15px;
	border-bottom: 4px solid #ddd;
}
.sch-act1 {
	color: #211f1f;
}
.sch-act2 {
	padding: 5px 0 15px;
	border-bottom: 4px solid #f6ef23;
	color: #211f1f;
}
.base-schedule-detail {
	padding: 50px 0 0;
}
.box-schedule {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee;
}
.box-schedule-time {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.box-schedule-day {
	float: left;
	width: 14.28%;
	padding: 0 20px;
}
.box-schedule-l1 {
	float: left;
	width: 115px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'pslkandaextrapro';
	font-size: 36px;
	line-height: 36px;
	padding: 54px 0 50px;
	color: #211f1f;
	text-align: center;
}
.box-schedule-l2 {
	float: left;
	width: 245px;
}
.box-schedule-l2 img {
	width: 100%;
	height: auto;
	max-width: 245px;
	max-height: 140px;
}
.box-schedule-l3 {
	float: left;
	padding: 0 30px;
	width: 780px;
}
.schedule-head {
	font-family: 'pslkandaextrapro';
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 10px;
	color: #211f1f;
}
.schedule-detail {
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 10px;
	color: #211f1f;
}
.schedule-time {
	font-size: 14px;
	line-height: 20px;
	color: #858585;
}

/* actor */
.base-actor {
	padding: 30px 0 0;
	width: 100%;
}
.size-search-actor {
	width: 100%;
	padding: 0 0 30px;
}
.size-selbox {
    float: left;
    width: 42%;
    padding: 0 1% 0 0;
}
.size-selbox select {
	width: 100%;
	padding: 11.5px 15px;
	border: 1px solid #211f1f;
}
.size-search-txtbox {
    float: left;
    width: 42%;
    padding: 0 1% 0 0;
}
.size-search-txtbox input {
	width: 100%;
	padding: 11px 15px;
	border: 1px solid #211f1f;
}
.size-search-bt {
	float: left;
	width: 16%;
}
.size-search-bt button {
	width: 100%;
}
.size-list-actor {
	padding: 0 0 30px;
}
.box-actor {
	float: left;
	width: 285px;
	padding: 0 15px 20px;
}
.actor-img {
	line-height: 0;
}
.actor-img img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.actor-name {
	padding: 10px 0 0;
	font-family: 'pslkandaextrapro';
	font-size: 30px;
	line-height: 24px;
	height: 58px;
}
.actor-txt {
	color: #fff;
}

/* actor detail */
.size-actor {
	width: 100%;
	margin: 0 auto;
}
.actor-detail {
	padding: 30px 0 0;
}
.actor-detail-head {
	font-family: 'pslkandaextrapro';
	font-size: 48px;
	padding: 0 10px 15px;
}
.actor-detail-txt-row {
	padding: 5px 10px;
}
.actor-detail-txt-c1 {
	float: left;
	width: 20%;
}
.actor-detail-txt-c2 {
	float: left;
	width: 80%;
}
.actor-detail-txt-c2 ul {
	-webkit-padding-start: 40px;
}
.actor-detail-txt-c2 p strong {
	font-weight: normal;
}
.actor-vdo {
	padding: 35px 0 0;
}
.actor-video-last {
	width: 1120px;
	margin: 0 auto;
	padding: 5px 0 0;
}
.actor-vdo-etc {
	padding: 40px 0 0;
}
.size-actor-vdo-etc {
	padding: 5px 0 0;
}

/* music */
.base-music {
	width: 100%;
	padding: 30px 0 0;
}
.music-banner {
	width: 1140px;
	height: 460px;
	margin: 0 auto;
}
.music-top {
	padding: 30px 0;
}
.box-music-topchart {
	padding: 0 0 20px;
}
.music-topchart-head {
    font-family: 'pslkandaextrapro';
    font-size: 60px;
    line-height: 48px;
    padding: 0 10px 20px;
}
.music-topchart-detail-l {
	float: left;
	width: 800px;
}
.music-topchart-detail-r {
	float: left;
	width: 340px;
	padding: 0 10px;
}
.music-img {
	position: relative;
	line-height: 0;
}
.music-img img {
	width: 100%;
}
.music-topchart-row {
	border-bottom: 1px solid #edeef1;
	padding: 9px 10px;
	/*background: #fff;*/
}
.music-topchart-row-last {
	padding: 9px 10px;
}
.music-topchart-num {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #000;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	width: 26px;
    text-align: center;
    padding: 3px;
}
.music-topchart-num2 {
	background: #000;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	width: 26px;
    text-align: center;
    padding: 3px;
	float: left;
	margin: 0 20px 0 0;
}
.music-topchart-name {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.size-music-wnr {
	width: 1140px;
	padding: 0 0 30px;
	margin: 0 auto;
}
.size-music {
	text-align: left;
}
.music-bottom-head {
	font-family: 'pslkandaextrapro';
	color: #f6ef23;
	font-size: 60px;
	line-height: 48px;
	padding: 0 10px 20px;
}
.music-bottom-detail {
    padding: 20px 0;
}
.music-detail-head {
    font-family: 'pslkandaextrapro';
    font-size: 36px;
    line-height: 30px;
    padding: 0 0 5px;
	min-height: 95px;
}

/* activities */
.base-activities {
	padding: 30px 0 0;
}
.box-activities-l {
	float: left;
    width: 800px;
    padding: 0 15px 0 0;
}
.size-activities {
    float: left;
    width: 392px;
    padding: 0 10px 30px;
}
.activities-img img {
    width: 100%;
    height: auto;
}
.activities-detail {
    padding: 20px;
	border: 1px solid #edeef1;
	/*background: #fff;*/
}
.activities-detail-head {
    font-family: 'pslkandaextrapro';
    font-size: 36px;
    line-height: 36px;
    padding: 10px 0 0;
	margin: 0 0 5px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.activities-detail-txt {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-activities-r {
	float: left;
	width: 340px
}
.box-activities-search {
	background: #f2f3f5;
	padding: 40px 25px;
	margin: 0 0 20px;
}
.activities-search-head {
	font-family: 'pslkandaextrapro';
    font-size: 30px;
    line-height: 36px;
}
.activities-search {
	float: left;
	width: 87%;
}
.activities-search input {
	width: 100%;
	padding: 10px 20px;
}
.activities-search-icon {
	float: left;
	width: 13%;
	padding: 10px;
	background: #fff;
	cursor: pointer;
}
.box-activities-categories {
	background: #f2f3f5;
	padding: 25px;
	margin: 0 0 20px;
}
.activities-categories-head-l {
	font-family: 'pslkandaextrapro';
    font-size: 36px;
    line-height: 36px;
	padding: 0 10px 20px;
}
.activities-categories-head {
	font-family: 'pslkandaextrapro';
    font-size: 30px;
    line-height: 36px;
}
.categories-row {
	border-bottom: 1px solid #e2e3e5;
	padding: 10px;
}
.categories-ar {
	float: left;
	color: #e2e3e5;
	margin: 0 10px 0 0;
}
.categories-txt {
	float: left;
}
.categories-num {
	float: right;
}
.size-categories-num {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e5e5e5;
	font-size: 11px;
	width: 25px;
    text-align: center;
}


/* live */
.base-live {
	width: 100%;
	padding: 30px 0 0;
}
.size-live {
	//width: 900px;
        width: 854px;
	height: 506px;
	margin: 0 auto;
}
.caption-live {
        text-align: center;
}
.maya-live{
        margin-top: 10px;
        heigth: 55px;
        text-align: center;
}
.maya-live-img{
        width: 150px;
}
.index-mobile-event{
    text-align: center;
}
.index-download-app{
     text-align: center;
     margin: 20px 0 25px 0;
}
.size-nextpro {
	padding: 50px 0 0;
        margin-bottom: 30px;
}
.size-schedule-nextpro {
	padding: 30px 0 0;
}
.nextpro-head {
	color: #ef1e24;
	font-family: 'pslkandaextrapro';
	font-size: 48px;
	line-height: 48px;
}
.size-bt-live {
	text-align: center;
	padding: 10px 0 30px;
}

/* footer */
footer {
	/*position: absolute;
	bottom: 0;*/
	background: #141414;
	width: 100%;
}
.footer-top {padding: 70px 0 0 0;}
.footer-c1 {
	float: left;
	//width: 335px;
        width: 635px;
	margin: 0 60px 0 0;
}

.footer-logo {line-height: 0;}
.footer-add {
	font-family: 'kanit-light';
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 45px 0 35px;
        width: 335px;
}
.footer-c2 {
	float: left;
	width: 390px;
}
.footer-c3 {
	float: left;
	width: 355px;
}
.footer-con {}
.footer-con-head {
	font-family: 'pslkandaextrapro';
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	padding: 0 0 20px;
}
.footer-app {
        font-family: 'pslkandaextrapro';
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	padding: 0 0 20px;
        float: left;
}
.footer-app-logo{
        float:left;
}
.footer-app-download{
        padding: 0 10px 20px;
        float:left;
}
.footer-app-donwload-head{
        padding: 0 0 0;
}
.footer-contact{
        padding: 0 0 20px;
        float: left;
}
.footer-icon-app{
    width: 100px;
}
.footer-anroid{
    width: 100px;
}
.footer-apple{
    width: 100px;
}
.footer-so {
}
.footer-so-fl {
	float: left;
}
a .footer-so-fl {
	background: #1a1a1a;
	color: #fff;
	font-size: 18px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
a:hover .footer-so-fl {
	/*background: #2a2a2a;*/
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
.face {
	padding: 7px 14px;
	margin: 0 15px 0 0;
}
a:hover .face {
	background: #3d5b99;
}
.twi {
	padding: 7px 11px;
	margin: 0 15px 0 0;
}
a:hover .twi {
	background: #00aced;
}
.in {
	padding: 7px 11.5px;
	margin: 0 15px 0 0;
}
a:hover .in {
	background: #964b00;
}
.goo {
	padding: 7px 7.5px;
	margin: 0 15px 0 0;
}
a:hover .goo {
	background: #e25714;
}
.pin {padding: 7px 13px;}
a:hover .pin {
	background: #cb1f26;
}
.tube {
	padding: 7px 11.5px;
	margin: 0 15px 0 0;
}
a:hover .tube {
	background: #cc181e;
}
.footer-cat-head {
	font-family: 'pslkandaextrapro';
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	padding: 10px 0 45px;
}
.footer-cat-menu {}
.footer-cat-menu-fl {
	float: left;
	margin: 0 38px 0 0;
}
.footer-cat-menu-fl a {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.footer-cat-menu-fl a:hover {
	color: #3690cf;
}
.footer-cat-menu-fr {
	float: left;
	margin: 0 120px 0 0;
}
.footer-cat-menu-fr a {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.footer-cat-menu-fr a:hover {
	color: #3690cf;
}
.footer-newsletter-head {
	font-family: 'pslkandaextrapro';
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	padding: 10px 0 45px;
}
.footer-newsletter {
	font-family: 'kanit-light';
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 0 0 35px;
}
.footer-newsletter-box {}
.footer-newsletter-txtbox {
	float: left;
	margin: 0 10px 0 0;
}
.footer-newsletter-txtbox input {
	border: 2px solid #33393b;
	background: #000;
	padding: 11px 15px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}
.footer-newsletter-bt {
	float: left;
}
a .footer-newsletter-bt {
	border: 2px solid #33393b;
	background: #000;
	padding: 9px 15px;
	text-align: center;
	color: #ef1e24;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
a:hover .footer-newsletter-bt {
	border: 2px solid #3f649c;
	color: #3690cf;
}
.footer-bottom {
	width: 100%;
	margin: 20px 0;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.size-menu-footer {
	float: left;
}
.menu-bottom  {
	float: left;
	font-family: 'kanit-light';
	padding: 0 10px;
}
.menu-bottom a {
	color: #fff;
	font-size: 14px;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
.menu-bottom
a:hover,
a:focus,
a:active {
	color: #3690cf;
	text-decoration: none;
}
.size-copy-footer {
	float: right;
	font-family: 'kanit-light';
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
}

/*Hover*/
.box-show-img {
  position: relative;
  overflow: hidden;
}
.box-show-img img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-show-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pop-img {
  position: relative;
  overflow: hidden;
}
.pop-img img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pop-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.episodes-img {
  position: relative;
  overflow: hidden;
}
.episodes-img img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.episodes-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.actor-img {
  position: relative;
  overflow: hidden;
}
.actor-img img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.actor-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.music-img {
  position: relative;
  overflow: hidden;
}
.music-img img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.music-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
